@@ -39,7 +39,7 @@ |
|
|
39 |
39 |
</script> |
40 |
40 |
</head> |
41 |
41 |
<body data-cite= |
42 |
|
- "secure-contexts permissions-policy permissions page-visibility-2"> |
|
42 |
+ "secure-contexts permissions-policy permissions page-visibility-2 hr-time"> |
43 |
43 |
<section id="abstract"> |
44 |
44 |
<p> |
45 |
45 |
The Geolocation API provides access to geographical location |
@@ -674,8 +674,7 @@ |
|
|
674 |
674 |
position</dfn>. |
675 |
675 |
<ol> |
676 |
676 |
<li>Let |acquisitionTime:DOMTimeStamp |
677 |
|
- {{DOMTimeStamp}} that represents now in milliseconds, using |
678 |
|
- 01 January, 1970 UTC as the epoch. |
|
677 |
+ {{EpochTimeStamp}} that represents now. |
679 |
678 |
</li> |
680 |
679 |
<li>If |options |
681 |
680 |
than 0, and |cachedPosition |
@@ -926,7 +925,7 @@ |
|
|
926 |
925 |
[Exposed=Window, SecureContext] |
927 |
926 |
interface GeolocationPosition { |
928 |
927 |
readonly attribute GeolocationCoordinates coords; |
929 |
|
- readonly attribute DOMTimeStamp timestamp; |
|
928 |
+ readonly attribute EpochTimeStamp timestamp; |
930 |
929 |
}; |
931 |
930 |
</pre> |
932 |
931 |
<section> |