Skip to content

Commit 4e3dc82

Browse files
chore: add ids to corrections/additions
SHA: 27fce83 Reason: push, by marcoscaceres Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cbfd757 commit 4e3dc82

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
.mdn .samsunginternet_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/samsung-internet/samsung-internet.svg)}
160160
.mdn .webview_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/android-webview/android-webview.png)}
161161
</style>
162-
<meta name="revision" content="bfb5325e68e862e888d422f5d717d2da49e566e4">
162+
<meta name="revision" content="27fce83f381f614fac4586668d36ae601908c4a6">
163163
<meta name="description" content="The Geolocation API provides access to geographical location
164164
information associated with the hosting device.">
165165
<style>
@@ -232,7 +232,7 @@
232232
"implementationReportURI": "https://w3c.github.io/geolocation-api/reports/PR_imp_report.html",
233233
"xref": "web-platform",
234234
"errata": "https://w3c.github.io/geolocation-api/errata.html",
235-
"gitRevision": "bfb5325e68e862e888d422f5d717d2da49e566e4",
235+
"gitRevision": "27fce83f381f614fac4586668d36ae601908c4a6",
236236
"publishISODate": "2024-05-12T00:00:00.000Z",
237237
"generatedSubtitle": "W3C Editor's Draft 12 May 2024"
238238
}</script>
@@ -1128,7 +1128,7 @@ <h1 id="title" class="title">Geolocation API</h1>
11281128
</p>
11291129
<ol class="algorithm">
11301130
<li>
1131-
<div class="correction">
1131+
<div class="correction" id="c1">
11321132
<span class="marker">Candidate Correction:</span> Explanation of
11331133
the change: Updated reference to the global object to use
11341134
<a data-link-type="dfn|abstract-op" data-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-index-term-this-1">this</a> for consistency in error handling within geolocation
@@ -1212,7 +1212,7 @@ <h1 id="title" class="title">Geolocation API</h1>
12121212
</p>
12131213
<ol class="algorithm">
12141214
<li>
1215-
<div class="correction">
1215+
<div class="correction" id="c2">
12161216
<span class="marker">Candidate Correction:</span> Explanation of
12171217
the change: Simplified reference to the global object in the
12181218
method steps for checking document's activity status.
@@ -1799,7 +1799,7 @@ <h1 id="title" class="title">Geolocation API</h1>
17991799
<code>toJSON()</code> method
18001800
</h3><a class="self-link" href="#tojson-method" aria-label="Permalink for Section 8.3"></a></div>
18011801

1802-
<div class="addition">
1802+
<div class="addition" id="a1">
18031803
<span class="marker">Candidate Addition:</span> Explanation of the
18041804
addition: Introduce a <code>toJSON()</code> method to allow the
18051805
<a data-link-type="idl" data-lt="GeolocationPosition" href="#dom-geolocationposition" class="internalDFN" id="ref-for-dom-geolocationposition-4"><code>GeolocationPosition</code></a> object to be easily converted into a JSON
@@ -2050,7 +2050,7 @@ <h1 id="title" class="title">Geolocation API</h1>
20502050
<code>latitude</code>, <code>longitude</code>, and <code>accuracy</code> attributes
20512051
</h3><a class="self-link" href="#latitude-longitude-and-accuracy-attributes" aria-label="Permalink for Section 9.1"></a></div>
20522052

2053-
<div class="correction">
2053+
<div class="correction" id="c3">
20542054
<span class="marker">Candidate Correction:</span> To improve clarity
20552055
and precision, the description of latitude and longitude attributes
20562056
has been updated to specify that these are real numbers in degrees
@@ -2274,7 +2274,7 @@ <h1 id="title" class="title">Geolocation API</h1>
22742274
<code>toJSON()</code> method
22752275
</h3><a class="self-link" href="#tojson-method-0" aria-label="Permalink for Section 9.5"></a></div>
22762276

2277-
<div class="addition">
2277+
<div class="addition" id="a2">
22782278
<span class="marker">Candidate Addition:</span> Explanation of the
22792279
addition: Extend the <code>toJSON()</code> method functionality to the
22802280
<a data-link-type="idl" data-lt="GeolocationCoordinates" href="#dom-geolocationcoordinates" class="internalDFN" id="ref-for-dom-geolocationcoordinates-3"><code>GeolocationCoordinates</code></a> object, allowing it to be serialized into
@@ -2300,7 +2300,7 @@ <h1 id="title" class="title">Geolocation API</h1>
23002300
<a data-link-type="idl" data-lt="GeolocationCoordinates" href="#dom-geolocationcoordinates" class="internalDFN" id="ref-for-dom-geolocationcoordinates-5"><code>GeolocationCoordinates</code></a> instance:
23012301
<ol>
23022302
<li>
2303-
<div class="correction">
2303+
<div class="correction" id="c4">
23042304
<span class="marker">Candidate Correction:</span> Enhanced
23052305
the constructor steps for <a data-link-type="idl" data-lt="GeolocationCoordinates" href="#dom-geolocationcoordinates" class="internalDFN" id="ref-for-dom-geolocationcoordinates-6"><code>GeolocationCoordinates</code></a> to
23062306
clarify the units and reference systems for latitude,
@@ -2331,7 +2331,7 @@ <h1 id="title" class="title">Geolocation API</h1>
23312331
</div>
23322332
</li>
23332333
<li>
2334-
<div class="correction">
2334+
<div class="correction" id="c5">
23352335
<span class="marker">Candidate Correction:</span> Updates to
23362336
the descriptions of the speed and heading attributes to
23372337
specify measurement units and conditions for null values,
@@ -2363,7 +2363,7 @@ <h1 id="title" class="title">Geolocation API</h1>
23632363
</div>
23642364
</li>
23652365
<li>
2366-
<div class="correction">
2366+
<div class="correction" id="c6">
23672367
<span class="marker">Candidate Correction:</span> Updates to
23682368
the descriptions of the speed and heading attributes to
23692369
specify measurement units and conditions for null values,

0 commit comments

Comments
 (0)