Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -617,8 +617,8 @@ <h2>
method steps are:
</p>
<ol class="algorithm">
<li>If the [=current settings object=]'s [=relevant global object=]'s
[=associated `Document`=] is not [=Document/fully active=]:
<li>If the [=this=]'s [=relevant global object=]'s [=associated
`Document`=] is not [=Document/fully active=]:
<ol>
<li>[=Call back with error=] |errorCallback| and
{{GeolocationPositionError/POSITION_UNAVAILABLE}}.
Expand All @@ -643,8 +643,8 @@ <h2>
method steps are:
</p>
<ol class="algorithm">
<li>If the [=current settings object=]'s [=relevant global object=]'s
[=associated `Document`=] is not [=Document/fully active=]:
<li>If the [=this=]'s [=relevant global object=]'s [=associated
`Document`=] is not [=Document/fully active=]:
<ol>
<li>[=Call back with error=] passing |errorCallback| and
{{GeolocationPositionError/POSITION_UNAVAILABLE}}.
Expand Down Expand Up @@ -692,8 +692,8 @@ <h2>
<ol class="algorithm">
<li>Let |watchIDs:List| be [=this=]'s {{Geolocation/[[watchIDs]]}}.
</li>
<li>Let |document:Document| be the [=current settings object=]'s
[=relevant global object=]'s [=associated `Document`=].
<li>Let |document:Document| be the [=this=]'s [=relevant global
object=]'s [=associated `Document`=].
</li>
<li data-tests="">If |document| is not [=allowed to use=] the
"geolocation" feature:
Expand Down