diff --git a/source b/source index 48b4d2d54c0..2d7a9a5c5e0 100644 --- a/source +++ b/source @@ -79832,6 +79832,36 @@ interface BarProp {

Session history and navigation

+

Browsing sessions

+ +
+ +

A browsing session is …. See whatwg/html issue #4782 and whatwg/html issue #5350 for defining + browsing session. It is roughly analogous to a top-level browsing + context except that it cannot be replaced due to a `Cross-Origin-Opener-Policy` header or navigation.

+ +

A top-level browsing context has an associated browsing session which is a + browsing session.

+ +

The browsing session of an environment settings object + environment is the result of running these steps:

+ +
    +
  1. Assert: environment has a responsible document.

  2. + +
  3. Return environment's responsible document's browsing context's top-level browsing context's + browsing session.

  4. +
+ +
+ +

The session history of browsing contexts

The sequence of Documents in a browsing context is its session