|
1213 | 1213 | } |
1214 | 1214 | </style> |
1215 | 1215 | <link href="https://www.w3.org/StyleSheets/TR/2016/cg-draft" rel="stylesheet"> |
1216 | | - <meta content="Bikeshed version b9c59eccbcc25454195a0043aa99cbc393f9772d" name="generator"> |
| 1216 | + <meta content="Bikeshed version 5a2c04fbf9f3418b378c5d733b60fe6fc575091b" name="generator"> |
1217 | 1217 | <link href="https://wicg.github.io/trusted-types/dist/spec/" rel="canonical"> |
1218 | 1218 | <style>/* style-md-lists */ |
1219 | 1219 |
|
|
1461 | 1461 | <div class="head"> |
1462 | 1462 | <p data-fill-with="logo"></p> |
1463 | 1463 | <h1 class="p-name no-ref" id="title">Trusted Types</h1> |
1464 | | - <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Draft Community Group Report, <time class="dt-updated" datetime="2019-07-24">24 July 2019</time></span></h2> |
| 1464 | + <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Draft Community Group Report, <time class="dt-updated" datetime="2019-08-06">6 August 2019</time></span></h2> |
1465 | 1465 | <div data-fill-with="spec-metadata"> |
1466 | 1466 | <dl> |
1467 | 1467 | <dt>This version: |
@@ -2354,7 +2354,7 @@ <h3 class="heading settled" data-level="3.2" id="get-default-policy-algorithm">< |
2354 | 2354 | </ol> |
2355 | 2355 | <h3 class="heading settled" data-level="3.3" id="create-a-trusted-type-algorithm"><span class="secno">3.3. </span><span class="content"><dfn class="dfn-paneled" data-dfn-type="abstract-op" data-export id="abstract-opdef-create-a-trusted-type">Create a Trusted Type</dfn></span><a class="self-link" href="#create-a-trusted-type-algorithm"></a></h3> |
2356 | 2356 | <p>Given a <code class="idl"><a data-link-type="idl" href="#trustedtypepolicy" id="ref-for-trustedtypepolicy①⓪">TrustedTypePolicy</a></code> <var>policy</var>, a type name <var>trustedTypeName</var>, |
2357 | | -, a string <var>value</var> and a list <var>arguments</var>, execute the following steps:</p> |
| 2357 | +a string <var>value</var> and a list <var>arguments</var>, execute the following steps:</p> |
2358 | 2358 | <ol> |
2359 | 2359 | <li data-md> |
2360 | 2360 | <p>Let <var>functionName</var> be a function name for the given <var>trustedTypeName</var>, |
@@ -2429,6 +2429,8 @@ <h3 class="heading settled" data-level="3.4" id="get-trusted-type-compliant-stri |
2429 | 2429 | <p><var>input</var> as <var>value</var></p> |
2430 | 2430 | <li data-md> |
2431 | 2431 | <p><var>expectedType</var>’s type name as <var>trustedTypeName</var></p> |
| 2432 | + <li data-md> |
| 2433 | + <p>« <var>sink</var> » as <var>arguments</var></p> |
2432 | 2434 | </ul> |
2433 | 2435 | <li data-md> |
2434 | 2436 | <p>If <var>convertedInput</var> is an error, abort the following steps.</p> |
|
0 commit comments