Skip to content

Commit ea16b03

Browse files
committed
chore: remove duplicate correction
1 parent f9dafa8 commit ea16b03

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

index.html

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,38 +1278,7 @@ <h2>
12781278
</p>
12791279
</div>
12801280
</li>
1281-
<li>
1282-
<div class="correction" id="c6">
1283-
<span class="marker">Candidate Correction:</span> Updates to
1284-
the descriptions of the speed and heading attributes to
1285-
specify measurement units and conditions for null values,
1286-
aligning with the overall enhancements to attribute accuracy
1287-
and clarity.
1288-
<p>
1289-
Initialize |coord|'s {{GeolocationCoordinates/speed}}
1290-
<del>attribute to a non-negative real number, or as `null`
1291-
if the implementation cannot provide speed
1292-
information.</del> <ins>attribute to a speed, as a
1293-
non-negative real number of meters per second, or as `null`
1294-
if the implementation cannot provide speed
1295-
information.</ins>
1296-
</p>
1297-
<p>
1298-
Initialize |coord|'s {{GeolocationCoordinates/heading}}
1299-
<del>attribute in degrees, or `null` if the implementation
1300-
cannot provide heading information. If the hosting device
1301-
is stationary (i.e., the value of the
1302-
{{GeolocationCoordinates/speed}} attribute is 0), then
1303-
initialize the {{GeolocationCoordinates/heading}} to
1304-
`NaN`.</del> <ins>attribute to a heading, in degrees, or
1305-
`null` if the implementation cannot provide heading
1306-
information. If the hosting device is stationary (i.e., the
1307-
value of the {{GeolocationCoordinates/speed}} attribute is
1308-
0), then initialize the {{GeolocationCoordinates/heading}}
1309-
to `NaN`.</ins>
1310-
</p>
1311-
</div>
1312-
</li><!--li>Initialize |coord|'s
1281+
<!--li>Initialize |coord|'s
13131282
{{GeolocationCoordinates/latitude}} attribute to a latitude,
13141283
specified as a real number of degrees, in the [[WGS84]]
13151284
coordinate system.

0 commit comments

Comments
 (0)