File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -1726,9 +1726,8 @@ not always relevant and might require different behavior.
1726
1726
submission algorithm.
1727
1727
1728
1728
<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.
1732
1731
</div>
1733
1732
1734
1733
<hr>
@@ -6187,7 +6186,7 @@ agent's <a>CORS-preflight cache</a> for which there is a <a>cache entry match</a
6187
6186
<var> request</var> 's <a for=request>current URL</a>' s <a for=url>origin</a> is not
6188
6187
<a>same origin</a> with <var> request</var> 's <a for=request>origin</a> , then return failure.
6189
6188
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,
6191
6190
<var> request</var> 's <a for=request>origin</a> would be the container document' s
6192
6191
<a for=Document>origin</a> and the <a>TAO check</a> would return failure. Since navigation timing
6193
6192
never validates the results of the <a>TAO check</a> , the nested document would still have access
You can’t perform that action at this time.
0 commit comments