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.
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
You can’t perform that action at this time.
0 commit comments