From 863bd83844bbe6277b9c7bc6595d9241e3b20efc Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Mon, 21 Oct 2024 13:57:39 -0700 Subject: [PATCH] Meta: export terms for Notifications API In particular: a navigable's current session history entry, a user agent's top-level traversable set, and a session history entry's URL. --- source | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/source b/source index e64c6583633..10050962b1f 100644 --- a/source +++ b/source @@ -96662,8 +96662,8 @@ interface NotRestoredReasons { a navigable or null.

  • -

    A current session history - entry, a session history entry.

    +

    A current + session history entry, a session history entry.

    This can only be modified within the session history traversal queue of the @@ -96843,9 +96843,9 @@ interface NotRestoredReasons { are top-level traversables. Future proposals envision introducing non-top-level traversables.

    -

    A user agent holds a top-level traversable set (a set of top-level traversables). These are typically presented to - the user in the form of browser windows or browser tabs.

    +

    A user agent holds a top-level traversable set (a + set of top-level traversables). These are + typically presented to the user in the form of browser windows or browser tabs.

    To get the top-level traversable of a navigable inputNavigable:

    @@ -98452,7 +98452,8 @@ interface NotRestoredReasons {
  • step, a non-negative integer or "pending", initially "pending".

  • -
  • URL, a URL

  • +
  • URL, a + URL

  • document state, a document state.