Skip to content

Commit 8fcc1c1

Browse files
committed
Typo fix.
1 parent a44f98b commit 8fcc1c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/spec/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ <h4 class="heading settled" data-level="2.4.1" id="content-security-policy-hdr">
10071007
<p class="note" role="note"><span>Note:</span> Using CSP mechanisms allows the authors to prepare their application for enforcing Trusted Types
10081008
via using the <code class="idl"><a data-link-type="idl">Content-Security-Report-Only</a></code> HTTP Response header.</p>
10091009
<p class="note" role="note"><span>Note:</span> Most of the enforcement rules are defined as modifications of the
1010-
algorithms in other specifiactions, see <a href="#integrations">§ 4 Integrations</a>.</p>
1010+
algorithms in other specifications, see <a href="#integrations">§ 4 Integrations</a>.</p>
10111011
<h4 class="heading settled" data-level="2.4.2" id="!trustedtypes-extended-attribute"><span class="secno">2.4.2. </span><span class="content">TrustedTypes extended attribute</span><a class="self-link" href="#!trustedtypes-extended-attribute"></a></h4>
10121012
<p class="note" role="note"><span>Note:</span> This section describes the implementation details of the Trusted Types mechanism. IDL extended attributes are not exposed to the JavasScript code.</p>
10131013
<p>To annotate the <a data-link-type="dfn" href="#injection-sink" id="ref-for-injection-sink①①">injection sink</a> functions that require Trusted Types, we introduce <dfn class="dfn-paneled idl-code" data-dfn-type="extended-attribute" data-export data-lt="TrustedTypes" data-x="TrustedTypes" id="extendedattrdef-trustedtypes"><code>[TrustedTypes]</code></dfn> IDL <a data-link-type="dfn" href="https://heycam.github.io/webidl/#dfn-extended-attribute" id="ref-for-dfn-extended-attribute">extended attribute</a>. Its presence indicates that the relevant construct is to be supplemented with additional

spec/index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ Note: Using CSP mechanisms allows the authors to prepare their application for e
747747
via using the {{CSP#cspro-header|Content-Security-Report-Only}} HTTP Response header.
748748

749749
Note: Most of the enforcement rules are defined as modifications of the
750-
algorithms in other specifiactions, see [[#integrations]].
750+
algorithms in other specifications, see [[#integrations]].
751751

752752
### TrustedTypes extended attribute ### {#!trustedtypes-extended-attribute}
753753

0 commit comments

Comments
 (0)