Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.
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
15 changes: 6 additions & 9 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ urlPrefix: https://dom.spec.whatwg.org; spec: DOM
type: dfn
text: add the following abort steps; url: abortsignal-add
text: aborted flag; url: abortsignal-aborted-flag
urlPrefix: http://w3c.github.io/hr-time/; spec: HR-TIME-2
type: interface
text: DOMHighResTimeStamp; url: dom-domhighrestimestamp
</pre>
<pre class="biblio">
{
Expand Down Expand Up @@ -195,14 +192,14 @@ The GeolocationSensor Interface {#geolocationsensor-interface}
</pre>

<div class="note">
Normative changes to the <code>
<a href="https://dev.w3.org/geo/api/spec-source.html#coordinates_interface">
Coordinates</a></code> interface of the Geolocation API are the following:
Normative changes to the
{{GeolocationCoordinates}}
interface of the Geolocation API are the following:
<ul>
<li>Use <a href="https://heycam.github.io/webidl/#idl-unrestricted-double">
unrestricted double</a> to not throw TypeError on NaN, +Infinity or −Infinity.
<li>Use {{unrestricted double}}
to not throw TypeError on NaN, +Infinity or −Infinity.
(Geolocation API defines NaN as a valid value for heading, yet uses double as its type.)
<li>Use <a href="https://heycam.github.io/webidl/#dfn-nullable-type">nullable</a> to allow
<li>Use [=nullable type=] to allow
all attributes to default to null. (Geolocation API does not provide synchronous means to
access these attributes, thus latitude, longitude, and altitude are not nullable and "must be
supported by all implementations".)
Expand Down
Loading