Skip to content

Commit 9098051

Browse files
committed
Editorial: fix xrefs to visibilty state
1 parent 147fbb9 commit 9098051

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -649,8 +649,9 @@ <h2>
649649
<li>Let |document:Document| be the [=current settings
650650
object=]'s [=associated Document=].
651651
</li>
652-
<li>If |document:Document| is [=Document/hidden=], wait for
653-
the |document| to become [=Document/visible=].
652+
<li>If |document:Document|'s [=Document/visibility state=] is
653+
"hidden", wait for the |document|'s [=Document/visibility
654+
state=] to become "visible".
654655
</li>
655656
<li>Go to <a href="#wait-for-change">wait for significant
656657
change of geographic position</a>.
@@ -779,9 +780,9 @@ <h2>
779780
changes.
780781
</li>
781782
<li>If |document| is not [=Document/fully active=] or not
782-
[=Document/visible=], go back to the previous step and again
783-
<a href="#wait-for-change">wait for significant change of
784-
geographic position</a>.
783+
[=Document/visibility state=] is "visible", go back to the
784+
previous step and again <a href="#wait-for-change">wait for
785+
significant change of geographic position</a>.
785786
<aside class="note" title=
786787
"Position updates are exclusively for fully-active visible documents">
787788
<p>

0 commit comments

Comments
 (0)