Skip to content

Commit eaa69f3

Browse files
marcoscaceresreillyeon
authored andcommitted
Editorial: use [=this=] to get global
1 parent 626f1d8 commit eaa69f3

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
@@ -618,8 +618,8 @@ <h2>
618618
method steps are:
619619
</p>
620620
<ol class="algorithm">
621-
<li>If the [=current settings object=]'s [=relevant global object=]'s
622-
[=associated `Document`=] is not [=Document/fully active=]:
621+
<li>If the [=this=]'s [=relevant global object=]'s [=associated
622+
`Document`=] is not [=Document/fully active=]:
623623
<ol>
624624
<li>[=Call back with error=] |errorCallback| and
625625
{{GeolocationPositionError/POSITION_UNAVAILABLE}}.
@@ -644,8 +644,8 @@ <h2>
644644
method steps are:
645645
</p>
646646
<ol class="algorithm">
647-
<li>If the [=current settings object=]'s [=relevant global object=]'s
648-
[=associated `Document`=] is not [=Document/fully active=]:
647+
<li>If the [=this=]'s [=relevant global object=]'s [=associated
648+
`Document`=] is not [=Document/fully active=]:
649649
<ol>
650650
<li>[=Call back with error=] passing |errorCallback| and
651651
{{GeolocationPositionError/POSITION_UNAVAILABLE}}.
@@ -693,8 +693,8 @@ <h2>
693693
<ol class="algorithm">
694694
<li>Let |watchIDs:List| be [=this=]'s {{Geolocation/[[watchIDs]]}}.
695695
</li>
696-
<li>Let |document:Document| be the [=current settings object=]'s
697-
[=relevant global object=]'s [=associated `Document`=].
696+
<li>Let |document:Document| be the [=this=]'s [=relevant global
697+
object=]'s [=associated `Document`=].
698698
</li>
699699
<li data-tests="">If |document| is not [=allowed to use=] the
700700
"geolocation" feature:

0 commit comments

Comments
 (0)