Skip to content

Commit

Permalink
remove noexport for same-origin with ancestors
Browse files Browse the repository at this point in the history
  • Loading branch information
timcappalli committed Aug 6, 2024
1 parent 7432408 commit 7a080f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ spec:css-syntax-3;
<!-- NOTE: '<h4>' maps to the same heading level as three hashs '###', thus using '<h5>' for the next section -->
<h5 id="algorithm-same-origin-with-ancestors" algorithm>Same-Origin with its Ancestors</h5>

An [=environment settings object=] (|settings|) is <dfn noexport>same-origin with its
An [=environment settings object=] (|settings|) is <dfn>same-origin with its
ancestors</dfn> if the following algorithm returns `true`:

<ol class="algorithm">
Expand Down

0 comments on commit 7a080f0

Please sign in to comment.