Skip to content

Commit

Permalink
Update of TR report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 18.3.1.
  • Loading branch information
reffy-bot committed Feb 11, 2025
1 parent cc7727d commit a477cbc
Show file tree
Hide file tree
Showing 17 changed files with 142 additions and 76 deletions.
30 changes: 15 additions & 15 deletions tr/algorithms/permissions-policy-1.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions tr/algorithms/webdriver2.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions tr/cddl/webdriver-bidi-all.cddl
Original file line number Diff line number Diff line change
Expand Up @@ -1889,8 +1889,8 @@ input.PointerDownAction = {

input.PointerMoveAction = {
type: "pointerMove",
x: js-int,
y: js-int,
x: float,
y: float,
? duration: js-uint,
? origin: input.Origin,
input.PointerCommonProperties
Expand Down
4 changes: 2 additions & 2 deletions tr/cddl/webdriver-bidi-remote.cddl
Original file line number Diff line number Diff line change
Expand Up @@ -1302,8 +1302,8 @@ input.PointerDownAction = {

input.PointerMoveAction = {
type: "pointerMove",
x: js-int,
y: js-int,
x: float,
y: float,
? duration: js-uint,
? origin: input.Origin,
input.PointerCommonProperties
Expand Down
42 changes: 42 additions & 0 deletions tr/dfns/permissions-policy-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,27 @@
},
"definedIn": "pre"
},
{
"id": "dom-permissionspolicyviolationreportbody-srcattribute",
"href": "https://www.w3.org/TR/permissions-policy-1/#dom-permissionspolicyviolationreportbody-srcattribute",
"linkingText": [
"srcAttribute"
],
"localLinkingText": [],
"type": "attribute",
"for": [
"PermissionsPolicyViolationReportBody"
],
"access": "public",
"informative": false,
"heading": {
"id": "reporting",
"href": "https://www.w3.org/TR/permissions-policy-1/#reporting",
"title": "Reporting",
"number": "8"
},
"definedIn": "pre"
},
{
"id": "permissionspolicyviolationreportbody-featureid",
"href": "https://www.w3.org/TR/permissions-policy-1/#permissionspolicyviolationreportbody-featureid",
Expand Down Expand Up @@ -1254,6 +1275,27 @@
},
"definedIn": "prose"
},
{
"id": "permissionspolicyviolationreportbody-srcattribute",
"href": "https://www.w3.org/TR/permissions-policy-1/#permissionspolicyviolationreportbody-srcattribute",
"linkingText": [
"srcAttribute"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"PermissionsPolicyViolationReportBody"
],
"access": "private",
"informative": false,
"heading": {
"id": "reporting",
"href": "https://www.w3.org/TR/permissions-policy-1/#reporting",
"title": "Reporting",
"number": "8"
},
"definedIn": "prose"
},
{
"id": "permissions-policy-report-only-header",
"href": "https://www.w3.org/TR/permissions-policy-1/#permissions-policy-report-only-header",
Expand Down
2 changes: 1 addition & 1 deletion tr/dfns/vc-data-integrity.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
"number": "1.4"
},
"definedIn": "dt",
"htmlProse": "A document that contains public cryptographic material as defined in the\n<cite><a href=\"https://www.w3.org/TR/controller-document/\">Controlled Identifiers (CIDs) v1.0</a></cite> specification."
"htmlProse": "A document that contains public cryptographic material as defined in the\n<cite><a href=\"https://www.w3.org/TR/cid-1.0/\">Controlled Identifiers v1.0</a></cite> specification."
},
{
"id": "dfn-cryptosuite",
Expand Down
1 change: 1 addition & 0 deletions tr/idl/permissions-policy.idl
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ interface PermissionsPolicyViolationReportBody : ReportBody {
readonly attribute long? columnNumber;
readonly attribute DOMString disposition;
readonly attribute DOMString? allowAttribute;
readonly attribute DOMString? srcAttribute;
};
8 changes: 7 additions & 1 deletion tr/ids/permissions-policy-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,8 @@
"https://www.w3.org/TR/permissions-policy-1/#dom-permissionspolicyviolationreportbody-disposition",
"https://www.w3.org/TR/permissions-policy-1/#ref-for-idl-DOMString%E2%91%A8",
"https://www.w3.org/TR/permissions-policy-1/#dom-permissionspolicyviolationreportbody-allowattribute",
"https://www.w3.org/TR/permissions-policy-1/#ref-for-idl-DOMString%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/permissions-policy-1/#dom-permissionspolicyviolationreportbody-srcattribute",
"https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy-violation-reports%E2%91%A1",
"https://www.w3.org/TR/permissions-policy-1/#ref-for-report-body",
"https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicyviolationreportbody",
Expand All @@ -446,6 +448,9 @@
"https://www.w3.org/TR/permissions-policy-1/#permissionspolicyviolationreportbody-allowattribute",
"https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/permissions-policy-1/#ref-for-attr-iframe-allow%E2%91%A5",
"https://www.w3.org/TR/permissions-policy-1/#permissionspolicyviolationreportbody-srcattribute",
"https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/permissions-policy-1/#ref-for-attr-iframe-src%E2%91%A1",
"https://www.w3.org/TR/permissions-policy-1/#permissions-policy-report-only-http-header-field",
"https://www.w3.org/TR/permissions-policy-1/#permissions-policy-report-only-header",
"https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-response-response%E2%91%A0",
Expand Down Expand Up @@ -509,7 +514,7 @@
"https://www.w3.org/TR/permissions-policy-1/#algo-process-policy-attributes",
"https://www.w3.org/TR/permissions-policy-1/#process-policy-attributes",
"https://www.w3.org/TR/permissions-policy-1/#ref-for-container-policy%E2%91%A8",
"https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-directive%E2%91%A7",
"https://www.w3.org/TR/permissions-policy-1/#ref-for-parse-policy-directive",
"https://www.w3.org/TR/permissions-policy-1/#ref-for-attr-iframe-allow%E2%91%A6",
Expand Down Expand Up @@ -667,6 +672,7 @@
"https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicyviolationreportbody-columnnumber%E2%91%A1",
"https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicyviolationreportbody-disposition%E2%91%A1",
"https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicyviolationreportbody-allowattribute",
"https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicyviolationreportbody-srcattribute",
"https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicyviolationreportbody-sourcefile%E2%91%A4",
"https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicyviolationreportbody-linenumber%E2%91%A2",
"https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicyviolationreportbody-columnnumber%E2%91%A2",
Expand Down
1 change: 1 addition & 0 deletions tr/ids/rdf12-concepts.json
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,7 @@
"https://www.w3.org/TR/rdf12-concepts/#bib-rdfa-core",
"https://www.w3.org/TR/rdf12-concepts/#bib-rfc3023",
"https://www.w3.org/TR/rdf12-concepts/#bib-rfc5890",
"https://www.w3.org/TR/rdf12-concepts/#bib-rfc5892",
"https://www.w3.org/TR/rdf12-concepts/#bib-rfc6874",
"https://www.w3.org/TR/rdf12-concepts/#bib-rfc7230",
"https://www.w3.org/TR/rdf12-concepts/#bib-sparql11-query",
Expand Down
3 changes: 2 additions & 1 deletion tr/ids/sparql12-query.json
Original file line number Diff line number Diff line change
Expand Up @@ -1115,10 +1115,11 @@
"https://www.w3.org/TR/sparql12-query/#mime",
"https://www.w3.org/TR/sparql12-query/#changes-1-1",
"https://www.w3.org/TR/sparql12-query/#a-changes-between-sparql-1-1-query-language-and-sparql-1-2-query-language",
"https://www.w3.org/TR/sparql12-query/#ref-for-index-term-base-direction-0-11",
"https://www.w3.org/TR/sparql12-query/#ref-for-index-term-triple-term-11",
"https://www.w3.org/TR/sparql12-query/#ref-for-index-term-base-direction-0-11",
"https://www.w3.org/TR/sparql12-query/#ref-for-index-term-language-tag-19",
"https://www.w3.org/TR/sparql12-query/#ref-for-index-term-base-direction-0-12",
"https://www.w3.org/TR/sparql12-query/#ref-for-index-term-rdf-term-7",
"https://www.w3.org/TR/sparql12-query/#privacy",
"https://www.w3.org/TR/sparql12-query/#b-privacy-considerations",
"https://www.w3.org/TR/sparql12-query/#security",
Expand Down
32 changes: 16 additions & 16 deletions tr/ids/webdriver2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3908,57 +3908,57 @@
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-code-210",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-invalid-argument-87",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-getting-properties-61",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-integer-13",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-number-12",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-231",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-code-211",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-invalid-argument-88",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-getting-properties-62",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-integer-14",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-number-13",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-232",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-code-212",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-invalid-argument-89",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-undefined-46",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-number-12",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-number-14",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-233",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-code-213",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-invalid-argument-90",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-undefined-47",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-number-13",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-number-15",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-234",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-code-214",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-invalid-argument-91",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-undefined-48",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-number-14",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-number-16",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-235",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-code-215",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-invalid-argument-92",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-undefined-49",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-number-15",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-number-17",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-236",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-code-216",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-invalid-argument-93",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-undefined-50",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-integer-15",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-integer-13",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-237",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-code-217",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-invalid-argument-94",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-undefined-51",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-integer-16",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-integer-14",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-238",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-code-218",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-invalid-argument-95",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-undefined-52",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-integer-17",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-integer-15",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-239",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-code-219",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-invalid-argument-96",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-undefined-53",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-number-16",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-number-18",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-240",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-code-220",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-invalid-argument-97",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-undefined-54",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-number-17",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-number-19",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-241",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-code-221",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-invalid-argument-98",
Expand Down Expand Up @@ -4536,12 +4536,12 @@
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-local-ends-19",
"https://www.w3.org/TR/webdriver2/#dfn-parse-a-page-range",
"https://www.w3.org/TR/webdriver2/#ref-for-index-term-set-2",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-number-18",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-number-20",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-string-16",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-273",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-code-246",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-invalid-argument-104",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-number-19",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-number-21",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-274",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-code-247",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-invalid-argument-105",
Expand Down Expand Up @@ -4588,7 +4588,7 @@
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-code-251",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-invalid-argument-110",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-getting-the-property-with-default-2",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-number-20",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-number-22",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-281",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-code-252",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-invalid-argument-111",
Expand All @@ -4601,7 +4601,7 @@
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-object-54",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-getting-the-property-with-default-5",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-getting-the-property-with-default-6",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-number-21",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-number-23",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-283",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-code-254",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-invalid-argument-113",
Expand All @@ -4614,7 +4614,7 @@
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-getting-the-property-with-default-9",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-getting-the-property-with-default-10",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-getting-the-property-with-default-11",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-number-22",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-number-24",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-284",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-error-code-255",
"https://www.w3.org/TR/webdriver2/#ref-for-dfn-invalid-argument-114",
Expand Down
40 changes: 20 additions & 20 deletions tr/index.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "crawl",
"title": "Reffy crawl",
"date": "2025-02-10T01:34:54.512Z",
"date": "2025-02-11T01:35:24.877Z",
"options": {
"fallback": "tr/index.json",
"output": "report",
Expand Down Expand Up @@ -726,7 +726,7 @@
"https://aomediacodec.github.io/av1-spec/"
],
"crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
"date": "10 February 2025",
"date": "11 February 2025",
"links": "links/av1-spec.json",
"cddl": []
},
Expand Down Expand Up @@ -15159,11 +15159,11 @@
],
"crawled": "https://www.w3.org/TR/permissions-policy-1/",
"crawlCacheInfo": {
"lastModified": "Mon, 13 Jan 2025 15:01:04 GMT"
"lastModified": "Mon, 10 Feb 2025 20:29:37 GMT"
},
"generator": "bikeshed",
"date": "13 January 2025",
"revision": "8430c86cf16dabe92035d1aa05ab489454bed569",
"date": "10 February 2025",
"revision": "e9edeb5f2682cdd3a4f48a7ddb48b9d40580fd55",
"algorithms": "algorithms/permissions-policy-1.json",
"links": "links/permissions-policy-1.json",
"refs": "refs/permissions-policy-1.json",
Expand Down Expand Up @@ -15933,11 +15933,11 @@
],
"crawled": "https://www.w3.org/TR/rdf12-concepts/",
"crawlCacheInfo": {
"lastModified": "Fri, 31 Jan 2025 19:08:11 GMT"
"lastModified": "Mon, 10 Feb 2025 09:44:33 GMT"
},
"generator": "respec",
"date": "31 January 2025",
"revision": "cbfe5f41b084f3ab9b5062e7e38e996208fcbdb3",
"date": "10 February 2025",
"revision": "53997a334617b3f951a0f1a9df132d7b3345ace3",
"algorithms": "algorithms/rdf12-concepts.json",
"links": "links/rdf12-concepts.json",
"refs": "refs/rdf12-concepts.json",
Expand Down Expand Up @@ -17732,11 +17732,11 @@
],
"crawled": "https://www.w3.org/TR/sparql12-query/",
"crawlCacheInfo": {
"lastModified": "Thu, 06 Feb 2025 11:15:50 GMT"
"lastModified": "Mon, 10 Feb 2025 09:25:56 GMT"
},
"generator": "respec",
"date": "06 February 2025",
"revision": "610778fc7ae96bc7d73784046d6d864ad5b35037",
"date": "10 February 2025",
"revision": "fe54fb8c1064f3ac3c621371f15ff3e79224f0a6",
"algorithms": "algorithms/sparql12-query.json",
"links": "links/sparql12-query.json",
"refs": "refs/sparql12-query.json",
Expand Down Expand Up @@ -19121,11 +19121,11 @@
],
"crawled": "https://www.w3.org/TR/vc-data-integrity/",
"crawlCacheInfo": {
"lastModified": "Mon, 03 Feb 2025 00:12:29 GMT"
"lastModified": "Mon, 10 Feb 2025 21:01:25 GMT"
},
"generator": "respec",
"date": "03 February 2025",
"revision": "cac78f29a1a817db895ce88a8c433fc4c2dc9a48",
"date": "10 February 2025",
"revision": "3009eb64a70178152dd445600647b3b3308e5782",
"algorithms": "algorithms/vc-data-integrity.json",
"links": "links/vc-data-integrity.json",
"refs": "refs/vc-data-integrity.json",
Expand Down Expand Up @@ -21165,11 +21165,11 @@
],
"crawled": "https://www.w3.org/TR/webdriver-bidi/",
"crawlCacheInfo": {
"lastModified": "Fri, 31 Jan 2025 11:33:14 GMT"
"lastModified": "Mon, 10 Feb 2025 11:47:45 GMT"
},
"generator": "bikeshed",
"date": "31 January 2025",
"revision": "0713f9c6a836672f929c06bac8b7cdd22eb40498",
"date": "10 February 2025",
"revision": "198ddaed57bb2a8dec444f4fc11bc76a742bd1be",
"algorithms": "algorithms/webdriver-bidi.json",
"links": "links/webdriver-bidi.json",
"refs": "refs/webdriver-bidi.json",
Expand Down Expand Up @@ -21243,11 +21243,11 @@
],
"crawled": "https://www.w3.org/TR/webdriver2/",
"crawlCacheInfo": {
"lastModified": "Fri, 31 Jan 2025 15:36:23 GMT"
"lastModified": "Mon, 10 Feb 2025 12:05:40 GMT"
},
"generator": "respec",
"date": "31 January 2025",
"revision": "78d3c9b2eb24a32d4ee1d8064dd3444616da9d03",
"date": "10 February 2025",
"revision": "a67669c5b4bfa4dd3fde8e07ab7ee1ed142dc74c",
"algorithms": "algorithms/webdriver2.json",
"links": "links/webdriver2.json",
"refs": "refs/webdriver2.json",
Expand Down
5 changes: 5 additions & 0 deletions tr/links/permissions-policy-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
]
},
"https://html.spec.whatwg.org/multipage/": {},
"https://html.spec.whatwg.org/multipage/iframe-embed-object.html": {
"anchors": [
"iframe-load-event-steps"
]
},
"https://httpwg.org/specs/rfc8941.html": {},
"https://infra.spec.whatwg.org/": {},
"https://lists.w3.org/Archives/Public/public-webappsec/": {},
Expand Down
Loading

0 comments on commit a477cbc

Please sign in to comment.