Skip to content

Commit b5d84ac

Browse files
committed
Fix link.
1 parent 02e9117 commit b5d84ac

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

dist/spec/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@
12141214
</style>
12151215
<meta content="Bikeshed version 0dd2bba6dfda6c3168490a3a3044dd1d0b1ef8e0" name="generator">
12161216
<link href="https://w3c.github.io/webappsec-trusted-types/dist/spec/" rel="canonical">
1217-
<meta content="dcaddf048d6ccfd49e025b0c605363e53c5f8793" name="document-revision">
1217+
<meta content="02e9117bbb12085e1a48c493b6cf634a98970f5b" name="document-revision">
12181218
<style>/* style-md-lists */
12191219

12201220
/* This is a weird hack for me not yet following the commonmark spec
@@ -2359,7 +2359,7 @@ <h3 class="heading settled" data-level="3.1" id="create-trusted-type-policy-algo
23592359
<li data-md>
23602360
<p>Let <var>policyOptions</var> be a new <code class="idl"><a data-link-type="idl" href="#dictdef-trustedtypepolicyoptions" id="ref-for-dictdef-trustedtypepolicyoptions④">TrustedTypePolicyOptions</a></code> object.</p>
23612361
<li data-md>
2362-
<p>Set <var>policyOptions</var> <code class="idl"><a data-link-type="idl">createHTML</a></code> property to <var>option</var>’s <code class="idl"><a data-link-type="idl" href="#dom-trustedtypepolicyoptions-createhtml" id="ref-for-dom-trustedtypepolicyoptions-createhtml">createHTML</a></code> property value.</p>
2362+
<p>Set <var>policyOptions</var> <code class="idl"><a data-link-type="idl" href="#dom-trustedtypepolicy-createhtml" id="ref-for-dom-trustedtypepolicy-createhtml②">createHTML</a></code> property to <var>option</var>’s <code class="idl"><a data-link-type="idl" href="#dom-trustedtypepolicyoptions-createhtml" id="ref-for-dom-trustedtypepolicyoptions-createhtml">createHTML</a></code> property value.</p>
23632363
<li data-md>
23642364
<p>Set <var>policyOptions</var> <code class="idl"><a data-link-type="idl" href="#dom-trustedtypepolicy-createscript" id="ref-for-dom-trustedtypepolicy-createscript②">createScript</a></code> property to <var>option</var>’s <code class="idl"><a data-link-type="idl" href="#dom-trustedtypepolicyoptions-createscript" id="ref-for-dom-trustedtypepolicyoptions-createscript">createScript</a></code> property value.</p>
23652365
<li data-md>
@@ -4454,6 +4454,7 @@ <h2 class="no-num no-ref heading settled" id="issues-index"><span class="content
44544454
<ul>
44554455
<li><a href="#ref-for-dom-trustedtypepolicy-createhtml">2.2.1. TrustedHTML</a>
44564456
<li><a href="#ref-for-dom-trustedtypepolicy-createhtml①">2.3.2. TrustedTypePolicy</a>
4457+
<li><a href="#ref-for-dom-trustedtypepolicy-createhtml②">3.1. Create a Trusted Type Policy</a>
44574458
</ul>
44584459
</aside>
44594460
<aside class="dfn-panel" data-for="dom-trustedtypepolicy-createscript">

spec/index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ a string (|policyName|), {{TrustedTypePolicyOptions}} dictionary (|options|), an
861861
1. Set |policy|'s `name` property value to |policyName|.
862862
1. Let |policyOptions| be a new {{TrustedTypePolicyOptions}} object.
863863
1. Set |policyOptions|
864-
{{TrustedTypePolicy/createHTML|createHTML}} property to |option|'s
864+
{{TrustedTypePolicy/createHTML()|createHTML}} property to |option|'s
865865
{{TrustedTypePolicyOptions/createHTML|createHTML}} property value.
866866
1. Set |policyOptions| {{TrustedTypePolicy/createScript()|createScript}}
867867
property to |option|'s

0 commit comments

Comments
 (0)