Skip to content

Commit 95e70e3

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.1.2.
1 parent 0a6fc9d commit 95e70e3

File tree

7 files changed

+42
-37
lines changed

7 files changed

+42
-37
lines changed

tr/algorithms/IndexedDB-3.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
"html": "<p>If <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this\">this</a>'s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/IndexedDB-3/#request-done-flag\" id=\"ref-for-request-done-flag⑤\">done flag</a> is false, then <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\" id=\"ref-for-dfn-throw②\">throw</a> an \"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\" id=\"ref-for-invalidstateerror③\">InvalidStateError</a></code>\" <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException⑨\">DOMException</a></code>.</p>"
318318
},
319319
{
320-
"html": "<p>Otherwise, return <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this①\">this</a>'s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/IndexedDB-3/#request-result\" id=\"ref-for-request-result③\">result</a>, or undefined if the request resulted in an error.</p>"
320+
"html": "<p>Return <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this①\">this</a>'s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/IndexedDB-3/#request-result\" id=\"ref-for-request-result③\">result</a>, or undefined if the request resulted in an error.</p>"
321321
}
322322
]
323323
},
@@ -331,7 +331,7 @@
331331
"html": "<p>If <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this②\">this</a>'s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/IndexedDB-3/#request-done-flag\" id=\"ref-for-request-done-flag⑥\">done flag</a> is false, then <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\" id=\"ref-for-dfn-throw③\">throw</a> an \"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\" id=\"ref-for-invalidstateerror④\">InvalidStateError</a></code>\" <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException①⓪\">DOMException</a></code>.</p>"
332332
},
333333
{
334-
"html": "<p>Otherwise, return <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this③\">this</a>'s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/IndexedDB-3/#request-error\" id=\"ref-for-request-error③\">error</a>, or null if no error occurred.</p>"
334+
"html": "<p>Return <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this③\">this</a>'s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/IndexedDB-3/#request-error\" id=\"ref-for-request-error③\">error</a>, or null if no error occurred.</p>"
335335
}
336336
]
337337
},
@@ -805,7 +805,7 @@
805805
"html": "<p>If <var>store</var> does not have a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/IndexedDB-3/#key-generator\" id=\"ref-for-key-generator①⑦\">key generator</a>, <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\" id=\"ref-for-dfn-throw③③\">throw</a> a \"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#dataerror\" id=\"ref-for-dataerror①①\">DataError</a></code>\" <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException④⑨\">DOMException</a></code>.</p>"
806806
},
807807
{
808-
"html": "<p>Otherwise, if <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/IndexedDB-3/#check-that-a-key-could-be-injected-into-a-value\" id=\"ref-for-check-that-a-key-could-be-injected-into-a-value\">check that a key could be injected into a value</a> with <var>clone</var> and <var>store</var>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/IndexedDB-3/#object-store-key-path\" id=\"ref-for-object-store-key-path①④\">key path</a> return\nfalse, <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\" id=\"ref-for-dfn-throw③④\">throw</a> a \"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#dataerror\" id=\"ref-for-dataerror①②\">DataError</a></code>\" <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException⑤⓪\">DOMException</a></code>.</p>"
808+
"html": "<p>If <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/IndexedDB-3/#check-that-a-key-could-be-injected-into-a-value\" id=\"ref-for-check-that-a-key-could-be-injected-into-a-value\">check that a key could be injected into a value</a> with <var>clone</var> and <var>store</var>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/IndexedDB-3/#object-store-key-path\" id=\"ref-for-object-store-key-path①④\">key path</a> return\nfalse, <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\" id=\"ref-for-dfn-throw③④\">throw</a> a \"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#dataerror\" id=\"ref-for-dataerror①②\">DataError</a></code>\" <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException⑤⓪\">DOMException</a></code>.</p>"
809809
}
810810
]
811811
}

tr/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://www.w3.org/TR/trusted-types/#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://www.w3.org/TR/trusted-types/#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://www.w3.org/TR/trusted-types/#injection-sink\" id=\"ref-for-injection-sink②⑤\">injection sink</a> requires a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/trusted-types/#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://www.w3.org/TR/trusted-types/#injection-sink\" id=\"ref-for-injection-sink②⑤\">injection sink</a> requires a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/trusted-types/#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://www.w3.org/TR/CSP3/#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://www.w3.org/TR/CSP3/#directive-value\" id=\"ref-for-directive-value③\">value</a> does not contain a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/trusted-types/#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://www.w3.org/TR/CSP3/#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://www.w3.org/TR/CSP3/#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://www.w3.org/TR/CSP3/#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://www.w3.org/TR/CSP3/#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://www.w3.org/TR/CSP3/#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://www.w3.org/TR/CSP3/#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://www.w3.org/TR/CSP3/#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
},

tr/ids/html-aam-1.0.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -568,10 +568,12 @@
568568
"https://www.w3.org/TR/html-aam-1.0/#popover",
569569
"https://www.w3.org/TR/html-aam-1.0/#att-popover",
570570
"https://www.w3.org/TR/html-aam-1.0/#att-popover-comments",
571-
"https://www.w3.org/TR/html-aam-1.0/#popovertarget",
572-
"https://www.w3.org/TR/html-aam-1.0/#att-popovertarget",
573571
"https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-11",
574572
"https://www.w3.org/TR/html-aam-1.0/#h-note-11",
573+
"https://www.w3.org/TR/html-aam-1.0/#popovertarget",
574+
"https://www.w3.org/TR/html-aam-1.0/#att-popovertarget",
575+
"https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-12",
576+
"https://www.w3.org/TR/html-aam-1.0/#h-note-12",
575577
"https://www.w3.org/TR/html-aam-1.0/#popovertargetaction",
576578
"https://www.w3.org/TR/html-aam-1.0/#att-popovertargetaction",
577579
"https://www.w3.org/TR/html-aam-1.0/#poster",
@@ -672,8 +674,8 @@
672674
"https://www.w3.org/TR/html-aam-1.0/#att-wrap",
673675
"https://www.w3.org/TR/html-aam-1.0/#accessible-name-and-description-computation",
674676
"https://www.w3.org/TR/html-aam-1.0/#x4-accessible-name-and-description-computation",
675-
"https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-12",
676-
"https://www.w3.org/TR/html-aam-1.0/#h-note-12",
677+
"https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-13",
678+
"https://www.w3.org/TR/html-aam-1.0/#h-note-13",
677679
"https://www.w3.org/TR/html-aam-1.0/#accname-computation",
678680
"https://www.w3.org/TR/html-aam-1.0/#x4-1-accessible-name-computations-by-html-element",
679681
"https://www.w3.org/TR/html-aam-1.0/#input-type-text-input-type-password-input-type-number-input-type-search-input-type-tel-input-type-email-input-type-url-and-textarea-element-accessible-name-computation",
@@ -696,8 +698,8 @@
696698
"https://www.w3.org/TR/html-aam-1.0/#x4-1-9-figure-element-accessible-name-computation",
697699
"https://www.w3.org/TR/html-aam-1.0/#img-element-accessible-name-computation",
698700
"https://www.w3.org/TR/html-aam-1.0/#x4-1-10-img-element-accessible-name-computation",
699-
"https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-13",
700-
"https://www.w3.org/TR/html-aam-1.0/#h-note-13",
701+
"https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-14",
702+
"https://www.w3.org/TR/html-aam-1.0/#h-note-14",
701703
"https://www.w3.org/TR/html-aam-1.0/#table-element-accessible-name-computation",
702704
"https://www.w3.org/TR/html-aam-1.0/#x4-1-11-table-element-accessible-name-computation",
703705
"https://www.w3.org/TR/html-aam-1.0/#tr-td-th-elements-accessible-name-computation",
@@ -708,8 +710,8 @@
708710
"https://www.w3.org/TR/html-aam-1.0/#x4-1-14-area-element-accessible-name-computation",
709711
"https://www.w3.org/TR/html-aam-1.0/#iframe-element-accessible-name-computation",
710712
"https://www.w3.org/TR/html-aam-1.0/#x4-1-15-iframe-element-accessible-name-computation",
711-
"https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-14",
712-
"https://www.w3.org/TR/html-aam-1.0/#h-note-14",
713+
"https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-15",
714+
"https://www.w3.org/TR/html-aam-1.0/#h-note-15",
713715
"https://www.w3.org/TR/html-aam-1.0/#section-and-grouping-element-accessible-name-computation",
714716
"https://www.w3.org/TR/html-aam-1.0/#x4-1-16-section-and-grouping-element-accessible-name-computation",
715717
"https://www.w3.org/TR/html-aam-1.0/#text-level-element-accessible-name-computation",

tr/ids/trusted-types.json

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

tr/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-10T01:34:37.153Z",
4+
"date": "2025-01-11T01:34:43.771Z",
55
"options": {
66
"fallback": "tr/index.json",
77
"output": "report",
@@ -723,7 +723,7 @@
723723
"https://aomediacodec.github.io/av1-spec/"
724724
],
725725
"crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
726-
"date": "10 January 2025",
726+
"date": "11 January 2025",
727727
"links": "links/av1-spec.json",
728728
"cddl": []
729729
},
@@ -11555,11 +11555,11 @@
1155511555
],
1155611556
"crawled": "https://www.w3.org/TR/html-aam-1.0/",
1155711557
"crawlCacheInfo": {
11558-
"lastModified": "Wed, 11 Dec 2024 19:19:07 GMT"
11558+
"lastModified": "Fri, 10 Jan 2025 23:32:32 GMT"
1155911559
},
1156011560
"generator": "respec",
11561-
"date": "11 December 2024",
11562-
"revision": "af984853f1d53239ec7ba0f71a1494f312019f21",
11561+
"date": "10 January 2025",
11562+
"revision": "e5a0eb2d50829e98168edf296e8bda2b5983b83a",
1156311563
"algorithms": "algorithms/html-aam-1.0.json",
1156411564
"links": "links/html-aam-1.0.json",
1156511565
"refs": "refs/html-aam-1.0.json",
@@ -12035,11 +12035,11 @@
1203512035
],
1203612036
"crawled": "https://www.w3.org/TR/IndexedDB-3/",
1203712037
"crawlCacheInfo": {
12038-
"lastModified": "Thu, 07 Nov 2024 20:22:31 GMT"
12038+
"lastModified": "Fri, 10 Jan 2025 21:57:25 GMT"
1203912039
},
1204012040
"generator": "bikeshed",
12041-
"date": "7 November 2024",
12042-
"revision": "1dd072dfaf448831f21c4a387d17996834c6e949",
12041+
"date": "10 January 2025",
12042+
"revision": "8ce54255509dd2f64c55f356dffe5a4d19ac0391",
1204312043
"algorithms": "algorithms/IndexedDB-3.json",
1204412044
"links": "links/IndexedDB-3.json",
1204512045
"refs": "refs/IndexedDB-3.json",
@@ -18616,11 +18616,11 @@
1861618616
],
1861718617
"crawled": "https://www.w3.org/TR/trusted-types/",
1861818618
"crawlCacheInfo": {
18619-
"lastModified": "Thu, 21 Nov 2024 09:09:24 GMT"
18619+
"lastModified": "Fri, 10 Jan 2025 08:18:20 GMT"
1862018620
},
1862118621
"generator": "bikeshed",
18622-
"date": "21 November 2024",
18623-
"revision": "38199636c3e19b7bd32bb15069171192055c8beb",
18622+
"date": "10 January 2025",
18623+
"revision": "0cc17c151acd76bcf670bfa3844b03ee5c6222f0",
1862418624
"algorithms": "algorithms/trusted-types.json",
1862518625
"links": "links/trusted-types.json",
1862618626
"refs": "refs/trusted-types.json",

tr/links/html-aam-1.0.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"https://github.com/carmacleod": {},
2727
"https://github.com/cookiecrook": {},
2828
"https://github.com/dandclark": {},
29-
"https://github.com/daniel-montalvo": {},
3029
"https://github.com/deniak": {},
3130
"https://github.com/dontcallmedom": {},
3231
"https://github.com/einSelbst": {},

tr/links/trusted-types.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,9 +516,9 @@
516516
"directive-inline-check",
517517
"global-object-csp-list",
518518
"policy-directive-set",
519+
"policy-disposition",
519520
"violation-resource",
520-
"violation-sample",
521-
"policy-disposition"
521+
"violation-sample"
522522
]
523523
},
524524
"https://www.w3.org/TR/FileAPI/": {

0 commit comments

Comments
 (0)