Skip to content

Commit 6fa8584

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 17.2.10.
1 parent 521fe37 commit 6fa8584

File tree

6 files changed

+138
-145
lines changed

6 files changed

+138
-145
lines changed

ed/algorithms/trusted-types.json

Lines changed: 32 additions & 38 deletions
Large diffs are not rendered by default.

ed/dfns/trusted-types.json

Lines changed: 25 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,6 +1504,25 @@
15041504
},
15051505
"definedIn": "heading"
15061506
},
1507+
{
1508+
"id": "abstract-opdef-prepare-the-script-text",
1509+
"href": "https://w3c.github.io/trusted-types/dist/spec/#abstract-opdef-prepare-the-script-text",
1510+
"linkingText": [
1511+
"Prepare the script text"
1512+
],
1513+
"localLinkingText": [],
1514+
"type": "abstract-op",
1515+
"for": [],
1516+
"access": "public",
1517+
"informative": false,
1518+
"heading": {
1519+
"id": "prepare-script-text",
1520+
"href": "https://w3c.github.io/trusted-types/dist/spec/#prepare-script-text",
1521+
"title": "Prepare the script text",
1522+
"number": "3.6"
1523+
},
1524+
"definedIn": "heading"
1525+
},
15071526
{
15081527
"id": "abstract-opdef-get-trusted-types-compliant-attribute-value",
15091528
"href": "https://w3c.github.io/trusted-types/dist/spec/#abstract-opdef-get-trusted-types-compliant-attribute-value",
@@ -1519,7 +1538,7 @@
15191538
"id": "validate-attribute-mutation",
15201539
"href": "https://w3c.github.io/trusted-types/dist/spec/#validate-attribute-mutation",
15211540
"title": "Get Trusted Types-compliant attribute value",
1522-
"number": "3.6"
1541+
"number": "3.7"
15231542
},
15241543
"definedIn": "prose"
15251544
},
@@ -1538,7 +1557,7 @@
15381557
"id": "get-trusted-type-data-for-attribute",
15391558
"href": "https://w3c.github.io/trusted-types/dist/spec/#get-trusted-type-data-for-attribute",
15401559
"title": "Get Trusted Type data for attribute",
1541-
"number": "3.7"
1560+
"number": "3.8"
15421561
},
15431562
"definedIn": "prose"
15441563
},
@@ -1604,38 +1623,15 @@
16041623
"definedIn": "pre"
16051624
},
16061625
{
1607-
"id": "htmlscriptelement-is-trusted",
1608-
"href": "https://w3c.github.io/trusted-types/dist/spec/#htmlscriptelement-is-trusted",
1609-
"linkingText": [
1610-
"is trusted"
1611-
],
1612-
"localLinkingText": [],
1613-
"type": "dfn",
1614-
"for": [
1615-
"HTMLScriptElement",
1616-
"SVGScriptElement"
1617-
],
1618-
"access": "public",
1619-
"informative": false,
1620-
"heading": {
1621-
"id": "slots-with-trusted-values",
1622-
"href": "https://w3c.github.io/trusted-types/dist/spec/#slots-with-trusted-values",
1623-
"title": "Slots with trusted values",
1624-
"number": "4.1.2.1"
1625-
},
1626-
"definedIn": "dt"
1627-
},
1628-
{
1629-
"id": "htmlscriptelement-changed-by-trusted-sink",
1630-
"href": "https://w3c.github.io/trusted-types/dist/spec/#htmlscriptelement-changed-by-trusted-sink",
1626+
"id": "htmlscriptelement-script-text",
1627+
"href": "https://w3c.github.io/trusted-types/dist/spec/#htmlscriptelement-script-text",
16311628
"linkingText": [
1632-
"changed by trusted sink"
1629+
"script text"
16331630
],
16341631
"localLinkingText": [],
16351632
"type": "dfn",
16361633
"for": [
1637-
"HTMLScriptElement",
1638-
"SVGScriptElement"
1634+
"HTMLScriptElement"
16391635
],
16401636
"access": "public",
16411637
"informative": false,

ed/headings/trusted-types.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,19 +196,26 @@
196196
"title": "Process value with a default policy",
197197
"number": "3.5"
198198
},
199+
{
200+
"id": "prepare-script-text",
201+
"href": "https://w3c.github.io/trusted-types/dist/spec/#prepare-script-text",
202+
"level": 3,
203+
"title": "Prepare the script text",
204+
"number": "3.6"
205+
},
199206
{
200207
"id": "validate-attribute-mutation",
201208
"href": "https://w3c.github.io/trusted-types/dist/spec/#validate-attribute-mutation",
202209
"level": 3,
203210
"title": "Get Trusted Types-compliant attribute value",
204-
"number": "3.6"
211+
"number": "3.7"
205212
},
206213
{
207214
"id": "get-trusted-type-data-for-attribute",
208215
"href": "https://w3c.github.io/trusted-types/dist/spec/#get-trusted-type-data-for-attribute",
209216
"level": 3,
210217
"title": "Get Trusted Type data for attribute",
211-
"number": "3.7"
218+
"number": "3.8"
212219
},
213220
{
214221
"id": "integrations",
@@ -274,10 +281,10 @@
274281
"number": "4.1.2.5"
275282
},
276283
{
277-
"id": "script-children-changed-steps",
278-
"href": "https://w3c.github.io/trusted-types/dist/spec/#script-children-changed-steps",
284+
"id": "setting-slot-values-from-parser",
285+
"href": "https://w3c.github.io/trusted-types/dist/spec/#setting-slot-values-from-parser",
279286
"level": 5,
280-
"title": "Script children changed steps",
287+
"title": "Setting slot values from parser",
281288
"number": "4.1.2.6"
282289
},
283290
{

0 commit comments

Comments
 (0)