Skip to content

Commit 53e66e1

Browse files
chore: remove duplicate correction
SHA: ea16b03 Reason: push, by marcoscaceres Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4e3dc82 commit 53e66e1

File tree

1 file changed

+12
-43
lines changed

1 file changed

+12
-43
lines changed

index.html

Lines changed: 12 additions & 43 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="27fce83f381f614fac4586668d36ae601908c4a6">
162+
<meta name="revision" content="ea16b037fc6aba1f9aa8720d5decf1b9d88ad829">
163163
<meta name="description" content="The Geolocation API provides access to geographical location
164164
information associated with the hosting device.">
165165
<style>
@@ -232,17 +232,17 @@
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": "27fce83f381f614fac4586668d36ae601908c4a6",
236-
"publishISODate": "2024-05-12T00:00:00.000Z",
237-
"generatedSubtitle": "W3C Editor's Draft 12 May 2024"
235+
"gitRevision": "ea16b037fc6aba1f9aa8720d5decf1b9d88ad829",
236+
"publishISODate": "2024-05-13T00:00:00.000Z",
237+
"generatedSubtitle": "W3C Editor's Draft 13 May 2024"
238238
}</script>
239239
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED">
240240
<link rel="stylesheet" media="(prefers-color-scheme: dark)" href="https://www.w3.org/StyleSheets/TR/2021/dark.css"></head>
241241
<body data-cite="WEBIDL secure-contexts permissions-policy permissions hr-time html HTML INFRA URL WEBIDL DOM FETCH" class="h-entry"><div class="head">
242242
<p class="logos"><a class="logo" href="https://www.w3.org/"><img crossorigin="" alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72">
243243
</a></p>
244244
<h1 id="title" class="title">Geolocation API</h1>
245-
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2024-05-12">12 May 2024</time></p>
245+
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2024-05-13">13 May 2024</time></p>
246246
<details open="">
247247
<summary>More details about this document</summary>
248248
<dl>
@@ -2362,38 +2362,7 @@ <h1 id="title" class="title">Geolocation API</h1>
23622362
</p>
23632363
</div>
23642364
</li>
2365-
<li>
2366-
<div class="correction" id="c6">
2367-
<span class="marker">Candidate Correction:</span> Updates to
2368-
the descriptions of the speed and heading attributes to
2369-
specify measurement units and conditions for null values,
2370-
aligning with the overall enhancements to attribute accuracy
2371-
and clarity.
2372-
<p>
2373-
Initialize <var>coord</var>'s <a data-link-type="idl" href="#dom-geolocationcoordinates-speed" class="internalDFN" id="ref-for-dom-geolocationcoordinates-speed-5"><code>speed</code></a>
2374-
<del>attribute to a non-negative real number, or as <code>null</code>
2375-
if the implementation cannot provide speed
2376-
information.</del> <ins>attribute to a speed, as a
2377-
non-negative real number of meters per second, or as <code>null</code>
2378-
if the implementation cannot provide speed
2379-
information.</ins>
2380-
</p>
2381-
<p>
2382-
Initialize <var>coord</var>'s <a data-link-type="idl" href="#dom-geolocationcoordinates-heading" class="internalDFN" id="ref-for-dom-geolocationcoordinates-heading-5"><code>heading</code></a>
2383-
<del>attribute in degrees, or <code>null</code> if the implementation
2384-
cannot provide heading information. If the hosting device
2385-
is stationary (i.e., the value of the
2386-
<a data-link-type="idl" href="#dom-geolocationcoordinates-speed" class="internalDFN" id="ref-for-dom-geolocationcoordinates-speed-6"><code>speed</code></a> attribute is 0), then
2387-
initialize the <a data-link-type="idl" href="#dom-geolocationcoordinates-heading" class="internalDFN" id="ref-for-dom-geolocationcoordinates-heading-6"><code>heading</code></a> to
2388-
<code>NaN</code>.</del> <ins>attribute to a heading, in degrees, or
2389-
<code>null</code> if the implementation cannot provide heading
2390-
information. If the hosting device is stationary (i.e., the
2391-
value of the <a data-link-type="idl" href="#dom-geolocationcoordinates-speed" class="internalDFN" id="ref-for-dom-geolocationcoordinates-speed-7"><code>speed</code></a> attribute is
2392-
0), then initialize the <a data-link-type="idl" href="#dom-geolocationcoordinates-heading" class="internalDFN" id="ref-for-dom-geolocationcoordinates-heading-7"><code>heading</code></a>
2393-
to <code>NaN</code>.</ins>
2394-
</p>
2395-
</div>
2396-
</li>
2365+
23972366

23982367
<li>Initialize <var>coord</var>'s <a data-link-type="idl" href="#dom-geolocationcoordinates-accuracy" class="internalDFN" id="ref-for-dom-geolocationcoordinates-accuracy-1"><code>accuracy</code></a>
23992368
attribute to a non-negative real number. The value <em class="rfc2119">SHOULD</em>
@@ -2729,8 +2698,8 @@ <h1 id="title" class="title">Geolocation API</h1>
27292698
readonly attribute<span class="idlType"> <a data-link-type="idl" data-type="interface" href="https://webidl.spec.whatwg.org/#idl-double" id="ref-for-index-term-double-type-10">double</a></span> <a class="internalDFN idlName" data-link-type="attribute" href="#dom-geolocationcoordinates-longitude" id="ref-for-dom-geolocationcoordinates-longitude-3"><code>longitude</code></a>;</span><span data-idl="" class="idlAttribute" data-title="altitude" data-dfn-for="GeolocationCoordinates">
27302699
readonly attribute<span class="idlType"> <a data-link-type="idl" data-type="interface" href="https://webidl.spec.whatwg.org/#idl-double" id="ref-for-index-term-double-type-11">double</a>?</span> <a class="internalDFN idlName" data-link-type="attribute" href="#dom-geolocationcoordinates-altitude" id="ref-for-dom-geolocationcoordinates-altitude-3"><code>altitude</code></a>;</span><span data-idl="" class="idlAttribute" data-title="altitudeAccuracy" data-dfn-for="GeolocationCoordinates">
27312700
readonly attribute<span class="idlType"> <a data-link-type="idl" data-type="interface" href="https://webidl.spec.whatwg.org/#idl-double" id="ref-for-index-term-double-type-12">double</a>?</span> <a class="internalDFN idlName" data-link-type="attribute" href="#dom-geolocationcoordinates-altitudeaccuracy" id="ref-for-dom-geolocationcoordinates-altitudeaccuracy-3"><code>altitudeAccuracy</code></a>;</span><span data-idl="" class="idlAttribute" data-title="heading" data-dfn-for="GeolocationCoordinates">
2732-
readonly attribute<span class="idlType"> <a data-link-type="idl" data-type="interface" href="https://webidl.spec.whatwg.org/#idl-double" id="ref-for-index-term-double-type-13">double</a>?</span> <a class="internalDFN idlName" data-link-type="attribute" href="#dom-geolocationcoordinates-heading" id="ref-for-dom-geolocationcoordinates-heading-8"><code>heading</code></a>;</span><span data-idl="" class="idlAttribute" data-title="speed" data-dfn-for="GeolocationCoordinates">
2733-
readonly attribute<span class="idlType"> <a data-link-type="idl" data-type="interface" href="https://webidl.spec.whatwg.org/#idl-double" id="ref-for-index-term-double-type-14">double</a>?</span> <a class="internalDFN idlName" data-link-type="attribute" href="#dom-geolocationcoordinates-speed" id="ref-for-dom-geolocationcoordinates-speed-8"><code>speed</code></a>;</span><span data-idl="" class="idlMethod" data-title="toJSON" data-dfn-for="GeolocationCoordinates">
2701+
readonly attribute<span class="idlType"> <a data-link-type="idl" data-type="interface" href="https://webidl.spec.whatwg.org/#idl-double" id="ref-for-index-term-double-type-13">double</a>?</span> <a class="internalDFN idlName" data-link-type="attribute" href="#dom-geolocationcoordinates-heading" id="ref-for-dom-geolocationcoordinates-heading-5"><code>heading</code></a>;</span><span data-idl="" class="idlAttribute" data-title="speed" data-dfn-for="GeolocationCoordinates">
2702+
readonly attribute<span class="idlType"> <a data-link-type="idl" data-type="interface" href="https://webidl.spec.whatwg.org/#idl-double" id="ref-for-index-term-double-type-14">double</a>?</span> <a class="internalDFN idlName" data-link-type="attribute" href="#dom-geolocationcoordinates-speed" id="ref-for-dom-geolocationcoordinates-speed-5"><code>speed</code></a>;</span><span data-idl="" class="idlMethod" data-title="toJSON" data-dfn-for="GeolocationCoordinates">
27342703
[<span class="extAttr"><a data-type="extended-attribute" href="https://webidl.spec.whatwg.org/#Default" id="ref-for-index-term-default-extended-attribute-4">Default</a></span>]<span class="idlType"> <a data-link-type="interface" data-type="interface" href="https://webidl.spec.whatwg.org/#idl-object" id="ref-for-index-term-object-type-4">object</a></span> <a class="internalDFN idlName" data-link-type="method" href="#dom-geolocationcoordinates-tojson" id="ref-for-dom-geolocationcoordinates-tojson-2"><code>toJSON</code></a>();</span>
27352704
};</span>
27362705

@@ -3607,9 +3576,9 @@ <h1 id="title" class="title">Geolocation API</h1>
36073576
<li>
36083577
<a href="#ref-for-dom-geolocationcoordinates-heading-1" title="§ 9. GeolocationCoordinates interface">§ 9. GeolocationCoordinates interface</a>
36093578
</li><li>
3610-
<a href="#ref-for-dom-geolocationcoordinates-heading-2" title="§ 9.6 Constructing a GeolocationPosition">§ 9.6 Constructing a GeolocationPosition</a> <a href="#ref-for-dom-geolocationcoordinates-heading-3" title="Reference 2">(2)</a> <a href="#ref-for-dom-geolocationcoordinates-heading-4" title="Reference 3">(3)</a> <a href="#ref-for-dom-geolocationcoordinates-heading-5" title="Reference 4">(4)</a> <a href="#ref-for-dom-geolocationcoordinates-heading-6" title="Reference 5">(5)</a> <a href="#ref-for-dom-geolocationcoordinates-heading-7" title="Reference 6">(6)</a>
3579+
<a href="#ref-for-dom-geolocationcoordinates-heading-2" title="§ 9.6 Constructing a GeolocationPosition">§ 9.6 Constructing a GeolocationPosition</a> <a href="#ref-for-dom-geolocationcoordinates-heading-3" title="Reference 2">(2)</a> <a href="#ref-for-dom-geolocationcoordinates-heading-4" title="Reference 3">(3)</a>
36113580
</li><li>
3612-
<a href="#ref-for-dom-geolocationcoordinates-heading-8" title="§ A. IDL Index">§ A. IDL Index</a>
3581+
<a href="#ref-for-dom-geolocationcoordinates-heading-5" title="§ A. IDL Index">§ A. IDL Index</a>
36133582
</li>
36143583
</ul>
36153584
</div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-dom-geolocationcoordinates-speed" aria-label="Links in this document to definition: speed">
@@ -3623,9 +3592,9 @@ <h1 id="title" class="title">Geolocation API</h1>
36233592
<li>
36243593
<a href="#ref-for-dom-geolocationcoordinates-speed-1" title="§ 9. GeolocationCoordinates interface">§ 9. GeolocationCoordinates interface</a>
36253594
</li><li>
3626-
<a href="#ref-for-dom-geolocationcoordinates-speed-2" title="§ 9.6 Constructing a GeolocationPosition">§ 9.6 Constructing a GeolocationPosition</a> <a href="#ref-for-dom-geolocationcoordinates-speed-3" title="Reference 2">(2)</a> <a href="#ref-for-dom-geolocationcoordinates-speed-4" title="Reference 3">(3)</a> <a href="#ref-for-dom-geolocationcoordinates-speed-5" title="Reference 4">(4)</a> <a href="#ref-for-dom-geolocationcoordinates-speed-6" title="Reference 5">(5)</a> <a href="#ref-for-dom-geolocationcoordinates-speed-7" title="Reference 6">(6)</a>
3595+
<a href="#ref-for-dom-geolocationcoordinates-speed-2" title="§ 9.6 Constructing a GeolocationPosition">§ 9.6 Constructing a GeolocationPosition</a> <a href="#ref-for-dom-geolocationcoordinates-speed-3" title="Reference 2">(2)</a> <a href="#ref-for-dom-geolocationcoordinates-speed-4" title="Reference 3">(3)</a>
36273596
</li><li>
3628-
<a href="#ref-for-dom-geolocationcoordinates-speed-8" title="§ A. IDL Index">§ A. IDL Index</a>
3597+
<a href="#ref-for-dom-geolocationcoordinates-speed-5" title="§ A. IDL Index">§ A. IDL Index</a>
36293598
</li>
36303599
</ul>
36313600
</div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-dom-geolocationcoordinates-tojson" aria-label="Links in this document to definition: toJSON()">

0 commit comments

Comments
 (0)