|
7 | 7 | <link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet"> |
8 | 8 | <meta content="Bikeshed version 3f621ba99, updated Mon Jul 28 15:38:36 2025 -0700" name="generator"> |
9 | 9 | <link href="https://www.w3.org/TR/trusted-types/" rel="canonical"> |
10 | | - <meta content="585f50262193b3f1d4711402495b55f2f5ac5fa0" name="revision"> |
| 10 | + <meta content="4193b7234b1188ee4f77e8fd1b162b5d0651c4dc" name="revision"> |
11 | 11 | <meta content="dark light" name="color-scheme"> |
12 | 12 | <link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css"> |
13 | 13 | <style>/* Boilerplate: style-autolinks */ |
|
1060 | 1060 | </p> |
1061 | 1061 | <h1 class="p-name no-ref" id="title">Trusted Types</h1> |
1062 | 1062 | <p id="w3c-state"><a href="https://www.w3.org/standards/types/#ED">Editor’s Draft</a>, |
1063 | | - <time class="dt-updated" datetime="2025-10-28">28 October 2025</time></p> |
| 1063 | + <time class="dt-updated" datetime="2025-11-03">3 November 2025</time></p> |
1064 | 1064 | <details open> |
1065 | 1065 | <summary>More details about this document</summary> |
1066 | 1066 | <div data-fill-with="spec-metadata"> |
@@ -2785,7 +2785,7 @@ <h4 class="heading settled" data-level="4.3.2" id="trusted-types-csp-directive"> |
2785 | 2785 | </div> |
2786 | 2786 | <h4 class="heading settled" data-level="4.3.3" id="does-sink-require-trusted-types"><span class="secno">4.3.3. </span><span class="content">Does sink type require trusted types?</span><a class="self-link" href="#does-sink-require-trusted-types"></a></h4> |
2787 | 2787 | <p>This algorithm returns <code>true</code> if the <a data-link-type="dfn" href="#injection-sink" id="ref-for-injection-sink②⑤">injection sink</a> requires a <a data-link-type="dfn" href="#trusted-type" id="ref-for-trusted-type⑤">Trusted Type</a>, and <code>false</code> otherwise.</p> |
2788 | | - <p>The <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="does-sink-type-require-trusted-types">does sink type require trusted types?</dfn> algorithm, given a <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-realm-global" id="ref-for-concept-realm-global③">global object</a> (<var>global</var>), a string (<var>sinkGroup</var>) and a boolean (<var>includeReportOnlyPolicies</var>), performs these steps:</p> |
| 2788 | + <p>The <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="does-sink-type-require-trusted-types">does sink type require trusted types?</dfn> algorithm, given a <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-realm-global" id="ref-for-concept-realm-global③">global object</a> (<var>global</var>), a string (<var>sinkGroup</var>) and a boolean (<var>includeReportOnlyPolicies</var>), performs these steps:</p> |
2789 | 2789 | <ol> |
2790 | 2790 | <li data-md> |
2791 | 2791 | <p>For each <var>policy</var> in <var>global</var>’s <a data-link-type="dfn" href="https://w3c.github.io/webappsec-csp/#global-object-csp-list" id="ref-for-global-object-csp-list">CSP list</a>:</p> |
|
0 commit comments