Skip to content

Commit 27fce83

Browse files
committed
chore: add ids to corrections/additions
1 parent bfb5325 commit 27fce83

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ <h2>
587587
</p>
588588
<ol class="algorithm">
589589
<li>
590-
<div class="correction">
590+
<div class="correction" id="c1">
591591
<span class="marker">Candidate Correction:</span> Explanation of
592592
the change: Updated reference to the global object to use
593593
[=this=] for consistency in error handling within geolocation
@@ -631,7 +631,7 @@ <h2>
631631
</p>
632632
<ol class="algorithm">
633633
<li>
634-
<div class="correction">
634+
<div class="correction" id="c2">
635635
<span class="marker">Candidate Correction:</span> Explanation of
636636
the change: Simplified reference to the global object in the
637637
method steps for checking document's activity status.
@@ -1057,7 +1057,7 @@ <h3>
10571057
<h3>
10581058
`toJSON()` method
10591059
</h3>
1060-
<div class="addition">
1060+
<div class="addition" id="a1">
10611061
<span class="marker">Candidate Addition:</span> Explanation of the
10621062
addition: Introduce a `toJSON()` method to allow the
10631063
{{GeolocationPosition}} object to be easily converted into a JSON
@@ -1138,7 +1138,7 @@ <h2>
11381138
<h4>
11391139
`latitude`, `longitude`, and `accuracy` attributes
11401140
</h4>
1141-
<div class="correction">
1141+
<div class="correction" id="c3">
11421142
<span class="marker">Candidate Correction:</span> To improve clarity
11431143
and precision, the description of latitude and longitude attributes
11441144
has been updated to specify that these are real numbers in degrees
@@ -1190,7 +1190,7 @@ <h4>
11901190
<h4>
11911191
`toJSON()` method
11921192
</h4>
1193-
<div class="addition">
1193+
<div class="addition" id="a2">
11941194
<span class="marker">Candidate Addition:</span> Explanation of the
11951195
addition: Extend the `toJSON()` method functionality to the
11961196
{{GeolocationCoordinates}} object, allowing it to be serialized into
@@ -1216,7 +1216,7 @@ <h2>
12161216
{{GeolocationCoordinates}} instance:
12171217
<ol>
12181218
<li>
1219-
<div class="correction">
1219+
<div class="correction" id="c4">
12201220
<span class="marker">Candidate Correction:</span> Enhanced
12211221
the constructor steps for {{GeolocationCoordinates}} to
12221222
clarify the units and reference systems for latitude,
@@ -1247,7 +1247,7 @@ <h2>
12471247
</div>
12481248
</li>
12491249
<li>
1250-
<div class="correction">
1250+
<div class="correction" id="c5">
12511251
<span class="marker">Candidate Correction:</span> Updates to
12521252
the descriptions of the speed and heading attributes to
12531253
specify measurement units and conditions for null values,
@@ -1279,7 +1279,7 @@ <h2>
12791279
</div>
12801280
</li>
12811281
<li>
1282-
<div class="correction">
1282+
<div class="correction" id="c6">
12831283
<span class="marker">Candidate Correction:</span> Updates to
12841284
the descriptions of the speed and heading attributes to
12851285
specify measurement units and conditions for null values,

0 commit comments

Comments
 (0)