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 committed Jun 2, 2020
1 parent 4db63e0 commit 5f505d1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -79832,6 +79832,24 @@ 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>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-x="tlbc browsing session"
data-dfn-for="top-level browsing context">browsing session</dfn> which is a <span>browsing
session</span>.</p>

</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 5f505d1

Please sign in to comment.