Skip to content

Commit

Permalink
Fix policy container references in build
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Sartori committed Nov 9, 2021
1 parent a5fc841 commit 4a4f74a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ <h3 id="referrer-policy-delivery-referrer-attribute">Delivery
<em>This section is not normative.</em>

Referrer policy is inherited following the inheritance mechanism of
<a>policy containers</a>, as defined by HTML.
<a for="/">policy containers</a>, as defined by HTML.
</section>
</section>

Expand Down Expand Up @@ -678,9 +678,9 @@ <h2 id="integration-with-html">Integration with HTML</h2>

The HTML Standard determines the <a for="/">referrer policy</a> of any response
received during <a>navigation</a> or while <a>running a worker</a>, and uses
the result to set the resulting {{Document}}'s <a for=document>policy
the result to set the resulting {{Document}}'s <a for=Document>policy
container</a>'s or {{WorkerGlobalScope}}'s <a for=WorkerGlobalScope>policy
container</a>'s <a for="policy container">referrer policy<a>.
container</a>'s <a for="policy container">referrer policy</a>.
</section>

<section>
Expand All @@ -701,7 +701,7 @@ <h2 id="integration-with-css">Integration with CSS</h2>

Issue: This requires that CSS style sheets process `Referrer-Policy`
headers, and store a <dfn for="CSSStyleSheet">referrer policy</dfn>
in the same way that <a for="Document" lt="referrer policy">Documents
in the same way that <a for="policy container" lt="referrer policy">Documents
do</a>.
</li>

Expand All @@ -712,7 +712,8 @@ <h2 id="integration-with-css">Integration with CSS</h2>
<a>node document</a>'s <a for="Document">URL</a>, and the
<a for="request">referrer policy</a> to its
<a for="CSSStyleSheet">owner node</a>'s
<a>node document</a>'s <a for="Document">referrer policy</a>.
<a>node document</a>'s <a for="Document">policy container</a>'s
<a for="policy container">referrer policy</a>.
</li>

<li>
Expand All @@ -726,7 +727,8 @@ <h2 id="integration-with-css">Integration with CSS</h2>
document</a>'s <a for="Document">URL</a>, and the
<a for="request">referrer policy</a> to the block's
<a for="CSSStyleDeclaration">owner node</a>'s <a>node document</a>'s
<a for="Document">referrer policy</a>.
<a for="Document">policy container</a>'s
<a for="policy container">referrer policy</a>.
</li>
</ol>

Expand Down

0 comments on commit 4a4f74a

Please sign in to comment.