Skip to content

Fix [=nested browsing context=] #29

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

Merged
merged 1 commit into from
Sep 26, 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
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ <h2>
documents that consist of the
[=relevant global object=]'s [=associated `Document`=]'s
[=top-level browsing context=]'s <a data-cite="HTML#nav-document">active document</a>, and
all <a data-cite="HTML#nav-document">active documents</a> in [=nested browsing context=]s of
all <a data-cite="HTML#nav-document">active documents</a> in nested [=browsing context=]s of
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
all <a data-cite="HTML#nav-document">active documents</a> in nested [=browsing context=]s of
all [=navigable/active documents=] in nested [=browsing context=]s of

Copy link
Member Author

@eladalon1983 eladalon1983 Sep 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I'm going to make that additional change in a separate PR, for easier tracking.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done: #30

the [=relevant global object=]'s [=associated `Document`=]'s
[=top-level browsing context=]. This audio track
MUST NOT be included if audio was not specified in
Expand Down