File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -182,6 +182,7 @@ spec: GEOMETRY; urlPrefix: https://drafts.fxtf.org/geometry/
182
182
text: height dimension; url: rectangle-height-dimension
183
183
spec: GEOLOCATION; urlPrefix: https://www.w3.org/TR/geolocation/
184
184
type: dfn
185
+ text: GeolocationPositionError; url: #dom-geolocationpositionerror
185
186
text: POSITION_UNAVAILABLE; url: #dom-geolocationpositionerror-position_unavailable
186
187
text: set emulated position data; url: #dfn-set-emulated-position-data
187
188
spec: HTML; urlPrefix: https://html.spec.whatwg.org/multipage/
@@ -5679,8 +5680,9 @@ The [=remote end steps=] with |command parameters| are:
5679
5680
1. Assert |command parameters|["<code>error</code>"]["<code>type</code>"] equals
5680
5681
"<code> positionUnavailable</code> ".
5681
5682
5682
- 1. Let |emulated position data| be a [=/map=] with value of
5683
- «"code" → [=POSITION_UNAVAILABLE=] , "message" → ""».
5683
+ 1. Let |emulated position data| be a [=/map=] matching [=GeolocationPositionError=]
5684
+ production, with <code> code</code> field set to [=POSITION_UNAVAILABLE=] and
5685
+ <code> message</code> field set to the empty string.
5684
5686
5685
5687
1. Otherwise, let |emulated position data| be
5686
5688
|command parameters|["<code>coordinates</code>"] .
You can’t perform that action at this time.
0 commit comments