Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,14 @@ <h4>
specified in decimal degrees.</del> <ins cite="#c3">The
<dfn>latitude</dfn> and <dfn>longitude</dfn> attributes denote the
position, specified as a real number of degrees, in the [[WGS84]]
coordinate system.</ins> <ins cite="#a3">The <dfn>accuracy</dfn>
coordinate system.</ins>
</p>
<p>
<del cite="#a3">
The <strong>accuracy</strong> attribute denotes the accuracy level of the
latitude and longitude coordinates in meters (e.g., `65` meters).
</del>
<ins cite="#a3">The <dfn>accuracy</dfn>
attribute denotes the position accuracy radius in meters.</ins>
</p>
</section>
Expand Down