From 8c692ab61037410d64aac01e20d422bb7f1542ec Mon Sep 17 00:00:00 2001 From: reffy-bot <> Date: Mon, 15 Mar 2021 02:00:59 +0000 Subject: [PATCH] Update of TR report from new reffy run Using reffy commit bf55f6cc668585a32983dd19a65eb45c0357a080. --- tr/css/css-ruby.json | 10 +- tr/css/css-scroll-snap.json | 6 +- tr/dfns/CSP3.json | 938 ++++++++++++----- tr/dfns/css-ruby-1.json | 144 ++- tr/dfns/css-scroll-snap-1.json | 38 +- tr/dfns/dom.json | 20 + tr/dfns/fetch-metadata.json | 12 +- tr/dfns/fetch.json | 12 +- tr/dfns/gpuweb.json | 144 ++- tr/dfns/html-aria.json | 12 +- tr/dfns/html.json | 40 +- tr/dfns/trusted-types.json | 174 ++-- tr/dfns/webrtc-insertable-streams.json | 58 ++ tr/diff.md | 326 +----- tr/diffnew.md | 312 +----- tr/headings/CSP3.json | 70 +- tr/headings/css-ruby-1.json | 96 +- tr/headings/css-scroll-snap-1.json | 60 +- tr/headings/dom.json | 2 +- tr/headings/fetch-metadata.json | 2 +- tr/headings/fetch.json | 2 +- tr/headings/gpuweb.json | 36 +- tr/headings/html-aria.json | 4 +- tr/headings/html.json | 120 +-- tr/headings/trusted-types.json | 80 +- tr/headings/webpackage.json | 2 +- tr/headings/webrtc-insertable-streams.json | 2 +- tr/headings/webtransport.json | 2 +- tr/headings/xhr.json | 2 +- tr/idl/CSP.idl | 42 +- tr/idl/dom.idl | 2 + tr/idl/trusted-types.idl | 2 +- tr/idl/webrtc-insertable-streams.idl | 12 +- tr/idlnames.json | 8 + tr/idlnames/AbortSignal.idl | 2 + tr/idlnames/CSPViolationReportBody.idl | 15 + tr/idlnames/RTCInsertableStreams.idl | 6 + tr/idlnames/RTCRtpScriptTransform.idl | 2 +- tr/idlnames/RTCRtpScriptTransformer.idl | 2 +- tr/idlnames/RTCTransformEvent.idl | 2 +- tr/idlnames/SecurityPolicyViolationEvent.idl | 18 +- .../SecurityPolicyViolationEventInit.idl | 9 +- tr/idlnames/WindowOrWorkerGlobalScope.idl | 2 +- tr/idlnames/undefined.idl | 103 ++ tr/idlnamesparsed/AbortSignal.json | 2 +- tr/idlnamesparsed/CSPViolationReportBody.json | 27 + .../DedicatedWorkerGlobalScope.json | 2 +- .../RTCIdentityProviderGlobalScope.json | 2 +- tr/idlnamesparsed/RTCInsertableStreams.json | 14 + tr/idlnamesparsed/RTCRtpScriptTransform.json | 2 +- .../RTCRtpScriptTransformer.json | 2 +- tr/idlnamesparsed/RTCTransformEvent.json | 2 +- .../SecurityPolicyViolationEvent.json | 2 +- .../SecurityPolicyViolationEventInit.json | 2 +- .../ServiceWorkerGlobalScope.json | 2 +- .../SharedWorkerGlobalScope.json | 2 +- tr/idlnamesparsed/Window.json | 2 +- .../WindowOrWorkerGlobalScope.json | 2 +- tr/idlnamesparsed/WorkerGlobalScope.json | 2 +- tr/idlparsed/CSP3.json | 367 +++++-- tr/idlparsed/dom.json | 25 +- tr/idlparsed/trusted-types.json | 4 +- tr/idlparsed/webrtc-insertable-streams.json | 106 +- tr/ids/CSP3.json | 980 +++++++++--------- tr/ids/css-ruby-1.json | 914 ++++++++++------ tr/ids/css-scroll-snap-1.json | 462 +++++---- tr/ids/dom.json | 105 +- tr/ids/fetch-metadata.json | 30 +- tr/ids/fetch.json | 268 ++--- tr/ids/gpuweb.json | 138 ++- tr/ids/html-aria.json | 12 +- tr/ids/html.json | 261 +++-- tr/ids/image-resource.json | 27 +- tr/ids/js-self-profiling.json | 1 + tr/ids/tc39-import-assertions.json | 72 +- tr/ids/trusted-types.json | 181 +++- tr/ids/webrtc-insertable-streams.json | 31 +- tr/ids/webtransport.json | 6 +- tr/ids/xhr.json | 171 ++- tr/index.html | 263 +++-- tr/index.json | 128 +-- tr/index.md | 249 ++--- tr/links/CSP3.json | 83 +- tr/links/css-ruby-1.json | 149 ++- tr/links/css-scroll-snap-1.json | 77 +- tr/links/dom.json | 2 +- tr/links/fetch-metadata.json | 17 +- tr/links/fetch.json | 25 +- tr/links/gpuweb.json | 1 + tr/links/html-aria.json | 35 +- tr/links/html.json | 2 +- tr/links/image-resource.json | 10 +- tr/links/js-self-profiling.json | 3 + tr/links/tc39-import-assertions.json | 3 +- tr/links/trusted-types.json | 38 +- tr/links/webrtc-insertable-streams.json | 44 +- tr/links/webtransport.json | 4 +- tr/links/xhr.json | 3 +- tr/perissue.html | 101 +- tr/perissue.md | 89 +- tr/refs/CSP3.json | 22 +- tr/refs/css-ruby-1.json | 44 +- tr/refs/css-scroll-snap-1.json | 25 +- tr/refs/fetch.json | 14 +- tr/refs/image-resource.json | 4 + tr/refs/js-self-profiling.json | 4 + tr/refs/trusted-types.json | 12 +- tr/refs/webrtc-insertable-streams.json | 4 - tr/refs/webtransport.json | 4 +- tr/study.json | 398 +++---- 110 files changed, 5190 insertions(+), 3848 deletions(-) create mode 100644 tr/idlnames/CSPViolationReportBody.idl create mode 100644 tr/idlnames/RTCInsertableStreams.idl create mode 100644 tr/idlnames/undefined.idl create mode 100644 tr/idlnamesparsed/CSPViolationReportBody.json create mode 100644 tr/idlnamesparsed/RTCInsertableStreams.json diff --git a/tr/css/css-ruby.json b/tr/css/css-ruby.json index b8c753413489..6016873623b9 100644 --- a/tr/css/css-ruby.json +++ b/tr/css/css-ruby.json @@ -1,6 +1,6 @@ { "spec": { - "title": "CSS Ruby Layout Module Level 1", + "title": "CSS Ruby Annotation Layout Module Level 1", "url": "https://www.w3.org/TR/css-ruby-1/" }, "properties": { @@ -10,8 +10,8 @@ }, "ruby-position": { "name": "ruby-position", - "value": "over | under | inter-character", - "initial": "over", + "value": "[ alternate || [ over | under ] ] | inter-character", + "initial": "alternate", "appliesTo": "ruby annotation containers", "inherited": "yes", "percentages": "n/a", @@ -21,9 +21,9 @@ }, "ruby-merge": { "name": "ruby-merge", - "value": "separate | collapse | auto", + "value": "separate | merge | auto", "initial": "separate", - "appliesTo": "ruby annotation containers", + "appliesTo": "interlinear ruby annotation containers", "inherited": "yes", "percentages": "n/a", "computedValue": "specified keyword", diff --git a/tr/css/css-scroll-snap.json b/tr/css/css-scroll-snap.json index 102c1261ecd0..ce14d55d1a9c 100644 --- a/tr/css/css-scroll-snap.json +++ b/tr/css/css-scroll-snap.json @@ -17,7 +17,7 @@ }, "scroll-padding": { "name": "scroll-padding", - "value": "[ | auto ]{1,4}", + "value": "[ auto | ]{1,4}", "initial": "auto", "appliesTo": "scroll containers", "inherited": "no", @@ -151,7 +151,7 @@ "name": "scroll-padding-block", "value": "[ auto | ]{1,2}", "initial": "auto", - "appliesTo": "all elements", + "appliesTo": "scroll containers", "inherited": "no", "percentages": "relative to the scroll container’s scrollport", "computedValue": "see individual properties", @@ -162,7 +162,7 @@ "name": "scroll-padding-inline", "value": "[ auto | ]{1,2}", "initial": "auto", - "appliesTo": "all elements", + "appliesTo": "scroll containers", "inherited": "no", "percentages": "relative to the scroll container’s scrollport", "computedValue": "see individual properties", diff --git a/tr/dfns/CSP3.json b/tr/dfns/CSP3.json index d444b07ca44c..0c694ab59e7b 100644 --- a/tr/dfns/CSP3.json +++ b/tr/dfns/CSP3.json @@ -138,6 +138,26 @@ }, "definedIn": "prose" }, + { + "id": "policy-self-origin", + "href": "https://www.w3.org/TR/CSP3/#policy-self-origin", + "linkingText": [ + "self-origin" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "policy" + ], + "access": "public", + "informative": false, + "heading": { + "id": "framework-policy", + "title": "Policies", + "number": "2.2" + }, + "definedIn": "prose" + }, { "id": "csp-list", "href": "https://www.w3.org/TR/CSP3/#csp-list", @@ -1316,6 +1336,78 @@ }, "definedIn": "prose" }, + { + "id": "set-response-csp-list", + "href": "https://www.w3.org/TR/CSP3/#set-response-csp-list", + "linkingText": [ + "Set response’s CSP list" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "set-response-csp-list", + "title": "Set response’s CSP list", + "number": "4.1.1" + }, + "definedIn": "heading" + }, + { + "id": "report-for-request", + "href": "https://www.w3.org/TR/CSP3/#report-for-request", + "linkingText": [ + "Report Content Security Policy violations for request" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "report-for-request", + "title": "Report Content Security Policy violations for request", + "number": "4.1.2" + }, + "definedIn": "heading" + }, + { + "id": "should-block-request", + "href": "https://www.w3.org/TR/CSP3/#should-block-request", + "linkingText": [ + "Should request be blocked by Content Security Policy?" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "should-block-request", + "title": "Should request be blocked by Content Security Policy?", + "number": "4.1.3" + }, + "definedIn": "heading" + }, + { + "id": "should-block-response", + "href": "https://www.w3.org/TR/CSP3/#should-block-response", + "linkingText": [ + "Should response to request be blocked by Content Security Policy?" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "should-block-response", + "title": "Should response to request be blocked by Content Security Policy?", + "number": "4.1.4" + }, + "definedIn": "heading" + }, { "id": "global-object-csp-list", "href": "https://www.w3.org/TR/CSP3/#global-object-csp-list", @@ -1391,28 +1483,28 @@ "definedIn": "prose" }, { - "id": "can-compile-strings", - "href": "https://www.w3.org/TR/CSP3/#can-compile-strings", + "id": "initialize-document-csp", + "href": "https://www.w3.org/TR/CSP3/#initialize-document-csp", "linkingText": [ - "EnsureCSPDoesNotBlockStringCompilation(callerRealm, calleeRealm, source)" + "Initialize a Document's CSP list" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "can-compile-strings", - "title": "EnsureCSPDoesNotBlockStringCompilation(callerRealm, calleeRealm, source)", - "number": "4.3.1" + "id": "initialize-document-csp", + "title": "Initialize a Document's CSP list", + "number": "4.2.1" }, "definedIn": "heading" }, { - "id": "violation-report", - "href": "https://www.w3.org/TR/CSP3/#violation-report", + "id": "initialize-global-object-csp", + "href": "https://www.w3.org/TR/CSP3/#initialize-global-object-csp", "linkingText": [ - "violation report" + "Initialize a global object’s CSP list" ], "localLinkingText": [], "type": "dfn", @@ -1420,286 +1512,602 @@ "access": "public", "informative": false, "heading": { - "id": "reporting", - "title": "Reporting", - "number": "5" + "id": "initialize-global-object-csp", + "title": "Initialize a global object’s CSP list", + "number": "4.2.2" }, - "definedIn": "prose" + "definedIn": "heading" }, { - "id": "enumdef-securitypolicyviolationeventdisposition", - "href": "https://www.w3.org/TR/CSP3/#enumdef-securitypolicyviolationeventdisposition", + "id": "should-block-inline", + "href": "https://www.w3.org/TR/CSP3/#should-block-inline", "linkingText": [ - "SecurityPolicyViolationEventDisposition" + "Should element’s inline type behavior be blocked by Content Security Policy?" ], "localLinkingText": [], - "type": "enum", + "type": "dfn", "for": [], "access": "public", "informative": false, "heading": { - "id": "violation-events", - "title": "Violation DOM Events", - "number": "5.1" + "id": "should-block-inline", + "title": "Should element’s inline type behavior be blocked by Content Security Policy?", + "number": "4.2.4" }, - "definedIn": "pre" + "definedIn": "heading" }, { - "id": "dom-securitypolicyviolationeventdisposition-enforce", - "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationeventdisposition-enforce", + "id": "should-block-navigation-request", + "href": "https://www.w3.org/TR/CSP3/#should-block-navigation-request", "linkingText": [ - "\"enforce\"" + "Should navigation request of type be blocked by Content Security Policy?" ], "localLinkingText": [], - "type": "enum-value", - "for": [ - "SecurityPolicyViolationEventDisposition" - ], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "violation-events", - "title": "Violation DOM Events", - "number": "5.1" + "id": "should-block-navigation-request", + "title": "Should navigation request of type be blocked by Content Security Policy?", + "number": "4.2.5" }, - "definedIn": "pre" + "definedIn": "heading" }, { - "id": "dom-securitypolicyviolationeventdisposition-report", - "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationeventdisposition-report", + "id": "should-block-navigation-response", + "href": "https://www.w3.org/TR/CSP3/#should-block-navigation-response", "linkingText": [ - "\"report\"" + "Should navigation response to navigation request of type in target be blocked by Content Security Policy?" ], "localLinkingText": [], - "type": "enum-value", - "for": [ - "SecurityPolicyViolationEventDisposition" - ], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "violation-events", - "title": "Violation DOM Events", - "number": "5.1" + "id": "should-block-navigation-response", + "title": "Should navigation response to navigation request of type in target be blocked by Content Security Policy?", + "number": "4.2.6" }, - "definedIn": "pre" + "definedIn": "heading" }, { - "id": "dom-securitypolicyviolationevent-securitypolicyviolationevent", - "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-securitypolicyviolationevent", + "id": "can-compile-strings", + "href": "https://www.w3.org/TR/CSP3/#can-compile-strings", "linkingText": [ - "SecurityPolicyViolationEvent(type, eventInitDict)", - "SecurityPolicyViolationEvent(type)" + "EnsureCSPDoesNotBlockStringCompilation(callerRealm, calleeRealm, source)" ], "localLinkingText": [], - "type": "constructor", - "for": [ - "SecurityPolicyViolationEvent" - ], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "violation-events", - "title": "Violation DOM Events", - "number": "5.1" + "id": "can-compile-strings", + "title": "EnsureCSPDoesNotBlockStringCompilation(callerRealm, calleeRealm, source)", + "number": "4.3.1" }, - "definedIn": "pre" + "definedIn": "heading" }, { - "id": "dom-securitypolicyviolationevent-securitypolicyviolationevent-type-eventinitdict-type", - "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-securitypolicyviolationevent-type-eventinitdict-type", + "id": "csp-violation-report", + "href": "https://www.w3.org/TR/CSP3/#csp-violation-report", "linkingText": [ - "type" + "csp violation report" ], "localLinkingText": [], - "type": "argument", - "for": [ - "SecurityPolicyViolationEvent/SecurityPolicyViolationEvent(type, eventInitDict)" - ], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "violation-events", - "title": "Violation DOM Events", - "number": "5.1" + "id": "reporting", + "title": "Reporting", + "number": "5" }, - "definedIn": "pre" + "definedIn": "prose" }, { - "id": "dom-securitypolicyviolationevent-securitypolicyviolationevent-type-eventinitdict-eventinitdict", - "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-securitypolicyviolationevent-type-eventinitdict-eventinitdict", + "id": "cspviolationreportbody", + "href": "https://www.w3.org/TR/CSP3/#cspviolationreportbody", "linkingText": [ - "eventInitDict" + "CSPViolationReportBody" ], "localLinkingText": [], - "type": "argument", - "for": [ - "SecurityPolicyViolationEvent/SecurityPolicyViolationEvent(type, eventInitDict)" - ], + "type": "interface", + "for": [], "access": "public", "informative": false, "heading": { - "id": "violation-events", - "title": "Violation DOM Events", - "number": "5.1" + "id": "reporting", + "title": "Reporting", + "number": "5" }, "definedIn": "pre" }, { - "id": "securitypolicyviolationevent", - "href": "https://www.w3.org/TR/CSP3/#securitypolicyviolationevent", + "id": "dom-cspviolationreportbody-documenturl", + "href": "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-documenturl", "linkingText": [ - "SecurityPolicyViolationEvent" + "documentURL" ], "localLinkingText": [], - "type": "interface", - "for": [], + "type": "attribute", + "for": [ + "CSPViolationReportBody" + ], "access": "public", "informative": false, "heading": { - "id": "violation-events", - "title": "Violation DOM Events", - "number": "5.1" + "id": "reporting", + "title": "Reporting", + "number": "5" }, "definedIn": "pre" }, { - "id": "dom-securitypolicyviolationevent-documenturi", - "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-documenturi", + "id": "dom-cspviolationreportbody-referrer", + "href": "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-referrer", "linkingText": [ - "documentURI" + "referrer" ], "localLinkingText": [], "type": "attribute", "for": [ - "SecurityPolicyViolationEvent" + "CSPViolationReportBody" ], "access": "public", "informative": false, "heading": { - "id": "violation-events", - "title": "Violation DOM Events", - "number": "5.1" + "id": "reporting", + "title": "Reporting", + "number": "5" }, "definedIn": "pre" }, { - "id": "dom-securitypolicyviolationevent-referrer", - "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-referrer", + "id": "dom-cspviolationreportbody-blockedurl", + "href": "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-blockedurl", "linkingText": [ - "referrer" + "blockedURL" ], "localLinkingText": [], "type": "attribute", "for": [ - "SecurityPolicyViolationEvent" + "CSPViolationReportBody" ], "access": "public", "informative": false, "heading": { - "id": "violation-events", - "title": "Violation DOM Events", - "number": "5.1" + "id": "reporting", + "title": "Reporting", + "number": "5" }, "definedIn": "pre" }, { - "id": "dom-securitypolicyviolationevent-blockeduri", - "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-blockeduri", + "id": "dom-cspviolationreportbody-effectivedirective", + "href": "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-effectivedirective", "linkingText": [ - "blockedURI" + "effectiveDirective" ], "localLinkingText": [], "type": "attribute", "for": [ - "SecurityPolicyViolationEvent" + "CSPViolationReportBody" ], "access": "public", "informative": false, "heading": { - "id": "violation-events", - "title": "Violation DOM Events", - "number": "5.1" + "id": "reporting", + "title": "Reporting", + "number": "5" }, "definedIn": "pre" }, { - "id": "dom-securitypolicyviolationevent-violateddirective", - "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-violateddirective", + "id": "dom-cspviolationreportbody-originalpolicy", + "href": "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-originalpolicy", "linkingText": [ - "violatedDirective" + "originalPolicy" ], "localLinkingText": [], "type": "attribute", "for": [ - "SecurityPolicyViolationEvent" + "CSPViolationReportBody" ], "access": "public", "informative": false, "heading": { - "id": "violation-events", - "title": "Violation DOM Events", - "number": "5.1" + "id": "reporting", + "title": "Reporting", + "number": "5" }, "definedIn": "pre" }, { - "id": "dom-securitypolicyviolationevent-effectivedirective", - "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-effectivedirective", + "id": "dom-cspviolationreportbody-sourcefile", + "href": "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-sourcefile", "linkingText": [ - "effectiveDirective" + "sourceFile" ], "localLinkingText": [], "type": "attribute", "for": [ - "SecurityPolicyViolationEvent" + "CSPViolationReportBody" ], "access": "public", "informative": false, "heading": { - "id": "violation-events", - "title": "Violation DOM Events", - "number": "5.1" + "id": "reporting", + "title": "Reporting", + "number": "5" }, "definedIn": "pre" }, { - "id": "dom-securitypolicyviolationevent-originalpolicy", - "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-originalpolicy", + "id": "dom-cspviolationreportbody-sample", + "href": "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-sample", "linkingText": [ - "originalPolicy" + "sample" ], "localLinkingText": [], "type": "attribute", "for": [ - "SecurityPolicyViolationEvent" + "CSPViolationReportBody" ], "access": "public", "informative": false, "heading": { - "id": "violation-events", - "title": "Violation DOM Events", - "number": "5.1" + "id": "reporting", + "title": "Reporting", + "number": "5" }, "definedIn": "pre" }, { - "id": "dom-securitypolicyviolationevent-sourcefile", - "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-sourcefile", + "id": "dom-cspviolationreportbody-disposition", + "href": "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-disposition", "linkingText": [ - "sourceFile" + "disposition" ], "localLinkingText": [], "type": "attribute", "for": [ - "SecurityPolicyViolationEvent" + "CSPViolationReportBody" ], "access": "public", "informative": false, "heading": { - "id": "violation-events", - "title": "Violation DOM Events", - "number": "5.1" + "id": "reporting", + "title": "Reporting", + "number": "5" + }, + "definedIn": "pre" + }, + { + "id": "dom-cspviolationreportbody-statuscode", + "href": "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-statuscode", + "linkingText": [ + "statusCode" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSPViolationReportBody" + ], + "access": "public", + "informative": false, + "heading": { + "id": "reporting", + "title": "Reporting", + "number": "5" + }, + "definedIn": "pre" + }, + { + "id": "dom-cspviolationreportbody-linenumber", + "href": "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-linenumber", + "linkingText": [ + "lineNumber" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSPViolationReportBody" + ], + "access": "public", + "informative": false, + "heading": { + "id": "reporting", + "title": "Reporting", + "number": "5" + }, + "definedIn": "pre" + }, + { + "id": "dom-cspviolationreportbody-columnnumber", + "href": "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-columnnumber", + "linkingText": [ + "columnNumber" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSPViolationReportBody" + ], + "access": "public", + "informative": false, + "heading": { + "id": "reporting", + "title": "Reporting", + "number": "5" + }, + "definedIn": "pre" + }, + { + "id": "enumdef-securitypolicyviolationeventdisposition", + "href": "https://www.w3.org/TR/CSP3/#enumdef-securitypolicyviolationeventdisposition", + "linkingText": [ + "SecurityPolicyViolationEventDisposition" + ], + "localLinkingText": [], + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "violation-events", + "title": "Violation DOM Events", + "number": "5.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-securitypolicyviolationeventdisposition-enforce", + "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationeventdisposition-enforce", + "linkingText": [ + "\"enforce\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "SecurityPolicyViolationEventDisposition" + ], + "access": "public", + "informative": false, + "heading": { + "id": "violation-events", + "title": "Violation DOM Events", + "number": "5.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-securitypolicyviolationeventdisposition-report", + "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationeventdisposition-report", + "linkingText": [ + "\"report\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "SecurityPolicyViolationEventDisposition" + ], + "access": "public", + "informative": false, + "heading": { + "id": "violation-events", + "title": "Violation DOM Events", + "number": "5.1" + }, + "definedIn": "pre" + }, + { + "id": "securitypolicyviolationevent", + "href": "https://www.w3.org/TR/CSP3/#securitypolicyviolationevent", + "linkingText": [ + "SecurityPolicyViolationEvent" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "violation-events", + "title": "Violation DOM Events", + "number": "5.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-securitypolicyviolationevent-securitypolicyviolationevent", + "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-securitypolicyviolationevent", + "linkingText": [ + "SecurityPolicyViolationEvent(type, eventInitDict)", + "constructor(type, eventInitDict)", + "SecurityPolicyViolationEvent(type)", + "constructor(type)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "SecurityPolicyViolationEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "violation-events", + "title": "Violation DOM Events", + "number": "5.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-securitypolicyviolationevent-securitypolicyviolationevent-type-eventinitdict-type", + "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-securitypolicyviolationevent-type-eventinitdict-type", + "linkingText": [ + "type" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "SecurityPolicyViolationEvent/SecurityPolicyViolationEvent(type, eventInitDict)", + "SecurityPolicyViolationEvent/constructor(type, eventInitDict)", + "SecurityPolicyViolationEvent/SecurityPolicyViolationEvent(type)", + "SecurityPolicyViolationEvent/constructor(type)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "violation-events", + "title": "Violation DOM Events", + "number": "5.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-securitypolicyviolationevent-securitypolicyviolationevent-type-eventinitdict-eventinitdict", + "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-securitypolicyviolationevent-type-eventinitdict-eventinitdict", + "linkingText": [ + "eventInitDict" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "SecurityPolicyViolationEvent/SecurityPolicyViolationEvent(type, eventInitDict)", + "SecurityPolicyViolationEvent/constructor(type, eventInitDict)", + "SecurityPolicyViolationEvent/SecurityPolicyViolationEvent(type)", + "SecurityPolicyViolationEvent/constructor(type)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "violation-events", + "title": "Violation DOM Events", + "number": "5.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-securitypolicyviolationevent-documenturl", + "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-documenturl", + "linkingText": [ + "documentURL" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "SecurityPolicyViolationEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "violation-events", + "title": "Violation DOM Events", + "number": "5.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-securitypolicyviolationevent-referrer", + "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-referrer", + "linkingText": [ + "referrer" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "SecurityPolicyViolationEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "violation-events", + "title": "Violation DOM Events", + "number": "5.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-securitypolicyviolationevent-blockedurl", + "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-blockedurl", + "linkingText": [ + "blockedURL" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "SecurityPolicyViolationEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "violation-events", + "title": "Violation DOM Events", + "number": "5.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-securitypolicyviolationevent-effectivedirective", + "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-effectivedirective", + "linkingText": [ + "effectiveDirective" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "SecurityPolicyViolationEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "violation-events", + "title": "Violation DOM Events", + "number": "5.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-securitypolicyviolationevent-originalpolicy", + "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-originalpolicy", + "linkingText": [ + "originalPolicy" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "SecurityPolicyViolationEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "violation-events", + "title": "Violation DOM Events", + "number": "5.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-securitypolicyviolationevent-sourcefile", + "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-sourcefile", + "linkingText": [ + "sourceFile" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "SecurityPolicyViolationEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "violation-events", + "title": "Violation DOM Events", + "number": "5.1" }, "definedIn": "pre" }, @@ -1764,10 +2172,10 @@ "definedIn": "pre" }, { - "id": "dom-securitypolicyviolationevent-linenumber", - "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-linenumber", + "id": "dom-securitypolicyviolationevent-lineno", + "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-lineno", "linkingText": [ - "lineNumber" + "lineno" ], "localLinkingText": [], "type": "attribute", @@ -1784,10 +2192,10 @@ "definedIn": "pre" }, { - "id": "dom-securitypolicyviolationevent-columnnumber", - "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-columnnumber", + "id": "dom-securitypolicyviolationevent-colno", + "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-colno", "linkingText": [ - "columnNumber" + "colno" ], "localLinkingText": [], "type": "attribute", @@ -1822,10 +2230,10 @@ "definedIn": "pre" }, { - "id": "dom-securitypolicyviolationeventinit-documenturi", - "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationeventinit-documenturi", + "id": "dom-securitypolicyviolationeventinit-documenturl", + "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationeventinit-documenturl", "linkingText": [ - "documentURI" + "documentURL" ], "localLinkingText": [], "type": "dict-member", @@ -1862,30 +2270,10 @@ "definedIn": "pre" }, { - "id": "dom-securitypolicyviolationeventinit-blockeduri", - "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationeventinit-blockeduri", + "id": "dom-securitypolicyviolationeventinit-blockedurl", + "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationeventinit-blockedurl", "linkingText": [ - "blockedURI" - ], - "localLinkingText": [], - "type": "dict-member", - "for": [ - "SecurityPolicyViolationEventInit" - ], - "access": "public", - "informative": false, - "heading": { - "id": "violation-events", - "title": "Violation DOM Events", - "number": "5.1" - }, - "definedIn": "pre" - }, - { - "id": "dom-securitypolicyviolationeventinit-violateddirective", - "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationeventinit-violateddirective", - "linkingText": [ - "violatedDirective" + "blockedURL" ], "localLinkingText": [], "type": "dict-member", @@ -2022,10 +2410,10 @@ "definedIn": "pre" }, { - "id": "dom-securitypolicyviolationeventinit-linenumber", - "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationeventinit-linenumber", + "id": "dom-securitypolicyviolationeventinit-lineno", + "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationeventinit-lineno", "linkingText": [ - "lineNumber" + "lineno" ], "localLinkingText": [], "type": "dict-member", @@ -2042,10 +2430,10 @@ "definedIn": "pre" }, { - "id": "dom-securitypolicyviolationeventinit-columnnumber", - "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationeventinit-columnnumber", + "id": "dom-securitypolicyviolationeventinit-colno", + "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationeventinit-colno", "linkingText": [ - "columnNumber" + "colno" ], "localLinkingText": [], "type": "dict-member", @@ -2061,6 +2449,106 @@ }, "definedIn": "pre" }, + { + "id": "dom-securitypolicyviolationevent-documenturi", + "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-documenturi", + "linkingText": [ + "documentURI" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "SecurityPolicyViolationEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "violation-events", + "title": "Violation DOM Events", + "number": "5.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-securitypolicyviolationevent-blockeduri", + "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-blockeduri", + "linkingText": [ + "blockedURI" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "SecurityPolicyViolationEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "violation-events", + "title": "Violation DOM Events", + "number": "5.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-securitypolicyviolationevent-violateddirective", + "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-violateddirective", + "linkingText": [ + "violatedDirective" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "SecurityPolicyViolationEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "violation-events", + "title": "Violation DOM Events", + "number": "5.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-securitypolicyviolationevent-linenumber", + "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-linenumber", + "linkingText": [ + "lineNumber" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "SecurityPolicyViolationEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "violation-events", + "title": "Violation DOM Events", + "number": "5.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-securitypolicyviolationevent-columnnumber", + "href": "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationevent-columnnumber", + "linkingText": [ + "columnNumber" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "SecurityPolicyViolationEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "violation-events", + "title": "Violation DOM Events", + "number": "5.1" + }, + "definedIn": "prose" + }, { "id": "fetch-directives", "href": "https://www.w3.org/TR/CSP3/#fetch-directives", @@ -2224,10 +2712,10 @@ "definedIn": "prose" }, { - "id": "prefetch-src", - "href": "https://www.w3.org/TR/CSP3/#prefetch-src", + "id": "object-src", + "href": "https://www.w3.org/TR/CSP3/#object-src", "linkingText": [ - "prefetch-src" + "object-src" ], "localLinkingText": [], "type": "dfn", @@ -2235,17 +2723,17 @@ "access": "public", "informative": false, "heading": { - "id": "directive-prefetch-src", - "title": "prefetch-src", + "id": "directive-object-src", + "title": "object-src", "number": "6.1.9" }, "definedIn": "prose" }, { - "id": "object-src", - "href": "https://www.w3.org/TR/CSP3/#object-src", + "id": "prefetch-src", + "href": "https://www.w3.org/TR/CSP3/#prefetch-src", "linkingText": [ - "object-src" + "prefetch-src" ], "localLinkingText": [], "type": "dfn", @@ -2253,8 +2741,8 @@ "access": "public", "informative": false, "heading": { - "id": "directive-object-src", - "title": "object-src", + "id": "directive-prefetch-src", + "title": "prefetch-src", "number": "6.1.10" }, "definedIn": "prose" @@ -2404,10 +2892,10 @@ "definedIn": "prose" }, { - "id": "plugin-types", - "href": "https://www.w3.org/TR/CSP3/#plugin-types", + "id": "allow-base-for-document", + "href": "https://www.w3.org/TR/CSP3/#allow-base-for-document", "linkingText": [ - "plugin-types" + "Is base allowed for document?" ], "localLinkingText": [], "type": "dfn", @@ -2415,81 +2903,9 @@ "access": "public", "informative": false, "heading": { - "id": "directive-plugin-types", - "title": "plugin-types", - "number": "6.2.2" - }, - "definedIn": "prose" - }, - { - "id": "grammardef-media-type-list", - "href": "https://www.w3.org/TR/CSP3/#grammardef-media-type-list", - "linkingText": [ - "media-type-list" - ], - "localLinkingText": [], - "type": "grammar", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "directive-plugin-types", - "title": "plugin-types", - "number": "6.2.2" - }, - "definedIn": "pre" - }, - { - "id": "grammardef-media-type", - "href": "https://www.w3.org/TR/CSP3/#grammardef-media-type", - "linkingText": [ - "media-type" - ], - "localLinkingText": [], - "type": "grammar", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "directive-plugin-types", - "title": "plugin-types", - "number": "6.2.2" - }, - "definedIn": "pre" - }, - { - "id": "plugin-types-post-request-check", - "href": "https://www.w3.org/TR/CSP3/#plugin-types-post-request-check", - "linkingText": [ - "plugin-types Post-Request Check" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "plugin-types-post-request-check", - "title": "plugin-types Post-Request Check", - "number": "6.2.2.1" - }, - "definedIn": "heading" - }, - { - "id": "should-plugin-element-be-blocked-a-priori-by-content-security-policy", - "href": "https://www.w3.org/TR/CSP3/#should-plugin-element-be-blocked-a-priori-by-content-security-policy", - "linkingText": [ - "Should plugin element be blocked a priori by Content Security Policy?:" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "should-plugin-element-be-blocked-a-priori-by-content-security-policy", - "title": "Should plugin element be blocked a priori by Content Security Policy?:", - "number": "6.2.2.2" + "id": "allow-base-for-document", + "title": "Is base allowed for document?", + "number": "6.2.1.1" }, "definedIn": "heading" }, @@ -2507,7 +2923,7 @@ "heading": { "id": "directive-sandbox", "title": "sandbox", - "number": "6.2.3" + "number": "6.2.2" }, "definedIn": "prose" }, diff --git a/tr/dfns/css-ruby-1.json b/tr/dfns/css-ruby-1.json index 8870e8f0f3c0..dcebdf5425fb 100644 --- a/tr/dfns/css-ruby-1.json +++ b/tr/dfns/css-ruby-1.json @@ -1,6 +1,6 @@ { "spec": { - "title": "CSS Ruby Layout Module Level 1", + "title": "CSS Ruby Annotation Layout Module Level 1", "url": "https://www.w3.org/TR/css-ruby-1/" }, "dfns": [ @@ -18,7 +18,7 @@ "heading": { "id": "ruby-def", "title": "What is ruby?", - "number": "1.4" + "number": "1.1" }, "definedIn": "prose" }, @@ -86,7 +86,9 @@ "href": "https://www.w3.org/TR/css-ruby-1/#ruby-base-box", "linkingText": [ "ruby base box", - "ruby base" + "ruby base", + "base", + "base box" ], "localLinkingText": [], "type": "dfn", @@ -126,7 +128,8 @@ "linkingText": [ "ruby annotation box", "ruby annotation", - "annotation" + "annotation", + "annotation box" ], "localLinkingText": [], "type": "dfn", @@ -167,7 +170,9 @@ "ruby base container box", "ruby base container" ], - "localLinkingText": [], + "localLinkingText": [ + "base container" + ], "type": "dfn", "for": [], "access": "public", @@ -206,7 +211,9 @@ "ruby annotation container box", "ruby annotation container" ], - "localLinkingText": [], + "localLinkingText": [ + "annotation container" + ], "type": "dfn", "for": [], "access": "public", @@ -417,6 +424,26 @@ }, "definedIn": "prose" }, + { + "id": "ruby-columns", + "href": "https://www.w3.org/TR/css-ruby-1/#ruby-columns", + "linkingText": [ + "ruby columns" + ], + "localLinkingText": [ + "column" + ], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "ruby-pairing", + "title": "Annotation Pairing", + "number": "2.3" + }, + "definedIn": "prose" + }, { "id": "ruby-segments", "href": "https://www.w3.org/TR/css-ruby-1/#ruby-segments", @@ -474,29 +501,33 @@ "definedIn": "prose" }, { - "id": "nested-ruby", - "href": "https://www.w3.org/TR/css-ruby-1/#nested-ruby", + "id": "hidden-annotation", + "href": "https://www.w3.org/TR/css-ruby-1/#hidden-annotation", "linkingText": [ - "nested ruby" + "hidden annotation", + "hidden ruby annotation", + "hide" + ], + "localLinkingText": [ + "hidden" ], - "localLinkingText": [], "type": "dfn", "for": [], "access": "private", "informative": false, "heading": { - "id": "nested-pairing", - "title": "Complex Spanning with Nested Ruby", - "number": "2.3.3" + "id": "hiding", + "title": "Hiding Annotations: visibility: collapse and auto-hidden ruby", + "number": "2.4" }, "definedIn": "prose" }, { - "id": "hidden-ruby-annotation", - "href": "https://www.w3.org/TR/css-ruby-1/#hidden-ruby-annotation", + "id": "auto-hidden", + "href": "https://www.w3.org/TR/css-ruby-1/#auto-hidden", "linkingText": [ - "hidden ruby annotation", - "hidden annotation" + "auto-hidden", + "auto-hide" ], "localLinkingText": [], "type": "dfn", @@ -504,8 +535,8 @@ "access": "private", "informative": false, "heading": { - "id": "autohide", - "title": "Autohiding Base-identical Annotations", + "id": "hiding", + "title": "Hiding Annotations: visibility: collapse and auto-hidden ruby", "number": "2.4" }, "definedIn": "prose" @@ -528,6 +559,26 @@ }, "definedIn": "table" }, + { + "id": "valdef-ruby-position-alternate", + "href": "https://www.w3.org/TR/css-ruby-1/#valdef-ruby-position-alternate", + "linkingText": [ + "alternate" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "ruby-position" + ], + "access": "public", + "informative": false, + "heading": { + "id": "rubypos", + "title": "Ruby Positioning: the ruby-position property", + "number": "4.1" + }, + "definedIn": "dt" + }, { "id": "valdef-ruby-position-over", "href": "https://www.w3.org/TR/css-ruby-1/#valdef-ruby-position-over", @@ -588,6 +639,48 @@ }, "definedIn": "dt" }, + { + "id": "ruby-position-inter-character-annotation", + "href": "https://www.w3.org/TR/css-ruby-1/#ruby-position-inter-character-annotation", + "linkingText": [ + "inter-character annotation" + ], + "localLinkingText": [ + "inter-character" + ], + "type": "dfn", + "for": [ + "ruby-position" + ], + "access": "private", + "informative": false, + "heading": { + "id": "rubypos", + "title": "Ruby Positioning: the ruby-position property", + "number": "4.1" + }, + "definedIn": "prose" + }, + { + "id": "interlinear-annotations", + "href": "https://www.w3.org/TR/css-ruby-1/#interlinear-annotations", + "linkingText": [ + "interlinear annotations" + ], + "localLinkingText": [ + "interlinear" + ], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "rubypos", + "title": "Ruby Positioning: the ruby-position property", + "number": "4.1" + }, + "definedIn": "prose" + }, { "id": "propdef-ruby-merge", "href": "https://www.w3.org/TR/css-ruby-1/#propdef-ruby-merge", @@ -607,10 +700,11 @@ "definedIn": "table" }, { - "id": "collapsed-annotation", - "href": "https://www.w3.org/TR/css-ruby-1/#collapsed-annotation", + "id": "merged-annotation", + "href": "https://www.w3.org/TR/css-ruby-1/#merged-annotation", "linkingText": [ - "collapsed annotation" + "merged annotation", + "merged" ], "localLinkingText": [], "type": "dfn", @@ -645,10 +739,10 @@ "definedIn": "dt" }, { - "id": "valdef-ruby-merge-collapse", - "href": "https://www.w3.org/TR/css-ruby-1/#valdef-ruby-merge-collapse", + "id": "valdef-ruby-merge-merge", + "href": "https://www.w3.org/TR/css-ruby-1/#valdef-ruby-merge-merge", "linkingText": [ - "collapse" + "merge" ], "localLinkingText": [], "type": "value", diff --git a/tr/dfns/css-scroll-snap-1.json b/tr/dfns/css-scroll-snap-1.json index def88c2e1b09..4d9e69ba0618 100644 --- a/tr/dfns/css-scroll-snap-1.json +++ b/tr/dfns/css-scroll-snap-1.json @@ -15,7 +15,7 @@ ], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "overview", @@ -25,17 +25,17 @@ "definedIn": "prose" }, { - "id": "snap", - "href": "https://www.w3.org/TR/css-scroll-snap-1/#snap", + "id": "scroll-snap", + "href": "https://www.w3.org/TR/css-scroll-snap-1/#scroll-snap", "linkingText": [ - "snap", - "snapping", - "snapped" + "scroll snap" + ], + "localLinkingText": [ + "snap" ], - "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "overview", @@ -296,6 +296,24 @@ }, "definedIn": "prose" }, + { + "id": "re-snap", + "href": "https://www.w3.org/TR/css-scroll-snap-1/#re-snap", + "linkingText": [ + "re-snap" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "re-snap", + "title": "Re-snapping After Layout Changes", + "number": "4.1.3" + }, + "definedIn": "heading" + }, { "id": "propdef-scroll-padding", "href": "https://www.w3.org/TR/css-scroll-snap-1/#propdef-scroll-padding", @@ -395,7 +413,7 @@ ], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "scroll-padding", @@ -433,7 +451,7 @@ ], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "scroll-margin", diff --git a/tr/dfns/dom.json b/tr/dfns/dom.json index ca12bb19f2dc..88af30b3f966 100644 --- a/tr/dfns/dom.json +++ b/tr/dfns/dom.json @@ -3049,6 +3049,26 @@ }, "definedIn": "prose" }, + { + "id": "dom-abortsignal-abort", + "href": "https://dom.spec.whatwg.org/#dom-abortsignal-abort", + "linkingText": [ + "abort()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "AbortSignal" + ], + "access": "public", + "informative": false, + "heading": { + "id": "interface-AbortSignal", + "title": "Interface AbortSignal", + "number": "3.2" + }, + "definedIn": "prose" + }, { "id": "dom-abortsignal-aborted", "href": "https://dom.spec.whatwg.org/#dom-abortsignal-aborted", diff --git a/tr/dfns/fetch-metadata.json b/tr/dfns/fetch-metadata.json index fc66e9c5ca00..e0127463b07a 100644 --- a/tr/dfns/fetch-metadata.json +++ b/tr/dfns/fetch-metadata.json @@ -167,10 +167,10 @@ "definedIn": "prose" }, { - "id": "request-user-activation-flag", - "href": "https://www.w3.org/TR/fetch-metadata/#request-user-activation-flag", + "id": "request-user-activation", + "href": "https://www.w3.org/TR/fetch-metadata/#request-user-activation", "linkingText": [ - "user activation flag" + "user activation" ], "localLinkingText": [], "type": "dfn", @@ -187,10 +187,10 @@ "definedIn": "prose" }, { - "id": "abstract-opdef-set-the-fetch-metadata-headers-for-a-request", - "href": "https://www.w3.org/TR/fetch-metadata/#abstract-opdef-set-the-fetch-metadata-headers-for-a-request", + "id": "abstract-opdef-append-the-fetch-metadata-headers-for-a-request", + "href": "https://www.w3.org/TR/fetch-metadata/#abstract-opdef-append-the-fetch-metadata-headers-for-a-request", "linkingText": [ - "set the Fetch metadata headers for a request" + "append the Fetch metadata headers for a request" ], "localLinkingText": [], "type": "abstract-op", diff --git a/tr/dfns/fetch.json b/tr/dfns/fetch.json index a8bd42fb1d56..4b6f05e3c992 100644 --- a/tr/dfns/fetch.json +++ b/tr/dfns/fetch.json @@ -1150,10 +1150,10 @@ "definedIn": "prose" }, { - "id": "concept-body-total-bytes", - "href": "https://fetch.spec.whatwg.org/#concept-body-total-bytes", + "id": "concept-body-source", + "href": "https://fetch.spec.whatwg.org/#concept-body-source", "linkingText": [ - "total bytes" + "source" ], "localLinkingText": [], "type": "dfn", @@ -1170,10 +1170,10 @@ "definedIn": "prose" }, { - "id": "concept-body-source", - "href": "https://fetch.spec.whatwg.org/#concept-body-source", + "id": "concept-body-total-bytes", + "href": "https://fetch.spec.whatwg.org/#concept-body-total-bytes", "linkingText": [ - "source" + "length" ], "localLinkingText": [], "type": "dfn", diff --git a/tr/dfns/gpuweb.json b/tr/dfns/gpuweb.json index 9664fe5cba42..e222432d2d2f 100644 --- a/tr/dfns/gpuweb.json +++ b/tr/dfns/gpuweb.json @@ -14088,6 +14088,46 @@ }, "definedIn": "dt" }, + { + "id": "dom-gpurenderpassencoder-occlusion_query_set-slot", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpurenderpassencoder-occlusion_query_set-slot", + "linkingText": [ + "[[occlusion_query_set]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "GPURenderPassEncoder" + ], + "access": "public", + "informative": false, + "heading": { + "id": "render-pass-encoder", + "title": "GPURenderPassEncoder", + "number": "15.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-gpurenderpassencoder-occlusion_query_active-slot", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpurenderpassencoder-occlusion_query_active-slot", + "linkingText": [ + "[[occlusion_query_active]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "GPURenderPassEncoder" + ], + "access": "public", + "informative": false, + "heading": { + "id": "render-pass-encoder", + "title": "GPURenderPassEncoder", + "number": "15.1" + }, + "definedIn": "dt" + }, { "id": "dictdef-gpurenderpassdescriptor", "href": "https://gpuweb.github.io/gpuweb/#dictdef-gpurenderpassdescriptor", @@ -14536,7 +14576,7 @@ "title": "Load & Store Operations", "number": "15.1.1.3" }, - "definedIn": "pre" + "definedIn": "dt" }, { "id": "enumdef-gpustoreop", @@ -16681,7 +16721,7 @@ "heading": { "id": "pipeline-statistics", "title": "Pipeline Statistics Query", - "number": "18.3" + "number": "18.4" }, "definedIn": "pre" }, @@ -16701,7 +16741,7 @@ "heading": { "id": "pipeline-statistics", "title": "Pipeline Statistics Query", - "number": "18.3" + "number": "18.4" }, "definedIn": "pre" }, @@ -16721,7 +16761,7 @@ "heading": { "id": "pipeline-statistics", "title": "Pipeline Statistics Query", - "number": "18.3" + "number": "18.4" }, "definedIn": "pre" }, @@ -16741,7 +16781,7 @@ "heading": { "id": "pipeline-statistics", "title": "Pipeline Statistics Query", - "number": "18.3" + "number": "18.4" }, "definedIn": "pre" }, @@ -16761,7 +16801,7 @@ "heading": { "id": "pipeline-statistics", "title": "Pipeline Statistics Query", - "number": "18.3" + "number": "18.4" }, "definedIn": "pre" }, @@ -16781,7 +16821,7 @@ "heading": { "id": "pipeline-statistics", "title": "Pipeline Statistics Query", - "number": "18.3" + "number": "18.4" }, "definedIn": "pre" }, @@ -16797,8 +16837,9 @@ "access": "public", "informative": false, "heading": { - "id": "canvas-rendering", - "title": "19. Canvas Rendering & Swap Chains" + "id": "canvas-context", + "title": "GPUCanvasContext", + "number": "19.2" }, "definedIn": "pre" }, @@ -16816,8 +16857,9 @@ "access": "public", "informative": false, "heading": { - "id": "canvas-rendering", - "title": "19. Canvas Rendering & Swap Chains" + "id": "canvas-context", + "title": "GPUCanvasContext", + "number": "19.2" }, "definedIn": "dt" }, @@ -16835,8 +16877,9 @@ "access": "public", "informative": false, "heading": { - "id": "canvas-rendering", - "title": "19. Canvas Rendering & Swap Chains" + "id": "canvas-context", + "title": "GPUCanvasContext", + "number": "19.2" }, "definedIn": "dt" }, @@ -16854,8 +16897,9 @@ "access": "public", "informative": false, "heading": { - "id": "canvas-rendering", - "title": "19. Canvas Rendering & Swap Chains" + "id": "canvas-context", + "title": "GPUCanvasContext", + "number": "19.2" }, "definedIn": "table" }, @@ -16873,8 +16917,9 @@ "access": "public", "informative": false, "heading": { - "id": "canvas-rendering", - "title": "19. Canvas Rendering & Swap Chains" + "id": "canvas-context", + "title": "GPUCanvasContext", + "number": "19.2" }, "definedIn": "dt" }, @@ -16892,8 +16937,9 @@ "access": "public", "informative": false, "heading": { - "id": "canvas-rendering", - "title": "19. Canvas Rendering & Swap Chains" + "id": "canvas-context", + "title": "GPUCanvasContext", + "number": "19.2" }, "definedIn": "table" }, @@ -16909,8 +16955,9 @@ "access": "private", "informative": false, "heading": { - "id": "canvas-rendering", - "title": "19. Canvas Rendering & Swap Chains" + "id": "swapchain-descriptor", + "title": "GPUSwapChainDescriptor", + "number": "19.3" }, "definedIn": "prose" }, @@ -16926,8 +16973,9 @@ "access": "public", "informative": false, "heading": { - "id": "canvas-rendering", - "title": "19. Canvas Rendering & Swap Chains" + "id": "swapchain-descriptor", + "title": "GPUSwapChainDescriptor", + "number": "19.3" }, "definedIn": "pre" }, @@ -16945,8 +16993,9 @@ "access": "public", "informative": false, "heading": { - "id": "canvas-rendering", - "title": "19. Canvas Rendering & Swap Chains" + "id": "swapchain-descriptor", + "title": "GPUSwapChainDescriptor", + "number": "19.3" }, "definedIn": "pre" }, @@ -16964,8 +17013,9 @@ "access": "public", "informative": false, "heading": { - "id": "canvas-rendering", - "title": "19. Canvas Rendering & Swap Chains" + "id": "swapchain-descriptor", + "title": "GPUSwapChainDescriptor", + "number": "19.3" }, "definedIn": "pre" }, @@ -16983,8 +17033,9 @@ "access": "public", "informative": false, "heading": { - "id": "canvas-rendering", - "title": "19. Canvas Rendering & Swap Chains" + "id": "swapchain-descriptor", + "title": "GPUSwapChainDescriptor", + "number": "19.3" }, "definedIn": "pre" }, @@ -17000,8 +17051,9 @@ "access": "public", "informative": false, "heading": { - "id": "canvas-rendering", - "title": "19. Canvas Rendering & Swap Chains" + "id": "swapchain", + "title": "GPUSwapChain", + "number": "19.4" }, "definedIn": "pre" }, @@ -17019,8 +17071,9 @@ "access": "public", "informative": false, "heading": { - "id": "canvas-rendering", - "title": "19. Canvas Rendering & Swap Chains" + "id": "swapchain", + "title": "GPUSwapChain", + "number": "19.4" }, "definedIn": "dt" }, @@ -17038,8 +17091,9 @@ "access": "public", "informative": false, "heading": { - "id": "canvas-rendering", - "title": "19. Canvas Rendering & Swap Chains" + "id": "swapchain", + "title": "GPUSwapChain", + "number": "19.4" }, "definedIn": "dt" }, @@ -17057,8 +17111,9 @@ "access": "public", "informative": false, "heading": { - "id": "canvas-rendering", - "title": "19. Canvas Rendering & Swap Chains" + "id": "swapchain", + "title": "GPUSwapChain", + "number": "19.4" }, "definedIn": "dt" }, @@ -17076,8 +17131,9 @@ "access": "public", "informative": false, "heading": { - "id": "canvas-rendering", - "title": "19. Canvas Rendering & Swap Chains" + "id": "swapchain", + "title": "GPUSwapChain", + "number": "19.4" }, "definedIn": "dt" }, @@ -17093,8 +17149,9 @@ "access": "public", "informative": false, "heading": { - "id": "canvas-rendering", - "title": "19. Canvas Rendering & Swap Chains" + "id": "swapchain", + "title": "GPUSwapChain", + "number": "19.4" }, "definedIn": "prose" }, @@ -17110,8 +17167,9 @@ "access": "public", "informative": false, "heading": { - "id": "canvas-rendering", - "title": "19. Canvas Rendering & Swap Chains" + "id": "swapchain", + "title": "GPUSwapChain", + "number": "19.4" }, "definedIn": "prose" }, diff --git a/tr/dfns/html-aria.json b/tr/dfns/html-aria.json index e0dea35dc34f..098f68164861 100644 --- a/tr/dfns/html-aria.json +++ b/tr/dfns/html-aria.json @@ -16,8 +16,8 @@ "access": "private", "informative": false, "heading": { - "id": "developer-requirements-for-use-of-aria-in-html", - "title": "Developer requirements for use of ARIA in HTML", + "id": "author-requirements-for-use-of-aria-in-html", + "title": "Author requirements for use of ARIA in HTML", "number": "1" }, "definedIn": "prose" @@ -34,8 +34,8 @@ "access": "private", "informative": false, "heading": { - "id": "developer-requirements-for-use-of-aria-in-html", - "title": "Developer requirements for use of ARIA in HTML", + "id": "author-requirements-for-use-of-aria-in-html", + "title": "Author requirements for use of ARIA in HTML", "number": "1" }, "definedIn": "prose" @@ -52,8 +52,8 @@ "access": "private", "informative": false, "heading": { - "id": "developer-requirements-for-use-of-aria-in-html", - "title": "Developer requirements for use of ARIA in HTML", + "id": "author-requirements-for-use-of-aria-in-html", + "title": "Author requirements for use of ARIA in HTML", "number": "1" }, "definedIn": "prose" diff --git a/tr/dfns/html.json b/tr/dfns/html.json index 53e4c7bbbadd..29799adcad4d 100644 --- a/tr/dfns/html.json +++ b/tr/dfns/html.json @@ -10631,8 +10631,8 @@ "definedIn": "prose" }, { - "id": "dom-event-target", - "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#dom-event-target", + "id": "concept-event-target", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-event-target", "linkingText": [ "target" ], @@ -22869,7 +22869,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "metadata-content", @@ -22905,7 +22905,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "sectioning-content", @@ -22923,7 +22923,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "heading-content", @@ -22941,7 +22941,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "phrasing-content", @@ -22977,7 +22977,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "embedded-content-2", @@ -23013,7 +23013,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "interactive-content", @@ -23031,7 +23031,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "palpable-content", @@ -28741,7 +28741,7 @@ "id": "following-hyperlinks-2", "href": "https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks-2", "linkingText": [ - "follows a hyperlink" + "follow the hyperlink" ], "localLinkingText": [], "type": "dfn", @@ -28777,7 +28777,7 @@ "id": "downloading-hyperlinks", "href": "https://html.spec.whatwg.org/multipage/links.html#downloading-hyperlinks", "linkingText": [ - "downloads a hyperlink" + "download the hyperlink" ], "localLinkingText": [], "type": "dfn", @@ -29025,24 +29025,6 @@ }, "definedIn": "heading" }, - { - "id": "link-type-manifest", - "href": "https://html.spec.whatwg.org/multipage/links.html#link-type-manifest", - "linkingText": [ - "manifest" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "link-type-manifest", - "title": "Link type \"manifest\"", - "number": "4.6.6.10" - }, - "definedIn": "heading" - }, { "id": "link-type-modulepreload", "href": "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload", diff --git a/tr/dfns/trusted-types.json b/tr/dfns/trusted-types.json index cbba9496c781..5604a0ead55b 100644 --- a/tr/dfns/trusted-types.json +++ b/tr/dfns/trusted-types.json @@ -1492,6 +1492,24 @@ }, "definedIn": "pre" }, + { + "id": "StringContext", + "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#StringContext", + "linkingText": [ + "StringContext" + ], + "localLinkingText": [], + "type": "extended-attribute", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "StringContext", + "title": "[StringContext]", + "number": "4.2" + }, + "definedIn": "heading" + }, { "id": "related-construct", "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#related-construct", @@ -1504,9 +1522,9 @@ "access": "private", "informative": false, "heading": { - "id": "webidl-string-context-xattr", + "id": "StringContext", "title": "[StringContext]", - "number": "4.1.1" + "number": "4.2" }, "definedIn": "prose" }, @@ -1526,7 +1544,7 @@ "heading": { "id": "webidl-applicable-to-types", "title": "Extended attributes applicable to types", - "number": "4.1.2" + "number": "4.2.1" }, "definedIn": "prose" }, @@ -1544,7 +1562,7 @@ "heading": { "id": "webidl-validate-the-string-in-context", "title": "Validate the string in context", - "number": "4.1.4" + "number": "4.2.3" }, "definedIn": "prose" }, @@ -1564,7 +1582,7 @@ "heading": { "id": "integration-with-html", "title": "Integration with HTML", - "number": "4.2" + "number": "4.3" }, "definedIn": "prose" }, @@ -1584,7 +1602,7 @@ "heading": { "id": "extensions-to-the-windoworworkerglobalscope-interface", "title": "Extensions to the WindowOrWorkerGlobalScope interface", - "number": "4.2.1" + "number": "4.3.1" }, "definedIn": "pre" }, @@ -1605,7 +1623,7 @@ "heading": { "id": "extensions-to-the-document-interface", "title": "Extensions to the Document interface", - "number": "4.2.2" + "number": "4.3.2" }, "definedIn": "pre" }, @@ -1626,7 +1644,7 @@ "heading": { "id": "extensions-to-the-document-interface", "title": "Extensions to the Document interface", - "number": "4.2.2" + "number": "4.3.2" }, "definedIn": "pre" }, @@ -1647,7 +1665,7 @@ "heading": { "id": "extensions-to-the-document-interface", "title": "Extensions to the Document interface", - "number": "4.2.2" + "number": "4.3.2" }, "definedIn": "pre" }, @@ -1668,47 +1686,47 @@ "heading": { "id": "extensions-to-the-document-interface", "title": "Extensions to the Document interface", - "number": "4.2.2" + "number": "4.3.2" }, "definedIn": "pre" }, { - "id": "script-scripturl", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#script-scripturl", + "id": "dom-htmlscriptelement-scripturl-slot", + "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-htmlscriptelement-scripturl-slot", "linkingText": [ "[[ScriptURL]]" ], "localLinkingText": [], - "type": "dfn", + "type": "attribute", "for": [ - "script" + "HTMLScriptElement" ], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "slots-with-trusted-values", "title": "Slots with trusted values", - "number": "4.2.3.1" + "number": "4.3.3.1" }, "definedIn": "dt" }, { - "id": "script-scripttext", - "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#script-scripttext", + "id": "dom-htmlscriptelement-scripttext-slot", + "href": "https://w3c.github.io/webappsec-trusted-types/dist/spec/#dom-htmlscriptelement-scripttext-slot", "linkingText": [ "[[ScriptText]]" ], "localLinkingText": [], - "type": "dfn", + "type": "attribute", "for": [ - "script" + "HTMLScriptElement" ], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "slots-with-trusted-values", "title": "Slots with trusted values", - "number": "4.2.3.1" + "number": "4.3.3.1" }, "definedIn": "dt" }, @@ -1728,7 +1746,7 @@ "heading": { "id": "setting-slot-values", "title": "Setting slot values", - "number": "4.2.3.2" + "number": "4.3.3.2" }, "definedIn": "pre" }, @@ -1748,7 +1766,7 @@ "heading": { "id": "setting-slot-values", "title": "Setting slot values", - "number": "4.2.3.2" + "number": "4.3.3.2" }, "definedIn": "pre" }, @@ -1768,7 +1786,7 @@ "heading": { "id": "setting-slot-values", "title": "Setting slot values", - "number": "4.2.3.2" + "number": "4.3.3.2" }, "definedIn": "pre" }, @@ -1788,7 +1806,7 @@ "heading": { "id": "setting-slot-values", "title": "Setting slot values", - "number": "4.2.3.2" + "number": "4.3.3.2" }, "definedIn": "pre" }, @@ -1806,7 +1824,7 @@ "heading": { "id": "slot-value-verification", "title": "Slot value verification", - "number": "4.2.3.3" + "number": "4.3.3.3" }, "definedIn": "prose" }, @@ -1824,7 +1842,7 @@ "heading": { "id": "slot-value-verification", "title": "Slot value verification", - "number": "4.2.3.3" + "number": "4.3.3.3" }, "definedIn": "prose" }, @@ -1842,7 +1860,7 @@ "heading": { "id": "slot-value-verification", "title": "Slot value verification", - "number": "4.2.3.3" + "number": "4.3.3.3" }, "definedIn": "prose" }, @@ -1862,7 +1880,7 @@ "heading": { "id": "enforcement-in-sinks", "title": "Enforcement in element attributes", - "number": "4.2.4" + "number": "4.3.4" }, "definedIn": "pre" }, @@ -1882,7 +1900,7 @@ "heading": { "id": "enforcement-in-sinks", "title": "Enforcement in element attributes", - "number": "4.2.4" + "number": "4.3.4" }, "definedIn": "pre" }, @@ -1902,7 +1920,7 @@ "heading": { "id": "enforcement-in-sinks", "title": "Enforcement in element attributes", - "number": "4.2.4" + "number": "4.3.4" }, "definedIn": "pre" }, @@ -1922,7 +1940,7 @@ "heading": { "id": "enforcement-in-sinks", "title": "Enforcement in element attributes", - "number": "4.2.4" + "number": "4.3.4" }, "definedIn": "pre" }, @@ -1940,7 +1958,7 @@ "heading": { "id": "enforcement-in-timer-functions", "title": "Enforcement in timer functions", - "number": "4.2.5" + "number": "4.3.5" }, "definedIn": "pre" }, @@ -1962,7 +1980,7 @@ "heading": { "id": "enforcement-in-timer-functions", "title": "Enforcement in timer functions", - "number": "4.2.5" + "number": "4.3.5" }, "definedIn": "pre" }, @@ -1984,7 +2002,7 @@ "heading": { "id": "enforcement-in-timer-functions", "title": "Enforcement in timer functions", - "number": "4.2.5" + "number": "4.3.5" }, "definedIn": "pre" }, @@ -2006,7 +2024,7 @@ "heading": { "id": "enforcement-in-timer-functions", "title": "Enforcement in timer functions", - "number": "4.2.5" + "number": "4.3.5" }, "definedIn": "pre" }, @@ -2028,7 +2046,7 @@ "heading": { "id": "enforcement-in-timer-functions", "title": "Enforcement in timer functions", - "number": "4.2.5" + "number": "4.3.5" }, "definedIn": "pre" }, @@ -2050,7 +2068,7 @@ "heading": { "id": "enforcement-in-timer-functions", "title": "Enforcement in timer functions", - "number": "4.2.5" + "number": "4.3.5" }, "definedIn": "pre" }, @@ -2072,7 +2090,7 @@ "heading": { "id": "enforcement-in-timer-functions", "title": "Enforcement in timer functions", - "number": "4.2.5" + "number": "4.3.5" }, "definedIn": "pre" }, @@ -2094,7 +2112,7 @@ "heading": { "id": "enforcement-in-timer-functions", "title": "Enforcement in timer functions", - "number": "4.2.5" + "number": "4.3.5" }, "definedIn": "pre" }, @@ -2116,7 +2134,7 @@ "heading": { "id": "enforcement-in-timer-functions", "title": "Enforcement in timer functions", - "number": "4.2.5" + "number": "4.3.5" }, "definedIn": "pre" }, @@ -2139,7 +2157,7 @@ "heading": { "id": "html-workers", "title": "Web Workers", - "number": "4.2.8" + "number": "4.3.8" }, "definedIn": "pre" }, @@ -2162,7 +2180,7 @@ "heading": { "id": "html-workers", "title": "Web Workers", - "number": "4.2.8" + "number": "4.3.8" }, "definedIn": "pre" }, @@ -2185,7 +2203,7 @@ "heading": { "id": "html-workers", "title": "Web Workers", - "number": "4.2.8" + "number": "4.3.8" }, "definedIn": "pre" }, @@ -2208,7 +2226,7 @@ "heading": { "id": "html-workers", "title": "Web Workers", - "number": "4.2.8" + "number": "4.3.8" }, "definedIn": "pre" }, @@ -2231,7 +2249,7 @@ "heading": { "id": "html-workers", "title": "Web Workers", - "number": "4.2.8" + "number": "4.3.8" }, "definedIn": "pre" }, @@ -2254,7 +2272,7 @@ "heading": { "id": "html-workers", "title": "Web Workers", - "number": "4.2.8" + "number": "4.3.8" }, "definedIn": "pre" }, @@ -2275,7 +2293,7 @@ "heading": { "id": "html-workers", "title": "Web Workers", - "number": "4.2.8" + "number": "4.3.8" }, "definedIn": "pre" }, @@ -2296,7 +2314,7 @@ "heading": { "id": "html-workers", "title": "Web Workers", - "number": "4.2.8" + "number": "4.3.8" }, "definedIn": "pre" }, @@ -2317,7 +2335,7 @@ "heading": { "id": "sw-integration", "title": "Integration with Service Workers", - "number": "4.3" + "number": "4.4" }, "definedIn": "pre" }, @@ -2338,7 +2356,7 @@ "heading": { "id": "sw-integration", "title": "Integration with Service Workers", - "number": "4.3" + "number": "4.4" }, "definedIn": "pre" }, @@ -2359,7 +2377,7 @@ "heading": { "id": "sw-integration", "title": "Integration with Service Workers", - "number": "4.3" + "number": "4.4" }, "definedIn": "pre" }, @@ -2379,7 +2397,7 @@ "heading": { "id": "integration-with-svg", "title": "Integration with SVG", - "number": "4.4" + "number": "4.5" }, "definedIn": "pre" }, @@ -2397,7 +2415,7 @@ "heading": { "id": "integration-with-dom", "title": "Integration with DOM", - "number": "4.5" + "number": "4.6" }, "definedIn": "prose" }, @@ -2415,7 +2433,7 @@ "heading": { "id": "integration-with-dom", "title": "Integration with DOM", - "number": "4.5" + "number": "4.6" }, "definedIn": "prose" }, @@ -2435,7 +2453,7 @@ "heading": { "id": "integration-with-dom-parsing", "title": "Integration with DOM Parsing", - "number": "4.6" + "number": "4.7" }, "definedIn": "pre" }, @@ -2455,7 +2473,7 @@ "heading": { "id": "integration-with-dom-parsing", "title": "Integration with DOM Parsing", - "number": "4.6" + "number": "4.7" }, "definedIn": "pre" }, @@ -2475,7 +2493,7 @@ "heading": { "id": "integration-with-dom-parsing", "title": "Integration with DOM Parsing", - "number": "4.6" + "number": "4.7" }, "definedIn": "pre" }, @@ -2495,7 +2513,7 @@ "heading": { "id": "integration-with-dom-parsing", "title": "Integration with DOM Parsing", - "number": "4.6" + "number": "4.7" }, "definedIn": "pre" }, @@ -2515,7 +2533,7 @@ "heading": { "id": "integration-with-dom-parsing", "title": "Integration with DOM Parsing", - "number": "4.6" + "number": "4.7" }, "definedIn": "pre" }, @@ -2535,7 +2553,7 @@ "heading": { "id": "integration-with-dom-parsing", "title": "Integration with DOM Parsing", - "number": "4.6" + "number": "4.7" }, "definedIn": "pre" }, @@ -2555,7 +2573,7 @@ "heading": { "id": "integration-with-dom-parsing", "title": "Integration with DOM Parsing", - "number": "4.6" + "number": "4.7" }, "definedIn": "pre" }, @@ -2573,7 +2591,7 @@ "heading": { "id": "integration-with-dom-parsing", "title": "Integration with DOM Parsing", - "number": "4.6" + "number": "4.7" }, "definedIn": "pre" }, @@ -2594,7 +2612,7 @@ "heading": { "id": "integration-with-dom-parsing", "title": "Integration with DOM Parsing", - "number": "4.6" + "number": "4.7" }, "definedIn": "pre" }, @@ -2614,7 +2632,7 @@ "heading": { "id": "integration-with-dom-parsing", "title": "Integration with DOM Parsing", - "number": "4.6" + "number": "4.7" }, "definedIn": "pre" }, @@ -2634,7 +2652,7 @@ "heading": { "id": "integration-with-dom-parsing", "title": "Integration with DOM Parsing", - "number": "4.6" + "number": "4.7" }, "definedIn": "pre" }, @@ -2654,7 +2672,7 @@ "heading": { "id": "integration-with-dom-parsing", "title": "Integration with DOM Parsing", - "number": "4.6" + "number": "4.7" }, "definedIn": "pre" }, @@ -2672,7 +2690,7 @@ "heading": { "id": "require-trusted-types-for-csp-directive", "title": "require-trusted-types-for directive", - "number": "4.7.1" + "number": "4.8.1" }, "definedIn": "heading" }, @@ -2690,7 +2708,7 @@ "heading": { "id": "require-trusted-types-for-csp-directive", "title": "require-trusted-types-for directive", - "number": "4.7.1" + "number": "4.8.1" }, "definedIn": "pre" }, @@ -2708,7 +2726,7 @@ "heading": { "id": "trusted-types-csp-directive", "title": "trusted-types directive", - "number": "4.7.2" + "number": "4.8.2" }, "definedIn": "heading" }, @@ -2726,7 +2744,7 @@ "heading": { "id": "trusted-types-csp-directive", "title": "trusted-types directive", - "number": "4.7.2" + "number": "4.8.2" }, "definedIn": "pre" }, @@ -2744,7 +2762,7 @@ "heading": { "id": "trusted-types-csp-directive", "title": "trusted-types directive", - "number": "4.7.2" + "number": "4.8.2" }, "definedIn": "pre" }, @@ -2762,7 +2780,7 @@ "heading": { "id": "trusted-types-csp-directive", "title": "trusted-types directive", - "number": "4.7.2" + "number": "4.8.2" }, "definedIn": "pre" }, @@ -2780,7 +2798,7 @@ "heading": { "id": "trusted-types-csp-directive", "title": "trusted-types directive", - "number": "4.7.2" + "number": "4.8.2" }, "definedIn": "pre" }, @@ -2798,7 +2816,7 @@ "heading": { "id": "trusted-types-csp-directive", "title": "trusted-types directive", - "number": "4.7.2" + "number": "4.8.2" }, "definedIn": "pre" }, @@ -2816,7 +2834,7 @@ "heading": { "id": "should-block-sink-type-mismatch", "title": "Should sink type mismatch violation be blocked by Content Security Policy?", - "number": "4.7.3" + "number": "4.8.3" }, "definedIn": "heading" }, @@ -2834,7 +2852,7 @@ "heading": { "id": "should-block-create-policy", "title": "Should Trusted Type policy creation be blocked by Content Security Policy?", - "number": "4.7.4" + "number": "4.8.4" }, "definedIn": "heading" } diff --git a/tr/dfns/webrtc-insertable-streams.json b/tr/dfns/webrtc-insertable-streams.json index fb107ddcdf58..44818cddb572 100644 --- a/tr/dfns/webrtc-insertable-streams.json +++ b/tr/dfns/webrtc-insertable-streams.json @@ -4,6 +4,64 @@ "url": "https://w3c.github.io/webrtc-insertable-streams/" }, "dfns": [ + { + "id": "dictdef-rtcinsertablestreams", + "href": "https://w3c.github.io/webrtc-insertable-streams/#dictdef-rtcinsertablestreams", + "linkingText": [ + "RTCInsertableStreams" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "specification", + "title": "Specification", + "number": "3" + }, + "definedIn": "pre" + }, + { + "id": "dom-rtcinsertablestreams-readable", + "href": "https://w3c.github.io/webrtc-insertable-streams/#dom-rtcinsertablestreams-readable", + "linkingText": [ + "readable" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "RTCInsertableStreams" + ], + "access": "public", + "informative": false, + "heading": { + "id": "specification", + "title": "Specification", + "number": "3" + }, + "definedIn": "pre" + }, + { + "id": "dom-rtcinsertablestreams-writable", + "href": "https://w3c.github.io/webrtc-insertable-streams/#dom-rtcinsertablestreams-writable", + "linkingText": [ + "writable" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "RTCInsertableStreams" + ], + "access": "public", + "informative": false, + "heading": { + "id": "specification", + "title": "Specification", + "number": "3" + }, + "definedIn": "pre" + }, { "id": "dom-rtcconfiguration-encodedinsertablestreams", "href": "https://w3c.github.io/webrtc-insertable-streams/#dom-rtcconfiguration-encodedinsertablestreams", diff --git a/tr/diff.md b/tr/diff.md index 4bc31e8632c2..ed0ea4b33c23 100644 --- a/tr/diff.md +++ b/tr/diff.md @@ -1,140 +1,33 @@ -% Diff between report from "March 09, 2021" and reference report from "March 08, 2021" +% Diff between report from "March 15, 2021" and reference report from "March 09, 2021" % Reffy -% March 09, 2021 +% March 15, 2021 -## Compression Streams +## Content Security Policy Level 3 -- Initial URL: [https://wicg.github.io/compression/](https://wicg.github.io/compression/) +- Initial URL: [https://www.w3.org/TR/CSP3/](https://www.w3.org/TR/CSP3/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/compression/](https://wicg.github.io/compression/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 68) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) +- Editor's Draft: [https://w3c.github.io/webappsec-csp/](https://w3c.github.io/webappsec-csp/) +- Missing references for links: *DEL* https://w3c.github.io/reporting/ +- Inconsistent references for links: *INS* https://w3c.github.io/reporting/ -## Contact Picker API +## CSS Ruby Annotation Layout Module Level 1 -- Initial URL: [https://wicg.github.io/contact-api/spec/](https://wicg.github.io/contact-api/spec/) +- Initial URL: [https://www.w3.org/TR/css-ruby-1/](https://www.w3.org/TR/css-ruby-1/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/contact-api/spec/](https://wicg.github.io/contact-api/spec/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 70) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) +- Editor's Draft: [https://drafts.csswg.org/css-ruby-1/](https://drafts.csswg.org/css-ruby-1/) +- Spec title: *INS* CSS Ruby Annotation Layout Module Level 1 / *DEL* CSS Ruby Layout Module Level 1 +- Missing references for links: *INS* https://www.w3.org/TR/css-cascade/, https://www.w3.org/TR/web-animations/ / *DEL* https://www.w3.org/TR/css3-background/ +- Inconsistent references for links: *INS* https://www.w3.org/TR/css-values/ -## Content Index +## CSS Scroll Snap Module Level 1 -- Initial URL: [https://wicg.github.io/content-index/spec/](https://wicg.github.io/content-index/spec/) +- Initial URL: [https://www.w3.org/TR/css-scroll-snap-1/](https://www.w3.org/TR/css-scroll-snap-1/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/content-index/spec/](https://wicg.github.io/content-index/spec/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 71) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) - - -## CORS and RFC1918 - -- Initial URL: [https://wicg.github.io/cors-rfc1918/](https://wicg.github.io/cors-rfc1918/) -- Crawled URL: [[object Object]]([object Object]) -- Editor's Draft: [https://wicg.github.io/cors-rfc1918/](https://wicg.github.io/cors-rfc1918/) -- This specification is not in the new crawl report. - - -## DataCue API - -- Initial URL: [https://wicg.github.io/datacue/](https://wicg.github.io/datacue/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/datacue/](https://wicg.github.io/datacue/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 77) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) - - -## Early detection of input events - -- Initial URL: [https://wicg.github.io/is-input-pending/](https://wicg.github.io/is-input-pending/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/is-input-pending/](https://wicg.github.io/is-input-pending/) -- Spec title: *INS* Early detection of input events / *DEL* isInputPending -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 89) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) - - -## ECMAScript® 2022 Internationalization API Specification - -- Initial URL: [https://tc39.es/ecma402/](https://tc39.es/ecma402/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://tc39.es/ecma402/](https://tc39.es/ecma402/) -- Spec title: *INS* ECMAScript® 2022 Internationalization API Specification / *DEL* ECMAScript® 2021 Internationalization API Specification - - -## ECMAScript® 2022 Language Specification - -- Initial URL: [https://tc39.es/ecma262/](https://tc39.es/ecma262/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://tc39.es/ecma262/](https://tc39.es/ecma262/) -- Spec title: *INS* ECMAScript® 2022 Language Specification / *DEL* ECMAScript® 2021 Language Specification - - -## Federated Learning of Cohorts - -- Initial URL: [https://wicg.github.io/floc/](https://wicg.github.io/floc/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/floc/](https://wicg.github.io/floc/) -- This specification was not in the reference crawl report. - - -## Get Installed Related Apps API - -- Initial URL: [https://wicg.github.io/get-installed-related-apps/spec/](https://wicg.github.io/get-installed-related-apps/spec/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/get-installed-related-apps/spec/](https://wicg.github.io/get-installed-related-apps/spec/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 84) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) +- Editor's Draft: [https://drafts.csswg.org/css-scroll-snap-1/](https://drafts.csswg.org/css-scroll-snap-1/) +- Missing references for links: *INS* https://www.w3.org/TR/css-cascade/, https://www.w3.org/TR/css-pseudo/, https://www.w3.org/TR/web-animations/ / *DEL* https://www.w3.org/TR/css3-align/, https://www.w3.org/TR/selectors4/ +- Inconsistent references for links: *INS* https://www.w3.org/TR/css-values/ / *DEL* https://www.w3.org/TR/css3-values/ ## JS Self-Profiling API @@ -142,167 +35,15 @@ - Initial URL: [https://wicg.github.io/js-self-profiling/](https://wicg.github.io/js-self-profiling/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://wicg.github.io/js-self-profiling/](https://wicg.github.io/js-self-profiling/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 90) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) - +- Missing references for WebIDL names: *DEL* EventTarget -## Keyboard Lock -- Initial URL: [https://wicg.github.io/keyboard-lock/](https://wicg.github.io/keyboard-lock/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/keyboard-lock/](https://wicg.github.io/keyboard-lock/) -- WebIDL names also defined elsewhere: *INS* Keyboard - - -## Keyboard Map +## Trusted Types -- Initial URL: [https://wicg.github.io/keyboard-map/](https://wicg.github.io/keyboard-map/) +- Initial URL: [https://w3c.github.io/webappsec-trusted-types/dist/spec/](https://w3c.github.io/webappsec-trusted-types/dist/spec/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/keyboard-map/](https://wicg.github.io/keyboard-map/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 92) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) - - -## Media Feeds - -- Initial URL: [https://wicg.github.io/media-feeds/](https://wicg.github.io/media-feeds/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/media-feeds/](https://wicg.github.io/media-feeds/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 96) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) - - -## Private Network Access - -- Initial URL: [https://wicg.github.io/private-network-access/](https://wicg.github.io/private-network-access/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/private-network-access/](https://wicg.github.io/private-network-access/) -- This specification was not in the reference crawl report. - - -## Save Data API - -- Initial URL: [https://wicg.github.io/savedata/](https://wicg.github.io/savedata/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/savedata/](https://wicg.github.io/savedata/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 107) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) - - -## SVG Markers - -- Initial URL: [https://www.w3.org/TR/svg-markers/](https://www.w3.org/TR/svg-markers/) -- Crawled URL: [https://www.w3.org/TR/svg-markers/](https://www.w3.org/TR/svg-markers/) -- Editor's Draft: [https://svgwg.org/specs/markers/](https://svgwg.org/specs/markers/) -- This specification is not in the new crawl report. - - -## SVG Paths - -- Initial URL: [https://www.w3.org/TR/svg-paths/](https://www.w3.org/TR/svg-paths/) -- Crawled URL: [https://www.w3.org/TR/svg-paths/](https://www.w3.org/TR/svg-paths/) -- Editor's Draft: [https://svgwg.org/specs/paths/](https://svgwg.org/specs/paths/) -- This specification is not in the new crawl report. - - -## Text Fragments - -- Initial URL: [https://wicg.github.io/scroll-to-text-fragment/](https://wicg.github.io/scroll-to-text-fragment/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/scroll-to-text-fragment/](https://wicg.github.io/scroll-to-text-fragment/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 108) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) - - -## Web Background Synchronization - -- Initial URL: [https://wicg.github.io/background-sync/spec/](https://wicg.github.io/background-sync/spec/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/background-sync/spec/](https://wicg.github.io/background-sync/spec/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 66) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) - - -## Web OTP API - -- Initial URL: [https://wicg.github.io/web-otp/](https://wicg.github.io/web-otp/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/web-otp/](https://wicg.github.io/web-otp/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 119) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) - - -## Web Periodic Background Synchronization - -- Initial URL: [https://wicg.github.io/periodic-background-sync/](https://wicg.github.io/periodic-background-sync/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/periodic-background-sync/](https://wicg.github.io/periodic-background-sync/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 102) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) +- Editor's Draft: [https://w3c.github.io/webappsec-trusted-types/dist/spec/](https://w3c.github.io/webappsec-trusted-types/dist/spec/) +- Inconsistent references for links: *INS* https://w3c.github.io/FileAPI/ / *DEL* https://www.w3.org/TR/2016/REC-WebIDL-1-20161215/ ## WebRTC Insertable Media using Streams @@ -310,24 +51,7 @@ - Initial URL: [https://w3c.github.io/webrtc-insertable-streams/](https://w3c.github.io/webrtc-insertable-streams/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://w3c.github.io/webrtc-insertable-streams/](https://w3c.github.io/webrtc-insertable-streams/) -- Invalid WebIDL content found: *INS* false / *DEL* true -- Obsolete WebIDL constructs found: *INS* false -- Unknown WebIDL names used: *INS* CryptoKey, RTCInsertableStreams - - -## WebXR Depth Sensing Module - -- Initial URL: [https://immersive-web.github.io/depth-sensing/](https://immersive-web.github.io/depth-sensing/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://immersive-web.github.io/depth-sensing/](https://immersive-web.github.io/depth-sensing/) -- This specification was not in the reference crawl report. - - -## WebXR Lighting Estimation API Level 1 - -- Initial URL: [https://immersive-web.github.io/lighting-estimation/](https://immersive-web.github.io/lighting-estimation/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://immersive-web.github.io/lighting-estimation/](https://immersive-web.github.io/lighting-estimation/) -- This specification was not in the reference crawl report. +- Unknown WebIDL names used: *DEL* RTCInsertableStreams +- Inconsistent references for links: *DEL* https://w3c.github.io/FileAPI/ diff --git a/tr/diffnew.md b/tr/diffnew.md index 654b51bf1f51..3a5764a6bc09 100644 --- a/tr/diffnew.md +++ b/tr/diffnew.md @@ -1,309 +1,39 @@ -% Diff between report from "March 09, 2021" and reference report from "March 08, 2021" +% Diff between report from "March 15, 2021" and reference report from "March 09, 2021" % Reffy -% March 09, 2021 +% March 15, 2021 -## Compression Streams +## Content Security Policy Level 3 -- Initial URL: [https://wicg.github.io/compression/](https://wicg.github.io/compression/) +- Initial URL: [https://www.w3.org/TR/CSP3/](https://www.w3.org/TR/CSP3/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/compression/](https://wicg.github.io/compression/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 68) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) +- Editor's Draft: [https://w3c.github.io/webappsec-csp/](https://w3c.github.io/webappsec-csp/) +- Inconsistent references for links: *INS* https://w3c.github.io/reporting/ -## Contact Picker API +## CSS Ruby Annotation Layout Module Level 1 -- Initial URL: [https://wicg.github.io/contact-api/spec/](https://wicg.github.io/contact-api/spec/) +- Initial URL: [https://www.w3.org/TR/css-ruby-1/](https://www.w3.org/TR/css-ruby-1/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/contact-api/spec/](https://wicg.github.io/contact-api/spec/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 70) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) +- Editor's Draft: [https://drafts.csswg.org/css-ruby-1/](https://drafts.csswg.org/css-ruby-1/) +- Spec title: *INS* CSS Ruby Annotation Layout Module Level 1 / *DEL* CSS Ruby Layout Module Level 1 +- Missing references for links: *INS* https://www.w3.org/TR/css-cascade/, https://www.w3.org/TR/web-animations/ / *DEL* https://www.w3.org/TR/css3-background/ +- Inconsistent references for links: *INS* https://www.w3.org/TR/css-values/ -## Content Index +## CSS Scroll Snap Module Level 1 -- Initial URL: [https://wicg.github.io/content-index/spec/](https://wicg.github.io/content-index/spec/) +- Initial URL: [https://www.w3.org/TR/css-scroll-snap-1/](https://www.w3.org/TR/css-scroll-snap-1/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/content-index/spec/](https://wicg.github.io/content-index/spec/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 71) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) +- Editor's Draft: [https://drafts.csswg.org/css-scroll-snap-1/](https://drafts.csswg.org/css-scroll-snap-1/) +- Missing references for links: *INS* https://www.w3.org/TR/css-cascade/, https://www.w3.org/TR/css-pseudo/, https://www.w3.org/TR/web-animations/ / *DEL* https://www.w3.org/TR/css3-align/, https://www.w3.org/TR/selectors4/ +- Inconsistent references for links: *INS* https://www.w3.org/TR/css-values/ / *DEL* https://www.w3.org/TR/css3-values/ -## DataCue API +## Trusted Types -- Initial URL: [https://wicg.github.io/datacue/](https://wicg.github.io/datacue/) +- Initial URL: [https://w3c.github.io/webappsec-trusted-types/dist/spec/](https://w3c.github.io/webappsec-trusted-types/dist/spec/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/datacue/](https://wicg.github.io/datacue/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 77) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) - - -## Early detection of input events - -- Initial URL: [https://wicg.github.io/is-input-pending/](https://wicg.github.io/is-input-pending/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/is-input-pending/](https://wicg.github.io/is-input-pending/) -- Spec title: *INS* Early detection of input events / *DEL* isInputPending -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 89) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) - - -## ECMAScript® 2022 Internationalization API Specification - -- Initial URL: [https://tc39.es/ecma402/](https://tc39.es/ecma402/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://tc39.es/ecma402/](https://tc39.es/ecma402/) -- Spec title: *INS* ECMAScript® 2022 Internationalization API Specification / *DEL* ECMAScript® 2021 Internationalization API Specification - - -## ECMAScript® 2022 Language Specification - -- Initial URL: [https://tc39.es/ecma262/](https://tc39.es/ecma262/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://tc39.es/ecma262/](https://tc39.es/ecma262/) -- Spec title: *INS* ECMAScript® 2022 Language Specification / *DEL* ECMAScript® 2021 Language Specification - - -## Federated Learning of Cohorts - -- Initial URL: [https://wicg.github.io/floc/](https://wicg.github.io/floc/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/floc/](https://wicg.github.io/floc/) -- This specification was not in the reference crawl report. - - -## Get Installed Related Apps API - -- Initial URL: [https://wicg.github.io/get-installed-related-apps/spec/](https://wicg.github.io/get-installed-related-apps/spec/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/get-installed-related-apps/spec/](https://wicg.github.io/get-installed-related-apps/spec/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 84) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) - - -## JS Self-Profiling API - -- Initial URL: [https://wicg.github.io/js-self-profiling/](https://wicg.github.io/js-self-profiling/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/js-self-profiling/](https://wicg.github.io/js-self-profiling/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 90) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) - - -## Keyboard Lock - -- Initial URL: [https://wicg.github.io/keyboard-lock/](https://wicg.github.io/keyboard-lock/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/keyboard-lock/](https://wicg.github.io/keyboard-lock/) -- WebIDL names also defined elsewhere: *INS* Keyboard - - -## Keyboard Map - -- Initial URL: [https://wicg.github.io/keyboard-map/](https://wicg.github.io/keyboard-map/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/keyboard-map/](https://wicg.github.io/keyboard-map/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 92) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) - - -## Media Feeds - -- Initial URL: [https://wicg.github.io/media-feeds/](https://wicg.github.io/media-feeds/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/media-feeds/](https://wicg.github.io/media-feeds/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 96) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) - - -## Private Network Access - -- Initial URL: [https://wicg.github.io/private-network-access/](https://wicg.github.io/private-network-access/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/private-network-access/](https://wicg.github.io/private-network-access/) -- This specification was not in the reference crawl report. - - -## Save Data API - -- Initial URL: [https://wicg.github.io/savedata/](https://wicg.github.io/savedata/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/savedata/](https://wicg.github.io/savedata/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 107) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) - - -## Text Fragments - -- Initial URL: [https://wicg.github.io/scroll-to-text-fragment/](https://wicg.github.io/scroll-to-text-fragment/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/scroll-to-text-fragment/](https://wicg.github.io/scroll-to-text-fragment/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 108) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) - - -## Web Background Synchronization - -- Initial URL: [https://wicg.github.io/background-sync/spec/](https://wicg.github.io/background-sync/spec/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/background-sync/spec/](https://wicg.github.io/background-sync/spec/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 66) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) - - -## Web OTP API - -- Initial URL: [https://wicg.github.io/web-otp/](https://wicg.github.io/web-otp/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/web-otp/](https://wicg.github.io/web-otp/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 119) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) - - -## Web Periodic Background Synchronization - -- Initial URL: [https://wicg.github.io/periodic-background-sync/](https://wicg.github.io/periodic-background-sync/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/periodic-background-sync/](https://wicg.github.io/periodic-background-sync/) -- Spec could not be rendered: *DEL* Error: Loading script from reffy/scripts/reffy.mjs failed Error: Loading script from reffy/scripts/reffy.mjs failed - at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) - at runMicrotasks () - at processTicksAndRejections (internal/process/task_queues.js:93:5) - at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:378:9) - at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:79:24) - at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:234:24) - at async Promise.all (index 102) - at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:240:21) - at async Promise.all (index 0) - - -## WebRTC Insertable Media using Streams - -- Initial URL: [https://w3c.github.io/webrtc-insertable-streams/](https://w3c.github.io/webrtc-insertable-streams/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/webrtc-insertable-streams/](https://w3c.github.io/webrtc-insertable-streams/) -- Invalid WebIDL content found: *INS* false / *DEL* true -- Obsolete WebIDL constructs found: *INS* false -- Unknown WebIDL names used: *INS* CryptoKey, RTCInsertableStreams - - -## WebXR Depth Sensing Module - -- Initial URL: [https://immersive-web.github.io/depth-sensing/](https://immersive-web.github.io/depth-sensing/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://immersive-web.github.io/depth-sensing/](https://immersive-web.github.io/depth-sensing/) -- This specification was not in the reference crawl report. - - -## WebXR Lighting Estimation API Level 1 - -- Initial URL: [https://immersive-web.github.io/lighting-estimation/](https://immersive-web.github.io/lighting-estimation/) -- Crawled URL: [undefined](undefined) -- Editor's Draft: [https://immersive-web.github.io/lighting-estimation/](https://immersive-web.github.io/lighting-estimation/) -- This specification was not in the reference crawl report. +- Editor's Draft: [https://w3c.github.io/webappsec-trusted-types/dist/spec/](https://w3c.github.io/webappsec-trusted-types/dist/spec/) +- Inconsistent references for links: *INS* https://w3c.github.io/FileAPI/ / *DEL* https://www.w3.org/TR/2016/REC-WebIDL-1-20161215/ diff --git a/tr/headings/CSP3.json b/tr/headings/CSP3.json index cf2fce478550..b39bc5efbf3c 100644 --- a/tr/headings/CSP3.json +++ b/tr/headings/CSP3.json @@ -7,7 +7,7 @@ { "id": "subtitle", "level": 2, - "title": "W3C Working Draft, 15 October 2018" + "title": "W3C Working Draft, 13 March 2021" }, { "id": "abstract", @@ -207,13 +207,13 @@ { "id": "should-block-navigation-request", "level": 4, - "title": "Should navigation request of type from source in target be blocked by Content Security Policy?", + "title": "Should navigation request of type be blocked by Content Security Policy?", "number": "4.2.5" }, { "id": "should-block-navigation-response", "level": 4, - "title": "Should navigation response to navigation request of type from source in target be blocked by Content Security Policy?", + "title": "Should navigation response to navigation request of type in target be blocked by Content Security Policy?", "number": "4.2.6" }, { @@ -415,39 +415,39 @@ "number": "6.1.8.2" }, { - "id": "directive-prefetch-src", + "id": "directive-object-src", "level": 4, - "title": "prefetch-src", + "title": "object-src", "number": "6.1.9" }, { - "id": "prefetch-src-pre-request", + "id": "object-src-pre-request", "level": 5, - "title": "prefetch-src Pre-request check", + "title": "object-src Pre-request check", "number": "6.1.9.1" }, { - "id": "prefetch-src-post-request", + "id": "object-src-post-request", "level": 5, - "title": "prefetch-src Post-request check", + "title": "object-src Post-request check", "number": "6.1.9.2" }, { - "id": "directive-object-src", + "id": "directive-prefetch-src", "level": 4, - "title": "object-src", + "title": "prefetch-src", "number": "6.1.10" }, { - "id": "object-src-pre-request", + "id": "prefetch-src-pre-request", "level": 5, - "title": "object-src Pre-request check", + "title": "prefetch-src Pre-request check", "number": "6.1.10.1" }, { - "id": "object-src-post-request", + "id": "prefetch-src-post-request", "level": 5, - "title": "object-src Post-request check", + "title": "prefetch-src Post-request check", "number": "6.1.10.2" }, { @@ -606,41 +606,23 @@ "title": "Is base allowed for document?", "number": "6.2.1.1" }, - { - "id": "directive-plugin-types", - "level": 4, - "title": "plugin-types", - "number": "6.2.2" - }, - { - "id": "plugin-types-post-request-check", - "level": 5, - "title": "plugin-types Post-Request Check", - "number": "6.2.2.1" - }, - { - "id": "should-plugin-element-be-blocked-a-priori-by-content-security-policy", - "level": 5, - "title": "Should plugin element be blocked a priori by Content Security Policy?:", - "number": "6.2.2.2" - }, { "id": "directive-sandbox", "level": 4, "title": "sandbox", - "number": "6.2.3" + "number": "6.2.2" }, { "id": "sandbox-response", "level": 5, "title": "sandbox Response Check", - "number": "6.2.3.1" + "number": "6.2.2.1" }, { "id": "sandbox-init", "level": 5, "title": "sandbox Initialization", - "number": "6.2.3.2" + "number": "6.2.2.2" }, { "id": "directives-navigation", @@ -877,11 +859,23 @@ "number": "7.1" }, { - "id": "security-nonce-stealing", + "id": "security-nonce-hijacking", "level": 3, - "title": "Nonce Stealing", + "title": "Nonce Hijacking", "number": "7.2" }, + { + "id": "dangling-markup-attacks", + "level": 4, + "title": "Dangling markup attacks", + "number": "7.2.1" + }, + { + "id": "nonce-exfiltration-content-attributes", + "level": 4, + "title": "Nonce exfiltration via content attributes", + "number": "7.2.2" + }, { "id": "security-nonce-retargeting", "level": 3, diff --git a/tr/headings/css-ruby-1.json b/tr/headings/css-ruby-1.json index 0873598efffc..31f54bb1a5b0 100644 --- a/tr/headings/css-ruby-1.json +++ b/tr/headings/css-ruby-1.json @@ -1,18 +1,18 @@ { "spec": { - "title": "CSS Ruby Layout Module Level 1", + "title": "CSS Ruby Annotation Layout Module Level 1", "url": "https://www.w3.org/TR/css-ruby-1/" }, "headings": [ { "id": "title", "level": 1, - "title": "CSS Ruby Layout Module Level 1" + "title": "CSS Ruby Annotation Layout Module Level 1" }, { "id": "subtitle", "level": 2, - "title": "W3C Working Draft, 29 April 2020" + "title": "W3C Working Draft, 10 March 2021" }, { "id": "abstract", @@ -36,27 +36,27 @@ "number": "1" }, { - "id": "placement", + "id": "ruby-def", "level": 3, - "title": "Module interactions", + "title": "What is ruby?", "number": "1.1" }, { - "id": "values", + "id": "placement", "level": 3, - "title": "Value Definitions", + "title": "Module interactions", "number": "1.2" }, { - "id": "diagram-conventions", + "id": "values", "level": 3, - "title": "Diagram conventions", + "title": "Value Definitions", "number": "1.3" }, { - "id": "ruby-def", + "id": "diagram-conventions", "level": 3, - "title": "What is ruby?", + "title": "Diagram conventions", "number": "1.4" }, { @@ -108,15 +108,9 @@ "number": "2.3.2" }, { - "id": "nested-pairing", - "level": 4, - "title": "Complex Spanning with Nested Ruby", - "number": "2.3.3" - }, - { - "id": "autohide", + "id": "hiding", "level": 3, - "title": "Autohiding Base-identical Annotations", + "title": "Hiding Annotations: visibility: collapse and auto-hidden ruby", "number": "2.4" }, { @@ -131,47 +125,65 @@ "title": "Ruby Layout", "number": "3" }, + { + "id": "interlinear-layout", + "level": 3, + "title": "Interlinear Ruby Layout", + "number": "3.1" + }, + { + "id": "interlinear-inline", + "level": 4, + "title": "Inline-axis Interlinear Layout", + "number": "3.1.1" + }, + { + "id": "interlinear-block", + "level": 4, + "title": "Block-axis Interlinear Layout", + "number": "3.1.2" + }, { "id": "inter-character-layout", "level": 3, "title": "Inter-character Ruby Layout", - "number": "3.1" + "number": "3.2" }, { "id": "box-style", "level": 3, "title": "Styling Ruby Boxes", - "number": "3.2" + "number": "3.3" }, { "id": "line-breaks", "level": 3, "title": "Breaking Across Lines", - "number": "3.3" + "number": "3.4" }, { "id": "break-between", "level": 4, "title": "Breaking Between Bases", - "number": "3.3.1" + "number": "3.4.1" }, { "id": "break-within", "level": 4, "title": "Breaking Within Bases", - "number": "3.3.2" + "number": "3.4.2" }, { "id": "bidi", "level": 3, "title": "Bidi Reordering", - "number": "3.4" + "number": "3.5" }, { "id": "line-height", "level": 3, "title": "Line Spacing", - "number": "3.5" + "number": "3.6" }, { "id": "ruby-props", @@ -224,12 +236,12 @@ { "id": "default-stylesheet", "level": 2, - "title": "Appendix A: Default Style Sheet" + "title": "Appendix A: Sample Style Sheets" }, { "id": "default-ua-ruby", "level": 3, - "title": "Supporting Ruby Layout", + "title": "Default UA Style Sheet", "number": "A.1" }, { @@ -260,6 +272,11 @@ "level": 2, "title": "Changes" }, + { + "id": "changes-20200429", + "level": 3, + "title": "Changes since the 29 April 2020 WD" + }, { "id": "changes-20140805", "level": 3, @@ -276,39 +293,34 @@ "title": "Changes since the 30 June 2011 WD" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "document-conventions", + "id": "w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conform-classes", + "id": "w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "conform-responsible", + "id": "w3c-partial", "level": 3, - "title": "Requirements for Responsible Implementation of CSS" + "title": "Partial implementations" }, { - "id": "conform-partial", - "level": 4, - "title": "Partial Implementations" - }, - { - "id": "conform-future-proofing", + "id": "w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "conform-testing", - "level": 4, - "title": "Implementations of CR-level Features" + "id": "w3c-testing", + "level": 3, + "title": "Non-experimental implementations" }, { "id": "index", diff --git a/tr/headings/css-scroll-snap-1.json b/tr/headings/css-scroll-snap-1.json index 8527eaf8f1f2..2c5746c1104e 100644 --- a/tr/headings/css-scroll-snap-1.json +++ b/tr/headings/css-scroll-snap-1.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "W3C Candidate Recommendation, 19 March 2019" + "title": "W3C Candidate Recommendation Snapshot, 11 March 2021" }, { "id": "abstract", @@ -44,7 +44,7 @@ { "id": "values", "level": 3, - "title": "Values", + "title": "Value Definitions", "number": "1.2" }, { @@ -83,6 +83,12 @@ "title": "Scroll Snap Strictness: the none, proximity, and mandatory values", "number": "4.1.2" }, + { + "id": "re-snap", + "level": 4, + "title": "Re-snapping After Layout Changes", + "number": "4.1.3" + }, { "id": "scroll-padding", "level": 3, @@ -192,67 +198,74 @@ "title": "Changes", "number": "9" }, + { + "id": "changes-20190319", + "level": 3, + "title": "Changes Since 19 March 2019 CR", + "number": "9.1" + }, { "id": "changes-20190131", "level": 3, "title": "Changes Since 31 January 2019 CR", - "number": "9.1" + "number": "9.2" + }, + { + "id": "changes-20180814", + "level": 3, + "title": "Changes Since 14 August 2018 CR", + "number": "9.3" }, { "id": "changes-20171214", "level": 3, "title": "Changes Since 14 December 2017 CR", - "number": "9.2" + "number": "9.4" }, { "id": "changes-20170824", "level": 3, "title": "Changes Since 24 August 2017 CR", - "number": "9.3" + "number": "9.5" }, { "id": "changes-20161020", "level": 3, "title": "Changes Since 20 October 2016 CR", - "number": "9.4" + "number": "9.6" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "document-conventions", + "id": "w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conform-classes", + "id": "w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "conform-responsible", + "id": "w3c-partial", "level": 3, - "title": "Requirements for Responsible Implementation of CSS" - }, - { - "id": "conform-partial", - "level": 4, - "title": "Partial Implementations" + "title": "Partial implementations" }, { - "id": "conform-future-proofing", + "id": "w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "conform-testing", - "level": 4, - "title": "Implementations of CR-level Features" + "id": "w3c-testing", + "level": 3, + "title": "Non-experimental implementations" }, { - "id": "cr-exit-criteria", + "id": "w3c-cr-exit-criteria", "level": 3, "title": "CR exit criteria" }, @@ -281,11 +294,6 @@ "level": 3, "title": "Normative References" }, - { - "id": "informative", - "level": 3, - "title": "Informative References" - }, { "id": "property-index", "level": 2, diff --git a/tr/headings/dom.json b/tr/headings/dom.json index 1b97ed202bbc..ca96b42f9eaf 100644 --- a/tr/headings/dom.json +++ b/tr/headings/dom.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Living Standard — Last Updated 27 February 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "abstract", diff --git a/tr/headings/fetch-metadata.json b/tr/headings/fetch-metadata.json index 610a14602d53..74a6e386ec97 100644 --- a/tr/headings/fetch-metadata.json +++ b/tr/headings/fetch-metadata.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "W3C Working Draft, 10 January 2020" + "title": "W3C Working Draft, 13 March 2021" }, { "id": "abstract", diff --git a/tr/headings/fetch.json b/tr/headings/fetch.json index 48a6a773df64..5d2836f91f6d 100644 --- a/tr/headings/fetch.json +++ b/tr/headings/fetch.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Living Standard — Last Updated 9 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "abstract", diff --git a/tr/headings/gpuweb.json b/tr/headings/gpuweb.json index f3696d856f75..ef5614b6d5d4 100644 --- a/tr/headings/gpuweb.json +++ b/tr/headings/gpuweb.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Editor’s Draft, 8 March 2021" + "title": "Editor’s Draft, 14 March 2021" }, { "id": "abstract", @@ -896,23 +896,53 @@ "title": "QueryType", "number": "18.2" }, + { + "id": "occlusion", + "level": 3, + "title": "Occlusion Query", + "number": "18.3" + }, { "id": "pipeline-statistics", "level": 3, "title": "Pipeline Statistics Query", - "number": "18.3" + "number": "18.4" }, { "id": "timestamp", "level": 3, "title": "Timestamp Query", - "number": "18.4" + "number": "18.5" }, { "id": "canvas-rendering", "level": 2, "title": "19. Canvas Rendering & Swap Chains" }, + { + "id": "canvas-getcontext", + "level": 3, + "title": "HTMLCanvasElement.getContext()", + "number": "19.1" + }, + { + "id": "canvas-context", + "level": 3, + "title": "GPUCanvasContext", + "number": "19.2" + }, + { + "id": "swapchain-descriptor", + "level": 3, + "title": "GPUSwapChainDescriptor", + "number": "19.3" + }, + { + "id": "swapchain", + "level": 3, + "title": "GPUSwapChain", + "number": "19.4" + }, { "id": "errors-and-debugging", "level": 2, diff --git a/tr/headings/html-aria.json b/tr/headings/html-aria.json index 8f520a2e05ed..374ef1b49658 100644 --- a/tr/headings/html-aria.json +++ b/tr/headings/html-aria.json @@ -15,9 +15,9 @@ "title": "Table of Contents" }, { - "id": "developer-requirements-for-use-of-aria-in-html", + "id": "author-requirements-for-use-of-aria-in-html", "level": 2, - "title": "Developer requirements for use of ARIA in HTML", + "title": "Author requirements for use of ARIA in HTML", "number": "1" }, { diff --git a/tr/headings/html.json b/tr/headings/html.json index fd50e9b4a8ed..641ac2ff0d70 100644 --- a/tr/headings/html.json +++ b/tr/headings/html.json @@ -7,7 +7,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "table-of-contents", @@ -22,7 +22,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "introduction", @@ -170,7 +170,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "infrastructure", @@ -258,7 +258,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "common-microsyntaxes", @@ -431,7 +431,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "urls", @@ -508,7 +508,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "common-dom-interfaces", @@ -561,7 +561,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "safe-passing-of-structured-data", @@ -626,7 +626,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "dom", @@ -858,7 +858,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "semantics", @@ -982,7 +982,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "sections", @@ -1089,7 +1089,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "grouping-content", @@ -1190,7 +1190,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "text-level-semantics", @@ -1375,7 +1375,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "links", @@ -1590,7 +1590,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "edits", @@ -1637,7 +1637,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "embedded-content", @@ -1666,7 +1666,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "images", @@ -1875,7 +1875,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "the-iframe-element", @@ -1904,7 +1904,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "the-video-element", @@ -2101,7 +2101,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "the-map-element", @@ -2136,7 +2136,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "mathml", @@ -2159,7 +2159,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "tables", @@ -2272,7 +2272,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "forms", @@ -2355,7 +2355,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "the-input-element", @@ -2582,7 +2582,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "the-button-element", @@ -2653,7 +2653,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "form-control-infrastructure", @@ -2850,7 +2850,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "interactive-elements", @@ -2927,7 +2927,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "scripting-3", @@ -2998,7 +2998,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "the-canvas-element", @@ -3201,7 +3201,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "custom-elements", @@ -3314,7 +3314,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "common-idioms", @@ -3379,7 +3379,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "microdata", @@ -3533,7 +3533,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "editing", @@ -3729,7 +3729,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "dnd", @@ -3800,7 +3800,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "browsers", @@ -3918,7 +3918,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "the-window-object", @@ -4037,7 +4037,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "origin", @@ -4114,7 +4114,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "history", @@ -4215,7 +4215,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "browsing-the-web", @@ -4340,7 +4340,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "webappapis", @@ -4632,7 +4632,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "dynamic-markup-insertion", @@ -4673,7 +4673,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "timers", @@ -4708,7 +4708,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "system-state-and-capabilities", @@ -4761,7 +4761,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "images-2", @@ -4778,7 +4778,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "comms", @@ -4794,7 +4794,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "server-sent-events", @@ -4859,7 +4859,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "network", @@ -4906,7 +4906,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "web-messaging", @@ -5007,7 +5007,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "workers", @@ -5209,7 +5209,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "worklets", @@ -5303,7 +5303,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "webstorage", @@ -5391,7 +5391,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "syntax", @@ -5485,7 +5485,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "parsing", @@ -6306,7 +6306,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "named-character-references", @@ -6317,7 +6317,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "the-xhtml-syntax", @@ -6351,7 +6351,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "rendering", @@ -6631,7 +6631,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "obsolete", @@ -6683,7 +6683,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "iana", @@ -6795,7 +6795,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "index", @@ -6840,7 +6840,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "references", @@ -6850,7 +6850,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 4 March 2021" + "title": "Living Standard — Last Updated 12 March 2021" }, { "id": "acknowledgments", diff --git a/tr/headings/trusted-types.json b/tr/headings/trusted-types.json index e8b16739fa0b..b79e87e9b27c 100644 --- a/tr/headings/trusted-types.json +++ b/tr/headings/trusted-types.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Editor’s Draft, 8 March 2021" + "title": "Editor’s Draft, 12 March 2021" }, { "id": "abstract", @@ -192,172 +192,172 @@ "number": "4.1" }, { - "id": "webidl-string-context-xattr", - "level": 4, + "id": "StringContext", + "level": 3, "title": "[StringContext]", - "number": "4.1.1" + "number": "4.2" }, { "id": "webidl-applicable-to-types", "level": 4, "title": "Extended attributes applicable to types", - "number": "4.1.2" + "number": "4.2.1" }, { "id": "webidl-type-conversion", "level": 4, "title": "Type conversion", - "number": "4.1.3" + "number": "4.2.2" }, { "id": "webidl-validate-the-string-in-context", "level": 4, "title": "Validate the string in context", - "number": "4.1.4" + "number": "4.2.3" }, { "id": "integration-with-html", "level": 3, "title": "Integration with HTML", - "number": "4.2" + "number": "4.3" }, { "id": "extensions-to-the-windoworworkerglobalscope-interface", "level": 4, "title": "Extensions to the WindowOrWorkerGlobalScope interface", - "number": "4.2.1" + "number": "4.3.1" }, { "id": "extensions-to-the-document-interface", "level": 4, "title": "Extensions to the Document interface", - "number": "4.2.2" + "number": "4.3.2" }, { "id": "enforcement-in-scripts", "level": 4, "title": "Enforcement for scripts", - "number": "4.2.3" + "number": "4.3.3" }, { "id": "slots-with-trusted-values", "level": 5, "title": "Slots with trusted values", - "number": "4.2.3.1" + "number": "4.3.3.1" }, { "id": "setting-slot-values", "level": 5, "title": "Setting slot values", - "number": "4.2.3.2" + "number": "4.3.3.2" }, { "id": "slot-value-verification", "level": 5, "title": "Slot value verification", - "number": "4.2.3.3" + "number": "4.3.3.3" }, { "id": "enforcement-in-sinks", "level": 4, "title": "Enforcement in element attributes", - "number": "4.2.4" + "number": "4.3.4" }, { "id": "enforcement-in-timer-functions", "level": 4, "title": "Enforcement in timer functions", - "number": "4.2.5" + "number": "4.3.5" }, { "id": "enforcement-in-event-handler-content-attributes", "level": 4, "title": "Enforcement in event handler content attributes", - "number": "4.2.6" + "number": "4.3.6" }, { "id": "html-validate-the-string-in-context", "level": 4, "title": "Validate the string in context", - "number": "4.2.7" + "number": "4.3.7" }, { "id": "html-workers", "level": 4, "title": "Web Workers", - "number": "4.2.8" + "number": "4.3.8" }, { "id": "sw-integration", "level": 3, "title": "Integration with Service Workers", - "number": "4.3" + "number": "4.4" }, { "id": "integration-with-svg", "level": 3, "title": "Integration with SVG", - "number": "4.4" + "number": "4.5" }, { "id": "integration-with-dom", "level": 3, "title": "Integration with DOM", - "number": "4.5" + "number": "4.6" }, { "id": "integration-with-dom-parsing", "level": 3, "title": "Integration with DOM Parsing", - "number": "4.6" + "number": "4.7" }, { "id": "integration-with-content-security-policy", "level": 3, "title": "Integration with Content Security Policy", - "number": "4.7" + "number": "4.8" }, { "id": "require-trusted-types-for-csp-directive", "level": 4, "title": "require-trusted-types-for directive", - "number": "4.7.1" + "number": "4.8.1" }, { "id": "require-trusted-types-for-pre-navigation-check", "level": 5, "title": "require-trusted-types-for Pre-Navigation check", - "number": "4.7.1.1" + "number": "4.8.1.1" }, { "id": "trusted-types-csp-directive", "level": 4, "title": "trusted-types directive", - "number": "4.7.2" + "number": "4.8.2" }, { "id": "should-block-sink-type-mismatch", "level": 4, "title": "Should sink type mismatch violation be blocked by Content Security Policy?", - "number": "4.7.3" + "number": "4.8.3" }, { "id": "should-block-create-policy", "level": 4, "title": "Should Trusted Type policy creation be blocked by Content Security Policy?", - "number": "4.7.4" + "number": "4.8.4" }, { "id": "csp-violation-object-hdr", "level": 4, "title": "Violation object changes", - "number": "4.7.5" + "number": "4.8.5" }, { "id": "csp-eval", "level": 4, "title": "Support for dynamic code compilation", - "number": "4.7.6" + "number": "4.8.6" }, { "id": "security-considerations", @@ -383,23 +383,35 @@ "title": "Plugin navigation", "number": "5.3" }, + { + "id": "script-gadgets", + "level": 3, + "title": "Script gadgets", + "number": "5.4" + }, { "id": "best-practices-for-policy-design", "level": 3, "title": "Best practices for policy design", - "number": "5.4" + "number": "5.5" + }, + { + "id": "privacy-considerations", + "level": 2, + "title": "Privacy Considerations", + "number": "6" }, { "id": "implementation-considerations", "level": 2, "title": "Implementation Considerations", - "number": "6" + "number": "7" }, { "id": "vendor-specific-extensions-and-addons", "level": 3, "title": "Vendor-specific Extensions and Addons", - "number": "6.1" + "number": "7.1" }, { "id": "conformance", diff --git a/tr/headings/webpackage.json b/tr/headings/webpackage.json index bb4b6b582a75..943b2301b66b 100644 --- a/tr/headings/webpackage.json +++ b/tr/headings/webpackage.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Draft Community Group Report, 5 March 2021" + "title": "Draft Community Group Report, 15 March 2021" }, { "id": "abstract", diff --git a/tr/headings/webrtc-insertable-streams.json b/tr/headings/webrtc-insertable-streams.json index 774eeb44fde6..6214a9c9457b 100644 --- a/tr/headings/webrtc-insertable-streams.json +++ b/tr/headings/webrtc-insertable-streams.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Editor’s Draft, 8 March 2021" + "title": "Editor’s Draft, 12 March 2021" }, { "id": "abstract", diff --git a/tr/headings/webtransport.json b/tr/headings/webtransport.json index 342f4625b873..d4793f50a336 100644 --- a/tr/headings/webtransport.json +++ b/tr/headings/webtransport.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Editor’s Draft, 3 March 2021" + "title": "Editor’s Draft, 10 March 2021" }, { "id": "abstract", diff --git a/tr/headings/xhr.json b/tr/headings/xhr.json index 119aa0d31278..5b3ef0cc23d2 100644 --- a/tr/headings/xhr.json +++ b/tr/headings/xhr.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Living Standard — Last Updated 3 March 2021" + "title": "Living Standard — Last Updated 11 March 2021" }, { "id": "abstract", diff --git a/tr/idl/CSP.idl b/tr/idl/CSP.idl index 3a17d8beb486..8520b57dabb2 100644 --- a/tr/idl/CSP.idl +++ b/tr/idl/CSP.idl @@ -3,38 +3,56 @@ // (https://github.com/w3c/webref) // Source: Content Security Policy Level 3 (https://www.w3.org/TR/CSP3/) +[Exposed=Window] +interface CSPViolationReportBody : ReportBody { + readonly attribute USVString documentURL; + readonly attribute USVString? referrer; + readonly attribute USVString? blockedURL; + readonly attribute DOMString effectiveDirective; + readonly attribute DOMString originalPolicy; + readonly attribute USVString? sourceFile; + readonly attribute DOMString? sample; + readonly attribute SecurityPolicyViolationEventDisposition disposition; + readonly attribute unsigned short statusCode; + readonly attribute unsigned long? lineNumber; + readonly attribute unsigned long? columnNumber; +}; + enum SecurityPolicyViolationEventDisposition { "enforce", "report" }; -[Constructor(DOMString type, optional SecurityPolicyViolationEventInit eventInitDict), - Exposed=(Window,Worker)] +[Exposed=(Window,Worker)] interface SecurityPolicyViolationEvent : Event { - readonly attribute USVString documentURI; + constructor(DOMString type, optional SecurityPolicyViolationEventInit eventInitDict = {}); + readonly attribute USVString documentURL; + readonly attribute USVString documentURI; // historical alias of documentURL readonly attribute USVString referrer; - readonly attribute USVString blockedURI; - readonly attribute DOMString violatedDirective; + readonly attribute USVString blockedURL; + readonly attribute USVString blockedURI; // historical alias of blockedURL readonly attribute DOMString effectiveDirective; + readonly attribute DOMString violatedDirective; // historical alias of effectiveDirective readonly attribute DOMString originalPolicy; readonly attribute USVString sourceFile; readonly attribute DOMString sample; readonly attribute SecurityPolicyViolationEventDisposition disposition; readonly attribute unsigned short statusCode; - readonly attribute unsigned long lineNumber; - readonly attribute unsigned long columnNumber; + readonly attribute unsigned long lineno; + readonly attribute unsigned long lineNumber; // historical alias of lineno + readonly attribute unsigned long colno; + readonly attribute unsigned long columnNumber; // historical alias of colno }; dictionary SecurityPolicyViolationEventInit : EventInit { - required USVString documentURI; + required USVString documentURL; USVString referrer = ""; - USVString blockedURI = ""; - required DOMString violatedDirective; + USVString blockedURL = ""; required DOMString effectiveDirective; required DOMString originalPolicy; USVString sourceFile = ""; DOMString sample = ""; required SecurityPolicyViolationEventDisposition disposition; required unsigned short statusCode; - unsigned long lineNumber = 0; - unsigned long columnNumber = 0; + unsigned long lineno = 0; + unsigned long colno = 0; }; diff --git a/tr/idl/dom.idl b/tr/idl/dom.idl index bd8a17a37931..819e963482c9 100644 --- a/tr/idl/dom.idl +++ b/tr/idl/dom.idl @@ -93,6 +93,8 @@ interface AbortController { [Exposed=(Window,Worker)] interface AbortSignal : EventTarget { + [NewObject] static AbortSignal abort(); + readonly attribute boolean aborted; attribute EventHandler onabort; diff --git a/tr/idl/trusted-types.idl b/tr/idl/trusted-types.idl index b07503878b7a..3736a9142339 100644 --- a/tr/idl/trusted-types.idl +++ b/tr/idl/trusted-types.idl @@ -63,6 +63,6 @@ typedef [StringContext=TrustedScript] DOMString ScriptString; typedef [StringContext=TrustedScriptURL] USVString ScriptURLString; typedef (TrustedHTML or TrustedScript or TrustedScriptURL) TrustedType; -partial interface WindowOrWorkerGlobalScope { +partial interface mixin WindowOrWorkerGlobalScope { readonly attribute TrustedTypePolicyFactory trustedTypes; }; diff --git a/tr/idl/webrtc-insertable-streams.idl b/tr/idl/webrtc-insertable-streams.idl index 51c4078caef0..0a3b135464fa 100644 --- a/tr/idl/webrtc-insertable-streams.idl +++ b/tr/idl/webrtc-insertable-streams.idl @@ -3,6 +3,12 @@ // (https://github.com/w3c/webref) // Source: WebRTC Insertable Media using Streams (https://w3c.github.io/webrtc-insertable-streams/) +// New dictionary +dictionary RTCInsertableStreams { + ReadableStream readable; + WritableStream writable; +}; + // New fields in RTCConfiguration partial dictionary RTCConfiguration { boolean encodedInsertableStreams = false; @@ -80,7 +86,7 @@ interface RTCEncodedAudioFrame { // New interfaces to expose JavaScript-based transforms. -[Global=(Worker,DedicatedWorker),Exposed=DedicatedWorker] +[Exposed=DedicatedWorker] interface RTCTransformEvent : Event { readonly attribute RTCRtpScriptTransformer transformer; }; @@ -89,14 +95,14 @@ partial interface DedicatedWorkerGlobalScope { attribute EventHandler onrtctransform; }; -[Global=(Worker,DedicatedWorker),Exposed=DedicatedWorker] +[Exposed=DedicatedWorker] interface RTCRtpScriptTransformer { readonly attribute ReadableStream readable; readonly attribute WritableStream writable; readonly attribute any options; }; -[Exposed=(Window)] +[Exposed=Window] interface RTCRtpScriptTransform { constructor(Worker worker, optional any options); // FIXME: add messaging methods. diff --git a/tr/idlnames.json b/tr/idlnames.json index f0e3b08bcc39..618653a6af02 100644 --- a/tr/idlnames.json +++ b/tr/idlnames.json @@ -643,6 +643,10 @@ "fragment": "idlnames/COSEAlgorithmIdentifier.idl", "parsed": "idlnamesparsed/COSEAlgorithmIdentifier.json" }, + "CSPViolationReportBody": { + "fragment": "idlnames/CSPViolationReportBody.idl", + "parsed": "idlnamesparsed/CSPViolationReportBody.json" + }, "CSS": { "fragment": "idlnames/CSS.idl", "parsed": "idlnamesparsed/CSS.json" @@ -5355,6 +5359,10 @@ "fragment": "idlnames/RTCInboundRtpStreamStats.idl", "parsed": "idlnamesparsed/RTCInboundRtpStreamStats.json" }, + "RTCInsertableStreams": { + "fragment": "idlnames/RTCInsertableStreams.idl", + "parsed": "idlnamesparsed/RTCInsertableStreams.json" + }, "RTCLocalSessionDescriptionInit": { "fragment": "idlnames/RTCLocalSessionDescriptionInit.idl", "parsed": "idlnamesparsed/RTCLocalSessionDescriptionInit.json" diff --git a/tr/idlnames/AbortSignal.idl b/tr/idlnames/AbortSignal.idl index 7884d7ebbd59..42e5826f02ea 100644 --- a/tr/idlnames/AbortSignal.idl +++ b/tr/idlnames/AbortSignal.idl @@ -1,6 +1,8 @@ // Source: DOM Standard (https://dom.spec.whatwg.org/) [Exposed=(Window,Worker)] interface AbortSignal : EventTarget { + [NewObject] static AbortSignal abort(); + readonly attribute boolean aborted; attribute EventHandler onabort; diff --git a/tr/idlnames/CSPViolationReportBody.idl b/tr/idlnames/CSPViolationReportBody.idl new file mode 100644 index 000000000000..8937ea24726d --- /dev/null +++ b/tr/idlnames/CSPViolationReportBody.idl @@ -0,0 +1,15 @@ +// Source: Content Security Policy Level 3 (https://www.w3.org/TR/CSP3/) +[Exposed=Window] +interface CSPViolationReportBody : ReportBody { + readonly attribute USVString documentURL; + readonly attribute USVString? referrer; + readonly attribute USVString? blockedURL; + readonly attribute DOMString effectiveDirective; + readonly attribute DOMString originalPolicy; + readonly attribute USVString? sourceFile; + readonly attribute DOMString? sample; + readonly attribute SecurityPolicyViolationEventDisposition disposition; + readonly attribute unsigned short statusCode; + readonly attribute unsigned long? lineNumber; + readonly attribute unsigned long? columnNumber; +}; \ No newline at end of file diff --git a/tr/idlnames/RTCInsertableStreams.idl b/tr/idlnames/RTCInsertableStreams.idl new file mode 100644 index 000000000000..e9d9f2cd3bda --- /dev/null +++ b/tr/idlnames/RTCInsertableStreams.idl @@ -0,0 +1,6 @@ +// Source: WebRTC Insertable Media using Streams (https://w3c.github.io/webrtc-insertable-streams/) +// New dictionary +dictionary RTCInsertableStreams { + ReadableStream readable; + WritableStream writable; +}; \ No newline at end of file diff --git a/tr/idlnames/RTCRtpScriptTransform.idl b/tr/idlnames/RTCRtpScriptTransform.idl index 6baa0c86fc1e..a15b3ac42ee1 100644 --- a/tr/idlnames/RTCRtpScriptTransform.idl +++ b/tr/idlnames/RTCRtpScriptTransform.idl @@ -1,5 +1,5 @@ // Source: WebRTC Insertable Media using Streams (https://w3c.github.io/webrtc-insertable-streams/) -[Exposed=(Window)] +[Exposed=Window] interface RTCRtpScriptTransform { constructor(Worker worker, optional any options); // FIXME: add messaging methods. diff --git a/tr/idlnames/RTCRtpScriptTransformer.idl b/tr/idlnames/RTCRtpScriptTransformer.idl index db5b56a92dde..96ecc381e350 100644 --- a/tr/idlnames/RTCRtpScriptTransformer.idl +++ b/tr/idlnames/RTCRtpScriptTransformer.idl @@ -1,5 +1,5 @@ // Source: WebRTC Insertable Media using Streams (https://w3c.github.io/webrtc-insertable-streams/) -[Global=(Worker,DedicatedWorker),Exposed=DedicatedWorker] +[Exposed=DedicatedWorker] interface RTCRtpScriptTransformer { readonly attribute ReadableStream readable; readonly attribute WritableStream writable; diff --git a/tr/idlnames/RTCTransformEvent.idl b/tr/idlnames/RTCTransformEvent.idl index 9c3d7a226da9..25db5cc611c0 100644 --- a/tr/idlnames/RTCTransformEvent.idl +++ b/tr/idlnames/RTCTransformEvent.idl @@ -1,7 +1,7 @@ // Source: WebRTC Insertable Media using Streams (https://w3c.github.io/webrtc-insertable-streams/) // New interfaces to expose JavaScript-based transforms. -[Global=(Worker,DedicatedWorker),Exposed=DedicatedWorker] +[Exposed=DedicatedWorker] interface RTCTransformEvent : Event { readonly attribute RTCRtpScriptTransformer transformer; }; \ No newline at end of file diff --git a/tr/idlnames/SecurityPolicyViolationEvent.idl b/tr/idlnames/SecurityPolicyViolationEvent.idl index 7021e83b58fd..754c8d9d7a21 100644 --- a/tr/idlnames/SecurityPolicyViolationEvent.idl +++ b/tr/idlnames/SecurityPolicyViolationEvent.idl @@ -1,17 +1,21 @@ // Source: Content Security Policy Level 3 (https://www.w3.org/TR/CSP3/) -[Constructor(DOMString type, optional SecurityPolicyViolationEventInit eventInitDict), - Exposed=(Window,Worker)] +[Exposed=(Window,Worker)] interface SecurityPolicyViolationEvent : Event { - readonly attribute USVString documentURI; + constructor(DOMString type, optional SecurityPolicyViolationEventInit eventInitDict = {}); + readonly attribute USVString documentURL; + readonly attribute USVString documentURI; // historical alias of documentURL readonly attribute USVString referrer; - readonly attribute USVString blockedURI; - readonly attribute DOMString violatedDirective; + readonly attribute USVString blockedURL; + readonly attribute USVString blockedURI; // historical alias of blockedURL readonly attribute DOMString effectiveDirective; + readonly attribute DOMString violatedDirective; // historical alias of effectiveDirective readonly attribute DOMString originalPolicy; readonly attribute USVString sourceFile; readonly attribute DOMString sample; readonly attribute SecurityPolicyViolationEventDisposition disposition; readonly attribute unsigned short statusCode; - readonly attribute unsigned long lineNumber; - readonly attribute unsigned long columnNumber; + readonly attribute unsigned long lineno; + readonly attribute unsigned long lineNumber; // historical alias of lineno + readonly attribute unsigned long colno; + readonly attribute unsigned long columnNumber; // historical alias of colno }; \ No newline at end of file diff --git a/tr/idlnames/SecurityPolicyViolationEventInit.idl b/tr/idlnames/SecurityPolicyViolationEventInit.idl index 41f0ab48c9db..002dcfe40307 100644 --- a/tr/idlnames/SecurityPolicyViolationEventInit.idl +++ b/tr/idlnames/SecurityPolicyViolationEventInit.idl @@ -1,15 +1,14 @@ // Source: Content Security Policy Level 3 (https://www.w3.org/TR/CSP3/) dictionary SecurityPolicyViolationEventInit : EventInit { - required USVString documentURI; + required USVString documentURL; USVString referrer = ""; - USVString blockedURI = ""; - required DOMString violatedDirective; + USVString blockedURL = ""; required DOMString effectiveDirective; required DOMString originalPolicy; USVString sourceFile = ""; DOMString sample = ""; required SecurityPolicyViolationEventDisposition disposition; required unsigned short statusCode; - unsigned long lineNumber = 0; - unsigned long columnNumber = 0; + unsigned long lineno = 0; + unsigned long colno = 0; }; \ No newline at end of file diff --git a/tr/idlnames/WindowOrWorkerGlobalScope.idl b/tr/idlnames/WindowOrWorkerGlobalScope.idl index 8f4ba8d4a621..b9357dd9c4ed 100644 --- a/tr/idlnames/WindowOrWorkerGlobalScope.idl +++ b/tr/idlnames/WindowOrWorkerGlobalScope.idl @@ -28,7 +28,7 @@ partial interface mixin WindowOrWorkerGlobalScope { }; // Source: Trusted Types (https://w3c.github.io/webappsec-trusted-types/dist/spec/) -partial interface WindowOrWorkerGlobalScope { +partial interface mixin WindowOrWorkerGlobalScope { readonly attribute TrustedTypePolicyFactory trustedTypes; }; diff --git a/tr/idlnames/undefined.idl b/tr/idlnames/undefined.idl new file mode 100644 index 000000000000..10a06201c3c3 --- /dev/null +++ b/tr/idlnames/undefined.idl @@ -0,0 +1,103 @@ +// Source: The Screen Fold API (https://www.w3.org/TR/screen-fold/) +[SecureContext] +partial interface Screen { + [SameObject] readonly attribute ScreenFold fold; +}; + +// Source: The Screen Orientation API (https://www.w3.org/TR/screen-orientation/) +partial interface Screen { + [SameObject] readonly attribute ScreenOrientation orientation; +};UPPORTS_RULE = 12; +}; + +// Source: CSS Counter Styles Level 3 (https://www.w3.org/TR/css-counter-styles-3/) +partial interface CSSRule { + const unsigned short COUNTER_STYLE_RULE = 11; +}; + +// Source: CSS Device Adaptation Module Level 1 (https://www.w3.org/TR/css-device-adapt-1/) +partial interface CSSRule { + const unsigned short VIEWPORT_RULE = 15; +}; + +// Source: CSS Fonts Module Level 4 (https://www.w3.org/TR/css-fonts-4/) +partial interface CSSRule { const unsigned short FONT_FEATURE_VALUES_RULE = 14; +}; + +// Source: CSS Fonts Module Level 4 (https://www.w3.org/TR/css-fonts-4/) +partial interface CSSRule { const unsigned short FONT_PALETTE_VALUES_RULE = 15; +};odule Level 3 (https://www.w3.org/TR/css-conditional-3/) +partial namespace CSS { + boolean supports(CSSOMString property, CSSOMString value); + boolean supports(CSSOMString conditionText); +}; + +// Source: CSS Custom Highlight API Module Level 1 (https://www.w3.org/TR/css-highlight-api-1/) +partial namespace CSS { + readonly attribute HighlightsRegister highlights; +}; + +// Source: CSS Image Values and Replaced Content Module Level 4 (https://www.w3.org/TR/css-images-4/) +partial interface CSS { + [SameObject] readonly attribute Map elementSources; +}; + +// Source: CSS Painting API Level 1 (https://www.w3.org/TR/css-paint-api-1/) +partial namespace CSS { + [SameObject] readonly attribute Worklet paintWorklet; +}; + +// Source: CSS Properties and Values API Level 1 (https://www.w3.org/TR/css-properties-values-api-1/) +partial namespace CSS { + undefined registerProperty(PropertyDefinition definition); +}; + +// Source: CSS Typed OM Level 1 (https://www.w3.org/TR/css-typed-om-1/) +partial namespace CSS { + CSSUnitValue number(double value); + CSSUnitValue percent(double value); + + // + CSSUnitValue em(double value); + CSSUnitValue ex(double value); + CSSUnitValue ch(double value); + CSSUnitValue ic(double value); + CSSUnitValue rem(double value); + CSSUnitValue lh(double value); + CSSUnitValue rlh(double value); + CSSUnitValue vw(double value); + CSSUnitValue vh(double value); + CSSUnitValue vi(double value); + CSSUnitValue vb(double value); + CSSUnitValue vmin(double value); + CSSUnitValue vmax(double value); + CSSUnitValue cm(double value); + CSSUnitValue mm(double value); + CSSUnitValue Q(double value); + CSSUnitValue in(double value); + CSSUnitValue pt(double value); + CSSUnitValue pc(double value); + CSSUnitValue px(double value); + + // + CSSUnitValue deg(double value); + CSSUnitValue grad(double value); + CSSUnitValue rad(double value); + CSSUnitValue turn(double value); + + //