Skip to content

Commit

Permalink
Add top-level site to environment. (whatwg#8014)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanderview committed Jun 21, 2022
1 parent 9af0600 commit a1bb10c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -92834,6 +92834,16 @@ interface <dfn interface>BeforeUnloadEvent</dfn> : <span>Event</span> {
involved.</p>
</dd>

<dt>A <dfn id="concept-environment-top-level-site" export
for="environment">top-level site</dfn></dt>
<dd><p>A <span>site</span> <span data-x="obtain a site">obtained</span> from the "top-level"
<span>environment settings object</span>'s
<span data-x="concept-settings-object-origin">origin</span>. For a "top-level" potential
execution environment it is set to the site of the
<span data-x="concept-environment-creation-url">creation url</span>. For a worker it is set to
the top-level site of its creator.</p>
</dd>

<dt>A <dfn data-x="concept-environment-target-browsing-context" export
for="environment">target browsing context</dfn></dt>
<dd><p>Null or a target <span>browsing context</span> for a <span
Expand Down

0 comments on commit a1bb10c

Please sign in to comment.