Skip to content

Commit 749b374

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.1.2.
1 parent d3d441e commit 749b374

File tree

7 files changed

+65
-35
lines changed

7 files changed

+65
-35
lines changed

ed/algorithms/infra.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@
634634
{
635635
"name": "map/getting the keys",
636636
"href": "https://infra.spec.whatwg.org/#map-getting-the-keys",
637-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"map\" data-dfn-type=\"dfn\" data-export=\"\" data-lt=\"getting the keys|get the keys|keys\" id=\"map-getting-the-keys\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">get the keys</dfn> of an <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-map\" id=\"ref-for-ordered-map①②\">ordered map</a>, return a new <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-set\" id=\"ref-for-ordered-set②\">ordered set</a> whose <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-item\" id=\"ref-for-list-item②④\">items</a> are each of the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-getting-the-keys\" id=\"ref-for-map-getting-the-keys\">keys</a> in the map’s <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-entry\" id=\"ref-for-map-entry⑥\">entries</a>.",
637+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"map\" data-dfn-type=\"dfn\" data-export=\"\" data-lt=\"getting the keys|get the keys|keys\" id=\"map-getting-the-keys\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">get the keys</dfn> of an <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-map\" id=\"ref-for-ordered-map①②\">ordered map</a>, return a new <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-set\" id=\"ref-for-ordered-set②\">ordered set</a> whose <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-item\" id=\"ref-for-list-item②④\">items</a> are each of the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-getting-the-keys\" id=\"ref-for-map-getting-the-keys\">keys</a> in the map’s <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-entry\" id=\"ref-for-map-entry⑥\">entries</a>.",
638638
"rationale": "To <dfn>"
639639
},
640640
{

ed/algorithms/trusted-types.json

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"html": "<p>If <var>input</var> is an instance of <var>expectedType</var>, return stringified <var>input</var> and abort these steps.</p>"
158158
},
159159
{
160-
"html": "<p>Let <var>requireTrustedTypes</var> be the result of executing <a data-link-type=\"abstract-op\" href=\"https://w3c.github.io/trusted-types/dist/spec/#abstract-opdef-does-sink-type-require-trusted-types\" id=\"ref-for-abstract-opdef-does-sink-type-require-trusted-types\">Does sink type require trusted types?</a> algorithm,\npassing <var>global</var>, and <var>sinkGroup</var>.</p>"
160+
"html": "<p>Let <var>requireTrustedTypes</var> be the result of executing <a data-link-type=\"abstract-op\" href=\"https://w3c.github.io/trusted-types/dist/spec/#abstract-opdef-does-sink-type-require-trusted-types\" id=\"ref-for-abstract-opdef-does-sink-type-require-trusted-types\">Does sink type require trusted types?</a> algorithm,\npassing <var>global</var>, <var>sinkGroup</var>, and true.</p>"
161161
},
162162
{
163163
"html": "<p>If <var>requireTrustedTypes</var> is <code>false</code>, return stringified <var>input</var> and abort these steps.</p>"
@@ -429,12 +429,9 @@
429429
]
430430
},
431431
{
432-
"html": "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>) this algorithm\nreturns <code>true</code> if the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/trusted-types/dist/spec/#injection-sink\" id=\"ref-for-injection-sink②⑤\">injection sink</a> requires a <a data-link-type=\"dfn\" href=\"https://w3c.github.io/trusted-types/dist/spec/#trusted-type\" id=\"ref-for-trusted-type⑤\">Trusted Type</a>, and <code>false</code> otherwise.",
433-
"rationale": "let",
432+
"html": "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>), this algorithm\nreturns <code>true</code> if the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/trusted-types/dist/spec/#injection-sink\" id=\"ref-for-injection-sink②⑤\">injection sink</a> requires a <a data-link-type=\"dfn\" href=\"https://w3c.github.io/trusted-types/dist/spec/#trusted-type\" id=\"ref-for-trusted-type⑤\">Trusted Type</a>, and <code>false</code> otherwise.",
433+
"rationale": "for",
434434
"steps": [
435-
{
436-
"html": "<p>Let <var>result</var> be <code>false</code>.</p>"
437-
},
438435
{
439436
"html": "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>:",
440437
"rationale": "if",
@@ -449,12 +446,18 @@
449446
"html": "<p>If <var>directive</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webappsec-csp/#directive-value\" id=\"ref-for-directive-value③\">value</a> does not contain a <a data-link-type=\"dfn\" href=\"https://w3c.github.io/trusted-types/dist/spec/#trusted-types-sink-group\" id=\"ref-for-trusted-types-sink-group③\">trusted-types-sink-group</a> which is a match\nfor <var>sinkGroup</var>, skip to the next <var>policy</var>.</p>"
450447
},
451448
{
452-
"html": "<p>Set <var>result</var> to <code>true</code>.</p>"
449+
"html": "<p>Let <var>enforced</var> be true if <var>policy</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webappsec-csp/#policy-disposition\" id=\"ref-for-policy-disposition\">disposition</a> is <code>\"enforce\"</code>, and false otherwise.</p>"
450+
},
451+
{
452+
"html": "<p>If <var>enforced</var> is true, return true.</p>"
453+
},
454+
{
455+
"html": "<p>If <var>includeReportOnlyPolicies</var> is true, return true.</p>"
453456
}
454457
]
455458
},
456459
{
457-
"html": "<p>Return <var>result</var>.</p>"
460+
"html": "<p>Return false.</p>"
458461
}
459462
]
460463
},
@@ -515,7 +518,7 @@
515518
"html": "<p>Execute <a href=\"https://w3c.github.io/webappsec-csp/#report-violation\">Report a violation</a> on <var>violation</var>.</p>"
516519
},
517520
{
518-
"html": "<p>If <var>policy</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webappsec-csp/#policy-disposition\" id=\"ref-for-policy-disposition\">disposition</a> is <code>\"enforce\"</code>, then set <var>result</var> to <code>\"Blocked\"</code>.</p>"
521+
"html": "<p>If <var>policy</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webappsec-csp/#policy-disposition\" id=\"ref-for-policy-disposition\">disposition</a> is <code>\"enforce\"</code>, then set <var>result</var> to <code>\"Blocked\"</code>.</p>"
519522
}
520523
]
521524
},
@@ -569,7 +572,7 @@
569572
"html": "<p>Execute <a href=\"https://w3c.github.io/webappsec-csp/#report-violation\">Report a violation</a> on <var>violation</var>.</p>"
570573
},
571574
{
572-
"html": "<p>If <var>policy</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webappsec-csp/#policy-disposition\" id=\"ref-for-policy-disposition\">disposition</a> is <code>\"enforce\"</code>, then set <var>result</var> to <code>\"Blocked\"</code>.</p>"
575+
"html": "<p>If <var>policy</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webappsec-csp/#policy-disposition\" id=\"ref-for-policy-disposition\">disposition</a> is <code>\"enforce\"</code>, then set <var>result</var> to <code>\"Blocked\"</code>.</p>"
573576
}
574577
]
575578
},

ed/dfns/infra.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2544,6 +2544,27 @@
25442544
},
25452545
"definedIn": "prose"
25462546
},
2547+
{
2548+
"id": "set-equal",
2549+
"href": "https://infra.spec.whatwg.org/#set-equal",
2550+
"linkingText": [
2551+
"equal"
2552+
],
2553+
"localLinkingText": [],
2554+
"type": "dfn",
2555+
"for": [
2556+
"set"
2557+
],
2558+
"access": "public",
2559+
"informative": false,
2560+
"heading": {
2561+
"id": "sets",
2562+
"href": "https://infra.spec.whatwg.org/#sets",
2563+
"title": "Sets",
2564+
"number": "5.1.3"
2565+
},
2566+
"definedIn": "prose"
2567+
},
25472568
{
25482569
"id": "set-intersection",
25492570
"href": "https://infra.spec.whatwg.org/#set-intersection",

ed/ids/infra.json

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -761,28 +761,33 @@
761761
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A0%E2%91%A4",
762762
"https://infra.spec.whatwg.org/#ref-for-set-subset",
763763
"https://infra.spec.whatwg.org/#ref-for-set-superset",
764-
"https://infra.spec.whatwg.org/#set-intersection",
765764
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A0%E2%91%A5",
765+
"https://infra.spec.whatwg.org/#set-equal",
766766
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A0%E2%91%A6",
767+
"https://infra.spec.whatwg.org/#ref-for-set-subset%E2%91%A0",
768+
"https://infra.spec.whatwg.org/#ref-for-set-superset%E2%91%A0",
769+
"https://infra.spec.whatwg.org/#set-intersection",
770+
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A0%E2%91%A7",
771+
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A0%E2%91%A8",
767772
"https://infra.spec.whatwg.org/#ref-for-list-iterate%E2%91%A0%E2%91%A2",
768773
"https://infra.spec.whatwg.org/#ref-for-list-contain%E2%91%A8",
769774
"https://infra.spec.whatwg.org/#ref-for-set-append%E2%91%A2",
770775
"https://infra.spec.whatwg.org/#set-union",
771-
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A0%E2%91%A7",
776+
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A1%E2%93%AA",
772777
"https://infra.spec.whatwg.org/#ref-for-list-clone%E2%91%A0",
773778
"https://infra.spec.whatwg.org/#ref-for-list-iterate%E2%91%A0%E2%91%A3",
774779
"https://infra.spec.whatwg.org/#ref-for-set-append%E2%91%A3",
775780
"https://infra.spec.whatwg.org/#set-difference",
776-
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A0%E2%91%A8",
777-
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A1%E2%93%AA",
781+
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A1%E2%91%A0",
782+
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A1%E2%91%A1",
778783
"https://infra.spec.whatwg.org/#ref-for-list-iterate%E2%91%A0%E2%91%A4",
779784
"https://infra.spec.whatwg.org/#ref-for-list-contain%E2%91%A0%E2%93%AA",
780785
"https://infra.spec.whatwg.org/#ref-for-set-append%E2%91%A4",
781786
"https://infra.spec.whatwg.org/#the-range",
782-
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A1%E2%91%A0",
783-
"https://infra.spec.whatwg.org/#the-exclusive-range",
784-
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A1%E2%91%A1",
785787
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A1%E2%91%A2",
788+
"https://infra.spec.whatwg.org/#the-exclusive-range",
789+
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A1%E2%91%A3",
790+
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A1%E2%91%A4",
786791
"https://infra.spec.whatwg.org/#example-the-range",
787792
"https://infra.spec.whatwg.org/#ref-for-list-iterate%E2%91%A0%E2%91%A5",
788793
"https://infra.spec.whatwg.org/#ref-for-the-range",
@@ -792,7 +797,7 @@
792797
"https://infra.spec.whatwg.org/#map-key",
793798
"https://infra.spec.whatwg.org/#map-value",
794799
"https://infra.spec.whatwg.org/#map-entry",
795-
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A1%E2%91%A3",
800+
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A1%E2%91%A5",
796801
"https://infra.spec.whatwg.org/#ref-for-ordered-map%E2%91%A0",
797802
"https://infra.spec.whatwg.org/#ref-for-map-entry",
798803
"https://infra.spec.whatwg.org/#example-map-notation",
@@ -835,7 +840,7 @@
835840
"https://infra.spec.whatwg.org/#ref-for-map-exists%E2%91%A2",
836841
"https://infra.spec.whatwg.org/#map-getting-the-keys",
837842
"https://infra.spec.whatwg.org/#ref-for-ordered-map%E2%91%A0%E2%91%A1",
838-
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A1%E2%91%A4",
843+
"https://infra.spec.whatwg.org/#ref-for-ordered-set%E2%91%A1%E2%91%A6",
839844
"https://infra.spec.whatwg.org/#ref-for-list-item%E2%91%A1%E2%91%A3",
840845
"https://infra.spec.whatwg.org/#ref-for-map-getting-the-keys",
841846
"https://infra.spec.whatwg.org/#ref-for-map-entry%E2%91%A5",

ed/ids/trusted-types.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,7 @@
587587
"https://w3c.github.io/trusted-types/dist/spec/#ref-for-directives%E2%91%A3",
588588
"https://w3c.github.io/trusted-types/dist/spec/#ref-for-directive-value%E2%91%A2",
589589
"https://w3c.github.io/trusted-types/dist/spec/#ref-for-trusted-types-sink-group%E2%91%A2",
590+
"https://w3c.github.io/trusted-types/dist/spec/#ref-for-policy-disposition",
590591
"https://w3c.github.io/trusted-types/dist/spec/#should-block-sink-type-mismatch",
591592
"https://w3c.github.io/trusted-types/dist/spec/#abstract-opdef-should-sink-type-mismatch-violation-be-blocked-by-content-security-policy",
592593
"https://w3c.github.io/trusted-types/dist/spec/#ref-for-concept-realm-global%E2%91%A3",
@@ -602,7 +603,7 @@
602603
"https://w3c.github.io/trusted-types/dist/spec/#ref-for-violation-resource",
603604
"https://w3c.github.io/trusted-types/dist/spec/#ref-for-violation-sample",
604605
"https://w3c.github.io/trusted-types/dist/spec/#ref-for-string-concatenate",
605-
"https://w3c.github.io/trusted-types/dist/spec/#ref-for-policy-disposition",
606+
"https://w3c.github.io/trusted-types/dist/spec/#ref-for-policy-disposition%E2%91%A0",
606607
"https://w3c.github.io/trusted-types/dist/spec/#should-block-create-policy",
607608
"https://w3c.github.io/trusted-types/dist/spec/#abstract-opdef-should-trusted-type-policy-creation-be-blocked-by-content-security-policy",
608609
"https://w3c.github.io/trusted-types/dist/spec/#ref-for-concept-realm-global%E2%91%A4",
@@ -621,7 +622,7 @@
621622
"https://w3c.github.io/trusted-types/dist/spec/#ref-for-tt-wildcard%E2%91%A0",
622623
"https://w3c.github.io/trusted-types/dist/spec/#ref-for-violation-resource%E2%91%A0",
623624
"https://w3c.github.io/trusted-types/dist/spec/#ref-for-violation-sample%E2%91%A0",
624-
"https://w3c.github.io/trusted-types/dist/spec/#ref-for-policy-disposition%E2%91%A0",
625+
"https://w3c.github.io/trusted-types/dist/spec/#ref-for-policy-disposition%E2%91%A1",
625626
"https://w3c.github.io/trusted-types/dist/spec/#security-considerations",
626627
"https://w3c.github.io/trusted-types/dist/spec/#ref-for-injection-sink%E2%91%A1%E2%91%A6",
627628
"https://w3c.github.io/trusted-types/dist/spec/#cross-document-vectors",

ed/index.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-01-10T06:42:12.561Z",
4+
"date": "2025-01-10T12:48:43.177Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -3685,11 +3685,11 @@
36853685
],
36863686
"crawled": "https://infra.spec.whatwg.org/",
36873687
"crawlCacheInfo": {
3688-
"lastModified": "Thu, 19 Dec 2024 07:24:28 GMT"
3688+
"lastModified": "Fri, 10 Jan 2025 10:24:32 GMT"
36893689
},
36903690
"generator": "bikeshed",
3691-
"date": "19 December 2024",
3692-
"revision": "ffebfb4dbe598c2ffab3bd02baebe782018cf6e5",
3691+
"date": "10 January 2025",
3692+
"revision": "2c3dbcedcd741806f8b9558dcbda8ce729f504fc",
36933693
"algorithms": "algorithms/infra.json",
36943694
"links": "links/infra.json",
36953695
"refs": "refs/infra.json",
@@ -34591,11 +34591,11 @@
3459134591
],
3459234592
"crawled": "https://w3c.github.io/trusted-types/dist/spec/",
3459334593
"crawlCacheInfo": {
34594-
"lastModified": "Thu, 21 Nov 2024 09:09:49 GMT"
34594+
"lastModified": "Fri, 10 Jan 2025 08:18:54 GMT"
3459534595
},
3459634596
"generator": "bikeshed",
34597-
"date": "21 November 2024",
34598-
"revision": "38199636c3e19b7bd32bb15069171192055c8beb",
34597+
"date": "10 January 2025",
34598+
"revision": "0cc17c151acd76bcf670bfa3844b03ee5c6222f0",
3459934599
"algorithms": "algorithms/trusted-types.json",
3460034600
"links": "links/trusted-types.json",
3460134601
"refs": "refs/trusted-types.json",
@@ -37145,10 +37145,10 @@
3714537145
],
3714637146
"crawled": "https://gpuweb.github.io/gpuweb/",
3714737147
"crawlCacheInfo": {
37148-
"lastModified": "Wed, 08 Jan 2025 23:21:01 GMT"
37148+
"lastModified": "Fri, 10 Jan 2025 09:05:50 GMT"
3714937149
},
3715037150
"generator": "bikeshed",
37151-
"date": "8 January 2025",
37151+
"date": "10 January 2025",
3715237152
"algorithms": "algorithms/webgpu.json",
3715337153
"links": "links/webgpu.json",
3715437154
"refs": "refs/webgpu.json",
@@ -38441,10 +38441,10 @@
3844138441
],
3844238442
"crawled": "https://gpuweb.github.io/gpuweb/wgsl/",
3844338443
"crawlCacheInfo": {
38444-
"lastModified": "Wed, 08 Jan 2025 23:21:01 GMT"
38444+
"lastModified": "Fri, 10 Jan 2025 09:05:50 GMT"
3844538445
},
3844638446
"generator": "bikeshed",
38447-
"date": "8 January 2025",
38447+
"date": "10 January 2025",
3844838448
"algorithms": "algorithms/WGSL.json",
3844938449
"links": "links/WGSL.json",
3845038450
"refs": "refs/WGSL.json",

ed/links/trusted-types.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,9 +507,9 @@
507507
"directive-inline-check",
508508
"global-object-csp-list",
509509
"policy-directive-set",
510+
"policy-disposition",
510511
"violation-resource",
511-
"violation-sample",
512-
"policy-disposition"
512+
"violation-sample"
513513
]
514514
},
515515
"https://webidl.spec.whatwg.org/": {

0 commit comments

Comments
 (0)