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

Export navigable container document #8556

Merged
merged 1 commit into from
Nov 30, 2022
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
5 changes: 3 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -87169,8 +87169,9 @@ interface <dfn interface>BeforeUnloadEvent</dfn> : <span>Event</span> {
<span>navigable</span> <var>navigable</var> is the <span>navigable container</span> whose
<span>nested navigable</span> is <var>navigable</var>, or null if there is no such element.</p>

<p id="bc-container-document">The <dfn data-x="nav-container-document">container document</dfn>
of a <span>navigable</span> <var>navigable</var> is the result of running these steps:</p>
<p id="bc-container-document">The <dfn export for="navigable"
data-x="nav-container-document">container document</dfn> of a <span>navigable</span>
<var>navigable</var> is the result of running these steps:</p>

<ol>
<li><p>If <var>navigable</var>'s <span data-x="nav-container">container</span> is null, then
Expand Down