Skip to content

Commit 154061f

Browse files
authored
Update to use navigables instead of browsing contexts
Follows whatwg/html#6315. One reference remains to "target browsing context" which probably requires HTML-side updates first.
1 parent 1c3a3bb commit 154061f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

fetch.bs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1726,9 +1726,8 @@ not always relevant and might require different behavior.
17261726
submission algorithm.
17271727

17281728
<p>CSP will also need to check <a for=/>request</a>'s <a for=request>client</a>'s
1729-
<a for="environment settings object">global object</a>'s
1730-
<a for=Window>browsing context</a>'s <a>ancestor browsing contexts</a> for various CSP
1731-
directives.
1729+
<a for="environment settings object">global object</a>'s <a>associated <code>Document</code></a>'s
1730+
<a for=Document>ancestor navigables</a> for various CSP directives.
17321731
</div>
17331732

17341733
<hr>
@@ -6187,7 +6186,7 @@ agent's <a>CORS-preflight cache</a> for which there is a <a>cache entry match</a
61876186
<var>request</var>'s <a for=request>current URL</a>'s <a for=url>origin</a> is not
61886187
<a>same origin</a> with <var>request</var>'s <a for=request>origin</a>, then return failure.
61896188

6190-
<p class=note>This is necessary for navigations of a nested browsing context. There,
6189+
<p class=note>This is necessary for navigations of a nested navigable. There,
61916190
<var>request</var>'s <a for=request>origin</a> would be the container document's
61926191
<a for=Document>origin</a> and the <a>TAO check</a> would return failure. Since navigation timing
61936192
never validates the results of the <a>TAO check</a>, the nested document would still have access

0 commit comments

Comments
 (0)