From a477cbc511d9b3f12c3108a90276c4f7e4cde621 Mon Sep 17 00:00:00 2001 From: reffy-bot <> Date: Tue, 11 Feb 2025 01:35:35 +0000 Subject: [PATCH] Update of TR report from new reffy run Using reffy commit 18.3.1. --- tr/algorithms/permissions-policy-1.json | 30 +++++++++--------- tr/algorithms/webdriver2.json | 32 +++++++++---------- tr/cddl/webdriver-bidi-all.cddl | 4 +-- tr/cddl/webdriver-bidi-remote.cddl | 4 +-- tr/dfns/permissions-policy-1.json | 42 +++++++++++++++++++++++++ tr/dfns/vc-data-integrity.json | 2 +- tr/idl/permissions-policy.idl | 1 + tr/ids/permissions-policy-1.json | 8 ++++- tr/ids/rdf12-concepts.json | 1 + tr/ids/sparql12-query.json | 3 +- tr/ids/webdriver2.json | 32 +++++++++---------- tr/index.json | 40 +++++++++++------------ tr/links/permissions-policy-1.json | 5 +++ tr/links/rdf12-concepts.json | 6 ++++ tr/links/vc-data-integrity.json | 2 +- tr/refs/rdf12-concepts.json | 4 +++ tr/refs/vc-data-integrity.json | 2 +- 17 files changed, 142 insertions(+), 76 deletions(-) diff --git a/tr/algorithms/permissions-policy-1.json b/tr/algorithms/permissions-policy-1.json index 3291fae47a38..d6e39ac1d910 100644 --- a/tr/algorithms/permissions-policy-1.json +++ b/tr/algorithms/permissions-policy-1.json @@ -184,7 +184,7 @@ ] }, { - "html": "

Return a new permissions policy with inherited policy inherited policy, declared policy a struct with both declarations and reporting\n configuration new ordered maps.

" + "html": "

Return a new permissions policy with inherited policy inherited policy, declared policy a struct with both declarations and reporting configuration new ordered maps.

" } ] }, @@ -409,7 +409,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If element is not an iframe element, then return an empty policy\n directive.

" + "html": "

If element is not an iframe element, then return an empty policy directive.

" }, { "html": "

Let container policy be the result of running Parse policy\ndirective given the value of element’s allow attribute,\nthe origin of element’s node document, and element’s declared origin.

" @@ -533,7 +533,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let policy be document’s report-only permissions\n policy if report-only is True, or document’s permissions policy otherwise.

" + "html": "

Let policy be document’s report-only permissions policy if report-only is True, or document’s permissions policy otherwise.

" }, { "html": "

If policy’s inherited policy for feature is \"Disabled\", return \"Disabled\".

" @@ -588,14 +588,14 @@ }, { "name": "is-feature-enabled", - "html": "Given a feature (feature), a Document object\n (document), an origin (origin), and an optional boolean (report),\n with a default value of True, this algorithm returns \"Disabled\"\n if feature should be considered disabled, and \"Enabled\"\n otherwise. If report is True, then it will also generate and queue a\n report if the feature is not enabled in either document’s permissions policy or document’s report-only\n permissions policy.", + "html": "Given a feature (feature), a Document object\n (document), an origin (origin), and an optional boolean (report),\n with a default value of True, this algorithm returns \"Disabled\"\n if feature should be considered disabled, and \"Enabled\"\n otherwise. If report is True, then it will also generate and queue a report if the feature is not enabled in either document’s permissions policy or document’s report-only permissions policy.", "rationale": ".algorithm", "steps": [ { "html": "

Let policy be document’s permissions policy.

" }, { - "html": "

Let report-only policy be document’s report-only\n permissions policy.

" + "html": "

Let report-only policy be document’s report-only permissions policy.

" }, { "html": "

Let result be the result of calling Check permissions\n policy, given policy, feature, origin, and document’s origin.

" @@ -647,7 +647,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let config be policy’s declared policy's reporting configuration.

" + "html": "

Let config be policy’s declared policy’s reporting configuration.

" }, { "html": "

If config[feature] exists, return config[feature].

" @@ -659,7 +659,7 @@ }, { "name": "check-potential-violation-in-container", - "html": "Given a navigable container (container), this algorithm sends potential\n violation reports.", + "html": "Given a navigable container (container), a string-or-null\n (allowAttribute), and a string-or-null (srcAttribute), this algorithm\n sends potential violation reports.", "rationale": ".algorithm", "steps": [ { @@ -680,7 +680,7 @@ "html": "

Let endpoint be the result of calling Get\n the reporting endpoint for a feature given feature and document’s permissions policy.

" }, { - "html": "

Call Generate report for potential violation\n of permissions policy on settings given feature, settings, \"Enforce\", and endpoint.

" + "html": "

Call Generate report for potential violation\n of permissions policy on settings given feature, settings, \"Enforce\", endpoint, allowAttribute,\n and srcAttribute.

" } ] }, @@ -689,10 +689,10 @@ "rationale": "let", "steps": [ { - "html": "

Let report-only endpoint be the result of calling Get the reporting endpoint for a feature given feature and document’s report-only\n permissions policy.

" + "html": "

Let report-only endpoint be the result of calling Get the reporting endpoint for a feature given feature and document’s report-only permissions policy.

" }, { - "html": "

Call Generate report for potential violation\n of permissions policy on settings given feature, settings, \"Report\", and report-only\n endpoint.

" + "html": "

Call Generate report for potential violation\n of permissions policy on settings given feature, settings, \"Report\", report-only endpoint, allowAttribute, and srcAttribute.

" } ] } @@ -718,11 +718,11 @@ }, { "name": "report-potential-permissions-policy-violation", - "html": "Given a feature (feature), an environment settings object (settings), a string (disposition), a string-or-null (endpoint), and a string-or-null\n (allowAttribute), this algorithm generates a report about the violation of the\n policy for feature.", + "html": "Given a feature (feature), an environment settings object (settings), a string (disposition), a string-or-null (endpoint), a string-or-null\n (allowAttribute), and a string-or-null (srcAttribute), this algorithm generates a report about the violation of the policy for feature.", "rationale": ".algorithm", "steps": [ { - "html": "

Let body be a new PermissionsPolicyViolationReportBody, initialized\nas follows:

\n
\n
featureId\n
\n

feature’s string representation.

\n
sourceFile\n
\n

null

\n
lineNumber\n
\n

null

\n
columnNumber\n
\n

null

\n
disposition\n
\n

disposition

\n
allowAttribute\n
\n

allowAttribute

\n
" + "html": "

Let body be a new PermissionsPolicyViolationReportBody, initialized\nas follows:

\n
\n
featureId\n
\n

feature’s string representation.

\n
sourceFile\n
\n

null

\n
lineNumber\n
\n

null

\n
columnNumber\n
\n

null

\n
disposition\n
\n

disposition

\n
allowAttribute\n
\n

allowAttribute

\n
srcAttribute\n
\n

srcAttribute

\n
" }, { "html": "

If the user agent is currently executing script, and can extract the\nsource file’s URL, line number, and column number from settings, then\nset body’s sourceFile, lineNumber, and columnNumber accordingly.

" @@ -770,11 +770,11 @@ ] }, { - "html": "And in the same section, in step 19 before the return, insert the following step:", - "rationale": "if", + "html": "In iframe\n load event steps, after step 6, insert the following step:", + "rationale": "call", "steps": [ { - "html": "

If navigationParams’s navigable’s container is not null, call Check potential violation of permissions policy in\n container given navigationParams’s navigable’s container.

" + "html": "

Call Check potential violation of permissions policy in\n container given element, element’s allow attribute, and element’s src attribute.

" } ] } diff --git a/tr/algorithms/webdriver2.json b/tr/algorithms/webdriver2.json index da7ee80520e7..d8ac12e04e3f 100644 --- a/tr/algorithms/webdriver2.json +++ b/tr/algorithms/webdriver2.json @@ -4833,7 +4833,7 @@ "html": "

Let x be the result\n of getting the property x\n from action item.\n\n

" }, { - "html": "

If x is not an Integer, return error\n with error code invalid argument.\n\n

" + "html": "

If x is not a Number, return error\n with error code invalid argument.\n\n

" }, { "html": "

Set the x property of action\n to x.\n\n

" @@ -4842,7 +4842,7 @@ "html": "

Let y be the result\n of getting the property y\n from action item.\n\n

" }, { - "html": "

If y is not an Integer, return error\n with error code invalid argument.\n\n

" + "html": "

If y is not an Number, return error\n with error code invalid argument.\n\n

" }, { "html": "

Set the y property of action\n to y.\n\n

" @@ -4851,7 +4851,7 @@ "html": "

Let width be the result\n of getting the property width\n from action item.\n\n

" }, { - "html": "

If width is not undefined\n and width is not a Number greater than or\n equal to 0 return error with error code\n invalid argument.\n\n

" + "html": "

If width is not undefined\n and width is not a Number greater than or\n equal to 0 return error with error code\n invalid argument.\n\n

" }, { "html": "

Set the width property of action\n to width.\n\n

" @@ -4860,7 +4860,7 @@ "html": "

Let height be the result\n of getting the property height\n from action item.\n\n

" }, { - "html": "

If height is not undefined\n and height is not a Number greater than or\n equal to 0 return error with error code\n invalid argument.\n\n

" + "html": "

If height is not undefined\n and height is not a Number greater than or\n equal to 0 return error with error code\n invalid argument.\n\n

" }, { "html": "

Set the height property of action\n to height.\n\n

" @@ -4869,7 +4869,7 @@ "html": "

Let pressure be the result\n of getting the property pressure\n from action item.\n\n

" }, { - "html": "

If pressure is not undefined\n and pressure is not a Number greater than or\n equal to 0 and less than or equal to 1 return error with\n error code invalid argument.\n\n

" + "html": "

If pressure is not undefined\n and pressure is not a Number greater than or\n equal to 0 and less than or equal to 1 return error with\n error code invalid argument.\n\n

" }, { "html": "

Set the pressure property of action\n to pressure.\n\n

" @@ -4878,7 +4878,7 @@ "html": "

Let tangentialPressure be the result\n of getting the property tangentialPressure\n from action item.\n\n

" }, { - "html": "

If tangentialPressure is not undefined\n and tangentialPressure is not a Number greater\n than or equal to -1 and less than or equal to 1 return error\n with error code invalid argument.\n\n

" + "html": "

If tangentialPressure is not undefined\n and tangentialPressure is not a Number greater\n than or equal to -1 and less than or equal to 1 return error\n with error code invalid argument.\n\n

" }, { "html": "

Set the tangentialPressure property of action\n to tangentialPressure.\n\n

" @@ -4887,7 +4887,7 @@ "html": "

Let tiltX be the result\n of getting the property tiltX\n from action item.\n\n

" }, { - "html": "

If tiltX is not undefined\n and tiltX is not an Integer greater than or\n equal to -90 and less than or equal to 90 return error with\n error code invalid argument.\n\n

" + "html": "

If tiltX is not undefined\n and tiltX is not an Integer greater than or\n equal to -90 and less than or equal to 90 return error with\n error code invalid argument.\n\n

" }, { "html": "

Set the tiltX property of action\n to tiltX.\n\n

" @@ -4896,7 +4896,7 @@ "html": "

Let tiltY be the result\n of getting the property tiltY\n from action item.\n\n

" }, { - "html": "

If tiltY is not undefined\n and tiltY is not an Integer greater than or\n equal to -90 and less than or equal to 90 return error with\n error code invalid argument.\n\n

" + "html": "

If tiltY is not undefined\n and tiltY is not an Integer greater than or\n equal to -90 and less than or equal to 90 return error with\n error code invalid argument.\n\n

" }, { "html": "

Set the tiltY property of action\n to tiltY.\n\n

" @@ -4905,7 +4905,7 @@ "html": "

Let twist be the result\n of getting the property twist\n from action item.\n\n

" }, { - "html": "

If twist is not undefined\n and twist is not an Integer greater than or\n equal to 0 and less than or equal to 359 return error with\n error code invalid argument.\n\n

" + "html": "

If twist is not undefined\n and twist is not an Integer greater than or\n equal to 0 and less than or equal to 359 return error with\n error code invalid argument.\n\n

" }, { "html": "

Set the twist property of action\n to twist.\n\n

" @@ -4914,7 +4914,7 @@ "html": "

Let altitudeAngle be the result\n of getting the property altitudeAngle\n from action item.\n\n

" }, { - "html": "

If altitudeAngle is not undefined\n and altitudeAngle is not a Number greater than\n or equal to 0 and less than or equal to π/2 return error with\n error code invalid argument.\n\n

" + "html": "

If altitudeAngle is not undefined\n and altitudeAngle is not a Number greater than\n or equal to 0 and less than or equal to π/2 return error with\n error code invalid argument.\n\n

" }, { "html": "

Set the altitudeAngle property of action\n to altitudeAngle.\n\n

" @@ -4923,7 +4923,7 @@ "html": "

Let azimuthAngle be the result\n of getting the property azimuthAngle\n from action item.\n\n

" }, { - "html": "

If azimuthAngle is not undefined\n and azimuthAngle is not a Number greater than\n or equal to 0 and less than or equal to 2π return error with\n error code invalid argument.\n\n

" + "html": "

If azimuthAngle is not undefined\n and azimuthAngle is not a Number greater than\n or equal to 0 and less than or equal to 2π return error with\n error code invalid argument.\n\n

" }, { "html": "

Set the azimuthAngle property of action\n to azimuthAngle.\n\n

" @@ -6072,10 +6072,10 @@ "rationale": "if", "steps": [ { - "html": "If range is not either a Number or\n a String, return error with error\n code invalid argument." + "html": "If range is not either a Number or\n a String, return error with error\n code invalid argument." }, { - "html": "If range is a Number:", + "html": "If range is a Number:", "rationale": "if", "steps": [ { @@ -6168,7 +6168,7 @@ "html": "

Let scale be the result of getting a\n property with default named \"scale\" and with\n default 1 from parameters.\n\n

" }, { - "html": "

If scale is not a Number, or is less\n than 0.1 or greater than 2\n return error with error code invalid argument.\n\n

" + "html": "

If scale is not a Number, or is less\n than 0.1 or greater than 2\n return error with error code invalid argument.\n\n

" }, { "html": "

Let background be the result of getting a\n property with default named \"background\" and with\n default false from parameters.\n\n

" @@ -6186,7 +6186,7 @@ "html": "

Let pageHeight be the result of getting a\n property with default named \"height\" and with a\n default of 27.94 from page.\n\n

" }, { - "html": "

If either of pageWidth or pageHeight is\n not a Number, or is less than (2.54 / 72), return error\n with error code invalid argument.\n\n

" + "html": "

If either of pageWidth or pageHeight is\n not a Number, or is less than (2.54 / 72), return error\n with error code invalid argument.\n\n

" }, { "html": "

Let margin be the result of getting a property\n with default named \"margin\" and with a default of an\n empty Object from parameters.\n\n

" @@ -6204,7 +6204,7 @@ "html": "

Let marginRight be the result of getting a\n property with default named \"right\" and with a\n default of 1 from margin.\n\n

" }, { - "html": "

If any\n of marginTop, marginBottom, marginLeft,\n or marginRight is not a Number, or is less then 0,\n return error with error code invalid argument.\n\n

" + "html": "

If any\n of marginTop, marginBottom, marginLeft,\n or marginRight is not a Number, or is less then 0,\n return error with error code invalid argument.\n\n

" }, { "html": "

Let shrinkToFit be the result of getting a\n property with default named \"shrinkToFit\" and with\n default true from parameters.\n\n

" diff --git a/tr/cddl/webdriver-bidi-all.cddl b/tr/cddl/webdriver-bidi-all.cddl index 3cab7743c767..5765084aa327 100644 --- a/tr/cddl/webdriver-bidi-all.cddl +++ b/tr/cddl/webdriver-bidi-all.cddl @@ -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 diff --git a/tr/cddl/webdriver-bidi-remote.cddl b/tr/cddl/webdriver-bidi-remote.cddl index b5e9af60793d..36965b44e278 100644 --- a/tr/cddl/webdriver-bidi-remote.cddl +++ b/tr/cddl/webdriver-bidi-remote.cddl @@ -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 diff --git a/tr/dfns/permissions-policy-1.json b/tr/dfns/permissions-policy-1.json index 1c9a56ce6599..435a62e41bb1 100644 --- a/tr/dfns/permissions-policy-1.json +++ b/tr/dfns/permissions-policy-1.json @@ -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", @@ -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", diff --git a/tr/dfns/vc-data-integrity.json b/tr/dfns/vc-data-integrity.json index 29977d8844f8..81c713051bc5 100644 --- a/tr/dfns/vc-data-integrity.json +++ b/tr/dfns/vc-data-integrity.json @@ -231,7 +231,7 @@ "number": "1.4" }, "definedIn": "dt", - "htmlProse": "A document that contains public cryptographic material as defined in the\nControlled Identifiers (CIDs) v1.0 specification." + "htmlProse": "A document that contains public cryptographic material as defined in the\nControlled Identifiers v1.0 specification." }, { "id": "dfn-cryptosuite", diff --git a/tr/idl/permissions-policy.idl b/tr/idl/permissions-policy.idl index 0f0322ea714e..f6f207b60e58 100644 --- a/tr/idl/permissions-policy.idl +++ b/tr/idl/permissions-policy.idl @@ -28,4 +28,5 @@ interface PermissionsPolicyViolationReportBody : ReportBody { readonly attribute long? columnNumber; readonly attribute DOMString disposition; readonly attribute DOMString? allowAttribute; + readonly attribute DOMString? srcAttribute; }; diff --git a/tr/ids/permissions-policy-1.json b/tr/ids/permissions-policy-1.json index 2e76a5fb9a15..1ed03afd3bb0 100644 --- a/tr/ids/permissions-policy-1.json +++ b/tr/ids/permissions-policy-1.json @@ -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", @@ -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", @@ -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", @@ -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", diff --git a/tr/ids/rdf12-concepts.json b/tr/ids/rdf12-concepts.json index 808f0771adc6..854fe3c1b8a4 100644 --- a/tr/ids/rdf12-concepts.json +++ b/tr/ids/rdf12-concepts.json @@ -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", diff --git a/tr/ids/sparql12-query.json b/tr/ids/sparql12-query.json index 9f30df9d6694..2b48879c8301 100644 --- a/tr/ids/sparql12-query.json +++ b/tr/ids/sparql12-query.json @@ -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", diff --git a/tr/ids/webdriver2.json b/tr/ids/webdriver2.json index b025c61f8f4f..2da47edb1f70 100644 --- a/tr/ids/webdriver2.json +++ b/tr/ids/webdriver2.json @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", diff --git a/tr/index.json b/tr/index.json index a70f4f232240..de58f0b871eb 100644 --- a/tr/index.json +++ b/tr/index.json @@ -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", @@ -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": [] }, @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", diff --git a/tr/links/permissions-policy-1.json b/tr/links/permissions-policy-1.json index a8f2e4b6cc68..65e4785ce82c 100644 --- a/tr/links/permissions-policy-1.json +++ b/tr/links/permissions-policy-1.json @@ -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/": {}, diff --git a/tr/links/rdf12-concepts.json b/tr/links/rdf12-concepts.json index 2304195e272a..92247702f044 100644 --- a/tr/links/rdf12-concepts.json +++ b/tr/links/rdf12-concepts.json @@ -7,6 +7,11 @@ "rawlinks": { "http://ieeexplore.ieee.org/servlet/opac?punumber=4610933": {}, "https://datatracker.ietf.org/doc/html/bcp14": {}, + "https://datatracker.ietf.org/doc/html/rfc5890": { + "anchors": [ + "section-2.3.2.1" + ] + }, "https://dom.spec.whatwg.org/": { "anchors": [ "interface-documentfragment", @@ -86,6 +91,7 @@ ] }, "https://www.rfc-editor.org/rfc/rfc5890": {}, + "https://www.rfc-editor.org/rfc/rfc5892": {}, "https://www.rfc-editor.org/rfc/rfc6874": {}, "https://www.rfc-editor.org/rfc/rfc7493": {}, "https://www.rfc-editor.org/rfc/rfc8174": {}, diff --git a/tr/links/vc-data-integrity.json b/tr/links/vc-data-integrity.json index 72f38a768b2c..5104cd21cba1 100644 --- a/tr/links/vc-data-integrity.json +++ b/tr/links/vc-data-integrity.json @@ -65,7 +65,7 @@ ] }, "https://www.w3.org/TR/WebCryptoAPI/": {}, - "https://www.w3.org/TR/controller-document/": { + "https://www.w3.org/TR/cid-1.0/": { "anchors": [ "multibase-0", "multibase", diff --git a/tr/refs/rdf12-concepts.json b/tr/refs/rdf12-concepts.json index 9d1994ec6de2..28d29afbb4db 100644 --- a/tr/refs/rdf12-concepts.json +++ b/tr/refs/rdf12-concepts.json @@ -175,6 +175,10 @@ "name": "RFC5890", "url": "https://www.rfc-editor.org/rfc/rfc5890" }, + { + "name": "RFC5892", + "url": "https://www.rfc-editor.org/rfc/rfc5892" + }, { "name": "RFC6874", "url": "https://www.rfc-editor.org/rfc/rfc6874" diff --git a/tr/refs/vc-data-integrity.json b/tr/refs/vc-data-integrity.json index 69e302ef3785..04e1e6b59fe0 100644 --- a/tr/refs/vc-data-integrity.json +++ b/tr/refs/vc-data-integrity.json @@ -11,7 +11,7 @@ }, { "name": "CONTROLLER-DOCUMENT", - "url": "https://www.w3.org/TR/controller-document/" + "url": "https://www.w3.org/TR/cid-1.0/" }, { "name": "INFRA",