Skip to content
Open
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
9 changes: 6 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -105285,6 +105285,8 @@ interface <dfn interface>NotRestoredReasons</dfn> {
context</span> has a corresponding <code>WindowProxy</code> object, as well as the following:</p>

<ul>
<li><p>An <dfn>active document</dfn>, a <code>Document</code>.</p></li>

<li><p>An <dfn export>opener browsing context</dfn>, a <span>browsing context</span> or null,
initially null.</p></li>

Expand Down Expand Up @@ -105313,9 +105315,7 @@ interface <dfn interface>NotRestoredReasons</dfn> {

<div algorithm>
<p>A <span>browsing context</span>'s <dfn>active window</dfn> is its <code>WindowProxy</code>
object's <span data-x="concept-windowproxy-window">[[Window]]</span> internal slot value. A
<span>browsing context</span>'s <dfn>active document</dfn> is its <span>active window</span>'s
<span data-x="concept-document-window">associated <code>Document</code></span>.</p>
object's <span data-x="concept-windowproxy-window">[[Window]]</span> internal slot value.</p>
</div>

<div algorithm>
Expand Down Expand Up @@ -111609,6 +111609,9 @@ location.href = '#foo';</code></pre>
<li><p>Let <var>window</var> be <var>document</var>'s <span>relevant global
object</span>.</p></li>

<li><p>Set <var>document</var>'s <span data-x="concept-document-bc">browsing context</span>'s
<span>active document</span> to <var>document</var>.</p></li>

<li><p>Set <var>document</var>'s <span data-x="concept-document-bc">browsing context</span>'s
<code>WindowProxy</code>'s <span data-x="concept-windowproxy-window">[[Window]]</span> internal
slot value to <var>window</var>.</p></li>
Expand Down
Loading