Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: Fix ReSpec error with ancestor browsing context #89

Merged
merged 3 commits into from
May 8, 2024
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
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ <h2>
<p>
Pointer lock MUST fail unless the <a>target</a>'s
<a>shadow-including root</a> is the [=navigable/active document=]
of a [=Document/browsing context=] which is (or has an <a>ancestor
browsing context</a> which is) in focus by a window which is in
of a [=Document/browsing context=] which is (or has an [=tree/ancestor=]
[=Document/browsing context=] which is) in focus by a window which is in
focus by the operating system's window manager. The <a>target</a>
element and its [=Document/browsing context=] need not be in focus.
</p>
Expand Down
Loading