Skip to content

Commit 983993c

Browse files
committed
Editorial: use [=this=] to get global
1 parent dfca449 commit 983993c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -617,8 +617,8 @@ <h2>
617617
method steps are:
618618
</p>
619619
<ol class="algorithm">
620-
<li>If the [=current settings object=]'s [=relevant global object=]'s
621-
[=associated `Document`=] is not [=Document/fully active=]:
620+
<li>If the [=this=]'s [=relevant global object=]'s [=associated
621+
`Document`=] is not [=Document/fully active=]:
622622
<ol>
623623
<li>[=Call back with error=] |errorCallback| and
624624
{{GeolocationPositionError/POSITION_UNAVAILABLE}}.
@@ -643,8 +643,8 @@ <h2>
643643
method steps are:
644644
</p>
645645
<ol class="algorithm">
646-
<li>If the [=current settings object=]'s [=relevant global object=]'s
647-
[=associated `Document`=] is not [=Document/fully active=]:
646+
<li>If the [=this=]'s [=relevant global object=]'s [=associated
647+
`Document`=] is not [=Document/fully active=]:
648648
<ol>
649649
<li>[=Call back with error=] passing |errorCallback| and
650650
{{GeolocationPositionError/POSITION_UNAVAILABLE}}.
@@ -692,8 +692,8 @@ <h2>
692692
<ol class="algorithm">
693693
<li>Let |watchIDs:List| be [=this=]'s {{Geolocation/[[watchIDs]]}}.
694694
</li>
695-
<li>Let |document:Document| be the [=current settings object=]'s
696-
[=relevant global object=]'s [=associated `Document`=].
695+
<li>Let |document:Document| be the [=this=]'s [=relevant global
696+
object=]'s [=associated `Document`=].
697697
</li>
698698
<li data-tests="">If |document| is not [=allowed to use=] the
699699
"geolocation" feature:

0 commit comments

Comments
 (0)