Skip to content

Commit

Permalink
Add browsing session as open issue
Browse files Browse the repository at this point in the history
Having a central point to acknowledge its non-existence will hopefully provide some clarity for #5560 and other changes.
  • Loading branch information
annevk authored Jun 3, 2020
1 parent f913be0 commit 5796632
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -79832,6 +79832,36 @@ interface <dfn>BarProp</dfn> {

<h3 split-filename="history" id="history">Session history and navigation</h3>

<h4>Browsing sessions</h4>

<div class="XXX">

<p>A <dfn data-export="">browsing session</dfn> is …. See <a
href="https://github.com/whatwg/html/issues/4782">whatwg/html issue #4782</a> and <a
href="https://github.com/whatwg/html/issues/5350">whatwg/html issue #5350</a> for defining
<span>browsing session</span>. It is roughly analogous to a <span>top-level browsing
context</span> except that it cannot be replaced due to a `<code
data-x="">Cross-Origin-Opener-Policy</code>` header or navigation.</p>

<p>A <span>top-level browsing context</span> has an associated <dfn data-export="" data-x="tlbc
browsing session" data-dfn-for="top-level browsing context">browsing session</dfn> which is a
<span>browsing session</span>.</p>

<p>The <dfn data-export="" data-dfn-for="environment settings object" data-x="environment browsing
session">browsing session</dfn> of an <span>environment settings object</span>
<var>environment</var> is the result of running these steps:</p>

<ol>
<li><p>Assert: <var>environment</var> has a <span>responsible document</span>.</p></li>

<li><p>Return <var>environment</var>'s <span>responsible document</span>'s <span
data-x="concept-document-bc">browsing context</span>'s <span>top-level browsing context</span>'s
<span data-x="tlbc browsing session">browsing session</span>.</p></li>
</ol>

</div>


<h4>The session history of browsing contexts</h4>

<p>The sequence of <code>Document</code>s in a <span>browsing context</span> is its <dfn>session
Expand Down

0 comments on commit 5796632

Please sign in to comment.