Skip to content

Commit

Permalink
Meta: export a user agent's top-level traversable set
Browse files Browse the repository at this point in the history
Needed by the Notifications API: whatwg/notifications#213.
  • Loading branch information
annevk committed Oct 22, 2024
1 parent 19faae7 commit 3ca12ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -96843,9 +96843,9 @@ interface <dfn interface>NotRestoredReasons</dfn> {
are <span data-x="top-level traversable">top-level traversables</span>. Future proposals envision
introducing non-top-level traversables.</p>

<p>A user agent holds a <dfn>top-level traversable set</dfn> (a <span>set</span> of <span
data-x="top-level traversable">top-level traversables</span>). These are typically presented to
the user in the form of browser windows or browser tabs.</p>
<p>A user agent holds a <dfn export for="user agent">top-level traversable set</dfn> (a
<span>set</span> of <span data-x="top-level traversable">top-level traversables</span>). These are
typically presented to the user in the form of browser windows or browser tabs.</p>

<p>To get the <dfn export for="navigable" data-x="nav-top">top-level traversable</dfn> of a
<span>navigable</span> <var>inputNavigable</var>:</p>
Expand Down

0 comments on commit 3ca12ab

Please sign in to comment.