Skip to content

Commit 2a116d7

Browse files
Switch DOMTimeStamp to EpochTimeStamp (#104)
1 parent 99a845f commit 2a116d7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

index.html

+3-4
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</script>
4040
</head>
4141
<body data-cite=
42-
"secure-contexts permissions-policy permissions page-visibility-2">
42+
"secure-contexts permissions-policy permissions page-visibility-2 hr-time">
4343
<section id="abstract">
4444
<p>
4545
The Geolocation API provides access to geographical location
@@ -674,8 +674,7 @@ <h2>
674674
position</dfn>.
675675
<ol>
676676
<li>Let |acquisitionTime:DOMTimeStamp| be a new
677-
{{DOMTimeStamp}} that represents now in milliseconds, using
678-
01 January, 1970 UTC as the epoch.
677+
{{EpochTimeStamp}} that represents now.
679678
</li>
680679
<li>If |options|.{{PositionOptions/maximumAge}} is greater
681680
than 0, and |cachedPosition| is not null:
@@ -926,7 +925,7 @@ <h2>
926925
[Exposed=Window, SecureContext]
927926
interface GeolocationPosition {
928927
readonly attribute GeolocationCoordinates coords;
929-
readonly attribute DOMTimeStamp timestamp;
928+
readonly attribute EpochTimeStamp timestamp;
930929
};
931930
</pre>
932931
<section>

0 commit comments

Comments
 (0)