Skip to content

Commit 9e39c46

Browse files
committed
chore: fix active document xrefs
1 parent 79bbc6e commit 9e39c46

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
@@ -205,8 +205,8 @@ <h2>
205205
</p>
206206
<p>
207207
Pointer lock MUST fail unless the <a>target</a>'s
208-
<a>shadow-including root</a> is the <a>active document</a> of a
209-
[=Document/browsing context=] which is (or has an <a>ancestor
208+
<a>shadow-including root</a> is the [=navigable/active document=]
209+
of a [=Document/browsing context=] which is (or has an <a>ancestor
210210
browsing context</a> which is) in focus by a window which is in
211211
focus by the operating system's window manager. The <a>target</a>
212212
element and its [=Document/browsing context=] need not be in focus.
@@ -495,7 +495,7 @@ <h2>
495495
Pointer lock must be exited if the <a>target</a> <a data-lt=
496496
"become disconnected">becomes disconnected</a>, or the <a>user
497497
agent</a>, window, or tab loses focus. Moving focus between elements of
498-
<a>active documents</a>, including between [=Document/browsing
498+
[=navigable/active document=], including between [=Document/browsing
499499
contexts=] , does not exit pointer lock. E.g. using the keyboard to
500500
move focus between contents of frames or iframes will not exit.
501501
</p>

0 commit comments

Comments
 (0)