Skip to content

Commit a2592b4

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.4.2.
1 parent c00770b commit a2592b4

File tree

3 files changed

+50
-34
lines changed

3 files changed

+50
-34
lines changed

ed/algorithms/sanitizer-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,10 +256,7 @@
256256
"rationale": ".algorithm",
257257
"steps": [
258258
{
259-
"html": "<p>Let <var>current</var> be <var>node</var>.</p>"
260-
},
261-
{
262-
"html": "<a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-iterate\" id=\"ref-for-list-iterate①\">For each</a> <var>child</var> in <var>current</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-tree-child\" id=\"ref-for-concept-tree-child\">children</a>:",
259+
"html": "<a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-iterate\" id=\"ref-for-list-iterate①\">For each</a> <var>child</var> of <var>node</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-tree-child\" id=\"ref-for-concept-tree-child\">children</a>:",
263260
"rationale": "assert",
264261
"steps": [
265262
{
@@ -340,6 +337,9 @@
340337
]
341338
}
342339
]
340+
},
341+
{
342+
"html": "<p>Call <a data-link-type=\"dfn\" href=\"https://wicg.github.io/sanitizer-api/#sanitize-core\" id=\"ref-for-sanitize-core④\">sanitize core</a> on <var>child</var> with <var>configuration</var> and <var>handleJavascriptNavigationUrls</var>.</p>"
343343
}
344344
]
345345
}

ed/ids/sanitizer-api.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@
427427
"https://wicg.github.io/sanitizer-api/#ref-for-concept-element-attributes-get-value",
428428
"https://wicg.github.io/sanitizer-api/#ref-for-string-is%E2%91%A3",
429429
"https://wicg.github.io/sanitizer-api/#ref-for-concept-element-attributes-remove%E2%91%A0",
430+
"https://wicg.github.io/sanitizer-api/#ref-for-sanitize-core%E2%91%A3",
430431
"https://wicg.github.io/sanitizer-api/#ref-for-built-in-navigating-url-attributes-list%E2%91%A0",
431432
"https://wicg.github.io/sanitizer-api/#ref-for-built-in-animating-url-attributes-list%E2%91%A0",
432433
"https://wicg.github.io/sanitizer-api/#ref-for-sanitize%E2%91%A2",

0 commit comments

Comments
 (0)