Skip to content

Commit 0ca7775

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ <h2>
617617
method steps are:
618618
</p>
619619
<ol class="algorithm">
620-
<li>If the [=current settings object=]'s [=relevant global object=]'s
620+
<li>If the [=this=]'s [=relevant global object=]'s
621621
[=associated `Document`=] is not [=Document/fully active=]:
622622
<ol>
623623
<li>[=Call back with error=] |errorCallback| and
@@ -643,7 +643,7 @@ <h2>
643643
method steps are:
644644
</p>
645645
<ol class="algorithm">
646-
<li>If the [=current settings object=]'s [=relevant global object=]'s
646+
<li>If the [=this=]'s [=relevant global object=]'s
647647
[=associated `Document`=] is not [=Document/fully active=]:
648648
<ol>
649649
<li>[=Call back with error=] passing |errorCallback| and
@@ -692,7 +692,7 @@ <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
695+
<li>Let |document:Document| be the [=this=]'s
696696
[=relevant global object=]'s [=associated `Document`=].
697697
</li>
698698
<li data-tests="">If |document| is not [=allowed to use=] the

0 commit comments

Comments
 (0)