diff --git a/tr/css/css-easing.json b/tr/css/css-easing.json index 0a22fb42ec0d..715a4495ee7c 100644 --- a/tr/css/css-easing.json +++ b/tr/css/css-easing.json @@ -1,13 +1,13 @@ { "spec": { - "title": "CSS Easing Functions Level 2", - "url": "https://drafts.csswg.org/css-easing-2/" + "title": "CSS Easing Functions Level 1", + "url": "https://www.w3.org/TR/css-easing-1/" }, "properties": {}, "atrules": {}, "valuespaces": { "": { - "value": "linear | | | " + "value": "linear | | " }, "": { "value": "ease | ease-in | ease-out | ease-in-out | cubic-bezier(, , , )" @@ -23,18 +23,6 @@ }, "": { "value": "steps([, ]?)" - }, - "": { - "value": "linear()" - }, - "": { - "value": "[ ]#" - }, - "": { - "value": " && ?" - }, - "": { - "value": "{1,2}" } } } diff --git a/tr/css/css-variables.json b/tr/css/css-variables.json index 39a95076d9bf..36f7a4d416ee 100644 --- a/tr/css/css-variables.json +++ b/tr/css/css-variables.json @@ -1,7 +1,7 @@ { "spec": { - "title": "CSS Custom Properties for Cascading Variables Module Level 2", - "url": "https://drafts.csswg.org/css-variables-2/" + "title": "CSS Custom Properties for Cascading Variables Module Level 1", + "url": "https://www.w3.org/TR/css-variables-1/" }, "properties": {}, "atrules": {}, diff --git a/tr/dfns/CSP3.json b/tr/dfns/CSP3.json index 1af76903dd84..c4384b304619 100644 --- a/tr/dfns/CSP3.json +++ b/tr/dfns/CSP3.json @@ -619,6 +619,27 @@ }, "definedIn": "prose" }, + { + "id": "directive-webrtc-pre-connect-check", + "href": "https://www.w3.org/TR/CSP3/#directive-webrtc-pre-connect-check", + "linkingText": [ + "webrtc pre-connect check" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "directive" + ], + "access": "public", + "informative": false, + "heading": { + "id": "framework-directives", + "href": "https://www.w3.org/TR/CSP3/#framework-directives", + "title": "Directives", + "number": "2.3" + }, + "definedIn": "prose" + }, { "id": "source-lists", "href": "https://www.w3.org/TR/CSP3/#source-lists", @@ -1018,6 +1039,25 @@ }, "definedIn": "pre" }, + { + "id": "grammardef-wasm-unsafe-eval", + "href": "https://www.w3.org/TR/CSP3/#grammardef-wasm-unsafe-eval", + "linkingText": [ + "'wasm-unsafe-eval'" + ], + "localLinkingText": [], + "type": "grammar", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "framework-directive-source-list", + "href": "https://www.w3.org/TR/CSP3/#framework-directive-source-list", + "title": "Source Lists", + "number": "2.3.1" + }, + "definedIn": "pre" + }, { "id": "grammardef-nonce-source", "href": "https://www.w3.org/TR/CSP3/#grammardef-nonce-source", @@ -1639,7 +1679,7 @@ "id": "can-compile-strings", "href": "https://www.w3.org/TR/CSP3/#can-compile-strings", "linkingText": [ - "EnsureCSPDoesNotBlockStringCompilation(callerRealm, calleeRealm, source)" + "EnsureCSPDoesNotBlockStringCompilation(realm, source)" ], "localLinkingText": [], "type": "dfn", @@ -1649,8 +1689,27 @@ "heading": { "id": "can-compile-strings", "href": "https://www.w3.org/TR/CSP3/#can-compile-strings", - "title": "EnsureCSPDoesNotBlockStringCompilation(callerRealm, calleeRealm, source)", - "number": "4.3.1" + "title": "EnsureCSPDoesNotBlockStringCompilation(realm, source)", + "number": "4.4.1" + }, + "definedIn": "heading" + }, + { + "id": "can-compile-wasm-bytes", + "href": "https://www.w3.org/TR/CSP3/#can-compile-wasm-bytes", + "linkingText": [ + "EnsureCSPDoesNotBlockWasmByteCompilation(realm)" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "can-compile-wasm-bytes", + "href": "https://www.w3.org/TR/CSP3/#can-compile-wasm-bytes", + "title": "EnsureCSPDoesNotBlockWasmByteCompilation(realm)", + "number": "4.5.1" }, "definedIn": "heading" }, @@ -1692,6 +1751,27 @@ }, "definedIn": "pre" }, + { + "id": "dom-cspviolationreportbody-tojson", + "href": "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-tojson", + "linkingText": [ + "toJSON()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "CSPViolationReportBody" + ], + "access": "public", + "informative": false, + "heading": { + "id": "reporting", + "href": "https://www.w3.org/TR/CSP3/#reporting", + "title": "Reporting", + "number": "5" + }, + "definedIn": "pre" + }, { "id": "dom-cspviolationreportbody-documenturl", "href": "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-documenturl", @@ -2921,6 +3001,63 @@ }, "definedIn": "prose" }, + { + "id": "webrtc", + "href": "https://www.w3.org/TR/CSP3/#webrtc", + "linkingText": [ + "webrtc" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "directive-webrtc", + "href": "https://www.w3.org/TR/CSP3/#directive-webrtc", + "title": "webrtc", + "number": "6.2.1" + }, + "definedIn": "prose" + }, + { + "id": "grammardef-allow", + "href": "https://www.w3.org/TR/CSP3/#grammardef-allow", + "linkingText": [ + "'allow'" + ], + "localLinkingText": [], + "type": "grammar", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "directive-webrtc", + "href": "https://www.w3.org/TR/CSP3/#directive-webrtc", + "title": "webrtc", + "number": "6.2.1" + }, + "definedIn": "pre" + }, + { + "id": "grammardef-block", + "href": "https://www.w3.org/TR/CSP3/#grammardef-block", + "linkingText": [ + "'block'" + ], + "localLinkingText": [], + "type": "grammar", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "directive-webrtc", + "href": "https://www.w3.org/TR/CSP3/#directive-webrtc", + "title": "webrtc", + "number": "6.2.1" + }, + "definedIn": "pre" + }, { "id": "worker-src", "href": "https://www.w3.org/TR/CSP3/#worker-src", @@ -2936,7 +3073,7 @@ "id": "directive-worker-src", "href": "https://www.w3.org/TR/CSP3/#directive-worker-src", "title": "worker-src", - "number": "6.1.17" + "number": "6.2.2" }, "definedIn": "prose" }, @@ -2955,7 +3092,7 @@ "id": "directive-base-uri", "href": "https://www.w3.org/TR/CSP3/#directive-base-uri", "title": "base-uri", - "number": "6.2.1" + "number": "6.3.1" }, "definedIn": "prose" }, @@ -2974,7 +3111,7 @@ "id": "allow-base-for-document", "href": "https://www.w3.org/TR/CSP3/#allow-base-for-document", "title": "Is base allowed for document?", - "number": "6.2.1.1" + "number": "6.3.1.1" }, "definedIn": "heading" }, @@ -2993,7 +3130,7 @@ "id": "directive-sandbox", "href": "https://www.w3.org/TR/CSP3/#directive-sandbox", "title": "sandbox", - "number": "6.2.2" + "number": "6.3.2" }, "definedIn": "prose" }, @@ -3012,7 +3149,7 @@ "id": "directive-form-action", "href": "https://www.w3.org/TR/CSP3/#directive-form-action", "title": "form-action", - "number": "6.3.1" + "number": "6.4.1" }, "definedIn": "prose" }, @@ -3031,7 +3168,7 @@ "id": "directive-frame-ancestors", "href": "https://www.w3.org/TR/CSP3/#directive-frame-ancestors", "title": "frame-ancestors", - "number": "6.3.2" + "number": "6.4.2" }, "definedIn": "prose" }, @@ -3050,7 +3187,7 @@ "id": "directive-frame-ancestors", "href": "https://www.w3.org/TR/CSP3/#directive-frame-ancestors", "title": "frame-ancestors", - "number": "6.3.2" + "number": "6.4.2" }, "definedIn": "pre" }, @@ -3069,29 +3206,10 @@ "id": "directive-frame-ancestors", "href": "https://www.w3.org/TR/CSP3/#directive-frame-ancestors", "title": "frame-ancestors", - "number": "6.3.2" + "number": "6.4.2" }, "definedIn": "pre" }, - { - "id": "navigate-to", - "href": "https://www.w3.org/TR/CSP3/#navigate-to", - "linkingText": [ - "navigate-to" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "directive-navigate-to", - "href": "https://www.w3.org/TR/CSP3/#directive-navigate-to", - "title": "navigate-to", - "number": "6.3.3" - }, - "definedIn": "prose" - }, { "id": "report-uri", "href": "https://www.w3.org/TR/CSP3/#report-uri", @@ -3107,7 +3225,7 @@ "id": "directive-report-uri", "href": "https://www.w3.org/TR/CSP3/#directive-report-uri", "title": "report-uri", - "number": "6.4.1" + "number": "6.5.1" }, "definedIn": "prose" }, @@ -3126,7 +3244,7 @@ "id": "directive-report-to", "href": "https://www.w3.org/TR/CSP3/#directive-report-to", "title": "report-to", - "number": "6.4.2" + "number": "6.5.2" }, "definedIn": "prose" }, @@ -3145,7 +3263,7 @@ "id": "match-schemes", "href": "https://www.w3.org/TR/CSP3/#match-schemes", "title": "scheme-part matching", - "number": "6.6.2.7" + "number": "6.7.2.7" }, "definedIn": "prose" }, @@ -3164,7 +3282,7 @@ "id": "match-hosts", "href": "https://www.w3.org/TR/CSP3/#match-hosts", "title": "host-part matching", - "number": "6.6.2.8" + "number": "6.7.2.8" }, "definedIn": "prose" }, @@ -3183,7 +3301,7 @@ "id": "match-ports", "href": "https://www.w3.org/TR/CSP3/#match-ports", "title": "port-part matching", - "number": "6.6.2.9" + "number": "6.7.2.9" }, "definedIn": "prose" }, @@ -3202,7 +3320,7 @@ "id": "match-paths", "href": "https://www.w3.org/TR/CSP3/#match-paths", "title": "path-part matching", - "number": "6.6.2.10" + "number": "6.7.2.10" }, "definedIn": "prose" }, @@ -3225,7 +3343,7 @@ "id": "allow-all-inline", "href": "https://www.w3.org/TR/CSP3/#allow-all-inline", "title": "Does a source list allow all inline behavior for type?", - "number": "6.6.3.2" + "number": "6.7.3.2" }, "definedIn": "prose" }, @@ -3246,7 +3364,7 @@ "id": "effective-directive-for-a-request", "href": "https://www.w3.org/TR/CSP3/#effective-directive-for-a-request", "title": "Get the effective directive for request", - "number": "6.7.1" + "number": "6.8.1" }, "definedIn": "prose" } diff --git a/tr/dfns/WGSL.json b/tr/dfns/WGSL.json index bbe199b97c02..effefe8e5e4b 100644 --- a/tr/dfns/WGSL.json +++ b/tr/dfns/WGSL.json @@ -2537,10 +2537,10 @@ "definedIn": "table" }, { - "id": "syntax-array_type_decl", - "href": "https://www.w3.org/TR/WGSL/#syntax-array_type_decl", + "id": "syntax-array_type_specifier", + "href": "https://www.w3.org/TR/WGSL/#syntax-array_type_specifier", "linkingText": [ - "array_type_decl" + "array_type_specifier" ], "localLinkingText": [], "type": "dfn", @@ -4084,10 +4084,10 @@ "definedIn": "prose" }, { - "id": "syntax-type_decl", - "href": "https://www.w3.org/TR/WGSL/#syntax-type_decl", + "id": "syntax-type_specifier", + "href": "https://www.w3.org/TR/WGSL/#syntax-type_specifier", "linkingText": [ - "type_decl" + "type_specifier" ], "localLinkingText": [], "type": "dfn", @@ -4097,18 +4097,18 @@ "access": "private", "informative": false, "heading": { - "id": "type-declarations", - "href": "https://www.w3.org/TR/WGSL/#type-declarations", - "title": "Type Declaration Grammar", + "id": "type-specifiers", + "href": "https://www.w3.org/TR/WGSL/#type-specifiers", + "title": "Type Specifier Grammar", "number": "5.7" }, "definedIn": "prose" }, { - "id": "syntax-type_decl_without_ident", - "href": "https://www.w3.org/TR/WGSL/#syntax-type_decl_without_ident", + "id": "syntax-type_specifier_without_ident", + "href": "https://www.w3.org/TR/WGSL/#syntax-type_specifier_without_ident", "linkingText": [ - "type_decl_without_ident" + "type_specifier_without_ident" ], "localLinkingText": [], "type": "dfn", @@ -4118,9 +4118,9 @@ "access": "private", "informative": false, "heading": { - "id": "type-declarations", - "href": "https://www.w3.org/TR/WGSL/#type-declarations", - "title": "Type Declaration Grammar", + "id": "type-specifiers", + "href": "https://www.w3.org/TR/WGSL/#type-specifiers", + "title": "Type Specifier Grammar", "number": "5.7" }, "definedIn": "prose" @@ -4139,9 +4139,9 @@ "access": "private", "informative": false, "heading": { - "id": "type-declarations", - "href": "https://www.w3.org/TR/WGSL/#type-declarations", - "title": "Type Declaration Grammar", + "id": "type-specifiers", + "href": "https://www.w3.org/TR/WGSL/#type-specifiers", + "title": "Type Specifier Grammar", "number": "5.7" }, "definedIn": "prose" @@ -4160,9 +4160,9 @@ "access": "private", "informative": false, "heading": { - "id": "type-declarations", - "href": "https://www.w3.org/TR/WGSL/#type-declarations", - "title": "Type Declaration Grammar", + "id": "type-specifiers", + "href": "https://www.w3.org/TR/WGSL/#type-specifiers", + "title": "Type Specifier Grammar", "number": "5.7" }, "definedIn": "prose" @@ -12040,10 +12040,10 @@ "definedIn": "prose" }, { - "id": "recursive-descent-syntax-type_decl", - "href": "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-type_decl", + "id": "recursive-descent-syntax-type_specifier", + "href": "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-type_specifier", "linkingText": [ - "type_decl" + "type_specifier" ], "localLinkingText": [], "type": "dfn", @@ -12060,10 +12060,10 @@ "definedIn": "prose" }, { - "id": "recursive-descent-syntax-type_decl_without_ident", - "href": "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-type_decl_without_ident", + "id": "recursive-descent-syntax-type_specifier_without_ident", + "href": "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-type_specifier_without_ident", "linkingText": [ - "type_decl_without_ident" + "type_specifier_without_ident" ], "localLinkingText": [], "type": "dfn", diff --git a/tr/dfns/anchors.json b/tr/dfns/anchors.json index f1845488c3db..6a579ed752bc 100644 --- a/tr/dfns/anchors.json +++ b/tr/dfns/anchors.json @@ -63,6 +63,27 @@ }, "definedIn": "pre" }, + { + "id": "dom-xranchor-requestpersistenthandle", + "href": "https://immersive-web.github.io/anchors/#dom-xranchor-requestpersistenthandle", + "linkingText": [ + "requestPersistentHandle()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "XRAnchor" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xr-anchor", + "href": "https://immersive-web.github.io/anchors/#xr-anchor", + "title": "XRAnchor", + "number": "3.1" + }, + "definedIn": "pre" + }, { "id": "dom-xranchor-delete", "href": "https://immersive-web.github.io/anchors/#dom-xranchor-delete", @@ -187,6 +208,27 @@ }, "definedIn": "prose" }, + { + "id": "xrsession-map-of-persistent-anchors", + "href": "https://immersive-web.github.io/anchors/#xrsession-map-of-persistent-anchors", + "linkingText": [ + "map of persistent anchors" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "XRSession" + ], + "access": "private", + "informative": false, + "heading": { + "id": "anchor-creation", + "href": "https://immersive-web.github.io/anchors/#anchor-creation", + "title": "Anchor creation", + "number": "4" + }, + "definedIn": "prose" + }, { "id": "xrsession-map-of-new-anchors", "href": "https://immersive-web.github.io/anchors/#xrsession-map-of-new-anchors", @@ -271,6 +313,90 @@ }, "definedIn": "pre" }, + { + "id": "dom-xrsession-restorepersistentanchor", + "href": "https://immersive-web.github.io/anchors/#dom-xrsession-restorepersistentanchor", + "linkingText": [ + "restorePersistentAnchor(uuid)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "XRSession" + ], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-creation", + "href": "https://immersive-web.github.io/anchors/#anchor-creation", + "title": "Anchor creation", + "number": "4" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrsession-restorepersistentanchor-uuid-uuid", + "href": "https://immersive-web.github.io/anchors/#dom-xrsession-restorepersistentanchor-uuid-uuid", + "linkingText": [ + "uuid" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "XRSession/restorePersistentAnchor(uuid)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-creation", + "href": "https://immersive-web.github.io/anchors/#anchor-creation", + "title": "Anchor creation", + "number": "4" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrsession-deletepersistentanchor", + "href": "https://immersive-web.github.io/anchors/#dom-xrsession-deletepersistentanchor", + "linkingText": [ + "deletePersistentAnchor(uuid)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "XRSession" + ], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-creation", + "href": "https://immersive-web.github.io/anchors/#anchor-creation", + "title": "Anchor creation", + "number": "4" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrsession-deletepersistentanchor-uuid-uuid", + "href": "https://immersive-web.github.io/anchors/#dom-xrsession-deletepersistentanchor-uuid-uuid", + "linkingText": [ + "uuid" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "XRSession/deletePersistentAnchor(uuid)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "anchor-creation", + "href": "https://immersive-web.github.io/anchors/#anchor-creation", + "title": "Anchor creation", + "number": "4" + }, + "definedIn": "pre" + }, { "id": "dom-xrhittestresult-createanchor", "href": "https://immersive-web.github.io/anchors/#dom-xrhittestresult-createanchor", diff --git a/tr/dfns/compute-pressure.json b/tr/dfns/compute-pressure.json index 00796ca4d811..4c29b9e2acf6 100644 --- a/tr/dfns/compute-pressure.json +++ b/tr/dfns/compute-pressure.json @@ -880,7 +880,7 @@ "id": "dom-pressureobserveroptions-samplerate", "href": "https://wicg.github.io/compute-pressure/#dom-pressureobserveroptions-samplerate", "linkingText": [ - "samplerate" + "sampleRate" ], "localLinkingText": [], "type": "dict-member", @@ -892,7 +892,7 @@ "heading": { "id": "the-samplerate-member", "href": "https://wicg.github.io/compute-pressure/#the-samplerate-member", - "title": "The samplerate member", + "title": "The sampleRate member", "number": "10.4.1" }, "definedIn": "heading" @@ -911,7 +911,7 @@ "heading": { "id": "the-samplerate-member", "href": "https://wicg.github.io/compute-pressure/#the-samplerate-member", - "title": "The samplerate member", + "title": "The sampleRate member", "number": "10.4.1" }, "definedIn": "prose" diff --git a/tr/dfns/contentEditable.json b/tr/dfns/contentEditable.json new file mode 100644 index 000000000000..3a1a7cb1b1bd --- /dev/null +++ b/tr/dfns/contentEditable.json @@ -0,0 +1,141 @@ +{ + "spec": { + "title": "ContentEditable", + "url": "https://w3c.github.io/contentEditable/" + }, + "dfns": [ + { + "id": "dfn-block-elements", + "href": "https://w3c.github.io/contentEditable/#dfn-block-elements", + "linkingText": [ + "Block elements" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology-0", + "href": "https://w3c.github.io/contentEditable/#terminology-0", + "title": "Terminology", + "number": "3" + }, + "definedIn": "dt" + }, + { + "id": "dfn-contenteditable-false-element", + "href": "https://w3c.github.io/contentEditable/#dfn-contenteditable-false-element", + "linkingText": [ + "contentEditable=false element" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology-0", + "href": "https://w3c.github.io/contentEditable/#terminology-0", + "title": "Terminology", + "number": "3" + }, + "definedIn": "dt" + }, + { + "id": "dfn-editing-host", + "href": "https://w3c.github.io/contentEditable/#dfn-editing-host", + "linkingText": [ + "Editing host" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology-0", + "href": "https://w3c.github.io/contentEditable/#terminology-0", + "title": "Terminology", + "number": "3" + }, + "definedIn": "dt" + }, + { + "id": "dfn-inline-elements", + "href": "https://w3c.github.io/contentEditable/#dfn-inline-elements", + "linkingText": [ + "Inline elements" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology-0", + "href": "https://w3c.github.io/contentEditable/#terminology-0", + "title": "Terminology", + "number": "3" + }, + "definedIn": "dt" + }, + { + "id": "dfn-invisible-elements", + "href": "https://w3c.github.io/contentEditable/#dfn-invisible-elements", + "linkingText": [ + "Invisible elements" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology-0", + "href": "https://w3c.github.io/contentEditable/#terminology-0", + "title": "Terminology", + "number": "3" + }, + "definedIn": "dt" + }, + { + "id": "dfn-legal-caret-positions", + "href": "https://w3c.github.io/contentEditable/#dfn-legal-caret-positions", + "linkingText": [ + "Legal Caret Positions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology-0", + "href": "https://w3c.github.io/contentEditable/#terminology-0", + "title": "Terminology", + "number": "3" + }, + "definedIn": "dt" + }, + { + "id": "dfn-stub-elements", + "href": "https://w3c.github.io/contentEditable/#dfn-stub-elements", + "linkingText": [ + "Stub elements" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology-0", + "href": "https://w3c.github.io/contentEditable/#terminology-0", + "title": "Terminology", + "number": "3" + }, + "definedIn": "dt" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/css-contain-2.json b/tr/dfns/css-contain-2.json index abd779f478d0..f9905c44032c 100644 --- a/tr/dfns/css-contain-2.json +++ b/tr/dfns/css-contain-2.json @@ -572,6 +572,179 @@ "number": "4" }, "definedIn": "prose" + }, + { + "id": "eventdef-element-contentvisibilityautostatechanged", + "href": "https://www.w3.org/TR/css-contain-2/#eventdef-element-contentvisibilityautostatechanged", + "linkingText": [ + "contentvisibilityautostatechanged" + ], + "localLinkingText": [], + "type": "event", + "for": [ + "Element" + ], + "access": "public", + "informative": false, + "heading": { + "id": "content-visibility-auto-state-changed", + "href": "https://www.w3.org/TR/css-contain-2/#content-visibility-auto-state-changed", + "title": "Detecting content-visibility: auto state changes: the contentvisibilityautostatechanged event", + "number": "4.3" + }, + "definedIn": "prose" + }, + { + "id": "contentvisibilityautostatechangedevent", + "href": "https://www.w3.org/TR/css-contain-2/#contentvisibilityautostatechangedevent", + "linkingText": [ + "ContentVisibilityAutoStateChangedEvent" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "content-visibility-auto-state-changed", + "href": "https://www.w3.org/TR/css-contain-2/#content-visibility-auto-state-changed", + "title": "Detecting content-visibility: auto state changes: the contentvisibilityautostatechanged event", + "number": "4.3" + }, + "definedIn": "pre" + }, + { + "id": "dom-contentvisibilityautostatechangedevent-contentvisibilityautostatechangedevent", + "href": "https://www.w3.org/TR/css-contain-2/#dom-contentvisibilityautostatechangedevent-contentvisibilityautostatechangedevent", + "linkingText": [ + "ContentVisibilityAutoStateChangedEvent(type, eventInitDict)", + "constructor(type, eventInitDict)", + "ContentVisibilityAutoStateChangedEvent(type)", + "constructor(type)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "ContentVisibilityAutoStateChangedEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "content-visibility-auto-state-changed", + "href": "https://www.w3.org/TR/css-contain-2/#content-visibility-auto-state-changed", + "title": "Detecting content-visibility: auto state changes: the contentvisibilityautostatechanged event", + "number": "4.3" + }, + "definedIn": "pre" + }, + { + "id": "dom-contentvisibilityautostatechangedevent-contentvisibilityautostatechangedevent-type-eventinitdict-type", + "href": "https://www.w3.org/TR/css-contain-2/#dom-contentvisibilityautostatechangedevent-contentvisibilityautostatechangedevent-type-eventinitdict-type", + "linkingText": [ + "type" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "ContentVisibilityAutoStateChangedEvent/ContentVisibilityAutoStateChangedEvent(type, eventInitDict)", + "ContentVisibilityAutoStateChangedEvent/constructor(type, eventInitDict)", + "ContentVisibilityAutoStateChangedEvent/ContentVisibilityAutoStateChangedEvent(type)", + "ContentVisibilityAutoStateChangedEvent/constructor(type)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "content-visibility-auto-state-changed", + "href": "https://www.w3.org/TR/css-contain-2/#content-visibility-auto-state-changed", + "title": "Detecting content-visibility: auto state changes: the contentvisibilityautostatechanged event", + "number": "4.3" + }, + "definedIn": "pre" + }, + { + "id": "dom-contentvisibilityautostatechangedevent-contentvisibilityautostatechangedevent-type-eventinitdict-eventinitdict", + "href": "https://www.w3.org/TR/css-contain-2/#dom-contentvisibilityautostatechangedevent-contentvisibilityautostatechangedevent-type-eventinitdict-eventinitdict", + "linkingText": [ + "eventInitDict" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "ContentVisibilityAutoStateChangedEvent/ContentVisibilityAutoStateChangedEvent(type, eventInitDict)", + "ContentVisibilityAutoStateChangedEvent/constructor(type, eventInitDict)", + "ContentVisibilityAutoStateChangedEvent/ContentVisibilityAutoStateChangedEvent(type)", + "ContentVisibilityAutoStateChangedEvent/constructor(type)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "content-visibility-auto-state-changed", + "href": "https://www.w3.org/TR/css-contain-2/#content-visibility-auto-state-changed", + "title": "Detecting content-visibility: auto state changes: the contentvisibilityautostatechanged event", + "number": "4.3" + }, + "definedIn": "pre" + }, + { + "id": "dictdef-contentvisibilityautostatechangedeventinit", + "href": "https://www.w3.org/TR/css-contain-2/#dictdef-contentvisibilityautostatechangedeventinit", + "linkingText": [ + "ContentVisibilityAutoStateChangedEventInit" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "content-visibility-auto-state-changed", + "href": "https://www.w3.org/TR/css-contain-2/#content-visibility-auto-state-changed", + "title": "Detecting content-visibility: auto state changes: the contentvisibilityautostatechanged event", + "number": "4.3" + }, + "definedIn": "pre" + }, + { + "id": "dom-contentvisibilityautostatechangedevent-skipped", + "href": "https://www.w3.org/TR/css-contain-2/#dom-contentvisibilityautostatechangedevent-skipped", + "linkingText": [ + "skipped" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "ContentVisibilityAutoStateChangedEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "content-visibility-auto-state-changed", + "href": "https://www.w3.org/TR/css-contain-2/#content-visibility-auto-state-changed", + "title": "Detecting content-visibility: auto state changes: the contentvisibilityautostatechanged event", + "number": "4.3" + }, + "definedIn": "dt" + }, + { + "id": "dom-contentvisibilityautostatechangedeventinit-skipped", + "href": "https://www.w3.org/TR/css-contain-2/#dom-contentvisibilityautostatechangedeventinit-skipped", + "linkingText": [ + "skipped" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "ContentVisibilityAutoStateChangedEventInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "content-visibility-auto-state-changed", + "href": "https://www.w3.org/TR/css-contain-2/#content-visibility-auto-state-changed", + "title": "Detecting content-visibility: auto state changes: the contentvisibilityautostatechanged event", + "number": "4.3" + }, + "definedIn": "dt" } ] } \ No newline at end of file diff --git a/tr/dfns/epub-rs-33.json b/tr/dfns/epub-rs-33.json index c24faf163d72..697f573f5e24 100644 --- a/tr/dfns/epub-rs-33.json +++ b/tr/dfns/epub-rs-33.json @@ -55,7 +55,8 @@ "heading": { "id": "app-epubReadingSystem", "href": "https://www.w3.org/TR/epub-rs-33/#app-epubReadingSystem", - "title": "16. epubReadingSystem object" + "title": "epubReadingSystem object", + "number": "B" }, "definedIn": "heading" }, @@ -74,7 +75,7 @@ "id": "app-ers-idl", "href": "https://www.w3.org/TR/epub-rs-33/#app-ers-idl", "title": "Interface definition", - "number": "16.1" + "number": "B.1" }, "definedIn": "pre" }, @@ -97,7 +98,7 @@ "id": "app-ers-desc", "href": "https://www.w3.org/TR/epub-rs-33/#app-ers-desc", "title": "Description", - "number": "16.2" + "number": "B.2" }, "definedIn": "prose" }, @@ -124,7 +125,7 @@ "id": "app-ers-hasFeature-desc", "href": "https://www.w3.org/TR/epub-rs-33/#app-ers-hasFeature-desc", "title": "Description", - "number": "16.4.1.1" + "number": "B.4.1.1" }, "definedIn": "prose" } diff --git a/tr/dfns/html.json b/tr/dfns/html.json index 07cde7530fd0..653da5c8cfd5 100644 --- a/tr/dfns/html.json +++ b/tr/dfns/html.json @@ -8960,10 +8960,10 @@ "definedIn": "prose" }, { - "id": "enumerableownpropertynames", - "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#enumerableownpropertynames", + "id": "enumerableownproperties", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#enumerableownproperties", "linkingText": [ - "EnumerableOwnPropertyNames" + "EnumerableOwnProperties" ], "localLinkingText": [], "type": "dfn", @@ -74051,6 +74051,107 @@ }, "definedIn": "dt" }, + { + "id": "associated-useractivation", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#associated-useractivation", + "linkingText": [ + "associated UserActivation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-useractivation-interface", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface", + "title": "The UserActivation interface", + "number": "6.4.4" + }, + "definedIn": "prose" + }, + { + "id": "useractivation", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#useractivation", + "linkingText": [ + "UserActivation" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-useractivation-interface", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface", + "title": "The UserActivation interface", + "number": "6.4.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-navigator-useractivation", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#dom-navigator-useractivation", + "linkingText": [ + "userActivation" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Navigator" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-useractivation-interface", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface", + "title": "The UserActivation interface", + "number": "6.4.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-useractivation-hasbeenactive", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#dom-useractivation-hasbeenactive", + "linkingText": [ + "hasBeenActive" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "UserActivation" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-useractivation-interface", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface", + "title": "The UserActivation interface", + "number": "6.4.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-useractivation-isactive", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#dom-useractivation-isactive", + "linkingText": [ + "isActive" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "UserActivation" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-useractivation-interface", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface", + "title": "The UserActivation interface", + "number": "6.4.4" + }, + "definedIn": "prose" + }, { "id": "click-in-progress-flag", "href": "https://html.spec.whatwg.org/multipage/interaction.html#click-in-progress-flag", diff --git a/tr/dfns/mediasession.json b/tr/dfns/mediasession.json index ab7deefd486c..74e39e0bc196 100644 --- a/tr/dfns/mediasession.json +++ b/tr/dfns/mediasession.json @@ -439,6 +439,50 @@ }, "definedIn": "prose" }, + { + "id": "dom-mediasessionaction-previousslide", + "href": "https://www.w3.org/TR/mediasession/#dom-mediasessionaction-previousslide", + "linkingText": [ + "\"previousslide\"", + "previousslide" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "MediaSessionAction" + ], + "access": "public", + "informative": false, + "heading": { + "id": "actions-model", + "href": "https://www.w3.org/TR/mediasession/#actions-model", + "title": "Actions", + "number": "5.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-mediasessionaction-nextslide", + "href": "https://www.w3.org/TR/mediasession/#dom-mediasessionaction-nextslide", + "linkingText": [ + "\"nextslide\"", + "nextslide" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "MediaSessionAction" + ], + "access": "public", + "informative": false, + "heading": { + "id": "actions-model", + "href": "https://www.w3.org/TR/mediasession/#actions-model", + "title": "Actions", + "number": "5.4" + }, + "definedIn": "prose" + }, { "id": "supported-media-session-actions", "href": "https://www.w3.org/TR/mediasession/#supported-media-session-actions", diff --git a/tr/dfns/openscreenprotocol.json b/tr/dfns/openscreenprotocol.json index e5f3711603eb..d0a07ccfda06 100644 --- a/tr/dfns/openscreenprotocol.json +++ b/tr/dfns/openscreenprotocol.json @@ -195,6 +195,25 @@ }, "definedIn": "prose" }, + { + "id": "time-scale", + "href": "https://www.w3.org/TR/openscreenprotocol/#time-scale", + "linkingText": [ + "time scale" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "time-representation", + "href": "https://www.w3.org/TR/openscreenprotocol/#time-representation", + "title": "Representation Of Time", + "number": "8" + }, + "definedIn": "prose" + }, { "id": "suspicious-agent", "href": "https://www.w3.org/TR/openscreenprotocol/#suspicious-agent", @@ -210,7 +229,7 @@ "id": "local-active-mitigations", "href": "https://www.w3.org/TR/openscreenprotocol/#local-active-mitigations", "title": "Local active network attackers", - "number": "12.5.2" + "number": "13.5.2" }, "definedIn": "prose" }, @@ -229,7 +248,7 @@ "id": "instance-names", "href": "https://www.w3.org/TR/openscreenprotocol/#instance-names", "title": "Instance and Display Names", - "number": "12.6.1" + "number": "13.6.1" }, "definedIn": "prose" }, diff --git a/tr/dfns/payment-handler.json b/tr/dfns/payment-handler.json index b1e1dadbe0d3..9fc061daee6a 100644 --- a/tr/dfns/payment-handler.json +++ b/tr/dfns/payment-handler.json @@ -2287,24 +2287,6 @@ }, "definedIn": "prose" }, - { - "id": "dfn-uninstalling-flag", - "href": "https://www.w3.org/TR/payment-handler/#dfn-uninstalling-flag", - "linkingText": [ - "uninstalling flag" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "dependencies", - "href": "https://www.w3.org/TR/payment-handler/#dependencies", - "title": "10. Dependencies" - }, - "definedIn": "prose" - }, { "id": "dfn-try-clear-registration", "href": "https://www.w3.org/TR/payment-handler/#dfn-try-clear-registration", diff --git a/tr/dfns/prerendering-revamped.json b/tr/dfns/prerendering-revamped.json index c92a0a29ca33..2189deff6e9b 100644 --- a/tr/dfns/prerendering-revamped.json +++ b/tr/dfns/prerendering-revamped.json @@ -353,6 +353,46 @@ }, "definedIn": "prose" }, + { + "id": "prerendering-browsing-context-prerender-scoped-accept-ch-cache", + "href": "https://wicg.github.io/nav-speculation/prerendering.html#prerendering-browsing-context-prerender-scoped-accept-ch-cache", + "linkingText": [ + "prerender-scoped Accept-CH cache" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "prerendering browsing context" + ], + "access": "private", + "informative": false, + "heading": { + "id": "client-hint-cache", + "href": "https://wicg.github.io/nav-speculation/prerendering.html#client-hint-cache", + "title": "Interaction with Client Hint Cache", + "number": "3.4" + }, + "definedIn": "prose" + }, + { + "id": "add-a-new-prerender-accept-ch-cache-entry", + "href": "https://wicg.github.io/nav-speculation/prerendering.html#add-a-new-prerender-accept-ch-cache-entry", + "linkingText": [ + "add a new prerender Accept-CH cache entry" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "client-hint-cache", + "href": "https://wicg.github.io/nav-speculation/prerendering.html#client-hint-cache", + "title": "Interaction with Client Hint Cache", + "number": "3.4" + }, + "definedIn": "prose" + }, { "id": "http-headerdef-supports-loading-mode", "href": "https://wicg.github.io/nav-speculation/prerendering.html#http-headerdef-supports-loading-mode", diff --git a/tr/dfns/reporting-1.json b/tr/dfns/reporting-1.json index e97dffcaabff..c2aef4399960 100644 --- a/tr/dfns/reporting-1.json +++ b/tr/dfns/reporting-1.json @@ -291,17 +291,15 @@ "definedIn": "prose" }, { - "id": "reporting-queue", - "href": "https://www.w3.org/TR/reporting-1/#reporting-queue", + "id": "generate-a-report", + "href": "https://www.w3.org/TR/reporting-1/#generate-a-report", "linkingText": [ - "queue" + "generate a report" ], "localLinkingText": [], "type": "dfn", - "for": [ - "reporting" - ], - "access": "public", + "for": [], + "access": "private", "informative": false, "heading": { "id": "queue-report", @@ -411,15 +409,15 @@ "definedIn": "prose" }, { - "id": "generate-a-report", - "href": "https://www.w3.org/TR/reporting-1/#generate-a-report", + "id": "generate-and-queue-a-report", + "href": "https://www.w3.org/TR/reporting-1/#generate-and-queue-a-report", "linkingText": [ - "generate a report" + "generate and queue a report" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "generate-report", @@ -1019,7 +1017,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "generate-test-report-command", diff --git a/tr/dfns/webdriver-bidi.json b/tr/dfns/webdriver-bidi.json index ec327c0539ee..e143f5a3745d 100644 --- a/tr/dfns/webdriver-bidi.json +++ b/tr/dfns/webdriver-bidi.json @@ -2243,7 +2243,7 @@ "id": "types-script-StackTrace", "href": "https://w3c.github.io/webdriver-bidi/#types-script-StackTrace", "title": "The script.StackTrace type", - "number": "7.3.2.5" + "number": "7.3.2.6" }, "definedIn": "prose" }, @@ -2262,7 +2262,7 @@ "id": "types-script-StackTrace", "href": "https://w3c.github.io/webdriver-bidi/#types-script-StackTrace", "title": "The script.StackTrace type", - "number": "7.3.2.5" + "number": "7.3.2.6" }, "definedIn": "prose" }, @@ -2283,7 +2283,7 @@ "id": "types-script-StackTrace", "href": "https://w3c.github.io/webdriver-bidi/#types-script-StackTrace", "title": "The script.StackTrace type", - "number": "7.3.2.5" + "number": "7.3.2.6" }, "definedIn": "dt" }, @@ -2304,7 +2304,7 @@ "id": "types-script-StackTrace", "href": "https://w3c.github.io/webdriver-bidi/#types-script-StackTrace", "title": "The script.StackTrace type", - "number": "7.3.2.5" + "number": "7.3.2.6" }, "definedIn": "dt" }, @@ -2325,7 +2325,7 @@ "id": "types-script-StackTrace", "href": "https://w3c.github.io/webdriver-bidi/#types-script-StackTrace", "title": "The script.StackTrace type", - "number": "7.3.2.5" + "number": "7.3.2.6" }, "definedIn": "dt" }, @@ -2346,7 +2346,7 @@ "id": "types-script-StackTrace", "href": "https://w3c.github.io/webdriver-bidi/#types-script-StackTrace", "title": "The script.StackTrace type", - "number": "7.3.2.5" + "number": "7.3.2.6" }, "definedIn": "dt" }, @@ -2365,7 +2365,7 @@ "id": "types-script-StackTrace", "href": "https://w3c.github.io/webdriver-bidi/#types-script-StackTrace", "title": "The script.StackTrace type", - "number": "7.3.2.5" + "number": "7.3.2.6" }, "definedIn": "prose" }, @@ -2384,7 +2384,7 @@ "id": "types-script-StackTrace", "href": "https://w3c.github.io/webdriver-bidi/#types-script-StackTrace", "title": "The script.StackTrace type", - "number": "7.3.2.5" + "number": "7.3.2.6" }, "definedIn": "prose" }, @@ -2403,7 +2403,7 @@ "id": "types-script-StackTrace", "href": "https://w3c.github.io/webdriver-bidi/#types-script-StackTrace", "title": "The script.StackTrace type", - "number": "7.3.2.5" + "number": "7.3.2.6" }, "definedIn": "prose" }, @@ -2422,7 +2422,7 @@ "id": "type-script-Source", "href": "https://w3c.github.io/webdriver-bidi/#type-script-Source", "title": "The script.Source type", - "number": "7.3.2.7" + "number": "7.3.2.8" }, "definedIn": "prose" }, @@ -2441,7 +2441,7 @@ "id": "type-script-Target", "href": "https://w3c.github.io/webdriver-bidi/#type-script-Target", "title": "The script.Target type", - "number": "7.3.2.8" + "number": "7.3.2.9" }, "definedIn": "prose" }, diff --git a/tr/events/CSP3.json b/tr/events/CSP3.json index 728503b81c7c..45bdd82d0f7a 100644 --- a/tr/events/CSP3.json +++ b/tr/events/CSP3.json @@ -9,9 +9,10 @@ "format": "fire an event phrasing", "href": "https://www.w3.org/TR/CSP3/#ref-for-concept-event-fire" }, - "href": "https://www.w3.org/TR/CSP3/#ref-for-concept-event-fire", + "href": "https://html.spec.whatwg.org/multipage/indices.html#event-securitypolicyviolation", "type": "securitypolicyviolation", - "interface": "SecurityPolicyViolationEvent" + "interface": "SecurityPolicyViolationEvent", + "isExtension": true } ] } \ No newline at end of file diff --git a/tr/events/css-contain-2.json b/tr/events/css-contain-2.json new file mode 100644 index 000000000000..9b2599fa8b58 --- /dev/null +++ b/tr/events/css-contain-2.json @@ -0,0 +1,20 @@ +{ + "spec": { + "title": "CSS Containment Module Level 2", + "url": "https://www.w3.org/TR/css-contain-2/" + }, + "events": [ + { + "type": "contentvisibilityautostatechanged", + "interface": null, + "targets": [ + "Element" + ], + "src": { + "format": "dfn", + "href": "https://www.w3.org/TR/css-contain-2/#eventdef-element-contentvisibilityautostatechanged" + }, + "href": "https://www.w3.org/TR/css-contain-2/#eventdef-element-contentvisibilityautostatechanged" + } + ] +} \ No newline at end of file diff --git a/tr/events/uievents.json b/tr/events/uievents.json new file mode 100644 index 000000000000..38f20c6920d0 --- /dev/null +++ b/tr/events/uievents.json @@ -0,0 +1,553 @@ +{ + "spec": { + "title": "UI Events", + "url": "https://www.w3.org/TR/uievents/" + }, + "events": [ + { + "href": "https://www.w3.org/TR/uievents/#abort", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-abort" + }, + "type": "abort", + "targets": [ + "Window", + "Element" + ], + "bubbles": false, + "interface": "Event" + }, + { + "href": "https://www.w3.org/TR/uievents/#auxclick", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-auxclick" + }, + "type": "auxclick", + "targets": [ + "Element" + ], + "bubbles": true, + "interface": "PointerEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#beforeinput", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-beforeinput" + }, + "type": "beforeinput", + "targets": [ + "Element" + ], + "bubbles": true, + "interface": "InputEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#blur", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-blur" + }, + "type": "blur", + "targets": [ + "Window", + "Element" + ], + "bubbles": false, + "interface": "FocusEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#click", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-click%E2%91%A3" + }, + "type": "click", + "targets": [ + "Element" + ], + "bubbles": true, + "interface": "PointerEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#compositionstart", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-compositionstart" + }, + "type": "compositionstart", + "targets": [ + "Element" + ], + "bubbles": true, + "interface": "CompositionEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#compositionupdate", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-compositionupdate" + }, + "type": "compositionupdate", + "targets": [ + "Element" + ], + "bubbles": true, + "interface": "CompositionEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#compositionend", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-compositionend" + }, + "type": "compositionend", + "targets": [ + "Element" + ], + "bubbles": true, + "interface": "CompositionEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#contextmenu", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-contextmenu" + }, + "type": "contextmenu", + "targets": [ + "Element" + ], + "bubbles": true, + "interface": "PointerEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#dblclick", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-dblclick" + }, + "type": "dblclick", + "targets": [ + "Element" + ], + "bubbles": true, + "interface": "MouseEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#error", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-error" + }, + "type": "error", + "targets": [ + "Window", + "Element" + ], + "bubbles": false, + "interface": "Event" + }, + { + "href": "https://www.w3.org/TR/uievents/#focus", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-focus" + }, + "type": "focus", + "targets": [ + "Window", + "Element" + ], + "bubbles": false, + "interface": "FocusEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#focusin", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-focusin" + }, + "type": "focusin", + "targets": [ + "Window", + "Element" + ], + "bubbles": true, + "interface": "FocusEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#focusout", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-focusout" + }, + "type": "focusout", + "targets": [ + "Window", + "Element" + ], + "bubbles": true, + "interface": "FocusEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#input", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-input" + }, + "type": "input", + "targets": [ + "Element" + ], + "bubbles": true, + "interface": "InputEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#keydown", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-keydown%E2%91%A0" + }, + "type": "keydown", + "targets": [ + "Element" + ], + "bubbles": true, + "interface": "KeyboardEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#keyup", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-keyup" + }, + "type": "keyup", + "targets": [ + "Element" + ], + "bubbles": true, + "interface": "KeyboardEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#load", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-load%E2%91%A0" + }, + "type": "load", + "targets": [ + "Window", + "Document", + "Element" + ], + "bubbles": false, + "interface": "Event" + }, + { + "href": "https://www.w3.org/TR/uievents/#mousedown", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-mousedown%E2%91%A1" + }, + "type": "mousedown", + "targets": [ + "Element" + ], + "bubbles": true, + "interface": "MouseEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#mouseenter", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-mouseenter" + }, + "type": "mouseenter", + "targets": [ + "Element" + ], + "bubbles": false, + "interface": "MouseEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#mouseleave", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-mouseleave" + }, + "type": "mouseleave", + "targets": [ + "Element" + ], + "bubbles": false, + "interface": "MouseEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#mousemove", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-mousemove" + }, + "type": "mousemove", + "targets": [ + "Element" + ], + "bubbles": true, + "interface": "MouseEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#mouseout", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-mouseout" + }, + "type": "mouseout", + "targets": [ + "Element" + ], + "bubbles": true, + "interface": "MouseEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#mouseover", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-mouseover" + }, + "type": "mouseover", + "targets": [ + "Element" + ], + "bubbles": true, + "interface": "MouseEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#mouseup", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-mouseup" + }, + "type": "mouseup", + "targets": [ + "Element" + ], + "bubbles": true, + "interface": "MouseEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#select", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-select" + }, + "type": "select", + "targets": [ + "Element" + ], + "bubbles": true, + "interface": "Event" + }, + { + "href": "https://www.w3.org/TR/uievents/#unload", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-unload" + }, + "type": "unload", + "targets": [ + "Window", + "Document", + "Element" + ], + "bubbles": false, + "interface": "Event" + }, + { + "href": "https://www.w3.org/TR/uievents/#wheel", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-wheel" + }, + "type": "wheel", + "targets": [ + "Element" + ], + "bubbles": true, + "interface": "WheelEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#domactivate", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-domactivate%E2%91%A0" + }, + "type": "DOMActivate", + "targets": [ + "Element" + ], + "bubbles": true, + "interface": "UIEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#domattrmodified", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-domattrmodified" + }, + "type": "DOMAttrModified", + "targets": [ + "Element" + ], + "bubbles": true, + "interface": "MutationEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#domcharacterdatamodified", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-domcharacterdatamodified" + }, + "type": "DOMCharacterDataModified", + "targets": [ + "Text", + "Comment", + "ProcessingInstruction" + ], + "bubbles": true, + "interface": "MutationEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#domfocusin", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-domfocusin" + }, + "type": "DOMFocusIn", + "targets": [ + "Window", + "Element" + ], + "bubbles": true, + "interface": "FocusEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#domfocusout", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-domfocusout" + }, + "type": "DOMFocusOut", + "targets": [ + "Window", + "Element" + ], + "bubbles": true, + "interface": "FocusEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#domnodeinserted", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-domnodeinserted" + }, + "type": "DOMNodeInserted", + "targets": [ + "Element", + "Attr", + "Text", + "Comment", + "DocumentType", + "ProcessingInstruction" + ], + "bubbles": true, + "interface": "MutationEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#domnodeinsertedintodocument", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-domnodeinsertedintodocument" + }, + "type": "DOMNodeInsertedIntoDocument", + "targets": [ + "Element", + "Attr", + "Text", + "Comment", + "DocumentType", + "ProcessingInstruction" + ], + "bubbles": false, + "interface": "MutationEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#domnoderemoved", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-domnoderemoved" + }, + "type": "DOMNodeRemoved", + "targets": [ + "Element", + "Attr", + "Text", + "Comment", + "DocumentType", + "ProcessingInstruction" + ], + "bubbles": true, + "interface": "MutationEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#domnoderemovedfromdocument", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-domnoderemovedfromdocument" + }, + "type": "DOMNodeRemovedFromDocument", + "targets": [ + "Element", + "Attr", + "Text", + "Comment", + "DocumentType", + "ProcessingInstruction" + ], + "bubbles": false, + "interface": "MutationEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#domsubtreemodified", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-domsubtreemodified" + }, + "type": "DOMSubtreeModified", + "targets": [ + "Window", + "Document", + "DocumentFragment", + "Element", + "Attr" + ], + "bubbles": true, + "interface": "MutationEvent" + }, + { + "href": "https://www.w3.org/TR/uievents/#keypress", + "src": { + "format": "summary table", + "href": "https://www.w3.org/TR/uievents/#ref-for-keypress%E2%91%A8" + }, + "type": "keypress", + "targets": [ + "Element" + ], + "bubbles": true, + "interface": "KeyboardEvent" + } + ] +} \ No newline at end of file diff --git a/tr/headings/CSP3.json b/tr/headings/CSP3.json index bb65d50c56be..f220af0f5dcb 100644 --- a/tr/headings/CSP3.json +++ b/tr/headings/CSP3.json @@ -4,12 +4,6 @@ "url": "https://www.w3.org/TR/CSP3/" }, "headings": [ - { - "id": "profile-and-date", - "href": "https://www.w3.org/TR/CSP3/#profile-and-date", - "level": 2, - "title": "W3C Working Draft, 29 June 2021" - }, { "id": "abstract", "href": "https://www.w3.org/TR/CSP3/#abstract", @@ -17,8 +11,8 @@ "title": "Abstract" }, { - "id": "status", - "href": "https://www.w3.org/TR/CSP3/#status", + "id": "sotd", + "href": "https://www.w3.org/TR/CSP3/#sotd", "level": 2, "title": "Status of this document" }, @@ -252,19 +246,47 @@ "title": "Run CSP initialization for a global object.", "number": "4.2.6" }, + { + "id": "webrtc-integration", + "href": "https://www.w3.org/TR/CSP3/#webrtc-integration", + "level": 3, + "title": "Integration with WebRTC", + "number": "4.3" + }, + { + "id": "should-block-rtc-connection", + "href": "https://www.w3.org/TR/CSP3/#should-block-rtc-connection", + "level": 4, + "title": "Should RTC connections be blocked for global?", + "number": "4.3.1" + }, { "id": "ecma-integration", "href": "https://www.w3.org/TR/CSP3/#ecma-integration", "level": 3, "title": "Integration with ECMAScript", - "number": "4.3" + "number": "4.4" }, { "id": "can-compile-strings", "href": "https://www.w3.org/TR/CSP3/#can-compile-strings", "level": 4, - "title": "EnsureCSPDoesNotBlockStringCompilation(callerRealm, calleeRealm, source)", - "number": "4.3.1" + "title": "EnsureCSPDoesNotBlockStringCompilation(realm, source)", + "number": "4.4.1" + }, + { + "id": "wasm-integration", + "href": "https://www.w3.org/TR/CSP3/#wasm-integration", + "level": 3, + "title": "Integration with WebAssembly", + "number": "4.5" + }, + { + "id": "can-compile-wasm-bytes", + "href": "https://www.w3.org/TR/CSP3/#can-compile-wasm-bytes", + "level": 4, + "title": "EnsureCSPDoesNotBlockWasmByteCompilation(realm)", + "number": "4.5.1" }, { "id": "reporting", @@ -280,19 +302,33 @@ "title": "Violation DOM Events", "number": "5.1" }, + { + "id": "obtain-violation-blocked-uri", + "href": "https://www.w3.org/TR/CSP3/#obtain-violation-blocked-uri", + "level": 3, + "title": "Obtain the blockedURI of a violation’s resource", + "number": "5.2" + }, { "id": "deprecated-serialize-violation", "href": "https://www.w3.org/TR/CSP3/#deprecated-serialize-violation", "level": 3, "title": "Obtain the deprecated serialization of violation", - "number": "5.2" + "number": "5.3" + }, + { + "id": "strip-url-for-use-in-reports", + "href": "https://www.w3.org/TR/CSP3/#strip-url-for-use-in-reports", + "level": 3, + "title": "Strip URL for use in reports", + "number": "5.4" }, { "id": "report-violation", "href": "https://www.w3.org/TR/CSP3/#report-violation", "level": 3, "title": "Report a violation", - "number": "5.3" + "number": "5.5" }, { "id": "csp-directives", @@ -665,320 +701,320 @@ "title": "style-src-attr Inline Check", "number": "6.1.16.1" }, + { + "id": "directives-other", + "href": "https://www.w3.org/TR/CSP3/#directives-other", + "level": 3, + "title": "Other Directives", + "number": "6.2" + }, + { + "id": "directive-webrtc", + "href": "https://www.w3.org/TR/CSP3/#directive-webrtc", + "level": 4, + "title": "webrtc", + "number": "6.2.1" + }, + { + "id": "webrtc-pre-connect", + "href": "https://www.w3.org/TR/CSP3/#webrtc-pre-connect", + "level": 5, + "title": "webrtc Pre-connect Check", + "number": "6.2.1.1" + }, { "id": "directive-worker-src", "href": "https://www.w3.org/TR/CSP3/#directive-worker-src", "level": 4, "title": "worker-src", - "number": "6.1.17" + "number": "6.2.2" }, { "id": "worker-src-pre-request", "href": "https://www.w3.org/TR/CSP3/#worker-src-pre-request", "level": 5, "title": "worker-src Pre-request Check", - "number": "6.1.17.1" + "number": "6.2.2.1" }, { "id": "worker-src-post-request", "href": "https://www.w3.org/TR/CSP3/#worker-src-post-request", "level": 5, "title": "worker-src Post-request Check", - "number": "6.1.17.2" + "number": "6.2.2.2" }, { "id": "directives-document", "href": "https://www.w3.org/TR/CSP3/#directives-document", "level": 3, "title": "Document Directives", - "number": "6.2" + "number": "6.3" }, { "id": "directive-base-uri", "href": "https://www.w3.org/TR/CSP3/#directive-base-uri", "level": 4, "title": "base-uri", - "number": "6.2.1" + "number": "6.3.1" }, { "id": "allow-base-for-document", "href": "https://www.w3.org/TR/CSP3/#allow-base-for-document", "level": 5, "title": "Is base allowed for document?", - "number": "6.2.1.1" + "number": "6.3.1.1" }, { "id": "directive-sandbox", "href": "https://www.w3.org/TR/CSP3/#directive-sandbox", "level": 4, "title": "sandbox", - "number": "6.2.2" + "number": "6.3.2" }, { "id": "sandbox-init", "href": "https://www.w3.org/TR/CSP3/#sandbox-init", "level": 5, "title": "sandbox Initialization", - "number": "6.2.2.1" + "number": "6.3.2.1" }, { "id": "directives-navigation", "href": "https://www.w3.org/TR/CSP3/#directives-navigation", "level": 3, "title": "Navigation Directives", - "number": "6.3" + "number": "6.4" }, { "id": "directive-form-action", "href": "https://www.w3.org/TR/CSP3/#directive-form-action", "level": 4, "title": "form-action", - "number": "6.3.1" + "number": "6.4.1" }, { "id": "form-action-pre-navigate", "href": "https://www.w3.org/TR/CSP3/#form-action-pre-navigate", "level": 5, "title": "form-action Pre-Navigation Check", - "number": "6.3.1.1" + "number": "6.4.1.1" }, { "id": "directive-frame-ancestors", "href": "https://www.w3.org/TR/CSP3/#directive-frame-ancestors", "level": 4, "title": "frame-ancestors", - "number": "6.3.2" + "number": "6.4.2" }, { "id": "frame-ancestors-navigation-response", "href": "https://www.w3.org/TR/CSP3/#frame-ancestors-navigation-response", "level": 5, "title": "frame-ancestors Navigation Response Check", - "number": "6.3.2.1" + "number": "6.4.2.1" }, { "id": "frame-ancestors-and-frame-options", "href": "https://www.w3.org/TR/CSP3/#frame-ancestors-and-frame-options", "level": 5, - "title": "Relation to X-Frame-Options", - "number": "6.3.2.2" - }, - { - "id": "directive-navigate-to", - "href": "https://www.w3.org/TR/CSP3/#directive-navigate-to", - "level": 4, - "title": "navigate-to", - "number": "6.3.3" - }, - { - "id": "navigate-to-pre-navigate", - "href": "https://www.w3.org/TR/CSP3/#navigate-to-pre-navigate", - "level": 5, - "title": "navigate-to Pre-Navigation Check", - "number": "6.3.3.1" - }, - { - "id": "navigate-to-navigation-response", - "href": "https://www.w3.org/TR/CSP3/#navigate-to-navigation-response", - "level": 5, - "title": "navigate-to Navigation Response Check", - "number": "6.3.3.2" + "title": "Relation to `X-Frame-Options`", + "number": "6.4.2.2" }, { "id": "directives-reporting", "href": "https://www.w3.org/TR/CSP3/#directives-reporting", "level": 3, "title": "Reporting Directives", - "number": "6.4" + "number": "6.5" }, { "id": "directive-report-uri", "href": "https://www.w3.org/TR/CSP3/#directive-report-uri", "level": 4, "title": "report-uri", - "number": "6.4.1" + "number": "6.5.1" }, { "id": "directive-report-to", "href": "https://www.w3.org/TR/CSP3/#directive-report-to", "level": 4, "title": "report-to", - "number": "6.4.2" + "number": "6.5.2" }, { "id": "directives-elsewhere", "href": "https://www.w3.org/TR/CSP3/#directives-elsewhere", "level": 3, "title": "Directives Defined in Other Documents", - "number": "6.5" + "number": "6.6" }, { "id": "matching-algorithms", "href": "https://www.w3.org/TR/CSP3/#matching-algorithms", "level": 3, "title": "Matching Algorithms", - "number": "6.6" + "number": "6.7" }, { "id": "script-checks", "href": "https://www.w3.org/TR/CSP3/#script-checks", "level": 4, "title": "Script directive checks", - "number": "6.6.1" + "number": "6.7.1" }, { "id": "script-pre-request", "href": "https://www.w3.org/TR/CSP3/#script-pre-request", "level": 5, "title": "Script directives pre-request check", - "number": "6.6.1.1" + "number": "6.7.1.1" }, { "id": "script-post-request", "href": "https://www.w3.org/TR/CSP3/#script-post-request", "level": 5, "title": "Script directives post-request check", - "number": "6.6.1.2" + "number": "6.7.1.2" }, { "id": "matching-urls", "href": "https://www.w3.org/TR/CSP3/#matching-urls", "level": 4, "title": "URL Matching", - "number": "6.6.2" + "number": "6.7.2" }, { "id": "does-request-violate-policy", "href": "https://www.w3.org/TR/CSP3/#does-request-violate-policy", "level": 5, "title": "Does request violate policy?", - "number": "6.6.2.1" + "number": "6.7.2.1" }, { "id": "match-nonce-to-source-list", "href": "https://www.w3.org/TR/CSP3/#match-nonce-to-source-list", "level": 5, "title": "Does nonce match source list?", - "number": "6.6.2.2" + "number": "6.7.2.2" }, { "id": "match-request-to-source-list", "href": "https://www.w3.org/TR/CSP3/#match-request-to-source-list", "level": 5, "title": "Does request match source list?", - "number": "6.6.2.3" + "number": "6.7.2.3" }, { "id": "match-response-to-source-list", "href": "https://www.w3.org/TR/CSP3/#match-response-to-source-list", "level": 5, "title": "Does response to request match source list?", - "number": "6.6.2.4" + "number": "6.7.2.4" }, { "id": "match-url-to-source-list", "href": "https://www.w3.org/TR/CSP3/#match-url-to-source-list", "level": 5, "title": "Does url match source list in origin with redirect count?", - "number": "6.6.2.5" + "number": "6.7.2.5" }, { "id": "match-url-to-source-expression", "href": "https://www.w3.org/TR/CSP3/#match-url-to-source-expression", "level": 5, "title": "Does url match expression in origin with redirect count?", - "number": "6.6.2.6" + "number": "6.7.2.6" }, { "id": "match-schemes", "href": "https://www.w3.org/TR/CSP3/#match-schemes", "level": 5, "title": "scheme-part matching", - "number": "6.6.2.7" + "number": "6.7.2.7" }, { "id": "match-hosts", "href": "https://www.w3.org/TR/CSP3/#match-hosts", "level": 5, "title": "host-part matching", - "number": "6.6.2.8" + "number": "6.7.2.8" }, { "id": "match-ports", "href": "https://www.w3.org/TR/CSP3/#match-ports", "level": 5, "title": "port-part matching", - "number": "6.6.2.9" + "number": "6.7.2.9" }, { "id": "match-paths", "href": "https://www.w3.org/TR/CSP3/#match-paths", "level": 5, "title": "path-part matching", - "number": "6.6.2.10" + "number": "6.7.2.10" }, { "id": "matching-elements", "href": "https://www.w3.org/TR/CSP3/#matching-elements", "level": 4, "title": "Element Matching Algorithms", - "number": "6.6.3" + "number": "6.7.3" }, { "id": "is-element-nonceable", "href": "https://www.w3.org/TR/CSP3/#is-element-nonceable", "level": 5, "title": "Is element nonceable?", - "number": "6.6.3.1" + "number": "6.7.3.1" }, { "id": "allow-all-inline", "href": "https://www.w3.org/TR/CSP3/#allow-all-inline", "level": 5, "title": "Does a source list allow all inline behavior for type?", - "number": "6.6.3.2" + "number": "6.7.3.2" }, { "id": "match-element-to-source-list", "href": "https://www.w3.org/TR/CSP3/#match-element-to-source-list", "level": 5, "title": "Does element match source list for type and source?", - "number": "6.6.3.3" + "number": "6.7.3.3" }, { "id": "directive-algorithms", "href": "https://www.w3.org/TR/CSP3/#directive-algorithms", "level": 3, "title": "Directive Algorithms", - "number": "6.7" + "number": "6.8" }, { "id": "effective-directive-for-a-request", "href": "https://www.w3.org/TR/CSP3/#effective-directive-for-a-request", "level": 4, "title": "Get the effective directive for request", - "number": "6.7.1" + "number": "6.8.1" }, { "id": "effective-directive-for-inline-check", "href": "https://www.w3.org/TR/CSP3/#effective-directive-for-inline-check", "level": 4, "title": "Get the effective directive for inline checks", - "number": "6.7.2" + "number": "6.8.2" }, { "id": "directive-fallback-list", "href": "https://www.w3.org/TR/CSP3/#directive-fallback-list", "level": 4, "title": "Get fetch directive fallback list", - "number": "6.7.3" + "number": "6.8.3" }, { "id": "should-directive-execute", "href": "https://www.w3.org/TR/CSP3/#should-directive-execute", "level": 4, "title": "Should fetch directive execute", - "number": "6.7.4" + "number": "6.8.4" }, { "id": "security-considerations", @@ -1092,6 +1128,13 @@ "title": "Allowing external JavaScript via hashes", "number": "8.4" }, + { + "id": "strict-csp", + "href": "https://www.w3.org/TR/CSP3/#strict-csp", + "level": 3, + "title": "Strict CSP", + "number": "8.5" + }, { "id": "implementation-considerations", "href": "https://www.w3.org/TR/CSP3/#implementation-considerations", @@ -1147,20 +1190,20 @@ "title": "11. Acknowledgements" }, { - "id": "conformance", - "href": "https://www.w3.org/TR/CSP3/#conformance", + "id": "w3c-conformance", + "href": "https://www.w3.org/TR/CSP3/#w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "conventions", - "href": "https://www.w3.org/TR/CSP3/#conventions", + "id": "w3c-conventions", + "href": "https://www.w3.org/TR/CSP3/#w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conformant-algorithms", - "href": "https://www.w3.org/TR/CSP3/#conformant-algorithms", + "id": "w3c-conformant-algorithms", + "href": "https://www.w3.org/TR/CSP3/#w3c-conformant-algorithms", "level": 3, "title": "Conformant Algorithms" }, diff --git a/tr/headings/WGSL.json b/tr/headings/WGSL.json index 003c6825e69c..5e6ed5b58568 100644 --- a/tr/headings/WGSL.json +++ b/tr/headings/WGSL.json @@ -512,10 +512,10 @@ "number": "5.6" }, { - "id": "type-declarations", - "href": "https://www.w3.org/TR/WGSL/#type-declarations", + "id": "type-specifiers", + "href": "https://www.w3.org/TR/WGSL/#type-specifiers", "level": 3, - "title": "Type Declaration Grammar", + "title": "Type Specifier Grammar", "number": "5.7" }, { @@ -2050,12 +2050,19 @@ "title": "textureSampleLevel", "number": "17.5.13" }, + { + "id": "textureSampleBaseClampToEdge", + "href": "https://www.w3.org/TR/WGSL/#textureSampleBaseClampToEdge", + "level": 4, + "title": "textureSampleBaseClampToEdge", + "number": "17.5.14" + }, { "id": "texturestore", "href": "https://www.w3.org/TR/WGSL/#texturestore", "level": 4, "title": "textureStore", - "number": "17.5.14" + "number": "17.5.15" }, { "id": "atomic-builtin-functions", diff --git a/tr/headings/anchors.json b/tr/headings/anchors.json index 0c7742ed17f3..522eb666d895 100644 --- a/tr/headings/anchors.json +++ b/tr/headings/anchors.json @@ -10,12 +10,6 @@ "level": 1, "title": "WebXR Anchors Module" }, - { - "id": "profile-and-date", - "href": "https://immersive-web.github.io/anchors/#profile-and-date", - "level": 2, - "title": "Editor’s Draft, 30 September 2021" - }, { "id": "abstract", "href": "https://immersive-web.github.io/anchors/#abstract", @@ -23,8 +17,8 @@ "title": "Abstract" }, { - "id": "status", - "href": "https://immersive-web.github.io/anchors/#status", + "id": "sotd", + "href": "https://immersive-web.github.io/anchors/#sotd", "level": 2, "title": "Status of this document" }, @@ -125,6 +119,24 @@ "title": "Acknowledgements", "number": "9" }, + { + "id": "w3c-conformance", + "href": "https://immersive-web.github.io/anchors/#w3c-conformance", + "level": 2, + "title": "Conformance" + }, + { + "id": "w3c-conventions", + "href": "https://immersive-web.github.io/anchors/#w3c-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "w3c-conformant-algorithms", + "href": "https://immersive-web.github.io/anchors/#w3c-conformant-algorithms", + "level": 3, + "title": "Conformant Algorithms" + }, { "id": "index", "href": "https://immersive-web.github.io/anchors/#index", diff --git a/tr/headings/compute-pressure.json b/tr/headings/compute-pressure.json index e0d37db2bcce..d7a7d278241c 100644 --- a/tr/headings/compute-pressure.json +++ b/tr/headings/compute-pressure.json @@ -222,7 +222,7 @@ "id": "the-samplerate-member", "href": "https://wicg.github.io/compute-pressure/#the-samplerate-member", "level": 4, - "title": "The samplerate member", + "title": "The sampleRate member", "number": "10.4.1" }, { diff --git a/tr/headings/contentEditable.json b/tr/headings/contentEditable.json index c525d5ddc6ec..c4d945530721 100644 --- a/tr/headings/contentEditable.json +++ b/tr/headings/contentEditable.json @@ -16,12 +16,173 @@ "level": 2, "title": "Table of Contents" }, + { + "id": "problems-solved", + "href": "https://w3c.github.io/contentEditable/#problems-solved", + "level": 2, + "title": "Problems solved", + "number": "1" + }, + { + "id": "use-cases", + "href": "https://w3c.github.io/contentEditable/#use-cases", + "level": 2, + "title": "Use cases", + "number": "2" + }, + { + "id": "terminology-0", + "href": "https://w3c.github.io/contentEditable/#terminology-0", + "level": 2, + "title": "Terminology", + "number": "3" + }, + { + "id": "contenteditable", + "href": "https://w3c.github.io/contentEditable/#contenteditable", + "level": 2, + "title": "contenteditable", + "number": "4" + }, + { + "id": "meaning-of-states", + "href": "https://w3c.github.io/contentEditable/#meaning-of-states", + "level": 2, + "title": "Meaning of states", + "number": "5" + }, + { + "id": "contenteditable-states", + "href": "https://w3c.github.io/contentEditable/#contenteditable-states", + "level": 2, + "title": "contentEditable states", + "number": "6" + }, + { + "id": "contenteditable-events-state", + "href": "https://w3c.github.io/contentEditable/#contenteditable-events-state", + "level": 3, + "title": "contentEditable=events state", + "number": "6.1" + }, + { + "id": "contenteditable-caret-state", + "href": "https://w3c.github.io/contentEditable/#contenteditable-caret-state", + "level": 3, + "title": "contentEditable=caret state", + "number": "6.2" + }, + { + "id": "contenteditable-typing-state", + "href": "https://w3c.github.io/contentEditable/#contenteditable-typing-state", + "level": 3, + "title": "contentEditable=typing state", + "number": "6.3" + }, + { + "id": "contenteditable-plaintext-only-state", + "href": "https://w3c.github.io/contentEditable/#contenteditable-plaintext-only-state", + "level": 3, + "title": "contentEditable=plaintext-only state", + "number": "6.4" + }, + { + "id": "cutting-and-pasting", + "href": "https://w3c.github.io/contentEditable/#cutting-and-pasting", + "level": 2, + "title": "Cutting and pasting", + "number": "7" + }, + { + "id": "caret-drawing-and-movement", + "href": "https://w3c.github.io/contentEditable/#caret-drawing-and-movement", + "level": 2, + "title": "Caret drawing and movement", + "number": "8" + }, + { + "id": "caret-drawing", + "href": "https://w3c.github.io/contentEditable/#caret-drawing", + "level": 3, + "title": "Caret drawing", + "number": "8.1" + }, + { + "id": "caret-positions", + "href": "https://w3c.github.io/contentEditable/#caret-positions", + "level": 3, + "title": "Caret positions", + "number": "8.2" + }, + { + "id": "initial-caret-placement", + "href": "https://w3c.github.io/contentEditable/#initial-caret-placement", + "level": 4, + "title": "Initial caret placement", + "number": "8.2.1" + }, + { + "id": "caret-movement", + "href": "https://w3c.github.io/contentEditable/#caret-movement", + "level": 4, + "title": "Caret movement", + "number": "8.2.2" + }, + { + "id": "replacing-text-content", + "href": "https://w3c.github.io/contentEditable/#replacing-text-content", + "level": 3, + "title": "Replacing text/content", + "number": "8.3" + }, + { + "id": "removal-of-content", + "href": "https://w3c.github.io/contentEditable/#removal-of-content", + "level": 3, + "title": "Removal of content", + "number": "8.4" + }, + { + "id": "advanced-grammar-checking", + "href": "https://w3c.github.io/contentEditable/#advanced-grammar-checking", + "level": 3, + "title": "Advanced grammar checking", + "number": "8.5" + }, + { + "id": "context-menu", + "href": "https://w3c.github.io/contentEditable/#context-menu", + "level": 3, + "title": "Context menu", + "number": "8.6" + }, + { + "id": "privacy-and-security-considerations", + "href": "https://w3c.github.io/contentEditable/#privacy-and-security-considerations", + "level": 3, + "title": "Privacy and Security Considerations", + "number": "8.7" + }, + { + "id": "accessibility-considerations", + "href": "https://w3c.github.io/contentEditable/#accessibility-considerations", + "level": 3, + "title": "Accessibility Considerations", + "number": "8.8" + }, { "id": "conformance", "href": "https://w3c.github.io/contentEditable/#conformance", - "level": 2, + "level": 3, "title": "Conformance", - "number": "1" + "number": "8.9" + }, + { + "id": "acknowledgements", + "href": "https://w3c.github.io/contentEditable/#acknowledgements", + "level": 3, + "title": "Acknowledgements", + "number": "8.10" }, { "id": "references", @@ -30,12 +191,19 @@ "title": "References", "number": "A" }, + { + "id": "normative-references", + "href": "https://w3c.github.io/contentEditable/#normative-references", + "level": 3, + "title": "Normative references", + "number": "A.1" + }, { "id": "informative-references", "href": "https://w3c.github.io/contentEditable/#informative-references", "level": 3, "title": "Informative references", - "number": "A.1" + "number": "A.2" } ] } \ No newline at end of file diff --git a/tr/headings/css-contain-2.json b/tr/headings/css-contain-2.json index c414dc4a316d..b154d2c53e90 100644 --- a/tr/headings/css-contain-2.json +++ b/tr/headings/css-contain-2.json @@ -10,12 +10,6 @@ "level": 1, "title": "CSS Containment Module Level 2" }, - { - "id": "subtitle", - "href": "https://www.w3.org/TR/css-contain-2/#subtitle", - "level": 2, - "title": "W3C Working Draft, 16 December 2020" - }, { "id": "abstract", "href": "https://www.w3.org/TR/css-contain-2/#abstract", @@ -23,8 +17,8 @@ "title": "Abstract" }, { - "id": "status", - "href": "https://www.w3.org/TR/css-contain-2/#status", + "id": "sotd", + "href": "https://www.w3.org/TR/css-contain-2/#sotd", "level": 2, "title": "Status of this document" }, @@ -76,6 +70,13 @@ "title": "Size Containment", "number": "3.1" }, + { + "id": "containment-size-opt", + "href": "https://www.w3.org/TR/css-contain-2/#containment-size-opt", + "level": 4, + "title": "Possible Size-Containment Optimizations", + "number": "3.1.1" + }, { "id": "containment-layout", "href": "https://www.w3.org/TR/css-contain-2/#containment-layout", @@ -83,6 +84,13 @@ "title": "Layout Containment", "number": "3.2" }, + { + "id": "containment-layout-opt", + "href": "https://www.w3.org/TR/css-contain-2/#containment-layout-opt", + "level": 4, + "title": "Possible Layout-Containment Optimizations", + "number": "3.2.1" + }, { "id": "containment-style", "href": "https://www.w3.org/TR/css-contain-2/#containment-style", @@ -90,6 +98,13 @@ "title": "Style Containment", "number": "3.3" }, + { + "id": "containment-style-opt", + "href": "https://www.w3.org/TR/css-contain-2/#containment-style-opt", + "level": 4, + "title": "Possible Style-Containment Optimizations", + "number": "3.3.1" + }, { "id": "containment-paint", "href": "https://www.w3.org/TR/css-contain-2/#containment-paint", @@ -97,6 +112,13 @@ "title": "Paint Containment", "number": "3.4" }, + { + "id": "containment-paint-opt", + "href": "https://www.w3.org/TR/css-contain-2/#containment-paint-opt", + "level": 4, + "title": "Possible Paint-Containment Optimizations", + "number": "3.4.1" + }, { "id": "content-visibility", "href": "https://www.w3.org/TR/css-contain-2/#content-visibility", @@ -118,40 +140,60 @@ "title": "Using content-visibility: auto", "number": "4.2" }, + { + "id": "content-visibility-auto-state-changed", + "href": "https://www.w3.org/TR/css-contain-2/#content-visibility-auto-state-changed", + "level": 3, + "title": "Detecting content-visibility: auto state changes: the contentvisibilityautostatechanged event", + "number": "4.3" + }, { "id": "cv-notes", "href": "https://www.w3.org/TR/css-contain-2/#cv-notes", "level": 3, "title": "Restrictions and Clarifications", - "number": "4.3" + "number": "4.4" }, { "id": "cv-a11y", "href": "https://www.w3.org/TR/css-contain-2/#cv-a11y", "level": 3, "title": "Accessibility Implications", - "number": "4.4" + "number": "4.5" }, { "id": "cv-examples", "href": "https://www.w3.org/TR/css-contain-2/#cv-examples", "level": 3, "title": "Examples", - "number": "4.5" + "number": "4.6" }, { - "id": "priv-sec", - "href": "https://www.w3.org/TR/css-contain-2/#priv-sec", + "id": "privacy", + "href": "https://www.w3.org/TR/css-contain-2/#privacy", "level": 2, - "title": "Privacy and Security Considerations", + "title": "Privacy Considerations", "number": "5" }, + { + "id": "security", + "href": "https://www.w3.org/TR/css-contain-2/#security", + "level": 2, + "title": "Security Considerations", + "number": "6" + }, { "id": "changes", "href": "https://www.w3.org/TR/css-contain-2/#changes", "level": 2, "title": "Appendix A. Changes" }, + { + "id": "changes-since-2020-12-16", + "href": "https://www.w3.org/TR/css-contain-2/#changes-since-2020-12-16", + "level": 3, + "title": "Changes from 2020-12-16 Working Draft" + }, { "id": "changes-since-2020-06-03", "href": "https://www.w3.org/TR/css-contain-2/#changes-since-2020-06-03", @@ -247,6 +289,12 @@ "href": "https://www.w3.org/TR/css-contain-2/#property-index", "level": 2, "title": "Property Index" + }, + { + "id": "idl-index", + "href": "https://www.w3.org/TR/css-contain-2/#idl-index", + "level": 2, + "title": "IDL Index" } ] } \ No newline at end of file diff --git a/tr/headings/entries-api.json b/tr/headings/entries-api.json index 8b8415711f53..fd82fc19d669 100644 --- a/tr/headings/entries-api.json +++ b/tr/headings/entries-api.json @@ -10,12 +10,6 @@ "level": 1, "title": "File and Directory Entries API" }, - { - "id": "profile-and-date", - "href": "https://wicg.github.io/entries-api/#profile-and-date", - "level": 2, - "title": "Draft Community Group Report, 20 August 2021" - }, { "id": "abstract", "href": "https://wicg.github.io/entries-api/#abstract", diff --git a/tr/headings/epub-33.json b/tr/headings/epub-33.json index 82a22065e23b..da75d4053416 100644 --- a/tr/headings/epub-33.json +++ b/tr/headings/epub-33.json @@ -790,29 +790,43 @@ "id": "sec-pkg-legacy", "href": "https://www.w3.org/TR/epub-33/#sec-pkg-legacy", "level": 3, - "title": "Legacy content", + "title": "Legacy features", "number": "5.9" }, + { + "id": "sec-pkg-legacy-intro", + "href": "https://www.w3.org/TR/epub-33/#sec-pkg-legacy-intro", + "level": 4, + "title": "Introduction", + "number": "5.9.1" + }, + { + "id": "pkg-legacy-support", + "href": "https://www.w3.org/TR/epub-33/#pkg-legacy-support", + "level": 4, + "title": "Support", + "number": "5.9.2" + }, { "id": "sec-opf2-meta", "href": "https://www.w3.org/TR/epub-33/#sec-opf2-meta", "level": 4, "title": "The meta element", - "number": "5.9.1" + "number": "5.9.3" }, { "id": "sec-opf2-guide", "href": "https://www.w3.org/TR/epub-33/#sec-opf2-guide", "level": 4, "title": "The guide element", - "number": "5.9.2" + "number": "5.9.4" }, { "id": "sec-opf2-ncx", "href": "https://www.w3.org/TR/epub-33/#sec-opf2-ncx", "level": 4, "title": "NCX", - "number": "5.9.3" + "number": "5.9.5" }, { "id": "sec-contentdocs", @@ -1066,61 +1080,68 @@ "title": "Introduction", "number": "7.1" }, + { + "id": "sec-nav-content-req", + "href": "https://www.w3.org/TR/epub-33/#sec-nav-content-req", + "level": 3, + "title": "Navigation document requirements", + "number": "7.2" + }, { "id": "sec-nav-def-model", "href": "https://www.w3.org/TR/epub-33/#sec-nav-def-model", "level": 3, "title": "The nav element: restrictions", - "number": "7.2" + "number": "7.3" }, { "id": "sec-nav-def-types", "href": "https://www.w3.org/TR/epub-33/#sec-nav-def-types", "level": 3, "title": "The nav element: types", - "number": "7.3" + "number": "7.4" }, { "id": "sec-nav-def-types-intro", "href": "https://www.w3.org/TR/epub-33/#sec-nav-def-types-intro", "level": 4, "title": "Introduction", - "number": "7.3.1" + "number": "7.4.1" }, { "id": "sec-nav-toc", "href": "https://www.w3.org/TR/epub-33/#sec-nav-toc", "level": 4, "title": "The toc nav element", - "number": "7.3.2" + "number": "7.4.2" }, { "id": "sec-nav-pagelist", "href": "https://www.w3.org/TR/epub-33/#sec-nav-pagelist", "level": 4, "title": "The page-list nav element", - "number": "7.3.3" + "number": "7.4.3" }, { "id": "sec-nav-landmarks", "href": "https://www.w3.org/TR/epub-33/#sec-nav-landmarks", "level": 4, "title": "The landmarks nav element", - "number": "7.3.4" + "number": "7.4.4" }, { "id": "sec-nav-def-types-other", "href": "https://www.w3.org/TR/epub-33/#sec-nav-def-types-other", "level": 4, "title": "Other nav elements", - "number": "7.3.5" + "number": "7.4.5" }, { "id": "sec-nav-doc-use-spine", "href": "https://www.w3.org/TR/epub-33/#sec-nav-doc-use-spine", "level": 3, "title": "Using in the spine", - "number": "7.4" + "number": "7.5" }, { "id": "sec-rendering-control", @@ -1492,8 +1513,8 @@ "number": "11.3" }, { - "id": "app-overview-unsupported", - "href": "https://www.w3.org/TR/epub-33/#app-overview-unsupported", + "id": "app-unsupported", + "href": "https://www.w3.org/TR/epub-33/#app-unsupported", "level": 2, "title": "Unsupported features", "number": "A" @@ -1512,13 +1533,6 @@ "title": "Deprecated features", "number": "A.2" }, - { - "id": "legacy", - "href": "https://www.w3.org/TR/epub-33/#legacy", - "level": 3, - "title": "Legacy features", - "number": "A.3" - }, { "id": "app-identifiers-allowed", "href": "https://www.w3.org/TR/epub-33/#app-identifiers-allowed", diff --git a/tr/headings/epub-rs-33.json b/tr/headings/epub-rs-33.json index 8aa31356ef32..372432950fec 100644 --- a/tr/headings/epub-rs-33.json +++ b/tr/headings/epub-rs-33.json @@ -247,6 +247,13 @@ "title": "Collections", "number": "5.6" }, + { + "id": "sec-pkg-doc-legacy", + "href": "https://www.w3.org/TR/epub-rs-33/#sec-pkg-doc-legacy", + "level": 3, + "title": "Legacy features", + "number": "5.7" + }, { "id": "sec-contentdocs", "href": "https://www.w3.org/TR/epub-rs-33/#sec-contentdocs", @@ -282,33 +289,26 @@ "title": "RDFa", "number": "6.1.1.2" }, - { - "id": "sec-xhtml-microdata", - "href": "https://www.w3.org/TR/epub-rs-33/#sec-xhtml-microdata", - "level": 5, - "title": "Microdata", - "number": "6.1.1.3" - }, { "id": "sec-xhtml-content-switch", "href": "https://www.w3.org/TR/epub-rs-33/#sec-xhtml-content-switch", "level": 5, "title": "Content switching (deprecated)", - "number": "6.1.1.4" + "number": "6.1.1.3" }, { "id": "sec-xhtml-epub-trigger", "href": "https://www.w3.org/TR/epub-rs-33/#sec-xhtml-epub-trigger", "level": 5, "title": "The epub:trigger element (deprecated)", - "number": "6.1.1.5" + "number": "6.1.1.4" }, { "id": "sec-xhtml-custom-attributes", "href": "https://www.w3.org/TR/epub-rs-33/#sec-xhtml-custom-attributes", "level": 5, "title": "Custom attributes", - "number": "6.1.1.6" + "number": "6.1.1.5" }, { "id": "sec-xhtml-deviations", @@ -317,33 +317,40 @@ "title": "HTML deviations and constraints", "number": "6.1.2" }, + { + "id": "sec-xhtml-microdata", + "href": "https://www.w3.org/TR/epub-rs-33/#sec-xhtml-microdata", + "level": 5, + "title": "Microdata", + "number": "6.1.2.1" + }, { "id": "sec-xhtml-mathml", "href": "https://www.w3.org/TR/epub-rs-33/#sec-xhtml-mathml", "level": 5, "title": "MathML", - "number": "6.1.2.1" + "number": "6.1.2.2" }, { "id": "sec-xhtml-svg", "href": "https://www.w3.org/TR/epub-rs-33/#sec-xhtml-svg", "level": 5, "title": "Embedded SVG", - "number": "6.1.2.2" + "number": "6.1.2.3" }, { "id": "sec-xhtml-svg-css", "href": "https://www.w3.org/TR/epub-rs-33/#sec-xhtml-svg-css", "level": 6, "title": "Embedded SVG and CSS", - "number": "6.1.2.2.1" + "number": "6.1.2.3.1" }, { "id": "sec-xhtml-forms", "href": "https://www.w3.org/TR/epub-rs-33/#sec-xhtml-forms", "level": 5, "title": "Form submission", - "number": "6.1.2.3" + "number": "6.1.2.4" }, { "id": "sec-svg", @@ -640,130 +647,138 @@ "title": "Recommendations", "number": "15.3" }, + { + "id": "app-unsupported", + "href": "https://www.w3.org/TR/epub-rs-33/#app-unsupported", + "level": 2, + "title": "Unsupported features", + "number": "A" + }, { "id": "app-epubReadingSystem", "href": "https://www.w3.org/TR/epub-rs-33/#app-epubReadingSystem", "level": 2, - "title": "16. epubReadingSystem object" + "title": "epubReadingSystem object", + "number": "B" }, { "id": "app-ers-idl", "href": "https://www.w3.org/TR/epub-rs-33/#app-ers-idl", "level": 3, "title": "Interface definition", - "number": "16.1" + "number": "B.1" }, { "id": "app-ers-desc", "href": "https://www.w3.org/TR/epub-rs-33/#app-ers-desc", "level": 3, "title": "Description", - "number": "16.2" + "number": "B.2" }, { "id": "app-ers-properties", "href": "https://www.w3.org/TR/epub-rs-33/#app-ers-properties", "level": 3, "title": "Properties", - "number": "16.3" + "number": "B.3" }, { "id": "app-ers-methods", "href": "https://www.w3.org/TR/epub-rs-33/#app-ers-methods", "level": 3, "title": "Methods", - "number": "16.4" + "number": "B.4" }, { "id": "app-ers-hasFeature", "href": "https://www.w3.org/TR/epub-rs-33/#app-ers-hasFeature", "level": 4, "title": "hasFeature", - "number": "16.4.1" + "number": "B.4.1" }, { "id": "app-ers-hasFeature-desc", "href": "https://www.w3.org/TR/epub-rs-33/#app-ers-hasFeature-desc", "level": 5, "title": "Description", - "number": "16.4.1.1" + "number": "B.4.1.1" }, { "id": "app-ers-hasFeature-features", "href": "https://www.w3.org/TR/epub-rs-33/#app-ers-hasFeature-features", "level": 5, "title": "Features", - "number": "16.4.1.2" + "number": "B.4.1.2" }, { "id": "index", "href": "https://www.w3.org/TR/epub-rs-33/#index", "level": 2, "title": "Index", - "number": "A" + "number": "C" }, { "id": "index-defined-here", "href": "https://www.w3.org/TR/epub-rs-33/#index-defined-here", "level": 3, "title": "Terms defined by this specification", - "number": "A.1" + "number": "C.1" }, { "id": "index-defined-elsewhere", "href": "https://www.w3.org/TR/epub-rs-33/#index-defined-elsewhere", "level": 3, "title": "Terms defined by reference", - "number": "A.2" + "number": "C.2" }, { "id": "change-log", "href": "https://www.w3.org/TR/epub-rs-33/#change-log", "level": 2, "title": "Change log", - "number": "B" + "number": "D" }, { "id": "change-latest", "href": "https://www.w3.org/TR/epub-rs-33/#change-latest", "level": 3, "title": "Substantive changes since Candidate Recommendation", - "number": "B.1" + "number": "D.1" }, { "id": "changes-older", "href": "https://www.w3.org/TR/epub-rs-33/#changes-older", "level": 3, "title": "Substantive changes since EPUB 3.2", - "number": "B.2" + "number": "D.2" }, { "id": "ack", "href": "https://www.w3.org/TR/epub-rs-33/#ack", "level": 2, "title": "Acknowledgements", - "number": "C" + "number": "E" }, { "id": "references", "href": "https://www.w3.org/TR/epub-rs-33/#references", "level": 2, "title": "References", - "number": "D" + "number": "F" }, { "id": "normative-references", "href": "https://www.w3.org/TR/epub-rs-33/#normative-references", "level": 3, "title": "Normative references", - "number": "D.1" + "number": "F.1" }, { "id": "informative-references", "href": "https://www.w3.org/TR/epub-rs-33/#informative-references", "level": 3, "title": "Informative references", - "number": "D.2" + "number": "F.2" } ] } \ No newline at end of file diff --git a/tr/headings/html.json b/tr/headings/html.json index f144bea7dc25..18f85ba5b78d 100644 --- a/tr/headings/html.json +++ b/tr/headings/html.json @@ -8,7 +8,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "table-of-contents", @@ -26,7 +26,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/introduction.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "introduction", @@ -199,7 +199,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "infrastructure", @@ -302,7 +302,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "common-microsyntaxes", @@ -504,7 +504,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "urls", @@ -601,7 +601,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "common-dom-interfaces", @@ -663,7 +663,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/structured-data.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "safe-passing-of-structured-data", @@ -746,7 +746,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/dom.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "dom", @@ -1031,7 +1031,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/semantics.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "semantics", @@ -1183,7 +1183,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/sections.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "sections", @@ -1301,7 +1301,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/grouping-content.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "grouping-content", @@ -1419,7 +1419,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "text-level-semantics", @@ -1635,7 +1635,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/links.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "links", @@ -1893,7 +1893,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/edits.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "edits", @@ -1948,7 +1948,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/embedded-content.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "embedded-content", @@ -1982,7 +1982,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/images.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "images", @@ -2240,7 +2240,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "the-iframe-element", @@ -2267,7 +2267,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/media.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "the-video-element", @@ -2497,7 +2497,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/image-maps.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "the-map-element", @@ -2538,7 +2538,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/embedded-content-other.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "mathml", @@ -2565,7 +2565,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/tables.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "tables", @@ -2697,7 +2697,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/forms.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "forms", @@ -2794,7 +2794,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/input.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "the-input-element", @@ -3059,7 +3059,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/form-elements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "the-button-element", @@ -3142,7 +3142,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "form-control-infrastructure", @@ -3379,7 +3379,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/interactive-elements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "interactive-elements", @@ -3469,7 +3469,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/scripting.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "scripting-3", @@ -3552,7 +3552,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/canvas.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "the-canvas-element", @@ -3796,7 +3796,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/custom-elements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "custom-elements", @@ -3928,7 +3928,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/semantics-other.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "common-idioms", @@ -4004,7 +4004,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/microdata.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "microdata", @@ -4184,7 +4184,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/interaction.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "editing", @@ -4255,6 +4255,13 @@ "title": "APIs gated by user activation", "number": "6.4.3" }, + { + "id": "the-useractivation-interface", + "href": "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface", + "level": 4, + "title": "The UserActivation interface", + "number": "6.4.4" + }, { "id": "activation", "href": "https://html.spec.whatwg.org/multipage/interaction.html#activation", @@ -4441,7 +4448,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/dnd.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "dnd", @@ -4524,7 +4531,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/browsers.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "browsers", @@ -4662,7 +4669,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/window-object.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "the-window-object", @@ -4801,7 +4808,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/origin.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "origin", @@ -4898,7 +4905,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/history.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "history", @@ -5016,7 +5023,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "browsing-the-web", @@ -5169,7 +5176,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/webappapis.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "webappapis", @@ -5531,7 +5538,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "dynamic-markup-insertion", @@ -5579,7 +5586,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "timers", @@ -5620,7 +5627,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/system-state.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "system-state-and-capabilities", @@ -5689,7 +5696,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "images-2", @@ -5709,7 +5716,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/comms.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "comms", @@ -5728,7 +5735,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/server-sent-events.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "server-sent-events", @@ -5811,7 +5818,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/web-messaging.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "web-messaging", @@ -5929,7 +5936,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/workers.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "workers", @@ -6165,7 +6172,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/worklets.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "worklets", @@ -6275,7 +6282,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/webstorage.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "webstorage", @@ -6378,7 +6385,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/syntax.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "syntax", @@ -6488,7 +6495,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/parsing.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "parsing", @@ -7453,7 +7460,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/named-characters.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "named-character-references", @@ -7466,7 +7473,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/xhtml.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "the-xhtml-syntax", @@ -7506,7 +7513,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/rendering.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "rendering", @@ -7833,7 +7840,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/obsolete.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "obsolete", @@ -7894,7 +7901,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/iana.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "iana", @@ -7955,7 +7962,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/indices.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "index", @@ -8015,7 +8022,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/references.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "references", @@ -8027,7 +8034,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/acknowledgements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 7 September 2022" + "title": "Living Standard — Last Updated 15 September 2022" }, { "id": "acknowledgments", diff --git a/tr/headings/mediasession.json b/tr/headings/mediasession.json index 28a5cac12042..4d00689517a2 100644 --- a/tr/headings/mediasession.json +++ b/tr/headings/mediasession.json @@ -10,12 +10,6 @@ "level": 1, "title": "Media Session Standard" }, - { - "id": "profile-and-date", - "href": "https://www.w3.org/TR/mediasession/#profile-and-date", - "level": 2, - "title": "W3C Working Draft, 4 June 2021" - }, { "id": "abstract", "href": "https://www.w3.org/TR/mediasession/#abstract", @@ -23,8 +17,8 @@ "title": "Abstract" }, { - "id": "status", - "href": "https://www.w3.org/TR/mediasession/#status", + "id": "sotd", + "href": "https://www.w3.org/TR/mediasession/#sotd", "level": 2, "title": "Status of this document" }, @@ -171,6 +165,24 @@ "level": 2, "title": "Acknowledgments" }, + { + "id": "w3c-conformance", + "href": "https://www.w3.org/TR/mediasession/#w3c-conformance", + "level": 2, + "title": "Conformance" + }, + { + "id": "w3c-conventions", + "href": "https://www.w3.org/TR/mediasession/#w3c-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "w3c-conformant-algorithms", + "href": "https://www.w3.org/TR/mediasession/#w3c-conformant-algorithms", + "level": 3, + "title": "Conformant Algorithms" + }, { "id": "index", "href": "https://www.w3.org/TR/mediasession/#index", diff --git a/tr/headings/openscreenprotocol.json b/tr/headings/openscreenprotocol.json index a0b3c8624032..9d0a5c253565 100644 --- a/tr/headings/openscreenprotocol.json +++ b/tr/headings/openscreenprotocol.json @@ -154,261 +154,267 @@ "title": "Presentation API", "number": "7.1" }, + { + "id": "time-representation", + "href": "https://www.w3.org/TR/openscreenprotocol/#time-representation", + "level": 2, + "title": "Representation Of Time", + "number": "8" + }, { "id": "remote-playback-protocol", "href": "https://www.w3.org/TR/openscreenprotocol/#remote-playback-protocol", "level": 2, "title": "Remote Playback Protocol", - "number": "8" + "number": "9" }, { "id": "remote-playback-state-and-controls", "href": "https://www.w3.org/TR/openscreenprotocol/#remote-playback-state-and-controls", "level": 3, "title": "Remote Playback State and Controls", - "number": "8.1" + "number": "9.1" }, { "id": "remote-playback-api", "href": "https://www.w3.org/TR/openscreenprotocol/#remote-playback-api", "level": 3, "title": "Remote Playback API", - "number": "8.2" + "number": "9.2" }, { "id": "streaming-protocol", "href": "https://www.w3.org/TR/openscreenprotocol/#streaming-protocol", "level": 2, - "title": "Streaming Protocol", - "number": "9" + "title": "10. Streaming Protocol" }, { "id": "streaming-protocol-capabilities", "href": "https://www.w3.org/TR/openscreenprotocol/#streaming-protocol-capabilities", "level": 3, "title": "Streaming Protocol Capabilities", - "number": "9.1" + "number": "10.1" }, { "id": "streaming-sessions", "href": "https://www.w3.org/TR/openscreenprotocol/#streaming-sessions", "level": 3, "title": "Sessions", - "number": "9.2" + "number": "10.2" }, { "id": "streaming-audio", "href": "https://www.w3.org/TR/openscreenprotocol/#streaming-audio", "level": 3, "title": "Audio", - "number": "9.3" + "number": "10.3" }, { "id": "streaming-video", "href": "https://www.w3.org/TR/openscreenprotocol/#streaming-video", "level": 3, "title": "Video", - "number": "9.4" + "number": "10.4" }, { "id": "streaming-data", "href": "https://www.w3.org/TR/openscreenprotocol/#streaming-data", "level": 3, "title": "Data", - "number": "9.5" + "number": "10.5" }, { "id": "streaming-feedback", "href": "https://www.w3.org/TR/openscreenprotocol/#streaming-feedback", "level": 3, "title": "Feedback", - "number": "9.6" + "number": "10.6" }, { "id": "streaming-stats", "href": "https://www.w3.org/TR/openscreenprotocol/#streaming-stats", "level": 3, "title": "Stats", - "number": "9.7" + "number": "10.7" }, { "id": "requests-responses-watches", "href": "https://www.w3.org/TR/openscreenprotocol/#requests-responses-watches", "level": 2, - "title": "10. Requests, Responses, and Watches" + "title": "11. Requests, Responses, and Watches" }, { "id": "protocol-extensions", "href": "https://www.w3.org/TR/openscreenprotocol/#protocol-extensions", "level": 2, - "title": "11. Protocol Extensions" + "title": "12. Protocol Extensions" }, { "id": "protocol-extension-fields", "href": "https://www.w3.org/TR/openscreenprotocol/#protocol-extension-fields", "level": 3, "title": "Protocol Extension Fields", - "number": "11.1" + "number": "12.1" }, { "id": "security-privacy", "href": "https://www.w3.org/TR/openscreenprotocol/#security-privacy", "level": 2, - "title": "12. Security and Privacy" + "title": "13. Security and Privacy" }, { "id": "threat-models", "href": "https://www.w3.org/TR/openscreenprotocol/#threat-models", "level": 3, "title": "Threat Models", - "number": "12.1" + "number": "13.1" }, { "id": "passive-network-attackers", "href": "https://www.w3.org/TR/openscreenprotocol/#passive-network-attackers", "level": 4, "title": "Passive Network Attackers", - "number": "12.1.1" + "number": "13.1.1" }, { "id": "active-network-attackers", "href": "https://www.w3.org/TR/openscreenprotocol/#active-network-attackers", "level": 4, "title": "Active Network Attackers", - "number": "12.1.2" + "number": "13.1.2" }, { "id": "denial-of-service", "href": "https://www.w3.org/TR/openscreenprotocol/#denial-of-service", "level": 4, "title": "Denial of Service", - "number": "12.1.3" + "number": "13.1.3" }, { "id": "same-origin-policy-violations", "href": "https://www.w3.org/TR/openscreenprotocol/#same-origin-policy-violations", "level": 4, "title": "Same-Origin Policy Violations", - "number": "12.1.4" + "number": "13.1.4" }, { "id": "security-privacy-questions", "href": "https://www.w3.org/TR/openscreenprotocol/#security-privacy-questions", "level": 3, "title": "Open Screen Protocol Security and Privacy Considerations", - "number": "12.2" + "number": "13.2" }, { "id": "personally-identifiable-information", "href": "https://www.w3.org/TR/openscreenprotocol/#personally-identifiable-information", "level": 4, "title": "Personally Identifiable Information & High-Value Data", - "number": "12.2.1" + "number": "13.2.1" }, { "id": "cross-origin-state", "href": "https://www.w3.org/TR/openscreenprotocol/#cross-origin-state", "level": 4, "title": "Cross Origin State Considerations", - "number": "12.2.2" + "number": "13.2.2" }, { "id": "origin-access-devices", "href": "https://www.w3.org/TR/openscreenprotocol/#origin-access-devices", "level": 4, "title": "Origin Access to Other Devices", - "number": "12.2.3" + "number": "13.2.3" }, { "id": "incognito-mode", "href": "https://www.w3.org/TR/openscreenprotocol/#incognito-mode", "level": 4, "title": "Incognito Mode", - "number": "12.2.4" + "number": "13.2.4" }, { "id": "persistent-state", "href": "https://www.w3.org/TR/openscreenprotocol/#persistent-state", "level": 4, "title": "Persistent State", - "number": "12.2.5" + "number": "13.2.5" }, { "id": "other-considerations", "href": "https://www.w3.org/TR/openscreenprotocol/#other-considerations", "level": 4, "title": "Other Considerations", - "number": "12.2.6" + "number": "13.2.6" }, { "id": "presentation-api-considerations", "href": "https://www.w3.org/TR/openscreenprotocol/#presentation-api-considerations", "level": 3, "title": "Presentation API Considerations", - "number": "12.3" + "number": "13.3" }, { "id": "remote-playback-considerations", "href": "https://www.w3.org/TR/openscreenprotocol/#remote-playback-considerations", "level": 3, "title": "Remote Playback API Considerations", - "number": "12.4" + "number": "13.4" }, { "id": "security-mitigations", "href": "https://www.w3.org/TR/openscreenprotocol/#security-mitigations", "level": 3, "title": "Mitigation Strategies", - "number": "12.5" + "number": "13.5" }, { "id": "local-passive-mitigations", "href": "https://www.w3.org/TR/openscreenprotocol/#local-passive-mitigations", "level": 4, "title": "Local passive network attackers", - "number": "12.5.1" + "number": "13.5.1" }, { "id": "local-active-mitigations", "href": "https://www.w3.org/TR/openscreenprotocol/#local-active-mitigations", "level": 4, "title": "Local active network attackers", - "number": "12.5.2" + "number": "13.5.2" }, { "id": "remote-active-mitigations", "href": "https://www.w3.org/TR/openscreenprotocol/#remote-active-mitigations", "level": 4, "title": "Remote active network attackers", - "number": "12.5.3" + "number": "13.5.3" }, { "id": "denial-of-service-mitigations", "href": "https://www.w3.org/TR/openscreenprotocol/#denial-of-service-mitigations", "level": 4, "title": "Denial of service", - "number": "12.5.4" + "number": "13.5.4" }, { "id": "malicious-input-mitigations", "href": "https://www.w3.org/TR/openscreenprotocol/#malicious-input-mitigations", "level": 4, "title": "Malicious input", - "number": "12.5.5" + "number": "13.5.5" }, { "id": "security-ui", "href": "https://www.w3.org/TR/openscreenprotocol/#security-ui", "level": 3, "title": "User Interface Considerations", - "number": "12.6" + "number": "13.6" }, { "id": "instance-names", "href": "https://www.w3.org/TR/openscreenprotocol/#instance-names", "level": 4, "title": "Instance and Display Names", - "number": "12.6.1" + "number": "13.6.1" }, { "id": "appendix-a", diff --git a/tr/headings/prerendering-revamped.json b/tr/headings/prerendering-revamped.json index b9ac11b08b10..6e7d62d03bee 100644 --- a/tr/headings/prerendering-revamped.json +++ b/tr/headings/prerendering-revamped.json @@ -133,6 +133,13 @@ "title": "Extensions to the PerformanceNavigationTiming interface", "number": "3.3" }, + { + "id": "client-hint-cache", + "href": "https://wicg.github.io/nav-speculation/prerendering.html#client-hint-cache", + "level": 3, + "title": "Interaction with Client Hint Cache", + "number": "3.4" + }, { "id": "supports-loading-mode", "href": "https://wicg.github.io/nav-speculation/prerendering.html#supports-loading-mode", @@ -371,6 +378,13 @@ "title": "Web Speech API", "number": "6.3.27" }, + { + "id": "web-locks-patch", + "href": "https://wicg.github.io/nav-speculation/prerendering.html#web-locks-patch", + "level": 4, + "title": "Web Locks API", + "number": "6.3.28" + }, { "id": "implicitly-restricted", "href": "https://wicg.github.io/nav-speculation/prerendering.html#implicitly-restricted", diff --git a/tr/headings/screen-wake-lock.json b/tr/headings/screen-wake-lock.json index fb81bb316441..3f37f78feb38 100644 --- a/tr/headings/screen-wake-lock.json +++ b/tr/headings/screen-wake-lock.json @@ -10,18 +10,6 @@ "level": 1, "title": "Screen Wake Lock API" }, - { - "id": "abstract", - "href": "https://www.w3.org/TR/screen-wake-lock/#abstract", - "level": 2, - "title": "Abstract" - }, - { - "id": "sotd", - "href": "https://www.w3.org/TR/screen-wake-lock/#sotd", - "level": 2, - "title": "Status of This Document" - }, { "id": "toc", "href": "https://www.w3.org/TR/screen-wake-lock/#toc", diff --git a/tr/headings/tc39-shadowrealm.json b/tr/headings/tc39-shadowrealm.json index d050733a9a08..2203d5dfa1ae 100644 --- a/tr/headings/tc39-shadowrealm.json +++ b/tr/headings/tc39-shadowrealm.json @@ -24,13 +24,13 @@ }, { "id": "sec-ordinary-wrapped-function-call", - "title": "OrdinaryWrappedFunctionCall (\n\t\t\t\tF: a wrapped function exotic object,\n\t\t\t\tthisArgument: an ECMAScript language value,\n\t\t\t\targumentsList: a List of ECMAScript language values,\n\t\t\t)", + "title": "OrdinaryWrappedFunctionCall ( F, thisArgument, argumentsList )", "level": 2, "number": "2.2" }, { "id": "sec-prepare-for-wrapped-function-call", - "title": "PrepareForWrappedFunctionCall (\n\t\t\t\tF: a wrapped function exotic object,\n\t\t\t)", + "title": "PrepareForWrappedFunctionCall ( F )", "level": 2, "number": "2.3" }, @@ -48,13 +48,13 @@ }, { "id": "sec-wrappedfunctioncreate", - "title": "WrappedFunctionCreate (\n\t\t\t\t\tcallerRealm: a Realm Record,\n\t\t\t\t\tTarget: a function object,\n\t\t\t\t)", + "title": "WrappedFunctionCreate ( callerRealm, Target )", "level": 3, "number": "3.1.1" }, { "id": "sec-copynameandlength", - "title": "CopyNameAndLength (\n\t\t\t\t\tF: a function object,\n\t\t\t\t\tTarget: a function object,\n\t\t\t\t\toptional prefix: a String,\n\t\t\t\t\toptional argCount: a Number,\n\t\t\t\t)", + "title": "CopyNameAndLength ( F, Target [ , prefix [ , argCount ] ] )", "level": 3, "number": "3.1.2" }, @@ -66,25 +66,25 @@ }, { "id": "sec-performshadowrealmeval", - "title": "PerformShadowRealmEval (\n\t\t\t\t\tsourceText: a String,\n\t\t\t\t\tcallerRealm: a Realm Record,\n\t\t\t\t\tevalRealm: a Realm Record,\n\t\t\t\t)", + "title": "PerformShadowRealmEval ( sourceText, callerRealm, evalRealm )", "level": 3, "number": "3.1.3" }, { "id": "sec-shadowrealmimportvalue", - "title": "ShadowRealmImportValue (\n\t\t\t\t\tspecifierString: a String,\n\t\t\t\t\texportNameString: a String,\n\t\t\t\t\tcallerRealm: a Realm Record,\n\t\t\t\t\tevalRealm: a Realm Record,\n\t\t\t\t\tevalContext: an execution context,\n\t\t\t\t)", + "title": "ShadowRealmImportValue ( specifierString, exportNameString, callerRealm, evalRealm, evalContext )", "level": 3, "number": "3.1.4" }, { "id": "sec-getwrappedvalue", - "title": "GetWrappedValue (\n\t\t\t\t\tcallerRealm: a Realm Record,\n\t\t\t\t\tvalue: unknown,\n\t\t\t\t)", + "title": "GetWrappedValue ( callerRealm, value )", "level": 3, "number": "3.1.5" }, { "id": "sec-validateshadowrealmobject", - "title": "ValidateShadowRealmObject (\n\t\t\t\t\tO: unknown\n\t\t\t\t)", + "title": "ValidateShadowRealmObject ( O )", "level": 3, "number": "3.1.6" }, diff --git a/tr/headings/tc39-temporal.json b/tr/headings/tc39-temporal.json index a3264cad9afb..b71758fe75ee 100644 --- a/tr/headings/tc39-temporal.json +++ b/tr/headings/tc39-temporal.json @@ -2238,7 +2238,7 @@ }, { "id": "sec-temporal-differenceinstant", - "title": "DifferenceInstant ( ns1, ns2, roundingIncrement, smallestUnit, roundingMode )", + "title": "DifferenceInstant ( ns1, ns2, roundingIncrement, smallestUnit, largestUnit, roundingMode )", "level": 3, "number": "8.5.7" }, diff --git a/tr/headings/webdriver-bidi.json b/tr/headings/webdriver-bidi.json index d722534e38b4..8ede6084b710 100644 --- a/tr/headings/webdriver-bidi.json +++ b/tr/headings/webdriver-bidi.json @@ -497,47 +497,54 @@ "title": "The script.RealmInfo type", "number": "7.3.2.3" }, + { + "id": "type-script-RealmType", + "href": "https://w3c.github.io/webdriver-bidi/#type-script-RealmType", + "level": 5, + "title": "The script.RealmType type", + "number": "7.3.2.4" + }, { "id": "types-script-StackFrame", "href": "https://w3c.github.io/webdriver-bidi/#types-script-StackFrame", "level": 5, "title": "The script.StackFrame type", - "number": "7.3.2.4" + "number": "7.3.2.5" }, { "id": "types-script-StackTrace", "href": "https://w3c.github.io/webdriver-bidi/#types-script-StackTrace", "level": 5, "title": "The script.StackTrace type", - "number": "7.3.2.5" + "number": "7.3.2.6" }, { "id": "type-script-ScriptEvaluateResult", "href": "https://w3c.github.io/webdriver-bidi/#type-script-ScriptEvaluateResult", "level": 5, "title": "The script.ScriptEvaluateResult type", - "number": "7.3.2.6" + "number": "7.3.2.7" }, { "id": "type-script-Source", "href": "https://w3c.github.io/webdriver-bidi/#type-script-Source", "level": 5, "title": "The script.Source type", - "number": "7.3.2.7" + "number": "7.3.2.8" }, { "id": "type-script-Target", "href": "https://w3c.github.io/webdriver-bidi/#type-script-Target", "level": 5, "title": "The script.Target type", - "number": "7.3.2.8" + "number": "7.3.2.9" }, { "id": "type-script-Ownership", "href": "https://w3c.github.io/webdriver-bidi/#type-script-Ownership", "level": 5, "title": "The script.Ownership type", - "number": "7.3.2.9" + "number": "7.3.2.10" }, { "id": "module-script-commands", diff --git a/tr/idl/CSP.idl b/tr/idl/CSP.idl index af1c6c1e27d8..4707b105a9f1 100644 --- a/tr/idl/CSP.idl +++ b/tr/idl/CSP.idl @@ -5,6 +5,7 @@ [Exposed=Window] interface CSPViolationReportBody : ReportBody { + [Default] object toJSON(); readonly attribute USVString documentURL; readonly attribute USVString? referrer; readonly attribute USVString? blockedURL; diff --git a/tr/idl/anchors.idl b/tr/idl/anchors.idl index e92e7d10cdd1..5aa9395f09f3 100644 --- a/tr/idl/anchors.idl +++ b/tr/idl/anchors.idl @@ -7,6 +7,8 @@ interface XRAnchor { readonly attribute XRSpace anchorSpace; + Promise requestPersistentHandle(); + undefined delete(); }; @@ -14,6 +16,11 @@ partial interface XRFrame { Promise createAnchor(XRRigidTransform pose, XRSpace space); }; +partial interface XRSession { + Promise restorePersistentAnchor(DOMString uuid); + Promise deletePersistentAnchor(DOMString uuid); +}; + partial interface XRHitTestResult { Promise createAnchor(); }; diff --git a/tr/idl/compute-pressure.idl b/tr/idl/compute-pressure.idl index d327122c63a3..944852b87472 100644 --- a/tr/idl/compute-pressure.idl +++ b/tr/idl/compute-pressure.idl @@ -36,5 +36,5 @@ dictionary PressureRecord { }; dictionary PressureObserverOptions { - double samplerate; + double sampleRate; }; diff --git a/tr/idl/css-contain.idl b/tr/idl/css-contain.idl new file mode 100644 index 000000000000..a8d9146b8d91 --- /dev/null +++ b/tr/idl/css-contain.idl @@ -0,0 +1,13 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: CSS Containment Module Level 2 (https://www.w3.org/TR/css-contain-2/) + +[Exposed=Window] +interface ContentVisibilityAutoStateChangedEvent : Event { + constructor(DOMString type, optional ContentVisibilityAutoStateChangedEventInit eventInitDict = {}); + readonly attribute boolean skipped; +}; +dictionary ContentVisibilityAutoStateChangedEventInit : EventInit { + boolean skipped = false; +}; diff --git a/tr/idl/html.idl b/tr/idl/html.idl index b8896dc761f9..17fe2890bb73 100644 --- a/tr/idl/html.idl +++ b/tr/idl/html.idl @@ -1634,6 +1634,16 @@ dictionary ValidityStateFlags { boolean customError = false; }; +[Exposed=Window] +interface UserActivation { + readonly attribute boolean hasBeenActive; + readonly attribute boolean isActive; +}; + +partial interface Navigator { + [SameObject] readonly attribute UserActivation userActivation; +}; + dictionary FocusOptions { boolean preventScroll = false; boolean focusVisible; diff --git a/tr/idl/mediasession.idl b/tr/idl/mediasession.idl index dff783f80967..5e713ed59588 100644 --- a/tr/idl/mediasession.idl +++ b/tr/idl/mediasession.idl @@ -26,7 +26,9 @@ enum MediaSessionAction { "seekto", "togglemicrophone", "togglecamera", - "hangup" + "hangup", + "previousslide", + "nextslide" }; callback MediaSessionActionHandler = undefined(MediaSessionActionDetails details); @@ -76,7 +78,7 @@ dictionary MediaPositionState { dictionary MediaSessionActionDetails { required MediaSessionAction action; - double? seekOffset; - double? seekTime; - boolean? fastSeek; + double seekOffset; + double seekTime; + boolean fastSeek; }; diff --git a/tr/idl/secure-payment-confirmation.idl b/tr/idl/secure-payment-confirmation.idl index 59123e245024..ba242f6ad2ba 100644 --- a/tr/idl/secure-payment-confirmation.idl +++ b/tr/idl/secure-payment-confirmation.idl @@ -9,7 +9,7 @@ dictionary SecurePaymentConfirmationRequest { required sequence credentialIds; required PaymentCredentialInstrument instrument; unsigned long timeout; - DOMString payeeName; + USVString payeeName; USVString payeeOrigin; AuthenticationExtensionsClientInputs extensions; }; @@ -24,7 +24,7 @@ dictionary AuthenticationExtensionsPaymentInputs { // Only used for authentication. USVString rpId; USVString topOrigin; - DOMString payeeName; + USVString payeeName; USVString payeeOrigin; PaymentCurrencyAmount total; PaymentCredentialInstrument instrument; @@ -37,14 +37,14 @@ dictionary CollectedClientPaymentData : CollectedClientData { dictionary CollectedClientAdditionalPaymentData { required USVString rpId; required USVString topOrigin; - DOMString payeeName; + USVString payeeName; USVString payeeOrigin; required PaymentCurrencyAmount total; required PaymentCredentialInstrument instrument; }; dictionary PaymentCredentialInstrument { - required DOMString displayName; + required USVString displayName; required USVString icon; boolean iconMustBeShown = true; }; diff --git a/tr/ids/CSP3.json b/tr/ids/CSP3.json index 58b8ea5e7f39..b6a97b31c629 100644 --- a/tr/ids/CSP3.json +++ b/tr/ids/CSP3.json @@ -7,9 +7,9 @@ "https://www.w3.org/TR/CSP3/#toc-nav", "https://www.w3.org/TR/CSP3/#toc-jump", "https://www.w3.org/TR/CSP3/#toc-toggle", - "https://www.w3.org/TR/CSP3/#profile-and-date", + "https://www.w3.org/TR/CSP3/#w3c-state", "https://www.w3.org/TR/CSP3/#abstract", - "https://www.w3.org/TR/CSP3/#status", + "https://www.w3.org/TR/CSP3/#sotd", "https://www.w3.org/TR/CSP3/#w3c_process_revision", "https://www.w3.org/TR/CSP3/#toc", "https://www.w3.org/TR/CSP3/#contents", @@ -31,12 +31,11 @@ "https://www.w3.org/TR/CSP3/#ref-for-local-scheme", "https://www.w3.org/TR/CSP3/#ref-for-http-scheme%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-script%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-navigate-to", "https://www.w3.org/TR/CSP3/#ref-for-violation-sample", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-report-sample", "https://www.w3.org/TR/CSP3/#framework", "https://www.w3.org/TR/CSP3/#framework-infrastructure", - "https://www.w3.org/TR/CSP3/#ref-for-section-3.2.3", + "https://www.w3.org/TR/CSP3/#ref-for-section-5.6.3", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-optional-ascii-whitespace", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-optional-ascii-whitespace%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-optional-ascii-whitespace%E2%91%A1", @@ -214,6 +213,8 @@ "https://www.w3.org/TR/CSP3/#ref-for-browsing-context", "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-should-block-navigation-response", + "https://www.w3.org/TR/CSP3/#directive-webrtc-pre-connect-check", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/CSP3/#framework-directive-source-list", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2", @@ -267,6 +268,7 @@ "https://www.w3.org/TR/CSP3/#grammardef-unsafe-hashes", "https://www.w3.org/TR/CSP3/#grammardef-report-sample", "https://www.w3.org/TR/CSP3/#grammardef-unsafe-allow-redirects", + "https://www.w3.org/TR/CSP3/#grammardef-wasm-unsafe-eval", "https://www.w3.org/TR/CSP3/#grammardef-nonce-source", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-base64-value", "https://www.w3.org/TR/CSP3/#grammardef-base64-value", @@ -286,12 +288,12 @@ "https://www.w3.org/TR/CSP3/#ref-for-grammardef-nonce-source%E2%91%A0", "https://www.w3.org/TR/CSP3/#framework-violation", "https://www.w3.org/TR/CSP3/#violation", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-violation", "https://www.w3.org/TR/CSP3/#violation-global-object", "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0", "https://www.w3.org/TR/CSP3/#violation-url", "https://www.w3.org/TR/CSP3/#ref-for-violation-global-object", @@ -302,41 +304,49 @@ "https://www.w3.org/TR/CSP3/#violation-resource", "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A3", - "https://www.w3.org/TR/CSP3/#violation-referrer", - "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-violation-resource", "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A4", - "https://www.w3.org/TR/CSP3/#violation-policy", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A7", + "https://www.w3.org/TR/CSP3/#violation-referrer", + "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A8", + "https://www.w3.org/TR/CSP3/#violation-policy", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#violation-disposition", "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#violation-effective-directive", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#violation-source-file", - "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/CSP3/#violation-line-number", - "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/CSP3/#violation-column-number", - "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/CSP3/#violation-element", - "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/CSP3/#violation-sample", - "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-violation-sample%E2%91%A0", "https://www.w3.org/TR/CSP3/#create-violation-for-global", "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-string%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-violation-global-object%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-violation-policy", "https://www.w3.org/TR/CSP3/#ref-for-violation-effective-directive", - "https://www.w3.org/TR/CSP3/#ref-for-violation-resource", + "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-violation-source-file", "https://www.w3.org/TR/CSP3/#ref-for-violation-line-number", "https://www.w3.org/TR/CSP3/#ref-for-violation-column-number", @@ -351,19 +361,19 @@ "https://www.w3.org/TR/CSP3/#issue-d43ce829", "https://www.w3.org/TR/CSP3/#create-violation-for-request", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-client", "https://www.w3.org/TR/CSP3/#ref-for-concept-settings-object-global", - "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-url", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-url%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-current-url", "https://www.w3.org/TR/CSP3/#policy-delivery", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-section-3", "https://www.w3.org/TR/CSP3/#ref-for-serialized-csp%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-meta", "https://www.w3.org/TR/CSP3/#ref-for-attr-meta-http-equiv", "https://www.w3.org/TR/CSP3/#csp-header", @@ -449,7 +459,7 @@ "https://www.w3.org/TR/CSP3/#html-integration", "https://www.w3.org/TR/CSP3/#ref-for-policy-container", "https://www.w3.org/TR/CSP3/#ref-for-policy-container-csp-list%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-abstract-opdef-parse-a-responses-content-security-policies%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A6", @@ -457,7 +467,7 @@ "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A3", "https://www.w3.org/TR/CSP3/#global-object-csp-list", "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/CSP3/#enforced", "https://www.w3.org/TR/CSP3/#monitored", "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A5", @@ -466,10 +476,10 @@ "https://www.w3.org/TR/CSP3/#ref-for-run-document-csp-initialization%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-initialise-the-document-object", "https://www.w3.org/TR/CSP3/#ref-for-should-block-inline%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-prepare-a-script", + "https://www.w3.org/TR/CSP3/#ref-for-prepare-the-script-element", "https://www.w3.org/TR/CSP3/#ref-for-update-a-style-block", "https://www.w3.org/TR/CSP3/#ref-for-should-block-inline%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-enforced%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-meta%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-attr-meta-http-equiv%E2%91%A1", @@ -515,7 +525,7 @@ "https://www.w3.org/TR/CSP3/#ref-for-directive-inline-check", "https://www.w3.org/TR/CSP3/#ref-for-current-settings-object", "https://www.w3.org/TR/CSP3/#ref-for-concept-settings-object-global%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-violation-element", "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-list-contain%E2%91%A0", @@ -531,7 +541,7 @@ "https://www.w3.org/TR/CSP3/#ref-for-concept-request-client%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-settings-object-global%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-url%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-current-url%E2%91%A0", @@ -543,7 +553,7 @@ "https://www.w3.org/TR/CSP3/#ref-for-concept-request-current-url%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-client%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-concept-settings-object-global%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-url%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#should-block-navigation-response", @@ -556,17 +566,17 @@ "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy", "https://www.w3.org/TR/CSP3/#ref-for-directive-navigation-response-check", "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-concept-response-url%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-policy-container%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-policy-container-csp-list%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-navigate-to%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-frame-ancestors%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-directive-navigation-response-check%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-client%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-concept-settings-object-global%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-url%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/CSP3/#run-global-object-csp-initialization", @@ -574,36 +584,70 @@ "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-directive-initialization%E2%91%A0", + "https://www.w3.org/TR/CSP3/#webrtc-integration", + "https://www.w3.org/TR/CSP3/#ref-for-dfn-administratively-prohibited", + "https://www.w3.org/TR/CSP3/#should-block-rtc-connection", + "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-directive-webrtc-pre-connect-check", + "https://www.w3.org/TR/CSP3/#ref-for-iteration-continue%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/CSP3/#ecma-integration", "https://www.w3.org/TR/CSP3/#ref-for-sec-hostensurecancompilestrings", - "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A6", "https://www.w3.org/TR/CSP3/#can-compile-strings", "https://www.w3.org/TR/CSP3/#ref-for-can-compile-strings", "https://www.w3.org/TR/CSP3/#ref-for-realm", "https://www.w3.org/TR/CSP3/#ref-for-concept-realm-global", - "https://www.w3.org/TR/CSP3/#ref-for-concept-realm-global%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-source-expression%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-unsafe-eval", - "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-list-contain%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-report-sample%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-violation-sample%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/CSP3/#issue-d5a07bef", "https://www.w3.org/TR/CSP3/#ref-for-sec-hostensurecancompilestrings%E2%91%A0", + "https://www.w3.org/TR/CSP3/#wasm-integration", + "https://www.w3.org/TR/CSP3/#ref-for-dom-host-ensure-can-compile-wasm-bytes", + "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A8", + "https://www.w3.org/TR/CSP3/#can-compile-wasm-bytes", + "https://www.w3.org/TR/CSP3/#ref-for-can-compile-wasm-bytes", + "https://www.w3.org/TR/CSP3/#ref-for-realm%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-exceptiondef-compileerror", + "https://www.w3.org/TR/CSP3/#ref-for-concept-realm-global%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-source-expression%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-unsafe-eval%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-source-expression%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-wasm-unsafe-eval", + "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-exceptiondef-compileerror%E2%91%A0", "https://www.w3.org/TR/CSP3/#reporting", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/CSP3/#csp-violation-report", "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/CSP3/#csp-violation-report", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-csp-violation-report", "https://www.w3.org/TR/CSP3/#ref-for-report-type", "https://www.w3.org/TR/CSP3/#ref-for-csp-violation-report%E2%91%A0", @@ -611,6 +655,9 @@ "https://www.w3.org/TR/CSP3/#ref-for-Exposed", "https://www.w3.org/TR/CSP3/#cspviolationreportbody", "https://www.w3.org/TR/CSP3/#ref-for-reportbody", + "https://www.w3.org/TR/CSP3/#ref-for-Default", + "https://www.w3.org/TR/CSP3/#ref-for-idl-object", + "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-tojson", "https://www.w3.org/TR/CSP3/#ref-for-idl-USVString", "https://www.w3.org/TR/CSP3/#dom-cspviolationreportbody-documenturl", "https://www.w3.org/TR/CSP3/#ref-for-idl-USVString%E2%91%A0", @@ -695,21 +742,25 @@ "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationeventinit-linenumber", "https://www.w3.org/TR/CSP3/#ref-for-idl-unsigned-long%E2%91%A4", "https://www.w3.org/TR/CSP3/#dom-securitypolicyviolationeventinit-columnnumber", + "https://www.w3.org/TR/CSP3/#obtain-violation-blocked-uri", + "https://www.w3.org/TR/CSP3/#ref-for-dom-securitypolicyviolationevent-blockeduri", + "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-string%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-concept-url", + "https://www.w3.org/TR/CSP3/#ref-for-string%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-concept-url%E2%91%A0", "https://www.w3.org/TR/CSP3/#deprecated-serialize-violation", - "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-report-uri", "https://www.w3.org/TR/CSP3/#ref-for-ordered-map", - "https://www.w3.org/TR/CSP3/#ref-for-concept-url-serializer", "https://www.w3.org/TR/CSP3/#ref-for-violation-url", - "https://www.w3.org/TR/CSP3/#ref-for-concept-url-serializer%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-violation-referrer%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-concept-url-serializer%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-violation-effective-directive%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-violation-effective-directive%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-serialized-csp%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-violation-policy%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-violation-policy%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-violation-status%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-violation-sample%E2%91%A3", @@ -717,13 +768,21 @@ "https://www.w3.org/TR/CSP3/#ref-for-report-to", "https://www.w3.org/TR/CSP3/#ref-for-dom-securitypolicyviolationevent-sample", "https://www.w3.org/TR/CSP3/#ref-for-violation-source-file%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-concept-url-serializer%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-violation-source-file%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-violation-line-number%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-violation-column-number%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-serialize-an-infra-value-to-json-bytes", + "https://www.w3.org/TR/CSP3/#strip-url-for-use-in-reports", + "https://www.w3.org/TR/CSP3/#ref-for-concept-url%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-concept-url-scheme%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-http-scheme%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-concept-url-scheme%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-concept-url-fragment", + "https://www.w3.org/TR/CSP3/#ref-for-concept-url-username", + "https://www.w3.org/TR/CSP3/#ref-for-concept-url-password", + "https://www.w3.org/TR/CSP3/#ref-for-concept-url-serializer", "https://www.w3.org/TR/CSP3/#report-violation", - "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-violation-policy%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-securitypolicyviolationevent%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-violation-element%E2%91%A0", @@ -740,17 +799,17 @@ "https://www.w3.org/TR/CSP3/#ref-for-violation-global-object%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-window%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-concept-document-window%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-implements", + "https://www.w3.org/TR/CSP3/#ref-for-eventtarget", "https://www.w3.org/TR/CSP3/#ref-for-concept-event-fire", + "https://www.w3.org/TR/CSP3/#ref-for-event-securitypolicyviolation", "https://www.w3.org/TR/CSP3/#ref-for-securitypolicyviolationevent%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-dom-securitypolicyviolationevent-documenturi", - "https://www.w3.org/TR/CSP3/#ref-for-concept-url-serializer%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-violation-url%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-dom-securitypolicyviolationevent-referrer", - "https://www.w3.org/TR/CSP3/#ref-for-concept-url-serializer%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-violation-referrer%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-dom-securitypolicyviolationevent-blockeduri", - "https://www.w3.org/TR/CSP3/#ref-for-concept-url-serializer%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-dom-securitypolicyviolationevent-blockeduri%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-dom-securitypolicyviolationevent-effectivedirective", "https://www.w3.org/TR/CSP3/#ref-for-violation-effective-directive%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-dom-securitypolicyviolationevent-violateddirective", @@ -761,7 +820,6 @@ "https://www.w3.org/TR/CSP3/#ref-for-dom-securitypolicyviolationevent-disposition", "https://www.w3.org/TR/CSP3/#ref-for-violation-disposition", "https://www.w3.org/TR/CSP3/#ref-for-dom-securitypolicyviolationevent-sourcefile", - "https://www.w3.org/TR/CSP3/#ref-for-concept-url-serializer%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-violation-source-file%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-violation-source-file%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-dom-securitypolicyviolationevent-statuscode", @@ -780,14 +838,14 @@ "https://www.w3.org/TR/CSP3/#ref-for-dom-securitypolicyviolationevent-violateddirective%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-violation-policy%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-policy-directive-set%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-report-uri%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-violation-policy%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-policy-directive-set%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-report-to%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-split-on-ascii-whitespace%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-concept-url-parser", "https://www.w3.org/TR/CSP3/#ref-for-violation-url%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-concept-base-url", @@ -814,25 +872,21 @@ "https://www.w3.org/TR/CSP3/#ref-for-concept-fetch", "https://www.w3.org/TR/CSP3/#ref-for-violation-policy%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-policy-directive-set%E2%91%A8", - "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-report-to%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-cspviolationreportbody", "https://www.w3.org/TR/CSP3/#ref-for-dom-cspviolationreportbody-documenturl", - "https://www.w3.org/TR/CSP3/#ref-for-concept-url-serializer%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-violation-url%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-dom-cspviolationreportbody-referrer", - "https://www.w3.org/TR/CSP3/#ref-for-concept-url-serializer%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-violation-referrer%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-dom-cspviolationreportbody-blockedurl", - "https://www.w3.org/TR/CSP3/#ref-for-concept-url-serializer%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-dom-cspviolationreportbody-effectivedirective", "https://www.w3.org/TR/CSP3/#ref-for-violation-effective-directive%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-dom-cspviolationreportbody-originalpolicy", "https://www.w3.org/TR/CSP3/#ref-for-serialized-csp%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-violation-policy%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-dom-cspviolationreportbody-sourcefile", - "https://www.w3.org/TR/CSP3/#ref-for-concept-url-serializer%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-violation-source-file%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-violation-source-file%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-dom-cspviolationreportbody-sample", @@ -850,9 +904,9 @@ "https://www.w3.org/TR/CSP3/#ref-for-violation-global-object%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-relevant-settings-object%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-queue-report", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#csp-directives", - "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-script-src", "https://www.w3.org/TR/CSP3/#ref-for-object-src", "https://www.w3.org/TR/CSP3/#ref-for-default-src", @@ -886,26 +940,26 @@ "https://www.w3.org/TR/CSP3/#child-src-pre-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#child-src-post-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A8", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A8", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#directive-connect-src", "https://www.w3.org/TR/CSP3/#connect-src", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-the-a-element", - "https://www.w3.org/TR/CSP3/#ref-for-dom-a-ping", + "https://www.w3.org/TR/CSP3/#ref-for-ping", "https://www.w3.org/TR/CSP3/#example-c53bdcd0", "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-connect-src", @@ -913,14 +967,14 @@ "https://www.w3.org/TR/CSP3/#connect-src-pre-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/CSP3/#connect-src-post-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/CSP3/#directive-default-src", "https://www.w3.org/TR/CSP3/#default-src", "https://www.w3.org/TR/CSP3/#ref-for-fetch-directives", @@ -995,28 +1049,28 @@ "https://www.w3.org/TR/CSP3/#default-src-pre-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/CSP3/#default-src-post-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/CSP3/#default-src-inline", "https://www.w3.org/TR/CSP3/#ref-for-directive-inline-check%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-element%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-directive-inline-check%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/CSP3/#directive-font-src", "https://www.w3.org/TR/CSP3/#font-src", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A2", @@ -1027,14 +1081,14 @@ "https://www.w3.org/TR/CSP3/#font-src-pre-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/CSP3/#font-src-post-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/CSP3/#directive-frame-src", "https://www.w3.org/TR/CSP3/#frame-src", "https://www.w3.org/TR/CSP3/#ref-for-nested-browsing-context%E2%91%A1", @@ -1046,14 +1100,14 @@ "https://www.w3.org/TR/CSP3/#frame-src-pre-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/CSP3/#frame-src-post-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/CSP3/#directive-img-src", "https://www.w3.org/TR/CSP3/#img-src", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A4", @@ -1067,14 +1121,14 @@ "https://www.w3.org/TR/CSP3/#img-src-pre-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/CSP3/#img-src-post-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/CSP3/#directive-manifest-src", "https://www.w3.org/TR/CSP3/#manifest-src", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A5", @@ -1085,14 +1139,14 @@ "https://www.w3.org/TR/CSP3/#manifest-src-pre-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/CSP3/#manifest-src-post-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/CSP3/#directive-media-src", "https://www.w3.org/TR/CSP3/#media-src", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A6", @@ -1103,14 +1157,14 @@ "https://www.w3.org/TR/CSP3/#media-src-pre-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/CSP3/#media-src-post-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/CSP3/#directive-object-src", "https://www.w3.org/TR/CSP3/#object-src", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A7", @@ -1129,19 +1183,19 @@ "https://www.w3.org/TR/CSP3/#ref-for-nested-browsing-context%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-the-embed-element%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-the-object-element%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-plugin-document%E2%91%A0", "https://www.w3.org/TR/CSP3/#object-src-pre-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/CSP3/#object-src-post-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/CSP3/#directive-prefetch-src", "https://www.w3.org/TR/CSP3/#prefetch-src", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A8", @@ -1152,14 +1206,14 @@ "https://www.w3.org/TR/CSP3/#prefetch-src-pre-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/CSP3/#prefetch-src-post-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/CSP3/#directive-script-src", "https://www.w3.org/TR/CSP3/#script-src", "https://www.w3.org/TR/CSP3/#ref-for-script%E2%91%A2", @@ -1183,47 +1237,53 @@ "https://www.w3.org/TR/CSP3/#ref-for-dom-setinterval", "https://www.w3.org/TR/CSP3/#ref-for-script-src-attr%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-script-src-elem%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-dom-module-module", + "https://www.w3.org/TR/CSP3/#ref-for-dom-webassembly-compile", + "https://www.w3.org/TR/CSP3/#ref-for-dom-webassembly-compilestreaming", + "https://www.w3.org/TR/CSP3/#ref-for-dom-webassembly-instantiate", + "https://www.w3.org/TR/CSP3/#ref-for-dom-webassembly-instantiatestreaming", + "https://www.w3.org/TR/CSP3/#ref-for-should-block-inline%E2%91%A4", "https://www.w3.org/TR/CSP3/#script-src-pre-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/CSP3/#script-src-post-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/CSP3/#script-src-inline", "https://www.w3.org/TR/CSP3/#ref-for-directive-inline-check%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-element%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/CSP3/#directive-script-src-elem", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#script-src-elem", "https://www.w3.org/TR/CSP3/#ref-for-script-src-attr%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/CSP3/#script-src-elem-pre-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/CSP3/#script-src-elem-post-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/CSP3/#script-src-elem-inline", "https://www.w3.org/TR/CSP3/#ref-for-directive-inline-check%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-element%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/CSP3/#directive-script-src-attr", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#script-src-attr", "https://www.w3.org/TR/CSP3/#script-src-attr-inline", "https://www.w3.org/TR/CSP3/#ref-for-directive-inline-check%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-element%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/CSP3/#directive-style-src", "https://www.w3.org/TR/CSP3/#style-src", "https://www.w3.org/TR/CSP3/#ref-for-document%E2%91%A7", @@ -1235,7 +1295,7 @@ "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-should-block-response%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-the-style-element", - "https://www.w3.org/TR/CSP3/#ref-for-should-block-inline%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-should-block-inline%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-nonce-source%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-hash-source%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-insert-a-css-rule", @@ -1246,23 +1306,23 @@ "https://www.w3.org/TR/CSP3/#style-src-pre-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-nonce-metadata%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/CSP3/#style-src-post-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-nonce-metadata%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/CSP3/#style-src-inline", "https://www.w3.org/TR/CSP3/#ref-for-directive-inline-check%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-element%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-directive-initialization%E2%91%A1", "https://www.w3.org/TR/CSP3/#issue-6fa220c3", "https://www.w3.org/TR/CSP3/#directive-style-src-elem", @@ -1271,31 +1331,43 @@ "https://www.w3.org/TR/CSP3/#style-src-elem-pre-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-nonce-metadata%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/CSP3/#style-src-elem-post-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-nonce-metadata%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/CSP3/#style-src-elem-inline", "https://www.w3.org/TR/CSP3/#ref-for-directive-inline-check%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-element%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%93%AA", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/CSP3/#directive-style-src-attr", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/CSP3/#style-src-attr", "https://www.w3.org/TR/CSP3/#style-src-attr-inline", "https://www.w3.org/TR/CSP3/#ref-for-directive-inline-check%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-element%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/CSP3/#directives-other", + "https://www.w3.org/TR/CSP3/#directive-webrtc", + "https://www.w3.org/TR/CSP3/#webrtc", + "https://www.w3.org/TR/CSP3/#grammardef-allow", + "https://www.w3.org/TR/CSP3/#grammardef-block", + "https://www.w3.org/TR/CSP3/#example-7e4cee69", + "https://www.w3.org/TR/CSP3/#ref-for-webrtc", + "https://www.w3.org/TR/CSP3/#webrtc-pre-connect", + "https://www.w3.org/TR/CSP3/#ref-for-directive-webrtc-pre-connect-check%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-allow", "https://www.w3.org/TR/CSP3/#directive-worker-src", "https://www.w3.org/TR/CSP3/#worker-src", "https://www.w3.org/TR/CSP3/#ref-for-worker%E2%91%A1", @@ -1309,40 +1381,40 @@ "https://www.w3.org/TR/CSP3/#worker-src-pre-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/CSP3/#worker-src-post-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/CSP3/#directives-document", "https://www.w3.org/TR/CSP3/#directive-base-uri", "https://www.w3.org/TR/CSP3/#base-uri", - "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-document%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-the-base-element%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-set-the-frozen-base-url%E2%91%A0", "https://www.w3.org/TR/CSP3/#allow-base-for-document", "https://www.w3.org/TR/CSP3/#ref-for-allow-base-for-document%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-document%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-the-base-element%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-attr-base-href%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-policy-directive-set%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-policy-self-origin%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-base-uri", - "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-an-iframe-srcdoc-document", "https://www.w3.org/TR/CSP3/#directive-sandbox", "https://www.w3.org/TR/CSP3/#sandbox", @@ -1350,9 +1422,9 @@ "https://www.w3.org/TR/CSP3/#ref-for-attr-iframe-sandbox", "https://www.w3.org/TR/CSP3/#ref-for-the-iframe-element%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-attr-iframe-sandbox%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-section-3.2.6", + "https://www.w3.org/TR/CSP3/#ref-for-section-5.6.2", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-required-ascii-whitespace%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-section-3.2.6%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-section-5.6.2%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy-report-only%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-meta%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#sandbox-init", @@ -1361,13 +1433,13 @@ "https://www.w3.org/TR/CSP3/#ref-for-forced-sandboxing-flag-set", "https://www.w3.org/TR/CSP3/#ref-for-sandbox", "https://www.w3.org/TR/CSP3/#ref-for-document%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-workletglobalscope%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-sandboxing-flag-set", "https://www.w3.org/TR/CSP3/#ref-for-parse-a-sandboxing-directive", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-workerglobalscope%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-sandboxed-scripts-browsing-context-flag", "https://www.w3.org/TR/CSP3/#ref-for-sandboxed-origin-browsing-context-flag", @@ -1376,16 +1448,16 @@ "https://www.w3.org/TR/CSP3/#directives-navigation", "https://www.w3.org/TR/CSP3/#directive-form-action", "https://www.w3.org/TR/CSP3/#form-action", - "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/CSP3/#form-action-pre-navigate", "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-navigation-check%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/CSP3/#directive-frame-ancestors", "https://www.w3.org/TR/CSP3/#frame-ancestors", - "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-frame%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-the-iframe-element%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-the-object-element%E2%91%A3", @@ -1406,13 +1478,13 @@ "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-browsing-context%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-directive-navigation-response-check%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-concept-response-url%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-is-local", - "https://www.w3.org/TR/CSP3/#ref-for-frame-ancestors%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-frame-ancestors%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-browsing-context%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-nested-browsing-context%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-nested-browsing-context%E2%91%A5", @@ -1420,72 +1492,26 @@ "https://www.w3.org/TR/CSP3/#ref-for-concept-url-parser%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-ascii-serialisation-of-an-origin", "https://www.w3.org/TR/CSP3/#ref-for-concept-document-origin", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-policy-self-origin%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-browsing-context%E2%91%A3", "https://www.w3.org/TR/CSP3/#frame-ancestors-and-frame-options", - "https://www.w3.org/TR/CSP3/#ref-for-frame-ancestors%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-x-frame-options", + "https://www.w3.org/TR/CSP3/#ref-for-x-frame-options%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-frame-ancestors%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-frame-ancestors%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/CSP3/#issue-c6a38617", - "https://www.w3.org/TR/CSP3/#ref-for-process-a-navigate-response%E2%91%A0", - "https://www.w3.org/TR/CSP3/#directive-navigate-to", - "https://www.w3.org/TR/CSP3/#navigate-to", - "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-concept-document", - "https://www.w3.org/TR/CSP3/#ref-for-the-a-element%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-the-form-element", - "https://www.w3.org/TR/CSP3/#ref-for-concept-document%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-concept-document%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-form-action", - "https://www.w3.org/TR/CSP3/#ref-for-navigate-to%E2%91%A1", - "https://www.w3.org/TR/CSP3/#example-118c27cf", - "https://www.w3.org/TR/CSP3/#ref-for-concept-document%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-concept-document%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-serialized-source-list%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/CSP3/#navigate-to-pre-navigate", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-x-frame-options%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-navigation-check%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-source-expression%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-unsafe-allow-redirects", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-keyword-source%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-concept-response-status", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A1", - "https://www.w3.org/TR/CSP3/#navigate-to-navigation-response", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/CSP3/#ref-for-browsing-context%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A8", - "https://www.w3.org/TR/CSP3/#ref-for-directive-navigation-response-check%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-browsing-context%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-source-expression%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-unsafe-allow-redirects%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-keyword-source%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-concept-response-status%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-redirect-status", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-frame-ancestors%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-x-frame-options%E2%91%A2", "https://www.w3.org/TR/CSP3/#directives-reporting", - "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-violation%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/CSP3/#directive-report-uri", "https://www.w3.org/TR/CSP3/#ref-for-report-uri%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-report-to%E2%91%A2", "https://www.w3.org/TR/CSP3/#example-0ac8d9c4", - "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-report-uri%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-report-to%E2%91%A3", "https://www.w3.org/TR/CSP3/#report-uri", @@ -1497,7 +1523,7 @@ "https://www.w3.org/TR/CSP3/#directive-report-to", "https://www.w3.org/TR/CSP3/#report-to", "https://www.w3.org/TR/CSP3/#ref-for-group", - "https://www.w3.org/TR/CSP3/#ref-for-section-3.2.6%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-section-5.6.2%E2%91%A1", "https://www.w3.org/TR/CSP3/#directives-elsewhere", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A0%E2%91%A8", @@ -1505,111 +1531,113 @@ "https://www.w3.org/TR/CSP3/#matching-algorithms", "https://www.w3.org/TR/CSP3/#script-checks", "https://www.w3.org/TR/CSP3/#script-pre-request", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-destination%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-request-destination-script-like%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-nonce-metadata%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-source-expression%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-hash-source%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-integrity-metadata", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-source-expression%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-hash-algorithm%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-hash-algorithm%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-base64-value%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-string-is", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-integrity-metadata%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-hash-source%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-source-expression%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-source-expression%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-strict-dynamic", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-keyword-source%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-keyword-source%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-parser-metadata%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-parser-inserted%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-strict-dynamic%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/CSP3/#script-post-request", "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-destination%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-request-destination-script-like%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-nonce-metadata%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A5%E2%93%AA", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-strict-dynamic%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-parser-metadata%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-parser-inserted%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-directive-value%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/CSP3/#matching-urls", "https://www.w3.org/TR/CSP3/#does-request-violate-policy", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/CSP3/#match-nonce-to-source-list", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-nonce-metadata%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-nonce-source%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-string-is%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-base64-value%E2%91%A4", "https://www.w3.org/TR/CSP3/#match-request-to-source-list", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-current-url%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-policy-self-origin%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-redirect-count", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-directive-pre-request-check%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/CSP3/#match-response-to-source-list", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-concept-response-url%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-policy-self-origin%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-redirect-count%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-directive-post-request-check%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-concept-response%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/CSP3/#match-url-to-source-list", "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-concept-origin%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-list-is-empty%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-list-size", + "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A6", "https://www.w3.org/TR/CSP3/#match-url-to-source-expression", "https://www.w3.org/TR/CSP3/#ref-for-url%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-source-expression%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-concept-origin%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-concept-origin%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-concept-url-scheme%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-http-scheme%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-concept-url-scheme%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-concept-origin-scheme", + "https://www.w3.org/TR/CSP3/#ref-for-concept-url-scheme%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-http-scheme%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-concept-url-scheme%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-concept-origin-scheme", + "https://www.w3.org/TR/CSP3/#ref-for-http-scheme%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-scheme-source%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-host-source%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-scheme-part%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-scheme-part-match", - "https://www.w3.org/TR/CSP3/#ref-for-concept-url-scheme%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-concept-url-scheme%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-scheme-source%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-host-source%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-dom-url-host", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-scheme-part%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-concept-origin-scheme%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-scheme-part-match%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-concept-url-scheme%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-concept-url-scheme%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-scheme-part%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-host-source%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-host-part%E2%91%A0", @@ -1618,39 +1646,39 @@ "https://www.w3.org/TR/CSP3/#ref-for-grammardef-port-part%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-port-part-matches", "https://www.w3.org/TR/CSP3/#ref-for-concept-url-port", - "https://www.w3.org/TR/CSP3/#ref-for-concept-url-scheme%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-concept-url-scheme%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-path-part%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-url-path", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-path-part%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-path-part-match", - "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-concept-url-origin%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-dom-url-host%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-dom-url-host%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-dom-url-port", "https://www.w3.org/TR/CSP3/#ref-for-dom-url-port%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-default-port", - "https://www.w3.org/TR/CSP3/#ref-for-concept-url-scheme%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-concept-url-scheme%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-concept-url-scheme%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-concept-url-scheme%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-concept-url-scheme%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-scheme-part%E2%91%A4", "https://www.w3.org/TR/CSP3/#match-schemes", "https://www.w3.org/TR/CSP3/#ref-for-ascii-string%E2%91%A4", "https://www.w3.org/TR/CSP3/#scheme-part-match", "https://www.w3.org/TR/CSP3/#ref-for-ascii-string%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-scheme-part%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-concept-url-scheme%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-scheme-part-match%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-ascii-string%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-scheme-part-match%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/CSP3/#match-hosts", "https://www.w3.org/TR/CSP3/#ref-for-ascii-string%E2%91%A7", "https://www.w3.org/TR/CSP3/#host-part-match", @@ -1662,8 +1690,8 @@ "https://www.w3.org/TR/CSP3/#ref-for-host-part-match%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-host-part-match%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-host-part-match%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-section-3.2.2", "https://www.w3.org/TR/CSP3/#ref-for-concept-ipv6", "https://www.w3.org/TR/CSP3/#match-ports", @@ -1672,7 +1700,7 @@ "https://www.w3.org/TR/CSP3/#ref-for-ascii-string%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-port-part%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-concept-url-port%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-port-part-matches%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-default-port%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-string-is%E2%91%A1", @@ -1692,8 +1720,8 @@ "https://www.w3.org/TR/CSP3/#ref-for-element%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-nonce-source%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-script%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-parse-error-duplicate-attribute", "https://www.w3.org/TR/CSP3/#ref-for-parse-errors", "https://www.w3.org/TR/CSP3/#issue-820579ab", @@ -1702,15 +1730,15 @@ "https://www.w3.org/TR/CSP3/#allow-all-inline", "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/CSP3/#source-list-allows-all-inline-behavior", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-keyword-source%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-keyword-source%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-unsafe-inline%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-nonce-source%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-hash-source%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-keyword-source%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-keyword-source%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-strict-dynamic%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-keyword-source%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-keyword-source%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-unsafe-inline%E2%91%A1", "https://www.w3.org/TR/CSP3/#example-c6b777a0", "https://www.w3.org/TR/CSP3/#ref-for-source-lists%E2%91%A0%E2%91%A7", @@ -1729,20 +1757,20 @@ "https://www.w3.org/TR/CSP3/#ref-for-grammardef-base64-value%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-script%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-the-style-element%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-keyword-source%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-keyword-source%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-unsafe-hashes", "https://www.w3.org/TR/CSP3/#ref-for-utf-8-encode", "https://www.w3.org/TR/CSP3/#ref-for-javascript-string-convert", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-hash-source%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-hash-algorithm%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/CSP3/#termref-for-%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-hash-algorithm%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/CSP3/#termref-for-%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-hash-algorithm%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-ascii-case-insensitive%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/CSP3/#termref-for-%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-section-4%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-base64-value%E2%91%A6", @@ -1755,9 +1783,9 @@ "https://www.w3.org/TR/CSP3/#directive-algorithms", "https://www.w3.org/TR/CSP3/#effective-directive-for-a-request", "https://www.w3.org/TR/CSP3/#ref-for-fetch-directives%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A5%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A5%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/CSP3/#request-effective-directive", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-initiator%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-destination%E2%91%A5", @@ -1766,9 +1794,9 @@ "https://www.w3.org/TR/CSP3/#ref-for-concept-request-target-browsing-context%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-nested-browsing-context%E2%91%A6", "https://www.w3.org/TR/CSP3/#effective-directive-for-inline-check", - "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-request-effective-directive", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/CSP3/#directive-fallback-list", "https://www.w3.org/TR/CSP3/#ref-for-ordered-set%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A2%E2%91%A2", @@ -1776,12 +1804,12 @@ "https://www.w3.org/TR/CSP3/#ref-for-ordered-set%E2%91%A4", "https://www.w3.org/TR/CSP3/#should-directive-execute", "https://www.w3.org/TR/CSP3/#ref-for-fetch-directives%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/CSP3/#security-considerations", "https://www.w3.org/TR/CSP3/#security-nonces", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-nonce-source%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-unsafe-inline%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-unsafe-inline%E2%91%A3", "https://www.w3.org/TR/CSP3/#security-nonce-hijacking", @@ -1811,19 +1839,19 @@ "https://www.w3.org/TR/CSP3/#ref-for-local-scheme%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-source-browsing-context", "https://www.w3.org/TR/CSP3/#example-d8547a52", - "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-document%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-document%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-source-browsing-context%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/CSP3/#example-46761516", "https://www.w3.org/TR/CSP3/#authoring-considerations", "https://www.w3.org/TR/CSP3/#multiple-policies", "https://www.w3.org/TR/CSP3/#example-7bb4ce67", - "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/CSP3/#strict-dynamic-usage", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-strict-dynamic%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-script-src%E2%91%A1", @@ -1832,14 +1860,14 @@ "https://www.w3.org/TR/CSP3/#ref-for-grammardef-scheme-source%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-unsafe-inline%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-grammardef-keyword-source%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-keyword-source%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-hash-source%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-nonce-source%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-parser-inserted%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-script%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-strict-dynamic%E2%91%A4", "https://www.w3.org/TR/CSP3/#example-78705861", - "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-script-src%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-strict-dynamic%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-attr-nonce%E2%91%A1", @@ -1852,7 +1880,7 @@ "https://www.w3.org/TR/CSP3/#unsafe-hashes-usage", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-unsafe-hashes%E2%91%A1", "https://www.w3.org/TR/CSP3/#example-02b7e69d", - "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-script-src%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-grammardef-unsafe-hashes%E2%91%A2", "https://www.w3.org/TR/CSP3/#external-hash", @@ -1863,12 +1891,25 @@ "https://www.w3.org/TR/CSP3/#ref-for-script%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-utf-8-encode%E2%91%A0", "https://www.w3.org/TR/CSP3/#example-af80f2fd", - "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-script%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-script%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/CSP3/#strict-csp", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-source-expression%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-source-expression%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-strict-dynamic%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-keyword-source%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-strict-dynamic%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-scheme-source%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-strict-dynamic%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-self%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-grammardef-none%E2%91%A1", + "https://www.w3.org/TR/CSP3/#example-ad7af9dc", + "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-header-content-security-policy%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/CSP3/#implementation-considerations", "https://www.w3.org/TR/CSP3/#extensions", - "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/CSP3/#iana-considerations", "https://www.w3.org/TR/CSP3/#iana-registry", "https://www.w3.org/TR/CSP3/#ref-for-base-uri%E2%91%A1", @@ -1876,7 +1917,7 @@ "https://www.w3.org/TR/CSP3/#ref-for-connect-src%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-default-src%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-font-src%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-form-action%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-form-action", "https://www.w3.org/TR/CSP3/#ref-for-frame-ancestors%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-frame-src%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-img-src%E2%91%A3", @@ -1897,10 +1938,10 @@ "https://www.w3.org/TR/CSP3/#iana-csp", "https://www.w3.org/TR/CSP3/#iana-cspro", "https://www.w3.org/TR/CSP3/#acknowledgements", - "https://www.w3.org/TR/CSP3/#conformance", - "https://www.w3.org/TR/CSP3/#conventions", - "https://www.w3.org/TR/CSP3/#example-ae2b6bc0", - "https://www.w3.org/TR/CSP3/#conformant-algorithms", + "https://www.w3.org/TR/CSP3/#w3c-conformance", + "https://www.w3.org/TR/CSP3/#w3c-conventions", + "https://www.w3.org/TR/CSP3/#w3c-example", + "https://www.w3.org/TR/CSP3/#w3c-conformant-algorithms", "https://www.w3.org/TR/CSP3/#index", "https://www.w3.org/TR/CSP3/#index-defined-here", "https://www.w3.org/TR/CSP3/#index-defined-elsewhere", @@ -1913,10 +1954,10 @@ "https://www.w3.org/TR/CSP3/#term-for-element", "https://www.w3.org/TR/CSP3/#term-for-event", "https://www.w3.org/TR/CSP3/#term-for-dictdef-eventinit", + "https://www.w3.org/TR/CSP3/#term-for-eventtarget", "https://www.w3.org/TR/CSP3/#term-for-dom-event-bubbles", "https://www.w3.org/TR/CSP3/#term-for-dom-event-composed", "https://www.w3.org/TR/CSP3/#term-for-connected", - "https://www.w3.org/TR/CSP3/#term-for-concept-document", "https://www.w3.org/TR/CSP3/#term-for-concept-event-fire", "https://www.w3.org/TR/CSP3/#term-for-concept-document-origin", "https://www.w3.org/TR/CSP3/#term-for-concept-shadow-including-root", @@ -1950,11 +1991,9 @@ "https://www.w3.org/TR/CSP3/#term-for-concept-request-policy-container", "https://www.w3.org/TR/CSP3/#term-for-concept-request-redirect-count", "https://www.w3.org/TR/CSP3/#term-for-concept-request-redirect-mode", - "https://www.w3.org/TR/CSP3/#term-for-redirect-status", "https://www.w3.org/TR/CSP3/#term-for-concept-request", "https://www.w3.org/TR/CSP3/#term-for-concept-response", "https://www.w3.org/TR/CSP3/#term-for-request-destination-script-like", - "https://www.w3.org/TR/CSP3/#term-for-concept-response-status", "https://www.w3.org/TR/CSP3/#term-for-concept-request-target-browsing-context", "https://www.w3.org/TR/CSP3/#term-for-concept-response-url", "https://www.w3.org/TR/CSP3/#term-for-concept-request-window", @@ -1982,7 +2021,6 @@ "https://www.w3.org/TR/CSP3/#term-for-the-embed-element", "https://www.w3.org/TR/CSP3/#term-for-environment-settings-object", "https://www.w3.org/TR/CSP3/#term-for-forced-sandboxing-flag-set", - "https://www.w3.org/TR/CSP3/#term-for-the-form-element", "https://www.w3.org/TR/CSP3/#term-for-frame", "https://www.w3.org/TR/CSP3/#term-for-concept-settings-object-global", "https://www.w3.org/TR/CSP3/#term-for-attr-base-href", @@ -1997,10 +2035,10 @@ "https://www.w3.org/TR/CSP3/#term-for-concept-settings-object-origin", "https://www.w3.org/TR/CSP3/#term-for-parse-a-sandboxing-directive", "https://www.w3.org/TR/CSP3/#term-for-parse-errors", - "https://www.w3.org/TR/CSP3/#term-for-dom-a-ping", + "https://www.w3.org/TR/CSP3/#term-for-ping", "https://www.w3.org/TR/CSP3/#term-for-plugin-document", "https://www.w3.org/TR/CSP3/#term-for-concept-settings-object-policy-container", - "https://www.w3.org/TR/CSP3/#term-for-prepare-a-script", + "https://www.w3.org/TR/CSP3/#term-for-prepare-the-script-element", "https://www.w3.org/TR/CSP3/#term-for-process-a-navigate-fetch", "https://www.w3.org/TR/CSP3/#term-for-process-a-navigate-response", "https://www.w3.org/TR/CSP3/#term-for-queue-a-task", @@ -2013,6 +2051,7 @@ "https://www.w3.org/TR/CSP3/#term-for-sandboxing-flag-set", "https://www.w3.org/TR/CSP3/#term-for-concept-origin-scheme", "https://www.w3.org/TR/CSP3/#term-for-script", + "https://www.w3.org/TR/CSP3/#term-for-event-securitypolicyviolation", "https://www.w3.org/TR/CSP3/#term-for-set-the-frozen-base-url", "https://www.w3.org/TR/CSP3/#term-for-dom-setinterval", "https://www.w3.org/TR/CSP3/#term-for-dom-settimeout", @@ -2020,6 +2059,7 @@ "https://www.w3.org/TR/CSP3/#term-for-the-style-element", "https://www.w3.org/TR/CSP3/#term-for-top-level-browsing-context", "https://www.w3.org/TR/CSP3/#term-for-update-a-style-block", + "https://www.w3.org/TR/CSP3/#term-for-x-frame-options", "https://www.w3.org/TR/CSP3/#term-for-set-append", "https://www.w3.org/TR/CSP3/#term-for-ascii-case-insensitive", "https://www.w3.org/TR/CSP3/#term-for-ascii-lowercase", @@ -2040,6 +2080,7 @@ "https://www.w3.org/TR/CSP3/#term-for-ordered-set", "https://www.w3.org/TR/CSP3/#term-for-serialize-an-infra-value-to-json-bytes", "https://www.w3.org/TR/CSP3/#term-for-ordered-set%E2%91%A0", + "https://www.w3.org/TR/CSP3/#term-for-list-size", "https://www.w3.org/TR/CSP3/#term-for-split-on-ascii-whitespace", "https://www.w3.org/TR/CSP3/#term-for-split-on-commas", "https://www.w3.org/TR/CSP3/#term-for-strictly-split", @@ -2059,10 +2100,10 @@ "https://www.w3.org/TR/CSP3/#term-for-appendix-B.1", "https://www.w3.org/TR/CSP3/#term-for-appendix-B.1%E2%91%A0", "https://www.w3.org/TR/CSP3/#term-for-appendix-B.1%E2%91%A1", - "https://www.w3.org/TR/CSP3/#term-for-section-3.2.3", - "https://www.w3.org/TR/CSP3/#term-for-section-3.2.6", "https://www.w3.org/TR/CSP3/#term-for-section-3", "https://www.w3.org/TR/CSP3/#term-for-section-3%E2%91%A0", + "https://www.w3.org/TR/CSP3/#term-for-section-5.6.3", + "https://www.w3.org/TR/CSP3/#term-for-section-5.6.2", "https://www.w3.org/TR/CSP3/#term-for-serviceworker", "https://www.w3.org/TR/CSP3/#term-for-%E2%91%A0", "https://www.w3.org/TR/CSP3/#term-for-%E2%91%A1", @@ -2070,20 +2111,35 @@ "https://www.w3.org/TR/CSP3/#term-for-url", "https://www.w3.org/TR/CSP3/#term-for-concept-base-url", "https://www.w3.org/TR/CSP3/#term-for-default-port", + "https://www.w3.org/TR/CSP3/#term-for-concept-url-fragment", "https://www.w3.org/TR/CSP3/#term-for-concept-url-host", "https://www.w3.org/TR/CSP3/#term-for-concept-ipv6", "https://www.w3.org/TR/CSP3/#term-for-concept-url-origin", + "https://www.w3.org/TR/CSP3/#term-for-concept-url-password", "https://www.w3.org/TR/CSP3/#term-for-concept-url-path", "https://www.w3.org/TR/CSP3/#term-for-string-percent-decode", "https://www.w3.org/TR/CSP3/#term-for-concept-url-port", "https://www.w3.org/TR/CSP3/#term-for-concept-url-scheme", + "https://www.w3.org/TR/CSP3/#term-for-concept-url", "https://www.w3.org/TR/CSP3/#term-for-concept-url-parser", "https://www.w3.org/TR/CSP3/#term-for-concept-url-serializer", + "https://www.w3.org/TR/CSP3/#term-for-concept-url-username", + "https://www.w3.org/TR/CSP3/#term-for-dom-host-ensure-can-compile-wasm-bytes", + "https://www.w3.org/TR/CSP3/#term-for-dom-webassembly-compile", + "https://www.w3.org/TR/CSP3/#term-for-dom-webassembly-instantiate", + "https://www.w3.org/TR/CSP3/#term-for-dom-module-module", + "https://www.w3.org/TR/CSP3/#term-for-exceptiondef-compileerror", + "https://www.w3.org/TR/CSP3/#term-for-dom-webassembly-compilestreaming", + "https://www.w3.org/TR/CSP3/#term-for-dom-webassembly-instantiatestreaming", "https://www.w3.org/TR/CSP3/#term-for-idl-DOMString", + "https://www.w3.org/TR/CSP3/#term-for-Default", "https://www.w3.org/TR/CSP3/#term-for-Exposed", "https://www.w3.org/TR/CSP3/#term-for-idl-USVString", + "https://www.w3.org/TR/CSP3/#term-for-implements", + "https://www.w3.org/TR/CSP3/#term-for-idl-object", "https://www.w3.org/TR/CSP3/#term-for-idl-unsigned-long", "https://www.w3.org/TR/CSP3/#term-for-idl-unsigned-short", + "https://www.w3.org/TR/CSP3/#term-for-dfn-administratively-prohibited", "https://www.w3.org/TR/CSP3/#references", "https://www.w3.org/TR/CSP3/#normative", "https://www.w3.org/TR/CSP3/#biblio-css-cascade-5", @@ -2102,15 +2158,16 @@ "https://www.w3.org/TR/CSP3/#biblio-rfc3986", "https://www.w3.org/TR/CSP3/#biblio-rfc4648", "https://www.w3.org/TR/CSP3/#biblio-rfc5234", - "https://www.w3.org/TR/CSP3/#biblio-rfc7034", - "https://www.w3.org/TR/CSP3/#biblio-rfc7230", "https://www.w3.org/TR/CSP3/#biblio-rfc7231", "https://www.w3.org/TR/CSP3/#biblio-rfc7762", "https://www.w3.org/TR/CSP3/#biblio-rfc8288", - "https://www.w3.org/TR/CSP3/#biblio-service-workers-1", + "https://www.w3.org/TR/CSP3/#biblio-rfc9110", + "https://www.w3.org/TR/CSP3/#biblio-service-workers", "https://www.w3.org/TR/CSP3/#biblio-sri", + "https://www.w3.org/TR/CSP3/#biblio-sri-1", "https://www.w3.org/TR/CSP3/#biblio-url", "https://www.w3.org/TR/CSP3/#biblio-webidl", + "https://www.w3.org/TR/CSP3/#biblio-webrtc", "https://www.w3.org/TR/CSP3/#informative", "https://www.w3.org/TR/CSP3/#biblio-appmanifest", "https://www.w3.org/TR/CSP3/#biblio-beacon", @@ -2120,10 +2177,12 @@ "https://www.w3.org/TR/CSP3/#biblio-filedescriptor-2015", "https://www.w3.org/TR/CSP3/#biblio-h5sc3", "https://www.w3.org/TR/CSP3/#biblio-html-design", + "https://www.w3.org/TR/CSP3/#biblio-long-live-csp", "https://www.w3.org/TR/CSP3/#biblio-mix", "https://www.w3.org/TR/CSP3/#biblio-timing", "https://www.w3.org/TR/CSP3/#biblio-uisecurity", "https://www.w3.org/TR/CSP3/#biblio-upgrade-insecure-requests", + "https://www.w3.org/TR/CSP3/#biblio-webdev-strictcsp", "https://www.w3.org/TR/CSP3/#biblio-websockets", "https://www.w3.org/TR/CSP3/#biblio-xhr", "https://www.w3.org/TR/CSP3/#biblio-xslt", diff --git a/tr/ids/FedCM.json b/tr/ids/FedCM.json index f1d7f6cdaf05..30bb95452b10 100644 --- a/tr/ids/FedCM.json +++ b/tr/ids/FedCM.json @@ -186,6 +186,8 @@ "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A1", "https://fedidcg.github.io/FedCM/#idp-api", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A2", + "https://fedidcg.github.io/FedCM/#issue-c3a28d29", + "https://fedidcg.github.io/FedCM/#ref-for-concept-fetch", "https://fedidcg.github.io/FedCM/#idp-api-manifest", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A3", "https://fedidcg.github.io/FedCM/#example-2319f732", @@ -194,6 +196,7 @@ "https://fedidcg.github.io/FedCM/#dom-manifest-accounts_endpoint", "https://fedidcg.github.io/FedCM/#dom-manifest-client_metadata_endpoint", "https://fedidcg.github.io/FedCM/#dom-manifest-id_token_endpoint", + "https://fedidcg.github.io/FedCM/#issue-a2239cfb", "https://fedidcg.github.io/FedCM/#dom-manifest-branding", "https://fedidcg.github.io/FedCM/#ref-for-branding-json", "https://fedidcg.github.io/FedCM/#branding-json", @@ -215,7 +218,7 @@ "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-user-agent%E2%91%A5", "https://fedidcg.github.io/FedCM/#color", - "https://fedidcg.github.io/FedCM/#ref-for-valuea-def-color", + "https://fedidcg.github.io/FedCM/#ref-for-typedef-color", "https://fedidcg.github.io/FedCM/#ref-for-typedef-hex-color", "https://fedidcg.github.io/FedCM/#ref-for-funcdef-hsl", "https://fedidcg.github.io/FedCM/#ref-for-funcdef-rgb", @@ -240,6 +243,7 @@ "https://fedidcg.github.io/FedCM/#ref-for-privacy-policy", "https://fedidcg.github.io/FedCM/#ref-for-terms-of-service", "https://fedidcg.github.io/FedCM/#example-50458aa3", + "https://fedidcg.github.io/FedCM/#issue-ef9f6ef5", "https://fedidcg.github.io/FedCM/#idp-api-client-id-metadata-endpoint", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%91%A7", @@ -409,6 +413,7 @@ "https://fedidcg.github.io/FedCM/#ref-for-dom-credentialrequestoptions-identity%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-dom-identitycredentialrequestoptions-providers%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-list-size", + "https://fedidcg.github.io/FedCM/#issue-56baadba", "https://fedidcg.github.io/FedCM/#ref-for-identity-provider%E2%91%A1%E2%91%A7", "https://fedidcg.github.io/FedCM/#ref-for-dom-settimeout", "https://fedidcg.github.io/FedCM/#ref-for-concept-task", @@ -459,9 +464,8 @@ "https://fedidcg.github.io/FedCM/#ref-for-dom-manifest-accounts_endpoint", "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovider-configurl%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-identity-provider%E2%91%A1%E2%91%A8", - "https://fedidcg.github.io/FedCM/#issue-922c70ab", - "https://fedidcg.github.io/FedCM/#ref-for-fetch-the-accounts-list%E2%91%A0", - "https://fedidcg.github.io/FedCM/#ref-for-concept-fetch", + "https://fedidcg.github.io/FedCM/#issue-759813ae", + "https://fedidcg.github.io/FedCM/#issue-db10ab61", "https://fedidcg.github.io/FedCM/#request-consent-to-sign-up", "https://fedidcg.github.io/FedCM/#ref-for-account-json%E2%91%A1", "https://fedidcg.github.io/FedCM/#ref-for-accountstate%E2%91%A0", @@ -541,6 +545,7 @@ "https://fedidcg.github.io/FedCM/#ref-for-ordered-map%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-list%E2%91%A0", "https://fedidcg.github.io/FedCM/#ref-for-list-size%E2%91%A1", + "https://fedidcg.github.io/FedCM/#issue-80d5b61c", "https://fedidcg.github.io/FedCM/#ref-for-string", "https://fedidcg.github.io/FedCM/#ref-for-string-is", "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovider-configurl%E2%91%A4", @@ -551,6 +556,7 @@ "https://fedidcg.github.io/FedCM/#ref-for-dom-identityprovider-configurl%E2%91%A6", "https://fedidcg.github.io/FedCM/#ref-for-manifest%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-identity-provider%E2%91%A2%E2%91%A0", + "https://fedidcg.github.io/FedCM/#issue-e5d78f22", "https://fedidcg.github.io/FedCM/#browser-api-idp-sign-out", "https://fedidcg.github.io/FedCM/#ref-for-relying-party%E2%91%A3%E2%91%A2", "https://fedidcg.github.io/FedCM/#ref-for-identity-provider%E2%91%A2%E2%91%A1", @@ -635,6 +641,7 @@ "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A4", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A5", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A6", + "https://fedidcg.github.io/FedCM/#issue-558918b0", "https://fedidcg.github.io/FedCM/#browser-surface-impersonation", "https://fedidcg.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A7", "https://fedidcg.github.io/FedCM/#privacy", @@ -855,7 +862,7 @@ "https://fedidcg.github.io/FedCM/#term-for-dom-credentialrequestoptions-mediation", "https://fedidcg.github.io/FedCM/#term-for-same-origin-with-its-ancestors", "https://fedidcg.github.io/FedCM/#term-for-dom-credentialrequestoptions-signal", - "https://fedidcg.github.io/FedCM/#term-for-valuea-def-color", + "https://fedidcg.github.io/FedCM/#term-for-typedef-color", "https://fedidcg.github.io/FedCM/#term-for-typedef-hex-color", "https://fedidcg.github.io/FedCM/#term-for-typedef-named-color", "https://fedidcg.github.io/FedCM/#term-for-funcdef-hsl", @@ -923,7 +930,6 @@ "https://fedidcg.github.io/FedCM/#biblio-credential-management-1", "https://fedidcg.github.io/FedCM/#biblio-csp", "https://fedidcg.github.io/FedCM/#biblio-csp3", - "https://fedidcg.github.io/FedCM/#biblio-css-color-3", "https://fedidcg.github.io/FedCM/#biblio-css-color-4", "https://fedidcg.github.io/FedCM/#biblio-css-color-5", "https://fedidcg.github.io/FedCM/#biblio-dom", diff --git a/tr/ids/WGSL.json b/tr/ids/WGSL.json index 35f6208040f4..da18e1136dd0 100644 --- a/tr/ids/WGSL.json +++ b/tr/ids/WGSL.json @@ -716,14 +716,15 @@ "https://www.w3.org/TR/WGSL/#ref-for-creation-fixed-footprint%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-plain-type%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-creation-fixed-footprint%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-overridable%E2%91%A0", "https://www.w3.org/TR/WGSL/#example-ea36e790", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A3", - "https://www.w3.org/TR/WGSL/#example-b30922f4", - "https://www.w3.org/TR/WGSL/#syntax-array_type_decl", + "https://www.w3.org/TR/WGSL/#example-6eb2964b", + "https://www.w3.org/TR/WGSL/#syntax-array_type_specifier", "https://www.w3.org/TR/WGSL/#ref-for-syntax-array", "https://www.w3.org/TR/WGSL/#ref-for-syntax-less_than", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_decl", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_specifier", "https://www.w3.org/TR/WGSL/#ref-for-syntax-comma%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-syntax-element_count_expression", "https://www.w3.org/TR/WGSL/#ref-for-syntax-greater_than", @@ -767,7 +768,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-syntax-attribute", "https://www.w3.org/TR/WGSL/#ref-for-syntax-member_ident%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-syntax-colon", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_decl%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_specifier%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-attribute-align", "https://www.w3.org/TR/WGSL/#ref-for-attribute-builtin", "https://www.w3.org/TR/WGSL/#ref-for-attribute-location%E2%91%A0", @@ -862,7 +863,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-token%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-syntax-access_mode", "https://www.w3.org/TR/WGSL/#ref-for-context-dependent-name%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A3", "https://www.w3.org/TR/WGSL/#storable-types", "https://www.w3.org/TR/WGSL/#ref-for-variable%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A8", @@ -920,7 +921,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-token%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-syntax-address_space", "https://www.w3.org/TR/WGSL/#ref-for-context-dependent-name%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A4", "https://www.w3.org/TR/WGSL/#memory-layouts", "https://www.w3.org/TR/WGSL/#ref-for-uniform-buffer%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-storage-buffer%E2%91%A3", @@ -1221,7 +1222,7 @@ "https://www.w3.org/TR/WGSL/#example-e59d1aed", "https://www.w3.org/TR/WGSL/#forming-references-and-pointers", "https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-in-scope%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-originating-variable%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-indirection%E2%91%A0", @@ -1298,11 +1299,11 @@ "https://www.w3.org/TR/WGSL/#ref-for-syntax-depth_texture_type", "https://www.w3.org/TR/WGSL/#ref-for-syntax-sampled_texture_type", "https://www.w3.org/TR/WGSL/#ref-for-syntax-less_than%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_decl%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_specifier%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-syntax-greater_than%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-multisampled_texture_type", "https://www.w3.org/TR/WGSL/#ref-for-syntax-less_than%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_decl%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_specifier%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-syntax-greater_than%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-syntax-storage_texture_type", "https://www.w3.org/TR/WGSL/#ref-for-syntax-less_than%E2%91%A2", @@ -1343,13 +1344,13 @@ "https://www.w3.org/TR/WGSL/#ref-for-syntax-type", "https://www.w3.org/TR/WGSL/#ref-for-syntax-ident%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-syntax-equal", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_decl%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_specifier%E2%91%A3", "https://www.w3.org/TR/WGSL/#example-dde1f139", - "https://www.w3.org/TR/WGSL/#type-declarations", - "https://www.w3.org/TR/WGSL/#syntax-type_decl", + "https://www.w3.org/TR/WGSL/#type-specifiers", + "https://www.w3.org/TR/WGSL/#syntax-type_specifier", "https://www.w3.org/TR/WGSL/#ref-for-syntax-ident%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_decl_without_ident", - "https://www.w3.org/TR/WGSL/#syntax-type_decl_without_ident", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_specifier_without_ident", + "https://www.w3.org/TR/WGSL/#syntax-type_specifier_without_ident", "https://www.w3.org/TR/WGSL/#ref-for-syntax-bool", "https://www.w3.org/TR/WGSL/#ref-for-syntax-float32", "https://www.w3.org/TR/WGSL/#ref-for-syntax-float16", @@ -1357,24 +1358,24 @@ "https://www.w3.org/TR/WGSL/#ref-for-syntax-uint32", "https://www.w3.org/TR/WGSL/#ref-for-syntax-vec_prefix", "https://www.w3.org/TR/WGSL/#ref-for-syntax-less_than%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_decl%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_specifier%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-syntax-greater_than%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-syntax-mat_prefix", "https://www.w3.org/TR/WGSL/#ref-for-syntax-less_than%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_decl%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_specifier%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-syntax-greater_than%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-syntax-pointer", "https://www.w3.org/TR/WGSL/#ref-for-syntax-less_than%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-syntax-address_space%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-comma%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_decl%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_specifier%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-syntax-comma%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-syntax-access_mode%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-syntax-greater_than%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-array_type_decl", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-array_type_specifier", "https://www.w3.org/TR/WGSL/#ref-for-syntax-atomic", "https://www.w3.org/TR/WGSL/#ref-for-syntax-less_than%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_decl%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_specifier%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-syntax-greater_than%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-syntax-texture_and_sampler_types", "https://www.w3.org/TR/WGSL/#syntax-vec_prefix", @@ -1513,7 +1514,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-variable-declaration%E2%91%A3", "https://www.w3.org/TR/WGSL/#value-decls", "https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-value-declaration%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-const-declaration%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-shader-module-creation%E2%91%A3", @@ -1590,7 +1591,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-private%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-memory-view%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-reference-type%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-private%E2%91%A5", @@ -1702,7 +1703,7 @@ "https://www.w3.org/TR/WGSL/#syntax-optionally_typed_ident", "https://www.w3.org/TR/WGSL/#ref-for-syntax-ident%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-syntax-colon%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_decl%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_specifier%E2%91%A8", "https://www.w3.org/TR/WGSL/#syntax-variable_qualifier", "https://www.w3.org/TR/WGSL/#ref-for-syntax-less_than%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-syntax-address_space%E2%91%A1", @@ -1746,7 +1747,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-shader-module-creation%E2%91%A7", "https://www.w3.org/TR/WGSL/#const-expressions", "https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-const-declaration%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-const-functions%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-type-alias%E2%91%A2", @@ -1781,7 +1782,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#override-expressions", "https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-override-declaration%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-const-declaration%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-const-functions%E2%91%A1", @@ -1805,7 +1806,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-override-declaration%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/WGSL/#literal-expressions", @@ -2002,9 +2003,9 @@ "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A7", @@ -2021,14 +2022,14 @@ "https://www.w3.org/TR/WGSL/#ref-for-return-type%E2%91%A1", "https://www.w3.org/TR/WGSL/#var-identifier-expr", "https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-in-scope%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-access-mode%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#formal-parameter-expr", "https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-in-scope%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A1", "https://www.w3.org/TR/WGSL/#address-of-expr", @@ -2044,12 +2045,12 @@ "https://www.w3.org/TR/WGSL/#ref-for-invalid-memory-reference%E2%91%A4", "https://www.w3.org/TR/WGSL/#constant-identifier-expr", "https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-in-scope%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-override-declaration%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-constant-id%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-in-scope%E2%91%A8", "https://www.w3.org/TR/WGSL/#expression-grammar", "https://www.w3.org/TR/WGSL/#ref-for-syntax-callable", @@ -2064,12 +2065,12 @@ "https://www.w3.org/TR/WGSL/#ref-for-syntax-paren_expression", "https://www.w3.org/TR/WGSL/#ref-for-syntax-bitcast", "https://www.w3.org/TR/WGSL/#ref-for-syntax-less_than%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_decl%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_specifier%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-syntax-greater_than%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-syntax-paren_expression%E2%91%A0", "https://www.w3.org/TR/WGSL/#syntax-callable", "https://www.w3.org/TR/WGSL/#ref-for-syntax-ident%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_decl_without_ident%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_specifier_without_ident%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-vec_prefix%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-mat_prefix%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-array%E2%91%A0", @@ -2417,7 +2418,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-variable-declaration%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-value-declaration%E2%91%A4", "https://www.w3.org/TR/WGSL/#example-3440ef35", - "https://www.w3.org/TR/WGSL/#example-3ea78d4a", + "https://www.w3.org/TR/WGSL/#example-f24668cd", "https://www.w3.org/TR/WGSL/#example-e58d2cb0", "https://www.w3.org/TR/WGSL/#example-00c6c948", "https://www.w3.org/TR/WGSL/#example-4452362c", @@ -2684,7 +2685,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-syntax-paren_right%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-syntax-arrow", "https://www.w3.org/TR/WGSL/#ref-for-syntax-attribute%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_decl%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_specifier%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#syntax-param_list", "https://www.w3.org/TR/WGSL/#ref-for-syntax-param", "https://www.w3.org/TR/WGSL/#ref-for-syntax-comma%E2%91%A0%E2%91%A5", @@ -2694,7 +2695,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-syntax-attribute%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-syntax-ident%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-syntax-colon%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_decl%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-type_specifier%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#example-4e3a03f6", "https://www.w3.org/TR/WGSL/#function-calls", "https://www.w3.org/TR/WGSL/#function-call", @@ -2732,7 +2733,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-dynamic-context%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-quad", - "https://www.w3.org/TR/WGSL/#ref-for-a-browsing-context-is-discarded", + "https://www.w3.org/TR/WGSL/#ref-for-statement-discard", "https://www.w3.org/TR/WGSL/#const-funcs", "https://www.w3.org/TR/WGSL/#ref-for-attribute-const", "https://www.w3.org/TR/WGSL/#ref-for-shader-module-creation%E2%91%A0%E2%93%AA", @@ -2868,7 +2869,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-sampler-resource%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-function-body%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/WGSL/#statically-accessed", "https://www.w3.org/TR/WGSL/#interface-of-a-shader-stage", @@ -3157,7 +3158,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-effective-value-type%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-full-assignment%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-partial-assignment%E2%91%A1", "https://www.w3.org/TR/WGSL/#example-fab1e188", @@ -3256,7 +3257,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-return-value%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-gpurenderpipeline%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-statement-discard", + "https://www.w3.org/TR/WGSL/#ref-for-statement-discard%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A6", "https://www.w3.org/TR/WGSL/#collective-operations", "https://www.w3.org/TR/WGSL/#barrier", @@ -3925,6 +3926,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/WGSL/#textureSampleBaseClampToEdge", "https://www.w3.org/TR/WGSL/#texturestore", "https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%93%AA%E2%91%A1", @@ -4074,7 +4076,7 @@ "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-callable", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-ident", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-mat_prefix", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_decl_without_ident", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_specifier_without_ident", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-vec_prefix", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-case_selector", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A0%E2%91%A1", @@ -4158,14 +4160,14 @@ "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-attribute%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-ident%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-syntax-colon%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_decl", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_specifier", "https://www.w3.org/TR/WGSL/#ref-for-syntax-comma%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-param", "https://www.w3.org/TR/WGSL/#ref-for-syntax-comma%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-syntax-paren_right%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-syntax-arrow%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-attribute%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_decl%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_specifier%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-brace_left%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-statement%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-brace_right%E2%91%A5", @@ -4196,17 +4198,17 @@ "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-attribute%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-member_ident", "https://www.w3.org/TR/WGSL/#ref-for-syntax-colon%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_decl%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_specifier%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-syntax-comma%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-attribute%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-member_ident%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-colon%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_decl%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_specifier%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-syntax-comma%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-syntax-brace_right%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-ident%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-syntax-equal%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_decl%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_specifier%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-syntax-semicolon%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-hex_float_literal", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-ident", @@ -4235,12 +4237,12 @@ "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-optionally_typed_ident", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-ident%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-syntax-colon%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_decl%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_specifier%E2%91%A4", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-param", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-attribute%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-ident%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-syntax-colon%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_decl%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_specifier%E2%91%A5", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-postfix_expression", "https://www.w3.org/TR/WGSL/#ref-for-syntax-bracket_left%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A0%E2%91%A8", @@ -4266,7 +4268,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-syntax-paren_right%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-syntax-less_than%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_decl%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_specifier%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-syntax-greater_than%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-syntax-paren_left%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A1%E2%91%A2", @@ -4377,7 +4379,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-depth_texture_type", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-sampled_texture_type", "https://www.w3.org/TR/WGSL/#ref-for-syntax-less_than%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_decl%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_specifier%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-syntax-greater_than%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-sampler_type", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-storage_texture_type", @@ -4388,24 +4390,24 @@ "https://www.w3.org/TR/WGSL/#ref-for-syntax-greater_than%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-syntax-multisampled_texture_type%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-less_than%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_decl%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_specifier%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-syntax-greater_than%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-translation_unit", "https://www.w3.org/TR/WGSL/#ref-for-syntax-float16%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-semicolon%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-global_decl", - "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-type_decl", + "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-type_specifier", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-ident%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_decl_without_ident%E2%91%A0", - "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-type_decl_without_ident", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_specifier_without_ident%E2%91%A0", + "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-type_specifier_without_ident", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-mat_prefix%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-less_than%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_decl%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_specifier%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-syntax-greater_than%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-texture_and_sampler_types", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-vec_prefix%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-less_than%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_decl%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_specifier%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-greater_than%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-syntax-float16%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-syntax-float32%E2%91%A0", @@ -4414,18 +4416,18 @@ "https://www.w3.org/TR/WGSL/#ref-for-syntax-less_than%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-address_space%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-comma%E2%91%A3%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_decl%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_specifier%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-syntax-comma%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-access_mode%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-syntax-greater_than%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-syntax-uint32%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-less_than%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_decl%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_specifier%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-syntax-comma%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-element_count_expression", "https://www.w3.org/TR/WGSL/#ref-for-syntax-greater_than%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-syntax-less_than%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_decl%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-type_specifier%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-syntax-greater_than%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-unary_expression", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-primary_expression", @@ -4487,7 +4489,6 @@ "https://www.w3.org/TR/WGSL/#index", "https://www.w3.org/TR/WGSL/#index-defined-here", "https://www.w3.org/TR/WGSL/#index-defined-elsewhere", - "https://www.w3.org/TR/WGSL/#term-for-a-browsing-context-is-discarded", "https://www.w3.org/TR/WGSL/#term-for-LB4", "https://www.w3.org/TR/WGSL/#term-for-LB5", "https://www.w3.org/TR/WGSL/#term-for-BreakingRules", @@ -4517,7 +4518,6 @@ "https://www.w3.org/TR/WGSL/#biblio-webidl", "https://www.w3.org/TR/WGSL/#informative", "https://www.w3.org/TR/WGSL/#biblio-charmod-norm", - "https://www.w3.org/TR/WGSL/#biblio-html", "https://www.w3.org/TR/WGSL/#issues-index" ] } \ No newline at end of file diff --git a/tr/ids/anchors.json b/tr/ids/anchors.json index 5bce738198fa..591275fb810e 100644 --- a/tr/ids/anchors.json +++ b/tr/ids/anchors.json @@ -8,9 +8,9 @@ "https://immersive-web.github.io/anchors/#toc-jump", "https://immersive-web.github.io/anchors/#toc-toggle", "https://immersive-web.github.io/anchors/#title", - "https://immersive-web.github.io/anchors/#profile-and-date", + "https://immersive-web.github.io/anchors/#w3c-state", "https://immersive-web.github.io/anchors/#abstract", - "https://immersive-web.github.io/anchors/#status", + "https://immersive-web.github.io/anchors/#sotd", "https://immersive-web.github.io/anchors/#w3c_process_revision", "https://immersive-web.github.io/anchors/#toc", "https://immersive-web.github.io/anchors/#contents", @@ -32,6 +32,9 @@ "https://immersive-web.github.io/anchors/#xranchor", "https://immersive-web.github.io/anchors/#ref-for-xrspace", "https://immersive-web.github.io/anchors/#dom-xranchor-anchorspace", + "https://immersive-web.github.io/anchors/#ref-for-idl-promise", + "https://immersive-web.github.io/anchors/#ref-for-idl-DOMString", + "https://immersive-web.github.io/anchors/#dom-xranchor-requestpersistenthandle", "https://immersive-web.github.io/anchors/#ref-for-idl-undefined", "https://immersive-web.github.io/anchors/#dom-xranchor-delete", "https://immersive-web.github.io/anchors/#ref-for-xranchor", @@ -56,25 +59,54 @@ "https://immersive-web.github.io/anchors/#ref-for-xranchor-session%E2%91%A0", "https://immersive-web.github.io/anchors/#ref-for-xrspace-native-origin", "https://immersive-web.github.io/anchors/#ref-for-xranchor-native-origin%E2%91%A0", + "https://immersive-web.github.io/anchors/#ref-for-dom-xranchor-requestpersistenthandle", + "https://immersive-web.github.io/anchors/#ref-for-xranchor%E2%91%A4", + "https://immersive-web.github.io/anchors/#ref-for-a-new-promise", + "https://immersive-web.github.io/anchors/#ref-for-concept-relevant-realm", + "https://immersive-web.github.io/anchors/#ref-for-xrsystem", + "https://immersive-web.github.io/anchors/#ref-for-xranchor-deleted%E2%91%A1", + "https://immersive-web.github.io/anchors/#ref-for-reject", + "https://immersive-web.github.io/anchors/#ref-for-invalidstateerror%E2%91%A0", + "https://immersive-web.github.io/anchors/#ref-for-xranchor-session%E2%91%A1", + "https://immersive-web.github.io/anchors/#ref-for-xrsession-map-of-persistent-anchors", + "https://immersive-web.github.io/anchors/#ref-for-xrsession-map-of-persistent-anchors%E2%91%A0", + "https://immersive-web.github.io/anchors/#ref-for-resolve", + "https://immersive-web.github.io/anchors/#ref-for-xrsession-map-of-persistent-anchors%E2%91%A1", + "https://immersive-web.github.io/anchors/#ref-for-resolve%E2%91%A0", + "https://immersive-web.github.io/anchors/#ref-for-xrsystem%E2%91%A0", "https://immersive-web.github.io/anchors/#anchor-creation", "https://immersive-web.github.io/anchors/#ref-for-xrsession", "https://immersive-web.github.io/anchors/#xrsession-set-of-tracked-anchors", "https://immersive-web.github.io/anchors/#ref-for-xrsession%E2%91%A0", - "https://immersive-web.github.io/anchors/#xrsession-map-of-new-anchors", - "https://immersive-web.github.io/anchors/#ref-for-xranchor%E2%91%A4", - "https://immersive-web.github.io/anchors/#ref-for-idl-promise", + "https://immersive-web.github.io/anchors/#xrsession-map-of-persistent-anchors", "https://immersive-web.github.io/anchors/#ref-for-xranchor%E2%91%A5", - "https://immersive-web.github.io/anchors/#ref-for-xrframe", - "https://immersive-web.github.io/anchors/#ref-for-idl-promise%E2%91%A0", + "https://immersive-web.github.io/anchors/#ref-for-xrsession%E2%91%A1", + "https://immersive-web.github.io/anchors/#xrsession-map-of-new-anchors", "https://immersive-web.github.io/anchors/#ref-for-xranchor%E2%91%A6", + "https://immersive-web.github.io/anchors/#ref-for-idl-promise%E2%91%A0", + "https://immersive-web.github.io/anchors/#ref-for-xranchor%E2%91%A7", + "https://immersive-web.github.io/anchors/#ref-for-xrframe", + "https://immersive-web.github.io/anchors/#ref-for-idl-promise%E2%91%A1", + "https://immersive-web.github.io/anchors/#ref-for-xranchor%E2%91%A8", "https://immersive-web.github.io/anchors/#dom-xrframe-createanchor", "https://immersive-web.github.io/anchors/#ref-for-xrrigidtransform", "https://immersive-web.github.io/anchors/#dom-xrframe-createanchor-pose-space-pose", "https://immersive-web.github.io/anchors/#ref-for-xrspace%E2%91%A2", "https://immersive-web.github.io/anchors/#dom-xrframe-createanchor-pose-space-space", + "https://immersive-web.github.io/anchors/#ref-for-xrsession%E2%91%A2", + "https://immersive-web.github.io/anchors/#ref-for-idl-promise%E2%91%A2", + "https://immersive-web.github.io/anchors/#ref-for-xranchor%E2%91%A0%E2%93%AA", + "https://immersive-web.github.io/anchors/#dom-xrsession-restorepersistentanchor", + "https://immersive-web.github.io/anchors/#ref-for-idl-DOMString%E2%91%A0", + "https://immersive-web.github.io/anchors/#dom-xrsession-restorepersistentanchor-uuid-uuid", + "https://immersive-web.github.io/anchors/#ref-for-idl-promise%E2%91%A3", + "https://immersive-web.github.io/anchors/#ref-for-idl-undefined%E2%91%A0", + "https://immersive-web.github.io/anchors/#dom-xrsession-deletepersistentanchor", + "https://immersive-web.github.io/anchors/#ref-for-idl-DOMString%E2%91%A1", + "https://immersive-web.github.io/anchors/#dom-xrsession-deletepersistentanchor-uuid-uuid", "https://immersive-web.github.io/anchors/#ref-for-xrhittestresult", - "https://immersive-web.github.io/anchors/#ref-for-idl-promise%E2%91%A1", - "https://immersive-web.github.io/anchors/#ref-for-xranchor%E2%91%A7", + "https://immersive-web.github.io/anchors/#ref-for-idl-promise%E2%91%A4", + "https://immersive-web.github.io/anchors/#ref-for-xranchor%E2%91%A0%E2%91%A0", "https://immersive-web.github.io/anchors/#dom-xrhittestresult-createanchor", "https://immersive-web.github.io/anchors/#ref-for-xrhittestresult%E2%91%A0", "https://immersive-web.github.io/anchors/#xrhittestresult-native-entity", @@ -87,10 +119,10 @@ "https://immersive-web.github.io/anchors/#ref-for-dom-xrframe-createanchor", "https://immersive-web.github.io/anchors/#ref-for-dom-xrframe-createanchor%E2%91%A0", "https://immersive-web.github.io/anchors/#ref-for-xrframe%E2%91%A1", - "https://immersive-web.github.io/anchors/#ref-for-a-new-promise", + "https://immersive-web.github.io/anchors/#ref-for-a-new-promise%E2%91%A0", "https://immersive-web.github.io/anchors/#ref-for-xrframe-active", - "https://immersive-web.github.io/anchors/#ref-for-reject", - "https://immersive-web.github.io/anchors/#ref-for-invalidstateerror%E2%91%A0", + "https://immersive-web.github.io/anchors/#ref-for-reject%E2%91%A0", + "https://immersive-web.github.io/anchors/#ref-for-invalidstateerror%E2%91%A1", "https://immersive-web.github.io/anchors/#ref-for-dom-xrframe-session", "https://immersive-web.github.io/anchors/#ref-for-update-anchors", "https://immersive-web.github.io/anchors/#ref-for-xrsession-list-of-frame-updates", @@ -101,16 +133,44 @@ "https://immersive-web.github.io/anchors/#ref-for-xrsession-set-of-tracked-anchors", "https://immersive-web.github.io/anchors/#ref-for-xrsession-map-of-new-anchors", "https://immersive-web.github.io/anchors/#ref-for-dom-xrframe-createanchor%E2%91%A1", + "https://immersive-web.github.io/anchors/#ref-for-dom-xrsession-restorepersistentanchor", + "https://immersive-web.github.io/anchors/#ref-for-xrsession%E2%91%A3", + "https://immersive-web.github.io/anchors/#ref-for-a-new-promise%E2%91%A1", + "https://immersive-web.github.io/anchors/#ref-for-concept-relevant-realm%E2%91%A0", + "https://immersive-web.github.io/anchors/#ref-for-xrsystem%E2%91%A1", + "https://immersive-web.github.io/anchors/#ref-for-xrsession-map-of-persistent-anchors%E2%91%A2", + "https://immersive-web.github.io/anchors/#ref-for-xranchor%E2%91%A0%E2%91%A1", + "https://immersive-web.github.io/anchors/#ref-for-reject%E2%91%A1", + "https://immersive-web.github.io/anchors/#ref-for-invalidstateerror%E2%91%A2", + "https://immersive-web.github.io/anchors/#ref-for-track-ended", + "https://immersive-web.github.io/anchors/#ref-for-reject%E2%91%A2", + "https://immersive-web.github.io/anchors/#ref-for-invalidstateerror%E2%91%A3", + "https://immersive-web.github.io/anchors/#ref-for-xrsession-map-of-persistent-anchors%E2%91%A3", + "https://immersive-web.github.io/anchors/#ref-for-xrsession-map-of-new-anchors%E2%91%A0", + "https://immersive-web.github.io/anchors/#ref-for-reject%E2%91%A3", + "https://immersive-web.github.io/anchors/#ref-for-invalidstateerror%E2%91%A4", + "https://immersive-web.github.io/anchors/#ref-for-xrsession-set-of-tracked-anchors%E2%91%A0", + "https://immersive-web.github.io/anchors/#ref-for-xrsession-map-of-new-anchors%E2%91%A1", + "https://immersive-web.github.io/anchors/#ref-for-dom-xrsession-deletepersistentanchor", + "https://immersive-web.github.io/anchors/#ref-for-xrsession%E2%91%A4", + "https://immersive-web.github.io/anchors/#ref-for-a-new-promise%E2%91%A2", + "https://immersive-web.github.io/anchors/#ref-for-concept-relevant-realm%E2%91%A1", + "https://immersive-web.github.io/anchors/#ref-for-xrsystem%E2%91%A2", + "https://immersive-web.github.io/anchors/#ref-for-xrsession-map-of-persistent-anchors%E2%91%A4", + "https://immersive-web.github.io/anchors/#ref-for-reject%E2%91%A4", + "https://immersive-web.github.io/anchors/#ref-for-invalidstateerror%E2%91%A5", + "https://immersive-web.github.io/anchors/#ref-for-xrsession-map-of-persistent-anchors%E2%91%A5", + "https://immersive-web.github.io/anchors/#ref-for-xrsession-map-of-persistent-anchors%E2%91%A6", "https://immersive-web.github.io/anchors/#create-an-anchor-from-hit-test-result", "https://immersive-web.github.io/anchors/#ref-for-xrhittestresult%E2%91%A1", "https://immersive-web.github.io/anchors/#ref-for-dom-xrhittestresult-createanchor", "https://immersive-web.github.io/anchors/#ref-for-dom-xrhittestresult-createanchor%E2%91%A0", "https://immersive-web.github.io/anchors/#ref-for-xrhittestresult%E2%91%A2", - "https://immersive-web.github.io/anchors/#ref-for-a-new-promise%E2%91%A0", + "https://immersive-web.github.io/anchors/#ref-for-a-new-promise%E2%91%A3", "https://immersive-web.github.io/anchors/#ref-for-xrhittestresult-frame", "https://immersive-web.github.io/anchors/#ref-for-xrframe-active%E2%91%A0", - "https://immersive-web.github.io/anchors/#ref-for-reject%E2%91%A0", - "https://immersive-web.github.io/anchors/#ref-for-invalidstateerror%E2%91%A1", + "https://immersive-web.github.io/anchors/#ref-for-reject%E2%91%A5", + "https://immersive-web.github.io/anchors/#ref-for-invalidstateerror%E2%91%A6", "https://immersive-web.github.io/anchors/#ref-for-dom-xrframe-session%E2%91%A0", "https://immersive-web.github.io/anchors/#ref-for-update-anchors%E2%91%A0", "https://immersive-web.github.io/anchors/#ref-for-xrsession-list-of-frame-updates%E2%91%A0", @@ -120,14 +180,14 @@ "https://immersive-web.github.io/anchors/#ref-for-attached", "https://immersive-web.github.io/anchors/#ref-for-xrframe-time%E2%91%A0", "https://immersive-web.github.io/anchors/#ref-for-create-new-anchor-object%E2%91%A0", - "https://immersive-web.github.io/anchors/#ref-for-xrsession-set-of-tracked-anchors%E2%91%A0", - "https://immersive-web.github.io/anchors/#ref-for-xrsession-map-of-new-anchors%E2%91%A0", + "https://immersive-web.github.io/anchors/#ref-for-xrsession-set-of-tracked-anchors%E2%91%A1", + "https://immersive-web.github.io/anchors/#ref-for-xrsession-map-of-new-anchors%E2%91%A2", "https://immersive-web.github.io/anchors/#ref-for-dom-xrframe-createanchor%E2%91%A2", "https://immersive-web.github.io/anchors/#issue-02fc6c42", "https://immersive-web.github.io/anchors/#anchor-updates", "https://immersive-web.github.io/anchors/#ref-for-Exposed%E2%91%A0", "https://immersive-web.github.io/anchors/#xranchorset", - "https://immersive-web.github.io/anchors/#ref-for-xranchor%E2%91%A8", + "https://immersive-web.github.io/anchors/#ref-for-xranchor%E2%91%A0%E2%91%A2", "https://immersive-web.github.io/anchors/#ref-for-xrframe%E2%91%A2", "https://immersive-web.github.io/anchors/#ref-for-SameObject", "https://immersive-web.github.io/anchors/#ref-for-xranchorset", @@ -140,29 +200,29 @@ "https://immersive-web.github.io/anchors/#update-anchors", "https://immersive-web.github.io/anchors/#ref-for-dom-xrframe-session%E2%91%A1", "https://immersive-web.github.io/anchors/#ref-for-xrsession-xr-device%E2%91%A1", - "https://immersive-web.github.io/anchors/#ref-for-xrsession-set-of-tracked-anchors%E2%91%A1", + "https://immersive-web.github.io/anchors/#ref-for-xrsession-set-of-tracked-anchors%E2%91%A2", "https://immersive-web.github.io/anchors/#ref-for-xranchor-native-origin%E2%91%A1", "https://immersive-web.github.io/anchors/#ref-for-tracked", - "https://immersive-web.github.io/anchors/#ref-for-xrsession-set-of-tracked-anchors%E2%91%A2", - "https://immersive-web.github.io/anchors/#ref-for-xrsession-map-of-new-anchors%E2%91%A1", - "https://immersive-web.github.io/anchors/#ref-for-reject%E2%91%A1", "https://immersive-web.github.io/anchors/#ref-for-xrsession-set-of-tracked-anchors%E2%91%A3", + "https://immersive-web.github.io/anchors/#ref-for-xrsession-map-of-new-anchors%E2%91%A3", + "https://immersive-web.github.io/anchors/#ref-for-reject%E2%91%A6", + "https://immersive-web.github.io/anchors/#ref-for-xrsession-set-of-tracked-anchors%E2%91%A4", "https://immersive-web.github.io/anchors/#ref-for-dom-xrframe-trackedanchors%E2%91%A0", - "https://immersive-web.github.io/anchors/#ref-for-xrsession-map-of-new-anchors%E2%91%A2", - "https://immersive-web.github.io/anchors/#ref-for-resolve", + "https://immersive-web.github.io/anchors/#ref-for-xrsession-map-of-new-anchors%E2%91%A4", + "https://immersive-web.github.io/anchors/#ref-for-resolve%E2%91%A1", "https://immersive-web.github.io/anchors/#anchor-removal", "https://immersive-web.github.io/anchors/#ref-for-delete-an-anchor", "https://immersive-web.github.io/anchors/#ref-for-dom-xranchor-delete", "https://immersive-web.github.io/anchors/#ref-for-dom-xranchor-delete%E2%91%A0", - "https://immersive-web.github.io/anchors/#ref-for-xranchor%E2%91%A0%E2%93%AA", + "https://immersive-web.github.io/anchors/#ref-for-xranchor%E2%91%A0%E2%91%A3", "https://immersive-web.github.io/anchors/#delete-an-anchor", - "https://immersive-web.github.io/anchors/#ref-for-xranchor-deleted%E2%91%A1", - "https://immersive-web.github.io/anchors/#ref-for-dom-xranchor-anchorspace%E2%91%A1", "https://immersive-web.github.io/anchors/#ref-for-xranchor-deleted%E2%91%A2", + "https://immersive-web.github.io/anchors/#ref-for-dom-xranchor-anchorspace%E2%91%A1", + "https://immersive-web.github.io/anchors/#ref-for-xranchor-deleted%E2%91%A3", "https://immersive-web.github.io/anchors/#ref-for-dom-xrframe-session%E2%91%A2", "https://immersive-web.github.io/anchors/#ref-for-xrsession-xr-device%E2%91%A2", "https://immersive-web.github.io/anchors/#ref-for-xranchor-native-origin%E2%91%A2", - "https://immersive-web.github.io/anchors/#ref-for-xrsession-set-of-tracked-anchors%E2%91%A4", + "https://immersive-web.github.io/anchors/#ref-for-xrsession-set-of-tracked-anchors%E2%91%A5", "https://immersive-web.github.io/anchors/#native-device-concepts", "https://immersive-web.github.io/anchors/#native-anchor", "https://immersive-web.github.io/anchors/#ref-for-xr-device%E2%91%A0", @@ -176,6 +236,7 @@ "https://immersive-web.github.io/anchors/#ref-for-xrframe%E2%91%A5", "https://immersive-web.github.io/anchors/#ref-for-dom-xrframe-createanchor%E2%91%A3", "https://immersive-web.github.io/anchors/#ref-for-xrhittestresult%E2%91%A3", + "https://immersive-web.github.io/anchors/#ref-for-dom-xrhittestresult-createanchor%E2%91%A1", "https://immersive-web.github.io/anchors/#ref-for-emulated-native-anchors", "https://immersive-web.github.io/anchors/#ref-for-dom-xrsessionmode-immersive-ar%E2%91%A0", "https://immersive-web.github.io/anchors/#ref-for-dom-xrsessionmode-immersive-vr", @@ -183,10 +244,16 @@ "https://immersive-web.github.io/anchors/#ref-for-hit-test", "https://immersive-web.github.io/anchors/#issue-8bf9de01", "https://immersive-web.github.io/anchors/#ack", - "https://immersive-web.github.io/anchors/#back-to-top", + "https://immersive-web.github.io/anchors/#w3c-conformance", + "https://immersive-web.github.io/anchors/#w3c-conventions", + "https://immersive-web.github.io/anchors/#w3c-example", + "https://immersive-web.github.io/anchors/#w3c-conformant-algorithms", "https://immersive-web.github.io/anchors/#index", "https://immersive-web.github.io/anchors/#index-defined-here", "https://immersive-web.github.io/anchors/#index-defined-elsewhere", + "https://immersive-web.github.io/anchors/#term-for-concept-relevant-realm", + "https://immersive-web.github.io/anchors/#term-for-track-ended", + "https://immersive-web.github.io/anchors/#term-for-idl-DOMString", "https://immersive-web.github.io/anchors/#term-for-Exposed", "https://immersive-web.github.io/anchors/#term-for-invalidstateerror", "https://immersive-web.github.io/anchors/#term-for-idl-promise", @@ -201,6 +268,7 @@ "https://immersive-web.github.io/anchors/#term-for-xrrigidtransform", "https://immersive-web.github.io/anchors/#term-for-xrsession", "https://immersive-web.github.io/anchors/#term-for-xrspace", + "https://immersive-web.github.io/anchors/#term-for-xrsystem", "https://immersive-web.github.io/anchors/#term-for-xrframe-active", "https://immersive-web.github.io/anchors/#term-for-capable-of-supporting", "https://immersive-web.github.io/anchors/#term-for-xrspace-effective-origin", @@ -219,6 +287,10 @@ "https://immersive-web.github.io/anchors/#term-for-dom-xrsessionmode-immersive-ar", "https://immersive-web.github.io/anchors/#references", "https://immersive-web.github.io/anchors/#normative", + "https://immersive-web.github.io/anchors/#biblio-html", + "https://immersive-web.github.io/anchors/#biblio-mediacapture-streams", + "https://immersive-web.github.io/anchors/#biblio-rfc2119", + "https://immersive-web.github.io/anchors/#biblio-rfc4122", "https://immersive-web.github.io/anchors/#biblio-webidl", "https://immersive-web.github.io/anchors/#biblio-webxr", "https://immersive-web.github.io/anchors/#biblio-webxr-ar-module-1", diff --git a/tr/ids/autoplay-detection.json b/tr/ids/autoplay-detection.json index 210cc633780c..8c485ab8cd1b 100644 --- a/tr/ids/autoplay-detection.json +++ b/tr/ids/autoplay-detection.json @@ -144,18 +144,6 @@ "https://www.w3.org/TR/autoplay-detection/#index", "https://www.w3.org/TR/autoplay-detection/#index-defined-here", "https://www.w3.org/TR/autoplay-detection/#index-defined-elsewhere", - "https://www.w3.org/TR/autoplay-detection/#term-for-htmlaudioelement", - "https://www.w3.org/TR/autoplay-detection/#term-for-htmlmediaelement", - "https://www.w3.org/TR/autoplay-detection/#term-for-htmlvideoelement", - "https://www.w3.org/TR/autoplay-detection/#term-for-navigator", - "https://www.w3.org/TR/autoplay-detection/#term-for-window", - "https://www.w3.org/TR/autoplay-detection/#term-for-audio", - "https://www.w3.org/TR/autoplay-detection/#term-for-dom-document-2", - "https://www.w3.org/TR/autoplay-detection/#term-for-dom-media-muted", - "https://www.w3.org/TR/autoplay-detection/#term-for-dom-media-play", - "https://www.w3.org/TR/autoplay-detection/#term-for-sticky-activation", - "https://www.w3.org/TR/autoplay-detection/#term-for-video", - "https://www.w3.org/TR/autoplay-detection/#term-for-dom-media-volume", "https://www.w3.org/TR/autoplay-detection/#term-for-elementdef-image", "https://www.w3.org/TR/autoplay-detection/#term-for-audiocontext", "https://www.w3.org/TR/autoplay-detection/#term-for-enumdef-audiocontextstate", @@ -167,6 +155,7 @@ "https://www.w3.org/TR/autoplay-detection/#normative", "https://www.w3.org/TR/autoplay-detection/#biblio-html", "https://www.w3.org/TR/autoplay-detection/#biblio-rfc2119", + "https://www.w3.org/TR/autoplay-detection/#biblio-security-privacy-questionnaire", "https://www.w3.org/TR/autoplay-detection/#biblio-svg2", "https://www.w3.org/TR/autoplay-detection/#biblio-webaudio", "https://www.w3.org/TR/autoplay-detection/#biblio-webidl", diff --git a/tr/ids/compute-pressure.json b/tr/ids/compute-pressure.json index f10d72d0a18d..413a39179b2a 100644 --- a/tr/ids/compute-pressure.json +++ b/tr/ids/compute-pressure.json @@ -304,7 +304,7 @@ "https://wicg.github.io/compute-pressure/#the-pressureobserveroptions-dictionary", "https://wicg.github.io/compute-pressure/#x10-4-the-pressureobserveroptions-dictionary", "https://wicg.github.io/compute-pressure/#dom-pressureobserveroptions", - "https://wicg.github.io/compute-pressure/#webidl-59512496", + "https://wicg.github.io/compute-pressure/#webidl-5131632", "https://wicg.github.io/compute-pressure/#idl-def-pressureobserveroptions", "https://wicg.github.io/compute-pressure/#ref-for-dom-pressureobserveroptions-3", "https://wicg.github.io/compute-pressure/#idl-def-pressureobserveroptions-samplerate", diff --git a/tr/ids/contentEditable.json b/tr/ids/contentEditable.json index 78dcfbf1192b..d982cfa1ea33 100644 --- a/tr/ids/contentEditable.json +++ b/tr/ids/contentEditable.json @@ -12,15 +12,111 @@ "https://w3c.github.io/contentEditable/#w3c-state", "https://w3c.github.io/contentEditable/#abstract", "https://w3c.github.io/contentEditable/#sotd", + "https://w3c.github.io/contentEditable/#w3c_process_revision", "https://w3c.github.io/contentEditable/#toc", "https://w3c.github.io/contentEditable/#table-of-contents", + "https://w3c.github.io/contentEditable/#problems-solved", + "https://w3c.github.io/contentEditable/#x1-problems-solved", + "https://w3c.github.io/contentEditable/#use-cases", + "https://w3c.github.io/contentEditable/#x2-use-cases", + "https://w3c.github.io/contentEditable/#terminology-0", + "https://w3c.github.io/contentEditable/#terminology", + "https://w3c.github.io/contentEditable/#dfn-block-elements", + "https://w3c.github.io/contentEditable/#dfn-contenteditable-false-element", + "https://w3c.github.io/contentEditable/#dfn-editing-host", + "https://w3c.github.io/contentEditable/#dfn-inline-elements", + "https://w3c.github.io/contentEditable/#dfn-invisible-elements", + "https://w3c.github.io/contentEditable/#dfn-legal-caret-positions", + "https://w3c.github.io/contentEditable/#ref-for-dfn-inline-elements-1", + "https://w3c.github.io/contentEditable/#ref-for-dfn-inline-elements-2", + "https://w3c.github.io/contentEditable/#ref-for-dfn-inline-elements-3", + "https://w3c.github.io/contentEditable/#ref-for-dfn-block-elements-1", + "https://w3c.github.io/contentEditable/#ref-for-dfn-stub-elements-1", + "https://w3c.github.io/contentEditable/#ref-for-dfn-block-elements-2", + "https://w3c.github.io/contentEditable/#ref-for-dfn-stub-elements-2", + "https://w3c.github.io/contentEditable/#ref-for-dfn-editing-host-1", + "https://w3c.github.io/contentEditable/#ref-for-dfn-invisible-elements-1", + "https://w3c.github.io/contentEditable/#dfn-stub-elements", + "https://w3c.github.io/contentEditable/#contenteditable", + "https://w3c.github.io/contentEditable/#x4-contenteditable", + "https://w3c.github.io/contentEditable/#meaning-of-states", + "https://w3c.github.io/contentEditable/#x5-meaning-of-states", + "https://w3c.github.io/contentEditable/#contenteditable-states", + "https://w3c.github.io/contentEditable/#editing-states", + "https://w3c.github.io/contentEditable/#contenteditable-events-state", + "https://w3c.github.io/contentEditable/#events-state", + "https://w3c.github.io/contentEditable/#ref-for-dfn-editing-host-2", + "https://w3c.github.io/contentEditable/#ref-for-dfn-legal-caret-positions-1", + "https://w3c.github.io/contentEditable/#ref-for-dfn-editing-host-3", + "https://w3c.github.io/contentEditable/#contenteditable-caret-state", + "https://w3c.github.io/contentEditable/#caret_state", + "https://w3c.github.io/contentEditable/#ref-for-dfn-editing-host-4", + "https://w3c.github.io/contentEditable/#ref-for-dfn-editing-host-5", + "https://w3c.github.io/contentEditable/#ref-for-dfn-editing-host-6", + "https://w3c.github.io/contentEditable/#issue-container-generatedID", + "https://w3c.github.io/contentEditable/#h-note", + "https://w3c.github.io/contentEditable/#contenteditable-typing-state", + "https://w3c.github.io/contentEditable/#typing_state", + "https://w3c.github.io/contentEditable/#ref-for-dfn-editing-host-7", + "https://w3c.github.io/contentEditable/#ref-for-dfn-editing-host-8", + "https://w3c.github.io/contentEditable/#contenteditable-plaintext-only-state", + "https://w3c.github.io/contentEditable/#plaintext_only_state", + "https://w3c.github.io/contentEditable/#ref-for-dfn-editing-host-9", + "https://w3c.github.io/contentEditable/#ref-for-dfn-editing-host-10", + "https://w3c.github.io/contentEditable/#cutting-and-pasting", + "https://w3c.github.io/contentEditable/#cutting_and_pasting", + "https://w3c.github.io/contentEditable/#ref-for-dfn-editing-host-11", + "https://w3c.github.io/contentEditable/#ref-for-dfn-editing-host-12", + "https://w3c.github.io/contentEditable/#ref-for-dfn-editing-host-13", + "https://w3c.github.io/contentEditable/#caret-drawing-and-movement", + "https://w3c.github.io/contentEditable/#caret_darin_and_movement", + "https://w3c.github.io/contentEditable/#caret-drawing", + "https://w3c.github.io/contentEditable/#caret_drawing", + "https://w3c.github.io/contentEditable/#ref-for-dfn-editing-host-14", + "https://w3c.github.io/contentEditable/#caret-positions", + "https://w3c.github.io/contentEditable/#caret_positions", + "https://w3c.github.io/contentEditable/#ref-for-dfn-legal-caret-positions-2", + "https://w3c.github.io/contentEditable/#ref-for-dfn-editing-host-15", + "https://w3c.github.io/contentEditable/#initial-caret-placement", + "https://w3c.github.io/contentEditable/#initial_caret_placement", + "https://w3c.github.io/contentEditable/#ref-for-dfn-editing-host-16", + "https://w3c.github.io/contentEditable/#caret-movement", + "https://w3c.github.io/contentEditable/#caret_movement", + "https://w3c.github.io/contentEditable/#ref-for-dfn-editing-host-17", + "https://w3c.github.io/contentEditable/#replacing-text-content", + "https://w3c.github.io/contentEditable/#replacing_text", + "https://w3c.github.io/contentEditable/#ref-for-dfn-editing-host-18", + "https://w3c.github.io/contentEditable/#removal-of-content", + "https://w3c.github.io/contentEditable/#removal", + "https://w3c.github.io/contentEditable/#ref-for-dfn-editing-host-19", + "https://w3c.github.io/contentEditable/#ref-for-dfn-editing-host-20", + "https://w3c.github.io/contentEditable/#ref-for-dfn-editing-host-21", + "https://w3c.github.io/contentEditable/#advanced-grammar-checking", + "https://w3c.github.io/contentEditable/#spell_checking", + "https://w3c.github.io/contentEditable/#ref-for-dfn-editing-host-22", + "https://w3c.github.io/contentEditable/#context-menu", + "https://w3c.github.io/contentEditable/#context_menu", + "https://w3c.github.io/contentEditable/#ref-for-dfn-editing-host-23", + "https://w3c.github.io/contentEditable/#privacy-and-security-considerations", + "https://w3c.github.io/contentEditable/#x8-7-privacy-and-security-considerations", + "https://w3c.github.io/contentEditable/#accessibility-considerations", + "https://w3c.github.io/contentEditable/#x8-8-accessibility-considerations", "https://w3c.github.io/contentEditable/#conformance", - "https://w3c.github.io/contentEditable/#x1-conformance", + "https://w3c.github.io/contentEditable/#x8-9-conformance", + "https://w3c.github.io/contentEditable/#acknowledgements", + "https://w3c.github.io/contentEditable/#x8-10-acknowledgements", "https://w3c.github.io/contentEditable/#references", "https://w3c.github.io/contentEditable/#a-references", - "https://w3c.github.io/contentEditable/#informative-references", - "https://w3c.github.io/contentEditable/#a-1-informative-references", + "https://w3c.github.io/contentEditable/#normative-references", + "https://w3c.github.io/contentEditable/#a-1-normative-references", + "https://w3c.github.io/contentEditable/#bib-css-cascade-4", + "https://w3c.github.io/contentEditable/#bib-dom", "https://w3c.github.io/contentEditable/#bib-html", + "https://w3c.github.io/contentEditable/#bib-rfc2119", + "https://w3c.github.io/contentEditable/#bib-rfc8174", + "https://w3c.github.io/contentEditable/#informative-references", + "https://w3c.github.io/contentEditable/#a-2-informative-references", + "https://w3c.github.io/contentEditable/#bib-extensible", "https://w3c.github.io/contentEditable/#back-to-top" ] } \ No newline at end of file diff --git a/tr/ids/cookie-store.json b/tr/ids/cookie-store.json index b9d9fb41296c..51967837937b 100644 --- a/tr/ids/cookie-store.json +++ b/tr/ids/cookie-store.json @@ -7,6 +7,7 @@ "https://wicg.github.io/cookie-store/#toc-nav", "https://wicg.github.io/cookie-store/#toc-jump", "https://wicg.github.io/cookie-store/#toc-toggle", + "https://wicg.github.io/cookie-store/#speclogo", "https://wicg.github.io/cookie-store/#title", "https://wicg.github.io/cookie-store/#w3c-state", "https://wicg.github.io/cookie-store/#abstract", diff --git a/tr/ids/core-aam-1.2.json b/tr/ids/core-aam-1.2.json index 700c3a473849..c83f5c76ddca 100644 --- a/tr/ids/core-aam-1.2.json +++ b/tr/ids/core-aam-1.2.json @@ -288,7 +288,7 @@ "https://www.w3.org/TR/core-aam-1.2/#ariaRequiredTrue", "https://www.w3.org/TR/core-aam-1.2/#ariaRequiredFalse", "https://www.w3.org/TR/core-aam-1.2/#ariaRoleDescription", - "https://www.w3.org/TR/core-aam-1.2/#ariaRoleDescriptionEmptyWhiteSpaceString", + "https://www.w3.org/TR/core-aam-1.2/#ariaRoleDescriptionEmptyString", "https://www.w3.org/TR/core-aam-1.2/#ariaRowCount", "https://www.w3.org/TR/core-aam-1.2/#ariaRowIndex", "https://www.w3.org/TR/core-aam-1.2/#ariaRowIndexText", diff --git a/tr/ids/css-contain-2.json b/tr/ids/css-contain-2.json index 35dac260f643..6588190620e1 100644 --- a/tr/ids/css-contain-2.json +++ b/tr/ids/css-contain-2.json @@ -8,23 +8,21 @@ "https://www.w3.org/TR/css-contain-2/#toc-jump", "https://www.w3.org/TR/css-contain-2/#toc-toggle", "https://www.w3.org/TR/css-contain-2/#title", - "https://www.w3.org/TR/css-contain-2/#subtitle", + "https://www.w3.org/TR/css-contain-2/#w3c-state", "https://www.w3.org/TR/css-contain-2/#abstract", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain", - "https://www.w3.org/TR/css-contain-2/#status", + "https://www.w3.org/TR/css-contain-2/#sotd", "https://www.w3.org/TR/css-contain-2/#w3c_process_revision", - "https://www.w3.org/TR/css-contain-2/#ref-for-style-containment", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#toc", "https://www.w3.org/TR/css-contain-2/#contents", "https://www.w3.org/TR/css-contain-2/#intro", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility", "https://www.w3.org/TR/css-contain-2/#interaction", "https://www.w3.org/TR/css-contain-2/#values", "https://www.w3.org/TR/css-contain-2/#ref-for-css-wide-keywords", "https://www.w3.org/TR/css-contain-2/#contain-property", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A2", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A1", "https://www.w3.org/TR/css-contain-2/#propdef-contain", "https://www.w3.org/TR/css-contain-2/#ref-for-comb-one", "https://www.w3.org/TR/css-contain-2/#ref-for-comb-one%E2%91%A0", @@ -36,20 +34,17 @@ "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-contain-size", "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-contain-layout", "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-contain-paint", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A2", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A3", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A4", "https://www.w3.org/TR/css-contain-2/#valdef-contain-none", "https://www.w3.org/TR/css-contain-2/#valdef-contain-strict", "https://www.w3.org/TR/css-contain-2/#ref-for-containment", - "https://www.w3.org/TR/css-contain-2/#ref-for-style-containment%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#valdef-contain-content", "https://www.w3.org/TR/css-contain-2/#ref-for-containment%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment", - "https://www.w3.org/TR/css-contain-2/#ref-for-style-containment%E2%91%A1", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A5", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A4", "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment%E2%91%A0", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A6", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A7", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A5", "https://www.w3.org/TR/css-contain-2/#valdef-contain-size", "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment%E2%91%A1", "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment-box", @@ -57,36 +52,45 @@ "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment", "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment-box", "https://www.w3.org/TR/css-contain-2/#valdef-contain-style", - "https://www.w3.org/TR/css-contain-2/#ref-for-style-containment%E2%91%A2", + "https://www.w3.org/TR/css-contain-2/#ref-for-style-containment", "https://www.w3.org/TR/css-contain-2/#valdef-contain-paint", "https://www.w3.org/TR/css-contain-2/#ref-for-paint-containment", "https://www.w3.org/TR/css-contain-2/#ref-for-paint-containment-box", "https://www.w3.org/TR/css-contain-2/#contain-applies", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A8", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A6", "https://www.w3.org/TR/css-contain-2/#ref-for-elementdef-svg", "https://www.w3.org/TR/css-contain-2/#example-ace3db03", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A7", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A8", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-contain-2/#ref-for-containment%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#ref-for-the-html-element", + "https://www.w3.org/TR/css-contain-2/#ref-for-the-body-element", + "https://www.w3.org/TR/css-contain-2/#ref-for-the-body-element%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-initial-containing-block", + "https://www.w3.org/TR/css-contain-2/#ref-for-canvas-background", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-writing-mode", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-direction", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-text-orientation", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-overflow", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-background", + "https://www.w3.org/TR/css-contain-2/#ref-for-initial-containing-block%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-canvas-background%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-the-html-element%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-containment%E2%91%A2", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#containment-types", "https://www.w3.org/TR/css-contain-2/#containment", - "https://www.w3.org/TR/css-contain-2/#ref-for-containment%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#ref-for-containment%E2%91%A3", "https://www.w3.org/TR/css-contain-2/#containment-size", - "https://www.w3.org/TR/css-contain-2/#ref-for-principal-box", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-display", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-display%E2%91%A0", - "https://www.w3.org/TR/css-contain-2/#ref-for-inner-display-type", - "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-display-table", - "https://www.w3.org/TR/css-contain-2/#ref-for-internal-table-box", - "https://www.w3.org/TR/css-contain-2/#ref-for-internal-ruby-box", - "https://www.w3.org/TR/css-contain-2/#ref-for-atomic-inline", - "https://www.w3.org/TR/css-contain-2/#ref-for-inline-level", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-width", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-height", "https://www.w3.org/TR/css-contain-2/#size-containment", - "https://www.w3.org/TR/css-contain-2/#ref-for-principal-box%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-principal-box", "https://www.w3.org/TR/css-contain-2/#size-containment-box", - "https://www.w3.org/TR/css-contain-2/#ref-for-dfn-intrinsic-sizes", + "https://www.w3.org/TR/css-contain-2/#ref-for-intrinsic-size", "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment-box%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#ref-for-sizing-as-if-empty", "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-width-min-content", @@ -96,14 +100,14 @@ "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment-box%E2%91%A1", "https://www.w3.org/TR/css-contain-2/#sizing-as-if-empty", "https://www.w3.org/TR/css-contain-2/#ref-for-used-value", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-width%E2%91%A0", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-height%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-width", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-height", "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment-box%E2%91%A2", "https://www.w3.org/TR/css-contain-2/#ref-for-selectordef-before", "https://www.w3.org/TR/css-contain-2/#ref-for-selectordef-after", "https://www.w3.org/TR/css-contain-2/#ref-for-selectordef-marker", "https://www.w3.org/TR/css-contain-2/#ref-for-replaced-element", - "https://www.w3.org/TR/css-contain-2/#ref-for-natural-dimension", + "https://www.w3.org/TR/css-contain-2/#ref-for-natural-dimensions", "https://www.w3.org/TR/css-contain-2/#ref-for-natural-aspect-ratio", "https://www.w3.org/TR/css-contain-2/#ref-for-natural-aspect-ratio%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-aspect-ratio", @@ -114,7 +118,7 @@ "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment-box%E2%91%A4", "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment-box%E2%91%A5", "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment%E2%91%A2", - "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment%E2%91%A1", "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment-box%E2%91%A6", "https://www.w3.org/TR/css-contain-2/#ref-for-monolithic", "https://www.w3.org/TR/css-contain-2/#example-eadb9c00", @@ -123,27 +127,32 @@ "https://www.w3.org/TR/css-contain-2/#ref-for-natural-aspect-ratio%E2%91%A1", "https://www.w3.org/TR/css-contain-2/#ref-for-natural-height", "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment%E2%91%A3", + "https://www.w3.org/TR/css-contain-2/#ref-for-principal-box%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-display", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-display%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-inner-display-type", + "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-display-table", + "https://www.w3.org/TR/css-contain-2/#ref-for-principal-box%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#ref-for-internal-table-box", + "https://www.w3.org/TR/css-contain-2/#ref-for-principal-box%E2%91%A2", + "https://www.w3.org/TR/css-contain-2/#ref-for-internal-ruby-box", + "https://www.w3.org/TR/css-contain-2/#ref-for-atomic-inline", + "https://www.w3.org/TR/css-contain-2/#ref-for-inline-level", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-width%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-height%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#containment-size-opt", + "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment%E2%91%A4", "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment-box%E2%91%A7", "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment-box%E2%91%A8", "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment-box%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment-box%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment-box%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment%E2%91%A2", "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment-box%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment-box%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment-box%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-contain-2/#ref-for-laying-out-in-place", "https://www.w3.org/TR/css-contain-2/#containment-layout", - "https://www.w3.org/TR/css-contain-2/#ref-for-principal-box%E2%91%A1", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-display%E2%91%A1", - "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-display-contents", - "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-display-none", - "https://www.w3.org/TR/css-contain-2/#ref-for-principal-box%E2%91%A2", - "https://www.w3.org/TR/css-contain-2/#ref-for-internal-table-box%E2%91%A0", - "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-display-table-cell", - "https://www.w3.org/TR/css-contain-2/#ref-for-internal-ruby-box%E2%91%A0", - "https://www.w3.org/TR/css-contain-2/#ref-for-atomic-inline%E2%91%A0", - "https://www.w3.org/TR/css-contain-2/#ref-for-inline-level%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#layout-containment", "https://www.w3.org/TR/css-contain-2/#ref-for-principal-box%E2%91%A3", "https://www.w3.org/TR/css-contain-2/#layout-containment-box", @@ -151,7 +160,7 @@ "https://www.w3.org/TR/css-contain-2/#ref-for-establish-an-independent-formatting-context", "https://www.w3.org/TR/css-contain-2/#ref-for-fragmentation-container", "https://www.w3.org/TR/css-contain-2/#ref-for-fragmentation-context", - "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment%E2%91%A2", + "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment%E2%91%A3", "https://www.w3.org/TR/css-contain-2/#ref-for-fragmentation-container%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#ref-for-fragmentation-context%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment-box%E2%91%A1", @@ -162,9 +171,9 @@ "https://www.w3.org/TR/css-contain-2/#ref-for-fragmentation-container%E2%91%A3", "https://www.w3.org/TR/css-contain-2/#ref-for-fragmented-flow", "https://www.w3.org/TR/css-contain-2/#ref-for-fragmentation", - "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment%E2%91%A3", - "https://www.w3.org/TR/css-contain-2/#ref-for-fragmentation-container%E2%91%A4", "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment%E2%91%A4", + "https://www.w3.org/TR/css-contain-2/#ref-for-fragmentation-container%E2%91%A4", + "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment%E2%91%A5", "https://www.w3.org/TR/css-contain-2/#ref-for-fragmentation-container%E2%91%A5", "https://www.w3.org/TR/css-contain-2/#ref-for-fragmentation-context%E2%91%A2", "https://www.w3.org/TR/css-contain-2/#ref-for-fragmentation-container%E2%91%A6", @@ -173,10 +182,10 @@ "https://www.w3.org/TR/css-contain-2/#ref-for-fragmentation-context%E2%91%A4", "https://www.w3.org/TR/css-contain-2/#ref-for-fragmented-flow%E2%91%A1", "https://www.w3.org/TR/css-contain-2/#ref-for-selectordef-nth-fragment", - "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment%E2%91%A5", + "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment%E2%91%A6", "https://www.w3.org/TR/css-contain-2/#example-2b10faa8", "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment-box%E2%91%A3", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-overflow", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-overflow%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-overflow-visible", "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-overflow-clip", "https://www.w3.org/TR/css-contain-2/#ref-for-ink-overflow", @@ -191,54 +200,56 @@ "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-vertical-align", "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment-box%E2%91%A7", "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment-box%E2%91%A8", - "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment%E2%91%A6", + "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment%E2%91%A7", + "https://www.w3.org/TR/css-contain-2/#ref-for-principal-box%E2%91%A4", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-display%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-display%E2%91%A2", + "https://www.w3.org/TR/css-contain-2/#ref-for-principal-box%E2%91%A5", + "https://www.w3.org/TR/css-contain-2/#ref-for-internal-table-box%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-display-table-cell", + "https://www.w3.org/TR/css-contain-2/#ref-for-principal-box%E2%91%A6", + "https://www.w3.org/TR/css-contain-2/#ref-for-internal-ruby-box%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-atomic-inline%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-inline-level%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#containment-layout-opt", + "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment%E2%91%A8", "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment-box%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment-box%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment-box%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment-box%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment-box%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment%E2%91%A4", + "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment%E2%91%A5", "https://www.w3.org/TR/css-contain-2/#containment-style", "https://www.w3.org/TR/css-contain-2/#style-containment", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-counter-increment", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-counter-set", "https://www.w3.org/TR/css-contain-2/#ref-for-property-scoped-to-a-sub-tree", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content", - "https://www.w3.org/TR/css-contain-2/#ref-for-value-def-open-quote", - "https://www.w3.org/TR/css-contain-2/#ref-for-value-def-close-quote", - "https://www.w3.org/TR/css-contain-2/#ref-for-value-def-no-open-quote", - "https://www.w3.org/TR/css-contain-2/#ref-for-value-def-no-close-quote", + "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-content-open-quote", + "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-content-close-quote", + "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-content-no-open-quote", + "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-content-no-close-quote", "https://www.w3.org/TR/css-contain-2/#ref-for-property-scoped-to-a-sub-tree%E2%91%A0", - "https://www.w3.org/TR/css-contain-2/#ref-for-style-containment%E2%91%A3", + "https://www.w3.org/TR/css-contain-2/#ref-for-style-containment%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#property-scoped", "https://www.w3.org/TR/css-contain-2/#property-scoped-to-an-element", "https://www.w3.org/TR/css-contain-2/#property-scoped-to-a-sub-tree", "https://www.w3.org/TR/css-contain-2/#example-6932a400", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-counter-increment%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content%E2%91%A0", - "https://www.w3.org/TR/css-contain-2/#ref-for-style-containment%E2%91%A4", - "https://www.w3.org/TR/css-contain-2/#ref-for-style-containment%E2%91%A5", - "https://www.w3.org/TR/css-contain-2/#ref-for-style-containment%E2%91%A6", + "https://www.w3.org/TR/css-contain-2/#containment-style-opt", + "https://www.w3.org/TR/css-contain-2/#ref-for-style-containment%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#ref-for-style-containment%E2%91%A2", + "https://www.w3.org/TR/css-contain-2/#ref-for-style-containment%E2%91%A3", "https://www.w3.org/TR/css-contain-2/#containment-paint", - "https://www.w3.org/TR/css-contain-2/#ref-for-principal-box%E2%91%A4", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-display%E2%91%A2", - "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-display-contents%E2%91%A0", - "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-display-none%E2%91%A0", - "https://www.w3.org/TR/css-contain-2/#ref-for-principal-box%E2%91%A5", - "https://www.w3.org/TR/css-contain-2/#ref-for-internal-table-box%E2%91%A1", - "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-display-table-cell%E2%91%A0", - "https://www.w3.org/TR/css-contain-2/#ref-for-internal-ruby-box%E2%91%A1", - "https://www.w3.org/TR/css-contain-2/#ref-for-atomic-inline%E2%91%A1", - "https://www.w3.org/TR/css-contain-2/#ref-for-inline-level%E2%91%A1", "https://www.w3.org/TR/css-contain-2/#paint-containment", - "https://www.w3.org/TR/css-contain-2/#ref-for-principal-box%E2%91%A6", + "https://www.w3.org/TR/css-contain-2/#ref-for-principal-box%E2%91%A7", "https://www.w3.org/TR/css-contain-2/#paint-containment-box", "https://www.w3.org/TR/css-contain-2/#ref-for-ink-overflow%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#ref-for-scrollable-overflow", "https://www.w3.org/TR/css-contain-2/#ref-for-overflow-clip-edge", "https://www.w3.org/TR/css-contain-2/#ref-for-paint-containment-box%E2%91%A0", - "https://www.w3.org/TR/css-contain-2/#ref-for-corner-clipping", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-overflow%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-overflow%E2%91%A1", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-resize", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-text-overflow", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-overflow-clip-margin", @@ -257,183 +268,267 @@ "https://www.w3.org/TR/css-contain-2/#ref-for-paint-containment-box%E2%91%A3", "https://www.w3.org/TR/css-contain-2/#ref-for-establish-an-independent-formatting-context%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#ref-for-paint-containment%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#ref-for-principal-box%E2%91%A8", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-display%E2%91%A3", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-display%E2%91%A4", + "https://www.w3.org/TR/css-contain-2/#ref-for-principal-box%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-contain-2/#ref-for-internal-table-box%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-display-table-cell%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-principal-box%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-internal-ruby-box%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#ref-for-atomic-inline%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#ref-for-inline-level%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#containment-paint-opt", + "https://www.w3.org/TR/css-contain-2/#ref-for-paint-containment%E2%91%A2", "https://www.w3.org/TR/css-contain-2/#ref-for-paint-containment-box%E2%91%A4", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-overflow%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#ref-for-funcdef-filter-blur", + "https://www.w3.org/TR/css-contain-2/#ref-for-paint-containment%E2%91%A3", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-overflow%E2%91%A2", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-resize%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-text-overflow%E2%91%A0", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-overflow%E2%91%A2", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-overflow%E2%91%A3", "https://www.w3.org/TR/css-contain-2/#content-visibility", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A1", "https://www.w3.org/TR/css-contain-2/#propdef-content-visibility", "https://www.w3.org/TR/css-contain-2/#ref-for-comb-one%E2%91%A2", "https://www.w3.org/TR/css-contain-2/#ref-for-comb-one%E2%91%A3", - "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment%E2%91%A7", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A1", - "https://www.w3.org/TR/css-contain-2/#ref-for-containment%E2%91%A2", + "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A2", + "https://www.w3.org/TR/css-contain-2/#ref-for-containment%E2%91%A4", "https://www.w3.org/TR/css-contain-2/#valdef-content-visibility-visible", "https://www.w3.org/TR/css-contain-2/#valdef-content-visibility-hidden", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A0", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-display%E2%91%A3", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-display%E2%91%A5", "https://www.w3.org/TR/css-contain-2/#valdef-content-visibility-auto", - "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment%E2%91%A8", - "https://www.w3.org/TR/css-contain-2/#ref-for-style-containment%E2%91%A7", - "https://www.w3.org/TR/css-contain-2/#ref-for-paint-containment%E2%91%A2", + "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-style-containment%E2%91%A4", + "https://www.w3.org/TR/css-contain-2/#ref-for-paint-containment%E2%91%A4", "https://www.w3.org/TR/css-contain-2/#ref-for-relevant-to-the-user", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A1", "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-content-visibility-hidden", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A2", "https://www.w3.org/TR/css-contain-2/#skips-its-contents", - "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-contain-2/#ref-for-style-containment%E2%91%A8", - "https://www.w3.org/TR/css-contain-2/#ref-for-paint-containment%E2%91%A3", - "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment%E2%91%A5", + "https://www.w3.org/TR/css-contain-2/#ref-for-used-value%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#ref-for-style-containment%E2%91%A5", + "https://www.w3.org/TR/css-contain-2/#ref-for-paint-containment%E2%91%A5", + "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment%E2%91%A6", "https://www.w3.org/TR/css-contain-2/#element-contents", "https://www.w3.org/TR/css-contain-2/#ref-for-flat-tree", "https://www.w3.org/TR/css-contain-2/#ref-for-replaced-element%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-visibility", - "https://www.w3.org/TR/css-contain-2/#ref-for-PointerEventsProperty", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-pointer-events", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A3", - "https://www.w3.org/TR/css-contain-2/#ref-for-containment%E2%91%A3", + "https://www.w3.org/TR/css-contain-2/#ref-for-containment%E2%91%A5", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A4", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A2", - "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-contain-2/#ref-for-style-containment%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-contain-2/#ref-for-paint-containment%E2%91%A4", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A3", - "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment%E2%91%A6", + "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-contain-2/#ref-for-style-containment%E2%91%A6", + "https://www.w3.org/TR/css-contain-2/#ref-for-paint-containment%E2%91%A6", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A4", - "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-contain-2/#ref-for-style-containment%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-contain-2/#ref-for-paint-containment%E2%91%A5", + "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment%E2%91%A7", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A5", + "https://www.w3.org/TR/css-contain-2/#ref-for-layout-containment%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-contain-2/#ref-for-style-containment%E2%91%A7", + "https://www.w3.org/TR/css-contain-2/#ref-for-paint-containment%E2%91%A7", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A5", - "https://www.w3.org/TR/css-contain-2/#ref-for-containment%E2%91%A4", + "https://www.w3.org/TR/css-contain-2/#ref-for-containment%E2%91%A6", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A6", "https://www.w3.org/TR/css-contain-2/#relevant-to-the-user", "https://www.w3.org/TR/css-contain-2/#ref-for-paint-containment-box%E2%91%A5", + "https://www.w3.org/TR/css-contain-2/#ref-for-overflow-clip-edge%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#ref-for-element-contents", "https://www.w3.org/TR/css-contain-2/#ref-for-element-contents%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-element-contents%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#ref-for-top-layer", "https://www.w3.org/TR/css-contain-2/#using-cv-hidden", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A5", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A6", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A7", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-position", "https://www.w3.org/TR/css-contain-2/#ref-for-dom-element-getboundingclientrect", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-left", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A7", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A8", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A7", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A8", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A8", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-visibility%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-visibility%E2%91%A1", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-visibility%E2%91%A2", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-contain-2/#ref-for-containment%E2%91%A5", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#ref-for-containment%E2%91%A7", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-visibility%E2%91%A3", "https://www.w3.org/TR/css-contain-2/#using-cv-auto", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-content-visibility-hidden%E2%91%A0", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-display%E2%91%A4", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-display%E2%91%A6", "https://www.w3.org/TR/css-contain-2/#ref-for-relevant-to-the-user%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-contain-2/#ref-for-containment%E2%91%A6", - "https://www.w3.org/TR/css-contain-2/#ref-for-containment%E2%91%A7", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-contain-2/#ref-for-containment%E2%91%A8", + "https://www.w3.org/TR/css-contain-2/#ref-for-containment%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-contain-2/#ref-for-containment%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-contain-2/#ref-for-relevant-to-the-user%E2%91%A1", "https://www.w3.org/TR/css-contain-2/#example-40f1ea8c", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment%E2%91%A7", + "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment%E2%91%A8", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-contain-2/#example-638dbffa", + "https://www.w3.org/TR/css-contain-2/#example-6da2c0d3", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain-intrinsic-size", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain-intrinsic-size%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-contain-2/#cv-notes", - "https://www.w3.org/TR/css-contain-2/#ref-for-intersectionobserver", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain-intrinsic-size%E2%91%A1", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-contain-2/#ref-for-intersectionobserver-intersection-root", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-contain-2/#ref-for-resizeobserver", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-contain-2/#content-visibility-auto-state-changed", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-eventdef-element-contentvisibilityautostatechanged", + "https://www.w3.org/TR/css-contain-2/#eventdef-element-contentvisibilityautostatechanged", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#ref-for-relevant-to-the-user%E2%91%A2", + "https://www.w3.org/TR/css-contain-2/#ref-for-Exposed", + "https://www.w3.org/TR/css-contain-2/#contentvisibilityautostatechangedevent", + "https://www.w3.org/TR/css-contain-2/#ref-for-event", + "https://www.w3.org/TR/css-contain-2/#dom-contentvisibilityautostatechangedevent-contentvisibilityautostatechangedevent", + "https://www.w3.org/TR/css-contain-2/#ref-for-idl-DOMString", + "https://www.w3.org/TR/css-contain-2/#dom-contentvisibilityautostatechangedevent-contentvisibilityautostatechangedevent-type-eventinitdict-type", + "https://www.w3.org/TR/css-contain-2/#ref-for-dictdef-contentvisibilityautostatechangedeventinit", + "https://www.w3.org/TR/css-contain-2/#dom-contentvisibilityautostatechangedevent-contentvisibilityautostatechangedevent-type-eventinitdict-eventinitdict", + "https://www.w3.org/TR/css-contain-2/#ref-for-idl-boolean", + "https://www.w3.org/TR/css-contain-2/#ref-for-dom-contentvisibilityautostatechangedevent-skipped", + "https://www.w3.org/TR/css-contain-2/#dictdef-contentvisibilityautostatechangedeventinit", + "https://www.w3.org/TR/css-contain-2/#ref-for-dictdef-eventinit", + "https://www.w3.org/TR/css-contain-2/#ref-for-idl-boolean%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-dom-contentvisibilityautostatechangedeventinit-skipped", + "https://www.w3.org/TR/css-contain-2/#dom-contentvisibilityautostatechangedevent-skipped", + "https://www.w3.org/TR/css-contain-2/#ref-for-idl-boolean%E2%91%A1", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-contain-2/#termref-for-", + "https://www.w3.org/TR/css-contain-2/#dom-contentvisibilityautostatechangedeventinit-skipped", + "https://www.w3.org/TR/css-contain-2/#ref-for-idl-boolean%E2%91%A2", + "https://www.w3.org/TR/css-contain-2/#ref-for-dom-contentvisibilityautostatechangedevent-skipped%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-contain-2/#cv-notes", + "https://www.w3.org/TR/css-contain-2/#ref-for-intersectionobserver", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#ref-for-intersectionobserver-intersection-root", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-contain-2/#ref-for-resizeobserver", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/css-contain-2/#ref-for-dom-element-scrollintoview", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment%E2%91%A8", + "https://www.w3.org/TR/css-contain-2/#termref-for-update-the-rendering", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/css-contain-2/#ref-for-relevant-to-the-user%E2%91%A2", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/css-contain-2/#ref-for-the-iframe-element", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/css-contain-2/#ref-for-update-the-rendering", - "https://www.w3.org/TR/css-contain-2/#ref-for-the-iframe-element%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-dom-element-scrollintoview", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/css-contain-2/#ref-for-dom-innertext", - "https://www.w3.org/TR/css-contain-2/#cv-a11y", + "https://www.w3.org/TR/css-contain-2/#ref-for-size-containment%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-display%E2%91%A5", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-contain-2/#ref-for-relevant-to-the-user%E2%91%A3", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/css-contain-2/#cv-examples", - "https://www.w3.org/TR/css-contain-2/#example-1f50d3e3", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-contain-2/#ref-for-dom-window-focus", + "https://www.w3.org/TR/css-contain-2/#ref-for-the-iframe-element", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/css-contain-2/#example-52a4682e", + "https://www.w3.org/TR/css-contain-2/#ref-for-update-the-rendering", + "https://www.w3.org/TR/css-contain-2/#ref-for-the-iframe-element%E2%91%A0", "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/css-contain-2/#ref-for-element-contents%E2%91%A1", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-dom-innertext", + "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/css-contain-2/#ref-for-style-change-event", + "https://www.w3.org/TR/css-contain-2/#ref-for-style-change-event%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/css-contain-2/#ref-for-style-change-event%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/css-contain-2/#ref-for-style-change-event%E2%91%A2", + "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-display-none", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-contain-2/#ref-for-top-layer%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-display%E2%91%A7", + "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/css-contain-2/#cv-a11y", + "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-display%E2%91%A8", + "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#cv-examples", + "https://www.w3.org/TR/css-contain-2/#example-1f50d3e3", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/css-contain-2/#example-52a4682e", + "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/css-contain-2/#ref-for-element-contents%E2%91%A2", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/css-contain-2/#ref-for-element-contents%E2%91%A3", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/css-contain-2/#ref-for-element-contents%E2%91%A4", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-display%E2%91%A6", - "https://www.w3.org/TR/css-contain-2/#example-a89bb171", - "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/css-contain-2/#ref-for-element-contents%E2%91%A5", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-display%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-contain-2/#example-a89bb171", + "https://www.w3.org/TR/css-contain-2/#ref-for-skips-its-contents%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/css-contain-2/#ref-for-element-contents%E2%91%A6", "https://www.w3.org/TR/css-contain-2/#ref-for-dom-element-getboundingclientrect%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#privacy", "https://www.w3.org/TR/css-contain-2/#priv-sec", + "https://www.w3.org/TR/css-contain-2/#security", "https://www.w3.org/TR/css-contain-2/#changes", + "https://www.w3.org/TR/css-contain-2/#changes-since-2020-12-16", + "https://www.w3.org/TR/css-contain-2/#ref-for-style-containment%E2%91%A8", + "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-contain-strict", + "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-contain-content", + "https://www.w3.org/TR/css-contain-2/#ref-for-overflow-clip-edge%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#ref-for-border-edge", + "https://www.w3.org/TR/css-contain-2/#ref-for-relevant-to-the-user%E2%91%A4", + "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-contain-strict%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-valdef-contain-content%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/css-contain-2/#changes-since-2020-06-03", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/css-contain-2/#changes-since-2019-11-11", - "https://www.w3.org/TR/css-contain-2/#ref-for-paint-containment%E2%91%A6", + "https://www.w3.org/TR/css-contain-2/#ref-for-paint-containment%E2%91%A8", "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-overflow-clip-margin%E2%91%A0", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/css-contain-2/#l1-changes", - "https://www.w3.org/TR/css-contain-2/#ref-for-style-containment%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-contain-2/#ref-for-style-containment%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-contain-2/#w3c-conformance", "https://www.w3.org/TR/css-contain-2/#w3c-conventions", - "https://www.w3.org/TR/css-contain-2/#example-ae2b6bc0", + "https://www.w3.org/TR/css-contain-2/#w3c-example", "https://www.w3.org/TR/css-contain-2/#w3c-conformance-classes", "https://www.w3.org/TR/css-contain-2/#w3c-partial", "https://www.w3.org/TR/css-contain-2/#w3c-conform-future-proofing", @@ -441,7 +536,9 @@ "https://www.w3.org/TR/css-contain-2/#index", "https://www.w3.org/TR/css-contain-2/#index-defined-here", "https://www.w3.org/TR/css-contain-2/#index-defined-elsewhere", - "https://www.w3.org/TR/css-contain-2/#term-for-corner-clipping", + "https://www.w3.org/TR/css-contain-2/#term-for-propdef-background", + "https://www.w3.org/TR/css-contain-2/#term-for-canvas-background", + "https://www.w3.org/TR/css-contain-2/#term-for-border-edge", "https://www.w3.org/TR/css-contain-2/#term-for-forced-break", "https://www.w3.org/TR/css-contain-2/#term-for-fragmentation", "https://www.w3.org/TR/css-contain-2/#term-for-fragmentation-container", @@ -449,10 +546,14 @@ "https://www.w3.org/TR/css-contain-2/#term-for-fragmented-flow", "https://www.w3.org/TR/css-contain-2/#term-for-monolithic", "https://www.w3.org/TR/css-contain-2/#term-for-used-value", + "https://www.w3.org/TR/css-contain-2/#term-for-valdef-content-close-quote", + "https://www.w3.org/TR/css-contain-2/#term-for-valdef-content-no-close-quote", + "https://www.w3.org/TR/css-contain-2/#term-for-valdef-content-no-open-quote", + "https://www.w3.org/TR/css-contain-2/#term-for-valdef-content-open-quote", "https://www.w3.org/TR/css-contain-2/#term-for-atomic-inline", - "https://www.w3.org/TR/css-contain-2/#term-for-valdef-display-contents", "https://www.w3.org/TR/css-contain-2/#term-for-propdef-display", "https://www.w3.org/TR/css-contain-2/#term-for-establish-an-independent-formatting-context", + "https://www.w3.org/TR/css-contain-2/#term-for-initial-containing-block", "https://www.w3.org/TR/css-contain-2/#term-for-inline-level", "https://www.w3.org/TR/css-contain-2/#term-for-inner-display-type", "https://www.w3.org/TR/css-contain-2/#term-for-internal-ruby-box", @@ -462,10 +563,12 @@ "https://www.w3.org/TR/css-contain-2/#term-for-replaced-element", "https://www.w3.org/TR/css-contain-2/#term-for-valdef-display-table", "https://www.w3.org/TR/css-contain-2/#term-for-valdef-display-table-cell", + "https://www.w3.org/TR/css-contain-2/#term-for-propdef-visibility", "https://www.w3.org/TR/css-contain-2/#term-for-grid-track", "https://www.w3.org/TR/css-contain-2/#term-for-natural-aspect-ratio", - "https://www.w3.org/TR/css-contain-2/#term-for-natural-dimension", + "https://www.w3.org/TR/css-contain-2/#term-for-natural-dimensions", "https://www.w3.org/TR/css-contain-2/#term-for-natural-height", + "https://www.w3.org/TR/css-contain-2/#term-for-propdef-vertical-align", "https://www.w3.org/TR/css-contain-2/#term-for-propdef-counter-set", "https://www.w3.org/TR/css-contain-2/#term-for-valdef-overflow-clip", "https://www.w3.org/TR/css-contain-2/#term-for-ink-overflow", @@ -487,61 +590,80 @@ "https://www.w3.org/TR/css-contain-2/#term-for-flat-tree", "https://www.w3.org/TR/css-contain-2/#term-for-fit-content-size", "https://www.w3.org/TR/css-contain-2/#term-for-propdef-height", - "https://www.w3.org/TR/css-contain-2/#term-for-dfn-intrinsic-sizes", + "https://www.w3.org/TR/css-contain-2/#term-for-intrinsic-size", "https://www.w3.org/TR/css-contain-2/#term-for-valdef-width-max-content", "https://www.w3.org/TR/css-contain-2/#term-for-valdef-width-min-content", - "https://www.w3.org/TR/css-contain-2/#term-for-preferred-aspect-ratio", "https://www.w3.org/TR/css-contain-2/#term-for-sizing-property", "https://www.w3.org/TR/css-contain-2/#term-for-propdef-width", "https://www.w3.org/TR/css-contain-2/#term-for-propdef-aspect-ratio", "https://www.w3.org/TR/css-contain-2/#term-for-propdef-contain-intrinsic-size", + "https://www.w3.org/TR/css-contain-2/#term-for-preferred-aspect-ratio", + "https://www.w3.org/TR/css-contain-2/#term-for-style-change-event", "https://www.w3.org/TR/css-contain-2/#term-for-propdef-resize", "https://www.w3.org/TR/css-contain-2/#term-for-propdef-text-overflow", + "https://www.w3.org/TR/css-contain-2/#term-for-propdef-pointer-events", "https://www.w3.org/TR/css-contain-2/#term-for-css-wide-keywords", "https://www.w3.org/TR/css-contain-2/#term-for-comb-one", "https://www.w3.org/TR/css-contain-2/#term-for-comb-any", - "https://www.w3.org/TR/css-contain-2/#term-for-value-def-close-quote", + "https://www.w3.org/TR/css-contain-2/#term-for-propdef-direction", + "https://www.w3.org/TR/css-contain-2/#term-for-propdef-text-orientation", + "https://www.w3.org/TR/css-contain-2/#term-for-propdef-writing-mode", "https://www.w3.org/TR/css-contain-2/#term-for-propdef-content", "https://www.w3.org/TR/css-contain-2/#term-for-propdef-counter-increment", - "https://www.w3.org/TR/css-contain-2/#term-for-value-def-no-close-quote", - "https://www.w3.org/TR/css-contain-2/#term-for-value-def-no-open-quote", - "https://www.w3.org/TR/css-contain-2/#term-for-value-def-open-quote", "https://www.w3.org/TR/css-contain-2/#term-for-x43", - "https://www.w3.org/TR/css-contain-2/#term-for-propdef-vertical-align", - "https://www.w3.org/TR/css-contain-2/#term-for-propdef-visibility", "https://www.w3.org/TR/css-contain-2/#term-for-dom-element-getboundingclientrect", "https://www.w3.org/TR/css-contain-2/#term-for-dom-element-scrollintoview", + "https://www.w3.org/TR/css-contain-2/#term-for-event", + "https://www.w3.org/TR/css-contain-2/#term-for-dictdef-eventinit", + "https://www.w3.org/TR/css-contain-2/#term-for-funcdef-filter-blur", + "https://www.w3.org/TR/css-contain-2/#term-for-top-layer", + "https://www.w3.org/TR/css-contain-2/#term-for-the-body-element", + "https://www.w3.org/TR/css-contain-2/#term-for-dom-window-focus", + "https://www.w3.org/TR/css-contain-2/#term-for-the-html-element", "https://www.w3.org/TR/css-contain-2/#term-for-the-iframe-element", "https://www.w3.org/TR/css-contain-2/#term-for-dom-innertext", "https://www.w3.org/TR/css-contain-2/#term-for-update-the-rendering", "https://www.w3.org/TR/css-contain-2/#term-for-intersectionobserver", "https://www.w3.org/TR/css-contain-2/#term-for-intersectionobserver-intersection-root", "https://www.w3.org/TR/css-contain-2/#term-for-resizeobserver", - "https://www.w3.org/TR/css-contain-2/#term-for-PointerEventsProperty", "https://www.w3.org/TR/css-contain-2/#term-for-elementdef-svg", + "https://www.w3.org/TR/css-contain-2/#term-for-idl-DOMString", + "https://www.w3.org/TR/css-contain-2/#term-for-Exposed", + "https://www.w3.org/TR/css-contain-2/#term-for-idl-boolean", "https://www.w3.org/TR/css-contain-2/#references", "https://www.w3.org/TR/css-contain-2/#normative", "https://www.w3.org/TR/css-contain-2/#biblio-css-backgrounds-3", + "https://www.w3.org/TR/css-contain-2/#biblio-css-box-4", "https://www.w3.org/TR/css-contain-2/#biblio-css-break-3", - "https://www.w3.org/TR/css-contain-2/#biblio-css-cascade-4", + "https://www.w3.org/TR/css-contain-2/#biblio-css-cascade-5", "https://www.w3.org/TR/css-contain-2/#biblio-css-contain-1", + "https://www.w3.org/TR/css-contain-2/#biblio-css-content-3", "https://www.w3.org/TR/css-contain-2/#biblio-css-display-3", "https://www.w3.org/TR/css-contain-2/#biblio-css-images-3", + "https://www.w3.org/TR/css-contain-2/#biblio-css-inline-3", "https://www.w3.org/TR/css-contain-2/#biblio-css-lists-3", "https://www.w3.org/TR/css-contain-2/#biblio-css-overflow-3", "https://www.w3.org/TR/css-contain-2/#biblio-css-position-3", "https://www.w3.org/TR/css-contain-2/#biblio-css-pseudo-4", "https://www.w3.org/TR/css-contain-2/#biblio-css-scoping-1", "https://www.w3.org/TR/css-contain-2/#biblio-css-sizing-3", + "https://www.w3.org/TR/css-contain-2/#biblio-css-transitions-1", + "https://www.w3.org/TR/css-contain-2/#biblio-css-ui-3", + "https://www.w3.org/TR/css-contain-2/#biblio-css-ui-4", "https://www.w3.org/TR/css-contain-2/#biblio-css-values-3", "https://www.w3.org/TR/css-contain-2/#biblio-css-values-4", + "https://www.w3.org/TR/css-contain-2/#biblio-css-writing-modes-3", + "https://www.w3.org/TR/css-contain-2/#biblio-css-writing-modes-4", "https://www.w3.org/TR/css-contain-2/#biblio-css2", "https://www.w3.org/TR/css-contain-2/#biblio-cssom-view-1", + "https://www.w3.org/TR/css-contain-2/#biblio-dom", + "https://www.w3.org/TR/css-contain-2/#biblio-fullscreen", "https://www.w3.org/TR/css-contain-2/#biblio-html", "https://www.w3.org/TR/css-contain-2/#biblio-intersection-observer", "https://www.w3.org/TR/css-contain-2/#biblio-resize-observer-1", "https://www.w3.org/TR/css-contain-2/#biblio-rfc2119", "https://www.w3.org/TR/css-contain-2/#biblio-svg2", + "https://www.w3.org/TR/css-contain-2/#biblio-webidl", "https://www.w3.org/TR/css-contain-2/#informative", "https://www.w3.org/TR/css-contain-2/#biblio-css-grid-2", "https://www.w3.org/TR/css-contain-2/#biblio-css-multicol-1", @@ -549,9 +671,10 @@ "https://www.w3.org/TR/css-contain-2/#biblio-css-page-3", "https://www.w3.org/TR/css-contain-2/#biblio-css-regions-1", "https://www.w3.org/TR/css-contain-2/#biblio-css-sizing-4", - "https://www.w3.org/TR/css-contain-2/#biblio-css-ui-3", + "https://www.w3.org/TR/css-contain-2/#biblio-filter-effects-1", "https://www.w3.org/TR/css-contain-2/#property-index", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A2%E2%91%A2" + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-contain%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-contain-2/#ref-for-propdef-content-visibility%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/css-contain-2/#idl-index" ] } \ No newline at end of file diff --git a/tr/ids/entries-api.json b/tr/ids/entries-api.json index 578caf6dc8cf..673a58078f9b 100644 --- a/tr/ids/entries-api.json +++ b/tr/ids/entries-api.json @@ -7,8 +7,9 @@ "https://wicg.github.io/entries-api/#toc-nav", "https://wicg.github.io/entries-api/#toc-jump", "https://wicg.github.io/entries-api/#toc-toggle", + "https://wicg.github.io/entries-api/#speclogo", "https://wicg.github.io/entries-api/#title", - "https://wicg.github.io/entries-api/#profile-and-date", + "https://wicg.github.io/entries-api/#w3c-state", "https://wicg.github.io/entries-api/#abstract", "https://wicg.github.io/entries-api/#ref-for-htmlinputelement", "https://wicg.github.io/entries-api/#ref-for-datatransferitem", diff --git a/tr/ids/epub-33.json b/tr/ids/epub-33.json index b8a265c67621..6088b034b390 100644 --- a/tr/ids/epub-33.json +++ b/tr/ids/epub-33.json @@ -845,8 +845,10 @@ "https://www.w3.org/TR/epub-33/#attrdef-href", "https://www.w3.org/TR/epub-33/#x5-3-2-the-href-attribute", "https://www.w3.org/TR/epub-33/#ref-for-index-term-valid-url-string-1", - "https://www.w3.org/TR/epub-33/#example-linking-a-metadata-record", "https://www.w3.org/TR/epub-33/#ref-for-dfn-item-6", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-itemref-3", + "https://www.w3.org/TR/epub-33/#example-linking-a-metadata-record", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-item-7", "https://www.w3.org/TR/epub-33/#ref-for-dfn-link-3", "https://www.w3.org/TR/epub-33/#attrdef-id", "https://www.w3.org/TR/epub-33/#x5-3-3-the-id-attribute", @@ -861,8 +863,8 @@ "https://www.w3.org/TR/epub-33/#ref-for-dfn-dc-subject-2", "https://www.w3.org/TR/epub-33/#ref-for-dfn-dc-title-2", "https://www.w3.org/TR/epub-33/#ref-for-dfn-dc-type-1", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-item-7", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-itemref-3", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-item-8", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-itemref-4", "https://www.w3.org/TR/epub-33/#ref-for-dfn-link-4", "https://www.w3.org/TR/epub-33/#ref-for-dfn-manifest-2", "https://www.w3.org/TR/epub-33/#ref-for-dfn-meta-2", @@ -871,13 +873,13 @@ "https://www.w3.org/TR/epub-33/#attrdef-media-type", "https://www.w3.org/TR/epub-33/#x5-3-4-the-media-type-attribute", "https://www.w3.org/TR/epub-33/#example-adding-the-media-type-for-a-linked-record", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-item-8", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-item-9", "https://www.w3.org/TR/epub-33/#ref-for-dfn-link-5", "https://www.w3.org/TR/epub-33/#attrdef-properties", "https://www.w3.org/TR/epub-33/#x5-3-5-the-properties-attribute", "https://www.w3.org/TR/epub-33/#example-identifying-the-epub-navigation-document-in-the-manifest", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-item-9", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-itemref-4", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-item-10", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-itemref-5", "https://www.w3.org/TR/epub-33/#ref-for-dfn-link-6", "https://www.w3.org/TR/epub-33/#attrdef-refines", "https://www.w3.org/TR/epub-33/#x5-3-6-the-refines-attribute", @@ -1108,7 +1110,7 @@ "https://www.w3.org/TR/epub-33/#dfn-manifest", "https://www.w3.org/TR/epub-33/#ref-for-dfn-package-6", "https://www.w3.org/TR/epub-33/#ref-for-dfn-metadata-9", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-item-10", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-item-11", "https://www.w3.org/TR/epub-33/#confreq-rendition-manifest", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-55", "https://www.w3.org/TR/epub-33/#ref-for-dfn-container-resource-4", @@ -1185,7 +1187,7 @@ "https://www.w3.org/TR/epub-33/#dfn-spine", "https://www.w3.org/TR/epub-33/#ref-for-dfn-package-7", "https://www.w3.org/TR/epub-33/#ref-for-dfn-manifest-5", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-itemref-5", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-itemref-6", "https://www.w3.org/TR/epub-33/#confreq-pub-resource", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-24", "https://www.w3.org/TR/epub-33/#ref-for-dfn-foreign-content-document-16", @@ -1211,7 +1213,7 @@ "https://www.w3.org/TR/epub-33/#ref-for-dfn-spine-4", "https://www.w3.org/TR/epub-33/#attrdef-itemref-idref", "https://www.w3.org/TR/epub-33/#ref-for-index-term-id-4", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-item-11", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-item-12", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-manifest-7", "https://www.w3.org/TR/epub-33/#ref-for-index-term-idref-3", "https://www.w3.org/TR/epub-33/#confreq-spine-itemtypes", @@ -1250,20 +1252,37 @@ "https://www.w3.org/TR/epub-33/#sec-defining-collection-types", "https://www.w3.org/TR/epub-33/#x5-8-2-defining-collection-types-deprecated", "https://www.w3.org/TR/epub-33/#sec-pkg-legacy", - "https://www.w3.org/TR/epub-33/#x5-9-legacy-content", - "https://www.w3.org/TR/epub-33/#sec-opf2-meta", - "https://www.w3.org/TR/epub-33/#x5-9-1-the-meta-element", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-meta-8", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-54", - "https://www.w3.org/TR/epub-33/#h-note-55", + "https://www.w3.org/TR/epub-33/#x5-9-legacy-features", + "https://www.w3.org/TR/epub-33/#sec-pkg-legacy-intro", + "https://www.w3.org/TR/epub-33/#x5-9-1-introduction", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-65", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-35", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-item-12", + "https://www.w3.org/TR/epub-33/#pkg-legacy-support", + "https://www.w3.org/TR/epub-33/#x5-9-2-support", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-66", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-54", + "https://www.w3.org/TR/epub-33/#h-note-55", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-conformance-checker-4", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-51", + "https://www.w3.org/TR/epub-33/#sec-opf2-meta", + "https://www.w3.org/TR/epub-33/#x5-9-3-the-meta-element", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-36", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-55", + "https://www.w3.org/TR/epub-33/#h-note-56", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-meta-8", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-67", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-item-13", "https://www.w3.org/TR/epub-33/#sec-opf2-guide", - "https://www.w3.org/TR/epub-33/#x5-9-2-the-guide-element", + "https://www.w3.org/TR/epub-33/#x5-9-4-the-guide-element", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-37", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-56", + "https://www.w3.org/TR/epub-33/#h-note-57", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-navigation-document-5", "https://www.w3.org/TR/epub-33/#sec-opf2-ncx", - "https://www.w3.org/TR/epub-33/#x5-9-3-ncx", + "https://www.w3.org/TR/epub-33/#x5-9-5-ncx", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-38", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-57", + "https://www.w3.org/TR/epub-33/#h-note-58", "https://www.w3.org/TR/epub-33/#sec-contentdocs", "https://www.w3.org/TR/epub-33/#x6-epub-content-documents", "https://www.w3.org/TR/epub-33/#sec-xhtml", @@ -1279,33 +1298,33 @@ "https://www.w3.org/TR/epub-33/#ref-for-index-term-xml-syntax-3", "https://www.w3.org/TR/epub-33/#confreq-cd-html-docprops-html", "https://www.w3.org/TR/epub-33/#confreq-cd-html-docprops-schema", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-55", - "https://www.w3.org/TR/epub-33/#h-note-56", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-51", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-58", + "https://www.w3.org/TR/epub-33/#h-note-59", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-52", "https://www.w3.org/TR/epub-33/#sec-xhtml-extensions", "https://www.w3.org/TR/epub-33/#x6-1-3-html-extensions", "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-13", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-56", - "https://www.w3.org/TR/epub-33/#h-note-57", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-59", + "https://www.w3.org/TR/epub-33/#h-note-60", "https://www.w3.org/TR/epub-33/#ref-for-index-term-vendor-neutral-extensions-1", "https://www.w3.org/TR/epub-33/#sec-xhtml-structural-semantics", "https://www.w3.org/TR/epub-33/#x6-1-3-1-structural-semantics", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-66", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-68", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-type-1", "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-14", "https://www.w3.org/TR/epub-33/#ref-for-index-term-head-1", "https://www.w3.org/TR/epub-33/#sec-xhtml-rdfa", "https://www.w3.org/TR/epub-33/#x6-1-3-2-rdfa", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-67", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-69", "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-15", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-57", - "https://www.w3.org/TR/epub-33/#h-note-58", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-60", + "https://www.w3.org/TR/epub-33/#h-note-61", "https://www.w3.org/TR/epub-33/#ref-for-index-term-microdata-attributes-1", "https://www.w3.org/TR/epub-33/#ref-for-index-term-linked-data-1", "https://www.w3.org/TR/epub-33/#sec-xhtml-content-switch", "https://www.w3.org/TR/epub-33/#x6-1-3-3-content-switching-deprecated", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-68", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-36", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-70", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-39", "https://www.w3.org/TR/epub-33/#sec-xhtml-epub-trigger", "https://www.w3.org/TR/epub-33/#x6-1-3-4-the-epub-trigger-element-deprecated", "https://www.w3.org/TR/epub-33/#sec-xhtml-custom-attributes", @@ -1313,9 +1332,9 @@ "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-16", "https://www.w3.org/TR/epub-33/#ref-for-index-term-prefixed-1", "https://www.w3.org/TR/epub-33/#ref-for-index-term-domain-1", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-37", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-58", - "https://www.w3.org/TR/epub-33/#h-note-59", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-40", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-61", + "https://www.w3.org/TR/epub-33/#h-note-62", "https://www.w3.org/TR/epub-33/#sec-xhtml-deviations", "https://www.w3.org/TR/epub-33/#x6-1-4-html-deviations-and-constraints", "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-17", @@ -1327,21 +1346,21 @@ "https://www.w3.org/TR/epub-33/#ref-for-index-term-presentation-mathml-1", "https://www.w3.org/TR/epub-33/#math-cont", "https://www.w3.org/TR/epub-33/#confreq-mathml-annot-cont", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-69", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-71", "https://www.w3.org/TR/epub-33/#ref-for-index-term-content-mathml-1", "https://www.w3.org/TR/epub-33/#confreq-mathml-annot-cont-attrs", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-38", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-59", - "https://www.w3.org/TR/epub-33/#h-note-60", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-41", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-62", + "https://www.w3.org/TR/epub-33/#h-note-63", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-manifest-8", "https://www.w3.org/TR/epub-33/#sec-xhtml-svg", "https://www.w3.org/TR/epub-33/#x6-1-4-2-embedded-svg", "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-19", "https://www.w3.org/TR/epub-33/#ref-for-dfn-svg-content-document-4", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-60", - "https://www.w3.org/TR/epub-33/#h-note-61", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-63", + "https://www.w3.org/TR/epub-33/#h-note-64", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-manifest-9", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-item-13", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-item-14", "https://www.w3.org/TR/epub-33/#sec-xhtml-deviations-discouraged", "https://www.w3.org/TR/epub-33/#x6-1-4-3-discouraged-constructs", "https://www.w3.org/TR/epub-33/#sec-xhtml-deviations-base", @@ -1349,46 +1368,46 @@ "https://www.w3.org/TR/epub-33/#confreq-html-vocab-base", "https://www.w3.org/TR/epub-33/#ref-for-index-term-base-element-1", "https://www.w3.org/TR/epub-33/#ref-for-index-term-document-base-url-1", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-52", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-53", "https://www.w3.org/TR/epub-33/#ref-for-dfn-remote-resource-7", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-39", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-70", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-42", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-72", "https://www.w3.org/TR/epub-33/#sec-xhtml-deviations-rp", "https://www.w3.org/TR/epub-33/#x6-1-4-3-2-the-rp-element", "https://www.w3.org/TR/epub-33/#confreq-html-vocab-rp", "https://www.w3.org/TR/epub-33/#ref-for-index-term-rp-element-1", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-40", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-71", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-43", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-73", "https://www.w3.org/TR/epub-33/#sec-xhtml-deviations-embed", "https://www.w3.org/TR/epub-33/#x6-1-4-3-3-the-embed-element", "https://www.w3.org/TR/epub-33/#confreq-html-vocab-embed", "https://www.w3.org/TR/epub-33/#ref-for-index-term-embed-element-1", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-41", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-72", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-44", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-74", "https://www.w3.org/TR/epub-33/#ref-for-index-term-object-type-1", "https://www.w3.org/TR/epub-33/#sec-svg", "https://www.w3.org/TR/epub-33/#x6-2-svg-content-documents", "https://www.w3.org/TR/epub-33/#caution-3", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-42", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-73", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-45", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-75", "https://www.w3.org/TR/epub-33/#sec-svg-intro", "https://www.w3.org/TR/epub-33/#x6-2-1-introduction", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-74", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-76", "https://www.w3.org/TR/epub-33/#ref-for-dfn-top-level-content-document-4", "https://www.w3.org/TR/epub-33/#ref-for-dfn-svg-content-document-5", "https://www.w3.org/TR/epub-33/#ref-for-dfn-core-media-type-resource-12", "https://www.w3.org/TR/epub-33/#ref-for-dfn-svg-content-document-6", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-61", - "https://www.w3.org/TR/epub-33/#h-note-62", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-64", + "https://www.w3.org/TR/epub-33/#h-note-65", "https://www.w3.org/TR/epub-33/#sec-svg-req", "https://www.w3.org/TR/epub-33/#x6-2-2-svg-requirements", "https://www.w3.org/TR/epub-33/#ref-for-dfn-svg-content-document-7", "https://www.w3.org/TR/epub-33/#confreq-cd-svg-docprops-schema", "https://www.w3.org/TR/epub-33/#confreq-svg-structural-semantics", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-type-2", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-62", - "https://www.w3.org/TR/epub-33/#h-note-63", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-53", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-65", + "https://www.w3.org/TR/epub-33/#h-note-66", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-54", "https://www.w3.org/TR/epub-33/#sec-svg-restrictions", "https://www.w3.org/TR/epub-33/#x6-2-3-restrictions-on-svg", "https://www.w3.org/TR/epub-33/#ref-for-dfn-svg-content-document-8", @@ -1396,16 +1415,16 @@ "https://www.w3.org/TR/epub-33/#confreq-svg-foreignObject-xhtml-content", "https://www.w3.org/TR/epub-33/#ref-for-index-term-flow-content-2", "https://www.w3.org/TR/epub-33/#ref-for-index-term-body-1", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-63", - "https://www.w3.org/TR/epub-33/#h-note-64", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-66", + "https://www.w3.org/TR/epub-33/#h-note-67", "https://www.w3.org/TR/epub-33/#ref-for-index-term-restrictions-on-svg-1", "https://www.w3.org/TR/epub-33/#confreq-svg-foreignObject-xhtml-frag", "https://www.w3.org/TR/epub-33/#confreq-svg-title", "https://www.w3.org/TR/epub-33/#ref-for-index-term-title-element-1", "https://www.w3.org/TR/epub-33/#ref-for-index-term-html-namespace-1", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-64", - "https://www.w3.org/TR/epub-33/#h-note-65", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-75", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-67", + "https://www.w3.org/TR/epub-33/#h-note-68", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-77", "https://www.w3.org/TR/epub-33/#sec-common-resource-req", "https://www.w3.org/TR/epub-33/#x6-3-common-resource-requirements", "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-20", @@ -1414,9 +1433,9 @@ "https://www.w3.org/TR/epub-33/#x6-3-1-cascading-style-sheets-css", "https://www.w3.org/TR/epub-33/#sec-css-intro", "https://www.w3.org/TR/epub-33/#x6-3-1-1-introduction", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-65", - "https://www.w3.org/TR/epub-33/#h-note-66", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-43", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-68", + "https://www.w3.org/TR/epub-33/#h-note-69", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-46", "https://www.w3.org/TR/epub-33/#sec-css-req", "https://www.w3.org/TR/epub-33/#x6-3-1-2-css-requirements", "https://www.w3.org/TR/epub-33/#confreq-css-props", @@ -1426,18 +1445,18 @@ "https://www.w3.org/TR/epub-33/#ref-for-index-term-unicode-bidi-property-1", "https://www.w3.org/TR/epub-33/#confreq-css-prefixed", "https://www.w3.org/TR/epub-33/#confreq-css-encoding", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-66", - "https://www.w3.org/TR/epub-33/#h-note-67", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-44", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-76", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-69", + "https://www.w3.org/TR/epub-33/#h-note-70", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-47", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-78", "https://www.w3.org/TR/epub-33/#ref-for-index-term-dir-attribute-for-html-global-element-1", "https://www.w3.org/TR/epub-33/#ref-for-index-term-bdo-element-1", "https://www.w3.org/TR/epub-33/#ref-for-index-term-dir-attribute-for-html-global-element-2", "https://www.w3.org/TR/epub-33/#sec-css-prefixed", "https://www.w3.org/TR/epub-33/#x6-3-1-3-prefixed-properties", "https://www.w3.org/TR/epub-33/#caution-4", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-77", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-45", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-79", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-48", "https://www.w3.org/TR/epub-33/#sec-scripted-content", "https://www.w3.org/TR/epub-33/#x6-3-2-scripting", "https://www.w3.org/TR/epub-33/#sec-scripted-support", @@ -1448,27 +1467,27 @@ "https://www.w3.org/TR/epub-33/#ref-for-index-term-forms-element-2", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-manifest-10", "https://www.w3.org/TR/epub-33/#ref-for-index-term-data-blocks-2", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-67", - "https://www.w3.org/TR/epub-33/#h-note-68", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-78", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-46", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-70", + "https://www.w3.org/TR/epub-33/#h-note-71", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-80", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-49", "https://www.w3.org/TR/epub-33/#ref-for-index-term-origin-1", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-54", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-55", "https://www.w3.org/TR/epub-33/#ref-for-index-term-scripting-1", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-68", - "https://www.w3.org/TR/epub-33/#h-note-69", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-71", + "https://www.w3.org/TR/epub-33/#h-note-72", "https://www.w3.org/TR/epub-33/#sec-scripted-context", "https://www.w3.org/TR/epub-33/#x6-3-2-2-scripting-contexts", "https://www.w3.org/TR/epub-33/#ref-for-index-term-iframe-element-3", "https://www.w3.org/TR/epub-33/#ref-for-dfn-top-level-content-document-5", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-69", - "https://www.w3.org/TR/epub-33/#h-note-70", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-47", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-72", + "https://www.w3.org/TR/epub-33/#h-note-73", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-50", "https://www.w3.org/TR/epub-33/#ref-for-index-term-object-type-2", "https://www.w3.org/TR/epub-33/#ref-for-index-term-scripting-2", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-79", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-70", - "https://www.w3.org/TR/epub-33/#h-note-71", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-81", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-73", + "https://www.w3.org/TR/epub-33/#h-note-74", "https://www.w3.org/TR/epub-33/#sec-scripted-container-constrained", "https://www.w3.org/TR/epub-33/#x6-3-2-2-1-container-constrained-scripts", "https://www.w3.org/TR/epub-33/#ref-for-index-term-script-element-3", @@ -1478,28 +1497,28 @@ "https://www.w3.org/TR/epub-33/#ref-for-index-term-iframe-element-5", "https://www.w3.org/TR/epub-33/#confreq-cd-scripted-container", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-29", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-80", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-82", "https://www.w3.org/TR/epub-33/#ref-for-index-term-scripting-3", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-48", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-51", "https://www.w3.org/TR/epub-33/#ref-for-dfn-fixed-layout-document-1", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-71", - "https://www.w3.org/TR/epub-33/#h-note-72", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-74", + "https://www.w3.org/TR/epub-33/#h-note-75", "https://www.w3.org/TR/epub-33/#sec-scripted-spine", "https://www.w3.org/TR/epub-33/#x6-3-2-2-2-spine-level-scripts", "https://www.w3.org/TR/epub-33/#ref-for-index-term-script-element-4", "https://www.w3.org/TR/epub-33/#ref-for-dfn-top-level-content-document-6", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-81", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-49", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-83", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-52", "https://www.w3.org/TR/epub-33/#ref-for-index-term-fixed-layout-documents-1", "https://www.w3.org/TR/epub-33/#ref-for-index-term-reflowable-documents-set-to-scroll-1", "https://www.w3.org/TR/epub-33/#confreq-cd-scripted-spine", "https://www.w3.org/TR/epub-33/#ref-for-dfn-top-level-content-document-7", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-55", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-56", "https://www.w3.org/TR/epub-33/#sec-scripted-content-events", "https://www.w3.org/TR/epub-33/#x6-3-2-3-event-model", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-82", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-50", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-56", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-84", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-53", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-57", "https://www.w3.org/TR/epub-33/#sec-scripted-a11y", "https://www.w3.org/TR/epub-33/#x6-3-2-4-scripting-accessibility", "https://www.w3.org/TR/epub-33/#confreq-cd-scripted-a11y", @@ -1511,19 +1530,25 @@ "https://www.w3.org/TR/epub-33/#ref-for-index-term-object-type-3", "https://www.w3.org/TR/epub-33/#ref-for-index-term-canvas-element-1", "https://www.w3.org/TR/epub-33/#confreq-cd-scripted-foreign-resources", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-83", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-85", "https://www.w3.org/TR/epub-33/#sec-nav", "https://www.w3.org/TR/epub-33/#x7-epub-navigation-document", "https://www.w3.org/TR/epub-33/#sec-nav-intro", "https://www.w3.org/TR/epub-33/#x7-1-introduction", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-navigation-document-6", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-57", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-84", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-58", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-86", "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-23", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-51", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-54", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-spine-16", + "https://www.w3.org/TR/epub-33/#sec-nav-content-req", + "https://www.w3.org/TR/epub-33/#x7-2-navigation-document-requirements", + "https://www.w3.org/TR/epub-33/#confreq-navdoc-xhtml", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-24", + "https://www.w3.org/TR/epub-33/#confreq-navdoc-navs", + "https://www.w3.org/TR/epub-33/#confreq-navdoc-toc", "https://www.w3.org/TR/epub-33/#sec-nav-def-model", - "https://www.w3.org/TR/epub-33/#x7-2-the-nav-element-restrictions", + "https://www.w3.org/TR/epub-33/#x7-3-the-nav-element-restrictions", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-type-3", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-navigation-document-7", "https://www.w3.org/TR/epub-33/#ref-for-index-term-nav-element-1", @@ -1540,7 +1565,7 @@ "https://www.w3.org/TR/epub-33/#ref-for-index-term-phrasing-content-1", "https://www.w3.org/TR/epub-33/#confreq-nav-ol", "https://www.w3.org/TR/epub-33/#confreq-nav-a", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-85", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-87", "https://www.w3.org/TR/epub-33/#confreq-nav-a-cnt", "https://www.w3.org/TR/epub-33/#confreq-nav-a-title", "https://www.w3.org/TR/epub-33/#ref-for-index-term-embedded-content-3", @@ -1554,87 +1579,86 @@ "https://www.w3.org/TR/epub-33/#confreq-nav-sublist", "https://www.w3.org/TR/epub-33/#example-basic-patterns-of-a-navigation-element", "https://www.w3.org/TR/epub-33/#confreq-cd-nav-docprops-spine", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-24", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-25", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-spine-17", "https://www.w3.org/TR/epub-33/#confreq-nav-ol-style", "https://www.w3.org/TR/epub-33/#sec-nav-def-types", - "https://www.w3.org/TR/epub-33/#x7-3-the-nav-element-types", + "https://www.w3.org/TR/epub-33/#x7-4-the-nav-element-types", "https://www.w3.org/TR/epub-33/#sec-nav-def-types-intro", - "https://www.w3.org/TR/epub-33/#x7-3-1-introduction", + "https://www.w3.org/TR/epub-33/#x7-4-1-introduction", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-navigation-document-8", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-type-4", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-86", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-88", "https://www.w3.org/TR/epub-33/#sec-nav-toc", - "https://www.w3.org/TR/epub-33/#x7-3-2-the-toc-nav-element", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-navigation-document-9", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-87", + "https://www.w3.org/TR/epub-33/#x7-4-2-the-toc-nav-element", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-89", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-spine-18", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-32", "https://www.w3.org/TR/epub-33/#sec-nav-pagelist", - "https://www.w3.org/TR/epub-33/#x7-3-3-the-page-list-nav-element", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-58", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-navigation-document-10", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-88", + "https://www.w3.org/TR/epub-33/#x7-4-3-the-page-list-nav-element", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-59", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-navigation-document-9", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-90", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-33", "https://www.w3.org/TR/epub-33/#ref-for-index-term-pagebreak-term-1", "https://www.w3.org/TR/epub-33/#sec-nav-landmarks", - "https://www.w3.org/TR/epub-33/#x7-3-4-the-landmarks-nav-element", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-52", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-navigation-document-11", + "https://www.w3.org/TR/epub-33/#x7-4-4-the-landmarks-nav-element", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-55", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-navigation-document-10", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-type-5", "https://www.w3.org/TR/epub-33/#example-a-basic-landmarks-nav", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-89", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-91", "https://www.w3.org/TR/epub-33/#ref-for-index-term-bodymatter-1", "https://www.w3.org/TR/epub-33/#ref-for-index-term-toc-1", "https://www.w3.org/TR/epub-33/#sec-nav-def-types-other", - "https://www.w3.org/TR/epub-33/#x7-3-5-other-nav-elements", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-navigation-document-12", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-53", + "https://www.w3.org/TR/epub-33/#x7-4-5-other-nav-elements", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-navigation-document-11", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-56", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-type-6", "https://www.w3.org/TR/epub-33/#example-adding-a-custom-navigation-element", "https://www.w3.org/TR/epub-33/#sec-nav-doc-use-spine", - "https://www.w3.org/TR/epub-33/#x7-4-using-in-the-spine", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-navigation-document-13", + "https://www.w3.org/TR/epub-33/#x7-5-using-in-the-spine", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-navigation-document-12", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-spine-19", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-90", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-54", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-92", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-57", "https://www.w3.org/TR/epub-33/#ref-for-dfn-viewport-3", "https://www.w3.org/TR/epub-33/#ref-for-index-term-hidden-attribute-for-html-global-element-1", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-72", - "https://www.w3.org/TR/epub-33/#h-note-73", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-75", + "https://www.w3.org/TR/epub-33/#h-note-76", "https://www.w3.org/TR/epub-33/#example-hiding-a-nav-element-in-spine", "https://www.w3.org/TR/epub-33/#example-hiding-branches-of-a-nav-element", "https://www.w3.org/TR/epub-33/#sec-rendering-control", "https://www.w3.org/TR/epub-33/#x8-layout-rendering-control", "https://www.w3.org/TR/epub-33/#sec-general-rendering-intro", "https://www.w3.org/TR/epub-33/#x8-1-introduction", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-91", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-55", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-93", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-58", "https://www.w3.org/TR/epub-33/#sec-fixed-layouts", "https://www.w3.org/TR/epub-33/#x8-2-fixed-layouts", "https://www.w3.org/TR/epub-33/#fxl-intro", "https://www.w3.org/TR/epub-33/#x8-2-1-introduction", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-59", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-60", "https://www.w3.org/TR/epub-33/#ref-for-index-term-rendering-and-css-1", "https://www.w3.org/TR/epub-33/#ref-for-dfn-fixed-layout-document-2", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-92", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-56", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-94", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-59", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-34", "https://www.w3.org/TR/epub-33/#note-mechanisms", - "https://www.w3.org/TR/epub-33/#h-note-74", + "https://www.w3.org/TR/epub-33/#h-note-77", "https://www.w3.org/TR/epub-33/#sec-fxl-package", "https://www.w3.org/TR/epub-33/#x8-2-2-fixed-layout-package-settings", "https://www.w3.org/TR/epub-33/#layout", "https://www.w3.org/TR/epub-33/#x8-2-2-1-layout", "https://www.w3.org/TR/epub-33/#property-layout-global", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-93", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-95", "https://www.w3.org/TR/epub-33/#def-layout-reflowable", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-57", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-60", "https://www.w3.org/TR/epub-33/#def-layout-pre-paginated", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-spine-20", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-itemref-6", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-itemref-7", "https://www.w3.org/TR/epub-33/#uaag", - "https://www.w3.org/TR/epub-33/#h-note-75", + "https://www.w3.org/TR/epub-33/#h-note-78", "https://www.w3.org/TR/epub-33/#ref-for-index-term-guideline-1-4-provide-text-configuration-1", "https://www.w3.org/TR/epub-33/#fxl-layout-duplication", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-35", @@ -1643,46 +1667,46 @@ "https://www.w3.org/TR/epub-33/#layout-overrides", "https://www.w3.org/TR/epub-33/#x8-2-2-1-1-layout-overrides", "https://www.w3.org/TR/epub-33/#property-layout-local", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-94", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-96", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-spine-21", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-itemref-7", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-itemref-8", "https://www.w3.org/TR/epub-33/#layout-pre-paginated", "https://www.w3.org/TR/epub-33/#layout-reflowable", "https://www.w3.org/TR/epub-33/#orientation", "https://www.w3.org/TR/epub-33/#x8-2-2-2-orientation", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-95", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-97", "https://www.w3.org/TR/epub-33/#property-orientation-global", "https://www.w3.org/TR/epub-33/#ref-for-dfn-meta-9", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-spine-22", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-96", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-58", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-98", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-61", "https://www.w3.org/TR/epub-33/#fxl-orientation-duplication", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-36", "https://www.w3.org/TR/epub-33/#fxl-ex2", "https://www.w3.org/TR/epub-33/#orientation-overrides", "https://www.w3.org/TR/epub-33/#x8-2-2-2-1-orientation-overrides", "https://www.w3.org/TR/epub-33/#property-orientation-local", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-97", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-99", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-spine-23", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-itemref-8", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-itemref-9", "https://www.w3.org/TR/epub-33/#orientation-auto", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-59", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-62", "https://www.w3.org/TR/epub-33/#orientation-landscape", "https://www.w3.org/TR/epub-33/#orientation-portrait", "https://www.w3.org/TR/epub-33/#spread", "https://www.w3.org/TR/epub-33/#x8-2-2-3-synthetic-spreads", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-60", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-63", "https://www.w3.org/TR/epub-33/#property-spread-global", "https://www.w3.org/TR/epub-33/#ref-for-dfn-synthetic-spread-1", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-98", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-100", "https://www.w3.org/TR/epub-33/#ref-for-dfn-viewport-4", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-37", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-73", - "https://www.w3.org/TR/epub-33/#h-note-76", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-25", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-76", + "https://www.w3.org/TR/epub-33/#h-note-79", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-26", "https://www.w3.org/TR/epub-33/#ref-for-dfn-svg-content-document-11", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-74", - "https://www.w3.org/TR/epub-33/#h-note-77", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-77", + "https://www.w3.org/TR/epub-33/#h-note-80", "https://www.w3.org/TR/epub-33/#ref-for-dfn-spine-5", "https://www.w3.org/TR/epub-33/#spread-none-example", "https://www.w3.org/TR/epub-33/#spread-none-figure", @@ -1699,29 +1723,29 @@ "https://www.w3.org/TR/epub-33/#spread-overrides", "https://www.w3.org/TR/epub-33/#x8-2-2-3-1-synthetic-spread-overrides", "https://www.w3.org/TR/epub-33/#property-spread-local", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-99", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-101", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-spine-24", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-itemref-9", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-itemref-10", "https://www.w3.org/TR/epub-33/#spread-auto", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-61", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-64", "https://www.w3.org/TR/epub-33/#spread-both", "https://www.w3.org/TR/epub-33/#spread-landscape", "https://www.w3.org/TR/epub-33/#spread-none", "https://www.w3.org/TR/epub-33/#spread-portrait", "https://www.w3.org/TR/epub-33/#page-spread", "https://www.w3.org/TR/epub-33/#x8-2-2-4-spread-placement", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-62", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-65", "https://www.w3.org/TR/epub-33/#ref-for-dfn-synthetic-spread-2", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-38", "https://www.w3.org/TR/epub-33/#ref-for-dfn-viewport-5", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-39", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-100", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-102", "https://www.w3.org/TR/epub-33/#page-spread-center", "https://www.w3.org/TR/epub-33/#fxl-page-spread-left", "https://www.w3.org/TR/epub-33/#fxl-page-spread-right", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-spine-25", "https://www.w3.org/TR/epub-33/#note-page-spread-aliases", - "https://www.w3.org/TR/epub-33/#h-note-78", + "https://www.w3.org/TR/epub-33/#h-note-81", "https://www.w3.org/TR/epub-33/#spread-page-spread-right-example", "https://www.w3.org/TR/epub-33/#spread-page-spread-right-figure", "https://www.w3.org/TR/epub-33/#spread-page-spread-right-diagram", @@ -1729,8 +1753,8 @@ "https://www.w3.org/TR/epub-33/#fxl-ex6", "https://www.w3.org/TR/epub-33/#viewport", "https://www.w3.org/TR/epub-33/#x8-2-2-5-viewport-dimensions-deprecated", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-101", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-26", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-103", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-27", "https://www.w3.org/TR/epub-33/#ref-for-dfn-svg-content-document-12", "https://www.w3.org/TR/epub-33/#sec-fxl-content-dimensions", "https://www.w3.org/TR/epub-33/#x8-2-2-6-content-document-dimensions", @@ -1744,18 +1768,18 @@ "https://www.w3.org/TR/epub-33/#sec-fxl-icb-svg", "https://www.w3.org/TR/epub-33/#ref-for-dfn-fixed-layout-document-6", "https://www.w3.org/TR/epub-33/#example-specifying-the-initial-containing-block-in-the-viewbox-attribute", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-75", - "https://www.w3.org/TR/epub-33/#h-note-79", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-78", + "https://www.w3.org/TR/epub-33/#h-note-82", "https://www.w3.org/TR/epub-33/#sec-reflowable-layouts", "https://www.w3.org/TR/epub-33/#x8-3-reflowable-layouts", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-40", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-60", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-61", "https://www.w3.org/TR/epub-33/#ref-for-dfn-viewport-7", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-102", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-104", "https://www.w3.org/TR/epub-33/#flow", "https://www.w3.org/TR/epub-33/#x8-3-1-the-rendition-flow-property", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-103", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-63", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-105", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-66", "https://www.w3.org/TR/epub-33/#property-flow-global", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-spine-26", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-41", @@ -1763,7 +1787,7 @@ "https://www.w3.org/TR/epub-33/#paginated-dd", "https://www.w3.org/TR/epub-33/#scrolled-continuous", "https://www.w3.org/TR/epub-33/#scrolled-continuous-dd", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-61", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-62", "https://www.w3.org/TR/epub-33/#scrolled-doc", "https://www.w3.org/TR/epub-33/#scrolled-doc-dd", "https://www.w3.org/TR/epub-33/#auto", @@ -1780,33 +1804,33 @@ "https://www.w3.org/TR/epub-33/#layout-property-flow-overrides", "https://www.w3.org/TR/epub-33/#x8-3-1-1-spine-overrides", "https://www.w3.org/TR/epub-33/#layout-property-flow-local", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-104", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-106", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-spine-27", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-itemref-10", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-itemref-11", "https://www.w3.org/TR/epub-33/#flow-auto", "https://www.w3.org/TR/epub-33/#flow-paginated", "https://www.w3.org/TR/epub-33/#flow-scrolled-continuous", "https://www.w3.org/TR/epub-33/#flow-scrolled-doc", "https://www.w3.org/TR/epub-33/#property-flow-ex1", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-62", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-63", "https://www.w3.org/TR/epub-33/#align-x-center", "https://www.w3.org/TR/epub-33/#x8-3-2-the-rendition-align-x-center-property", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-spine-28", "https://www.w3.org/TR/epub-33/#ref-for-dfn-viewport-8", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-42", "https://www.w3.org/TR/epub-33/#ref-for-dfn-meta-10", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-itemref-11", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-76", - "https://www.w3.org/TR/epub-33/#h-note-80", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-105", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-itemref-12", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-79", + "https://www.w3.org/TR/epub-33/#h-note-83", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-107", "https://www.w3.org/TR/epub-33/#sec-media-overlays", "https://www.w3.org/TR/epub-33/#x9-media-overlays", "https://www.w3.org/TR/epub-33/#sec-overlays-introduction", "https://www.w3.org/TR/epub-33/#x9-1-introduction", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-106", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-108", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-43", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-64", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-63", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-67", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-64", "https://www.w3.org/TR/epub-33/#sec-overlay-docs", "https://www.w3.org/TR/epub-33/#x9-2-media-overlay-documents", "https://www.w3.org/TR/epub-33/#sec-overlay-req", @@ -1891,12 +1915,12 @@ "https://www.w3.org/TR/epub-33/#ref-for-index-term-path-relative-scheme-less-url-string-8", "https://www.w3.org/TR/epub-33/#ref-for-index-term-url-fragment-string-5", "https://www.w3.org/TR/epub-33/#ref-for-index-term-id-9", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-77", - "https://www.w3.org/TR/epub-33/#h-note-81", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-107", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-80", + "https://www.w3.org/TR/epub-33/#h-note-84", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-109", "https://www.w3.org/TR/epub-33/#ref-for-index-term-palpable-content-1", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-78", - "https://www.w3.org/TR/epub-33/#h-note-82", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-81", + "https://www.w3.org/TR/epub-33/#h-note-85", "https://www.w3.org/TR/epub-33/#ref-for-index-term-video-element-2", "https://www.w3.org/TR/epub-33/#sec-smil-audio-elem", "https://www.w3.org/TR/epub-33/#x9-2-2-8-the-audio-element", @@ -1914,7 +1938,7 @@ "https://www.w3.org/TR/epub-33/#x9-3-creating-media-overlays", "https://www.w3.org/TR/epub-33/#sec-docs-intro", "https://www.w3.org/TR/epub-33/#x9-3-1-introduction", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-108", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-110", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-51", "https://www.w3.org/TR/epub-33/#ref-for-dfn-body-4", "https://www.w3.org/TR/epub-33/#ref-for-dfn-seq-6", @@ -1925,11 +1949,11 @@ "https://www.w3.org/TR/epub-33/#example-a-basic-media-overlay-document-containing-a-sequence-of-phrases", "https://www.w3.org/TR/epub-33/#sec-docs-relations", "https://www.w3.org/TR/epub-33/#x9-3-2-relationship-to-the-epub-content-document", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-79", - "https://www.w3.org/TR/epub-33/#h-note-83", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-82", + "https://www.w3.org/TR/epub-33/#h-note-86", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-52", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-27", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-109", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-28", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-111", "https://www.w3.org/TR/epub-33/#ref-for-dfn-svg-content-document-13", "https://www.w3.org/TR/epub-33/#sec-media-overlays-structure", "https://www.w3.org/TR/epub-33/#x9-3-2-1-overlay-structure", @@ -1937,26 +1961,26 @@ "https://www.w3.org/TR/epub-33/#ref-for-dfn-media-overlay-document-8", "https://www.w3.org/TR/epub-33/#ref-for-dfn-par-7", "https://www.w3.org/TR/epub-33/#ref-for-dfn-seq-7", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-65", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-68", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-53", "https://www.w3.org/TR/epub-33/#ref-for-dfn-text-3", "https://www.w3.org/TR/epub-33/#ref-for-dfn-audio-4", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-110", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-66", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-80", - "https://www.w3.org/TR/epub-33/#h-note-84", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-112", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-69", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-83", + "https://www.w3.org/TR/epub-33/#h-note-87", "https://www.w3.org/TR/epub-33/#example-mo-nesting", "https://www.w3.org/TR/epub-33/#sec-media-overlays-fragids", "https://www.w3.org/TR/epub-33/#x9-3-2-2-referencing-document-fragments", "https://www.w3.org/TR/epub-33/#ref-for-dfn-text-4", "https://www.w3.org/TR/epub-33/#ref-for-index-term-url-fragment-string-6", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-54", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-28", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-29", "https://www.w3.org/TR/epub-33/#ref-for-dfn-svg-content-document-14", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-67", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-70", "https://www.w3.org/TR/epub-33/#sec-media-overlays-granularity", "https://www.w3.org/TR/epub-33/#x9-3-2-3-overlay-granularity", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-111", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-113", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-55", "https://www.w3.org/TR/epub-33/#ref-for-dfn-text-5", "https://www.w3.org/TR/epub-33/#ref-for-dfn-seq-8", @@ -1964,35 +1988,35 @@ "https://www.w3.org/TR/epub-33/#ref-for-dfn-media-overlay-document-9", "https://www.w3.org/TR/epub-33/#sec-tts", "https://www.w3.org/TR/epub-33/#x9-3-2-4-text-to-speech-rendering", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-64", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-65", "https://www.w3.org/TR/epub-33/#ref-for-dfn-par-8", "https://www.w3.org/TR/epub-33/#ref-for-dfn-audio-5", "https://www.w3.org/TR/epub-33/#ref-for-dfn-text-6", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-81", - "https://www.w3.org/TR/epub-33/#h-note-85", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-84", + "https://www.w3.org/TR/epub-33/#h-note-88", "https://www.w3.org/TR/epub-33/#ref-for-index-term-epub-3-text-to-speech-support-1", "https://www.w3.org/TR/epub-33/#sec-docs-structural-semantic", "https://www.w3.org/TR/epub-33/#x9-3-3-structural-semantics-in-overlays", "https://www.w3.org/TR/epub-33/#ref-for-dfn-media-overlay-document-10", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-112", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-114", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-type-7", "https://www.w3.org/TR/epub-33/#ref-for-dfn-par-9", "https://www.w3.org/TR/epub-33/#ref-for-dfn-seq-9", "https://www.w3.org/TR/epub-33/#ref-for-dfn-body-6", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-68", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-71", "https://www.w3.org/TR/epub-33/#ref-for-index-term-table-reading-mode-1", "https://www.w3.org/TR/epub-33/#ref-for-dfn-media-overlay-document-11", "https://www.w3.org/TR/epub-33/#example-semantic-markup-for-a-media-overlay-document-containing-a-figure", "https://www.w3.org/TR/epub-33/#sec-docs-assoc-style", "https://www.w3.org/TR/epub-33/#x9-3-4-associating-style-information", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-113", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-115", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-56", "https://www.w3.org/TR/epub-33/#ref-for-dfn-package-document-27", "https://www.w3.org/TR/epub-33/#ref-for-dfn-media-overlay-document-12", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-69", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-65", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-72", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-66", "https://www.w3.org/TR/epub-33/#example-associating-style-information-with-the-currently-playing-epub-content-document", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-29", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-30", "https://www.w3.org/TR/epub-33/#ref-for-index-term-html-element-1", "https://www.w3.org/TR/epub-33/#ref-for-dfn-svg-content-document-15", "https://www.w3.org/TR/epub-33/#ref-for-index-term-svg-element-1", @@ -2003,83 +2027,83 @@ "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-57", "https://www.w3.org/TR/epub-33/#ref-for-dfn-media-overlay-document-13", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-manifest-11", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-item-14", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-item-15", "https://www.w3.org/TR/epub-33/#ref-for-index-term-id-11", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-114", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-116", "https://www.w3.org/TR/epub-33/#example-entries-for-an-epub-content-document-and-its-associated-media-overlay-document-in-the-package-document-manifest", "https://www.w3.org/TR/epub-33/#sec-mo-package-metadata", "https://www.w3.org/TR/epub-33/#x9-3-5-2-overlays-package-metadata", "https://www.w3.org/TR/epub-33/#total-duration", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-115", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-66", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-117", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-67", "https://www.w3.org/TR/epub-33/#ref-for-dfn-package-document-28", "https://www.w3.org/TR/epub-33/#ref-for-dfn-meta-11", "https://www.w3.org/TR/epub-33/#ref-for-dfn-media-overlay-document-14", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-manifest-12", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-item-15", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-82", - "https://www.w3.org/TR/epub-33/#h-note-86", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-116", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-item-16", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-85", + "https://www.w3.org/TR/epub-33/#h-note-89", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-118", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-58", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-83", - "https://www.w3.org/TR/epub-33/#h-note-87", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-86", + "https://www.w3.org/TR/epub-33/#h-note-90", "https://www.w3.org/TR/epub-33/#example-media-overlays-metadata-in-the-package-document", "https://www.w3.org/TR/epub-33/#sec-behaviors-skip-escape", "https://www.w3.org/TR/epub-33/#x9-4-skippability-and-escapability", "https://www.w3.org/TR/epub-33/#sec-skippability", "https://www.w3.org/TR/epub-33/#x9-4-1-skippability", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-70", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-117", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-73", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-119", "https://www.w3.org/TR/epub-33/#ref-for-index-term-footnote-1", "https://www.w3.org/TR/epub-33/#ref-for-index-term-endnote-1", "https://www.w3.org/TR/epub-33/#ref-for-index-term-pagebreak-term-2", "https://www.w3.org/TR/epub-33/#example-media-overlay-document-with-a-page-break", "https://www.w3.org/TR/epub-33/#sec-escapability", "https://www.w3.org/TR/epub-33/#x9-4-2-escapability", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-118", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-120", "https://www.w3.org/TR/epub-33/#ref-for-index-term-table-1", "https://www.w3.org/TR/epub-33/#ref-for-index-term-list-1", "https://www.w3.org/TR/epub-33/#ref-for-index-term-figure-1", "https://www.w3.org/TR/epub-33/#ref-for-index-term-aside-1", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-71", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-84", - "https://www.w3.org/TR/epub-33/#h-note-88", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-74", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-87", + "https://www.w3.org/TR/epub-33/#h-note-91", "https://www.w3.org/TR/epub-33/#example-escapable-structures", "https://www.w3.org/TR/epub-33/#ref-for-dfn-media-overlay-document-15", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-59", "https://www.w3.org/TR/epub-33/#sec-mo-nav-doc", "https://www.w3.org/TR/epub-33/#x9-5-navigation-document-overlays", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-navigation-document-14", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-30", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-119", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-navigation-document-13", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-31", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-121", "https://www.w3.org/TR/epub-33/#ref-for-dfn-media-overlay-document-16", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-72", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-75", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-spine-29", "https://www.w3.org/TR/epub-33/#ref-for-index-term-navigation-document-processing-1", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-85", - "https://www.w3.org/TR/epub-33/#h-note-89", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-120", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-88", + "https://www.w3.org/TR/epub-33/#h-note-92", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-122", "https://www.w3.org/TR/epub-33/#sec-accessibility", "https://www.w3.org/TR/epub-33/#x10-accessibility", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-67", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-68", "https://www.w3.org/TR/epub-33/#ref-for-index-term-epub-accessibility-2", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-121", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-86", - "https://www.w3.org/TR/epub-33/#h-note-90", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-123", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-89", + "https://www.w3.org/TR/epub-33/#h-note-93", "https://www.w3.org/TR/epub-33/#sec-security-privacy", "https://www.w3.org/TR/epub-33/#x11-security-and-privacy", "https://www.w3.org/TR/epub-33/#security-privacy-overview", "https://www.w3.org/TR/epub-33/#x11-1-overview", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-68", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-122", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-87", - "https://www.w3.org/TR/epub-33/#h-note-91", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-73", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-69", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-124", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-90", + "https://www.w3.org/TR/epub-33/#h-note-94", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-76", "https://www.w3.org/TR/epub-33/#ref-for-index-term-security-and-privacy-section-1", "https://www.w3.org/TR/epub-33/#epub-threat-model", "https://www.w3.org/TR/epub-33/#x11-2-threat-model", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-69", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-123", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-70", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-125", "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-30", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-container-17", "https://www.w3.org/TR/epub-33/#ref-for-dfn-remote-resource-8", @@ -2088,54 +2112,43 @@ "https://www.w3.org/TR/epub-33/#privacy-security-epub-features", "https://www.w3.org/TR/epub-33/#x11-2-1-epub-specific-features", "https://www.w3.org/TR/epub-33/#ref-for-index-term-epubreadingsystem-object-1", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-124", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-74", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-126", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-77", "https://www.w3.org/TR/epub-33/#security-privacy-recommendations", "https://www.w3.org/TR/epub-33/#x11-3-recommendations", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-125", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-70", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-127", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-71", "https://www.w3.org/TR/epub-33/#ref-for-dfn-remote-resource-10", "https://www.w3.org/TR/epub-33/#ref-for-index-term-cookies-1", "https://www.w3.org/TR/epub-33/#ref-for-index-term-web-storage-1", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-75", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-78", "https://www.w3.org/TR/epub-33/#ref-for-index-term-unique-origin-requirement-1", - "https://www.w3.org/TR/epub-33/#app-overview-unsupported", + "https://www.w3.org/TR/epub-33/#app-unsupported", "https://www.w3.org/TR/epub-33/#a-unsupported-features", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-76", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-79", "https://www.w3.org/TR/epub-33/#under-implemented", "https://www.w3.org/TR/epub-33/#a-1-under-implemented-features", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-126", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-77", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-88", - "https://www.w3.org/TR/epub-33/#h-note-92", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-conformance-checker-4", - "https://www.w3.org/TR/epub-33/#caution-5", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-89", - "https://www.w3.org/TR/epub-33/#h-note-93", - "https://www.w3.org/TR/epub-33/#deprecated", - "https://www.w3.org/TR/epub-33/#a-2-deprecated-features", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-78", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-71", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-127", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-90", - "https://www.w3.org/TR/epub-33/#h-note-94", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-128", "https://www.w3.org/TR/epub-33/#issue-container-generatedID-91", "https://www.w3.org/TR/epub-33/#h-note-95", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-conformance-checker-5", - "https://www.w3.org/TR/epub-33/#legacy", - "https://www.w3.org/TR/epub-33/#a-3-legacy-features", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-128", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-79", + "https://www.w3.org/TR/epub-33/#caution-5", "https://www.w3.org/TR/epub-33/#issue-container-generatedID-92", "https://www.w3.org/TR/epub-33/#h-note-96", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-conformance-checker-6", + "https://www.w3.org/TR/epub-33/#deprecated", + "https://www.w3.org/TR/epub-33/#a-2-deprecated-features", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-80", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-72", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-129", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-93", + "https://www.w3.org/TR/epub-33/#h-note-97", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-conformance-checker-6", "https://www.w3.org/TR/epub-33/#app-identifiers-allowed", "https://www.w3.org/TR/epub-33/#b-allowed-external-identifiers", "https://www.w3.org/TR/epub-33/#ref-for-index-term-public-1", "https://www.w3.org/TR/epub-33/#ref-for-index-term-system-identifiers-1", "https://www.w3.org/TR/epub-33/#ref-for-index-term-document-type-declaration-2", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-129", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-130", "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-31", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-manifest-13", "https://www.w3.org/TR/epub-33/#app-structural-semantics", @@ -2146,8 +2159,8 @@ "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-61", "https://www.w3.org/TR/epub-33/#ref-for-dfn-media-overlay-document-17", "https://www.w3.org/TR/epub-33/#ref-for-index-term-role-attribute-1", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-80", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-130", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-81", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-131", "https://www.w3.org/TR/epub-33/#sec-epub-type-attribute", "https://www.w3.org/TR/epub-33/#c-2-the-epub-type-attribute", "https://www.w3.org/TR/epub-33/#attrdef-epub-type", @@ -2159,7 +2172,7 @@ "https://www.w3.org/TR/epub-33/#ref-for-index-term-role-attribute-2", "https://www.w3.org/TR/epub-33/#ref-for-index-term-div-element-1", "https://www.w3.org/TR/epub-33/#ref-for-index-term-span-element-4", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-81", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-82", "https://www.w3.org/TR/epub-33/#ex.epubtype.note", "https://www.w3.org/TR/epub-33/#ex.epubtype.gloss", "https://www.w3.org/TR/epub-33/#ex.epubtype.pg", @@ -2172,8 +2185,8 @@ "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-62", "https://www.w3.org/TR/epub-33/#ref-for-dfn-media-overlay-document-19", "https://www.w3.org/TR/epub-33/#ref-for-dfn-package-document-29", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-82", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-131", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-83", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-132", "https://www.w3.org/TR/epub-33/#sec-property-datatype", "https://www.w3.org/TR/epub-33/#d-1-2-the-property-data-type", "https://www.w3.org/TR/epub-33/#property.ebnf.property", @@ -2182,14 +2195,14 @@ "https://www.w3.org/TR/epub-33/#ref-for-index-term-path-relative-scheme-less-url-string-9", "https://www.w3.org/TR/epub-33/#example-expanding-a-metadata-property-value", "https://www.w3.org/TR/epub-33/#ref-for-index-term-processing-1", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-132", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-133", "https://www.w3.org/TR/epub-33/#example-expanding-a-manifest-property-value", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-item-16", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-item-17", "https://www.w3.org/TR/epub-33/#sec-default-vocab", "https://www.w3.org/TR/epub-33/#d-1-3-default-vocabularies", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-133", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-93", - "https://www.w3.org/TR/epub-33/#h-note-97", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-134", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-94", + "https://www.w3.org/TR/epub-33/#h-note-98", "https://www.w3.org/TR/epub-33/#sec-prefix-attr", "https://www.w3.org/TR/epub-33/#d-1-4-the-prefix-attribute", "https://www.w3.org/TR/epub-33/#prefix.ebnf.def", @@ -2197,23 +2210,23 @@ "https://www.w3.org/TR/epub-33/#prefix.ebnf.prefix", "https://www.w3.org/TR/epub-33/#prefix.ebnf.space", "https://www.w3.org/TR/epub-33/#prefix.ebnf.whitespace", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-134", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-135", "https://www.w3.org/TR/epub-33/#ref-for-index-term-root-element-7", "https://www.w3.org/TR/epub-33/#ref-for-dfn-package-document-30", "https://www.w3.org/TR/epub-33/#example-declaring-prefixes-in-the-package-document", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-63", "https://www.w3.org/TR/epub-33/#ref-for-dfn-media-overlay-document-20", "https://www.w3.org/TR/epub-33/#example-declaring-prefixes-in-an-xhtml-content-document", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-94", - "https://www.w3.org/TR/epub-33/#h-note-98", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-95", + "https://www.w3.org/TR/epub-33/#h-note-99", "https://www.w3.org/TR/epub-33/#ref-for-index-term-html-element-2", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-135", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-136", "https://www.w3.org/TR/epub-33/#sec-reserved-prefixes", "https://www.w3.org/TR/epub-33/#d-1-5-reserved-prefixes", "https://www.w3.org/TR/epub-33/#caution-7", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-136", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-conformance-checker-7", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-137", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-conformance-checker-7", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-138", "https://www.w3.org/TR/epub-33/#sec-metadata-reserved-prefixes", "https://www.w3.org/TR/epub-33/#ref-for-dfn-package-document-31", "https://www.w3.org/TR/epub-33/#tbl-pkg-reserved-prefixes", @@ -2221,7 +2234,7 @@ "https://www.w3.org/TR/epub-33/#tbl-reserved-prefixes", "https://www.w3.org/TR/epub-33/#sec-property-field-definitions", "https://www.w3.org/TR/epub-33/#d-2-property-field-definitions", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-138", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-139", "https://www.w3.org/TR/epub-33/#app-meta-property-vocab", "https://www.w3.org/TR/epub-33/#d-3-meta-properties-vocabulary", "https://www.w3.org/TR/epub-33/#ref-for-dfn-meta-12", @@ -2233,24 +2246,24 @@ "https://www.w3.org/TR/epub-33/#sec-authority", "https://www.w3.org/TR/epub-33/#d-3-2-authority", "https://www.w3.org/TR/epub-33/#authority", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-95", - "https://www.w3.org/TR/epub-33/#h-note-99", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-96", + "https://www.w3.org/TR/epub-33/#h-note-100", "https://www.w3.org/TR/epub-33/#ref-for-dfn-dc-subject-4", "https://www.w3.org/TR/epub-33/#example-expressing-a-bisac-subject-heading", "https://www.w3.org/TR/epub-33/#sec-belongs-to-collection", "https://www.w3.org/TR/epub-33/#d-3-3-belongs-to-collection", "https://www.w3.org/TR/epub-33/#belongs-to-collection", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-73", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-83", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-139", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-84", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-140", "https://www.w3.org/TR/epub-33/#example-indicating-a-publication-belongs-to-a-set", "https://www.w3.org/TR/epub-33/#sec-collection-type", "https://www.w3.org/TR/epub-33/#d-3-4-collection-type", "https://www.w3.org/TR/epub-33/#collection-type", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-140", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-96", - "https://www.w3.org/TR/epub-33/#h-note-100", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-84", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-141", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-97", + "https://www.w3.org/TR/epub-33/#h-note-101", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-85", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-74", "https://www.w3.org/TR/epub-33/#example-identifying-a-publication-belongs-to-a-series", "https://www.w3.org/TR/epub-33/#sec-display-seq", @@ -2264,13 +2277,13 @@ "https://www.w3.org/TR/epub-33/#d-3-7-group-position", "https://www.w3.org/TR/epub-33/#group-position", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-75", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-141", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-142", "https://www.w3.org/TR/epub-33/#example-identifying-a-publication-s-position-in-a-set", "https://www.w3.org/TR/epub-33/#example-expressing-a-decimal-separated-value-for-position", "https://www.w3.org/TR/epub-33/#sec-identifier-type", "https://www.w3.org/TR/epub-33/#d-3-8-identifier-type", "https://www.w3.org/TR/epub-33/#identifier-type", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-142", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-143", "https://www.w3.org/TR/epub-33/#ref-for-dfn-dc-identifier-7", "https://www.w3.org/TR/epub-33/#example-indicating-an-identifier-is-an-isbn", "https://www.w3.org/TR/epub-33/#sec-meta-auth", @@ -2279,7 +2292,7 @@ "https://www.w3.org/TR/epub-33/#sec-role", "https://www.w3.org/TR/epub-33/#d-3-10-role", "https://www.w3.org/TR/epub-33/#role", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-143", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-144", "https://www.w3.org/TR/epub-33/#ref-for-dfn-dc-contributor-5", "https://www.w3.org/TR/epub-33/#ref-for-dfn-dc-creator-5", "https://www.w3.org/TR/epub-33/#example-differentiating-creator-roles", @@ -2288,8 +2301,8 @@ "https://www.w3.org/TR/epub-33/#d-3-11-source-of", "https://www.w3.org/TR/epub-33/#source-of", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-76", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-97", - "https://www.w3.org/TR/epub-33/#h-note-101", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-98", + "https://www.w3.org/TR/epub-33/#h-note-102", "https://www.w3.org/TR/epub-33/#example-identifying-the-print-pagination-source-of-a-publication", "https://www.w3.org/TR/epub-33/#sec-term", "https://www.w3.org/TR/epub-33/#d-3-12-term", @@ -2299,8 +2312,8 @@ "https://www.w3.org/TR/epub-33/#sec-title-type", "https://www.w3.org/TR/epub-33/#d-3-13-title-type", "https://www.w3.org/TR/epub-33/#title-type", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-144", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-85", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-145", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-86", "https://www.w3.org/TR/epub-33/#ref-for-dfn-dc-title-7", "https://www.w3.org/TR/epub-33/#example-expressing-different-title-types", "https://www.w3.org/TR/epub-33/#example-expressing-complex-titles", @@ -2323,7 +2336,7 @@ "https://www.w3.org/TR/epub-33/#ref-for-index-term-html-alternate-keyword-1", "https://www.w3.org/TR/epub-33/#ref-for-dfn-package-document-32", "https://www.w3.org/TR/epub-33/#ref-for-dfn-collection-7", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-86", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-87", "https://www.w3.org/TR/epub-33/#sec-marc21xml-record", "https://www.w3.org/TR/epub-33/#d-4-1-3-marc21xml-record-deprecated", "https://www.w3.org/TR/epub-33/#marc2xml-record", @@ -2358,23 +2371,23 @@ "https://www.w3.org/TR/epub-33/#app-rendering-vocab", "https://www.w3.org/TR/epub-33/#d-5-package-rendering-vocabulary", "https://www.w3.org/TR/epub-33/#ref-for-dfn-package-document-33", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-98", - "https://www.w3.org/TR/epub-33/#h-note-102", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-99", + "https://www.w3.org/TR/epub-33/#h-note-103", "https://www.w3.org/TR/epub-33/#ref-for-dfn-meta-14", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-spine-30", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-itemref-12", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-itemref-13", "https://www.w3.org/TR/epub-33/#sec-rendering-custom-properties", "https://www.w3.org/TR/epub-33/#d-5-1-custom-rendering-properties", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-87", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-88", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-64", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-145", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-146", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-spine-31", "https://www.w3.org/TR/epub-33/#ref-for-dfn-package-document-34", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-99", - "https://www.w3.org/TR/epub-33/#h-note-103", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-100", + "https://www.w3.org/TR/epub-33/#h-note-104", "https://www.w3.org/TR/epub-33/#app-item-properties-vocab", "https://www.w3.org/TR/epub-33/#d-6-manifest-properties-vocabulary", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-item-17", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-item-18", "https://www.w3.org/TR/epub-33/#sec-cover-image", "https://www.w3.org/TR/epub-33/#d-6-1-cover-image", "https://www.w3.org/TR/epub-33/#cover-image", @@ -2388,14 +2401,14 @@ "https://www.w3.org/TR/epub-33/#sec-nav-prop", "https://www.w3.org/TR/epub-33/#d-6-3-nav", "https://www.w3.org/TR/epub-33/#nav", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-navigation-document-15", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-navigation-document-14", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-80", "https://www.w3.org/TR/epub-33/#sec-remote-resources", "https://www.w3.org/TR/epub-33/#d-6-4-remote-resources", "https://www.w3.org/TR/epub-33/#remote-resources", "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-34", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-container-18", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-31", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-32", "https://www.w3.org/TR/epub-33/#ref-for-dfn-svg-content-document-16", "https://www.w3.org/TR/epub-33/#ref-for-dfn-media-overlay-document-21", "https://www.w3.org/TR/epub-33/#sec-scripted", @@ -2408,16 +2421,16 @@ "https://www.w3.org/TR/epub-33/#d-6-6-svg", "https://www.w3.org/TR/epub-33/#svg", "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-36", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-32", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-33", "https://www.w3.org/TR/epub-33/#ref-for-dfn-svg-content-document-17", "https://www.w3.org/TR/epub-33/#sec-switch", "https://www.w3.org/TR/epub-33/#d-6-7-switch", "https://www.w3.org/TR/epub-33/#switch", "https://www.w3.org/TR/epub-33/#ref-for-dfn-publication-resource-37", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-33", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-34", "https://www.w3.org/TR/epub-33/#app-itemref-properties-vocab", "https://www.w3.org/TR/epub-33/#d-7-spine-properties-vocabulary", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-itemref-13", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-itemref-14", "https://www.w3.org/TR/epub-33/#sec-page-spread-left", "https://www.w3.org/TR/epub-33/#d-7-1-page-spread-left", "https://www.w3.org/TR/epub-33/#page-spread-left", @@ -2436,7 +2449,7 @@ "https://www.w3.org/TR/epub-33/#sec-active-class", "https://www.w3.org/TR/epub-33/#d-8-1-active-class", "https://www.w3.org/TR/epub-33/#active-class", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-146", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-147", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-69", "https://www.w3.org/TR/epub-33/#sec-duration", "https://www.w3.org/TR/epub-33/#d-8-2-duration", @@ -2454,10 +2467,10 @@ "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-70", "https://www.w3.org/TR/epub-33/#css-prefixes", "https://www.w3.org/TR/epub-33/#e-prefixed-css-properties", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-100", - "https://www.w3.org/TR/epub-33/#h-note-104", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-88", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-147", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-101", + "https://www.w3.org/TR/epub-33/#h-note-105", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-reading-system-89", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-148", "https://www.w3.org/TR/epub-33/#sec-css-prefixed-writing-modes", "https://www.w3.org/TR/epub-33/#e-1-css-writing-modes", "https://www.w3.org/TR/epub-33/#sec-css-prefixed-writing-modes-text-orientation", @@ -2504,7 +2517,7 @@ "https://www.w3.org/TR/epub-33/#f-the-viewport-meta-tag", "https://www.w3.org/TR/epub-33/#app-viewport-meta-intro", "https://www.w3.org/TR/epub-33/#f-1-introduction", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-148", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-creator-149", "https://www.w3.org/TR/epub-33/#ref-for-dfn-fixed-layout-document-7", "https://www.w3.org/TR/epub-33/#app-viewport-meta-syntax", "https://www.w3.org/TR/epub-33/#f-2-syntax", @@ -2524,21 +2537,21 @@ "https://www.w3.org/TR/epub-33/#viewport.ebnf.assign", "https://www.w3.org/TR/epub-33/#viewport.ebnf.space", "https://www.w3.org/TR/epub-33/#ref-for-dfn-meta-17", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-101", - "https://www.w3.org/TR/epub-33/#h-note-105", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-fixed-layout-document-8", "https://www.w3.org/TR/epub-33/#issue-container-generatedID-102", "https://www.w3.org/TR/epub-33/#h-note-106", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-fixed-layout-document-8", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-103", + "https://www.w3.org/TR/epub-33/#h-note-107", "https://www.w3.org/TR/epub-33/#ref-for-index-term-whitespace-normalization-3", "https://www.w3.org/TR/epub-33/#app-schemas", "https://www.w3.org/TR/epub-33/#g-schemas", "https://www.w3.org/TR/epub-33/#app-package-schema", "https://www.w3.org/TR/epub-33/#g-1-package-document-schema", "https://www.w3.org/TR/epub-33/#ref-for-dfn-package-document-36", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-103", - "https://www.w3.org/TR/epub-33/#h-note-107", "https://www.w3.org/TR/epub-33/#issue-container-generatedID-104", "https://www.w3.org/TR/epub-33/#h-note-108", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-105", + "https://www.w3.org/TR/epub-33/#h-note-109", "https://www.w3.org/TR/epub-33/#app-ocf-schema", "https://www.w3.org/TR/epub-33/#g-2-ocf-schemas", "https://www.w3.org/TR/epub-33/#app-schema-container", @@ -2550,14 +2563,14 @@ "https://www.w3.org/TR/epub-33/#app-schema-overlays", "https://www.w3.org/TR/epub-33/#g-3-media-overlays-schema", "https://www.w3.org/TR/epub-33/#ref-for-dfn-media-overlay-document-24", - "https://www.w3.org/TR/epub-33/#issue-container-generatedID-105", - "https://www.w3.org/TR/epub-33/#h-note-109", + "https://www.w3.org/TR/epub-33/#issue-container-generatedID-106", + "https://www.w3.org/TR/epub-33/#h-note-110", "https://www.w3.org/TR/epub-33/#app-examples", "https://www.w3.org/TR/epub-33/#h-detailed-examples", "https://www.w3.org/TR/epub-33/#publication-resources-example", "https://www.w3.org/TR/epub-33/#h-1-resources", "https://www.w3.org/TR/epub-33/#ref-for-dfn-package-document-37", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-34", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-xhtml-content-document-35", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-publication-82", "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-container-19", "https://www.w3.org/TR/epub-33/#ref-for-dfn-link-12", @@ -2570,7 +2583,7 @@ "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-content-document-71", "https://www.w3.org/TR/epub-33/#ref-for-dfn-spine-plane-3", "https://www.w3.org/TR/epub-33/#ref-for-dfn-content-plane-3", - "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-navigation-document-16", + "https://www.w3.org/TR/epub-33/#ref-for-dfn-epub-navigation-document-15", "https://www.w3.org/TR/epub-33/#ref-for-index-term-link-3", "https://www.w3.org/TR/epub-33/#ref-for-dfn-core-media-type-resource-13", "https://www.w3.org/TR/epub-33/#ref-for-dfn-remote-resource-11", diff --git a/tr/ids/epub-rs-33.json b/tr/ids/epub-rs-33.json index 2dbd671f96cf..bc5e633f44d1 100644 --- a/tr/ids/epub-rs-33.json +++ b/tr/ids/epub-rs-33.json @@ -310,6 +310,11 @@ "https://www.w3.org/TR/epub-rs-33/#x5-6-collections", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-collections-1", "https://www.w3.org/TR/epub-rs-33/#confreq-rs-pkg-collections-unknown", + "https://www.w3.org/TR/epub-rs-33/#sec-pkg-doc-legacy", + "https://www.w3.org/TR/epub-rs-33/#x5-7-legacy-features", + "https://www.w3.org/TR/epub-rs-33/#confreq-rs-legacy", + "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-legacy-features-1", + "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-this-version-of-epub-1", "https://www.w3.org/TR/epub-rs-33/#sec-contentdocs", "https://www.w3.org/TR/epub-rs-33/#x6-epub-content-document-processing", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-content-documents-0-1", @@ -328,22 +333,22 @@ "https://www.w3.org/TR/epub-rs-33/#sec-xhtml-rdfa", "https://www.w3.org/TR/epub-rs-33/#x6-1-1-2-rdfa", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-attribute-processing-model-0-1", - "https://www.w3.org/TR/epub-rs-33/#sec-xhtml-microdata", - "https://www.w3.org/TR/epub-rs-33/#x6-1-1-3-microdata", - "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-attribute-processing-model-1", - "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-conversion-to-json-1", "https://www.w3.org/TR/epub-rs-33/#sec-xhtml-content-switch", - "https://www.w3.org/TR/epub-rs-33/#x6-1-1-4-content-switching-deprecated", + "https://www.w3.org/TR/epub-rs-33/#x6-1-1-3-content-switching-deprecated", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-deprecated-1", "https://www.w3.org/TR/epub-rs-33/#sec-xhtml-epub-trigger", - "https://www.w3.org/TR/epub-rs-33/#x6-1-1-5-the-epub-trigger-element-deprecated", + "https://www.w3.org/TR/epub-rs-33/#x6-1-1-4-the-epub-trigger-element-deprecated", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-deprecated-2", "https://www.w3.org/TR/epub-rs-33/#sec-xhtml-custom-attributes", - "https://www.w3.org/TR/epub-rs-33/#x6-1-1-6-custom-attributes", + "https://www.w3.org/TR/epub-rs-33/#x6-1-1-5-custom-attributes", "https://www.w3.org/TR/epub-rs-33/#sec-xhtml-deviations", "https://www.w3.org/TR/epub-rs-33/#x6-1-2-html-deviations-and-constraints", + "https://www.w3.org/TR/epub-rs-33/#sec-xhtml-microdata", + "https://www.w3.org/TR/epub-rs-33/#x6-1-2-1-microdata", + "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-attribute-processing-model-1", + "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-conversion-to-json-1", "https://www.w3.org/TR/epub-rs-33/#sec-xhtml-mathml", - "https://www.w3.org/TR/epub-rs-33/#x6-1-2-1-mathml", + "https://www.w3.org/TR/epub-rs-33/#x6-1-2-2-mathml", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-xhtml-content-documents-3", "https://www.w3.org/TR/epub-rs-33/#confreq-mathml-rs-behavior", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-input-compliant-processor-1", @@ -356,11 +361,11 @@ "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-10", "https://www.w3.org/TR/epub-rs-33/#h-note-11", "https://www.w3.org/TR/epub-rs-33/#sec-xhtml-svg", - "https://www.w3.org/TR/epub-rs-33/#x6-1-2-2-embedded-svg", + "https://www.w3.org/TR/epub-rs-33/#x6-1-2-3-embedded-svg", "https://www.w3.org/TR/epub-rs-33/#confreq-svg-rs-embed", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-xhtml-content-documents-4", "https://www.w3.org/TR/epub-rs-33/#sec-xhtml-svg-css", - "https://www.w3.org/TR/epub-rs-33/#x6-1-2-2-1-embedded-svg-and-css", + "https://www.w3.org/TR/epub-rs-33/#x6-1-2-3-1-embedded-svg-and-css", "https://www.w3.org/TR/epub-rs-33/#confreq-svg-rs-css-embed-ref", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-xhtml-content-documents-5", "https://www.w3.org/TR/epub-rs-33/#confreq-svg-rs-css-embed-inc", @@ -369,7 +374,7 @@ "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-svg-content-documents-2", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-object-type-1", "https://www.w3.org/TR/epub-rs-33/#sec-xhtml-forms", - "https://www.w3.org/TR/epub-rs-33/#x6-1-2-3-form-submission", + "https://www.w3.org/TR/epub-rs-33/#x6-1-2-4-form-submission", "https://www.w3.org/TR/epub-rs-33/#sec-svg", "https://www.w3.org/TR/epub-rs-33/#x6-2-svg-content-documents", "https://www.w3.org/TR/epub-rs-33/#confreq-rs-epub3-svg", @@ -744,7 +749,7 @@ "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-reading-system-20", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-publications-14", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-package-document-8", - "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-version-attribute-1", + "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-this-version-of-epub-2", "https://www.w3.org/TR/epub-rs-33/#confreq-rs-backward-conf", "https://www.w3.org/TR/epub-rs-33/#sec-epub-rs-conf-forward", "https://www.w3.org/TR/epub-rs-33/#x13-forward-compatibility", @@ -752,7 +757,7 @@ "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-reading-system-21", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-publications-15", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-package-document-9", - "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-version-attribute-2", + "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-this-version-of-epub-3", "https://www.w3.org/TR/epub-rs-33/#sec-accessibility", "https://www.w3.org/TR/epub-rs-33/#x14-accessibility", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-publications-16", @@ -785,14 +790,23 @@ "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-publications-19", "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-19", "https://www.w3.org/TR/epub-rs-33/#h-note-22", - "https://www.w3.org/TR/epub-rs-33/#app-epubReadingSystem", - "https://www.w3.org/TR/epub-rs-33/#x16-epubreadingsystem-object", - "https://www.w3.org/TR/epub-rs-33/#dfn-epubreadingsystem", + "https://www.w3.org/TR/epub-rs-33/#app-unsupported", + "https://www.w3.org/TR/epub-rs-33/#a-unsupported-features", + "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-reading-system-24", + "https://www.w3.org/TR/epub-rs-33/#confreq-rs-under-implemented", + "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-under-implemented-features-1", + "https://www.w3.org/TR/epub-rs-33/#confreq-rs-deprecated", + "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-deprecated-4", "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-20", "https://www.w3.org/TR/epub-rs-33/#h-note-23", - "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-reading-system-24", + "https://www.w3.org/TR/epub-rs-33/#app-epubReadingSystem", + "https://www.w3.org/TR/epub-rs-33/#b-epubreadingsystem-object", + "https://www.w3.org/TR/epub-rs-33/#dfn-epubreadingsystem", + "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-21", + "https://www.w3.org/TR/epub-rs-33/#h-note-24", + "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-reading-system-25", "https://www.w3.org/TR/epub-rs-33/#app-ers-idl", - "https://www.w3.org/TR/epub-rs-33/#x16-1-interface-definition", + "https://www.w3.org/TR/epub-rs-33/#b-1-interface-definition", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-navigator-interface-1", "https://www.w3.org/TR/epub-rs-33/#webidl-1233247208", "https://www.w3.org/TR/epub-rs-33/#idl-def-epubreadingsystem", @@ -810,33 +824,33 @@ "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-sameobject-extended-attribute-1", "https://www.w3.org/TR/epub-rs-33/#ref-for-dfn-epubreadingsystem-1", "https://www.w3.org/TR/epub-rs-33/#ref-for-dom-navigator-epubreadingsystem-1", - "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-21", - "https://www.w3.org/TR/epub-rs-33/#h-note-24", + "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-22", + "https://www.w3.org/TR/epub-rs-33/#h-note-25", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-workernavigator-interface-1", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-creators-9", "https://www.w3.org/TR/epub-rs-33/#app-ers-desc", - "https://www.w3.org/TR/epub-rs-33/#x16-2-description", + "https://www.w3.org/TR/epub-rs-33/#b-2-description", "https://www.w3.org/TR/epub-rs-33/#dom-navigator-epubreadingsystem", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-scripted-content-documents-3", "https://www.w3.org/TR/epub-rs-33/#scripting-req-readingsystem", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-container-constrained-scripting-3", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-domcontentloaded-event-is-triggered-1", - "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-22", - "https://www.w3.org/TR/epub-rs-33/#h-note-25", + "https://www.w3.org/TR/epub-rs-33/#issue-container-generatedID-23", + "https://www.w3.org/TR/epub-rs-33/#h-note-26", "https://www.w3.org/TR/epub-rs-33/#app-ers-properties", - "https://www.w3.org/TR/epub-rs-33/#x16-3-properties", - "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-deprecated-4", + "https://www.w3.org/TR/epub-rs-33/#b-3-properties", + "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-deprecated-5", "https://www.w3.org/TR/epub-rs-33/#app-ers-methods", - "https://www.w3.org/TR/epub-rs-33/#x16-4-methods", + "https://www.w3.org/TR/epub-rs-33/#b-4-methods", "https://www.w3.org/TR/epub-rs-33/#app-ers-hasFeature", - "https://www.w3.org/TR/epub-rs-33/#x16-4-1-hasfeature", + "https://www.w3.org/TR/epub-rs-33/#b-4-1-hasfeature", "https://www.w3.org/TR/epub-rs-33/#app-ers-hasFeature-desc", - "https://www.w3.org/TR/epub-rs-33/#x16-4-1-1-description", + "https://www.w3.org/TR/epub-rs-33/#b-4-1-1-description", "https://www.w3.org/TR/epub-rs-33/#dom-epubreadingsystem-hasfeature", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-epub-creators-10", "https://www.w3.org/TR/epub-rs-33/#example-javascript-function-to-display-support-for-scripted-manipulation-of-the-dom", "https://www.w3.org/TR/epub-rs-33/#app-ers-hasFeature-features", - "https://www.w3.org/TR/epub-rs-33/#x16-4-1-2-features", + "https://www.w3.org/TR/epub-rs-33/#b-4-1-2-features", "https://www.w3.org/TR/epub-rs-33/#scripting-req-readingsystem-features", "https://www.w3.org/TR/epub-rs-33/#feature-dom-manipulation", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-spine-level-scripting-4", @@ -850,11 +864,11 @@ "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-container-constrained-scripting-4", "https://www.w3.org/TR/epub-rs-33/#ref-for-index-term-top-level-content-documents-3", "https://www.w3.org/TR/epub-rs-33/#index", - "https://www.w3.org/TR/epub-rs-33/#a-index", + "https://www.w3.org/TR/epub-rs-33/#c-index", "https://www.w3.org/TR/epub-rs-33/#index-defined-here", - "https://www.w3.org/TR/epub-rs-33/#a-1-terms-defined-by-this-specification", + "https://www.w3.org/TR/epub-rs-33/#c-1-terms-defined-by-this-specification", "https://www.w3.org/TR/epub-rs-33/#index-defined-elsewhere", - "https://www.w3.org/TR/epub-rs-33/#a-2-terms-defined-by-reference", + "https://www.w3.org/TR/epub-rs-33/#c-2-terms-defined-by-reference", "https://www.w3.org/TR/epub-rs-33/#index-term-rule-p2", "https://www.w3.org/TR/epub-rs-33/#index-term-the-higher-level-protocols", "https://www.w3.org/TR/epub-rs-33/#index-term-font-face-rules", @@ -918,6 +932,7 @@ "https://www.w3.org/TR/epub-rs-33/#index-term-itemref-element", "https://www.w3.org/TR/epub-rs-33/#index-term-landmarks-nav-element", "https://www.w3.org/TR/epub-rs-33/#index-term-layout-pre-paginated-override", + "https://www.w3.org/TR/epub-rs-33/#index-term-legacy-features", "https://www.w3.org/TR/epub-rs-33/#index-term-link-element", "https://www.w3.org/TR/epub-rs-33/#index-term-linked-metadata-record", "https://www.w3.org/TR/epub-rs-33/#index-term-linked-records", @@ -980,11 +995,12 @@ "https://www.w3.org/TR/epub-rs-33/#index-term-terminology-defined-in-epub-3-3", "https://www.w3.org/TR/epub-rs-33/#index-term-text-element", "https://www.w3.org/TR/epub-rs-33/#index-term-text-alternatives-for-visual-content", + "https://www.w3.org/TR/epub-rs-33/#index-term-this-version-of-epub", "https://www.w3.org/TR/epub-rs-33/#index-term-toc-nav-element", "https://www.w3.org/TR/epub-rs-33/#index-term-top-level-content-documents", + "https://www.w3.org/TR/epub-rs-33/#index-term-under-implemented-features", "https://www.w3.org/TR/epub-rs-33/#index-term-unique-identifier", "https://www.w3.org/TR/epub-rs-33/#index-term-values", - "https://www.w3.org/TR/epub-rs-33/#index-term-version-attribute", "https://www.w3.org/TR/epub-rs-33/#index-term-viewport", "https://www.w3.org/TR/epub-rs-33/#index-term-viewport-meta-declarations", "https://www.w3.org/TR/epub-rs-33/#index-term-visual-rendering-of-xhtml-content-documents-via-css", @@ -1032,17 +1048,17 @@ "https://www.w3.org/TR/epub-rs-33/#index-term-xml-lang-attribute", "https://www.w3.org/TR/epub-rs-33/#index-term-conformant-processor", "https://www.w3.org/TR/epub-rs-33/#change-log", - "https://www.w3.org/TR/epub-rs-33/#b-change-log", + "https://www.w3.org/TR/epub-rs-33/#d-change-log", "https://www.w3.org/TR/epub-rs-33/#change-latest", - "https://www.w3.org/TR/epub-rs-33/#b-1-substantive-changes-since-candidate-recommendation", + "https://www.w3.org/TR/epub-rs-33/#d-1-substantive-changes-since-candidate-recommendation", "https://www.w3.org/TR/epub-rs-33/#changes-older", - "https://www.w3.org/TR/epub-rs-33/#b-2-substantive-changes-since-epub-3-2", + "https://www.w3.org/TR/epub-rs-33/#d-2-substantive-changes-since-epub-3-2", "https://www.w3.org/TR/epub-rs-33/#ack", - "https://www.w3.org/TR/epub-rs-33/#c-acknowledgements", + "https://www.w3.org/TR/epub-rs-33/#e-acknowledgements", "https://www.w3.org/TR/epub-rs-33/#references", - "https://www.w3.org/TR/epub-rs-33/#d-references", + "https://www.w3.org/TR/epub-rs-33/#f-references", "https://www.w3.org/TR/epub-rs-33/#normative-references", - "https://www.w3.org/TR/epub-rs-33/#d-1-normative-references", + "https://www.w3.org/TR/epub-rs-33/#f-1-normative-references", "https://www.w3.org/TR/epub-rs-33/#bib-bidi", "https://www.w3.org/TR/epub-rs-33/#bib-css-fonts-4", "https://www.w3.org/TR/epub-rs-33/#bib-csssnapshot", @@ -1078,7 +1094,7 @@ "https://www.w3.org/TR/epub-rs-33/#bib-xmlenc-decrypt", "https://www.w3.org/TR/epub-rs-33/#bib-zip", "https://www.w3.org/TR/epub-rs-33/#informative-references", - "https://www.w3.org/TR/epub-rs-33/#d-2-informative-references", + "https://www.w3.org/TR/epub-rs-33/#f-2-informative-references", "https://www.w3.org/TR/epub-rs-33/#bib-css2", "https://www.w3.org/TR/epub-rs-33/#bib-epub-tts-10", "https://www.w3.org/TR/epub-rs-33/#bib-epubpackages-32", diff --git a/tr/ids/geometry-1.json b/tr/ids/geometry-1.json index c34b4a33f55b..ccdcb11fc870 100644 --- a/tr/ids/geometry-1.json +++ b/tr/ids/geometry-1.json @@ -23,10 +23,10 @@ "https://www.w3.org/TR/geometry-1/#MJMAIN-32", "https://www.w3.org/TR/geometry-1/#MJMAIN-33", "https://www.w3.org/TR/geometry-1/#MJMAIN-34", + "https://www.w3.org/TR/geometry-1/#MathJax_Message", "https://www.w3.org/TR/geometry-1/#toc-nav", "https://www.w3.org/TR/geometry-1/#toc-jump", "https://www.w3.org/TR/geometry-1/#toc-toggle", - "https://www.w3.org/TR/geometry-1/#MathJax_Message", "https://www.w3.org/TR/geometry-1/#title", "https://www.w3.org/TR/geometry-1/#annotation_root_", "https://www.w3.org/TR/geometry-1/#subtitle", diff --git a/tr/ids/html.json b/tr/ids/html.json index 400e8edfc043..7081935951cb 100644 --- a/tr/ids/html.json +++ b/tr/ids/html.json @@ -898,7 +898,7 @@ "https://html.spec.whatwg.org/multipage/infrastructure.html#createbytedatablock", "https://html.spec.whatwg.org/multipage/infrastructure.html#createdataproperty", "https://html.spec.whatwg.org/multipage/infrastructure.html#detacharraybuffer", - "https://html.spec.whatwg.org/multipage/infrastructure.html#enumerableownpropertynames", + "https://html.spec.whatwg.org/multipage/infrastructure.html#enumerableownproperties", "https://html.spec.whatwg.org/multipage/infrastructure.html#finishdynamicimport", "https://html.spec.whatwg.org/multipage/infrastructure.html#js-ordinaryfunctioncreate", "https://html.spec.whatwg.org/multipage/infrastructure.html#js-get", @@ -2997,7 +2997,7 @@ "https://html.spec.whatwg.org/multipage/structured-data.html#structuredserializeinternal:structuredserializeinternal-6", "https://html.spec.whatwg.org/multipage/structured-data.html#structuredserializeinternal:sub-serialization", "https://html.spec.whatwg.org/multipage/structured-data.html#structuredserializeinternal:structuredserializeinternal-7", - "https://html.spec.whatwg.org/multipage/structured-data.html#structuredserializeinternal:enumerableownpropertynames", + "https://html.spec.whatwg.org/multipage/structured-data.html#structuredserializeinternal:enumerableownproperties", "https://html.spec.whatwg.org/multipage/structured-data.html#structuredserializeinternal:hasownproperty", "https://html.spec.whatwg.org/multipage/structured-data.html#structuredserializeinternal:structuredserializeinternal-8", "https://html.spec.whatwg.org/multipage/structured-data.html#structuredserializeinternal:list-append-5", @@ -6654,6 +6654,7 @@ "https://html.spec.whatwg.org/multipage/sections.html#the-body-element:syntax-comments", "https://html.spec.whatwg.org/multipage/sections.html#the-body-element:the-body-element-3", "https://html.spec.whatwg.org/multipage/sections.html#the-body-element:the-meta-element", + "https://html.spec.whatwg.org/multipage/sections.html#the-body-element:the-noscript-element", "https://html.spec.whatwg.org/multipage/sections.html#the-body-element:the-link-element", "https://html.spec.whatwg.org/multipage/sections.html#the-body-element:the-script-element", "https://html.spec.whatwg.org/multipage/sections.html#the-body-element:the-style-element", @@ -31662,6 +31663,42 @@ "https://html.spec.whatwg.org/multipage/interaction.html#activation-consuming-api", "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-gated-apis:transient-activation-2", "https://html.spec.whatwg.org/multipage/interaction.html#user-activation-gated-apis:consume-user-activation-2", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:useractivation", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:window", + "https://html.spec.whatwg.org/multipage/interaction.html#associated-useractivation", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:useractivation-2", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:window-2", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:associated-useractivation", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:new", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:useractivation-3", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:window-3", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:concept-relevant-realm", + "https://html.spec.whatwg.org/multipage/interaction.html#useractivation", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:dom-useractivation-hasbeenactive", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:dom-useractivation-isactive", + "https://html.spec.whatwg.org/multipage/interaction.html#NavigatorUserActivation-partial", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:useractivation-4", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:dom-navigator-useractivation", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:dom-navigator", + "https://html.spec.whatwg.org/multipage/interaction.html#dom-navigator-useractivation-dev", + "https://html.spec.whatwg.org/multipage/interaction.html#dom-useractivation-hasbeenactive-dev", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:sticky-activation", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:dom-navigator-2", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:dom-navigator-useractivation-2", + "https://html.spec.whatwg.org/multipage/interaction.html#dom-useractivation-isactive-dev", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:transient-activation", + "https://html.spec.whatwg.org/multipage/interaction.html#dom-navigator-useractivation", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:this", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:associated-useractivation-2", + "https://html.spec.whatwg.org/multipage/interaction.html#dom-useractivation-hasbeenactive", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:this-2", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:concept-relevant-global", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:sticky-activation-2", + "https://html.spec.whatwg.org/multipage/interaction.html#dom-useractivation-isactive", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:this-3", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:concept-relevant-global-2", + "https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface:transient-activation-2", "https://html.spec.whatwg.org/multipage/interaction.html#activation", "https://html.spec.whatwg.org/multipage/interaction.html#activation:activation-behaviour", "https://html.spec.whatwg.org/multipage/interaction.html#activation:event-click", @@ -45074,6 +45111,7 @@ "https://html.spec.whatwg.org/multipage/syntax.html#optional-tags:syntax-comments-4", "https://html.spec.whatwg.org/multipage/syntax.html#optional-tags:the-body-element-3", "https://html.spec.whatwg.org/multipage/syntax.html#optional-tags:the-meta-element", + "https://html.spec.whatwg.org/multipage/syntax.html#optional-tags:the-noscript-element", "https://html.spec.whatwg.org/multipage/syntax.html#optional-tags:the-link-element", "https://html.spec.whatwg.org/multipage/syntax.html#optional-tags:the-script-element", "https://html.spec.whatwg.org/multipage/syntax.html#optional-tags:the-style-element", @@ -45141,7 +45179,7 @@ "https://html.spec.whatwg.org/multipage/syntax.html#optional-tags:the-del-element", "https://html.spec.whatwg.org/multipage/syntax.html#optional-tags:the-ins-element", "https://html.spec.whatwg.org/multipage/syntax.html#optional-tags:the-map-element", - "https://html.spec.whatwg.org/multipage/syntax.html#optional-tags:the-noscript-element", + "https://html.spec.whatwg.org/multipage/syntax.html#optional-tags:the-noscript-element-2", "https://html.spec.whatwg.org/multipage/syntax.html#optional-tags:the-video-element", "https://html.spec.whatwg.org/multipage/syntax.html#optional-tags:autonomous-custom-element", "https://html.spec.whatwg.org/multipage/syntax.html#optional-tags:the-rt-element", @@ -48119,6 +48157,7 @@ "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-intable:current-node", "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-intable:the-table-element", "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-intable:the-tbody-element", + "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-intable:the-template-element", "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-intable:the-tfoot-element", "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-intable:the-thead-element", "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-intable:the-tr-element", @@ -48172,7 +48211,7 @@ "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-intable:stack-of-open-elements-3", "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-intable:acknowledge-self-closing-flag", "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-intable:parse-errors-6", - "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-intable:the-template-element", + "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-intable:the-template-element-2", "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-intable:stack-of-open-elements-4", "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-intable:form-element-pointer", "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-intable:insert-an-html-element-7", @@ -48191,7 +48230,7 @@ "https://html.spec.whatwg.org/multipage/parsing.html#clear-the-stack-back-to-a-table-context", "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-intable:current-node-2", "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-intable:the-table-element-4", - "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-intable:the-template-element-2", + "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-intable:the-template-element-3", "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-intable:the-html-element", "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-intable:stack-of-open-elements-6", "https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-intable:has-an-element-in-table-scope-3", @@ -57634,6 +57673,7 @@ "https://html.spec.whatwg.org/multipage/indices.html#all-interfaces:texttracklist", "https://html.spec.whatwg.org/multipage/indices.html#all-interfaces:timeranges", "https://html.spec.whatwg.org/multipage/indices.html#all-interfaces:trackevent", + "https://html.spec.whatwg.org/multipage/indices.html#all-interfaces:useractivation", "https://html.spec.whatwg.org/multipage/indices.html#all-interfaces:validitystate", "https://html.spec.whatwg.org/multipage/indices.html#all-interfaces:videotrack", "https://html.spec.whatwg.org/multipage/indices.html#all-interfaces:videotracklist", diff --git a/tr/ids/local-font-access.json b/tr/ids/local-font-access.json index 8c1600f5d8f5..9bb2cf89a123 100644 --- a/tr/ids/local-font-access.json +++ b/tr/ids/local-font-access.json @@ -7,6 +7,7 @@ "https://wicg.github.io/local-font-access/#toc-nav", "https://wicg.github.io/local-font-access/#toc-jump", "https://wicg.github.io/local-font-access/#toc-toggle", + "https://wicg.github.io/local-font-access/#speclogo", "https://wicg.github.io/local-font-access/#title", "https://wicg.github.io/local-font-access/#w3c-state", "https://wicg.github.io/local-font-access/#abstract", diff --git a/tr/ids/mediasession.json b/tr/ids/mediasession.json index 75586c0bb4aa..143ed02fc215 100644 --- a/tr/ids/mediasession.json +++ b/tr/ids/mediasession.json @@ -8,9 +8,9 @@ "https://www.w3.org/TR/mediasession/#toc-jump", "https://www.w3.org/TR/mediasession/#toc-toggle", "https://www.w3.org/TR/mediasession/#title", - "https://www.w3.org/TR/mediasession/#profile-and-date", + "https://www.w3.org/TR/mediasession/#w3c-state", "https://www.w3.org/TR/mediasession/#abstract", - "https://www.w3.org/TR/mediasession/#status", + "https://www.w3.org/TR/mediasession/#sotd", "https://www.w3.org/TR/mediasession/#sotd_patent", "https://www.w3.org/TR/mediasession/#w3c_process_revision", "https://www.w3.org/TR/mediasession/#toc", @@ -130,6 +130,8 @@ "https://www.w3.org/TR/mediasession/#dom-mediasessionaction-togglemicrophone", "https://www.w3.org/TR/mediasession/#dom-mediasessionaction-togglecamera", "https://www.w3.org/TR/mediasession/#dom-mediasessionaction-hangup", + "https://www.w3.org/TR/mediasession/#dom-mediasessionaction-previousslide", + "https://www.w3.org/TR/mediasession/#dom-mediasessionaction-nextslide", "https://www.w3.org/TR/mediasession/#ref-for-mediasession%E2%91%A3", "https://www.w3.org/TR/mediasession/#supported-media-session-actions", "https://www.w3.org/TR/mediasession/#ref-for-media-session-action%E2%91%A2", @@ -238,6 +240,8 @@ "https://www.w3.org/TR/mediasession/#ref-for-dom-mediasessionaction-togglemicrophone%E2%91%A0", "https://www.w3.org/TR/mediasession/#ref-for-dom-mediasessionaction-togglecamera%E2%91%A0", "https://www.w3.org/TR/mediasession/#ref-for-dom-mediasessionaction-hangup%E2%91%A0", + "https://www.w3.org/TR/mediasession/#ref-for-dom-mediasessionaction-previousslide", + "https://www.w3.org/TR/mediasession/#ref-for-dom-mediasessionaction-nextslide", "https://www.w3.org/TR/mediasession/#callbackdef-mediasessionactionhandler", "https://www.w3.org/TR/mediasession/#ref-for-idl-undefined", "https://www.w3.org/TR/mediasession/#ref-for-dictdef-mediasessionactiondetails%E2%91%A0", @@ -329,8 +333,6 @@ "https://www.w3.org/TR/mediasession/#ref-for-last-position-updated-time%E2%91%A0", "https://www.w3.org/TR/mediasession/#dom-mediasession-setmicrophoneactive", "https://www.w3.org/TR/mediasession/#dom-mediasession-setcameraactive", - "https://www.w3.org/TR/mediasession/#ref-for-dom-mediasessionaction-togglemicrophone%E2%91%A1", - "https://www.w3.org/TR/mediasession/#ref-for-dom-mediasessionaction-togglecamera%E2%91%A1", "https://www.w3.org/TR/mediasession/#ref-for-media-session-action%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/mediasession/#the-mediametadata-interface", "https://www.w3.org/TR/mediasession/#ref-for-mediametadata%E2%91%A7", @@ -541,8 +543,12 @@ "https://www.w3.org/TR/mediasession/#example-media-position-state", "https://www.w3.org/TR/mediasession/#ref-for-position-state%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/mediasession/#example-microphone-camera-hangup", + "https://www.w3.org/TR/mediasession/#example-presenting-slide-actions", "https://www.w3.org/TR/mediasession/#acknowledgments", - "https://www.w3.org/TR/mediasession/#back-to-top", + "https://www.w3.org/TR/mediasession/#w3c-conformance", + "https://www.w3.org/TR/mediasession/#w3c-conventions", + "https://www.w3.org/TR/mediasession/#w3c-example", + "https://www.w3.org/TR/mediasession/#w3c-conformant-algorithms", "https://www.w3.org/TR/mediasession/#index", "https://www.w3.org/TR/mediasession/#index-defined-here", "https://www.w3.org/TR/mediasession/#index-defined-elsewhere", diff --git a/tr/ids/openscreenprotocol.json b/tr/ids/openscreenprotocol.json index 17d424f7ef44..809ce034beaa 100644 --- a/tr/ids/openscreenprotocol.json +++ b/tr/ids/openscreenprotocol.json @@ -196,6 +196,10 @@ "https://www.w3.org/TR/openscreenprotocol/#ref-for-presentation-connection-open-request%E2%91%A1", "https://www.w3.org/TR/openscreenprotocol/#ref-for-presentation-connection-open-response%E2%91%A2", "https://www.w3.org/TR/openscreenprotocol/#ref-for-presentation-change-event%E2%91%A2", + "https://www.w3.org/TR/openscreenprotocol/#time-representation", + "https://www.w3.org/TR/openscreenprotocol/#ref-for-time-scale", + "https://www.w3.org/TR/openscreenprotocol/#time-scale", + "https://www.w3.org/TR/openscreenprotocol/#ref-for-time-scale%E2%91%A0", "https://www.w3.org/TR/openscreenprotocol/#remote-playback-protocol", "https://www.w3.org/TR/openscreenprotocol/#issue-649c173f", "https://www.w3.org/TR/openscreenprotocol/#ref-for-dfn-compatible-remote-playback-device", @@ -344,6 +348,7 @@ "https://www.w3.org/TR/openscreenprotocol/#ref-for-dom-media-texttracks%E2%91%A2", "https://www.w3.org/TR/openscreenprotocol/#ref-for-remote-playback-start-response%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/openscreenprotocol/#ref-for-media-time", + "https://www.w3.org/TR/openscreenprotocol/#ref-for-time-scale%E2%91%A1", "https://www.w3.org/TR/openscreenprotocol/#ref-for-remote-playback-start-response%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/openscreenprotocol/#remote-playback-api", "https://www.w3.org/TR/openscreenprotocol/#ref-for-open-screen-protocol-agent%E2%91%A6", @@ -383,6 +388,9 @@ "https://www.w3.org/TR/openscreenprotocol/#streaming-sessions", "https://www.w3.org/TR/openscreenprotocol/#ref-for-streaming-session-start-request%E2%91%A0", "https://www.w3.org/TR/openscreenprotocol/#ref-for-section-3%E2%91%A0", + "https://www.w3.org/TR/openscreenprotocol/#ref-for-time-scale%E2%91%A2", + "https://www.w3.org/TR/openscreenprotocol/#ref-for-time-scale%E2%91%A3", + "https://www.w3.org/TR/openscreenprotocol/#ref-for-time-scale%E2%91%A4", "https://www.w3.org/TR/openscreenprotocol/#ref-for-streaming-session-start-request%E2%91%A1", "https://www.w3.org/TR/openscreenprotocol/#ref-for-streaming-session-start-response%E2%91%A0", "https://www.w3.org/TR/openscreenprotocol/#ref-for-streaming-session-modify-request%E2%91%A0", @@ -398,20 +406,29 @@ "https://www.w3.org/TR/openscreenprotocol/#ref-for-media-receiver%E2%91%A0", "https://www.w3.org/TR/openscreenprotocol/#ref-for-audio-frame", "https://www.w3.org/TR/openscreenprotocol/#ref-for-audio-encoding-offer", + "https://www.w3.org/TR/openscreenprotocol/#ref-for-time-scale%E2%91%A5", + "https://www.w3.org/TR/openscreenprotocol/#ref-for-time-scale%E2%91%A6", "https://www.w3.org/TR/openscreenprotocol/#ref-for-audio-encoding-offer%E2%91%A0", "https://www.w3.org/TR/openscreenprotocol/#ref-for-audio-encoding-offer%E2%91%A1", + "https://www.w3.org/TR/openscreenprotocol/#ref-for-time-scale%E2%91%A7", "https://www.w3.org/TR/openscreenprotocol/#ref-for-audio-encoding-offer%E2%91%A2", "https://www.w3.org/TR/openscreenprotocol/#ref-for-audio-encoding-offer%E2%91%A3", "https://www.w3.org/TR/openscreenprotocol/#streaming-video", "https://www.w3.org/TR/openscreenprotocol/#ref-for-video-frame%E2%91%A0", + "https://www.w3.org/TR/openscreenprotocol/#ref-for-time-scale%E2%91%A8", + "https://www.w3.org/TR/openscreenprotocol/#ref-for-time-scale%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/openscreenprotocol/#ref-for-video-encoding-offer", + "https://www.w3.org/TR/openscreenprotocol/#ref-for-time-scale%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/openscreenprotocol/#ref-for-video-encoding-offer%E2%91%A0", "https://www.w3.org/TR/openscreenprotocol/#ref-for-video-encoding-offer%E2%91%A1", "https://www.w3.org/TR/openscreenprotocol/#ref-for-video-encoding-offer%E2%91%A2", "https://www.w3.org/TR/openscreenprotocol/#streaming-data", "https://www.w3.org/TR/openscreenprotocol/#ref-for-data-frame", + "https://www.w3.org/TR/openscreenprotocol/#ref-for-time-scale%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/openscreenprotocol/#ref-for-time-scale%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/openscreenprotocol/#ref-for-data-encoding-offer", "https://www.w3.org/TR/openscreenprotocol/#ref-for-data-encoding-offer%E2%91%A0", + "https://www.w3.org/TR/openscreenprotocol/#ref-for-time-scale%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/openscreenprotocol/#ref-for-data-encoding-offer%E2%91%A1", "https://www.w3.org/TR/openscreenprotocol/#ref-for-data-encoding-offer%E2%91%A2", "https://www.w3.org/TR/openscreenprotocol/#streaming-feedback", diff --git a/tr/ids/payment-handler.json b/tr/ids/payment-handler.json index 0fdeacad7796..e051c0fd0555 100644 --- a/tr/ids/payment-handler.json +++ b/tr/ids/payment-handler.json @@ -9,6 +9,7 @@ "https://www.w3.org/TR/payment-handler/#toc-jump", "https://www.w3.org/TR/payment-handler/#toc-toggle", "https://www.w3.org/TR/payment-handler/#title", + "https://www.w3.org/TR/payment-handler/#w3c-state", "https://www.w3.org/TR/payment-handler/#abstract", "https://www.w3.org/TR/payment-handler/#sotd", "https://www.w3.org/TR/payment-handler/#w3c_process_revision", @@ -217,11 +218,11 @@ "https://www.w3.org/TR/payment-handler/#ref-for-dom-imageobject-10", "https://www.w3.org/TR/payment-handler/#ref-for-dom-imageobject-src-4", "https://www.w3.org/TR/payment-handler/#ref-for-dom-imageobject-src-5", - "https://www.w3.org/TR/payment-handler/#example-1-resolving-the-relative-url-of-image-src-in-window-context", - "https://www.w3.org/TR/payment-handler/#example-2-resolving-the-relative-url-of-image-src-in-service-worker-context", + "https://www.w3.org/TR/payment-handler/#example-resolving-the-relative-url-of-image-src-in-window-context", + "https://www.w3.org/TR/payment-handler/#example-resolving-the-relative-url-of-image-src-in-service-worker-context", "https://www.w3.org/TR/payment-handler/#register-example", "https://www.w3.org/TR/payment-handler/#x3-3-10-registration-example", - "https://www.w3.org/TR/payment-handler/#example-3-payment-handler-registration", + "https://www.w3.org/TR/payment-handler/#example-payment-handler-registration", "https://www.w3.org/TR/payment-handler/#canmakepayment", "https://www.w3.org/TR/payment-handler/#x4-can-make-payment", "https://www.w3.org/TR/payment-handler/#ref-for-dfn-payment-handler-6", @@ -299,7 +300,7 @@ "https://www.w3.org/TR/payment-handler/#ref-for-dom-canmakepaymentevent-8", "https://www.w3.org/TR/payment-handler/#ref-for-dom-canmakepaymentevent-9", "https://www.w3.org/TR/payment-handler/#ref-for-dom-canmakepaymentevent-10", - "https://www.w3.org/TR/payment-handler/#example-4-handling-the-canmakepaymentevent", + "https://www.w3.org/TR/payment-handler/#example-handling-the-canmakepaymentevent", "https://www.w3.org/TR/payment-handler/#filtering-of-payment-instruments", "https://www.w3.org/TR/payment-handler/#x4-5-filtering-of-payment-instruments", "https://www.w3.org/TR/payment-handler/#ref-for-dom-paymentinstrument-20", @@ -523,9 +524,9 @@ "https://www.w3.org/TR/payment-handler/#ref-for-dom-paymentrequestevent-20", "https://www.w3.org/TR/payment-handler/#ref-for-dom-paymentrequestevent-21", "https://www.w3.org/TR/payment-handler/#ref-for-dom-paymentrequestevent-22", - "https://www.w3.org/TR/payment-handler/#example-5-handling-the-paymentrequestevent", + "https://www.w3.org/TR/payment-handler/#example-handling-the-paymentrequestevent", "https://www.w3.org/TR/payment-handler/#ref-for-dfn-payment-handler-window-1", - "https://www.w3.org/TR/payment-handler/#example-6-simple-payment-handler-window", + "https://www.w3.org/TR/payment-handler/#example-simple-payment-handler-window", "https://www.w3.org/TR/payment-handler/#response", "https://www.w3.org/TR/payment-handler/#x7-response", "https://www.w3.org/TR/payment-handler/#paymenthandlerresponse-dictionary", @@ -566,7 +567,7 @@ "https://www.w3.org/TR/payment-handler/#ref-for-dom-paymenthandlerresponse-details-2", "https://www.w3.org/TR/payment-handler/#ref-for-dfn-payment-app-failure-algorithm-4", "https://www.w3.org/TR/payment-handler/#ref-for-dfn-payment-app-failure-algorithm-5", - "https://www.w3.org/TR/payment-handler/#example-7-sending-a-payment-response", + "https://www.w3.org/TR/payment-handler/#example-sending-a-payment-response", "https://www.w3.org/TR/payment-handler/#issue-container-generatedID-2", "https://www.w3.org/TR/payment-handler/#h-note-2", "https://www.w3.org/TR/payment-handler/#security", @@ -638,7 +639,6 @@ "https://www.w3.org/TR/payment-handler/#dfn-extend-lifetime-promises", "https://www.w3.org/TR/payment-handler/#dfn-pending-promises-count", "https://www.w3.org/TR/payment-handler/#dfn-containing-service-worker-registration", - "https://www.w3.org/TR/payment-handler/#dfn-uninstalling-flag", "https://www.w3.org/TR/payment-handler/#dfn-try-clear-registration", "https://www.w3.org/TR/payment-handler/#dfn-try-activate", "https://www.w3.org/TR/payment-handler/#dfn-extendableevent", diff --git a/tr/ids/prerendering-revamped.json b/tr/ids/prerendering-revamped.json index 5e3f4c4cfd5f..d80b136fd5a6 100644 --- a/tr/ids/prerendering-revamped.json +++ b/tr/ids/prerendering-revamped.json @@ -154,6 +154,10 @@ "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-document-origin%E2%91%A1", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-document-activation-start-time", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-dfn-relative-high-resolution-time", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-map-iterate", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context-prerender-scoped-accept-ch-cache", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-add-a-new-accept-ch-cache-entry", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-accept-ch-cache", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-event-fire", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-eventdef-document-prerenderingchange", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-list-iterate%E2%91%A0", @@ -296,6 +300,37 @@ "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-dom-domhighrestimestamp%E2%91%A2", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-dfn-current-document", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-document-activation-start-time%E2%91%A0", + "https://wicg.github.io/nav-speculation/prerendering.html#client-hint-cache", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-accept-ch-cache%E2%91%A0", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A1%E2%91%A3", + "https://wicg.github.io/nav-speculation/prerendering.html#prerendering-browsing-context-prerender-scoped-accept-ch-cache", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-ordered-map%E2%91%A0", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-origin%E2%91%A0", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-client-hints-set", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-accept-ch-cache%E2%91%A1", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context-finalize-activation%E2%91%A1", + "https://wicg.github.io/nav-speculation/prerendering.html#add-a-new-prerender-accept-ch-cache-entry", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A1%E2%91%A4", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-origin%E2%91%A1", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-client-hints-set%E2%91%A0", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context-prerender-scoped-accept-ch-cache%E2%91%A0", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-map-set", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-add-a-new-accept-ch-cache-entry%E2%91%A0", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-abstract-opdef-append-client-hints-to-request", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-settings-object-global", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A1%E2%91%A5", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-request-url%E2%91%A2", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-url-origin%E2%91%A3", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-set-union", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context-prerender-scoped-accept-ch-cache%E2%91%A1", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-abstract-opdef-update-the-client-hints-set", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-response-url", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-url-origin%E2%91%A4", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-environment-settings-object-client-hints-set", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A1%E2%91%A6", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-add-a-new-prerender-accept-ch-cache-entry", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-add-a-new-accept-ch-cache-entry%E2%91%A1", "https://wicg.github.io/nav-speculation/prerendering.html#supports-loading-mode", "https://wicg.github.io/nav-speculation/prerendering.html#http-headerdef-supports-loading-mode", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-http-headerdef-supports-loading-mode", @@ -305,7 +340,7 @@ "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-name-lists", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-name-tokens%E2%91%A0", "https://wicg.github.io/nav-speculation/prerendering.html#supports-loading-mode-credentialed-prerender", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A1%E2%91%A3", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A1%E2%91%A7", "https://wicg.github.io/nav-speculation/prerendering.html#get-the-supported-loading-modes", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-response", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-network-error%E2%91%A0", @@ -316,45 +351,45 @@ "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-name-tokens%E2%91%A1", "https://wicg.github.io/nav-speculation/prerendering.html#nonsense-behaviors", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-top-level-browsing-context%E2%91%A5", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A1%E2%91%A4", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A1%E2%91%A8", "https://wicg.github.io/nav-speculation/prerendering.html#patch-window-apis", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-script-closable", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A1%E2%91%A5", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A2%E2%93%AA", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-browsing-context%E2%91%A5", "https://wicg.github.io/nav-speculation/prerendering.html#script-closable", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-auxiliary-browsing-context%E2%91%A0", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-top-level-browsing-context%E2%91%A6", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A1%E2%91%A6", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A2%E2%91%A0", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-session-history%E2%91%A1", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-document%E2%91%A0%E2%91%A1", "https://wicg.github.io/nav-speculation/prerendering.html#intrusive-behaviors", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A1%E2%91%A7", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A2%E2%91%A1", "https://wicg.github.io/nav-speculation/prerendering.html#patch-downloading", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-downloading-hyperlinks", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A1%E2%91%A8", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A2%E2%91%A2", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context-activate%E2%91%A5", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-in-parallel%E2%91%A0", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-node-document%E2%91%A2", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-document-bc%E2%91%A6", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A2%E2%93%AA", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A2%E2%91%A3", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-platform-object-post-prerendering-activation-steps-list", "https://wicg.github.io/nav-speculation/prerendering.html#patch-modals", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-cannot-show-simple-dialogs", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window%E2%91%A0", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A2%E2%91%A0", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A0", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A2%E2%91%A4", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-dom-print", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-this%E2%91%A0", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A0", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A2%E2%91%A1", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A1", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A2%E2%91%A5", "https://wicg.github.io/nav-speculation/prerendering.html#delay-async-apis", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A2%E2%91%A2", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A2%E2%91%A6", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context-activate%E2%91%A6", "https://wicg.github.io/nav-speculation/prerendering.html#delay-while-prerendering", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-extendedattrdef-delaywhileprerendering", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context-activate%E2%91%A7", "https://wicg.github.io/nav-speculation/prerendering.html#extendedattrdef-delaywhileprerendering", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A2%E2%91%A3", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A2%E2%91%A7", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-extendedattrdef-delaywhileprerendering%E2%91%A0", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-dfn-regular-operation", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-dfn-static-operation", @@ -369,8 +404,8 @@ "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-relevant-realm", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-this%E2%91%A1", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-realm-global", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A1", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A2%E2%91%A4", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A2", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A2%E2%91%A8", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-a-new-promise", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-this%E2%91%A2", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-platform-object-post-prerendering-activation-steps-list%E2%91%A0", @@ -393,15 +428,15 @@ "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-getcurrentposition-method", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-this%E2%91%A5", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-relevant-global%E2%91%A1", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A2", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A2%E2%91%A5", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A3", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A3%E2%93%AA", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-this%E2%91%A6", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-platform-object-post-prerendering-activation-steps-list%E2%91%A1", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-watchposition-method", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-this%E2%91%A7", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-relevant-global%E2%91%A2", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A3", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A2%E2%91%A6", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A4", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A3%E2%91%A0", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-dfn-watch-process", "https://wicg.github.io/nav-speculation/prerendering.html#post-prerendering-activation-geolocation-watch-process-id", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-this%E2%91%A8", @@ -410,8 +445,8 @@ "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-clearwatch-method", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-this%E2%91%A0%E2%93%AA", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-relevant-global%E2%91%A3", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A4", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A2%E2%91%A7", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A5", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A3%E2%91%A1", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-post-prerendering-activation-geolocation-watch-process-id", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-this%E2%91%A0%E2%91%A0", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-platform-object-post-prerendering-activation-steps-list%E2%91%A3", @@ -435,7 +470,7 @@ "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-securityerror", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-idl-DOMException", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-document-bc%E2%91%A7", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A2%E2%91%A8", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A3%E2%91%A2", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-document-post-prerendering-activation-steps-list%E2%91%A3", "https://wicg.github.io/nav-speculation/prerendering.html#patch-notifications", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-extendedattrdef-delaywhileprerendering%E2%91%A6", @@ -444,16 +479,16 @@ "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-in-parallel%E2%91%A1", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-this%E2%91%A0%E2%91%A5", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-relevant-global%E2%91%A8", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A5", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A3%E2%93%AA", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A6", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A3%E2%91%A3", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-this%E2%91%A0%E2%91%A6", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-platform-object-post-prerendering-activation-steps-list%E2%91%A4", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-in-parallel%E2%91%A2", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-dom-notification-permission", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-current-global-object", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A6", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A3%E2%91%A0", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A3%E2%91%A1", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A7", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A3%E2%91%A4", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A3%E2%91%A5", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-dom-notification-requestpermission%E2%91%A0", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-get-the-notifications-permission-state", "https://wicg.github.io/nav-speculation/prerendering.html#patch-midi", @@ -468,8 +503,8 @@ "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-dom-sensor-start", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-this%E2%91%A0%E2%91%A7", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-relevant-global%E2%91%A0%E2%93%AA", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A7", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A3%E2%91%A2", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A8", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A3%E2%91%A6", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-this%E2%91%A0%E2%91%A8", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-platform-object-post-prerendering-activation-steps-list%E2%91%A5", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-this%E2%91%A1%E2%93%AA", @@ -485,8 +520,8 @@ "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-dom-navigator-getbattery", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-this%E2%91%A1%E2%91%A1", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-relevant-global%E2%91%A0%E2%91%A0", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A8", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A3%E2%91%A3", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A0%E2%93%AA", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A3%E2%91%A7", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-this%E2%91%A1%E2%91%A2", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-platform-object-post-prerendering-activation-steps-list%E2%91%A6", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-this%E2%91%A1%E2%91%A3", @@ -496,8 +531,8 @@ "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-in-parallel%E2%91%A3", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-this%E2%91%A1%E2%91%A4", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-relevant-global%E2%91%A0%E2%91%A1", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A0%E2%93%AA", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A3%E2%91%A4", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A0%E2%91%A0", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A3%E2%91%A8", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-this%E2%91%A1%E2%91%A5", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-platform-object-post-prerendering-activation-steps-list%E2%91%A7", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-user-agent%E2%91%A0", @@ -521,13 +556,13 @@ "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-dom-navigator-getgamepads", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-this%E2%91%A1%E2%91%A6", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-relevant-global%E2%91%A0%E2%91%A2", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A0%E2%91%A0", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A3%E2%91%A5", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A0%E2%91%A1", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A4%E2%93%AA", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-dfn-gamepadconnected", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-dfn-gamepaddisconnected", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window%E2%91%A3", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A0%E2%91%A1", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A3%E2%91%A6", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A0%E2%91%A2", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A4%E2%91%A0", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-dfn-gamepadconnected%E2%91%A0", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-document%E2%91%A0%E2%91%A2", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-document-post-prerendering-activation-steps-list%E2%91%A4", @@ -558,8 +593,8 @@ "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-dfn-device-change-notification-steps", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-this%E2%91%A1%E2%91%A7", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-relevant-global%E2%91%A0%E2%91%A4", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A0%E2%91%A2", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A3%E2%91%A7", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-window-bc%E2%91%A0%E2%91%A3", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A4%E2%91%A1", "https://wicg.github.io/nav-speculation/prerendering.html#audio-output-patch", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-extendedattrdef-delaywhileprerendering%E2%91%A0%E2%91%A3", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-dom-mediadevices-selectaudiooutput", @@ -605,8 +640,12 @@ "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-dom-speechrecognition-start", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-dom-speechrecognition-stop", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-dom-speechrecognition-abort", + "https://wicg.github.io/nav-speculation/prerendering.html#web-locks-patch", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-extendedattrdef-delaywhileprerendering%E2%91%A1%E2%91%A5", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-dom-lockmanager-request", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-dom-lockmanager-query", "https://wicg.github.io/nav-speculation/prerendering.html#implicitly-restricted", - "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A3%E2%91%A8", + "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-browsing-context%E2%91%A4%E2%91%A2", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-active-window%E2%91%A0", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-active-document%E2%91%A7", "https://wicg.github.io/nav-speculation/prerendering.html#ref-for-transient-activation%E2%91%A0", @@ -646,6 +685,11 @@ "https://wicg.github.io/nav-speculation/prerendering.html#term-for-dom-backgroundfetchmanager-fetch", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-dfn-battery-promise", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-dom-navigator-getbattery", + "https://wicg.github.io/nav-speculation/prerendering.html#term-for-accept-ch-cache", + "https://wicg.github.io/nav-speculation/prerendering.html#term-for-add-a-new-accept-ch-cache-entry", + "https://wicg.github.io/nav-speculation/prerendering.html#term-for-abstract-opdef-append-client-hints-to-request", + "https://wicg.github.io/nav-speculation/prerendering.html#term-for-environment-settings-object-client-hints-set", + "https://wicg.github.io/nav-speculation/prerendering.html#term-for-abstract-opdef-update-the-client-hints-set", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-dom-clipboard-read", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-dom-clipboard-readtext", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-dom-clipboard-write", @@ -674,7 +718,7 @@ "https://wicg.github.io/nav-speculation/prerendering.html#term-for-concept-request", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-concept-response", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-concept-response-status", - "https://wicg.github.io/nav-speculation/prerendering.html#term-for-concept-request-url", + "https://wicg.github.io/nav-speculation/prerendering.html#term-for-concept-response-url", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-dom-window-showdirectorypicker", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-dom-window-showopenfilepicker", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-dom-window-showsavefilepicker", @@ -728,7 +772,7 @@ "https://wicg.github.io/nav-speculation/prerendering.html#term-for-event-handler-idl-attributes", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-event-loop", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-fully-active", - "https://wicg.github.io/nav-speculation/prerendering.html#term-for-concept-realm-global", + "https://wicg.github.io/nav-speculation/prerendering.html#term-for-concept-settings-object-global", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-history-handling-behavior", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-in-parallel", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-list-of-the-descendant-browsing-contexts", @@ -778,11 +822,13 @@ "https://wicg.github.io/nav-speculation/prerendering.html#term-for-list-empty", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-map-exists", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-list-extend", - "https://wicg.github.io/nav-speculation/prerendering.html#term-for-list-iterate", + "https://wicg.github.io/nav-speculation/prerendering.html#term-for-map-iterate", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-list-item", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-list", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-ordered-map", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-map-remove", + "https://wicg.github.io/nav-speculation/prerendering.html#term-for-map-set", + "https://wicg.github.io/nav-speculation/prerendering.html#term-for-set-union", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-user-agent", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-dom-keyboard-lock", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-dfn-device-change-notification-steps", @@ -832,6 +878,8 @@ "https://wicg.github.io/nav-speculation/prerendering.html#term-for-concept-url", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-dom-bluetooth-getdevices", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-dom-bluetooth-requestdevice", + "https://wicg.github.io/nav-speculation/prerendering.html#term-for-dom-lockmanager-query", + "https://wicg.github.io/nav-speculation/prerendering.html#term-for-dom-lockmanager-request", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-dom-ndefreader-scan", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-dom-ndefreader-write", "https://wicg.github.io/nav-speculation/prerendering.html#term-for-dom-navigator-share", @@ -858,6 +906,7 @@ "https://wicg.github.io/nav-speculation/prerendering.html#references", "https://wicg.github.io/nav-speculation/prerendering.html#normative", "https://wicg.github.io/nav-speculation/prerendering.html#biblio-audio-output", + "https://wicg.github.io/nav-speculation/prerendering.html#biblio-client-hints-infrastructure", "https://wicg.github.io/nav-speculation/prerendering.html#biblio-clipboard-apis", "https://wicg.github.io/nav-speculation/prerendering.html#biblio-credential-management-1", "https://wicg.github.io/nav-speculation/prerendering.html#biblio-csp3", @@ -893,6 +942,7 @@ "https://wicg.github.io/nav-speculation/prerendering.html#biblio-storage", "https://wicg.github.io/nav-speculation/prerendering.html#biblio-url", "https://wicg.github.io/nav-speculation/prerendering.html#biblio-web-bluetooth", + "https://wicg.github.io/nav-speculation/prerendering.html#biblio-web-locks", "https://wicg.github.io/nav-speculation/prerendering.html#biblio-web-nfc", "https://wicg.github.io/nav-speculation/prerendering.html#biblio-web-share", "https://wicg.github.io/nav-speculation/prerendering.html#biblio-webidl", diff --git a/tr/ids/reporting-1.json b/tr/ids/reporting-1.json index 396560ff76ef..df85090f53c0 100644 --- a/tr/ids/reporting-1.json +++ b/tr/ids/reporting-1.json @@ -80,11 +80,10 @@ "https://www.w3.org/TR/reporting-1/#report-attempts", "https://www.w3.org/TR/reporting-1/#media-type", "https://www.w3.org/TR/reporting-1/#queue-report", - "https://www.w3.org/TR/reporting-1/#reporting-queue", - "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/reporting-1/#generate-a-report", "https://www.w3.org/TR/reporting-1/#ref-for-environment-settings-object", "https://www.w3.org/TR/reporting-1/#ref-for-concept-url%E2%91%A0", - "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/reporting-1/#ref-for-report-body%E2%91%A1", "https://www.w3.org/TR/reporting-1/#ref-for-report-user-agent%E2%91%A0", "https://www.w3.org/TR/reporting-1/#ref-for-dom-navigator-useragent", @@ -97,8 +96,6 @@ "https://www.w3.org/TR/reporting-1/#ref-for-concept-url-password", "https://www.w3.org/TR/reporting-1/#ref-for-report-url", "https://www.w3.org/TR/reporting-1/#ref-for-concept-url-serializer", - "https://www.w3.org/TR/reporting-1/#ref-for-concept-settings-object-global", - "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope", "https://www.w3.org/TR/reporting-1/#ref-for-reporting-observer%E2%91%A0", "https://www.w3.org/TR/reporting-1/#ref-for-environment-settings-object%E2%91%A0", "https://www.w3.org/TR/reporting-1/#ref-for-reporting-observer%E2%91%A1", @@ -114,15 +111,15 @@ "https://www.w3.org/TR/reporting-1/#ref-for-serialize-an-infra-value-to-json-bytes", "https://www.w3.org/TR/reporting-1/#document-reporting", "https://www.w3.org/TR/reporting-1/#document-configuration", - "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope%E2%91%A0", + "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope", "https://www.w3.org/TR/reporting-1/#windoworworkerglobalscope-endpoints", "https://www.w3.org/TR/reporting-1/#ref-for-endpoint%E2%91%A3", "https://www.w3.org/TR/reporting-1/#ref-for-dom-endpoint-name%E2%91%A0", - "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope%E2%91%A1", + "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope%E2%91%A0", "https://www.w3.org/TR/reporting-1/#windoworworkerglobalscope-reports", - "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/reporting-1/#initialize-a-globals-endpoint-list", - "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope%E2%91%A2", + "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope%E2%91%A1", "https://www.w3.org/TR/reporting-1/#ref-for-concept-response", "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope-endpoints", "https://www.w3.org/TR/reporting-1/#header", @@ -134,6 +131,7 @@ "https://www.w3.org/TR/reporting-1/#ref-for-endpoint%E2%91%A6", "https://www.w3.org/TR/reporting-1/#ref-for-is-origin-trustworthy", "https://www.w3.org/TR/reporting-1/#ref-for-endpoint%E2%91%A7", + "https://www.w3.org/TR/reporting-1/#ref-for-section-3.2", "https://www.w3.org/TR/reporting-1/#process-header", "https://www.w3.org/TR/reporting-1/#ref-for-concept-response%E2%91%A0", "https://www.w3.org/TR/reporting-1/#ref-for-endpoint%E2%91%A8", @@ -157,10 +155,13 @@ "https://www.w3.org/TR/reporting-1/#ref-for-dom-endpoint-failures", "https://www.w3.org/TR/reporting-1/#report-generation", "https://www.w3.org/TR/reporting-1/#generate-report", - "https://www.w3.org/TR/reporting-1/#generate-a-report", + "https://www.w3.org/TR/reporting-1/#generate-and-queue-a-report", "https://www.w3.org/TR/reporting-1/#ref-for-concept-document", "https://www.w3.org/TR/reporting-1/#ref-for-workerglobalscope", "https://www.w3.org/TR/reporting-1/#ref-for-relevant-settings-object", + "https://www.w3.org/TR/reporting-1/#ref-for-generate-a-report", + "https://www.w3.org/TR/reporting-1/#ref-for-concept-settings-object-global", + "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope%E2%91%A2", "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope-reports%E2%91%A1", "https://www.w3.org/TR/reporting-1/#report-delivery", "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope-reports%E2%91%A2", @@ -168,18 +169,18 @@ "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope-reports%E2%91%A3", "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope%E2%91%A3", "https://www.w3.org/TR/reporting-1/#ref-for-endpoint%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/reporting-1/#ref-for-endpoint%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope-endpoints%E2%91%A0", "https://www.w3.org/TR/reporting-1/#ref-for-dom-endpoint-name%E2%91%A2", "https://www.w3.org/TR/reporting-1/#ref-for-report-destination%E2%91%A0", "https://www.w3.org/TR/reporting-1/#ref-for-origin%E2%91%A1", - "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/reporting-1/#ref-for-origin%E2%91%A2", "https://www.w3.org/TR/reporting-1/#ref-for-report-url%E2%91%A1", "https://www.w3.org/TR/reporting-1/#ref-for-dom-endpoint-failures%E2%91%A0", "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope-endpoints%E2%91%A1", - "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/reporting-1/#issue-7f6dd3bd", "https://www.w3.org/TR/reporting-1/#try-delivery", "https://www.w3.org/TR/reporting-1/#ref-for-endpoint%E2%91%A0%E2%91%A2", @@ -264,7 +265,7 @@ "https://www.w3.org/TR/reporting-1/#ref-for-dom-report%E2%91%A1", "https://www.w3.org/TR/reporting-1/#typedefdef-reportlist", "https://www.w3.org/TR/reporting-1/#dom-report", - "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/reporting-1/#dom-report-type", "https://www.w3.org/TR/reporting-1/#ref-for-report-reporttype%E2%91%A2", "https://www.w3.org/TR/reporting-1/#dom-report-url", @@ -285,19 +286,29 @@ "https://www.w3.org/TR/reporting-1/#ref-for-reportingobserver-options", "https://www.w3.org/TR/reporting-1/#dom-reportingobserver-observe", "https://www.w3.org/TR/reporting-1/#ref-for-concept-relevant-global", + "https://www.w3.org/TR/reporting-1/#ref-for-this", + "https://www.w3.org/TR/reporting-1/#ref-for-this%E2%91%A0", "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope-registered-reporting-observer-list%E2%91%A0", + "https://www.w3.org/TR/reporting-1/#ref-for-this%E2%91%A1", "https://www.w3.org/TR/reporting-1/#ref-for-dom-reportingobserveroptions-buffered%E2%91%A0", "https://www.w3.org/TR/reporting-1/#ref-for-reportingobserver-options%E2%91%A0", + "https://www.w3.org/TR/reporting-1/#ref-for-this%E2%91%A2", "https://www.w3.org/TR/reporting-1/#ref-for-dom-reportingobserveroptions-buffered%E2%91%A1", "https://www.w3.org/TR/reporting-1/#ref-for-reportingobserver-options%E2%91%A1", "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope-report-buffer%E2%91%A0", "https://www.w3.org/TR/reporting-1/#ref-for-queue-a-task%E2%91%A0", + "https://www.w3.org/TR/reporting-1/#ref-for-this%E2%91%A3", "https://www.w3.org/TR/reporting-1/#dom-reportingobserver-disconnect", + "https://www.w3.org/TR/reporting-1/#ref-for-this%E2%91%A4", "https://www.w3.org/TR/reporting-1/#ref-for-registered", "https://www.w3.org/TR/reporting-1/#ref-for-concept-relevant-global%E2%91%A0", + "https://www.w3.org/TR/reporting-1/#ref-for-this%E2%91%A5", + "https://www.w3.org/TR/reporting-1/#ref-for-this%E2%91%A6", "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope-registered-reporting-observer-list%E2%91%A1", "https://www.w3.org/TR/reporting-1/#dom-reportingobserver-takerecords", + "https://www.w3.org/TR/reporting-1/#ref-for-this%E2%91%A7", "https://www.w3.org/TR/reporting-1/#ref-for-reportingobserver-report-queue", + "https://www.w3.org/TR/reporting-1/#ref-for-this%E2%91%A8", "https://www.w3.org/TR/reporting-1/#ref-for-reportingobserver-report-queue%E2%91%A0", "https://www.w3.org/TR/reporting-1/#notify-observers", "https://www.w3.org/TR/reporting-1/#ref-for-registered%E2%91%A0", @@ -312,7 +323,7 @@ "https://www.w3.org/TR/reporting-1/#ref-for-report-reporttype%E2%91%A5", "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope-report-buffer%E2%91%A3", "https://www.w3.org/TR/reporting-1/#add-report", - "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/reporting-1/#ref-for-reportingobserver%E2%91%A5", "https://www.w3.org/TR/reporting-1/#ref-for-reportingobserver-report-queue%E2%91%A1", "https://www.w3.org/TR/reporting-1/#ref-for-report-reporttype%E2%91%A6", @@ -346,12 +357,12 @@ "https://www.w3.org/TR/reporting-1/#implementation", "https://www.w3.org/TR/reporting-1/#delivery", "https://www.w3.org/TR/reporting-1/#gc", - "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/reporting-1/#ref-for-endpoint%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/reporting-1/#ref-for-endpoint%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/reporting-1/#ref-for-dom-endpoint-failures%E2%91%A1", + "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope-reports%E2%91%A7", "https://www.w3.org/TR/reporting-1/#ref-for-windoworworkerglobalscope-report-buffer%E2%91%A4", "https://www.w3.org/TR/reporting-1/#ref-for-reporting-observer%E2%91%A6", @@ -362,7 +373,7 @@ "https://www.w3.org/TR/reporting-1/#generate-test-report-command", "https://www.w3.org/TR/reporting-1/#generate-test-report", "https://www.w3.org/TR/reporting-1/#ref-for-dfn-extension-command%E2%91%A0", - "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/reporting-1/#ref-for-registered%E2%91%A2", "https://www.w3.org/TR/reporting-1/#ref-for-reporting-observer%E2%91%A7", "https://www.w3.org/TR/reporting-1/#ref-for-dfn-extension-command%E2%91%A1", @@ -393,10 +404,11 @@ "https://www.w3.org/TR/reporting-1/#ref-for-environment-settings-object%E2%91%A1", "https://www.w3.org/TR/reporting-1/#ref-for-dfn-current-browsing-context%E2%91%A0", "https://www.w3.org/TR/reporting-1/#ref-for-active-document", + "https://www.w3.org/TR/reporting-1/#ref-for-generate-and-queue-a-report", "https://www.w3.org/TR/reporting-1/#ref-for-dfn-success", "https://www.w3.org/TR/reporting-1/#security", "https://www.w3.org/TR/reporting-1/#capability-urls", - "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/reporting-1/#ref-for-report%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/reporting-1/#ref-for-report-body%E2%91%A5", "https://www.w3.org/TR/reporting-1/#ref-for-report-body%E2%91%A6", "https://www.w3.org/TR/reporting-1/#privacy", @@ -447,6 +459,7 @@ "https://www.w3.org/TR/reporting-1/#term-for-section-2.1", "https://www.w3.org/TR/reporting-1/#term-for-section-2", "https://www.w3.org/TR/reporting-1/#term-for-is-origin-trustworthy", + "https://www.w3.org/TR/reporting-1/#term-for-section-3.2", "https://www.w3.org/TR/reporting-1/#term-for-concept-url", "https://www.w3.org/TR/reporting-1/#term-for-concept-base-url", "https://www.w3.org/TR/reporting-1/#term-for-concept-url-origin", @@ -473,6 +486,7 @@ "https://www.w3.org/TR/reporting-1/#term-for-invoke-a-callback-function", "https://www.w3.org/TR/reporting-1/#term-for-idl-object", "https://www.w3.org/TR/reporting-1/#term-for-idl-sequence", + "https://www.w3.org/TR/reporting-1/#term-for-this", "https://www.w3.org/TR/reporting-1/#term-for-idl-undefined", "https://www.w3.org/TR/reporting-1/#references", "https://www.w3.org/TR/reporting-1/#normative", @@ -483,9 +497,10 @@ "https://www.w3.org/TR/reporting-1/#biblio-infra", "https://www.w3.org/TR/reporting-1/#biblio-rfc3864", "https://www.w3.org/TR/reporting-1/#biblio-rfc5234", - "https://www.w3.org/TR/reporting-1/#biblio-rfc7231", "https://www.w3.org/TR/reporting-1/#biblio-rfc8259", + "https://www.w3.org/TR/reporting-1/#biblio-rfc9110", "https://www.w3.org/TR/reporting-1/#biblio-secure-contexts", + "https://www.w3.org/TR/reporting-1/#biblio-structured-fields", "https://www.w3.org/TR/reporting-1/#biblio-url", "https://www.w3.org/TR/reporting-1/#biblio-webdriver", "https://www.w3.org/TR/reporting-1/#biblio-webidl", @@ -495,7 +510,6 @@ "https://www.w3.org/TR/reporting-1/#biblio-html-design-principles", "https://www.w3.org/TR/reporting-1/#biblio-network-error-logging", "https://www.w3.org/TR/reporting-1/#biblio-rfc7469", - "https://www.w3.org/TR/reporting-1/#biblio-structured-headers", "https://www.w3.org/TR/reporting-1/#idl-index", "https://www.w3.org/TR/reporting-1/#issues-index" ] diff --git a/tr/ids/rfc6265bis.json b/tr/ids/rfc6265bis.json index 8e0a117dc6c7..09c60fde07ac 100644 --- a/tr/ids/rfc6265bis.json +++ b/tr/ids/rfc6265bis.json @@ -1164,10 +1164,12 @@ "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#appendix-A.12-1.6", "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#appendix-A.12-1.7", "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#appendix-A.12-1.8", + "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#appendix-A.12-1.9", "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#acknowledgements", "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#appendix-B", "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#name-acknowledgements", "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#appendix-B-1", + "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#appendix-B-2", "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#authors-addresses", "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#appendix-C", "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#name-authors-addresses" diff --git a/tr/ids/sanitizer-api.json b/tr/ids/sanitizer-api.json index 31f44b414db1..7ee4e6112e1f 100644 --- a/tr/ids/sanitizer-api.json +++ b/tr/ids/sanitizer-api.json @@ -57,6 +57,7 @@ "https://wicg.github.io/sanitizer-api/#ref-for-dom-sanitizer-getdefaultconfiguration", "https://wicg.github.io/sanitizer-api/#dom-sanitizer-sanitizer", "https://wicg.github.io/sanitizer-api/#ref-for-create-a-sanitizer", + "https://wicg.github.io/sanitizer-api/#ref-for-this", "https://wicg.github.io/sanitizer-api/#dom-sanitizer-sanitize", "https://wicg.github.io/sanitizer-api/#ref-for-sanitize", "https://wicg.github.io/sanitizer-api/#dom-sanitizer-sanitizefor", @@ -80,7 +81,7 @@ "https://wicg.github.io/sanitizer-api/#dom-element-sethtml-input-options-options", "https://wicg.github.io/sanitizer-api/#dom-element-sethtml", "https://wicg.github.io/sanitizer-api/#ref-for-sanitizeandset", - "https://wicg.github.io/sanitizer-api/#ref-for-this", + "https://wicg.github.io/sanitizer-api/#ref-for-this%E2%91%A0", "https://wicg.github.io/sanitizer-api/#issue-a1fbc017", "https://wicg.github.io/sanitizer-api/#example-8886c10c", "https://wicg.github.io/sanitizer-api/#api-string-handling", @@ -160,6 +161,7 @@ "https://wicg.github.io/sanitizer-api/#api-algorithms", "https://wicg.github.io/sanitizer-api/#create-a-sanitizer", "https://wicg.github.io/sanitizer-api/#ref-for-normalize-element-name", + "https://wicg.github.io/sanitizer-api/#ref-for-this%E2%91%A1", "https://wicg.github.io/sanitizer-api/#ref-for-configuration-dictionary%E2%91%A2", "https://wicg.github.io/sanitizer-api/#issue-6f447953", "https://wicg.github.io/sanitizer-api/#ref-for-element-allow-list%E2%91%A0", @@ -189,7 +191,11 @@ "https://wicg.github.io/sanitizer-api/#sanitizeandset", "https://wicg.github.io/sanitizer-api/#ref-for-dictdef-sethtmloptions%E2%91%A0", "https://wicg.github.io/sanitizer-api/#ref-for-element%E2%91%A6", + "https://wicg.github.io/sanitizer-api/#ref-for-this%E2%91%A2", "https://wicg.github.io/sanitizer-api/#ref-for-element-kind%E2%91%A0", + "https://wicg.github.io/sanitizer-api/#ref-for-this%E2%91%A3", + "https://wicg.github.io/sanitizer-api/#ref-for-this%E2%91%A4", + "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-local-name%E2%91%A0", "https://wicg.github.io/sanitizer-api/#ref-for-element-matches-an-element-name", "https://wicg.github.io/sanitizer-api/#ref-for-baseline-element-allow-list%E2%91%A0", "https://wicg.github.io/sanitizer-api/#ref-for-exceptiondef-typeerror", @@ -200,9 +206,11 @@ "https://wicg.github.io/sanitizer-api/#ref-for-dom-sethtmloptions-sanitizer%E2%91%A0", "https://wicg.github.io/sanitizer-api/#ref-for-dictdef-sethtmloptions%E2%91%A2", "https://wicg.github.io/sanitizer-api/#ref-for-create-a-sanitizer%E2%91%A0", + "https://wicg.github.io/sanitizer-api/#ref-for-this%E2%91%A5", "https://wicg.github.io/sanitizer-api/#ref-for-sanitize-a-document-fragment%E2%91%A1", "https://wicg.github.io/sanitizer-api/#ref-for-sanitizer%E2%91%A0", "https://wicg.github.io/sanitizer-api/#ref-for-concept-node-replace-all%E2%91%A0", + "https://wicg.github.io/sanitizer-api/#ref-for-this%E2%91%A6", "https://wicg.github.io/sanitizer-api/#query-the-sanitizer-config", "https://wicg.github.io/sanitizer-api/#ref-for-configuration-dictionary%E2%91%A3", "https://wicg.github.io/sanitizer-api/#ref-for-default-configuration%E2%91%A1", @@ -230,6 +238,7 @@ "https://wicg.github.io/sanitizer-api/#ref-for-map-set", "https://wicg.github.io/sanitizer-api/#ref-for-list-iterate%E2%91%A0", "https://wicg.github.io/sanitizer-api/#ref-for-concept-node-remove", + "https://wicg.github.io/sanitizer-api/#ref-for-this%E2%91%A7", "https://wicg.github.io/sanitizer-api/#ref-for-concept-tree-child", "https://wicg.github.io/sanitizer-api/#issue-2fb6262a", "https://wicg.github.io/sanitizer-api/#sanitize-a-node", @@ -262,23 +271,24 @@ "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-namespace", "https://wicg.github.io/sanitizer-api/#ref-for-string-is%E2%91%A0", "https://wicg.github.io/sanitizer-api/#ref-for-html-namespace%E2%91%A3", - "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-local-name%E2%91%A0", + "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-local-name%E2%91%A1", "https://wicg.github.io/sanitizer-api/#ref-for-string-is%E2%91%A1", "https://wicg.github.io/sanitizer-api/#ref-for-sanitize-a-document-fragment%E2%91%A2", + "https://wicg.github.io/sanitizer-api/#ref-for-template-contents", "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-namespace%E2%91%A0", "https://wicg.github.io/sanitizer-api/#ref-for-string-is%E2%91%A2", "https://wicg.github.io/sanitizer-api/#ref-for-html-namespace%E2%91%A4", - "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-local-name%E2%91%A1", + "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-local-name%E2%91%A2", "https://wicg.github.io/sanitizer-api/#ref-for-string-is%E2%91%A3", "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-namespace%E2%91%A1", "https://wicg.github.io/sanitizer-api/#ref-for-string-is%E2%91%A4", "https://wicg.github.io/sanitizer-api/#ref-for-html-namespace%E2%91%A5", - "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-local-name%E2%91%A2", + "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-local-name%E2%91%A3", "https://wicg.github.io/sanitizer-api/#ref-for-string-is%E2%91%A5", "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-namespace%E2%91%A2", "https://wicg.github.io/sanitizer-api/#ref-for-string-is%E2%91%A6", "https://wicg.github.io/sanitizer-api/#ref-for-html-namespace%E2%91%A6", - "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-local-name%E2%91%A3", + "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-local-name%E2%91%A4", "https://wicg.github.io/sanitizer-api/#ref-for-string-is%E2%91%A7", "https://wicg.github.io/sanitizer-api/#issue-c273ffb5", "https://wicg.github.io/sanitizer-api/#configuration", @@ -308,15 +318,15 @@ "https://wicg.github.io/sanitizer-api/#ref-for-strictly-split%E2%91%A0", "https://wicg.github.io/sanitizer-api/#ref-for-list-size%E2%91%A1", "https://wicg.github.io/sanitizer-api/#ref-for-html-namespace%E2%91%A7", - "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-local-name%E2%91%A4", + "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-local-name%E2%91%A5", "https://wicg.github.io/sanitizer-api/#ref-for-string-is%E2%91%A8", "https://wicg.github.io/sanitizer-api/#ref-for-list-size%E2%91%A2", "https://wicg.github.io/sanitizer-api/#ref-for-svg-namespace%E2%91%A3", - "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-local-name%E2%91%A5", + "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-local-name%E2%91%A6", "https://wicg.github.io/sanitizer-api/#ref-for-string-is%E2%91%A0%E2%93%AA", "https://wicg.github.io/sanitizer-api/#ref-for-list-size%E2%91%A3", "https://wicg.github.io/sanitizer-api/#ref-for-mathml-namespace%E2%91%A1", - "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-local-name%E2%91%A6", + "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-local-name%E2%91%A7", "https://wicg.github.io/sanitizer-api/#ref-for-string-is%E2%91%A0%E2%91%A0", "https://wicg.github.io/sanitizer-api/#issue-d7c2c132", "https://wicg.github.io/sanitizer-api/#attribute-matches-an-attribute-match-list", @@ -325,12 +335,12 @@ "https://wicg.github.io/sanitizer-api/#ref-for-attribute-match-list%E2%91%A4", "https://wicg.github.io/sanitizer-api/#termref-for-idl-record", "https://wicg.github.io/sanitizer-api/#ref-for-element%E2%91%A7", - "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-local-name%E2%91%A7", + "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-local-name%E2%91%A8", "https://wicg.github.io/sanitizer-api/#ref-for-svg-namespace%E2%91%A4", "https://wicg.github.io/sanitizer-api/#ref-for-mathml-namespace%E2%91%A2", "https://wicg.github.io/sanitizer-api/#termref-for-idl-record%E2%91%A0", "https://wicg.github.io/sanitizer-api/#issue-9bd4ab74", - "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-local-name%E2%91%A8", + "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-local-name%E2%91%A0%E2%93%AA", "https://wicg.github.io/sanitizer-api/#sanitize-action-for-an-attribute", "https://wicg.github.io/sanitizer-api/#ref-for-attribute-kind", "https://wicg.github.io/sanitizer-api/#ref-for-dom-sanitizerconfig-allowunknownmarkup%E2%91%A2", @@ -348,9 +358,9 @@ "https://wicg.github.io/sanitizer-api/#ref-for-attribute-matches-an-attribute-match-list%E2%91%A0", "https://wicg.github.io/sanitizer-api/#ref-for-attribute-match-list%E2%91%A6", "https://wicg.github.io/sanitizer-api/#element-kind", - "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-local-name%E2%91%A0%E2%93%AA", - "https://wicg.github.io/sanitizer-api/#ref-for-valid-custom-element-name", "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-local-name%E2%91%A0%E2%91%A0", + "https://wicg.github.io/sanitizer-api/#ref-for-valid-custom-element-name", + "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-local-name%E2%91%A0%E2%91%A1", "https://wicg.github.io/sanitizer-api/#ref-for-concept-element-interface", "https://wicg.github.io/sanitizer-api/#ref-for-htmlunknownelement", "https://wicg.github.io/sanitizer-api/#issue-f3f3c0ed", diff --git a/tr/ids/screen-wake-lock.json b/tr/ids/screen-wake-lock.json index edea180ea63b..9328d2975cf0 100644 --- a/tr/ids/screen-wake-lock.json +++ b/tr/ids/screen-wake-lock.json @@ -11,9 +11,7 @@ "https://www.w3.org/TR/screen-wake-lock/#title", "https://www.w3.org/TR/screen-wake-lock/#w3c-state", "https://www.w3.org/TR/screen-wake-lock/#abstract", - "https://www.w3.org/TR/screen-wake-lock/#abstract-0", "https://www.w3.org/TR/screen-wake-lock/#sotd", - "https://www.w3.org/TR/screen-wake-lock/#status-of-this-document", "https://www.w3.org/TR/screen-wake-lock/#w3c_process_revision", "https://www.w3.org/TR/screen-wake-lock/#toc", "https://www.w3.org/TR/screen-wake-lock/#table-of-contents", diff --git a/tr/ids/secure-payment-confirmation.json b/tr/ids/secure-payment-confirmation.json index 483a4d5272ff..61c6a0edf1a5 100644 --- a/tr/ids/secure-payment-confirmation.json +++ b/tr/ids/secure-payment-confirmation.json @@ -91,9 +91,9 @@ "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-securepaymentconfirmationrequest-instrument", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-unsigned-long", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-securepaymentconfirmationrequest-timeout", - "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-DOMString", - "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-securepaymentconfirmationrequest-payeename", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A0", + "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-securepaymentconfirmationrequest-payeename", + "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A1", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-securepaymentconfirmationrequest-payeeorigin", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dictdef-authenticationextensionsclientinputs", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-securepaymentconfirmationrequest-extensions", @@ -101,7 +101,7 @@ "https://www.w3.org/TR/secure-payment-confirmation/#dom-securepaymentconfirmationrequest-challenge", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-BufferSource%E2%91%A1", "https://www.w3.org/TR/secure-payment-confirmation/#dom-securepaymentconfirmationrequest-rpid", - "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A1", + "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A2", "https://www.w3.org/TR/secure-payment-confirmation/#dom-securepaymentconfirmationrequest-credentialids", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-BufferSource%E2%91%A2", "https://www.w3.org/TR/secure-payment-confirmation/#dom-securepaymentconfirmationrequest-instrument", @@ -109,10 +109,10 @@ "https://www.w3.org/TR/secure-payment-confirmation/#dom-securepaymentconfirmationrequest-timeout", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-unsigned-long%E2%91%A0", "https://www.w3.org/TR/secure-payment-confirmation/#dom-securepaymentconfirmationrequest-payeename", - "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-DOMString%E2%91%A0", + "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A3", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-securepaymentconfirmationrequest-payeeorigin%E2%91%A0", "https://www.w3.org/TR/secure-payment-confirmation/#dom-securepaymentconfirmationrequest-payeeorigin", - "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A2", + "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A4", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-concept-origin", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-securepaymentconfirmationrequest-payeename%E2%91%A0", "https://www.w3.org/TR/secure-payment-confirmation/#dom-securepaymentconfirmationrequest-extensions", @@ -264,13 +264,13 @@ "https://www.w3.org/TR/secure-payment-confirmation/#dictdef-authenticationextensionspaymentinputs", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-boolean", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-authenticationextensionspaymentinputs-ispayment%E2%91%A0", - "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A3", + "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A5", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-authenticationextensionspaymentinputs-rpid%E2%91%A0", - "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A4", + "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A6", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-authenticationextensionspaymentinputs-toporigin%E2%91%A0", - "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-DOMString%E2%91%A1", + "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A7", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-authenticationextensionspaymentinputs-payeename%E2%91%A0", - "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A5", + "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A8", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-authenticationextensionspaymentinputs-payeeorigin%E2%91%A0", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-paymentcurrencyamount", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-authenticationextensionspaymentinputs-total%E2%91%A0", @@ -279,14 +279,14 @@ "https://www.w3.org/TR/secure-payment-confirmation/#dom-authenticationextensionspaymentinputs-ispayment", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-boolean%E2%91%A0", "https://www.w3.org/TR/secure-payment-confirmation/#dom-authenticationextensionspaymentinputs-rpid", - "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A6", + "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-relying-party%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/secure-payment-confirmation/#dom-authenticationextensionspaymentinputs-toporigin", - "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A7", + "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/secure-payment-confirmation/#dom-authenticationextensionspaymentinputs-payeename", - "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-DOMString%E2%91%A2", + "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/secure-payment-confirmation/#dom-authenticationextensionspaymentinputs-payeeorigin", - "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A8", + "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/secure-payment-confirmation/#dom-authenticationextensionspaymentinputs-total", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-paymentcurrencyamount%E2%91%A0", "https://www.w3.org/TR/secure-payment-confirmation/#dom-authenticationextensionspaymentinputs-instrument", @@ -349,13 +349,13 @@ "https://www.w3.org/TR/secure-payment-confirmation/#sctn-collectedclientadditionalpaymentdata-dictionary", "https://www.w3.org/TR/secure-payment-confirmation/#dictdef-collectedclientadditionalpaymentdata", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dictdef-collectedclientadditionalpaymentdata%E2%91%A2", - "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-collectedclientadditionalpaymentdata-rpid%E2%91%A0", - "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-collectedclientadditionalpaymentdata-toporigin%E2%91%A0", - "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-DOMString%E2%91%A3", + "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-collectedclientadditionalpaymentdata-payeename%E2%91%A1", - "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-collectedclientadditionalpaymentdata-payeeorigin%E2%91%A1", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-paymentcurrencyamount%E2%91%A1", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-collectedclientadditionalpaymentdata-total%E2%91%A1", @@ -363,14 +363,14 @@ "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-collectedclientadditionalpaymentdata-instrument%E2%91%A2", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dictdef-collectedclientadditionalpaymentdata%E2%91%A3", "https://www.w3.org/TR/secure-payment-confirmation/#dom-collectedclientadditionalpaymentdata-rpid", - "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-relying-party%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/secure-payment-confirmation/#dom-collectedclientadditionalpaymentdata-toporigin", - "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/secure-payment-confirmation/#dom-collectedclientadditionalpaymentdata-payeename", - "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-DOMString%E2%91%A4", + "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/secure-payment-confirmation/#dom-collectedclientadditionalpaymentdata-payeeorigin", - "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/secure-payment-confirmation/#dom-collectedclientadditionalpaymentdata-total", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-paymentcurrencyamount%E2%91%A2", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-paymentcurrencyamount%E2%91%A3", @@ -382,18 +382,18 @@ "https://www.w3.org/TR/secure-payment-confirmation/#sctn-paymentcredentialinstrument-dictionary", "https://www.w3.org/TR/secure-payment-confirmation/#dictdef-paymentcredentialinstrument", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dictdef-paymentcredentialinstrument%E2%91%A5", - "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-DOMString%E2%91%A5", + "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-paymentcredentialinstrument-displayname%E2%91%A1", - "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-paymentcredentialinstrument-icon%E2%91%A5", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-boolean%E2%91%A1", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-paymentcredentialinstrument-iconmustbeshown%E2%91%A1", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dictdef-paymentcredentialinstrument%E2%91%A6", "https://www.w3.org/TR/secure-payment-confirmation/#dom-paymentcredentialinstrument-displayname", - "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-DOMString%E2%91%A6", + "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-paymentcredentialinstrument-displayname%E2%91%A2", "https://www.w3.org/TR/secure-payment-confirmation/#dom-paymentcredentialinstrument-icon", - "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-dom-paymentcredentialinstrument-icon%E2%91%A6", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-relying-party%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/secure-payment-confirmation/#ref-for-relying-party%E2%91%A1%E2%91%A0", @@ -605,7 +605,6 @@ "https://www.w3.org/TR/secure-payment-confirmation/#term-for-dfn-error-code", "https://www.w3.org/TR/secure-payment-confirmation/#term-for-BufferSource", "https://www.w3.org/TR/secure-payment-confirmation/#term-for-idl-DOMException", - "https://www.w3.org/TR/secure-payment-confirmation/#term-for-idl-DOMString", "https://www.w3.org/TR/secure-payment-confirmation/#term-for-notallowederror", "https://www.w3.org/TR/secure-payment-confirmation/#term-for-exceptiondef-rangeerror", "https://www.w3.org/TR/secure-payment-confirmation/#term-for-securityerror", diff --git a/tr/ids/tc39-shadowrealm.json b/tr/ids/tc39-shadowrealm.json index 0c780aee059f..be67b9fd1f0b 100644 --- a/tr/ids/tc39-shadowrealm.json +++ b/tr/ids/tc39-shadowrealm.json @@ -30,85 +30,42 @@ "https://tc39.es/proposal-shadowrealm/#sec-wrapped-function-exotic-objects-call-thisargument-argumentslist", "https://tc39.es/proposal-shadowrealm/#_ref_11", "https://tc39.es/proposal-shadowrealm/#_ref_12", - "https://tc39.es/proposal-shadowrealm/#sec-ordinary-wrapped-function-call", "https://tc39.es/proposal-shadowrealm/#_ref_13", + "https://tc39.es/proposal-shadowrealm/#sec-ordinary-wrapped-function-call", "https://tc39.es/proposal-shadowrealm/#_ref_14", "https://tc39.es/proposal-shadowrealm/#_ref_15", "https://tc39.es/proposal-shadowrealm/#_ref_16", "https://tc39.es/proposal-shadowrealm/#_ref_17", - "https://tc39.es/proposal-shadowrealm/#_ref_18", "https://tc39.es/proposal-shadowrealm/#sec-prepare-for-wrapped-function-call", + "https://tc39.es/proposal-shadowrealm/#_ref_18", "https://tc39.es/proposal-shadowrealm/#sec-shadowrealm-objects", "https://tc39.es/proposal-shadowrealm/#sec-shadowrealm-abstracts", "https://tc39.es/proposal-shadowrealm/#sec-wrappedfunctioncreate", "https://tc39.es/proposal-shadowrealm/#_ref_2", "https://tc39.es/proposal-shadowrealm/#_ref_3", "https://tc39.es/proposal-shadowrealm/#_ref_19", - "https://tc39.es/proposal-shadowrealm/#_ref_20", "https://tc39.es/proposal-shadowrealm/#sec-copynameandlength", - "https://tc39.es/proposal-shadowrealm/#_ref_21", - "https://tc39.es/proposal-shadowrealm/#_ref_22", - "https://tc39.es/proposal-shadowrealm/#_ref_23", - "https://tc39.es/proposal-shadowrealm/#_ref_24", - "https://tc39.es/proposal-shadowrealm/#_ref_25", - "https://tc39.es/proposal-shadowrealm/#_ref_26", - "https://tc39.es/proposal-shadowrealm/#_ref_27", "https://tc39.es/proposal-shadowrealm/#sec-function.prototype.bind", - "https://tc39.es/proposal-shadowrealm/#_ref_28", - "https://tc39.es/proposal-shadowrealm/#_ref_29", - "https://tc39.es/proposal-shadowrealm/#_ref_30", - "https://tc39.es/proposal-shadowrealm/#_ref_31", - "https://tc39.es/proposal-shadowrealm/#_ref_32", - "https://tc39.es/proposal-shadowrealm/#_ref_33", - "https://tc39.es/proposal-shadowrealm/#_ref_34", - "https://tc39.es/proposal-shadowrealm/#_ref_35", - "https://tc39.es/proposal-shadowrealm/#_ref_36", - "https://tc39.es/proposal-shadowrealm/#_ref_37", + "https://tc39.es/proposal-shadowrealm/#_ref_20", "https://tc39.es/proposal-shadowrealm/#sec-performshadowrealmeval", - "https://tc39.es/proposal-shadowrealm/#_ref_38", - "https://tc39.es/proposal-shadowrealm/#_ref_39", - "https://tc39.es/proposal-shadowrealm/#_ref_40", - "https://tc39.es/proposal-shadowrealm/#_ref_41", - "https://tc39.es/proposal-shadowrealm/#_ref_42", - "https://tc39.es/proposal-shadowrealm/#_ref_43", - "https://tc39.es/proposal-shadowrealm/#_ref_44", + "https://tc39.es/proposal-shadowrealm/#_ref_21", "https://tc39.es/proposal-shadowrealm/#sec-shadowrealmimportvalue", - "https://tc39.es/proposal-shadowrealm/#_ref_45", - "https://tc39.es/proposal-shadowrealm/#_ref_46", - "https://tc39.es/proposal-shadowrealm/#_ref_47", - "https://tc39.es/proposal-shadowrealm/#_ref_48", - "https://tc39.es/proposal-shadowrealm/#_ref_49", - "https://tc39.es/proposal-shadowrealm/#_ref_50", - "https://tc39.es/proposal-shadowrealm/#_ref_51", - "https://tc39.es/proposal-shadowrealm/#_ref_52", - "https://tc39.es/proposal-shadowrealm/#_ref_53", - "https://tc39.es/proposal-shadowrealm/#_ref_54", + "https://tc39.es/proposal-shadowrealm/#_ref_22", "https://tc39.es/proposal-shadowrealm/#sec-getwrappedvalue", - "https://tc39.es/proposal-shadowrealm/#_ref_55", - "https://tc39.es/proposal-shadowrealm/#_ref_56", - "https://tc39.es/proposal-shadowrealm/#_ref_57", + "https://tc39.es/proposal-shadowrealm/#_ref_23", "https://tc39.es/proposal-shadowrealm/#sec-validateshadowrealmobject", - "https://tc39.es/proposal-shadowrealm/#_ref_58", - "https://tc39.es/proposal-shadowrealm/#_ref_59", "https://tc39.es/proposal-shadowrealm/#sec-shadowrealm-constructor", "https://tc39.es/proposal-shadowrealm/#sec-shadowrealm", - "https://tc39.es/proposal-shadowrealm/#_ref_60", - "https://tc39.es/proposal-shadowrealm/#_ref_61", - "https://tc39.es/proposal-shadowrealm/#_ref_62", - "https://tc39.es/proposal-shadowrealm/#_ref_63", - "https://tc39.es/proposal-shadowrealm/#_ref_64", + "https://tc39.es/proposal-shadowrealm/#_ref_24", "https://tc39.es/proposal-shadowrealm/#sec-properties-of-the-shadowRealm-constructor", "https://tc39.es/proposal-shadowrealm/#sec-shadowrealm.prototype", "https://tc39.es/proposal-shadowrealm/#sec-properties-of-the-shadowrealm-prototype-object", "https://tc39.es/proposal-shadowrealm/#sec-shadowrealm.prototype.evaluate", - "https://tc39.es/proposal-shadowrealm/#_ref_65", - "https://tc39.es/proposal-shadowrealm/#_ref_66", - "https://tc39.es/proposal-shadowrealm/#_ref_67", + "https://tc39.es/proposal-shadowrealm/#_ref_25", + "https://tc39.es/proposal-shadowrealm/#_ref_26", "https://tc39.es/proposal-shadowrealm/#sec-shadowrealm.prototype.importvalue", - "https://tc39.es/proposal-shadowrealm/#_ref_68", - "https://tc39.es/proposal-shadowrealm/#_ref_69", - "https://tc39.es/proposal-shadowrealm/#_ref_70", - "https://tc39.es/proposal-shadowrealm/#_ref_71", + "https://tc39.es/proposal-shadowrealm/#_ref_27", + "https://tc39.es/proposal-shadowrealm/#_ref_28", "https://tc39.es/proposal-shadowrealm/#sec-shadowrealm.prototype-@@tostringtag", "https://tc39.es/proposal-shadowrealm/#sec-properties-of-shadowrealm-instances", "https://tc39.es/proposal-shadowrealm/#_ref_4", diff --git a/tr/ids/tc39-temporal.json b/tr/ids/tc39-temporal.json index 3f7c990638ec..044b7a695ac0 100644 --- a/tr/ids/tc39-temporal.json +++ b/tr/ids/tc39-temporal.json @@ -904,7 +904,7 @@ "https://tc39.es/proposal-temporal/#_ref_678", "https://tc39.es/proposal-temporal/#_ref_679", "https://tc39.es/proposal-temporal/#_ref_680", - "https://tc39.es/proposal-temporal/#_ref_1652", + "https://tc39.es/proposal-temporal/#_ref_1648", "https://tc39.es/proposal-temporal/#_ref_681", "https://tc39.es/proposal-temporal/#_ref_682", "https://tc39.es/proposal-temporal/#_ref_683", @@ -973,16 +973,16 @@ "https://tc39.es/proposal-temporal/#_ref_740", "https://tc39.es/proposal-temporal/#_ref_741", "https://tc39.es/proposal-temporal/#_ref_742", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoOrsubtractdurationfromzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_743", "https://tc39.es/proposal-temporal/#_ref_744", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoOrsubtractdurationfromzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_745", "https://tc39.es/proposal-temporal/#_ref_746", - "https://tc39.es/proposal-temporal/#_ref_747", - "https://tc39.es/proposal-temporal/#_ref_748", "https://tc39.es/proposal-temporal/#sec-temporal-duration-objects", "https://tc39.es/proposal-temporal/#sec-temporal-duration-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.duration", + "https://tc39.es/proposal-temporal/#_ref_747", + "https://tc39.es/proposal-temporal/#_ref_748", "https://tc39.es/proposal-temporal/#_ref_749", "https://tc39.es/proposal-temporal/#_ref_750", "https://tc39.es/proposal-temporal/#_ref_751", @@ -993,14 +993,14 @@ "https://tc39.es/proposal-temporal/#_ref_756", "https://tc39.es/proposal-temporal/#_ref_757", "https://tc39.es/proposal-temporal/#_ref_758", - "https://tc39.es/proposal-temporal/#_ref_759", - "https://tc39.es/proposal-temporal/#_ref_760", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-duration-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.duration.from", + "https://tc39.es/proposal-temporal/#_ref_759", + "https://tc39.es/proposal-temporal/#_ref_760", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.compare", "https://tc39.es/proposal-temporal/#_ref_761", "https://tc39.es/proposal-temporal/#_ref_762", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.compare", "https://tc39.es/proposal-temporal/#_ref_763", "https://tc39.es/proposal-temporal/#_ref_764", "https://tc39.es/proposal-temporal/#_ref_765", @@ -1009,8 +1009,6 @@ "https://tc39.es/proposal-temporal/#_ref_768", "https://tc39.es/proposal-temporal/#_ref_769", "https://tc39.es/proposal-temporal/#_ref_770", - "https://tc39.es/proposal-temporal/#_ref_771", - "https://tc39.es/proposal-temporal/#_ref_772", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-duration-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype-@@tostringtag", @@ -1025,21 +1023,23 @@ "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.microseconds", "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.nanoseconds", "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.sign", - "https://tc39.es/proposal-temporal/#_ref_773", + "https://tc39.es/proposal-temporal/#_ref_771", "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.blank", - "https://tc39.es/proposal-temporal/#_ref_774", + "https://tc39.es/proposal-temporal/#_ref_772", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.with", + "https://tc39.es/proposal-temporal/#_ref_773", + "https://tc39.es/proposal-temporal/#_ref_774", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.negated", "https://tc39.es/proposal-temporal/#_ref_775", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.abs", "https://tc39.es/proposal-temporal/#_ref_776", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.negated", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.add", "https://tc39.es/proposal-temporal/#_ref_777", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.abs", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_778", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.add", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.round", "https://tc39.es/proposal-temporal/#_ref_779", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_780", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.round", "https://tc39.es/proposal-temporal/#_ref_781", "https://tc39.es/proposal-temporal/#_ref_782", "https://tc39.es/proposal-temporal/#_ref_783", @@ -1055,31 +1055,31 @@ "https://tc39.es/proposal-temporal/#_ref_793", "https://tc39.es/proposal-temporal/#_ref_794", "https://tc39.es/proposal-temporal/#_ref_795", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.total", "https://tc39.es/proposal-temporal/#_ref_796", "https://tc39.es/proposal-temporal/#_ref_797", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.total", "https://tc39.es/proposal-temporal/#_ref_798", "https://tc39.es/proposal-temporal/#_ref_799", "https://tc39.es/proposal-temporal/#_ref_800", "https://tc39.es/proposal-temporal/#_ref_801", "https://tc39.es/proposal-temporal/#_ref_802", "https://tc39.es/proposal-temporal/#_ref_803", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_804", "https://tc39.es/proposal-temporal/#_ref_805", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_806", "https://tc39.es/proposal-temporal/#_ref_807", "https://tc39.es/proposal-temporal/#_ref_808", - "https://tc39.es/proposal-temporal/#_ref_809", - "https://tc39.es/proposal-temporal/#_ref_810", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tojson", - "https://tc39.es/proposal-temporal/#_ref_811", + "https://tc39.es/proposal-temporal/#_ref_809", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_812", + "https://tc39.es/proposal-temporal/#_ref_810", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.valueof", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-duration-instances", "https://tc39.es/proposal-temporal/#_ref_16", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalduration-instances", + "https://tc39.es/proposal-temporal/#_ref_811", + "https://tc39.es/proposal-temporal/#_ref_812", "https://tc39.es/proposal-temporal/#_ref_813", "https://tc39.es/proposal-temporal/#_ref_814", "https://tc39.es/proposal-temporal/#_ref_815", @@ -1088,13 +1088,13 @@ "https://tc39.es/proposal-temporal/#_ref_818", "https://tc39.es/proposal-temporal/#_ref_819", "https://tc39.es/proposal-temporal/#_ref_820", - "https://tc39.es/proposal-temporal/#_ref_821", - "https://tc39.es/proposal-temporal/#_ref_822", "https://tc39.es/proposal-temporal/#sec-temporal-duration-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-duration-records", - "https://tc39.es/proposal-temporal/#_ref_823", + "https://tc39.es/proposal-temporal/#_ref_821", "https://tc39.es/proposal-temporal/#_ref_17", "https://tc39.es/proposal-temporal/#table-temporal-duration-record-fields", + "https://tc39.es/proposal-temporal/#_ref_822", + "https://tc39.es/proposal-temporal/#_ref_823", "https://tc39.es/proposal-temporal/#_ref_824", "https://tc39.es/proposal-temporal/#_ref_825", "https://tc39.es/proposal-temporal/#_ref_826", @@ -1104,61 +1104,61 @@ "https://tc39.es/proposal-temporal/#_ref_830", "https://tc39.es/proposal-temporal/#_ref_831", "https://tc39.es/proposal-temporal/#_ref_832", - "https://tc39.es/proposal-temporal/#_ref_833", - "https://tc39.es/proposal-temporal/#_ref_834", "https://tc39.es/proposal-temporal/#sec-temporal-date-duration-records", - "https://tc39.es/proposal-temporal/#_ref_835", + "https://tc39.es/proposal-temporal/#_ref_833", "https://tc39.es/proposal-temporal/#_ref_18", "https://tc39.es/proposal-temporal/#sec-temporal-time-duration-records", - "https://tc39.es/proposal-temporal/#_ref_836", + "https://tc39.es/proposal-temporal/#_ref_834", "https://tc39.es/proposal-temporal/#_ref_19", "https://tc39.es/proposal-temporal/#sec-temporal-partial-duration-records", "https://tc39.es/proposal-temporal/#_ref_20", - "https://tc39.es/proposal-temporal/#_ref_837", + "https://tc39.es/proposal-temporal/#_ref_835", "https://tc39.es/proposal-temporal/#sec-temporal-createdurationrecord", + "https://tc39.es/proposal-temporal/#_ref_836", + "https://tc39.es/proposal-temporal/#_ref_837", + "https://tc39.es/proposal-temporal/#sec-temporal-createdatedurationrecord", "https://tc39.es/proposal-temporal/#_ref_838", "https://tc39.es/proposal-temporal/#_ref_839", - "https://tc39.es/proposal-temporal/#sec-temporal-createdatedurationrecord", + "https://tc39.es/proposal-temporal/#sec-temporal-createtimedurationrecord", "https://tc39.es/proposal-temporal/#_ref_840", "https://tc39.es/proposal-temporal/#_ref_841", - "https://tc39.es/proposal-temporal/#sec-temporal-createtimedurationrecord", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalduration", "https://tc39.es/proposal-temporal/#_ref_842", "https://tc39.es/proposal-temporal/#_ref_843", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalduration", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldurationrecord", "https://tc39.es/proposal-temporal/#_ref_844", "https://tc39.es/proposal-temporal/#_ref_845", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldurationrecord", "https://tc39.es/proposal-temporal/#_ref_846", "https://tc39.es/proposal-temporal/#_ref_847", "https://tc39.es/proposal-temporal/#_ref_848", - "https://tc39.es/proposal-temporal/#_ref_849", - "https://tc39.es/proposal-temporal/#_ref_850", "https://tc39.es/proposal-temporal/#_ref_21", - "https://tc39.es/proposal-temporal/#_ref_851", + "https://tc39.es/proposal-temporal/#_ref_849", "https://tc39.es/proposal-temporal/#sec-temporal-durationsign", "https://tc39.es/proposal-temporal/#sec-temporal-isvalidduration", - "https://tc39.es/proposal-temporal/#_ref_852", + "https://tc39.es/proposal-temporal/#_ref_850", "https://tc39.es/proposal-temporal/#sec-temporal-defaulttemporallargestunit", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalpartialdurationrecord", + "https://tc39.es/proposal-temporal/#_ref_851", + "https://tc39.es/proposal-temporal/#_ref_852", + "https://tc39.es/proposal-temporal/#_ref_22", "https://tc39.es/proposal-temporal/#_ref_853", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalduration", "https://tc39.es/proposal-temporal/#_ref_854", - "https://tc39.es/proposal-temporal/#_ref_22", + "https://tc39.es/proposal-temporal/#sec-temporal-createnegatedtemporalduration", "https://tc39.es/proposal-temporal/#_ref_855", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalduration", + "https://tc39.es/proposal-temporal/#sec-temporal-calculateoffsetshift", "https://tc39.es/proposal-temporal/#_ref_856", - "https://tc39.es/proposal-temporal/#sec-temporal-createnegatedtemporalduration", "https://tc39.es/proposal-temporal/#_ref_857", - "https://tc39.es/proposal-temporal/#sec-temporal-calculateoffsetshift", "https://tc39.es/proposal-temporal/#_ref_858", "https://tc39.es/proposal-temporal/#_ref_859", "https://tc39.es/proposal-temporal/#_ref_860", - "https://tc39.es/proposal-temporal/#_ref_861", - "https://tc39.es/proposal-temporal/#_ref_862", "https://tc39.es/proposal-temporal/#sec-temporal-totaldurationnanoseconds", "https://tc39.es/proposal-temporal/#sec-temporal-balanceduration", + "https://tc39.es/proposal-temporal/#_ref_861", + "https://tc39.es/proposal-temporal/#_ref_862", + "https://tc39.es/proposal-temporal/#sec-temporal-balancepossiblyinfiniteduration", "https://tc39.es/proposal-temporal/#_ref_863", "https://tc39.es/proposal-temporal/#_ref_864", - "https://tc39.es/proposal-temporal/#sec-temporal-balancepossiblyinfiniteduration", "https://tc39.es/proposal-temporal/#_ref_865", "https://tc39.es/proposal-temporal/#_ref_866", "https://tc39.es/proposal-temporal/#_ref_867", @@ -1177,9 +1177,9 @@ "https://tc39.es/proposal-temporal/#_ref_880", "https://tc39.es/proposal-temporal/#_ref_881", "https://tc39.es/proposal-temporal/#_ref_882", + "https://tc39.es/proposal-temporal/#sec-temporal-unbalancedurationrelative", "https://tc39.es/proposal-temporal/#_ref_883", "https://tc39.es/proposal-temporal/#_ref_884", - "https://tc39.es/proposal-temporal/#sec-temporal-unbalancedurationrelative", "https://tc39.es/proposal-temporal/#_ref_885", "https://tc39.es/proposal-temporal/#_ref_886", "https://tc39.es/proposal-temporal/#_ref_887", @@ -1193,9 +1193,9 @@ "https://tc39.es/proposal-temporal/#_ref_895", "https://tc39.es/proposal-temporal/#_ref_896", "https://tc39.es/proposal-temporal/#_ref_897", + "https://tc39.es/proposal-temporal/#sec-temporal-balancedurationrelative", "https://tc39.es/proposal-temporal/#_ref_898", "https://tc39.es/proposal-temporal/#_ref_899", - "https://tc39.es/proposal-temporal/#sec-temporal-balancedurationrelative", "https://tc39.es/proposal-temporal/#_ref_900", "https://tc39.es/proposal-temporal/#_ref_901", "https://tc39.es/proposal-temporal/#_ref_902", @@ -1214,9 +1214,9 @@ "https://tc39.es/proposal-temporal/#_ref_915", "https://tc39.es/proposal-temporal/#_ref_916", "https://tc39.es/proposal-temporal/#_ref_917", + "https://tc39.es/proposal-temporal/#sec-temporal-addduration", "https://tc39.es/proposal-temporal/#_ref_918", "https://tc39.es/proposal-temporal/#_ref_919", - "https://tc39.es/proposal-temporal/#sec-temporal-addduration", "https://tc39.es/proposal-temporal/#_ref_920", "https://tc39.es/proposal-temporal/#_ref_921", "https://tc39.es/proposal-temporal/#_ref_922", @@ -1234,18 +1234,18 @@ "https://tc39.es/proposal-temporal/#_ref_934", "https://tc39.es/proposal-temporal/#_ref_935", "https://tc39.es/proposal-temporal/#_ref_936", + "https://tc39.es/proposal-temporal/#sec-temporal-daysuntil", + "https://tc39.es/proposal-temporal/#sec-temporal-moverelativedate", "https://tc39.es/proposal-temporal/#_ref_937", "https://tc39.es/proposal-temporal/#_ref_938", + "https://tc39.es/proposal-temporal/#sec-temporal-moverelativezoneddatetime", "https://tc39.es/proposal-temporal/#_ref_939", "https://tc39.es/proposal-temporal/#_ref_940", - "https://tc39.es/proposal-temporal/#sec-temporal-daysuntil", - "https://tc39.es/proposal-temporal/#sec-temporal-moverelativedate", + "https://tc39.es/proposal-temporal/#sec-temporal-roundduration", "https://tc39.es/proposal-temporal/#_ref_941", "https://tc39.es/proposal-temporal/#_ref_942", - "https://tc39.es/proposal-temporal/#sec-temporal-moverelativezoneddatetime", "https://tc39.es/proposal-temporal/#_ref_943", "https://tc39.es/proposal-temporal/#_ref_944", - "https://tc39.es/proposal-temporal/#sec-temporal-roundduration", "https://tc39.es/proposal-temporal/#_ref_945", "https://tc39.es/proposal-temporal/#_ref_946", "https://tc39.es/proposal-temporal/#_ref_947", @@ -1282,266 +1282,266 @@ "https://tc39.es/proposal-temporal/#_ref_978", "https://tc39.es/proposal-temporal/#_ref_979", "https://tc39.es/proposal-temporal/#_ref_980", + "https://tc39.es/proposal-temporal/#sec-temporal-adjustroundeddurationdays", "https://tc39.es/proposal-temporal/#_ref_981", "https://tc39.es/proposal-temporal/#_ref_982", "https://tc39.es/proposal-temporal/#_ref_983", "https://tc39.es/proposal-temporal/#_ref_984", - "https://tc39.es/proposal-temporal/#sec-temporal-adjustroundeddurationdays", "https://tc39.es/proposal-temporal/#_ref_985", "https://tc39.es/proposal-temporal/#_ref_986", "https://tc39.es/proposal-temporal/#_ref_987", "https://tc39.es/proposal-temporal/#_ref_988", "https://tc39.es/proposal-temporal/#_ref_989", "https://tc39.es/proposal-temporal/#_ref_990", + "https://tc39.es/proposal-temporal/#sec-temporal-temporaldurationtostring", "https://tc39.es/proposal-temporal/#_ref_991", "https://tc39.es/proposal-temporal/#_ref_992", "https://tc39.es/proposal-temporal/#_ref_993", "https://tc39.es/proposal-temporal/#_ref_994", - "https://tc39.es/proposal-temporal/#sec-temporal-temporaldurationtostring", "https://tc39.es/proposal-temporal/#_ref_995", "https://tc39.es/proposal-temporal/#_ref_996", "https://tc39.es/proposal-temporal/#_ref_997", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromduration", "https://tc39.es/proposal-temporal/#_ref_998", "https://tc39.es/proposal-temporal/#_ref_999", "https://tc39.es/proposal-temporal/#_ref_1000", "https://tc39.es/proposal-temporal/#_ref_1001", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromduration", "https://tc39.es/proposal-temporal/#_ref_1002", - "https://tc39.es/proposal-temporal/#_ref_1003", - "https://tc39.es/proposal-temporal/#_ref_1004", - "https://tc39.es/proposal-temporal/#_ref_1005", - "https://tc39.es/proposal-temporal/#_ref_1006", "https://tc39.es/proposal-temporal/#sec-temporal-instant-objects", "https://tc39.es/proposal-temporal/#sec-temporal-instant-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.instant", - "https://tc39.es/proposal-temporal/#_ref_1007", - "https://tc39.es/proposal-temporal/#_ref_1008", + "https://tc39.es/proposal-temporal/#_ref_1003", + "https://tc39.es/proposal-temporal/#_ref_1004", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-instant-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.instant.from", + "https://tc39.es/proposal-temporal/#_ref_1005", + "https://tc39.es/proposal-temporal/#_ref_1006", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochseconds", + "https://tc39.es/proposal-temporal/#_ref_1007", + "https://tc39.es/proposal-temporal/#_ref_1008", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmilliseconds", "https://tc39.es/proposal-temporal/#_ref_1009", "https://tc39.es/proposal-temporal/#_ref_1010", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochseconds", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmicroseconds", "https://tc39.es/proposal-temporal/#_ref_1011", "https://tc39.es/proposal-temporal/#_ref_1012", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmilliseconds", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1013", "https://tc39.es/proposal-temporal/#_ref_1014", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmicroseconds", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.compare", "https://tc39.es/proposal-temporal/#_ref_1015", "https://tc39.es/proposal-temporal/#_ref_1016", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1017", - "https://tc39.es/proposal-temporal/#_ref_1018", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.compare", - "https://tc39.es/proposal-temporal/#_ref_1019", - "https://tc39.es/proposal-temporal/#_ref_1020", - "https://tc39.es/proposal-temporal/#_ref_1021", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-instant-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype-@@tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochseconds", - "https://tc39.es/proposal-temporal/#_ref_1022", + "https://tc39.es/proposal-temporal/#_ref_1018", "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochmilliseconds", - "https://tc39.es/proposal-temporal/#_ref_1023", + "https://tc39.es/proposal-temporal/#_ref_1019", "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochmicroseconds", - "https://tc39.es/proposal-temporal/#_ref_1024", + "https://tc39.es/proposal-temporal/#_ref_1020", "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochnanoseconds", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.add", - "https://tc39.es/proposal-temporal/#_ref_1025", + "https://tc39.es/proposal-temporal/#_ref_1021", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.subtract", - "https://tc39.es/proposal-temporal/#_ref_1026", + "https://tc39.es/proposal-temporal/#_ref_1022", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.until", - "https://tc39.es/proposal-temporal/#_ref_1027", + "https://tc39.es/proposal-temporal/#_ref_1023", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.since", - "https://tc39.es/proposal-temporal/#_ref_1028", + "https://tc39.es/proposal-temporal/#_ref_1024", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.round", + "https://tc39.es/proposal-temporal/#_ref_1025", + "https://tc39.es/proposal-temporal/#_ref_1026", + "https://tc39.es/proposal-temporal/#_ref_1027", + "https://tc39.es/proposal-temporal/#_ref_1028", "https://tc39.es/proposal-temporal/#_ref_1029", "https://tc39.es/proposal-temporal/#_ref_1030", "https://tc39.es/proposal-temporal/#_ref_1031", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1032", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1033", "https://tc39.es/proposal-temporal/#_ref_1034", "https://tc39.es/proposal-temporal/#_ref_1035", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1036", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1037", "https://tc39.es/proposal-temporal/#_ref_1038", "https://tc39.es/proposal-temporal/#_ref_1039", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1040", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1041", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_1042", "https://tc39.es/proposal-temporal/#_ref_1043", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1044", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tojson", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetimeiso", "https://tc39.es/proposal-temporal/#_ref_1045", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_1046", "https://tc39.es/proposal-temporal/#_ref_1047", - "https://tc39.es/proposal-temporal/#_ref_1048", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetimeiso", - "https://tc39.es/proposal-temporal/#_ref_1049", - "https://tc39.es/proposal-temporal/#_ref_1050", - "https://tc39.es/proposal-temporal/#_ref_1051", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-instant-instances", "https://tc39.es/proposal-temporal/#_ref_23", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalinstant-instances", "https://tc39.es/proposal-temporal/#sec-temporal-instant-range", - "https://tc39.es/proposal-temporal/#_ref_1052", + "https://tc39.es/proposal-temporal/#_ref_1048", "https://tc39.es/proposal-temporal/#eqn-nsMaxInstant", - "https://tc39.es/proposal-temporal/#_ref_1053", + "https://tc39.es/proposal-temporal/#_ref_1049", "https://tc39.es/proposal-temporal/#eqn-nsPerDay", - "https://tc39.es/proposal-temporal/#_ref_1054", + "https://tc39.es/proposal-temporal/#_ref_1050", "https://tc39.es/proposal-temporal/#eqn-nsMinInstant", - "https://tc39.es/proposal-temporal/#_ref_1055", + "https://tc39.es/proposal-temporal/#_ref_1051", "https://tc39.es/proposal-temporal/#sec-temporal-instant-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-isvalidepochnanoseconds", + "https://tc39.es/proposal-temporal/#_ref_1052", + "https://tc39.es/proposal-temporal/#_ref_1053", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalinstant", + "https://tc39.es/proposal-temporal/#_ref_1054", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalinstant", + "https://tc39.es/proposal-temporal/#_ref_1055", "https://tc39.es/proposal-temporal/#_ref_1056", "https://tc39.es/proposal-temporal/#_ref_1057", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalinstant", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1058", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1059", "https://tc39.es/proposal-temporal/#_ref_1060", "https://tc39.es/proposal-temporal/#_ref_1061", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstant", + "https://tc39.es/proposal-temporal/#sec-temporal-compareepochnanoseconds", + "https://tc39.es/proposal-temporal/#sec-temporal-addinstant", "https://tc39.es/proposal-temporal/#_ref_1062", + "https://tc39.es/proposal-temporal/#sec-temporal-differenceinstant", "https://tc39.es/proposal-temporal/#_ref_1063", "https://tc39.es/proposal-temporal/#_ref_1064", "https://tc39.es/proposal-temporal/#_ref_1065", - "https://tc39.es/proposal-temporal/#sec-temporal-compareepochnanoseconds", - "https://tc39.es/proposal-temporal/#sec-temporal-addinstant", + "https://tc39.es/proposal-temporal/#sec-temporal-roundtemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1066", - "https://tc39.es/proposal-temporal/#sec-temporal-differenceinstant", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalinstanttostring", "https://tc39.es/proposal-temporal/#_ref_1067", - "https://tc39.es/proposal-temporal/#sec-temporal-roundtemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1068", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalinstanttostring", "https://tc39.es/proposal-temporal/#_ref_1069", "https://tc39.es/proposal-temporal/#_ref_1070", "https://tc39.es/proposal-temporal/#_ref_1071", "https://tc39.es/proposal-temporal/#_ref_1072", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1073", "https://tc39.es/proposal-temporal/#_ref_1074", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1075", "https://tc39.es/proposal-temporal/#_ref_1076", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfrominstant", "https://tc39.es/proposal-temporal/#_ref_1077", "https://tc39.es/proposal-temporal/#_ref_1078", "https://tc39.es/proposal-temporal/#_ref_1079", + "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-objects", + "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth", "https://tc39.es/proposal-temporal/#_ref_1080", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfrominstant", "https://tc39.es/proposal-temporal/#_ref_1081", "https://tc39.es/proposal-temporal/#_ref_1082", "https://tc39.es/proposal-temporal/#_ref_1083", - "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-objects", - "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth", "https://tc39.es/proposal-temporal/#_ref_1084", "https://tc39.es/proposal-temporal/#_ref_1085", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainyearmonth-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.from", "https://tc39.es/proposal-temporal/#_ref_1086", "https://tc39.es/proposal-temporal/#_ref_1087", "https://tc39.es/proposal-temporal/#_ref_1088", "https://tc39.es/proposal-temporal/#_ref_1089", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainyearmonth-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.from", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.compare", "https://tc39.es/proposal-temporal/#_ref_1090", "https://tc39.es/proposal-temporal/#_ref_1091", "https://tc39.es/proposal-temporal/#_ref_1092", - "https://tc39.es/proposal-temporal/#_ref_1093", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.compare", - "https://tc39.es/proposal-temporal/#_ref_1094", - "https://tc39.es/proposal-temporal/#_ref_1095", - "https://tc39.es/proposal-temporal/#_ref_1096", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainyearmonth-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype-@@tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.calendar", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.year", - "https://tc39.es/proposal-temporal/#_ref_1097", + "https://tc39.es/proposal-temporal/#_ref_1093", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.month", - "https://tc39.es/proposal-temporal/#_ref_1098", + "https://tc39.es/proposal-temporal/#_ref_1094", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthCode", - "https://tc39.es/proposal-temporal/#_ref_1099", + "https://tc39.es/proposal-temporal/#_ref_1095", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinyear", - "https://tc39.es/proposal-temporal/#_ref_1100", + "https://tc39.es/proposal-temporal/#_ref_1096", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinmonth", - "https://tc39.es/proposal-temporal/#_ref_1101", + "https://tc39.es/proposal-temporal/#_ref_1097", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthsinyear", - "https://tc39.es/proposal-temporal/#_ref_1102", + "https://tc39.es/proposal-temporal/#_ref_1098", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.inleapyear", - "https://tc39.es/proposal-temporal/#_ref_1103", + "https://tc39.es/proposal-temporal/#_ref_1099", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.with", + "https://tc39.es/proposal-temporal/#_ref_1100", + "https://tc39.es/proposal-temporal/#_ref_1101", + "https://tc39.es/proposal-temporal/#_ref_1102", + "https://tc39.es/proposal-temporal/#_ref_1103", "https://tc39.es/proposal-temporal/#_ref_1104", "https://tc39.es/proposal-temporal/#_ref_1105", "https://tc39.es/proposal-temporal/#_ref_1106", "https://tc39.es/proposal-temporal/#_ref_1107", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.add", "https://tc39.es/proposal-temporal/#_ref_1108", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_1109", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.until", "https://tc39.es/proposal-temporal/#_ref_1110", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.since", "https://tc39.es/proposal-temporal/#_ref_1111", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.add", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1112", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_1113", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.until", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1114", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.since", "https://tc39.es/proposal-temporal/#_ref_1115", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1116", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1117", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tostring", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1118", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_1119", "https://tc39.es/proposal-temporal/#_ref_1120", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1121", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1122", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_1123", "https://tc39.es/proposal-temporal/#_ref_1124", "https://tc39.es/proposal-temporal/#_ref_1125", "https://tc39.es/proposal-temporal/#_ref_1126", - "https://tc39.es/proposal-temporal/#_ref_1127", - "https://tc39.es/proposal-temporal/#_ref_1128", - "https://tc39.es/proposal-temporal/#_ref_1129", - "https://tc39.es/proposal-temporal/#_ref_1130", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.getisofields", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plainyearmonth-instances", "https://tc39.es/proposal-temporal/#_ref_24", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalyearmonth-instances", - "https://tc39.es/proposal-temporal/#_ref_1131", + "https://tc39.es/proposal-temporal/#_ref_1127", "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalyearmonth", + "https://tc39.es/proposal-temporal/#_ref_1128", + "https://tc39.es/proposal-temporal/#_ref_1129", + "https://tc39.es/proposal-temporal/#_ref_1130", + "https://tc39.es/proposal-temporal/#_ref_1131", "https://tc39.es/proposal-temporal/#_ref_1132", "https://tc39.es/proposal-temporal/#_ref_1133", "https://tc39.es/proposal-temporal/#_ref_1134", "https://tc39.es/proposal-temporal/#_ref_1135", "https://tc39.es/proposal-temporal/#_ref_1136", + "https://tc39.es/proposal-temporal/#sec-temporal-regulateisoyearmonth", "https://tc39.es/proposal-temporal/#_ref_1137", + "https://tc39.es/proposal-temporal/#sec-temporal-isvalidisomonth", + "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthwithinlimits", + "https://tc39.es/proposal-temporal/#sec-temporal-balanceisoyearmonth", "https://tc39.es/proposal-temporal/#_ref_1138", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1139", "https://tc39.es/proposal-temporal/#_ref_1140", - "https://tc39.es/proposal-temporal/#sec-temporal-regulateisoyearmonth", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalyearmonthtostring", "https://tc39.es/proposal-temporal/#_ref_1141", - "https://tc39.es/proposal-temporal/#sec-temporal-isvalidisomonth", - "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthwithinlimits", - "https://tc39.es/proposal-temporal/#sec-temporal-balanceisoyearmonth", "https://tc39.es/proposal-temporal/#_ref_1142", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalyearmonth", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_1143", "https://tc39.es/proposal-temporal/#_ref_1144", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalyearmonthtostring", "https://tc39.es/proposal-temporal/#_ref_1145", "https://tc39.es/proposal-temporal/#_ref_1146", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_1147", "https://tc39.es/proposal-temporal/#_ref_1148", "https://tc39.es/proposal-temporal/#_ref_1149", @@ -1550,11 +1550,11 @@ "https://tc39.es/proposal-temporal/#_ref_1152", "https://tc39.es/proposal-temporal/#_ref_1153", "https://tc39.es/proposal-temporal/#_ref_1154", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_1155", "https://tc39.es/proposal-temporal/#_ref_1156", "https://tc39.es/proposal-temporal/#_ref_1157", "https://tc39.es/proposal-temporal/#_ref_1158", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_1159", "https://tc39.es/proposal-temporal/#_ref_1160", "https://tc39.es/proposal-temporal/#_ref_1161", @@ -1565,146 +1565,142 @@ "https://tc39.es/proposal-temporal/#_ref_1166", "https://tc39.es/proposal-temporal/#_ref_1167", "https://tc39.es/proposal-temporal/#_ref_1168", + "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-objects", + "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday", "https://tc39.es/proposal-temporal/#_ref_1169", "https://tc39.es/proposal-temporal/#_ref_1170", "https://tc39.es/proposal-temporal/#_ref_1171", "https://tc39.es/proposal-temporal/#_ref_1172", - "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-objects", - "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday", "https://tc39.es/proposal-temporal/#_ref_1173", "https://tc39.es/proposal-temporal/#_ref_1174", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainmonthday-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.from", "https://tc39.es/proposal-temporal/#_ref_1175", "https://tc39.es/proposal-temporal/#_ref_1176", "https://tc39.es/proposal-temporal/#_ref_1177", "https://tc39.es/proposal-temporal/#_ref_1178", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainmonthday-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.from", - "https://tc39.es/proposal-temporal/#_ref_1179", - "https://tc39.es/proposal-temporal/#_ref_1180", - "https://tc39.es/proposal-temporal/#_ref_1181", - "https://tc39.es/proposal-temporal/#_ref_1182", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainmonthday-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype-@@tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.calendar", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.monthcode", - "https://tc39.es/proposal-temporal/#_ref_1183", + "https://tc39.es/proposal-temporal/#_ref_1179", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.day", - "https://tc39.es/proposal-temporal/#_ref_1184", + "https://tc39.es/proposal-temporal/#_ref_1180", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.with", + "https://tc39.es/proposal-temporal/#_ref_1181", + "https://tc39.es/proposal-temporal/#_ref_1182", + "https://tc39.es/proposal-temporal/#_ref_1183", + "https://tc39.es/proposal-temporal/#_ref_1184", "https://tc39.es/proposal-temporal/#_ref_1185", "https://tc39.es/proposal-temporal/#_ref_1186", "https://tc39.es/proposal-temporal/#_ref_1187", "https://tc39.es/proposal-temporal/#_ref_1188", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1189", "https://tc39.es/proposal-temporal/#_ref_1190", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1191", "https://tc39.es/proposal-temporal/#_ref_1192", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1193", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1194", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tostring", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1195", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_1196", "https://tc39.es/proposal-temporal/#_ref_1197", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1198", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1199", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_1200", "https://tc39.es/proposal-temporal/#_ref_1201", "https://tc39.es/proposal-temporal/#_ref_1202", "https://tc39.es/proposal-temporal/#_ref_1203", - "https://tc39.es/proposal-temporal/#_ref_1204", - "https://tc39.es/proposal-temporal/#_ref_1205", - "https://tc39.es/proposal-temporal/#_ref_1206", - "https://tc39.es/proposal-temporal/#_ref_1207", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.getisofields", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plainmonthday-instances", "https://tc39.es/proposal-temporal/#_ref_25", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalmonthday-instances", - "https://tc39.es/proposal-temporal/#_ref_1208", + "https://tc39.es/proposal-temporal/#_ref_1204", "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalmonthday", + "https://tc39.es/proposal-temporal/#_ref_1205", + "https://tc39.es/proposal-temporal/#_ref_1206", + "https://tc39.es/proposal-temporal/#_ref_1207", + "https://tc39.es/proposal-temporal/#_ref_1208", "https://tc39.es/proposal-temporal/#_ref_1209", "https://tc39.es/proposal-temporal/#_ref_1210", "https://tc39.es/proposal-temporal/#_ref_1211", "https://tc39.es/proposal-temporal/#_ref_1212", "https://tc39.es/proposal-temporal/#_ref_1213", "https://tc39.es/proposal-temporal/#_ref_1214", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1215", "https://tc39.es/proposal-temporal/#_ref_1216", "https://tc39.es/proposal-temporal/#_ref_1217", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalmonthdaytostring", "https://tc39.es/proposal-temporal/#_ref_1218", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1219", - "https://tc39.es/proposal-temporal/#_ref_1220", - "https://tc39.es/proposal-temporal/#_ref_1221", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalmonthdaytostring", - "https://tc39.es/proposal-temporal/#_ref_1222", - "https://tc39.es/proposal-temporal/#_ref_1223", "https://tc39.es/proposal-temporal/#sec-temporal-timezone-objects", "https://tc39.es/proposal-temporal/#sec-time-zone-names", - "https://tc39.es/proposal-temporal/#_ref_1224", - "https://tc39.es/proposal-temporal/#_ref_1653", - "https://tc39.es/proposal-temporal/#_ref_1225", - "https://tc39.es/proposal-temporal/#_ref_1654", + "https://tc39.es/proposal-temporal/#_ref_1220", + "https://tc39.es/proposal-temporal/#_ref_1649", + "https://tc39.es/proposal-temporal/#_ref_1221", + "https://tc39.es/proposal-temporal/#_ref_1650", "https://tc39.es/proposal-temporal/#_ref_26", "https://tc39.es/proposal-temporal/#sec-isvalidtimezonename", - "https://tc39.es/proposal-temporal/#_ref_1226", + "https://tc39.es/proposal-temporal/#_ref_1222", "https://tc39.es/proposal-temporal/#sec-canonicalizetimezonename", - "https://tc39.es/proposal-temporal/#_ref_1227", + "https://tc39.es/proposal-temporal/#_ref_1223", "https://tc39.es/proposal-temporal/#sec-defaulttimezone", "https://tc39.es/proposal-temporal/#_ref_27", "https://tc39.es/proposal-temporal/#_ref_28", - "https://tc39.es/proposal-temporal/#_ref_1655", + "https://tc39.es/proposal-temporal/#_ref_1651", "https://tc39.es/proposal-temporal/#sec-temporal-timezone-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.timezone", - "https://tc39.es/proposal-temporal/#_ref_1656", - "https://tc39.es/proposal-temporal/#_ref_1228", - "https://tc39.es/proposal-temporal/#_ref_1229", - "https://tc39.es/proposal-temporal/#_ref_1230", + "https://tc39.es/proposal-temporal/#_ref_1652", + "https://tc39.es/proposal-temporal/#_ref_1224", + "https://tc39.es/proposal-temporal/#_ref_1225", + "https://tc39.es/proposal-temporal/#_ref_1226", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-timezone-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.from", - "https://tc39.es/proposal-temporal/#_ref_1231", + "https://tc39.es/proposal-temporal/#_ref_1227", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-timezone-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype-@@tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.timezone.prototype.id", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getoffsetnanosecondsfor", + "https://tc39.es/proposal-temporal/#_ref_1228", + "https://tc39.es/proposal-temporal/#_ref_1229", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getoffsetstringfor", + "https://tc39.es/proposal-temporal/#_ref_1230", + "https://tc39.es/proposal-temporal/#_ref_1231", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getplaindatetimefor", "https://tc39.es/proposal-temporal/#_ref_1232", "https://tc39.es/proposal-temporal/#_ref_1233", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getoffsetstringfor", "https://tc39.es/proposal-temporal/#_ref_1234", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getinstantfor", "https://tc39.es/proposal-temporal/#_ref_1235", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getplaindatetimefor", "https://tc39.es/proposal-temporal/#_ref_1236", "https://tc39.es/proposal-temporal/#_ref_1237", "https://tc39.es/proposal-temporal/#_ref_1238", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getinstantfor", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getpossibleinstantsfor", "https://tc39.es/proposal-temporal/#_ref_1239", "https://tc39.es/proposal-temporal/#_ref_1240", "https://tc39.es/proposal-temporal/#_ref_1241", "https://tc39.es/proposal-temporal/#_ref_1242", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getpossibleinstantsfor", "https://tc39.es/proposal-temporal/#_ref_1243", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getnexttransition", "https://tc39.es/proposal-temporal/#_ref_1244", "https://tc39.es/proposal-temporal/#_ref_1245", "https://tc39.es/proposal-temporal/#_ref_1246", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getprevioustransition", "https://tc39.es/proposal-temporal/#_ref_1247", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getnexttransition", "https://tc39.es/proposal-temporal/#_ref_1248", "https://tc39.es/proposal-temporal/#_ref_1249", - "https://tc39.es/proposal-temporal/#_ref_1250", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getprevioustransition", - "https://tc39.es/proposal-temporal/#_ref_1251", - "https://tc39.es/proposal-temporal/#_ref_1252", - "https://tc39.es/proposal-temporal/#_ref_1253", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.tostring", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.tojson", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-timezone-instances", @@ -1712,57 +1708,61 @@ "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaltimezone-instances", "https://tc39.es/proposal-temporal/#sec-temporal-timezone-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaltimezone", + "https://tc39.es/proposal-temporal/#_ref_1250", + "https://tc39.es/proposal-temporal/#_ref_1251", + "https://tc39.es/proposal-temporal/#_ref_1252", + "https://tc39.es/proposal-temporal/#sec-temporal-getisopartsfromepoch", + "https://tc39.es/proposal-temporal/#_ref_1253", "https://tc39.es/proposal-temporal/#_ref_1254", "https://tc39.es/proposal-temporal/#_ref_1255", - "https://tc39.es/proposal-temporal/#_ref_1256", - "https://tc39.es/proposal-temporal/#sec-temporal-getisopartsfromepoch", - "https://tc39.es/proposal-temporal/#_ref_1257", - "https://tc39.es/proposal-temporal/#_ref_1258", - "https://tc39.es/proposal-temporal/#_ref_1259", "https://tc39.es/proposal-temporal/#sec-temporal-getianatimezoneepochvalue", - "https://tc39.es/proposal-temporal/#_ref_1260", + "https://tc39.es/proposal-temporal/#_ref_1256", "https://tc39.es/proposal-temporal/#sec-temporalgetianatimezoneoffsetnanoseconds", "https://tc39.es/proposal-temporal/#sec-temporal-getianatimezonenexttransition", - "https://tc39.es/proposal-temporal/#_ref_1261", + "https://tc39.es/proposal-temporal/#_ref_1257", "https://tc39.es/proposal-temporal/#sec-temporal-getianatimezoneprevioustransition", - "https://tc39.es/proposal-temporal/#_ref_1262", + "https://tc39.es/proposal-temporal/#_ref_1258", "https://tc39.es/proposal-temporal/#sec-temporal-parsetimezoneoffsetstring", + "https://tc39.es/proposal-temporal/#_ref_1653", + "https://tc39.es/proposal-temporal/#_ref_1654", + "https://tc39.es/proposal-temporal/#_ref_1655", + "https://tc39.es/proposal-temporal/#_ref_1656", "https://tc39.es/proposal-temporal/#_ref_1657", "https://tc39.es/proposal-temporal/#_ref_1658", - "https://tc39.es/proposal-temporal/#_ref_1659", - "https://tc39.es/proposal-temporal/#_ref_1660", - "https://tc39.es/proposal-temporal/#_ref_1661", - "https://tc39.es/proposal-temporal/#_ref_1662", "https://tc39.es/proposal-temporal/#sec-temporal-formattimezoneoffsetstring", + "https://tc39.es/proposal-temporal/#_ref_1259", + "https://tc39.es/proposal-temporal/#_ref_1260", + "https://tc39.es/proposal-temporal/#_ref_1261", + "https://tc39.es/proposal-temporal/#sec-temporal-formatisotimezoneoffsetstring", + "https://tc39.es/proposal-temporal/#_ref_1262", "https://tc39.es/proposal-temporal/#_ref_1263", "https://tc39.es/proposal-temporal/#_ref_1264", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimezone", "https://tc39.es/proposal-temporal/#_ref_1265", - "https://tc39.es/proposal-temporal/#sec-temporal-formatisotimezoneoffsetstring", + "https://tc39.es/proposal-temporal/#_ref_1659", "https://tc39.es/proposal-temporal/#_ref_1266", "https://tc39.es/proposal-temporal/#_ref_1267", "https://tc39.es/proposal-temporal/#_ref_1268", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimezone", "https://tc39.es/proposal-temporal/#_ref_1269", - "https://tc39.es/proposal-temporal/#_ref_1663", "https://tc39.es/proposal-temporal/#_ref_1270", + "https://tc39.es/proposal-temporal/#sec-temporal-getoffsetnanosecondsfor", "https://tc39.es/proposal-temporal/#_ref_1271", + "https://tc39.es/proposal-temporal/#sec-temporal-builtintimezonegetoffsetstringfor", "https://tc39.es/proposal-temporal/#_ref_1272", "https://tc39.es/proposal-temporal/#_ref_1273", + "https://tc39.es/proposal-temporal/#sec-temporal-builtintimezonegetplaindatetimefor", "https://tc39.es/proposal-temporal/#_ref_1274", - "https://tc39.es/proposal-temporal/#sec-temporal-getoffsetnanosecondsfor", "https://tc39.es/proposal-temporal/#_ref_1275", - "https://tc39.es/proposal-temporal/#sec-temporal-builtintimezonegetoffsetstringfor", "https://tc39.es/proposal-temporal/#_ref_1276", "https://tc39.es/proposal-temporal/#_ref_1277", - "https://tc39.es/proposal-temporal/#sec-temporal-builtintimezonegetplaindatetimefor", + "https://tc39.es/proposal-temporal/#sec-temporal-builtintimezonegetinstantfor", "https://tc39.es/proposal-temporal/#_ref_1278", "https://tc39.es/proposal-temporal/#_ref_1279", + "https://tc39.es/proposal-temporal/#sec-temporal-disambiguatepossibleinstants", "https://tc39.es/proposal-temporal/#_ref_1280", "https://tc39.es/proposal-temporal/#_ref_1281", - "https://tc39.es/proposal-temporal/#sec-temporal-builtintimezonegetinstantfor", "https://tc39.es/proposal-temporal/#_ref_1282", "https://tc39.es/proposal-temporal/#_ref_1283", - "https://tc39.es/proposal-temporal/#sec-temporal-disambiguatepossibleinstants", "https://tc39.es/proposal-temporal/#_ref_1284", "https://tc39.es/proposal-temporal/#_ref_1285", "https://tc39.es/proposal-temporal/#_ref_1286", @@ -1774,45 +1774,41 @@ "https://tc39.es/proposal-temporal/#_ref_1292", "https://tc39.es/proposal-temporal/#_ref_1293", "https://tc39.es/proposal-temporal/#_ref_1294", - "https://tc39.es/proposal-temporal/#_ref_1295", - "https://tc39.es/proposal-temporal/#_ref_1296", - "https://tc39.es/proposal-temporal/#_ref_1297", - "https://tc39.es/proposal-temporal/#_ref_1298", "https://tc39.es/proposal-temporal/#sec-temporal-getpossibleinstantsfor", "https://tc39.es/proposal-temporal/#sec-temporal-timezoneequals", "https://tc39.es/proposal-temporal/#sec-temporal-calendar-objects", "https://tc39.es/proposal-temporal/#sec-calendar-types", "https://tc39.es/proposal-temporal/#_ref_30", "https://tc39.es/proposal-temporal/#sec-temporal-isbuiltincalendar", - "https://tc39.es/proposal-temporal/#_ref_1299", - "https://tc39.es/proposal-temporal/#_ref_1300", + "https://tc39.es/proposal-temporal/#_ref_1295", + "https://tc39.es/proposal-temporal/#_ref_1296", "https://tc39.es/proposal-temporal/#sec-temporal-availablecalendars", - "https://tc39.es/proposal-temporal/#_ref_1301", - "https://tc39.es/proposal-temporal/#_ref_1302", - "https://tc39.es/proposal-temporal/#_ref_1303", + "https://tc39.es/proposal-temporal/#_ref_1297", + "https://tc39.es/proposal-temporal/#_ref_1298", + "https://tc39.es/proposal-temporal/#_ref_1299", "https://tc39.es/proposal-temporal/#sec-temporal-calendar-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalcalendar", - "https://tc39.es/proposal-temporal/#_ref_1304", + "https://tc39.es/proposal-temporal/#_ref_1300", "https://tc39.es/proposal-temporal/#sec-temporal-getbuiltincalendar", - "https://tc39.es/proposal-temporal/#_ref_1305", - "https://tc39.es/proposal-temporal/#_ref_1306", + "https://tc39.es/proposal-temporal/#_ref_1301", + "https://tc39.es/proposal-temporal/#_ref_1302", "https://tc39.es/proposal-temporal/#sec-temporal-getiso8601calendar", - "https://tc39.es/proposal-temporal/#_ref_1307", + "https://tc39.es/proposal-temporal/#_ref_1303", "https://tc39.es/proposal-temporal/#sec-temporal-calendarfields", - "https://tc39.es/proposal-temporal/#_ref_1308", + "https://tc39.es/proposal-temporal/#_ref_1304", "https://tc39.es/proposal-temporal/#sec-temporal-calendarmergefields", - "https://tc39.es/proposal-temporal/#_ref_1309", + "https://tc39.es/proposal-temporal/#_ref_1305", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateadd", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateuntil", "https://tc39.es/proposal-temporal/#sec-temporal-calendaryear", - "https://tc39.es/proposal-temporal/#_ref_1310", + "https://tc39.es/proposal-temporal/#_ref_1306", "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonth", - "https://tc39.es/proposal-temporal/#_ref_1311", - "https://tc39.es/proposal-temporal/#_ref_1312", + "https://tc39.es/proposal-temporal/#_ref_1307", + "https://tc39.es/proposal-temporal/#_ref_1308", "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthcode", "https://tc39.es/proposal-temporal/#sec-temporal-calendarday", - "https://tc39.es/proposal-temporal/#_ref_1313", - "https://tc39.es/proposal-temporal/#_ref_1314", + "https://tc39.es/proposal-temporal/#_ref_1309", + "https://tc39.es/proposal-temporal/#_ref_1310", "https://tc39.es/proposal-temporal/#sec-temporal-calendardayofweek", "https://tc39.es/proposal-temporal/#sec-temporal-calendardayofyear", "https://tc39.es/proposal-temporal/#sec-temporal-calendarweekofyear", @@ -1822,188 +1818,187 @@ "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthsinyear", "https://tc39.es/proposal-temporal/#sec-temporal-calendarinleapyear", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendar", - "https://tc39.es/proposal-temporal/#_ref_1315", - "https://tc39.es/proposal-temporal/#_ref_1316", - "https://tc39.es/proposal-temporal/#_ref_1317", - "https://tc39.es/proposal-temporal/#_ref_1318", + "https://tc39.es/proposal-temporal/#_ref_1311", + "https://tc39.es/proposal-temporal/#_ref_1312", + "https://tc39.es/proposal-temporal/#_ref_1313", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendarwithisodefault", - "https://tc39.es/proposal-temporal/#_ref_1319", - "https://tc39.es/proposal-temporal/#_ref_1320", + "https://tc39.es/proposal-temporal/#_ref_1314", + "https://tc39.es/proposal-temporal/#_ref_1315", "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalcalendarwithisodefault", - "https://tc39.es/proposal-temporal/#_ref_1321", + "https://tc39.es/proposal-temporal/#_ref_1316", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatefromfields", "https://tc39.es/proposal-temporal/#sec-temporal-calendaryearmonthfromfields", "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthdayfromfields", "https://tc39.es/proposal-temporal/#sec-temporal-maybeformatcalendarannotation", - "https://tc39.es/proposal-temporal/#_ref_1322", + "https://tc39.es/proposal-temporal/#_ref_1317", "https://tc39.es/proposal-temporal/#sec-temporal-formatcalendarannotation", "https://tc39.es/proposal-temporal/#sec-temporal-calendarequals", "https://tc39.es/proposal-temporal/#sec-temporal-consolidatecalendars", "https://tc39.es/proposal-temporal/#sec-temporal-isodaysinmonth", "https://tc39.es/proposal-temporal/#sec-temporal-toisoweekofyear", + "https://tc39.es/proposal-temporal/#_ref_1318", + "https://tc39.es/proposal-temporal/#_ref_1319", + "https://tc39.es/proposal-temporal/#_ref_1320", + "https://tc39.es/proposal-temporal/#_ref_1321", + "https://tc39.es/proposal-temporal/#sec-buildisomonthcode", + "https://tc39.es/proposal-temporal/#sec-temporal-resolveisomonth", + "https://tc39.es/proposal-temporal/#_ref_31", + "https://tc39.es/proposal-temporal/#_ref_1322", + "https://tc39.es/proposal-temporal/#sec-temporal-isodatefromfields", "https://tc39.es/proposal-temporal/#_ref_1323", "https://tc39.es/proposal-temporal/#_ref_1324", "https://tc39.es/proposal-temporal/#_ref_1325", "https://tc39.es/proposal-temporal/#_ref_1326", - "https://tc39.es/proposal-temporal/#sec-buildisomonthcode", - "https://tc39.es/proposal-temporal/#sec-temporal-resolveisomonth", - "https://tc39.es/proposal-temporal/#_ref_31", + "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_1327", - "https://tc39.es/proposal-temporal/#sec-temporal-isodatefromfields", "https://tc39.es/proposal-temporal/#_ref_1328", "https://tc39.es/proposal-temporal/#_ref_1329", "https://tc39.es/proposal-temporal/#_ref_1330", + "https://tc39.es/proposal-temporal/#sec-temporal-isomonthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_1331", - "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_1332", "https://tc39.es/proposal-temporal/#_ref_1333", "https://tc39.es/proposal-temporal/#_ref_1334", "https://tc39.es/proposal-temporal/#_ref_1335", - "https://tc39.es/proposal-temporal/#sec-temporal-isomonthdayfromfields", - "https://tc39.es/proposal-temporal/#_ref_1336", - "https://tc39.es/proposal-temporal/#_ref_1337", - "https://tc39.es/proposal-temporal/#_ref_1338", - "https://tc39.es/proposal-temporal/#_ref_1339", - "https://tc39.es/proposal-temporal/#_ref_1340", "https://tc39.es/proposal-temporal/#sec-temporal-isoyear", "https://tc39.es/proposal-temporal/#sec-temporal-isomonth", "https://tc39.es/proposal-temporal/#sec-temporal-isomonthcode", - "https://tc39.es/proposal-temporal/#_ref_1341", + "https://tc39.es/proposal-temporal/#_ref_1336", "https://tc39.es/proposal-temporal/#sec-temporal-isoday", "https://tc39.es/proposal-temporal/#sec-temporal-defaultmergecalendarfields", "https://tc39.es/proposal-temporal/#sec-temporal-toisodayofyear", - "https://tc39.es/proposal-temporal/#_ref_1342", + "https://tc39.es/proposal-temporal/#_ref_1337", "https://tc39.es/proposal-temporal/#sec-temporal-toisodayofweek", - "https://tc39.es/proposal-temporal/#_ref_1343", + "https://tc39.es/proposal-temporal/#_ref_1338", "https://tc39.es/proposal-temporal/#sec-temporal-calendar-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.calendar", - "https://tc39.es/proposal-temporal/#_ref_1344", - "https://tc39.es/proposal-temporal/#_ref_1345", + "https://tc39.es/proposal-temporal/#_ref_1339", + "https://tc39.es/proposal-temporal/#_ref_1340", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-calendar-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.from", - "https://tc39.es/proposal-temporal/#_ref_1346", + "https://tc39.es/proposal-temporal/#_ref_1341", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-calendar-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype-@@tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.calendar.prototype.id", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.datefromfields", + "https://tc39.es/proposal-temporal/#_ref_1342", + "https://tc39.es/proposal-temporal/#_ref_1343", + "https://tc39.es/proposal-temporal/#_ref_1344", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.yearmonthfromfields", + "https://tc39.es/proposal-temporal/#_ref_1345", + "https://tc39.es/proposal-temporal/#_ref_1346", "https://tc39.es/proposal-temporal/#_ref_1347", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_1348", "https://tc39.es/proposal-temporal/#_ref_1349", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.yearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_1350", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateadd", "https://tc39.es/proposal-temporal/#_ref_1351", "https://tc39.es/proposal-temporal/#_ref_1352", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_1353", "https://tc39.es/proposal-temporal/#_ref_1354", "https://tc39.es/proposal-temporal/#_ref_1355", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateadd", "https://tc39.es/proposal-temporal/#_ref_1356", "https://tc39.es/proposal-temporal/#_ref_1357", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateuntil", "https://tc39.es/proposal-temporal/#_ref_1358", "https://tc39.es/proposal-temporal/#_ref_1359", "https://tc39.es/proposal-temporal/#_ref_1360", "https://tc39.es/proposal-temporal/#_ref_1361", "https://tc39.es/proposal-temporal/#_ref_1362", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateuntil", "https://tc39.es/proposal-temporal/#_ref_1363", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.year", "https://tc39.es/proposal-temporal/#_ref_1364", "https://tc39.es/proposal-temporal/#_ref_1365", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.month", "https://tc39.es/proposal-temporal/#_ref_1366", "https://tc39.es/proposal-temporal/#_ref_1367", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_1368", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.year", "https://tc39.es/proposal-temporal/#_ref_1369", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.day", "https://tc39.es/proposal-temporal/#_ref_1370", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.month", "https://tc39.es/proposal-temporal/#_ref_1371", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dayofweek", "https://tc39.es/proposal-temporal/#_ref_1372", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_1373", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_1374", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.day", "https://tc39.es/proposal-temporal/#_ref_1375", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_1376", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dayofweek", "https://tc39.es/proposal-temporal/#_ref_1377", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_1378", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dayofyear", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_1379", "https://tc39.es/proposal-temporal/#_ref_1380", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.weekofyear", - "https://tc39.es/proposal-temporal/#_ref_1381", - "https://tc39.es/proposal-temporal/#_ref_1382", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinweek", - "https://tc39.es/proposal-temporal/#_ref_1383", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinmonth", - "https://tc39.es/proposal-temporal/#_ref_1384", - "https://tc39.es/proposal-temporal/#_ref_1385", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinyear", - "https://tc39.es/proposal-temporal/#_ref_1386", + "https://tc39.es/proposal-temporal/#_ref_1381", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthsinyear", - "https://tc39.es/proposal-temporal/#_ref_1387", + "https://tc39.es/proposal-temporal/#_ref_1382", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.inleapyear", - "https://tc39.es/proposal-temporal/#_ref_1388", + "https://tc39.es/proposal-temporal/#_ref_1383", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.fields", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.mergefields", - "https://tc39.es/proposal-temporal/#_ref_1389", + "https://tc39.es/proposal-temporal/#_ref_1384", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.tostring", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.tojson", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-calendar-instances", "https://tc39.es/proposal-temporal/#sec-temporal-abstract-ops", "https://tc39.es/proposal-temporal/#sec-iterabletolistoftype", "https://tc39.es/proposal-temporal/#sec-getoptionsobject", - "https://tc39.es/proposal-temporal/#_ref_1390", + "https://tc39.es/proposal-temporal/#_ref_1385", "https://tc39.es/proposal-temporal/#sec-getoption", "https://tc39.es/proposal-temporal/#sec-temporal-totemporaloverflow", - "https://tc39.es/proposal-temporal/#_ref_1391", + "https://tc39.es/proposal-temporal/#_ref_1386", "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldisambiguation", - "https://tc39.es/proposal-temporal/#_ref_1392", + "https://tc39.es/proposal-temporal/#_ref_1387", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalroundingmode", - "https://tc39.es/proposal-temporal/#_ref_1393", + "https://tc39.es/proposal-temporal/#_ref_1388", "https://tc39.es/proposal-temporal/#sec-temporal-negatetemporalroundingmode", "https://tc39.es/proposal-temporal/#sec-temporal-totemporaloffset", - "https://tc39.es/proposal-temporal/#_ref_1394", + "https://tc39.es/proposal-temporal/#_ref_1389", "https://tc39.es/proposal-temporal/#sec-temporal-toshowcalendaroption", - "https://tc39.es/proposal-temporal/#_ref_1395", + "https://tc39.es/proposal-temporal/#_ref_1390", "https://tc39.es/proposal-temporal/#sec-temporal-toshowtimezonenameoption", - "https://tc39.es/proposal-temporal/#_ref_1396", + "https://tc39.es/proposal-temporal/#_ref_1391", "https://tc39.es/proposal-temporal/#sec-temporal-toshowoffsetoption", - "https://tc39.es/proposal-temporal/#_ref_1397", + "https://tc39.es/proposal-temporal/#_ref_1392", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalroundingincrement", - "https://tc39.es/proposal-temporal/#_ref_1398", - "https://tc39.es/proposal-temporal/#_ref_1399", + "https://tc39.es/proposal-temporal/#_ref_1393", + "https://tc39.es/proposal-temporal/#_ref_1394", "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldatetimeroundingincrement", - "https://tc39.es/proposal-temporal/#_ref_1400", - "https://tc39.es/proposal-temporal/#_ref_1401", + "https://tc39.es/proposal-temporal/#_ref_1395", + "https://tc39.es/proposal-temporal/#_ref_1396", "https://tc39.es/proposal-temporal/#sec-temporal-tosecondsstringprecision", - "https://tc39.es/proposal-temporal/#_ref_1402", - "https://tc39.es/proposal-temporal/#_ref_1403", + "https://tc39.es/proposal-temporal/#_ref_1397", + "https://tc39.es/proposal-temporal/#_ref_1398", "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalunit", "https://tc39.es/proposal-temporal/#_ref_32", "https://tc39.es/proposal-temporal/#_ref_33", - "https://tc39.es/proposal-temporal/#_ref_1404", + "https://tc39.es/proposal-temporal/#_ref_1399", "https://tc39.es/proposal-temporal/#_ref_34", "https://tc39.es/proposal-temporal/#table-temporal-units", "https://tc39.es/proposal-temporal/#sec-temporal-torelativetemporalobject", + "https://tc39.es/proposal-temporal/#_ref_1400", + "https://tc39.es/proposal-temporal/#_ref_1401", + "https://tc39.es/proposal-temporal/#_ref_1402", + "https://tc39.es/proposal-temporal/#_ref_1403", + "https://tc39.es/proposal-temporal/#_ref_1404", "https://tc39.es/proposal-temporal/#_ref_1405", "https://tc39.es/proposal-temporal/#_ref_1406", "https://tc39.es/proposal-temporal/#_ref_1407", + "https://tc39.es/proposal-temporal/#_ref_1660", "https://tc39.es/proposal-temporal/#_ref_1408", "https://tc39.es/proposal-temporal/#_ref_1409", "https://tc39.es/proposal-temporal/#_ref_1410", "https://tc39.es/proposal-temporal/#_ref_1411", "https://tc39.es/proposal-temporal/#_ref_1412", - "https://tc39.es/proposal-temporal/#_ref_1664", "https://tc39.es/proposal-temporal/#_ref_1413", "https://tc39.es/proposal-temporal/#_ref_1414", - "https://tc39.es/proposal-temporal/#_ref_1415", - "https://tc39.es/proposal-temporal/#_ref_1416", - "https://tc39.es/proposal-temporal/#_ref_1417", - "https://tc39.es/proposal-temporal/#_ref_1418", - "https://tc39.es/proposal-temporal/#_ref_1419", "https://tc39.es/proposal-temporal/#sec-temporal-largeroftwotemporalunits", "https://tc39.es/proposal-temporal/#_ref_35", "https://tc39.es/proposal-temporal/#_ref_36", @@ -2017,31 +2012,31 @@ "https://tc39.es/proposal-temporal/#_ref_38", "https://tc39.es/proposal-temporal/#table-temporal-unsigned-rounding-modes", "https://tc39.es/proposal-temporal/#sec-temporal-applyunsignedroundingmode", - "https://tc39.es/proposal-temporal/#_ref_1420", + "https://tc39.es/proposal-temporal/#_ref_1415", "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrement", - "https://tc39.es/proposal-temporal/#_ref_1421", - "https://tc39.es/proposal-temporal/#_ref_1422", + "https://tc39.es/proposal-temporal/#_ref_1416", + "https://tc39.es/proposal-temporal/#_ref_1417", "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrementasifpositive", - "https://tc39.es/proposal-temporal/#_ref_1423", - "https://tc39.es/proposal-temporal/#_ref_1424", + "https://tc39.es/proposal-temporal/#_ref_1418", + "https://tc39.es/proposal-temporal/#_ref_1419", "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar", "https://tc39.es/proposal-temporal/#prod-Alpha", "https://tc39.es/proposal-temporal/#prod-ASCIISign", "https://tc39.es/proposal-temporal/#prod-Sign", - "https://tc39.es/proposal-temporal/#_ref_1665", + "https://tc39.es/proposal-temporal/#_ref_1661", "https://tc39.es/proposal-temporal/#prod-UnpaddedHour", + "https://tc39.es/proposal-temporal/#_ref_1662", + "https://tc39.es/proposal-temporal/#_ref_1663", + "https://tc39.es/proposal-temporal/#prod-Hour", + "https://tc39.es/proposal-temporal/#_ref_1664", + "https://tc39.es/proposal-temporal/#_ref_1665", + "https://tc39.es/proposal-temporal/#prod-MinuteSecond", "https://tc39.es/proposal-temporal/#_ref_1666", "https://tc39.es/proposal-temporal/#_ref_1667", - "https://tc39.es/proposal-temporal/#prod-Hour", "https://tc39.es/proposal-temporal/#_ref_1668", "https://tc39.es/proposal-temporal/#_ref_1669", - "https://tc39.es/proposal-temporal/#prod-MinuteSecond", "https://tc39.es/proposal-temporal/#_ref_1670", "https://tc39.es/proposal-temporal/#_ref_1671", - "https://tc39.es/proposal-temporal/#_ref_1672", - "https://tc39.es/proposal-temporal/#_ref_1673", - "https://tc39.es/proposal-temporal/#_ref_1674", - "https://tc39.es/proposal-temporal/#_ref_1675", "https://tc39.es/proposal-temporal/#prod-DecimalSeparator", "https://tc39.es/proposal-temporal/#prod-DaysDesignator", "https://tc39.es/proposal-temporal/#prod-HoursDesignator", @@ -2055,87 +2050,91 @@ "https://tc39.es/proposal-temporal/#prod-YearsDesignator", "https://tc39.es/proposal-temporal/#prod-UTCDesignator", "https://tc39.es/proposal-temporal/#prod-DateFourDigitYear", + "https://tc39.es/proposal-temporal/#_ref_1672", + "https://tc39.es/proposal-temporal/#_ref_1673", + "https://tc39.es/proposal-temporal/#_ref_1674", + "https://tc39.es/proposal-temporal/#_ref_1675", + "https://tc39.es/proposal-temporal/#prod-DateExtendedYear", "https://tc39.es/proposal-temporal/#_ref_1676", "https://tc39.es/proposal-temporal/#_ref_1677", "https://tc39.es/proposal-temporal/#_ref_1678", "https://tc39.es/proposal-temporal/#_ref_1679", - "https://tc39.es/proposal-temporal/#prod-DateExtendedYear", "https://tc39.es/proposal-temporal/#_ref_1680", "https://tc39.es/proposal-temporal/#_ref_1681", "https://tc39.es/proposal-temporal/#_ref_1682", + "https://tc39.es/proposal-temporal/#prod-DateYear", "https://tc39.es/proposal-temporal/#_ref_1683", "https://tc39.es/proposal-temporal/#_ref_1684", + "https://tc39.es/proposal-temporal/#prod-DateMonth", "https://tc39.es/proposal-temporal/#_ref_1685", + "https://tc39.es/proposal-temporal/#prod-DateMonthWithThirtyOneDays", + "https://tc39.es/proposal-temporal/#prod-DateDay", "https://tc39.es/proposal-temporal/#_ref_1686", - "https://tc39.es/proposal-temporal/#prod-DateYear", "https://tc39.es/proposal-temporal/#_ref_1687", "https://tc39.es/proposal-temporal/#_ref_1688", - "https://tc39.es/proposal-temporal/#prod-DateMonth", + "https://tc39.es/proposal-temporal/#prod-DateSpecYearMonth", "https://tc39.es/proposal-temporal/#_ref_1689", - "https://tc39.es/proposal-temporal/#prod-DateMonthWithThirtyOneDays", - "https://tc39.es/proposal-temporal/#prod-DateDay", "https://tc39.es/proposal-temporal/#_ref_1690", + "https://tc39.es/proposal-temporal/#prod-TwoDashes", + "https://tc39.es/proposal-temporal/#prod-DateSpecMonthDay", "https://tc39.es/proposal-temporal/#_ref_1691", "https://tc39.es/proposal-temporal/#_ref_1692", - "https://tc39.es/proposal-temporal/#prod-DateSpecYearMonth", "https://tc39.es/proposal-temporal/#_ref_1693", + "https://tc39.es/proposal-temporal/#prod-ValidMonthDay", "https://tc39.es/proposal-temporal/#_ref_1694", - "https://tc39.es/proposal-temporal/#prod-TwoDashes", - "https://tc39.es/proposal-temporal/#prod-DateSpecMonthDay", "https://tc39.es/proposal-temporal/#_ref_1695", "https://tc39.es/proposal-temporal/#_ref_1696", "https://tc39.es/proposal-temporal/#_ref_1697", - "https://tc39.es/proposal-temporal/#prod-ValidMonthDay", "https://tc39.es/proposal-temporal/#_ref_1698", "https://tc39.es/proposal-temporal/#_ref_1699", "https://tc39.es/proposal-temporal/#_ref_1700", "https://tc39.es/proposal-temporal/#_ref_1701", + "https://tc39.es/proposal-temporal/#prod-Date", "https://tc39.es/proposal-temporal/#_ref_1702", "https://tc39.es/proposal-temporal/#_ref_1703", "https://tc39.es/proposal-temporal/#_ref_1704", "https://tc39.es/proposal-temporal/#_ref_1705", - "https://tc39.es/proposal-temporal/#prod-Date", "https://tc39.es/proposal-temporal/#_ref_1706", "https://tc39.es/proposal-temporal/#_ref_1707", + "https://tc39.es/proposal-temporal/#prod-TimeHour", "https://tc39.es/proposal-temporal/#_ref_1708", + "https://tc39.es/proposal-temporal/#prod-TimeMinute", "https://tc39.es/proposal-temporal/#_ref_1709", + "https://tc39.es/proposal-temporal/#prod-TimeSecond", "https://tc39.es/proposal-temporal/#_ref_1710", + "https://tc39.es/proposal-temporal/#prod-FractionalPart", "https://tc39.es/proposal-temporal/#_ref_1711", - "https://tc39.es/proposal-temporal/#prod-TimeHour", "https://tc39.es/proposal-temporal/#_ref_1712", - "https://tc39.es/proposal-temporal/#prod-TimeMinute", "https://tc39.es/proposal-temporal/#_ref_1713", - "https://tc39.es/proposal-temporal/#prod-TimeSecond", "https://tc39.es/proposal-temporal/#_ref_1714", - "https://tc39.es/proposal-temporal/#prod-FractionalPart", "https://tc39.es/proposal-temporal/#_ref_1715", "https://tc39.es/proposal-temporal/#_ref_1716", "https://tc39.es/proposal-temporal/#_ref_1717", "https://tc39.es/proposal-temporal/#_ref_1718", "https://tc39.es/proposal-temporal/#_ref_1719", + "https://tc39.es/proposal-temporal/#prod-Fraction", "https://tc39.es/proposal-temporal/#_ref_1720", "https://tc39.es/proposal-temporal/#_ref_1721", + "https://tc39.es/proposal-temporal/#prod-TimeFraction", "https://tc39.es/proposal-temporal/#_ref_1722", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetSign", "https://tc39.es/proposal-temporal/#_ref_1723", - "https://tc39.es/proposal-temporal/#prod-Fraction", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetHour", "https://tc39.es/proposal-temporal/#_ref_1724", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetMinute", "https://tc39.es/proposal-temporal/#_ref_1725", - "https://tc39.es/proposal-temporal/#prod-TimeFraction", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetSecond", "https://tc39.es/proposal-temporal/#_ref_1726", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetSign", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetFractionalPart", "https://tc39.es/proposal-temporal/#_ref_1727", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetHour", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetFraction", "https://tc39.es/proposal-temporal/#_ref_1728", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetMinute", "https://tc39.es/proposal-temporal/#_ref_1729", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetSecond", + "https://tc39.es/proposal-temporal/#prod-TimeZoneNumericUTCOffset", "https://tc39.es/proposal-temporal/#_ref_1730", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetFractionalPart", "https://tc39.es/proposal-temporal/#_ref_1731", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetFraction", "https://tc39.es/proposal-temporal/#_ref_1732", "https://tc39.es/proposal-temporal/#_ref_1733", - "https://tc39.es/proposal-temporal/#prod-TimeZoneNumericUTCOffset", "https://tc39.es/proposal-temporal/#_ref_1734", "https://tc39.es/proposal-temporal/#_ref_1735", "https://tc39.es/proposal-temporal/#_ref_1736", @@ -2150,14 +2149,14 @@ "https://tc39.es/proposal-temporal/#_ref_1745", "https://tc39.es/proposal-temporal/#_ref_1746", "https://tc39.es/proposal-temporal/#_ref_1747", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffset", "https://tc39.es/proposal-temporal/#_ref_1748", "https://tc39.es/proposal-temporal/#_ref_1749", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetName", "https://tc39.es/proposal-temporal/#_ref_1750", "https://tc39.es/proposal-temporal/#_ref_1751", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffset", "https://tc39.es/proposal-temporal/#_ref_1752", "https://tc39.es/proposal-temporal/#_ref_1753", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetName", "https://tc39.es/proposal-temporal/#_ref_1754", "https://tc39.es/proposal-temporal/#_ref_1755", "https://tc39.es/proposal-temporal/#_ref_1756", @@ -2172,15 +2171,15 @@ "https://tc39.es/proposal-temporal/#_ref_1765", "https://tc39.es/proposal-temporal/#_ref_1766", "https://tc39.es/proposal-temporal/#_ref_1767", + "https://tc39.es/proposal-temporal/#prod-TZLeadingChar", "https://tc39.es/proposal-temporal/#_ref_1768", + "https://tc39.es/proposal-temporal/#prod-TZChar", "https://tc39.es/proposal-temporal/#_ref_1769", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameComponent", "https://tc39.es/proposal-temporal/#_ref_1770", "https://tc39.es/proposal-temporal/#_ref_1771", - "https://tc39.es/proposal-temporal/#prod-TZLeadingChar", "https://tc39.es/proposal-temporal/#_ref_1772", - "https://tc39.es/proposal-temporal/#prod-TZChar", "https://tc39.es/proposal-temporal/#_ref_1773", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameComponent", "https://tc39.es/proposal-temporal/#_ref_1774", "https://tc39.es/proposal-temporal/#_ref_1775", "https://tc39.es/proposal-temporal/#_ref_1776", @@ -2191,56 +2190,56 @@ "https://tc39.es/proposal-temporal/#_ref_1781", "https://tc39.es/proposal-temporal/#_ref_1782", "https://tc39.es/proposal-temporal/#_ref_1783", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameTail", "https://tc39.es/proposal-temporal/#_ref_1784", "https://tc39.es/proposal-temporal/#_ref_1785", "https://tc39.es/proposal-temporal/#_ref_1786", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANALegacyName", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANAName", "https://tc39.es/proposal-temporal/#_ref_1787", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameTail", "https://tc39.es/proposal-temporal/#_ref_1788", "https://tc39.es/proposal-temporal/#_ref_1789", "https://tc39.es/proposal-temporal/#_ref_1790", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANALegacyName", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANAName", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIdentifier", "https://tc39.es/proposal-temporal/#_ref_1791", "https://tc39.es/proposal-temporal/#_ref_1792", + "https://tc39.es/proposal-temporal/#prod-TimeZoneBracketedAnnotation", "https://tc39.es/proposal-temporal/#_ref_1793", + "https://tc39.es/proposal-temporal/#prod-TimeZoneOffsetRequired", "https://tc39.es/proposal-temporal/#_ref_1794", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIdentifier", "https://tc39.es/proposal-temporal/#_ref_1795", + "https://tc39.es/proposal-temporal/#prod-TimeZoneNameRequired", "https://tc39.es/proposal-temporal/#_ref_1796", - "https://tc39.es/proposal-temporal/#prod-TimeZoneBracketedAnnotation", "https://tc39.es/proposal-temporal/#_ref_1797", - "https://tc39.es/proposal-temporal/#prod-TimeZoneOffsetRequired", + "https://tc39.es/proposal-temporal/#prod-TimeZone", "https://tc39.es/proposal-temporal/#_ref_1798", "https://tc39.es/proposal-temporal/#_ref_1799", - "https://tc39.es/proposal-temporal/#prod-TimeZoneNameRequired", "https://tc39.es/proposal-temporal/#_ref_1800", + "https://tc39.es/proposal-temporal/#prod-CalChar", "https://tc39.es/proposal-temporal/#_ref_1801", - "https://tc39.es/proposal-temporal/#prod-TimeZone", "https://tc39.es/proposal-temporal/#_ref_1802", + "https://tc39.es/proposal-temporal/#prod-CalendarNameComponent", "https://tc39.es/proposal-temporal/#_ref_1803", "https://tc39.es/proposal-temporal/#_ref_1804", - "https://tc39.es/proposal-temporal/#prod-CalChar", "https://tc39.es/proposal-temporal/#_ref_1805", "https://tc39.es/proposal-temporal/#_ref_1806", - "https://tc39.es/proposal-temporal/#prod-CalendarNameComponent", "https://tc39.es/proposal-temporal/#_ref_1807", "https://tc39.es/proposal-temporal/#_ref_1808", "https://tc39.es/proposal-temporal/#_ref_1809", "https://tc39.es/proposal-temporal/#_ref_1810", + "https://tc39.es/proposal-temporal/#prod-CalendarNameTail", "https://tc39.es/proposal-temporal/#_ref_1811", "https://tc39.es/proposal-temporal/#_ref_1812", "https://tc39.es/proposal-temporal/#_ref_1813", + "https://tc39.es/proposal-temporal/#prod-CalendarName", "https://tc39.es/proposal-temporal/#_ref_1814", - "https://tc39.es/proposal-temporal/#prod-CalendarNameTail", + "https://tc39.es/proposal-temporal/#prod-Calendar", "https://tc39.es/proposal-temporal/#_ref_1815", + "https://tc39.es/proposal-temporal/#prod-TimeSpec", "https://tc39.es/proposal-temporal/#_ref_1816", "https://tc39.es/proposal-temporal/#_ref_1817", - "https://tc39.es/proposal-temporal/#prod-CalendarName", "https://tc39.es/proposal-temporal/#_ref_1818", - "https://tc39.es/proposal-temporal/#prod-Calendar", "https://tc39.es/proposal-temporal/#_ref_1819", - "https://tc39.es/proposal-temporal/#prod-TimeSpec", "https://tc39.es/proposal-temporal/#_ref_1820", "https://tc39.es/proposal-temporal/#_ref_1821", "https://tc39.es/proposal-temporal/#_ref_1822", @@ -2250,146 +2249,146 @@ "https://tc39.es/proposal-temporal/#_ref_1826", "https://tc39.es/proposal-temporal/#_ref_1827", "https://tc39.es/proposal-temporal/#_ref_1828", + "https://tc39.es/proposal-temporal/#prod-TimeSpecWithOptionalTimeZoneNotAmbiguous", "https://tc39.es/proposal-temporal/#_ref_1829", "https://tc39.es/proposal-temporal/#_ref_1830", "https://tc39.es/proposal-temporal/#_ref_1831", "https://tc39.es/proposal-temporal/#_ref_1832", - "https://tc39.es/proposal-temporal/#prod-TimeSpecWithOptionalTimeZoneNotAmbiguous", + "https://tc39.es/proposal-temporal/#prod-TimeSpecSeparator", "https://tc39.es/proposal-temporal/#_ref_1833", "https://tc39.es/proposal-temporal/#_ref_1834", + "https://tc39.es/proposal-temporal/#prod-DateTime", "https://tc39.es/proposal-temporal/#_ref_1835", "https://tc39.es/proposal-temporal/#_ref_1836", - "https://tc39.es/proposal-temporal/#prod-TimeSpecSeparator", "https://tc39.es/proposal-temporal/#_ref_1837", + "https://tc39.es/proposal-temporal/#prod-CalendarTime", "https://tc39.es/proposal-temporal/#_ref_1838", - "https://tc39.es/proposal-temporal/#prod-DateTime", "https://tc39.es/proposal-temporal/#_ref_1839", "https://tc39.es/proposal-temporal/#_ref_1840", "https://tc39.es/proposal-temporal/#_ref_1841", - "https://tc39.es/proposal-temporal/#prod-CalendarTime", "https://tc39.es/proposal-temporal/#_ref_1842", "https://tc39.es/proposal-temporal/#_ref_1843", + "https://tc39.es/proposal-temporal/#prod-CalendarDateTime", "https://tc39.es/proposal-temporal/#_ref_1844", "https://tc39.es/proposal-temporal/#_ref_1845", + "https://tc39.es/proposal-temporal/#prod-CalendarDateTimeTimeRequired", "https://tc39.es/proposal-temporal/#_ref_1846", "https://tc39.es/proposal-temporal/#_ref_1847", - "https://tc39.es/proposal-temporal/#prod-CalendarDateTime", "https://tc39.es/proposal-temporal/#_ref_1848", "https://tc39.es/proposal-temporal/#_ref_1849", - "https://tc39.es/proposal-temporal/#prod-CalendarDateTimeTimeRequired", + "https://tc39.es/proposal-temporal/#prod-DurationWholeSeconds", "https://tc39.es/proposal-temporal/#_ref_1850", + "https://tc39.es/proposal-temporal/#prod-DurationSecondsFraction", "https://tc39.es/proposal-temporal/#_ref_1851", + "https://tc39.es/proposal-temporal/#prod-DurationSecondsPart", "https://tc39.es/proposal-temporal/#_ref_1852", "https://tc39.es/proposal-temporal/#_ref_1853", - "https://tc39.es/proposal-temporal/#prod-DurationWholeSeconds", "https://tc39.es/proposal-temporal/#_ref_1854", - "https://tc39.es/proposal-temporal/#prod-DurationSecondsFraction", + "https://tc39.es/proposal-temporal/#prod-DurationWholeMinutes", "https://tc39.es/proposal-temporal/#_ref_1855", - "https://tc39.es/proposal-temporal/#prod-DurationSecondsPart", + "https://tc39.es/proposal-temporal/#prod-DurationMinutesFraction", "https://tc39.es/proposal-temporal/#_ref_1856", + "https://tc39.es/proposal-temporal/#prod-DurationMinutesPart", "https://tc39.es/proposal-temporal/#_ref_1857", "https://tc39.es/proposal-temporal/#_ref_1858", - "https://tc39.es/proposal-temporal/#prod-DurationWholeMinutes", "https://tc39.es/proposal-temporal/#_ref_1859", - "https://tc39.es/proposal-temporal/#prod-DurationMinutesFraction", "https://tc39.es/proposal-temporal/#_ref_1860", - "https://tc39.es/proposal-temporal/#prod-DurationMinutesPart", + "https://tc39.es/proposal-temporal/#prod-DurationWholeHours", "https://tc39.es/proposal-temporal/#_ref_1861", + "https://tc39.es/proposal-temporal/#prod-DurationHoursFraction", "https://tc39.es/proposal-temporal/#_ref_1862", + "https://tc39.es/proposal-temporal/#prod-DurationHoursPart", "https://tc39.es/proposal-temporal/#_ref_1863", "https://tc39.es/proposal-temporal/#_ref_1864", - "https://tc39.es/proposal-temporal/#prod-DurationWholeHours", "https://tc39.es/proposal-temporal/#_ref_1865", - "https://tc39.es/proposal-temporal/#prod-DurationHoursFraction", "https://tc39.es/proposal-temporal/#_ref_1866", - "https://tc39.es/proposal-temporal/#prod-DurationHoursPart", "https://tc39.es/proposal-temporal/#_ref_1867", "https://tc39.es/proposal-temporal/#_ref_1868", "https://tc39.es/proposal-temporal/#_ref_1869", "https://tc39.es/proposal-temporal/#_ref_1870", + "https://tc39.es/proposal-temporal/#prod-DurationTime", "https://tc39.es/proposal-temporal/#_ref_1871", "https://tc39.es/proposal-temporal/#_ref_1872", "https://tc39.es/proposal-temporal/#_ref_1873", "https://tc39.es/proposal-temporal/#_ref_1874", - "https://tc39.es/proposal-temporal/#prod-DurationTime", "https://tc39.es/proposal-temporal/#_ref_1875", "https://tc39.es/proposal-temporal/#_ref_1876", + "https://tc39.es/proposal-temporal/#prod-DurationDays", "https://tc39.es/proposal-temporal/#_ref_1877", + "https://tc39.es/proposal-temporal/#prod-DurationDaysPart", "https://tc39.es/proposal-temporal/#_ref_1878", "https://tc39.es/proposal-temporal/#_ref_1879", + "https://tc39.es/proposal-temporal/#prod-DurationWeeks", "https://tc39.es/proposal-temporal/#_ref_1880", - "https://tc39.es/proposal-temporal/#prod-DurationDays", + "https://tc39.es/proposal-temporal/#prod-DurationWeeksPart", "https://tc39.es/proposal-temporal/#_ref_1881", - "https://tc39.es/proposal-temporal/#prod-DurationDaysPart", "https://tc39.es/proposal-temporal/#_ref_1882", "https://tc39.es/proposal-temporal/#_ref_1883", - "https://tc39.es/proposal-temporal/#prod-DurationWeeks", + "https://tc39.es/proposal-temporal/#prod-DurationMonths", "https://tc39.es/proposal-temporal/#_ref_1884", - "https://tc39.es/proposal-temporal/#prod-DurationWeeksPart", + "https://tc39.es/proposal-temporal/#prod-DurationMonthsPart", "https://tc39.es/proposal-temporal/#_ref_1885", "https://tc39.es/proposal-temporal/#_ref_1886", "https://tc39.es/proposal-temporal/#_ref_1887", - "https://tc39.es/proposal-temporal/#prod-DurationMonths", "https://tc39.es/proposal-temporal/#_ref_1888", - "https://tc39.es/proposal-temporal/#prod-DurationMonthsPart", "https://tc39.es/proposal-temporal/#_ref_1889", "https://tc39.es/proposal-temporal/#_ref_1890", + "https://tc39.es/proposal-temporal/#prod-DurationYears", "https://tc39.es/proposal-temporal/#_ref_1891", + "https://tc39.es/proposal-temporal/#prod-DurationYearsPart", "https://tc39.es/proposal-temporal/#_ref_1892", "https://tc39.es/proposal-temporal/#_ref_1893", "https://tc39.es/proposal-temporal/#_ref_1894", - "https://tc39.es/proposal-temporal/#prod-DurationYears", "https://tc39.es/proposal-temporal/#_ref_1895", - "https://tc39.es/proposal-temporal/#prod-DurationYearsPart", "https://tc39.es/proposal-temporal/#_ref_1896", "https://tc39.es/proposal-temporal/#_ref_1897", "https://tc39.es/proposal-temporal/#_ref_1898", "https://tc39.es/proposal-temporal/#_ref_1899", "https://tc39.es/proposal-temporal/#_ref_1900", + "https://tc39.es/proposal-temporal/#prod-DurationDate", "https://tc39.es/proposal-temporal/#_ref_1901", "https://tc39.es/proposal-temporal/#_ref_1902", "https://tc39.es/proposal-temporal/#_ref_1903", "https://tc39.es/proposal-temporal/#_ref_1904", - "https://tc39.es/proposal-temporal/#prod-DurationDate", "https://tc39.es/proposal-temporal/#_ref_1905", "https://tc39.es/proposal-temporal/#_ref_1906", "https://tc39.es/proposal-temporal/#_ref_1907", "https://tc39.es/proposal-temporal/#_ref_1908", + "https://tc39.es/proposal-temporal/#prod-Duration", "https://tc39.es/proposal-temporal/#_ref_1909", "https://tc39.es/proposal-temporal/#_ref_1910", "https://tc39.es/proposal-temporal/#_ref_1911", "https://tc39.es/proposal-temporal/#_ref_1912", - "https://tc39.es/proposal-temporal/#prod-Duration", "https://tc39.es/proposal-temporal/#_ref_1913", "https://tc39.es/proposal-temporal/#_ref_1914", + "https://tc39.es/proposal-temporal/#prod-TemporalInstantString", "https://tc39.es/proposal-temporal/#_ref_1915", "https://tc39.es/proposal-temporal/#_ref_1916", "https://tc39.es/proposal-temporal/#_ref_1917", "https://tc39.es/proposal-temporal/#_ref_1918", - "https://tc39.es/proposal-temporal/#prod-TemporalInstantString", + "https://tc39.es/proposal-temporal/#prod-TemporalDateTimeString", "https://tc39.es/proposal-temporal/#_ref_1919", + "https://tc39.es/proposal-temporal/#prod-TemporalDurationString", "https://tc39.es/proposal-temporal/#_ref_1920", + "https://tc39.es/proposal-temporal/#prod-TemporalMonthDayString", "https://tc39.es/proposal-temporal/#_ref_1921", "https://tc39.es/proposal-temporal/#_ref_1922", - "https://tc39.es/proposal-temporal/#prod-TemporalDateTimeString", + "https://tc39.es/proposal-temporal/#prod-TemporalTimeString", "https://tc39.es/proposal-temporal/#_ref_1923", - "https://tc39.es/proposal-temporal/#prod-TemporalDurationString", "https://tc39.es/proposal-temporal/#_ref_1924", - "https://tc39.es/proposal-temporal/#prod-TemporalMonthDayString", + "https://tc39.es/proposal-temporal/#prod-TemporalYearMonthString", "https://tc39.es/proposal-temporal/#_ref_1925", "https://tc39.es/proposal-temporal/#_ref_1926", - "https://tc39.es/proposal-temporal/#prod-TemporalTimeString", + "https://tc39.es/proposal-temporal/#prod-TemporalZonedDateTimeString", "https://tc39.es/proposal-temporal/#_ref_1927", "https://tc39.es/proposal-temporal/#_ref_1928", - "https://tc39.es/proposal-temporal/#prod-TemporalYearMonthString", "https://tc39.es/proposal-temporal/#_ref_1929", "https://tc39.es/proposal-temporal/#_ref_1930", - "https://tc39.es/proposal-temporal/#prod-TemporalZonedDateTimeString", "https://tc39.es/proposal-temporal/#_ref_1931", + "https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime", "https://tc39.es/proposal-temporal/#_ref_1932", "https://tc39.es/proposal-temporal/#_ref_1933", "https://tc39.es/proposal-temporal/#_ref_1934", - "https://tc39.es/proposal-temporal/#prod-TemporalCalendarString", "https://tc39.es/proposal-temporal/#_ref_1935", "https://tc39.es/proposal-temporal/#_ref_1936", "https://tc39.es/proposal-temporal/#_ref_1937", @@ -2397,148 +2396,141 @@ "https://tc39.es/proposal-temporal/#_ref_1939", "https://tc39.es/proposal-temporal/#_ref_1940", "https://tc39.es/proposal-temporal/#_ref_1941", - "https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime", "https://tc39.es/proposal-temporal/#_ref_1942", "https://tc39.es/proposal-temporal/#_ref_1943", "https://tc39.es/proposal-temporal/#_ref_1944", "https://tc39.es/proposal-temporal/#_ref_1945", + "https://tc39.es/proposal-temporal/#_ref_1420", + "https://tc39.es/proposal-temporal/#_ref_1421", "https://tc39.es/proposal-temporal/#_ref_1946", "https://tc39.es/proposal-temporal/#_ref_1947", "https://tc39.es/proposal-temporal/#_ref_1948", "https://tc39.es/proposal-temporal/#_ref_1949", "https://tc39.es/proposal-temporal/#_ref_1950", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstantstring", "https://tc39.es/proposal-temporal/#_ref_1951", + "https://tc39.es/proposal-temporal/#_ref_1422", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalzoneddatetimestring", "https://tc39.es/proposal-temporal/#_ref_1952", + "https://tc39.es/proposal-temporal/#_ref_1423", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring", + "https://tc39.es/proposal-temporal/#_ref_1424", "https://tc39.es/proposal-temporal/#_ref_1953", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatestring", + "https://tc39.es/proposal-temporal/#_ref_1425", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatetimestring", "https://tc39.es/proposal-temporal/#_ref_1954", "https://tc39.es/proposal-temporal/#_ref_1955", - "https://tc39.es/proposal-temporal/#_ref_1425", "https://tc39.es/proposal-temporal/#_ref_1426", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring", + "https://tc39.es/proposal-temporal/#_ref_1427", "https://tc39.es/proposal-temporal/#_ref_1956", "https://tc39.es/proposal-temporal/#_ref_1957", "https://tc39.es/proposal-temporal/#_ref_1958", "https://tc39.es/proposal-temporal/#_ref_1959", "https://tc39.es/proposal-temporal/#_ref_1960", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstantstring", "https://tc39.es/proposal-temporal/#_ref_1961", - "https://tc39.es/proposal-temporal/#_ref_1427", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalzoneddatetimestring", "https://tc39.es/proposal-temporal/#_ref_1962", - "https://tc39.es/proposal-temporal/#_ref_1428", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring", "https://tc39.es/proposal-temporal/#_ref_1963", "https://tc39.es/proposal-temporal/#_ref_1964", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatestring", - "https://tc39.es/proposal-temporal/#_ref_1429", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatetimestring", "https://tc39.es/proposal-temporal/#_ref_1965", "https://tc39.es/proposal-temporal/#_ref_1966", + "https://tc39.es/proposal-temporal/#_ref_1967", + "https://tc39.es/proposal-temporal/#_ref_1428", + "https://tc39.es/proposal-temporal/#_ref_1429", "https://tc39.es/proposal-temporal/#_ref_1430", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring", "https://tc39.es/proposal-temporal/#_ref_1431", - "https://tc39.es/proposal-temporal/#_ref_1967", + "https://tc39.es/proposal-temporal/#_ref_1432", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalmonthdaystring", "https://tc39.es/proposal-temporal/#_ref_1968", "https://tc39.es/proposal-temporal/#_ref_1969", + "https://tc39.es/proposal-temporal/#_ref_1433", "https://tc39.es/proposal-temporal/#_ref_1970", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalrelativetostring", "https://tc39.es/proposal-temporal/#_ref_1971", - "https://tc39.es/proposal-temporal/#_ref_1972", - "https://tc39.es/proposal-temporal/#_ref_1973", - "https://tc39.es/proposal-temporal/#_ref_1974", - "https://tc39.es/proposal-temporal/#_ref_1975", - "https://tc39.es/proposal-temporal/#_ref_1976", - "https://tc39.es/proposal-temporal/#_ref_1977", - "https://tc39.es/proposal-temporal/#_ref_1978", - "https://tc39.es/proposal-temporal/#_ref_1432", - "https://tc39.es/proposal-temporal/#_ref_1433", "https://tc39.es/proposal-temporal/#_ref_1434", - "https://tc39.es/proposal-temporal/#_ref_1435", - "https://tc39.es/proposal-temporal/#_ref_1436", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalmonthdaystring", - "https://tc39.es/proposal-temporal/#_ref_1979", - "https://tc39.es/proposal-temporal/#_ref_1980", - "https://tc39.es/proposal-temporal/#_ref_1437", - "https://tc39.es/proposal-temporal/#_ref_1981", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalrelativetostring", - "https://tc39.es/proposal-temporal/#_ref_1982", - "https://tc39.es/proposal-temporal/#_ref_1438", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimestring", - "https://tc39.es/proposal-temporal/#_ref_1983", - "https://tc39.es/proposal-temporal/#_ref_1984", - "https://tc39.es/proposal-temporal/#_ref_1439", - "https://tc39.es/proposal-temporal/#_ref_1985", + "https://tc39.es/proposal-temporal/#_ref_1972", + "https://tc39.es/proposal-temporal/#_ref_1973", + "https://tc39.es/proposal-temporal/#_ref_1435", + "https://tc39.es/proposal-temporal/#_ref_1974", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimezonestring", - "https://tc39.es/proposal-temporal/#_ref_1986", - "https://tc39.es/proposal-temporal/#_ref_1440", + "https://tc39.es/proposal-temporal/#_ref_1975", + "https://tc39.es/proposal-temporal/#_ref_1436", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalyearmonthstring", - "https://tc39.es/proposal-temporal/#_ref_1987", - "https://tc39.es/proposal-temporal/#_ref_1988", - "https://tc39.es/proposal-temporal/#_ref_1441", + "https://tc39.es/proposal-temporal/#_ref_1976", + "https://tc39.es/proposal-temporal/#_ref_1977", + "https://tc39.es/proposal-temporal/#_ref_1437", "https://tc39.es/proposal-temporal/#sec-temporal-topositiveinteger", - "https://tc39.es/proposal-temporal/#_ref_1442", + "https://tc39.es/proposal-temporal/#_ref_1438", "https://tc39.es/proposal-temporal/#sec-temporal-tointegerthrowoninfinity", "https://tc39.es/proposal-temporal/#sec-temporal-tointegerwithoutrounding", "https://tc39.es/proposal-temporal/#sec-temporal-preparetemporalfields", "https://tc39.es/proposal-temporal/#_ref_39", + "https://tc39.es/proposal-temporal/#_ref_1439", + "https://tc39.es/proposal-temporal/#_ref_1440", + "https://tc39.es/proposal-temporal/#_ref_40", + "https://tc39.es/proposal-temporal/#_ref_1441", + "https://tc39.es/proposal-temporal/#_ref_1442", + "https://tc39.es/proposal-temporal/#table-temporal-field-requirements", + "https://tc39.es/proposal-temporal/#sec-temporal-getdifferencesettings", "https://tc39.es/proposal-temporal/#_ref_1443", "https://tc39.es/proposal-temporal/#_ref_1444", - "https://tc39.es/proposal-temporal/#_ref_40", "https://tc39.es/proposal-temporal/#_ref_1445", "https://tc39.es/proposal-temporal/#_ref_1446", - "https://tc39.es/proposal-temporal/#table-temporal-field-requirements", - "https://tc39.es/proposal-temporal/#sec-temporal-getdifferencesettings", "https://tc39.es/proposal-temporal/#_ref_1447", "https://tc39.es/proposal-temporal/#_ref_1448", "https://tc39.es/proposal-temporal/#_ref_1449", "https://tc39.es/proposal-temporal/#_ref_1450", "https://tc39.es/proposal-temporal/#_ref_1451", - "https://tc39.es/proposal-temporal/#_ref_1452", - "https://tc39.es/proposal-temporal/#_ref_1453", - "https://tc39.es/proposal-temporal/#_ref_1454", - "https://tc39.es/proposal-temporal/#_ref_1455", "https://tc39.es/proposal-temporal/#sec-temporal-legacy-date-objects", "https://tc39.es/proposal-temporal/#sec-temporal-mergelists", "https://tc39.es/proposal-temporal/#sec-literals-numeric-literals", "https://tc39.es/proposal-temporal/#prod-NumericLiteralSeparator", "https://tc39.es/proposal-temporal/#prod-DecimalDigits", - "https://tc39.es/proposal-temporal/#_ref_1989", - "https://tc39.es/proposal-temporal/#_ref_1990", - "https://tc39.es/proposal-temporal/#_ref_1991", - "https://tc39.es/proposal-temporal/#_ref_1992", - "https://tc39.es/proposal-temporal/#_ref_1993", - "https://tc39.es/proposal-temporal/#_ref_1994", + "https://tc39.es/proposal-temporal/#_ref_1978", + "https://tc39.es/proposal-temporal/#_ref_1979", + "https://tc39.es/proposal-temporal/#_ref_1980", + "https://tc39.es/proposal-temporal/#_ref_1981", + "https://tc39.es/proposal-temporal/#_ref_1982", + "https://tc39.es/proposal-temporal/#_ref_1983", "https://tc39.es/proposal-temporal/#prod-DecimalDigit", "https://tc39.es/proposal-temporal/#prod-NonZeroDigit", "https://tc39.es/proposal-temporal/#sec-mathematical-operations", "https://tc39.es/proposal-temporal/#eqn-modulo", "https://tc39.es/proposal-temporal/#eqn-remainder", - "https://tc39.es/proposal-temporal/#_ref_1456", + "https://tc39.es/proposal-temporal/#_ref_1452", "https://tc39.es/proposal-temporal/#sec-temporal-properties-of-the-legacy-date-prototype-object", "https://tc39.es/proposal-temporal/#sec-date.prototype.totemporalinstant", - "https://tc39.es/proposal-temporal/#_ref_1457", + "https://tc39.es/proposal-temporal/#_ref_1453", "https://tc39.es/proposal-temporal/#sec-temporal-intl", "https://tc39.es/proposal-temporal/#sup-time-zone-names", "https://tc39.es/proposal-temporal/#_ref_41", - "https://tc39.es/proposal-temporal/#_ref_1458", + "https://tc39.es/proposal-temporal/#_ref_1454", "https://tc39.es/proposal-temporal/#sup-isvalidtimezonename", "https://tc39.es/proposal-temporal/#_ref_42", - "https://tc39.es/proposal-temporal/#_ref_1459", + "https://tc39.es/proposal-temporal/#_ref_1455", "https://tc39.es/proposal-temporal/#sup-canonicalizetimezonename", - "https://tc39.es/proposal-temporal/#_ref_1460", - "https://tc39.es/proposal-temporal/#_ref_1461", + "https://tc39.es/proposal-temporal/#_ref_1456", + "https://tc39.es/proposal-temporal/#_ref_1457", "https://tc39.es/proposal-temporal/#_ref_43", "https://tc39.es/proposal-temporal/#sup-defaulttimezone", "https://tc39.es/proposal-temporal/#_ref_44", - "https://tc39.es/proposal-temporal/#_ref_1462", + "https://tc39.es/proposal-temporal/#_ref_1458", "https://tc39.es/proposal-temporal/#_ref_45", "https://tc39.es/proposal-temporal/#_ref_46", "https://tc39.es/proposal-temporal/#sec-abstract-operations", "https://tc39.es/proposal-temporal/#sec-getoptionsobject-deleted", - "https://tc39.es/proposal-temporal/#_ref_1463", - "https://tc39.es/proposal-temporal/#_ref_1464", + "https://tc39.es/proposal-temporal/#_ref_1459", + "https://tc39.es/proposal-temporal/#_ref_1460", "https://tc39.es/proposal-temporal/#sec-getoption-deleted", - "https://tc39.es/proposal-temporal/#_ref_1465", + "https://tc39.es/proposal-temporal/#_ref_1461", "https://tc39.es/proposal-temporal/#sec-datetimeformat-abstracts", "https://tc39.es/proposal-temporal/#sec-temporal-initializedatetimeformat", + "https://tc39.es/proposal-temporal/#_ref_1462", + "https://tc39.es/proposal-temporal/#_ref_1463", + "https://tc39.es/proposal-temporal/#_ref_1464", + "https://tc39.es/proposal-temporal/#_ref_1465", "https://tc39.es/proposal-temporal/#_ref_1466", "https://tc39.es/proposal-temporal/#_ref_1467", "https://tc39.es/proposal-temporal/#_ref_1468", @@ -2548,87 +2540,87 @@ "https://tc39.es/proposal-temporal/#_ref_1472", "https://tc39.es/proposal-temporal/#_ref_1473", "https://tc39.es/proposal-temporal/#_ref_1474", + "https://tc39.es/proposal-temporal/#_ref_47", "https://tc39.es/proposal-temporal/#_ref_1475", + "https://tc39.es/proposal-temporal/#table-temporal-patterns", + "https://tc39.es/proposal-temporal/#sec-datetime-format-functions", "https://tc39.es/proposal-temporal/#_ref_1476", + "https://tc39.es/proposal-temporal/#sec-formatdatetimepattern", "https://tc39.es/proposal-temporal/#_ref_1477", "https://tc39.es/proposal-temporal/#_ref_1478", - "https://tc39.es/proposal-temporal/#_ref_47", + "https://tc39.es/proposal-temporal/#sec-partitiondatetimepattern", "https://tc39.es/proposal-temporal/#_ref_1479", - "https://tc39.es/proposal-temporal/#table-temporal-patterns", - "https://tc39.es/proposal-temporal/#sec-datetime-format-functions", "https://tc39.es/proposal-temporal/#_ref_1480", - "https://tc39.es/proposal-temporal/#sec-formatdatetimepattern", + "https://tc39.es/proposal-temporal/#sec-formatdatetime", "https://tc39.es/proposal-temporal/#_ref_1481", + "https://tc39.es/proposal-temporal/#sec-temporal-formatdatetimetoparts", "https://tc39.es/proposal-temporal/#_ref_1482", - "https://tc39.es/proposal-temporal/#sec-partitiondatetimepattern", + "https://tc39.es/proposal-temporal/#sec-partitiondatetimerangepattern", "https://tc39.es/proposal-temporal/#_ref_1483", "https://tc39.es/proposal-temporal/#_ref_1484", - "https://tc39.es/proposal-temporal/#sec-formatdatetime", "https://tc39.es/proposal-temporal/#_ref_1485", - "https://tc39.es/proposal-temporal/#sec-temporal-formatdatetimetoparts", "https://tc39.es/proposal-temporal/#_ref_1486", - "https://tc39.es/proposal-temporal/#sec-partitiondatetimerangepattern", "https://tc39.es/proposal-temporal/#_ref_1487", "https://tc39.es/proposal-temporal/#_ref_1488", "https://tc39.es/proposal-temporal/#_ref_1489", "https://tc39.es/proposal-temporal/#_ref_1490", "https://tc39.es/proposal-temporal/#_ref_1491", + "https://tc39.es/proposal-temporal/#sec-formatdatetimerange", "https://tc39.es/proposal-temporal/#_ref_1492", + "https://tc39.es/proposal-temporal/#sec-formatdatetimerangetoparts", "https://tc39.es/proposal-temporal/#_ref_1493", + "https://tc39.es/proposal-temporal/#sec-temporal-istemporalobject", + "https://tc39.es/proposal-temporal/#sec-temporal-sametemporaltype", "https://tc39.es/proposal-temporal/#_ref_1494", "https://tc39.es/proposal-temporal/#_ref_1495", - "https://tc39.es/proposal-temporal/#sec-formatdatetimerange", + "https://tc39.es/proposal-temporal/#sec-temporal-getdatetimeformatpattern", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaldate", "https://tc39.es/proposal-temporal/#_ref_1496", - "https://tc39.es/proposal-temporal/#sec-formatdatetimerangetoparts", "https://tc39.es/proposal-temporal/#_ref_1497", - "https://tc39.es/proposal-temporal/#sec-temporal-istemporalobject", - "https://tc39.es/proposal-temporal/#sec-temporal-sametemporaltype", "https://tc39.es/proposal-temporal/#_ref_1498", "https://tc39.es/proposal-temporal/#_ref_1499", - "https://tc39.es/proposal-temporal/#sec-temporal-getdatetimeformatpattern", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaldate", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1500", "https://tc39.es/proposal-temporal/#_ref_1501", "https://tc39.es/proposal-temporal/#_ref_1502", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1503", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1504", "https://tc39.es/proposal-temporal/#_ref_1505", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaltime", "https://tc39.es/proposal-temporal/#_ref_1506", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1507", "https://tc39.es/proposal-temporal/#_ref_1508", "https://tc39.es/proposal-temporal/#_ref_1509", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaltime", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_1510", "https://tc39.es/proposal-temporal/#_ref_1511", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalinstant", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_1512", "https://tc39.es/proposal-temporal/#_ref_1513", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaldatetime", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimeothers", "https://tc39.es/proposal-temporal/#_ref_1514", "https://tc39.es/proposal-temporal/#_ref_1515", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalinstant", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalzoneddatetime", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevalue", "https://tc39.es/proposal-temporal/#_ref_1516", "https://tc39.es/proposal-temporal/#_ref_1517", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimeothers", "https://tc39.es/proposal-temporal/#_ref_1518", "https://tc39.es/proposal-temporal/#_ref_1519", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevalue", "https://tc39.es/proposal-temporal/#_ref_1520", "https://tc39.es/proposal-temporal/#_ref_1521", "https://tc39.es/proposal-temporal/#_ref_1522", "https://tc39.es/proposal-temporal/#_ref_1523", "https://tc39.es/proposal-temporal/#_ref_1524", + "https://tc39.es/proposal-temporal/#sec-temporal-tolocaltime", "https://tc39.es/proposal-temporal/#_ref_1525", + "https://tc39.es/proposal-temporal/#_ref_48", + "https://tc39.es/proposal-temporal/#_ref_49", + "https://tc39.es/proposal-temporal/#table-temporal-plaindatetimeformat-tolocaltime-record", "https://tc39.es/proposal-temporal/#_ref_1526", "https://tc39.es/proposal-temporal/#_ref_1527", "https://tc39.es/proposal-temporal/#_ref_1528", - "https://tc39.es/proposal-temporal/#sec-temporal-tolocaltime", "https://tc39.es/proposal-temporal/#_ref_1529", - "https://tc39.es/proposal-temporal/#_ref_48", - "https://tc39.es/proposal-temporal/#_ref_49", - "https://tc39.es/proposal-temporal/#table-temporal-plaindatetimeformat-tolocaltime-record", "https://tc39.es/proposal-temporal/#_ref_1530", "https://tc39.es/proposal-temporal/#_ref_1531", "https://tc39.es/proposal-temporal/#_ref_1532", @@ -2636,17 +2628,13 @@ "https://tc39.es/proposal-temporal/#_ref_1534", "https://tc39.es/proposal-temporal/#_ref_1535", "https://tc39.es/proposal-temporal/#_ref_1536", - "https://tc39.es/proposal-temporal/#_ref_1537", - "https://tc39.es/proposal-temporal/#_ref_1538", - "https://tc39.es/proposal-temporal/#_ref_1539", - "https://tc39.es/proposal-temporal/#_ref_1540", "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-prototype-object", "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatToParts", - "https://tc39.es/proposal-temporal/#_ref_1541", + "https://tc39.es/proposal-temporal/#_ref_1537", "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.formatRange", - "https://tc39.es/proposal-temporal/#_ref_1542", + "https://tc39.es/proposal-temporal/#_ref_1538", "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatRangeToParts", - "https://tc39.es/proposal-temporal/#_ref_1543", + "https://tc39.es/proposal-temporal/#_ref_1539", "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.resolvedoptions", "https://tc39.es/proposal-temporal/#_ref_50", "https://tc39.es/proposal-temporal/#table-datetimeformat-resolvedoptions-properties", @@ -2655,18 +2643,18 @@ "https://tc39.es/proposal-temporal/#sup-temporal-calendar-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-calendarera", "https://tc39.es/proposal-temporal/#sec-temporal-calendarerayear", - "https://tc39.es/proposal-temporal/#_ref_1544", + "https://tc39.es/proposal-temporal/#_ref_1540", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatetoiso", + "https://tc39.es/proposal-temporal/#_ref_1541", + "https://tc39.es/proposal-temporal/#_ref_1542", + "https://tc39.es/proposal-temporal/#_ref_1543", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardateaddition", + "https://tc39.es/proposal-temporal/#_ref_1544", "https://tc39.es/proposal-temporal/#_ref_1545", "https://tc39.es/proposal-temporal/#_ref_1546", "https://tc39.es/proposal-temporal/#_ref_1547", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardateaddition", - "https://tc39.es/proposal-temporal/#_ref_1548", - "https://tc39.es/proposal-temporal/#_ref_1549", - "https://tc39.es/proposal-temporal/#_ref_1550", - "https://tc39.es/proposal-temporal/#_ref_1551", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedifference", - "https://tc39.es/proposal-temporal/#_ref_1552", + "https://tc39.es/proposal-temporal/#_ref_1548", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateera", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateerayear", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateyear", @@ -2686,178 +2674,178 @@ "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-calendar-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.datefromfields", "https://tc39.es/proposal-temporal/#_ref_51", + "https://tc39.es/proposal-temporal/#_ref_1549", + "https://tc39.es/proposal-temporal/#_ref_1550", + "https://tc39.es/proposal-temporal/#_ref_1551", + "https://tc39.es/proposal-temporal/#_ref_1552", "https://tc39.es/proposal-temporal/#_ref_1553", "https://tc39.es/proposal-temporal/#_ref_1554", "https://tc39.es/proposal-temporal/#_ref_1555", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.yearmonthfromfields", + "https://tc39.es/proposal-temporal/#_ref_52", "https://tc39.es/proposal-temporal/#_ref_1556", "https://tc39.es/proposal-temporal/#_ref_1557", "https://tc39.es/proposal-temporal/#_ref_1558", "https://tc39.es/proposal-temporal/#_ref_1559", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.yearmonthfromfields", - "https://tc39.es/proposal-temporal/#_ref_52", "https://tc39.es/proposal-temporal/#_ref_1560", "https://tc39.es/proposal-temporal/#_ref_1561", "https://tc39.es/proposal-temporal/#_ref_1562", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthdayfromfields", + "https://tc39.es/proposal-temporal/#_ref_53", "https://tc39.es/proposal-temporal/#_ref_1563", "https://tc39.es/proposal-temporal/#_ref_1564", "https://tc39.es/proposal-temporal/#_ref_1565", "https://tc39.es/proposal-temporal/#_ref_1566", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthdayfromfields", - "https://tc39.es/proposal-temporal/#_ref_53", "https://tc39.es/proposal-temporal/#_ref_1567", "https://tc39.es/proposal-temporal/#_ref_1568", "https://tc39.es/proposal-temporal/#_ref_1569", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dateadd", + "https://tc39.es/proposal-temporal/#_ref_54", "https://tc39.es/proposal-temporal/#_ref_1570", "https://tc39.es/proposal-temporal/#_ref_1571", "https://tc39.es/proposal-temporal/#_ref_1572", "https://tc39.es/proposal-temporal/#_ref_1573", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dateadd", - "https://tc39.es/proposal-temporal/#_ref_54", "https://tc39.es/proposal-temporal/#_ref_1574", "https://tc39.es/proposal-temporal/#_ref_1575", "https://tc39.es/proposal-temporal/#_ref_1576", "https://tc39.es/proposal-temporal/#_ref_1577", "https://tc39.es/proposal-temporal/#_ref_1578", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dateuntil", + "https://tc39.es/proposal-temporal/#_ref_55", "https://tc39.es/proposal-temporal/#_ref_1579", "https://tc39.es/proposal-temporal/#_ref_1580", "https://tc39.es/proposal-temporal/#_ref_1581", "https://tc39.es/proposal-temporal/#_ref_1582", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dateuntil", - "https://tc39.es/proposal-temporal/#_ref_55", "https://tc39.es/proposal-temporal/#_ref_1583", "https://tc39.es/proposal-temporal/#_ref_1584", "https://tc39.es/proposal-temporal/#_ref_1585", "https://tc39.es/proposal-temporal/#_ref_1586", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.era", "https://tc39.es/proposal-temporal/#_ref_1587", "https://tc39.es/proposal-temporal/#_ref_1588", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.erayear", "https://tc39.es/proposal-temporal/#_ref_1589", "https://tc39.es/proposal-temporal/#_ref_1590", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.era", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.year", + "https://tc39.es/proposal-temporal/#_ref_56", "https://tc39.es/proposal-temporal/#_ref_1591", "https://tc39.es/proposal-temporal/#_ref_1592", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.erayear", "https://tc39.es/proposal-temporal/#_ref_1593", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.month", + "https://tc39.es/proposal-temporal/#_ref_57", "https://tc39.es/proposal-temporal/#_ref_1594", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.year", - "https://tc39.es/proposal-temporal/#_ref_56", "https://tc39.es/proposal-temporal/#_ref_1595", "https://tc39.es/proposal-temporal/#_ref_1596", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthcode", + "https://tc39.es/proposal-temporal/#_ref_58", "https://tc39.es/proposal-temporal/#_ref_1597", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.month", - "https://tc39.es/proposal-temporal/#_ref_57", "https://tc39.es/proposal-temporal/#_ref_1598", "https://tc39.es/proposal-temporal/#_ref_1599", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.day", + "https://tc39.es/proposal-temporal/#_ref_59", "https://tc39.es/proposal-temporal/#_ref_1600", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthcode", - "https://tc39.es/proposal-temporal/#_ref_58", "https://tc39.es/proposal-temporal/#_ref_1601", "https://tc39.es/proposal-temporal/#_ref_1602", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dayofweek", + "https://tc39.es/proposal-temporal/#_ref_60", "https://tc39.es/proposal-temporal/#_ref_1603", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.day", - "https://tc39.es/proposal-temporal/#_ref_59", "https://tc39.es/proposal-temporal/#_ref_1604", "https://tc39.es/proposal-temporal/#_ref_1605", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dayofyear", + "https://tc39.es/proposal-temporal/#_ref_61", "https://tc39.es/proposal-temporal/#_ref_1606", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dayofweek", - "https://tc39.es/proposal-temporal/#_ref_60", "https://tc39.es/proposal-temporal/#_ref_1607", "https://tc39.es/proposal-temporal/#_ref_1608", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.weekofyear", + "https://tc39.es/proposal-temporal/#_ref_62", "https://tc39.es/proposal-temporal/#_ref_1609", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dayofyear", - "https://tc39.es/proposal-temporal/#_ref_61", "https://tc39.es/proposal-temporal/#_ref_1610", "https://tc39.es/proposal-temporal/#_ref_1611", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinweek", + "https://tc39.es/proposal-temporal/#_ref_63", "https://tc39.es/proposal-temporal/#_ref_1612", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.weekofyear", - "https://tc39.es/proposal-temporal/#_ref_62", "https://tc39.es/proposal-temporal/#_ref_1613", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinmonth", + "https://tc39.es/proposal-temporal/#_ref_64", "https://tc39.es/proposal-temporal/#_ref_1614", "https://tc39.es/proposal-temporal/#_ref_1615", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinweek", - "https://tc39.es/proposal-temporal/#_ref_63", "https://tc39.es/proposal-temporal/#_ref_1616", - "https://tc39.es/proposal-temporal/#_ref_1617", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinmonth", - "https://tc39.es/proposal-temporal/#_ref_64", - "https://tc39.es/proposal-temporal/#_ref_1618", - "https://tc39.es/proposal-temporal/#_ref_1619", - "https://tc39.es/proposal-temporal/#_ref_1620", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_65", - "https://tc39.es/proposal-temporal/#_ref_1621", - "https://tc39.es/proposal-temporal/#_ref_1622", + "https://tc39.es/proposal-temporal/#_ref_1617", + "https://tc39.es/proposal-temporal/#_ref_1618", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_66", - "https://tc39.es/proposal-temporal/#_ref_1623", - "https://tc39.es/proposal-temporal/#_ref_1624", + "https://tc39.es/proposal-temporal/#_ref_1619", + "https://tc39.es/proposal-temporal/#_ref_1620", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_67", - "https://tc39.es/proposal-temporal/#_ref_1625", - "https://tc39.es/proposal-temporal/#_ref_1626", + "https://tc39.es/proposal-temporal/#_ref_1621", + "https://tc39.es/proposal-temporal/#_ref_1622", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.fields", "https://tc39.es/proposal-temporal/#_ref_68", - "https://tc39.es/proposal-temporal/#_ref_1627", + "https://tc39.es/proposal-temporal/#_ref_1623", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.mergefields", "https://tc39.es/proposal-temporal/#_ref_69", - "https://tc39.es/proposal-temporal/#_ref_1628", - "https://tc39.es/proposal-temporal/#_ref_1629", + "https://tc39.es/proposal-temporal/#_ref_1624", + "https://tc39.es/proposal-temporal/#_ref_1625", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-duration-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.duration.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-instant-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.instant.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_70", - "https://tc39.es/proposal-temporal/#_ref_1630", + "https://tc39.es/proposal-temporal/#_ref_1626", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaindate-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plaindate.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_71", - "https://tc39.es/proposal-temporal/#_ref_1631", + "https://tc39.es/proposal-temporal/#_ref_1627", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.era", - "https://tc39.es/proposal-temporal/#_ref_1632", + "https://tc39.es/proposal-temporal/#_ref_1628", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.erayear", - "https://tc39.es/proposal-temporal/#_ref_1633", + "https://tc39.es/proposal-temporal/#_ref_1629", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaindatetime-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plaindatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_72", - "https://tc39.es/proposal-temporal/#_ref_1634", + "https://tc39.es/proposal-temporal/#_ref_1630", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.era", - "https://tc39.es/proposal-temporal/#_ref_1635", + "https://tc39.es/proposal-temporal/#_ref_1631", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.erayear", - "https://tc39.es/proposal-temporal/#_ref_1636", + "https://tc39.es/proposal-temporal/#_ref_1632", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plainmonthday-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plainmonthday.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_73", - "https://tc39.es/proposal-temporal/#_ref_1637", + "https://tc39.es/proposal-temporal/#_ref_1633", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaintime-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plaintime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_74", - "https://tc39.es/proposal-temporal/#_ref_1638", + "https://tc39.es/proposal-temporal/#_ref_1634", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plainyearmonth-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plainyearmonth.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_75", - "https://tc39.es/proposal-temporal/#_ref_1639", + "https://tc39.es/proposal-temporal/#_ref_1635", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.era", - "https://tc39.es/proposal-temporal/#_ref_1640", + "https://tc39.es/proposal-temporal/#_ref_1636", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.erayear", - "https://tc39.es/proposal-temporal/#_ref_1641", + "https://tc39.es/proposal-temporal/#_ref_1637", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-zoneddatetime-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.zoneddatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_76", - "https://tc39.es/proposal-temporal/#_ref_1642", + "https://tc39.es/proposal-temporal/#_ref_1638", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.era", + "https://tc39.es/proposal-temporal/#_ref_1639", + "https://tc39.es/proposal-temporal/#_ref_1640", + "https://tc39.es/proposal-temporal/#_ref_1641", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.erayear", + "https://tc39.es/proposal-temporal/#_ref_1642", "https://tc39.es/proposal-temporal/#_ref_1643", "https://tc39.es/proposal-temporal/#_ref_1644", - "https://tc39.es/proposal-temporal/#_ref_1645", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.erayear", - "https://tc39.es/proposal-temporal/#_ref_1646", - "https://tc39.es/proposal-temporal/#_ref_1647", - "https://tc39.es/proposal-temporal/#_ref_1648", "https://tc39.es/proposal-temporal/#sec-abstracts", "https://tc39.es/proposal-temporal/#sup-temporal-preparetemporalfields", - "https://tc39.es/proposal-temporal/#_ref_1649", + "https://tc39.es/proposal-temporal/#_ref_1645", "https://tc39.es/proposal-temporal/#_ref_77", "https://tc39.es/proposal-temporal/#_ref_78", - "https://tc39.es/proposal-temporal/#_ref_1650", - "https://tc39.es/proposal-temporal/#_ref_1651", + "https://tc39.es/proposal-temporal/#_ref_1646", + "https://tc39.es/proposal-temporal/#_ref_1647", "https://tc39.es/proposal-temporal/#_ref_79", "https://tc39.es/proposal-temporal/#sec-copyright-and-software-license", "https://tc39.es/proposal-temporal/#references-pane-container", diff --git a/tr/ids/user-preference-media-features-headers.json b/tr/ids/user-preference-media-features-headers.json index 35dc128245ab..e24f48d656df 100644 --- a/tr/ids/user-preference-media-features-headers.json +++ b/tr/ids/user-preference-media-features-headers.json @@ -17,6 +17,7 @@ "https://wicg.github.io/user-preference-media-features-headers/#usage-example", "https://wicg.github.io/user-preference-media-features-headers/#user-preference-media-features", "https://wicg.github.io/user-preference-media-features-headers/#ref-for-section-3.3", + "https://wicg.github.io/user-preference-media-features-headers/#ref-for-section-3.3.3", "https://wicg.github.io/user-preference-media-features-headers/#sec-ch-prefers-reduced-motion", "https://wicg.github.io/user-preference-media-features-headers/#sec-ch-prefers-reduced-transparency", "https://wicg.github.io/user-preference-media-features-headers/#sec-ch-prefers-contrast", @@ -49,6 +50,7 @@ "https://wicg.github.io/user-preference-media-features-headers/#index-defined-here", "https://wicg.github.io/user-preference-media-features-headers/#index-defined-elsewhere", "https://wicg.github.io/user-preference-media-features-headers/#term-for-section-3.3", + "https://wicg.github.io/user-preference-media-features-headers/#term-for-section-3.3.3", "https://wicg.github.io/user-preference-media-features-headers/#term-for-byte-lowercase", "https://wicg.github.io/user-preference-media-features-headers/#term-for-default-allowlist", "https://wicg.github.io/user-preference-media-features-headers/#term-for-policy-controlled-feature", diff --git a/tr/ids/webdriver-bidi.json b/tr/ids/webdriver-bidi.json index 31aa243159ca..cd59e4befdbb 100644 --- a/tr/ids/webdriver-bidi.json +++ b/tr/ids/webdriver-bidi.json @@ -990,6 +990,8 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-workletglobalscope", "https://w3c.github.io/webdriver-bidi/#ref-for-workerglobalscope%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-workletglobalscope%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#type-script-RealmType", + "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A3%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#types-script-StackFrame", "https://w3c.github.io/webdriver-bidi/#types-script-StackTrace", "https://w3c.github.io/webdriver-bidi/#list-of-stack-frames", @@ -1017,9 +1019,9 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-construct-a-stack-trace%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#type-script-ScriptEvaluateResult", "https://w3c.github.io/webdriver-bidi/#ref-for-remote-end-definition%E2%91%A0%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A3%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#type-script-Source", "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A3%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#type-script-Source", + "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A3%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#get-the-source", "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-environment-settings-object", @@ -1186,10 +1188,10 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context-id%E2%91%A0%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#issue-d20b5797", "https://w3c.github.io/webdriver-bidi/#module-log-definition", - "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A3%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A3%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#module-log-types", "https://w3c.github.io/webdriver-bidi/#types-log-logentry", - "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A3%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A3%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#module-log-events", "https://w3c.github.io/webdriver-bidi/#event-log-entryAdded", "https://w3c.github.io/webdriver-bidi/#ref-for-remote-end-event-trigger%E2%91%A0%E2%91%A2", diff --git a/tr/ids/webgpu.json b/tr/ids/webgpu.json index addfa91c2be2..23e1d5345fd9 100644 --- a/tr/ids/webgpu.json +++ b/tr/ids/webgpu.json @@ -3550,9 +3550,15 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpushadermodule%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-shader-module-creation", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpushadermoduledescriptor-code%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-valid%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-shader-creation-error", + "https://www.w3.org/TR/webgpu/#ref-for-program-error", + "https://www.w3.org/TR/webgpu/#issue-632cce64", + "https://www.w3.org/TR/webgpu/#ref-for-uncategorized-error", "https://www.w3.org/TR/webgpu/#issue-f8aca447", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createshadermodule%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuerror-message", @@ -3619,40 +3625,40 @@ "https://www.w3.org/TR/webgpu/#dom-gpucompilationinfo-messages", "https://www.w3.org/TR/webgpu/#ref-for-gpucompilationmessage%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpushadermodule%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpushadermoduledescriptor-code%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpushadermoduledescriptor-code%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gpucompilationmessage%E2%91%A1", "https://www.w3.org/TR/webgpu/#dom-gpucompilationmessage-message", "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#dom-gpucompilationmessage-type", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpucompilationmessagetype%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucompilationmessage-type%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-shader-creation-error", + "https://www.w3.org/TR/webgpu/#ref-for-shader-creation-error%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpucompilationmessage-linenum", "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long-long%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpushadermoduledescriptor-code%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucompilationmessage-message%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpushadermoduledescriptor-code%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucompilationmessage-message%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpushadermoduledescriptor-code%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucompilationmessage-message%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucompilationmessage-message%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpushadermoduledescriptor-code%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpushadermoduledescriptor-code%E2%91%A4", "https://www.w3.org/TR/webgpu/#issue-65ef3f51", "https://www.w3.org/TR/webgpu/#dom-gpucompilationmessage-linepos", "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long-long%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucompilationmessage-linenum%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpushadermoduledescriptor-code%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpushadermoduledescriptor-code%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucompilationmessage-message%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucompilationmessage-linepos%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucompilationmessage-message%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucompilationmessage-message%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpushadermoduledescriptor-code%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpushadermoduledescriptor-code%E2%91%A6", "https://www.w3.org/TR/webgpu/#dom-gpucompilationmessage-offset", "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long-long%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpushadermoduledescriptor-code%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpushadermoduledescriptor-code%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucompilationmessage-message%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucompilationmessage-linenum%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucompilationmessage-linepos%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucompilationmessage-message%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpushadermoduledescriptor-code%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpushadermoduledescriptor-code%E2%91%A8", "https://www.w3.org/TR/webgpu/#dom-gpucompilationmessage-length", "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long-long%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucompilationmessage-message%E2%91%A8", @@ -3665,7 +3671,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucompilationmessage-offset%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpucompilationmessage%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucompilationmessage-length%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpushadermoduledescriptor-code%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpushadermoduledescriptor-code%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucompilationmessage-message%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#dom-gpushadermodule-compilationinfo", "https://www.w3.org/TR/webgpu/#ref-for-gpushadermodule%E2%91%A1%E2%91%A2", @@ -8877,11 +8883,14 @@ "https://www.w3.org/TR/webgpu/#term-for-pipeline-overridable", "https://www.w3.org/TR/webgpu/#term-for-pipeline-overridable-constant-has-a-default-value", "https://www.w3.org/TR/webgpu/#term-for-pipeline-overridable-constant-identifier-string", + "https://www.w3.org/TR/webgpu/#term-for-program-error", "https://www.w3.org/TR/webgpu/#term-for-runtime-sized", + "https://www.w3.org/TR/webgpu/#term-for-shader-module-creation", "https://www.w3.org/TR/webgpu/#term-for-shader-creation-error", "https://www.w3.org/TR/webgpu/#term-for-sizeof", "https://www.w3.org/TR/webgpu/#term-for-statically-accessed", "https://www.w3.org/TR/webgpu/#term-for-store-type", + "https://www.w3.org/TR/webgpu/#term-for-uncategorized-error", "https://www.w3.org/TR/webgpu/#term-for-floating-point-conversion", "https://www.w3.org/TR/webgpu/#term-for-identifier-comparison", "https://www.w3.org/TR/webgpu/#term-for-scalar-types", diff --git a/tr/index.json b/tr/index.json index 54da77ba4408..19c986787e49 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2022-09-12T01:48:54.147Z", + "date": "2022-09-19T01:49:31.823Z", "options": { "output": "report", "publishedVersion": true, @@ -25,10 +25,10 @@ ] }, "stats": { - "crawled": 483, - "errors": 0 + "crawled": 484, + "errors": 17 }, - "crawler": "reffy-10.0.1", + "crawler": "reffy-10.0.2", "results": [ { "url": "https://compat.spec.whatwg.org/", @@ -172,9 +172,9 @@ ], "crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html", "crawlCacheInfo": { - "lastModified": "Sun, 11 Sep 2022 01:03:34 GMT" + "lastModified": "Sun, 18 Sep 2022 01:05:34 GMT" }, - "date": "11 September 2022", + "date": "18 September 2022", "links": "links/rfc6265bis.json", "refs": "refs/rfc6265bis.json", "headings": "headings/rfc6265bis.json", @@ -283,7 +283,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-typed-om-2/", "crawlCacheInfo": { - "lastModified": "Sun, 11 Sep 2022 14:00:13 GMT" + "lastModified": "Sun, 18 Sep 2022 16:03:59 GMT" }, "generator": "bikeshed", "date": "8 February 2021", @@ -328,7 +328,7 @@ ], "crawled": "https://drafts.css-houdini.org/font-metrics-api-1/", "crawlCacheInfo": { - "lastModified": "Sun, 11 Sep 2022 14:00:25 GMT" + "lastModified": "Sun, 18 Sep 2022 16:04:11 GMT" }, "generator": "bikeshed", "date": "12 May 2021", @@ -381,19 +381,7 @@ "versions": [ "https://drafts.csswg.org/css-animations-2/" ], - "crawled": "https://drafts.csswg.org/css-animations-2/", - "crawlCacheInfo": { - "lastModified": "Sun, 11 Sep 2022 13:49:06 GMT" - }, - "generator": "bikeshed", - "date": "22 August 2022", - "links": "links/css-animations-2.json", - "refs": "refs/css-animations-2.json", - "idl": "idl/css-animations-2.idl", - "css": "css/css-animations-2.json", - "dfns": "dfns/css-animations-2.json", - "headings": "headings/css-animations-2.json", - "ids": "ids/css-animations-2.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:228:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:106:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 6)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/css-backgrounds-4/", @@ -423,7 +411,7 @@ "sourcePath": "css-backgrounds-4/Overview.bs", "filename": "Overview.html" }, - "title": "CSS Backgrounds and Borders Module Level 4", + "title": "CSS Backgrounds and Borders Module Level 4", "source": "specref", "categories": [ "browser" @@ -437,18 +425,7 @@ "versions": [ "https://drafts.csswg.org/css-backgrounds-4/" ], - "crawled": "https://drafts.csswg.org/css-backgrounds-4/", - "crawlCacheInfo": { - "lastModified": "Sun, 11 Sep 2022 13:49:10 GMT" - }, - "generator": "bikeshed", - "date": "8 September 2022", - "links": "links/css-backgrounds-4.json", - "refs": "refs/css-backgrounds-4.json", - "css": "css/css-backgrounds-4.json", - "dfns": "dfns/css-backgrounds-4.json", - "headings": "headings/css-backgrounds-4.json", - "ids": "ids/css-backgrounds-4.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:228:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:106:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 7)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/css-easing-2/", @@ -492,18 +469,7 @@ "versions": [ "https://drafts.csswg.org/css-easing-2/" ], - "crawled": "https://drafts.csswg.org/css-easing-2/", - "crawlCacheInfo": { - "lastModified": "Sun, 11 Sep 2022 13:50:06 GMT" - }, - "generator": "bikeshed", - "date": "19 July 2022", - "links": "links/css-easing-2.json", - "refs": "refs/css-easing-2.json", - "css": "css/css-easing.json", - "dfns": "dfns/css-easing-2.json", - "headings": "headings/css-easing-2.json", - "ids": "ids/css-easing-2.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:228:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:106:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 8)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/css-env-1/", @@ -545,18 +511,7 @@ "versions": [ "https://drafts.csswg.org/css-env-1/" ], - "crawled": "https://drafts.csswg.org/css-env-1/", - "crawlCacheInfo": { - "lastModified": "Sun, 11 Sep 2022 13:50:09 GMT" - }, - "generator": "bikeshed", - "date": "30 August 2021", - "links": "links/css-env-1.json", - "refs": "refs/css-env-1.json", - "css": "css/css-env.json", - "dfns": "dfns/css-env-1.json", - "headings": "headings/css-env-1.json", - "ids": "ids/css-env-1.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:228:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:106:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 9)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/css-extensions-1/", @@ -592,18 +547,7 @@ "versions": [ "https://drafts.csswg.org/css-extensions-1/" ], - "crawled": "https://drafts.csswg.org/css-extensions-1/", - "crawlCacheInfo": { - "lastModified": "Sun, 11 Sep 2022 13:50:11 GMT" - }, - "generator": "bikeshed", - "date": "26 August 2020", - "links": "links/css-extensions-1.json", - "refs": "refs/css-extensions-1.json", - "css": "css/css-extensions.json", - "dfns": "dfns/css-extensions-1.json", - "headings": "headings/css-extensions-1.json", - "ids": "ids/css-extensions-1.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:228:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:106:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 10)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/css-gcpm-4/", @@ -647,18 +591,7 @@ "versions": [ "https://drafts.csswg.org/css-gcpm-4/" ], - "crawled": "https://drafts.csswg.org/css-gcpm-4/", - "crawlCacheInfo": { - "lastModified": "Sun, 11 Sep 2022 13:50:34 GMT" - }, - "generator": "bikeshed", - "date": "27 June 2022", - "links": "links/css-gcpm-4.json", - "refs": "refs/css-gcpm-4.json", - "css": "css/css-gcpm-4.json", - "dfns": "dfns/css-gcpm-4.json", - "headings": "headings/css-gcpm-4.json", - "ids": "ids/css-gcpm-4.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:228:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:106:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 11)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/css-grid-3/", @@ -702,18 +635,7 @@ "versions": [ "https://drafts.csswg.org/css-grid-3/" ], - "crawled": "https://drafts.csswg.org/css-grid-3/", - "crawlCacheInfo": { - "lastModified": "Sun, 11 Sep 2022 13:50:50 GMT" - }, - "generator": "bikeshed", - "date": "21 February 2021", - "links": "links/css-grid-3.json", - "refs": "refs/css-grid-3.json", - "css": "css/css-grid-3.json", - "dfns": "dfns/css-grid-3.json", - "headings": "headings/css-grid-3.json", - "ids": "ids/css-grid-3.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:228:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:106:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 12)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/css-multicol-2/", @@ -757,18 +679,7 @@ "versions": [ "https://drafts.csswg.org/css-multicol-2/" ], - "crawled": "https://drafts.csswg.org/css-multicol-2/", - "crawlCacheInfo": { - "lastModified": "Sun, 11 Sep 2022 13:51:11 GMT" - }, - "generator": "bikeshed", - "date": "5 October 2021", - "links": "links/css-multicol-2.json", - "refs": "refs/css-multicol-2.json", - "css": "css/css-multicol-2.json", - "dfns": "dfns/css-multicol-2.json", - "headings": "headings/css-multicol-2.json", - "ids": "ids/css-multicol-2.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:228:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:106:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 13)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/css-page-4/", @@ -865,19 +776,7 @@ "versions": [ "https://drafts.csswg.org/css-scroll-snap-2/" ], - "crawled": "https://drafts.csswg.org/css-scroll-snap-2/", - "crawlCacheInfo": { - "lastModified": "Sun, 11 Sep 2022 13:51:45 GMT" - }, - "generator": "bikeshed", - "date": "22 June 2022", - "links": "links/css-scroll-snap-2.json", - "refs": "refs/css-scroll-snap-2.json", - "events": "events/css-scroll-snap-2.json", - "css": "css/css-scroll-snap-2.json", - "dfns": "dfns/css-scroll-snap-2.json", - "headings": "headings/css-scroll-snap-2.json", - "ids": "ids/css-scroll-snap-2.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:228:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:106:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 15)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/css-shapes-2/", @@ -921,18 +820,43 @@ "versions": [ "https://drafts.csswg.org/css-shapes-2/" ], - "crawled": "https://drafts.csswg.org/css-shapes-2/", - "crawlCacheInfo": { - "lastModified": "Sun, 11 Sep 2022 13:51:50 GMT" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:228:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:106:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 16)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" + }, + { + "url": "https://drafts.csswg.org/css-shared-element-transitions-1/", + "seriesComposition": "full", + "shortname": "css-shared-element-transitions-1", + "series": { + "shortname": "css-shared-element-transitions", + "currentSpecification": "css-shared-element-transitions-1", + "title": "CSS Shared Element Transitions", + "shortTitle": "CSS Shared Element Transitions", + "nightlyUrl": "https://drafts.csswg.org/css-shared-element-transitions/" }, - "generator": "bikeshed", - "date": "7 March 2022", - "links": "links/css-shapes-2.json", - "refs": "refs/css-shapes-2.json", - "css": "css/css-shapes-2.json", - "dfns": "dfns/css-shapes-2.json", - "headings": "headings/css-shapes-2.json", - "ids": "ids/css-shapes-2.json" + "seriesVersion": "1", + "organization": "W3C", + "groups": [ + { + "name": "Cascading Style Sheets (CSS) Working Group", + "url": "https://www.w3.org/Style/CSS/" + } + ], + "nightly": { + "url": "https://drafts.csswg.org/css-shared-element-transitions-1/", + "repository": "https://github.com/w3c/csswg-drafts", + "sourcePath": "css-shared-element-transitions-1/Overview.bs", + "filename": "Overview.html" + }, + "title": "CSS Shared Element Transitions Module Level 1", + "source": "spec", + "shortTitle": "CSS Shared Element Transitions 1", + "categories": [ + "browser" + ], + "versions": [ + "https://drafts.csswg.org/css-shared-element-transitions-1/" + ], + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:228:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:106:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 17)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/css-size-adjust-1/", @@ -974,18 +898,7 @@ "versions": [ "https://drafts.csswg.org/css-size-adjust-1/" ], - "crawled": "https://drafts.csswg.org/css-size-adjust-1/", - "crawlCacheInfo": { - "lastModified": "Sun, 11 Sep 2022 13:51:52 GMT" - }, - "generator": "bikeshed", - "date": "22 June 2022", - "links": "links/css-size-adjust-1.json", - "refs": "refs/css-size-adjust-1.json", - "css": "css/css-size-adjust.json", - "dfns": "dfns/css-size-adjust-1.json", - "headings": "headings/css-size-adjust-1.json", - "ids": "ids/css-size-adjust-1.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:228:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:106:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 18)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/css-transitions-2/", @@ -1029,18 +942,7 @@ "versions": [ "https://drafts.csswg.org/css-transitions-2/" ], - "crawled": "https://drafts.csswg.org/css-transitions-2/", - "crawlCacheInfo": { - "lastModified": "Sun, 11 Sep 2022 13:52:32 GMT" - }, - "generator": "bikeshed", - "date": "14 July 2022", - "links": "links/css-transitions-2.json", - "refs": "refs/css-transitions-2.json", - "idl": "idl/css-transitions-2.idl", - "dfns": "dfns/css-transitions-2.json", - "headings": "headings/css-transitions-2.json", - "ids": "ids/css-transitions-2.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:228:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:106:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 19)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/css-values-5/", @@ -1084,18 +986,7 @@ "versions": [ "https://drafts.csswg.org/css-values-5/" ], - "crawled": "https://drafts.csswg.org/css-values-5/", - "crawlCacheInfo": { - "lastModified": "Sun, 11 Sep 2022 13:52:46 GMT" - }, - "generator": "bikeshed", - "date": "16 December 2021", - "links": "links/css-values-5.json", - "refs": "refs/css-values-5.json", - "css": "css/css-values-5.json", - "dfns": "dfns/css-values-5.json", - "headings": "headings/css-values-5.json", - "ids": "ids/css-values-5.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:228:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:106:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 20)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/css-variables-2/", @@ -1139,18 +1030,7 @@ "versions": [ "https://drafts.csswg.org/css-variables-2/" ], - "crawled": "https://drafts.csswg.org/css-variables-2/", - "crawlCacheInfo": { - "lastModified": "Sun, 11 Sep 2022 13:52:50 GMT" - }, - "generator": "bikeshed", - "date": "29 June 2022", - "links": "links/css-variables-2.json", - "refs": "refs/css-variables-2.json", - "css": "css/css-variables.json", - "dfns": "dfns/css-variables-2.json", - "headings": "headings/css-variables-2.json", - "ids": "ids/css-variables-2.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:228:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:106:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 21)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/scroll-animations-1/", @@ -1192,19 +1072,7 @@ "versions": [ "https://drafts.csswg.org/scroll-animations-1/" ], - "crawled": "https://drafts.csswg.org/scroll-animations-1/", - "crawlCacheInfo": { - "lastModified": "Sun, 11 Sep 2022 13:53:26 GMT" - }, - "generator": "bikeshed", - "date": "7 September 2022", - "links": "links/scroll-animations-1.json", - "refs": "refs/scroll-animations-1.json", - "idl": "idl/scroll-animations.idl", - "css": "css/scroll-animations.json", - "dfns": "dfns/scroll-animations-1.json", - "headings": "headings/scroll-animations-1.json", - "ids": "ids/scroll-animations-1.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:228:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:106:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 22)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.csswg.org/web-animations-2/", @@ -1248,18 +1116,7 @@ "versions": [ "https://drafts.csswg.org/web-animations-2/" ], - "crawled": "https://drafts.csswg.org/web-animations-2/", - "crawlCacheInfo": { - "lastModified": "Sun, 11 Sep 2022 13:53:40 GMT" - }, - "generator": "bikeshed", - "date": "18 July 2022", - "links": "links/web-animations-2.json", - "refs": "refs/web-animations-2.json", - "idl": "idl/web-animations-2.idl", - "dfns": "dfns/web-animations-2.json", - "headings": "headings/web-animations-2.json", - "ids": "ids/web-animations-2.json" + "error": "Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23 Error: Evaluation failed: Error: CSS server issue detected\n at pptr://__puppeteer_evaluation_script__:7:23\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:228:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:106:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:595:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:353:22)\n at async Promise.all (index 23)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:361:21)" }, { "url": "https://drafts.fxtf.org/compositing-2/", @@ -1360,7 +1217,7 @@ ], "crawled": "https://drafts.fxtf.org/filter-effects-2/", "crawlCacheInfo": { - "lastModified": "Sun, 11 Sep 2022 13:59:09 GMT" + "lastModified": "Sun, 18 Sep 2022 16:02:55 GMT" }, "generator": "bikeshed", "date": "10 February 2022", @@ -1406,10 +1263,10 @@ ], "crawled": "https://fedidcg.github.io/FedCM/", "crawlCacheInfo": { - "lastModified": "Fri, 02 Sep 2022 15:26:11 GMT" + "lastModified": "Fri, 16 Sep 2022 17:35:28 GMT" }, "generator": "bikeshed", - "date": "2 September 2022", + "date": "16 September 2022", "links": "links/FedCM.json", "refs": "refs/FedCM.json", "idl": "idl/FedCM.idl", @@ -1707,9 +1564,9 @@ ], "crawled": "https://html.spec.whatwg.org/multipage/", "crawlCacheInfo": { - "lastModified": "Wed, 07 Sep 2022 04:02:19 GMT" + "lastModified": "Thu, 15 Sep 2022 19:11:27 GMT" }, - "date": "7 September 2022", + "date": "15 September 2022", "links": "links/html.json", "refs": "refs/html.json", "events": "events/html.json", @@ -1761,10 +1618,10 @@ ], "crawled": "https://immersive-web.github.io/anchors/", "crawlCacheInfo": { - "lastModified": "Thu, 30 Sep 2021 17:28:13 GMT" + "lastModified": "Fri, 16 Sep 2022 19:21:55 GMT" }, "generator": "bikeshed", - "date": "30 September 2021", + "date": "16 September 2022", "links": "links/anchors.json", "refs": "refs/anchors.json", "idl": "idl/anchors.idl", @@ -5031,9 +4888,9 @@ ], "crawled": "https://tc39.es/proposal-intl-numberformat-v3/out/annexes/proposed.html", "crawlCacheInfo": { - "lastModified": "Fri, 12 Aug 2022 09:43:01 GMT" + "lastModified": "Tue, 13 Sep 2022 05:14:30 GMT" }, - "date": "12 August 2022", + "date": "13 September 2022", "links": "links/tc39-intl-annexes.json", "ids": "ids/tc39-intl-annexes.json" }, @@ -5072,9 +4929,9 @@ ], "crawled": "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html", "crawlCacheInfo": { - "lastModified": "Fri, 12 Aug 2022 09:43:01 GMT" + "lastModified": "Tue, 13 Sep 2022 05:14:30 GMT" }, - "date": "12 August 2022", + "date": "13 September 2022", "links": "links/tc39-intl-negotiation.json", "headings": "headings/tc39-intl-negotiation.json", "ids": "ids/tc39-intl-negotiation.json" @@ -5114,9 +4971,9 @@ ], "crawled": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html", "crawlCacheInfo": { - "lastModified": "Fri, 12 Aug 2022 09:43:01 GMT" + "lastModified": "Tue, 13 Sep 2022 05:14:30 GMT" }, - "date": "12 August 2022", + "date": "13 September 2022", "links": "links/tc39-intl-numberformat.json", "dfns": "dfns/tc39-intl-numberformat.json", "headings": "headings/tc39-intl-numberformat.json", @@ -5157,9 +5014,9 @@ ], "crawled": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html", "crawlCacheInfo": { - "lastModified": "Fri, 12 Aug 2022 09:43:01 GMT" + "lastModified": "Tue, 13 Sep 2022 05:14:30 GMT" }, - "date": "12 August 2022", + "date": "13 September 2022", "links": "links/tc39-intl-pluralrules.json", "headings": "headings/tc39-intl-pluralrules.json", "ids": "ids/tc39-intl-pluralrules.json" @@ -5324,9 +5181,9 @@ ], "crawled": "https://tc39.es/proposal-shadowrealm/", "crawlCacheInfo": { - "lastModified": "Tue, 07 Jun 2022 22:51:48 GMT" + "lastModified": "Thu, 15 Sep 2022 16:12:22 GMT" }, - "date": "7 June 2022", + "date": "15 September 2022", "links": "links/tc39-shadowrealm.json", "dfns": "dfns/tc39-shadowrealm.json", "headings": "headings/tc39-shadowrealm.json", @@ -5409,9 +5266,9 @@ ], "crawled": "https://tc39.es/proposal-temporal/", "crawlCacheInfo": { - "lastModified": "Wed, 31 Aug 2022 17:51:55 GMT" + "lastModified": "Fri, 16 Sep 2022 19:11:33 GMT" }, - "date": "31 August 2022", + "date": "16 September 2022", "links": "links/tc39-temporal.json", "headings": "headings/tc39-temporal.json", "ids": "ids/tc39-temporal.json" @@ -5653,12 +5510,13 @@ ], "crawled": "https://w3c.github.io/contentEditable/", "crawlCacheInfo": { - "lastModified": "Thu, 30 Jan 2020 14:51:11 GMT" + "lastModified": "Mon, 12 Sep 2022 09:20:11 GMT" }, "generator": "respec", - "date": "30 January 2020", + "date": "12 September 2022", "links": "links/contentEditable.json", "refs": "refs/contentEditable.json", + "dfns": "dfns/contentEditable.json", "headings": "headings/contentEditable.json", "ids": "ids/contentEditable.json" }, @@ -6226,10 +6084,10 @@ ], "crawled": "https://w3c.github.io/webdriver-bidi/", "crawlCacheInfo": { - "lastModified": "Fri, 09 Sep 2022 10:48:11 GMT" + "lastModified": "Thu, 15 Sep 2022 16:37:26 GMT" }, "generator": "bikeshed", - "date": "9 September 2022", + "date": "15 September 2022", "links": "links/webdriver-bidi.json", "refs": "refs/webdriver-bidi.json", "dfns": "dfns/webdriver-bidi.json", @@ -6327,10 +6185,10 @@ ], "crawled": "https://webassembly.github.io/exception-handling/js-api/", "crawlCacheInfo": { - "lastModified": "Fri, 09 Sep 2022 14:46:17 GMT" + "lastModified": "Fri, 16 Sep 2022 13:18:38 GMT" }, "generator": "bikeshed", - "date": "9 September 2022", + "date": "16 September 2022", "links": "links/wasm-js-api-2-fork-exception-handling.json", "refs": "refs/wasm-js-api-2-fork-exception-handling.json", "dfns": "dfns/wasm-js-api-2-fork-exception-handling.json", @@ -6883,10 +6741,10 @@ ], "crawled": "https://wicg.github.io/compute-pressure/", "crawlCacheInfo": { - "lastModified": "Mon, 05 Sep 2022 11:02:53 GMT" + "lastModified": "Thu, 15 Sep 2022 07:11:29 GMT" }, "generator": "respec", - "date": "05 September 2022", + "date": "15 September 2022", "links": "links/compute-pressure.json", "refs": "refs/compute-pressure.json", "idl": "idl/compute-pressure.idl", @@ -6988,10 +6846,10 @@ ], "crawled": "https://wicg.github.io/cookie-store/", "crawlCacheInfo": { - "lastModified": "Wed, 06 Jul 2022 18:32:59 GMT" + "lastModified": "Thu, 15 Sep 2022 20:04:37 GMT" }, "generator": "bikeshed", - "date": "6 July 2022", + "date": "15 September 2022", "links": "links/cookie-store.json", "refs": "refs/cookie-store.json", "events": "events/cookie-store.json", @@ -7484,10 +7342,10 @@ ], "crawled": "https://wicg.github.io/entries-api/", "crawlCacheInfo": { - "lastModified": "Fri, 20 Aug 2021 18:20:38 GMT" + "lastModified": "Thu, 15 Sep 2022 20:04:26 GMT" }, "generator": "bikeshed", - "date": "20 August 2021", + "date": "15 September 2022", "links": "links/entries-api.json", "refs": "refs/entries-api.json", "idl": "idl/entries-api.idl", @@ -8196,10 +8054,10 @@ ], "crawled": "https://wicg.github.io/local-font-access/", "crawlCacheInfo": { - "lastModified": "Fri, 02 Sep 2022 18:08:40 GMT" + "lastModified": "Thu, 15 Sep 2022 20:03:58 GMT" }, "generator": "bikeshed", - "date": "2 September 2022", + "date": "15 September 2022", "links": "links/local-font-access.json", "refs": "refs/local-font-access.json", "idl": "idl/local-font-access.idl", @@ -8334,10 +8192,10 @@ ], "crawled": "https://wicg.github.io/nav-speculation/prefetch.html", "crawlCacheInfo": { - "lastModified": "Fri, 02 Sep 2022 07:20:27 GMT" + "lastModified": "Thu, 15 Sep 2022 19:32:11 GMT" }, "generator": "bikeshed", - "date": "2 September 2022", + "date": "15 September 2022", "links": "links/prefetch.json", "refs": "refs/prefetch.json", "dfns": "dfns/prefetch.json", @@ -8379,10 +8237,10 @@ ], "crawled": "https://wicg.github.io/nav-speculation/prerendering.html", "crawlCacheInfo": { - "lastModified": "Fri, 02 Sep 2022 07:20:27 GMT" + "lastModified": "Thu, 15 Sep 2022 19:32:11 GMT" }, "generator": "bikeshed", - "date": "2 September 2022", + "date": "15 September 2022", "links": "links/prerendering-revamped.json", "refs": "refs/prerendering-revamped.json", "events": "events/prerendering-revamped.json", @@ -8426,10 +8284,10 @@ ], "crawled": "https://wicg.github.io/nav-speculation/speculation-rules.html", "crawlCacheInfo": { - "lastModified": "Fri, 02 Sep 2022 07:20:27 GMT" + "lastModified": "Thu, 15 Sep 2022 19:32:11 GMT" }, "generator": "bikeshed", - "date": "2 September 2022", + "date": "15 September 2022", "links": "links/speculation-rules.json", "refs": "refs/speculation-rules.json", "dfns": "dfns/speculation-rules.json", @@ -9138,10 +8996,10 @@ ], "crawled": "https://wicg.github.io/sanitizer-api/", "crawlCacheInfo": { - "lastModified": "Fri, 09 Sep 2022 11:59:56 GMT" + "lastModified": "Wed, 14 Sep 2022 08:59:56 GMT" }, "generator": "bikeshed", - "date": "9 September 2022", + "date": "14 September 2022", "links": "links/sanitizer-api.json", "refs": "refs/sanitizer-api.json", "idl": "idl/sanitizer-api.idl", @@ -9689,10 +9547,10 @@ ], "crawled": "https://wicg.github.io/user-preference-media-features-headers/", "crawlCacheInfo": { - "lastModified": "Fri, 09 Sep 2022 16:37:04 GMT" + "lastModified": "Thu, 15 Sep 2022 17:44:52 GMT" }, "generator": "bikeshed", - "date": "9 September 2022", + "date": "15 September 2022", "links": "links/user-preference-media-features-headers.json", "refs": "refs/user-preference-media-features-headers.json", "dfns": "dfns/user-preference-media-features-headers.json", @@ -10026,7 +9884,7 @@ "filename": "index.html" }, "title": "Window Controls Overlay", - "source": "spec", + "source": "specref", "shortTitle": "Window Controls Overlay", "categories": [ "browser" @@ -10080,7 +9938,7 @@ "https://www.rfc-editor.org/rfc/rfc2397" ], "crawled": "https://www.rfc-editor.org/rfc/rfc2397", - "date": "12 September 2022", + "date": "19 September 2022", "links": "links/rfc2397.json", "ids": "ids/rfc2397.json" }, @@ -10116,7 +9974,7 @@ "https://www.rfc-editor.org/rfc/rfc4120" ], "crawled": "https://www.rfc-editor.org/rfc/rfc4120", - "date": "12 September 2022", + "date": "19 September 2022", "links": "links/rfc4120.json", "ids": "ids/rfc4120.json" }, @@ -10240,7 +10098,7 @@ "https://www.rfc-editor.org/rfc/rfc6454" ], "crawled": "https://www.rfc-editor.org/rfc/rfc6454", - "date": "12 September 2022", + "date": "19 September 2022", "links": "links/rfc6454.json", "ids": "ids/rfc6454.json" }, @@ -10276,7 +10134,7 @@ "https://www.rfc-editor.org/rfc/rfc6797" ], "crawled": "https://www.rfc-editor.org/rfc/rfc6797", - "date": "12 September 2022", + "date": "19 September 2022", "links": "links/rfc6797.json", "ids": "ids/rfc6797.json" }, @@ -10312,7 +10170,7 @@ "https://www.rfc-editor.org/rfc/rfc7034" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7034", - "date": "12 September 2022", + "date": "19 September 2022", "links": "links/rfc7034.json", "ids": "ids/rfc7034.json" }, @@ -10613,7 +10471,7 @@ "https://www.rfc-editor.org/rfc/rfc7239" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7239", - "date": "12 September 2022", + "date": "19 September 2022", "links": "links/rfc7239.json", "ids": "ids/rfc7239.json" }, @@ -10649,7 +10507,7 @@ "https://www.rfc-editor.org/rfc/rfc7469" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7469", - "date": "12 September 2022", + "date": "19 September 2022", "links": "links/rfc7469.json", "ids": "ids/rfc7469.json" }, @@ -10773,7 +10631,7 @@ "https://www.rfc-editor.org/rfc/rfc7578" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7578", - "date": "12 September 2022", + "date": "19 September 2022", "links": "links/rfc7578.json", "ids": "ids/rfc7578.json" }, @@ -11073,7 +10931,7 @@ "https://www.rfc-editor.org/rfc/rfc8942" ], "crawled": "https://www.rfc-editor.org/rfc/rfc8942", - "date": "12 September 2022", + "date": "19 September 2022", "links": "links/rfc8942.json", "refs": "refs/rfc8942.json", "headings": "headings/rfc8942.json", @@ -11718,10 +11576,10 @@ ], "crawled": "https://www.w3.org/TR/autoplay-detection/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Apr 2022 15:01:39 GMT" + "lastModified": "Thu, 15 Sep 2022 21:03:18 GMT" }, "generator": "bikeshed", - "date": "7 April 2022", + "date": "15 September 2022", "links": "links/autoplay-detection.json", "refs": "refs/autoplay-detection.json", "idl": "idl/autoplay-detection.idl", @@ -12125,10 +11983,10 @@ ], "crawled": "https://www.w3.org/TR/core-aam-1.2/", "crawlCacheInfo": { - "lastModified": "Tue, 30 Aug 2022 17:20:08 GMT" + "lastModified": "Thu, 15 Sep 2022 21:57:33 GMT" }, "generator": "respec", - "date": "30 August 2022", + "date": "15 September 2022", "links": "links/core-aam-1.2.json", "refs": "refs/core-aam-1.2.json", "dfns": "dfns/core-aam-1.2.json", @@ -12303,10 +12161,10 @@ ], "crawled": "https://www.w3.org/TR/CSP3/", "crawlCacheInfo": { - "lastModified": "Tue, 29 Jun 2021 14:53:23 GMT" + "lastModified": "Fri, 16 Sep 2022 06:18:50 GMT" }, "generator": "bikeshed", - "date": "29 June 2021", + "date": "16 September 2022", "links": "links/CSP3.json", "refs": "refs/CSP3.json", "events": "events/CSP3.json", @@ -12340,7 +12198,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-align/", + "url": "https://drafts.csswg.org/css-align-3/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-align-3/Overview.bs", "filename": "Overview.html" @@ -12359,7 +12217,7 @@ }, "versions": [ "https://www.w3.org/TR/css-align-3/", - "https://drafts.csswg.org/css-align/" + "https://drafts.csswg.org/css-align-3/" ], "crawled": "https://www.w3.org/TR/css-align-3/", "crawlCacheInfo": { @@ -12459,7 +12317,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-animations/", + "url": "https://drafts.csswg.org/css-animations-1/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-animations-1/Overview.bs", "filename": "Overview.html" @@ -12478,7 +12336,7 @@ }, "versions": [ "https://www.w3.org/TR/css-animations-1/", - "https://drafts.csswg.org/css-animations/" + "https://drafts.csswg.org/css-animations-1/" ], "crawled": "https://www.w3.org/TR/css-animations-1/", "crawlCacheInfo": { @@ -12522,7 +12380,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-backgrounds/", + "url": "https://drafts.csswg.org/css-backgrounds-3/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-backgrounds-3/Overview.bs", "filename": "Overview.html" @@ -12540,7 +12398,7 @@ }, "versions": [ "https://www.w3.org/TR/css-backgrounds-3/", - "https://drafts.csswg.org/css-backgrounds/" + "https://drafts.csswg.org/css-backgrounds-3/" ], "crawled": "https://www.w3.org/TR/css-backgrounds-3/", "crawlCacheInfo": { @@ -12700,7 +12558,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-break/", + "url": "https://drafts.csswg.org/css-break-3/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-break-3/Overview.bs", "filename": "Overview.html" @@ -12719,7 +12577,7 @@ }, "versions": [ "https://www.w3.org/TR/css-break-3/", - "https://drafts.csswg.org/css-break/" + "https://drafts.csswg.org/css-break-3/" ], "crawled": "https://www.w3.org/TR/css-break-3/", "crawlCacheInfo": { @@ -13444,12 +13302,14 @@ ], "crawled": "https://www.w3.org/TR/css-contain-2/", "crawlCacheInfo": { - "lastModified": "Wed, 16 Dec 2020 17:43:51 GMT" + "lastModified": "Sat, 17 Sep 2022 18:01:51 GMT" }, "generator": "bikeshed", - "date": "16 December 2020", + "date": "17 September 2022", "links": "links/css-contain-2.json", "refs": "refs/css-contain-2.json", + "events": "events/css-contain-2.json", + "idl": "idl/css-contain.idl", "css": "css/css-contain.json", "dfns": "dfns/css-contain-2.json", "headings": "headings/css-contain-2.json", @@ -13600,7 +13460,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-counter-styles/", + "url": "https://drafts.csswg.org/css-counter-styles-3/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-counter-styles-3/Overview.bs", "filename": "Overview.html" @@ -13619,7 +13479,7 @@ }, "versions": [ "https://www.w3.org/TR/css-counter-styles-3/", - "https://drafts.csswg.org/css-counter-styles/" + "https://drafts.csswg.org/css-counter-styles-3/" ], "crawled": "https://www.w3.org/TR/css-counter-styles-3/", "crawlCacheInfo": { @@ -13660,7 +13520,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-device-adapt/", + "url": "https://drafts.csswg.org/css-device-adapt-1/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-device-adapt-1/Overview.bs", "filename": "Overview.html" @@ -13679,7 +13539,7 @@ }, "versions": [ "https://www.w3.org/TR/css-device-adapt-1/", - "https://drafts.csswg.org/css-device-adapt/" + "https://drafts.csswg.org/css-device-adapt-1/" ], "crawled": "https://www.w3.org/TR/css-device-adapt-1/", "crawlCacheInfo": { @@ -13720,7 +13580,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-display/", + "url": "https://drafts.csswg.org/css-display-3/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-display-3/Overview.bs", "filename": "Overview.html" @@ -13739,7 +13599,7 @@ }, "versions": [ "https://www.w3.org/TR/css-display-3/", - "https://drafts.csswg.org/css-display/" + "https://drafts.csswg.org/css-display-3/" ], "crawled": "https://www.w3.org/TR/css-display-3/", "crawlCacheInfo": { @@ -13780,7 +13640,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-easing/", + "url": "https://drafts.csswg.org/css-easing-1/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-easing-1/Overview.bs", "filename": "Overview.html" @@ -13799,7 +13659,7 @@ }, "versions": [ "https://www.w3.org/TR/css-easing-1/", - "https://drafts.csswg.org/css-easing/" + "https://drafts.csswg.org/css-easing-1/" ], "crawled": "https://www.w3.org/TR/css-easing-1/", "crawlCacheInfo": { @@ -13809,6 +13669,7 @@ "date": "1 April 2021", "links": "links/css-easing-1.json", "refs": "refs/css-easing-1.json", + "css": "css/css-easing.json", "dfns": "dfns/css-easing-1.json", "headings": "headings/css-easing-1.json", "ids": "ids/css-easing-1.json" @@ -13897,7 +13758,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-font-loading/", + "url": "https://drafts.csswg.org/css-font-loading-3/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-font-loading-3/Overview.bs", "filename": "Overview.html" @@ -13916,7 +13777,7 @@ }, "versions": [ "https://www.w3.org/TR/css-font-loading-3/", - "https://drafts.csswg.org/css-font-loading/" + "https://drafts.csswg.org/css-font-loading-3/" ], "crawled": "https://www.w3.org/TR/css-font-loading-3/", "crawlCacheInfo": { @@ -14080,7 +13941,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-gcpm/", + "url": "https://drafts.csswg.org/css-gcpm-3/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-gcpm-3/Overview.bs", "filename": "Overview.html" @@ -14098,7 +13959,7 @@ }, "versions": [ "https://www.w3.org/TR/css-gcpm-3/", - "https://drafts.csswg.org/css-gcpm/" + "https://drafts.csswg.org/css-gcpm-3/" ], "crawled": "https://www.w3.org/TR/css-gcpm-3/", "crawlCacheInfo": { @@ -14489,7 +14350,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-line-grid/", + "url": "https://drafts.csswg.org/css-line-grid-1/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-line-grid-1/Overview.bs", "filename": "Overview.html" @@ -14502,7 +14363,7 @@ ], "versions": [ "https://www.w3.org/TR/css-line-grid-1/", - "https://drafts.csswg.org/css-line-grid/" + "https://drafts.csswg.org/css-line-grid-1/" ], "crawled": "https://www.w3.org/TR/css-line-grid-1/", "crawlCacheInfo": { @@ -14721,7 +14582,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-multicol/", + "url": "https://drafts.csswg.org/css-multicol-1/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-multicol-1/Overview.bs", "filename": "Overview.html" @@ -14739,7 +14600,7 @@ }, "versions": [ "https://www.w3.org/TR/css-multicol-1/", - "https://drafts.csswg.org/css-multicol/" + "https://drafts.csswg.org/css-multicol-1/" ], "crawled": "https://www.w3.org/TR/css-multicol-1/", "crawlCacheInfo": { @@ -14779,7 +14640,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-namespaces/", + "url": "https://drafts.csswg.org/css-namespaces-3/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-namespaces-3/Overview.bs", "filename": "Overview.html" @@ -14798,7 +14659,7 @@ }, "versions": [ "https://www.w3.org/TR/css-namespaces-3/", - "https://drafts.csswg.org/css-namespaces/" + "https://drafts.csswg.org/css-namespaces-3/" ], "crawled": "https://www.w3.org/TR/css-namespaces-3/", "crawlCacheInfo": { @@ -14890,7 +14751,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-nesting/", + "url": "https://drafts.csswg.org/css-nesting-1/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-nesting-1/Overview.bs", "filename": "Overview.html" @@ -14903,7 +14764,7 @@ ], "versions": [ "https://www.w3.org/TR/css-nesting-1/", - "https://drafts.csswg.org/css-nesting/" + "https://drafts.csswg.org/css-nesting-1/" ], "crawled": "https://www.w3.org/TR/css-nesting-1/", "crawlCacheInfo": { @@ -15183,7 +15044,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-page-floats/", + "url": "https://drafts.csswg.org/css-page-floats-3/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-page-floats-3/Overview.bs", "filename": "Overview.html" @@ -15196,7 +15057,7 @@ ], "versions": [ "https://www.w3.org/TR/css-page-floats-3/", - "https://drafts.csswg.org/css-page-floats/" + "https://drafts.csswg.org/css-page-floats-3/" ], "crawled": "https://www.w3.org/TR/css-page-floats-3/", "crawlCacheInfo": { @@ -15478,7 +15339,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-regions/", + "url": "https://drafts.csswg.org/css-regions-1/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-regions-1/Overview.bs", "filename": "Overview.html" @@ -15491,7 +15352,7 @@ ], "versions": [ "https://www.w3.org/TR/css-regions-1/", - "https://drafts.csswg.org/css-regions/" + "https://drafts.csswg.org/css-regions-1/" ], "crawled": "https://www.w3.org/TR/css-regions-1/", "crawlCacheInfo": { @@ -15531,7 +15392,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-rhythm/", + "url": "https://drafts.csswg.org/css-rhythm-1/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-rhythm-1/Overview.bs", "filename": "Overview.html" @@ -15544,7 +15405,7 @@ ], "versions": [ "https://www.w3.org/TR/css-rhythm-1/", - "https://drafts.csswg.org/css-rhythm/" + "https://drafts.csswg.org/css-rhythm-1/" ], "crawled": "https://www.w3.org/TR/css-rhythm-1/", "crawlCacheInfo": { @@ -15584,7 +15445,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-round-display/", + "url": "https://drafts.csswg.org/css-round-display-1/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-round-display-1/Overview.bs", "filename": "Overview.html" @@ -15603,7 +15464,7 @@ }, "versions": [ "https://www.w3.org/TR/css-round-display-1/", - "https://drafts.csswg.org/css-round-display/" + "https://drafts.csswg.org/css-round-display-1/" ], "crawled": "https://www.w3.org/TR/css-round-display-1/", "crawlCacheInfo": { @@ -15702,7 +15563,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-scoping/", + "url": "https://drafts.csswg.org/css-scoping-1/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-scoping-1/Overview.bs", "filename": "Overview.html" @@ -15721,7 +15582,7 @@ }, "versions": [ "https://www.w3.org/TR/css-scoping-1/", - "https://drafts.csswg.org/css-scoping/" + "https://drafts.csswg.org/css-scoping-1/" ], "crawled": "https://www.w3.org/TR/css-scoping-1/", "crawlCacheInfo": { @@ -15759,7 +15620,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-scroll-anchoring/", + "url": "https://drafts.csswg.org/css-scroll-anchoring-1/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-scroll-anchoring-1/Overview.bs", "filename": "Overview.html" @@ -15778,7 +15639,7 @@ }, "versions": [ "https://www.w3.org/TR/css-scroll-anchoring-1/", - "https://drafts.csswg.org/css-scroll-anchoring/" + "https://drafts.csswg.org/css-scroll-anchoring-1/" ], "crawled": "https://www.w3.org/TR/css-scroll-anchoring-1/", "crawlCacheInfo": { @@ -15878,7 +15739,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-scrollbars/", + "url": "https://drafts.csswg.org/css-scrollbars-1/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-scrollbars-1/Overview.bs", "filename": "Overview.html" @@ -15897,7 +15758,7 @@ }, "versions": [ "https://www.w3.org/TR/css-scrollbars-1/", - "https://drafts.csswg.org/css-scrollbars/" + "https://drafts.csswg.org/css-scrollbars-1/" ], "crawled": "https://www.w3.org/TR/css-scrollbars-1/", "crawlCacheInfo": { @@ -15937,7 +15798,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-shadow-parts/", + "url": "https://drafts.csswg.org/css-shadow-parts-1/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-shadow-parts-1/Overview.bs", "filename": "Overview.html" @@ -15956,7 +15817,7 @@ }, "versions": [ "https://www.w3.org/TR/css-shadow-parts-1/", - "https://drafts.csswg.org/css-shadow-parts/" + "https://drafts.csswg.org/css-shadow-parts-1/" ], "crawled": "https://www.w3.org/TR/css-shadow-parts-1/", "crawlCacheInfo": { @@ -15998,7 +15859,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-shapes/", + "url": "https://drafts.csswg.org/css-shapes-1/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-shapes-1/Overview.bs", "filename": "Overview.html" @@ -16017,7 +15878,7 @@ }, "versions": [ "https://www.w3.org/TR/css-shapes-1/", - "https://drafts.csswg.org/css-shapes/" + "https://drafts.csswg.org/css-shapes-1/" ], "crawled": "https://www.w3.org/TR/css-shapes-1/", "crawlCacheInfo": { @@ -16289,7 +16150,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-syntax/", + "url": "https://drafts.csswg.org/css-syntax-3/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-syntax-3/Overview.bs", "filename": "Overview.html" @@ -16308,7 +16169,7 @@ }, "versions": [ "https://www.w3.org/TR/css-syntax-3/", - "https://drafts.csswg.org/css-syntax/", + "https://drafts.csswg.org/css-syntax-3/", "https://www.w3.org/TR/css-syntax/" ], "crawled": "https://www.w3.org/TR/css-syntax-3/", @@ -16649,7 +16510,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-transforms/", + "url": "https://drafts.csswg.org/css-transforms-1/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-transforms-1/Overview.bs", "filename": "Overview.html" @@ -16668,7 +16529,7 @@ }, "versions": [ "https://www.w3.org/TR/css-transforms-1/", - "https://drafts.csswg.org/css-transforms/" + "https://drafts.csswg.org/css-transforms-1/" ], "crawled": "https://www.w3.org/TR/css-transforms-1/", "crawlCacheInfo": { @@ -16769,7 +16630,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-transitions/", + "url": "https://drafts.csswg.org/css-transitions-1/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-transitions-1/Overview.bs", "filename": "Overview.html" @@ -16788,7 +16649,7 @@ }, "versions": [ "https://www.w3.org/TR/css-transitions-1/", - "https://drafts.csswg.org/css-transitions/" + "https://drafts.csswg.org/css-transitions-1/" ], "crawled": "https://www.w3.org/TR/css-transitions-1/", "crawlCacheInfo": { @@ -17077,7 +16938,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-variables/", + "url": "https://drafts.csswg.org/css-variables-1/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-variables-1/Overview.bs", "filename": "Overview.html" @@ -17095,7 +16956,7 @@ }, "versions": [ "https://www.w3.org/TR/css-variables-1/", - "https://drafts.csswg.org/css-variables/" + "https://drafts.csswg.org/css-variables-1/" ], "crawled": "https://www.w3.org/TR/css-variables-1/", "crawlCacheInfo": { @@ -17105,6 +16966,7 @@ "date": "16 June 2022", "links": "links/css-variables-1.json", "refs": "refs/css-variables-1.json", + "css": "css/css-variables.json", "dfns": "dfns/css-variables-1.json", "headings": "headings/css-variables-1.json", "ids": "ids/css-variables-1.json" @@ -17134,7 +16996,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/css-will-change/", + "url": "https://drafts.csswg.org/css-will-change-1/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-will-change-1/Overview.bs", "filename": "Overview.html" @@ -17153,7 +17015,7 @@ }, "versions": [ "https://www.w3.org/TR/css-will-change-1/", - "https://drafts.csswg.org/css-will-change/" + "https://drafts.csswg.org/css-will-change-1/" ], "crawled": "https://www.w3.org/TR/css-will-change-1/", "crawlCacheInfo": { @@ -17412,11 +17274,11 @@ "title": "CSS Exclusions", "shortTitle": "CSS Exclusions", "releaseUrl": "https://www.w3.org/TR/css-exclusions/", - "nightlyUrl": "https://drafts.csswg.org/css-exclusions/" + "nightlyUrl": "https://drafts.csswg.org/css-exclusions-1/" }, "seriesVersion": "1", "nightly": { - "url": "https://drafts.csswg.org/css-exclusions/", + "url": "https://drafts.csswg.org/css-exclusions-1/", "sourcePath": "css-exclusions-1/Overview.bs", "repository": "https://github.com/w3c/csswg-drafts", "filename": "Overview.html" @@ -17446,7 +17308,7 @@ }, "versions": [ "https://www.w3.org/TR/css3-exclusions/", - "https://drafts.csswg.org/css-exclusions/" + "https://drafts.csswg.org/css-exclusions-1/" ], "crawled": "https://www.w3.org/TR/css3-exclusions/", "crawlCacheInfo": { @@ -17485,7 +17347,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/cssom/", + "url": "https://drafts.csswg.org/cssom-1/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "cssom-1/Overview.bs", "filename": "Overview.html" @@ -17504,7 +17366,7 @@ }, "versions": [ "https://www.w3.org/TR/cssom-1/", - "https://drafts.csswg.org/cssom/" + "https://drafts.csswg.org/cssom-1/" ], "crawled": "https://www.w3.org/TR/cssom-1/", "crawlCacheInfo": { @@ -17544,7 +17406,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/cssom-view/", + "url": "https://drafts.csswg.org/cssom-view-1/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "cssom-view-1/Overview.bs", "filename": "Overview.html" @@ -17563,7 +17425,7 @@ }, "versions": [ "https://www.w3.org/TR/cssom-view-1/", - "https://drafts.csswg.org/cssom-view/", + "https://drafts.csswg.org/cssom-view-1/", "https://www.w3.org/TR/cssom-view/" ], "crawled": "https://www.w3.org/TR/cssom-view-1/", @@ -17961,10 +17823,10 @@ ], "crawled": "https://www.w3.org/TR/epub-33/", "crawlCacheInfo": { - "lastModified": "Thu, 08 Sep 2022 11:09:49 GMT" + "lastModified": "Fri, 16 Sep 2022 13:00:27 GMT" }, "generator": "respec", - "date": "08 September 2022", + "date": "16 September 2022", "links": "links/epub-33.json", "refs": "refs/epub-33.json", "dfns": "dfns/epub-33.json", @@ -18011,10 +17873,10 @@ ], "crawled": "https://www.w3.org/TR/epub-rs-33/", "crawlCacheInfo": { - "lastModified": "Tue, 06 Sep 2022 15:09:11 GMT" + "lastModified": "Fri, 16 Sep 2022 13:00:34 GMT" }, "generator": "respec", - "date": "06 September 2022", + "date": "16 September 2022", "links": "links/epub-rs-33.json", "refs": "refs/epub-rs-33.json", "idl": "idl/epub-rs.idl", @@ -18219,7 +18081,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.fxtf.org/fill-stroke/", + "url": "https://drafts.fxtf.org/fill-stroke-3/", "repository": "https://github.com/w3c/fxtf-drafts", "sourcePath": "fill-stroke/Overview.bs", "filename": "Overview.html" @@ -18238,7 +18100,7 @@ }, "versions": [ "https://www.w3.org/TR/fill-stroke-3/", - "https://drafts.fxtf.org/fill-stroke/" + "https://drafts.fxtf.org/fill-stroke-3/" ], "crawled": "https://www.w3.org/TR/fill-stroke-3/", "crawlCacheInfo": { @@ -18625,7 +18487,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.fxtf.org/geometry/", + "url": "https://drafts.fxtf.org/geometry-1/", "repository": "https://github.com/w3c/fxtf-drafts", "sourcePath": "geometry/Overview.bs", "filename": "Overview.html" @@ -18644,6 +18506,7 @@ }, "versions": [ "https://www.w3.org/TR/geometry-1/", + "https://drafts.fxtf.org/geometry-1/", "https://drafts.fxtf.org/geometry/" ], "crawled": "https://www.w3.org/TR/geometry-1/", @@ -19307,10 +19170,10 @@ ], "crawled": "https://www.w3.org/TR/IndexedDB-3/", "crawlCacheInfo": { - "lastModified": "Wed, 06 Jul 2022 16:35:39 GMT" + "lastModified": "Thu, 15 Sep 2022 20:16:59 GMT" }, "generator": "bikeshed", - "date": "6 July 2022", + "date": "15 September 2022", "links": "links/IndexedDB-3.json", "refs": "refs/IndexedDB-3.json", "events": "events/IndexedDB-3.json", @@ -20429,10 +20292,10 @@ ], "crawled": "https://www.w3.org/TR/mediasession/", "crawlCacheInfo": { - "lastModified": "Fri, 04 Jun 2021 08:07:25 GMT" + "lastModified": "Tue, 13 Sep 2022 20:45:18 GMT" }, "generator": "bikeshed", - "date": "4 June 2021", + "date": "13 September 2022", "links": "links/mediasession.json", "refs": "refs/mediasession.json", "idl": "idl/mediasession.idl", @@ -20979,10 +20842,10 @@ ], "crawled": "https://www.w3.org/TR/openscreenprotocol/", "crawlCacheInfo": { - "lastModified": "Fri, 09 Sep 2022 22:36:05 GMT" + "lastModified": "Mon, 12 Sep 2022 20:45:29 GMT" }, "generator": "bikeshed", - "date": "9 September 2022", + "date": "12 September 2022", "links": "links/openscreenprotocol.json", "refs": "refs/openscreenprotocol.json", "dfns": "dfns/openscreenprotocol.json", @@ -21211,10 +21074,10 @@ ], "crawled": "https://www.w3.org/TR/payment-handler/", "crawlCacheInfo": { - "lastModified": "Mon, 04 Oct 2021 22:16:22 GMT" + "lastModified": "Mon, 12 Sep 2022 14:07:43 GMT" }, "generator": "respec", - "date": "04 October 2021", + "date": "12 September 2022", "links": "links/payment-handler.json", "refs": "refs/payment-handler.json", "events": "events/payment-handler.json", @@ -22088,10 +21951,10 @@ ], "crawled": "https://www.w3.org/TR/reporting-1/", "crawlCacheInfo": { - "lastModified": "Tue, 05 Apr 2022 14:43:20 GMT" + "lastModified": "Sat, 17 Sep 2022 20:23:05 GMT" }, "generator": "bikeshed", - "date": "5 April 2022", + "date": "17 September 2022", "links": "links/reporting-1.json", "refs": "refs/reporting-1.json", "idl": "idl/reporting.idl", @@ -22182,7 +22045,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/resize-observer/", + "url": "https://drafts.csswg.org/resize-observer-1/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "resize-observer-1/Overview.bs", "filename": "Overview.html" @@ -22201,7 +22064,7 @@ }, "versions": [ "https://www.w3.org/TR/resize-observer-1/", - "https://drafts.csswg.org/resize-observer/" + "https://drafts.csswg.org/resize-observer-1/" ], "crawled": "https://www.w3.org/TR/resize-observer-1/", "crawlCacheInfo": { @@ -22493,10 +22356,10 @@ ], "crawled": "https://www.w3.org/TR/screen-wake-lock/", "crawlCacheInfo": { - "lastModified": "Tue, 07 Dec 2021 12:43:39 GMT" + "lastModified": "Fri, 16 Sep 2022 08:51:53 GMT" }, "generator": "respec", - "date": "07 December 2021", + "date": "16 September 2022", "links": "links/screen-wake-lock.json", "refs": "refs/screen-wake-lock.json", "events": "events/screen-wake-lock.json", @@ -22609,10 +22472,10 @@ ], "crawled": "https://www.w3.org/TR/secure-payment-confirmation/", "crawlCacheInfo": { - "lastModified": "Thu, 08 Sep 2022 13:34:50 GMT" + "lastModified": "Wed, 14 Sep 2022 04:48:48 GMT" }, "generator": "bikeshed", - "date": "8 September 2022", + "date": "14 September 2022", "links": "links/secure-payment-confirmation.json", "refs": "refs/secure-payment-confirmation.json", "idl": "idl/secure-payment-confirmation.idl", @@ -22704,7 +22567,7 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://drafts.csswg.org/selectors/", + "url": "https://drafts.csswg.org/selectors-4/", "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "selectors-4/Overview.bs", "filename": "Overview.html" @@ -22723,7 +22586,7 @@ }, "versions": [ "https://www.w3.org/TR/selectors-4/", - "https://drafts.csswg.org/selectors/" + "https://drafts.csswg.org/selectors-4/" ], "crawled": "https://www.w3.org/TR/selectors-4/", "crawlCacheInfo": { @@ -23646,12 +23509,13 @@ ], "crawled": "https://www.w3.org/TR/uievents/", "crawlCacheInfo": { - "lastModified": "Wed, 29 Jun 2022 15:19:32 GMT" + "lastModified": "Tue, 13 Sep 2022 19:16:53 GMT" }, "generator": "bikeshed", - "date": "29 June 2022", + "date": "13 September 2022", "links": "links/uievents.json", "refs": "refs/uievents.json", + "events": "events/uievents.json", "idl": "idl/uievents.idl", "dfns": "dfns/uievents.json", "headings": "headings/uievents.json", @@ -24580,10 +24444,10 @@ ], "crawled": "https://www.w3.org/TR/webgpu/", "crawlCacheInfo": { - "lastModified": "Thu, 08 Sep 2022 10:16:04 GMT" + "lastModified": "Sat, 17 Sep 2022 00:33:14 GMT" }, "generator": "bikeshed", - "date": "8 September 2022", + "date": "17 September 2022", "links": "links/webgpu.json", "refs": "refs/webgpu.json", "events": "events/webgpu.json", @@ -25750,10 +25614,10 @@ ], "crawled": "https://www.w3.org/TR/WGSL/", "crawlCacheInfo": { - "lastModified": "Sat, 10 Sep 2022 04:27:21 GMT" + "lastModified": "Fri, 16 Sep 2022 22:18:21 GMT" }, "generator": "bikeshed", - "date": "10 September 2022", + "date": "16 September 2022", "links": "links/WGSL.json", "refs": "refs/WGSL.json", "dfns": "dfns/WGSL.json", diff --git a/tr/links/CSP3.json b/tr/links/CSP3.json index 17d66384eae9..a7b580fdfc55 100644 --- a/tr/links/CSP3.json +++ b/tr/links/CSP3.json @@ -5,24 +5,13 @@ }, "links": { "http://diracdeltas.github.io/sniffly/": {}, - "http://www.w3.org/TR/SRI/": { - "anchors": [ - "parse-metadata" - ], - "specShortname": "SRI" - }, "https://blog.innerht.ml/csp-2015/": { "anchors": [ "danglingmarkupinjection" ] }, - "https://datatracker.ietf.org/doc/html/rfc3492": {}, - "https://datatracker.ietf.org/doc/html/rfc3864": {}, - "https://datatracker.ietf.org/doc/html/rfc3986": {}, - "https://datatracker.ietf.org/doc/html/rfc4648": {}, - "https://datatracker.ietf.org/doc/html/rfc5234": {}, - "https://datatracker.ietf.org/doc/html/rfc7034": {}, - "https://datatracker.ietf.org/doc/html/rfc7762": {}, + "https://datatracker.ietf.org/doc/html/rfc2119": {}, + "https://dl.acm.org/doi/10.1145/2976749.2978363": {}, "https://dom.spec.whatwg.org/": { "anchors": [ "document", @@ -31,12 +20,12 @@ "dictdef-eventinit", "concept-shadow-including-root", "connected", + "eventtarget", "concept-event-fire", "dom-event-bubbles", "dom-event-composed", "dom-event-target", - "concept-document-origin", - "concept-document" + "concept-document-origin" ], "specShortname": "dom" }, @@ -78,8 +67,6 @@ "concept-request-target-browsing-context", "request-destination-script-like", "is-local", - "concept-response-status", - "redirect-status", "concept-request-integrity-metadata", "concept-request-redirect-count" ], @@ -93,18 +80,8 @@ "https://github.com/tc39/ecma262/issues/938": {}, "https://github.com/w3c/webappsec-csp/issues/212": {}, "https://github.com/w3c/webappsec-csp/issues/98": {}, - "https://github.com/whatwg/html/issues/1230": {}, "https://github.com/whatwg/html/issues/3257": {}, "https://github.com/whatwg/html/issues/968": {}, - "https://heycam.github.io/webidl/": { - "anchors": [ - "Exposed", - "idl-USVString", - "idl-DOMString", - "idl-unsigned-short", - "idl-unsigned-long" - ] - }, "https://homakov.blogspot.de/2014/01/using-content-security-policy-for-evil.html": {}, "https://html.spec.whatwg.org/": { "anchors": [ @@ -112,7 +89,8 @@ "concept-origin", "browsing-context", "attr-meta-http-equiv-content-security-policy", - "initialise-the-document-object" + "initialise-the-document-object", + "prepare-the-script-element" ] }, "https://html.spec.whatwg.org/multipage/": {}, @@ -128,6 +106,7 @@ "process-a-navigate-fetch", "process-a-navigate-response", "plugin-document", + "x-frame-options", "source-browsing-context" ] }, @@ -137,11 +116,6 @@ "concept-document-policy-container" ] }, - "https://html.spec.whatwg.org/multipage/forms.html": { - "anchors": [ - "the-form-element" - ] - }, "https://html.spec.whatwg.org/multipage/iframe-embed-object.html": { "anchors": [ "the-iframe-element", @@ -152,6 +126,16 @@ "attr-iframe-sandbox" ] }, + "https://html.spec.whatwg.org/multipage/indices.html": { + "anchors": [ + "event-securitypolicyviolation" + ] + }, + "https://html.spec.whatwg.org/multipage/links.html": { + "anchors": [ + "ping" + ] + }, "https://html.spec.whatwg.org/multipage/obsolete.html": { "anchors": [ "frame" @@ -179,8 +163,7 @@ }, "https://html.spec.whatwg.org/multipage/scripting.html": { "anchors": [ - "script", - "prepare-a-script" + "script" ] }, "https://html.spec.whatwg.org/multipage/semantics.html": { @@ -198,8 +181,7 @@ }, "https://html.spec.whatwg.org/multipage/text-level-semantics.html": { "anchors": [ - "the-a-element", - "dom-a-ping" + "the-a-element" ] }, "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html": { @@ -246,9 +228,6 @@ "workletglobalscope" ] }, - "https://httpwg.org/specs/rfc7230.html": { - "specShortname": "rfc7230" - }, "https://httpwg.org/specs/rfc7231.html": { "specShortname": "rfc7231" }, @@ -278,6 +257,7 @@ "ordered-map", "serialize-an-infra-value-to-json-bytes", "string-is", + "list-size", "javascript-string-convert" ], "specShortname": "infra" @@ -296,7 +276,6 @@ ] }, "https://tc39.github.io/ecma262/": {}, - "https://tools.ietf.org/html/rfc2119": {}, "https://tools.ietf.org/html/rfc3986": { "anchors": [ "section-3.1", @@ -316,16 +295,16 @@ "appendix-B.1" ] }, - "https://tools.ietf.org/html/rfc7230": { + "https://tools.ietf.org/html/rfc7231": { "anchors": [ - "section-7", - "section-3.2.3", - "section-3.2.6" + "section-3" ] }, - "https://tools.ietf.org/html/rfc7231": { + "https://tools.ietf.org/html/rfc9110": { "anchors": [ - "section-3" + "section-5.6.1", + "section-5.6.3", + "section-5.6.2" ] }, "https://url.spec.whatwg.org/": { @@ -333,6 +312,10 @@ "concept-url-origin", "url", "concept-url-scheme", + "concept-url", + "concept-url-fragment", + "concept-url-username", + "concept-url-password", "concept-url-serializer", "concept-url-parser", "concept-base-url", @@ -357,21 +340,68 @@ ], "specShortname": "reporting-1" }, + "https://web.dev/strict-csp/": {}, + "https://webassembly.github.io/spec/js-api/": { + "anchors": [ + "dom-host-ensure-can-compile-wasm-bytes", + "dom-module-module", + "dom-webassembly-compile", + "dom-webassembly-instantiate" + ], + "specShortname": "wasm-js-api-2" + }, + "https://webassembly.github.io/spec/web-api/": { + "anchors": [ + "exceptiondef-compileerror", + "dom-webassembly-compilestreaming", + "dom-webassembly-instantiatestreaming" + ], + "specShortname": "wasm-web-api-2" + }, + "https://webidl.spec.whatwg.org/": { + "anchors": [ + "Exposed", + "Default", + "idl-object", + "idl-USVString", + "idl-DOMString", + "idl-unsigned-short", + "idl-unsigned-long", + "implements" + ], + "specShortname": "webidl" + }, + "https://websockets.spec.whatwg.org/": { + "specShortname": "websockets" + }, "https://wicg.github.io/reporting/": {}, "https://www.contextis.com/media/downloads/Pixel_Perfect_Timing_Attacks_with_HTML5_Whitepaper.pdf": {}, - "https://www.w3.org/2004/01/pp-impl/49309/status": {}, - "https://www.w3.org/2011/webappsec/": {}, - "https://www.w3.org/2020/Process-20200915/": {}, - "https://www.w3.org/Consortium/Patent-Policy-20170801/": { + "https://www.rfc-editor.org/rfc/rfc3492": {}, + "https://www.rfc-editor.org/rfc/rfc3864": {}, + "https://www.rfc-editor.org/rfc/rfc3986": {}, + "https://www.rfc-editor.org/rfc/rfc4648": {}, + "https://www.rfc-editor.org/rfc/rfc5234": {}, + "https://www.rfc-editor.org/rfc/rfc7762": {}, + "https://www.rfc-editor.org/rfc/rfc9110": {}, + "https://www.w3.org/2021/Process-20211102/": { + "anchors": [ + "recs-and-notes" + ] + }, + "https://www.w3.org/Consortium/Patent-Policy/": { "anchors": [ "def-essential", "sec-Disclosure" - ] + ], + "specShortname": "w3c-patent-policy" }, "https://www.w3.org/Mail/Request": {}, "https://www.w3.org/TR/": {}, "https://www.w3.org/TR/CSP2/": {}, "https://www.w3.org/TR/SRI/": { + "anchors": [ + "parse-metadata" + ], "specShortname": "SRI" }, "https://www.w3.org/TR/UISecurity/": {}, @@ -409,11 +439,21 @@ "serviceworker" ] }, + "https://www.w3.org/TR/service-workers/": { + "specShortname": "service-workers" + }, "https://www.w3.org/TR/upgrade-insecure-requests/": { "specShortname": "upgrade-insecure-requests" }, - "https://www.w3.org/TR/websockets/": {}, + "https://www.w3.org/TR/webrtc/": { + "anchors": [ + "dfn-administratively-prohibited" + ], + "specShortname": "webrtc" + }, "https://www.w3.org/TR/xslt/": {}, + "https://www.w3.org/groups/wg/webappsec": {}, + "https://www.w3.org/groups/wg/webappsec/ipr": {}, "https://xhr.spec.whatwg.org/": { "specShortname": "xhr" } diff --git a/tr/links/FedCM.json b/tr/links/FedCM.json index 4dfc16f91d2e..fe1320d11030 100644 --- a/tr/links/FedCM.json +++ b/tr/links/FedCM.json @@ -23,10 +23,13 @@ ], "specShortname": "dom" }, - "https://drafts.csswg.org/css-color-3/": { + "https://drafts.csswg.org/css-color-4/": { "anchors": [ - "valuea-def-color" - ] + "typedef-color", + "typedef-hex-color", + "typedef-named-color" + ], + "specShortname": "css-color-4" }, "https://drafts.csswg.org/css-color-5/": { "anchors": [ @@ -40,8 +43,8 @@ }, "https://fetch.spec.whatwg.org/": { "anchors": [ - "forbidden-header-name", "concept-fetch", + "forbidden-header-name", "concept-request", "concept-request-url", "concept-request-redirect-mode", @@ -56,13 +59,21 @@ ], "specShortname": "fetch" }, + "https://github.com/fedidcg/FedCM/issues/218": {}, "https://github.com/fedidcg/FedCM/issues/230": { "anchors": [ - "issuecomment-1067029200", - "issuecomment-1089040953" + "issuecomment-1089040953", + "issuecomment-1067029200" ] }, + "https://github.com/fedidcg/FedCM/issues/254": {}, + "https://github.com/fedidcg/FedCM/issues/261": {}, + "https://github.com/fedidcg/FedCM/issues/267": {}, "https://github.com/fedidcg/FedCM/issues/314": {}, + "https://github.com/fedidcg/FedCM/issues/319": {}, + "https://github.com/fedidcg/FedCM/issues/320": {}, + "https://github.com/fedidcg/FedCM/issues/333": {}, + "https://github.com/fedidcg/FedCM/issues/336": {}, "https://github.com/michaelkleber/privacy-model": {}, "https://github.com/sleevi/psl-problems": {}, "https://html.spec.whatwg.org/multipage/": {}, @@ -237,13 +248,6 @@ ], "specShortname": "appmanifest" }, - "https://www.w3.org/TR/css-color-4/": { - "anchors": [ - "typedef-hex-color", - "typedef-named-color" - ], - "specShortname": "css-color-4" - }, "https://www.w3.org/community/about/agreements/cla/": {}, "https://www.w3.org/community/fed-id/": {} } diff --git a/tr/links/SVG2.json b/tr/links/SVG2.json index 5e9d1a0a458f..562fd52e7ba9 100644 --- a/tr/links/SVG2.json +++ b/tr/links/SVG2.json @@ -367,7 +367,8 @@ "https://drafts.csswg.org/css-backgrounds-3/": { "anchors": [ "background" - ] + ], + "specShortname": "css-backgrounds-3" }, "https://drafts.csswg.org/css-cascade-3/": { "anchors": [ @@ -402,7 +403,8 @@ "typedef-transform-function", "mathematical-description", "typedef-transform-list" - ] + ], + "specShortname": "css-transforms-1" }, "https://drafts.csswg.org/css-transforms-2/": { "anchors": [ diff --git a/tr/links/WGSL.json b/tr/links/WGSL.json index a8f8cf2c383b..0895cd5cd32c 100644 --- a/tr/links/WGSL.json +++ b/tr/links/WGSL.json @@ -28,7 +28,7 @@ "enumdef-gputextureformat", "plain-color-formats", "dom-gputextureusage-storage", - "GPUExternalTexture", + "gpu-external-texture", "pipeline-layout", "binding-resource-type", "binding-type", @@ -69,12 +69,6 @@ ], "specShortname": "webgpu" }, - "https://html.spec.whatwg.org/multipage/": {}, - "https://html.spec.whatwg.org/multipage/window-object.html": { - "anchors": [ - "a-browsing-context-is-discarded" - ] - }, "https://lists.w3.org/Archives/Public/public-gpu/": {}, "https://webidl.spec.whatwg.org/": { "anchors": [ @@ -105,7 +99,7 @@ "LB5" ] }, - "https://www.unicode.org/reports/tr14/tr14-47.html": {}, + "https://www.unicode.org/reports/tr14/tr14-49.html": {}, "https://www.unicode.org/reports/tr31/tr31-35.html": { "anchors": [ "unicode-standard-annex-31-for-unicode-version-1400", @@ -113,6 +107,7 @@ "Table_Lexical_Classes_for_Identifiers" ] }, + "https://www.unicode.org/reports/tr31/tr31-37.html": {}, "https://www.unicode.org/versions/Unicode14.0.0/UnicodeStandard-14.0.pdf": {}, "https://www.w3.org/2021/Process-20211102/": { "anchors": [ diff --git a/tr/links/anchors.json b/tr/links/anchors.json index 3269d36c0776..356c3fc7b607 100644 --- a/tr/links/anchors.json +++ b/tr/links/anchors.json @@ -4,14 +4,9 @@ "url": "https://immersive-web.github.io/anchors/" }, "links": { - "http://lists.w3.org/Archives/Public/public-immersive-web/": {}, - "http://www.w3.org/Consortium/Patent-Policy-20170801/": { - "anchors": [ - "def-essential", - "sec-Disclosure" - ] - }, + "http://lists.w3.org/Archives/Public/public-immersive-web-wg/": {}, "http://www.w3.org/TR/": {}, + "https://datatracker.ietf.org/doc/html/rfc2119": {}, "https://developer.mozilla.org/en-US/docs/Web/API/XRAnchor": {}, "https://developer.mozilla.org/en-US/docs/Web/API/XRAnchor/anchorSpace": {}, "https://developer.mozilla.org/en-US/docs/Web/API/XRAnchor/delete": {}, @@ -20,17 +15,10 @@ "https://developer.mozilla.org/en-US/docs/Web/API/XRFrame/trackedAnchors": {}, "https://developer.mozilla.org/en-US/docs/Web/API/XRHitTestResult/createAnchor": {}, "https://github.com/immersive-web/anchors/issues": {}, - "https://heycam.github.io/webidl/": { + "https://html.spec.whatwg.org/multipage/": {}, + "https://html.spec.whatwg.org/multipage/webappapis.html": { "anchors": [ - "SecureContext", - "Exposed", - "idl-undefined", - "invalidstateerror", - "idl-promise", - "a-new-promise", - "reject", - "SameObject", - "resolve" + "concept-relevant-realm" ] }, "https://immersive-web.github.io/hit-test/": { @@ -51,6 +39,7 @@ "https://immersive-web.github.io/webxr/": { "anchors": [ "xrspace", + "xrsystem", "xrsession", "xrframe", "xrrigidtransform", @@ -58,9 +47,35 @@ ], "specShortname": "webxr" }, - "https://www.w3.org/2020/Process-20200915/": {}, - "https://www.w3.org/TR/webxr-ar-module-1/": { - "specShortname": "webxr-ar-module-1" + "https://w3c.github.io/mediacapture-main/": { + "anchors": [ + "track-ended" + ], + "specShortname": "mediacapture-streams" + }, + "https://webidl.spec.whatwg.org/": { + "anchors": [ + "SecureContext", + "Exposed", + "idl-promise", + "idl-DOMString", + "idl-undefined", + "invalidstateerror", + "a-new-promise", + "reject", + "resolve", + "SameObject" + ], + "specShortname": "webidl" + }, + "https://www.rfc-editor.org/rfc/rfc4122": {}, + "https://www.w3.org/2021/Process-20211102/": {}, + "https://www.w3.org/Consortium/Patent-Policy/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ], + "specShortname": "w3c-patent-policy" }, "https://www.w3.org/TR/webxr/": { "anchors": [ @@ -80,7 +95,7 @@ ], "specShortname": "webxr" }, - "https://www.w3.org/groups/wg/immersive-web/ipr": {}, - "https://www.w3.org/immersive-web/": {} + "https://www.w3.org/groups/wg/immersive-web": {}, + "https://www.w3.org/groups/wg/immersive-web/ipr": {} } } \ No newline at end of file diff --git a/tr/links/compat.json b/tr/links/compat.json index 57ca2faefdc6..a4f22931b13a 100644 --- a/tr/links/compat.json +++ b/tr/links/compat.json @@ -25,7 +25,8 @@ "propdef-align-content", "propdef-align-self", "propdef-justify-content" - ] + ], + "specShortname": "css-align-3" }, "https://drafts.csswg.org/css-align/": { "specShortname": "css-align-3" @@ -42,7 +43,8 @@ "propdef-animation-delay", "propdef-animation-fill-mode", "propdef-animation" - ] + ], + "specShortname": "css-animations-1" }, "https://drafts.csswg.org/css-animations/": { "specShortname": "css-animations-1" @@ -59,7 +61,8 @@ "propdef-border-radius", "propdef-box-shadow", "typedef-line-width" - ] + ], + "specShortname": "css-backgrounds-3" }, "https://drafts.csswg.org/css-backgrounds/": { "specShortname": "css-backgrounds-3" @@ -90,7 +93,8 @@ "anchors": [ "propdef-order", "valdef-display-flex" - ] + ], + "specShortname": "css-display-3" }, "https://drafts.csswg.org/css-display/": { "specShortname": "css-display-3" @@ -130,7 +134,8 @@ "anchors": [ "at-rule", "css-invalid" - ] + ], + "specShortname": "css-syntax-3" }, "https://drafts.csswg.org/css-syntax/": { "specShortname": "css-syntax-3" @@ -139,7 +144,8 @@ "anchors": [ "propdef-transform-origin", "propdef-transform" - ] + ], + "specShortname": "css-transforms-1" }, "https://drafts.csswg.org/css-transforms-2/": { "anchors": [ @@ -160,7 +166,8 @@ "propdef-transition-property", "propdef-transition-timing-function", "propdef-transition" - ] + ], + "specShortname": "css-transitions-1" }, "https://drafts.csswg.org/css-transitions/": { "anchors": [ @@ -239,7 +246,8 @@ "https://drafts.fxtf.org/geometry-1/": { "anchors": [ "webkitcssmatrix" - ] + ], + "specShortname": "geometry-1" }, "https://drafts.fxtf.org/geometry/": { "specShortname": "geometry-1" diff --git a/tr/links/compositing-2.json b/tr/links/compositing-2.json index 4227d5cd4ebd..fa8fda9d4218 100644 --- a/tr/links/compositing-2.json +++ b/tr/links/compositing-2.json @@ -38,7 +38,8 @@ "anchors": [ "propdef-background-image", "propdef-background" - ] + ], + "specShortname": "css-backgrounds-3" }, "https://drafts.csswg.org/css-cascade-3/": { "anchors": [ diff --git a/tr/links/contentEditable.json b/tr/links/contentEditable.json index 43cf86440a39..a3098f93418e 100644 --- a/tr/links/contentEditable.json +++ b/tr/links/contentEditable.json @@ -4,11 +4,53 @@ "url": "https://w3c.github.io/contentEditable/" }, "links": { + "https://datatracker.ietf.org/doc/html/bcp14": {}, + "https://dom.spec.whatwg.org/": { + "anchors": [ + "concept-tree-next-sibling", + "concept-tree-previous-sibling" + ], + "specShortname": "dom" + }, + "https://extensiblewebmanifesto.org/": {}, + "https://github.com/w3c/selection-api/issues/56": {}, "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/interaction.html": { "anchors": [ "dom-contenteditable" ] - } + }, + "https://html.spec.whatwg.org/multipage/tables.html": { + "anchors": [ + "the-th-element", + "the-td-element", + "the-caption-element" + ] + }, + "https://html.spec.whatwg.org/multipage/text-level-semantics.html": { + "anchors": [ + "the-strong-element", + "the-b-element" + ] + }, + "https://www.rfc-editor.org/rfc/rfc2119": {}, + "https://www.rfc-editor.org/rfc/rfc8174": {}, + "https://www.w3.org/2021/Process-20211102/": {}, + "https://www.w3.org/Consortium/Patent-Policy/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ], + "specShortname": "w3c-patent-policy" + }, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/css-cascade-4/": { + "anchors": [ + "used-value" + ], + "specShortname": "css-cascade-4" + }, + "https://www.w3.org/groups/wg/webediting": {}, + "https://www.w3.org/groups/wg/webediting/ipr": {} } } \ No newline at end of file diff --git a/tr/links/cookie-store.json b/tr/links/cookie-store.json index 711d9e277c6d..f294157aa4a6 100644 --- a/tr/links/cookie-store.json +++ b/tr/links/cookie-store.json @@ -163,6 +163,9 @@ ], "specShortname": "service-workers" }, + "https://w3c.github.io/hr-time/": { + "specShortname": "hr-time-3" + }, "https://web.archive.org/web/0/http://wp.netscape.com/newsref/std/cookie_spec.html": {}, "https://webidl.spec.whatwg.org/": { "anchors": [ @@ -193,7 +196,6 @@ ], "specShortname": "hr-time-3" }, - "https://www.w3.org/TR/service-workers-1/": {}, "https://www.w3.org/community/about/agreements/cla/": {}, "https://www.w3.org/community/wicg/": {} } diff --git a/tr/links/css-animation-worklet-1.json b/tr/links/css-animation-worklet-1.json index 9771b15db3d8..96ab199e80a8 100644 --- a/tr/links/css-animation-worklet-1.json +++ b/tr/links/css-animation-worklet-1.json @@ -19,7 +19,8 @@ "https://drafts.csswg.org/cssom-1/": { "anchors": [ "namespacedef-css" - ] + ], + "specShortname": "cssom-1" }, "https://github.com/w3c/css-houdini-drafts/blob/master/css-animationworklet/README.md": {}, "https://github.com/w3c/css-houdini-drafts/blob/master/css-animationworklet/principles.md": {}, diff --git a/tr/links/css-animations-1.json b/tr/links/css-animations-1.json index 0322ea840b4f..376c6a1d9e4b 100644 --- a/tr/links/css-animations-1.json +++ b/tr/links/css-animations-1.json @@ -51,7 +51,8 @@ "https://drafts.csswg.org/cssom-1/": { "anchors": [ "cssomstring" - ] + ], + "specShortname": "cssom-1" }, "https://github.com/w3c/csswg-drafts/issues": {}, "https://heycam.github.io/webidl/": { diff --git a/tr/links/css-break-3.json b/tr/links/css-break-3.json index c70d4c956388..e81ec18e674e 100644 --- a/tr/links/css-break-3.json +++ b/tr/links/css-break-3.json @@ -24,7 +24,8 @@ "https://drafts.csswg.org/css-regions-1/": { "anchors": [ "region-chain" - ] + ], + "specShortname": "css-regions-1" }, "https://drafts.csswg.org/css-values/": { "anchors": [ diff --git a/tr/links/css-break-4.json b/tr/links/css-break-4.json index 332916fa4aa8..71d6f0dc19f6 100644 --- a/tr/links/css-break-4.json +++ b/tr/links/css-break-4.json @@ -36,12 +36,14 @@ "https://drafts.csswg.org/css-multicol-1/": { "anchors": [ "multi-column-layout" - ] + ], + "specShortname": "css-multicol-1" }, "https://drafts.csswg.org/css-regions-1/": { "anchors": [ "region-chain" - ] + ], + "specShortname": "css-regions-1" }, "https://github.com/w3c/csswg-drafts/issues": {}, "https://github.com/w3c/csswg-drafts/issues/3254": {}, diff --git a/tr/links/css-cascade-4.json b/tr/links/css-cascade-4.json index 73cb5a60f3db..0f7e6c359f86 100644 --- a/tr/links/css-cascade-4.json +++ b/tr/links/css-cascade-4.json @@ -27,7 +27,8 @@ "anchors": [ "flat-tree", "tree-context" - ] + ], + "specShortname": "css-scoping-1" }, "https://fetch.spec.whatwg.org/": { "anchors": [ diff --git a/tr/links/css-cascade-5.json b/tr/links/css-cascade-5.json index 5f2794469c14..dfb9e87aca73 100644 --- a/tr/links/css-cascade-5.json +++ b/tr/links/css-cascade-5.json @@ -27,7 +27,8 @@ "anchors": [ "flat-tree", "tree-context" - ] + ], + "specShortname": "css-scoping-1" }, "https://drafts.csswg.org/cssom/": { "anchors": [ diff --git a/tr/links/css-cascade-6.json b/tr/links/css-cascade-6.json index 46fce89724e0..c1f3f80c2568 100644 --- a/tr/links/css-cascade-6.json +++ b/tr/links/css-cascade-6.json @@ -15,12 +15,14 @@ "https://drafts.csswg.org/css-scoping-1/": { "anchors": [ "tree-context" - ] + ], + "specShortname": "css-scoping-1" }, "https://drafts.csswg.org/css-syntax-3/": { "anchors": [ "block-at-rule" - ] + ], + "specShortname": "css-syntax-3" }, "https://drafts.csswg.org/cssom/": { "anchors": [ @@ -31,7 +33,8 @@ "https://drafts.csswg.org/selectors-4/": { "anchors": [ "typedef-forgiving-selector-list" - ] + ], + "specShortname": "selectors-4" }, "https://fetch.spec.whatwg.org/": { "anchors": [ diff --git a/tr/links/css-color-4.json b/tr/links/css-color-4.json index 1c1f79ef2749..d7cbd94952f8 100644 --- a/tr/links/css-color-4.json +++ b/tr/links/css-color-4.json @@ -247,7 +247,8 @@ "https://drafts.csswg.org/cssom-1/": { "anchors": [ "serializing-css-values" - ] + ], + "specShortname": "cssom-1" }, "https://drafts.csswg.org/mediaqueries-5/": { "anchors": [ diff --git a/tr/links/css-conditional-4.json b/tr/links/css-conditional-4.json index 1f4858dcf04e..bf7b3ef0b985 100644 --- a/tr/links/css-conditional-4.json +++ b/tr/links/css-conditional-4.json @@ -20,7 +20,8 @@ "https://drafts.csswg.org/selectors-4/": { "anchors": [ "unknown--webkit--pseudo-elements" - ] + ], + "specShortname": "selectors-4" }, "https://github.com/w3c/csswg-drafts/issues": {}, "https://github.com/w3c/csswg-drafts/issues/3220": {}, diff --git a/tr/links/css-contain-2.json b/tr/links/css-contain-2.json index 27973801c7df..3665c4701be2 100644 --- a/tr/links/css-contain-2.json +++ b/tr/links/css-contain-2.json @@ -4,28 +4,49 @@ "url": "https://www.w3.org/TR/css-contain-2/" }, "links": { - "https://drafts.csswg.org/css-backgrounds-3/": { + "https://datatracker.ietf.org/doc/html/rfc2119": {}, + "https://dom.spec.whatwg.org/": { "anchors": [ - "corner-clipping" - ] + "event", + "dictdef-eventinit" + ], + "specShortname": "dom" }, - "https://drafts.csswg.org/css-images-3/": { + "https://drafts.csswg.org/css-animations-2/": { "anchors": [ - "natural-dimension", - "natural-aspect-ratio", - "natural-height" + "events" ], - "specShortname": "css-images-3" + "specShortname": "css-animations-2" }, "https://drafts.csswg.org/css-scoping-1/": { "anchors": [ "flat-tree" - ] + ], + "specShortname": "css-scoping-1" + }, + "https://drafts.csswg.org/css-transitions-2/": { + "anchors": [ + "transition-events" + ], + "specShortname": "css-transitions-2" + }, + "https://drafts.csswg.org/css-ui-4/": { + "anchors": [ + "propdef-pointer-events" + ], + "specShortname": "css-ui-4" }, "https://drafts.csswg.org/cssom-view-1/": { "anchors": [ "dom-element-scrollintoview" - ] + ], + "specShortname": "cssom-view-1" + }, + "https://fullscreen.spec.whatwg.org/": { + "anchors": [ + "top-layer" + ], + "specShortname": "fullscreen" }, "https://github.com/w3c/csswg-drafts/issues": {}, "https://html.spec.whatwg.org/multipage/": {}, @@ -41,7 +62,18 @@ }, "https://html.spec.whatwg.org/multipage/interaction.html": { "anchors": [ - "focus" + "focus", + "dom-window-focus" + ] + }, + "https://html.spec.whatwg.org/multipage/sections.html": { + "anchors": [ + "the-body-element" + ] + }, + "https://html.spec.whatwg.org/multipage/semantics.html": { + "anchors": [ + "the-html-element" ] }, "https://html.spec.whatwg.org/multipage/webappapis.html": { @@ -52,21 +84,30 @@ "https://lists.w3.org/Archives/Public/public-css-archive/": {}, "https://lists.w3.org/Archives/Public/public-css-testsuite": {}, "https://lists.w3.org/Archives/Public/www-style/": {}, - "https://tools.ietf.org/html/rfc2119": {}, - "https://www.w3.org/2001/tag/": {}, - "https://www.w3.org/2004/01/pp-impl/32061/status": {}, - "https://www.w3.org/2020/Process-20200915/": {}, + "https://webidl.spec.whatwg.org/": { + "anchors": [ + "Exposed", + "idl-DOMString", + "idl-boolean" + ], + "specShortname": "webidl" + }, + "https://www.w3.org/2021/Process-20211102/": { + "anchors": [ + "recs-and-notes" + ] + }, "https://www.w3.org/Consortium/Patent-Policy-20200915/": { "anchors": [ "def-essential", "sec-Disclosure" ] }, - "https://www.w3.org/Style/CSS/": {}, "https://www.w3.org/Style/CSS/Test/": {}, "https://www.w3.org/TR/": {}, "https://www.w3.org/TR/2019/WD-css-contain-2-20191111/": {}, "https://www.w3.org/TR/2020/WD-css-contain-2-20200603/": {}, + "https://www.w3.org/TR/2020/WD-css-contain-2-20201216/": {}, "https://www.w3.org/TR/CSS/": { "anchors": [ "future-proofing", @@ -83,21 +124,7 @@ "https://www.w3.org/TR/CSS2/generate.html": { "anchors": [ "propdef-counter-increment", - "propdef-content", - "value-def-open-quote", - "value-def-close-quote", - "value-def-no-open-quote", - "value-def-no-close-quote" - ] - }, - "https://www.w3.org/TR/CSS2/visudet.html": { - "anchors": [ - "propdef-vertical-align" - ] - }, - "https://www.w3.org/TR/CSS2/visufx.html": { - "anchors": [ - "propdef-visibility" + "propdef-content" ] }, "https://www.w3.org/TR/CSS2/visuren.html": { @@ -119,12 +146,6 @@ "https://www.w3.org/TR/SVG2/": { "specShortname": "SVG2" }, - "https://www.w3.org/TR/SVG2/interact.html": { - "anchors": [ - "PointerEventsProperty" - ], - "specShortname": "SVG2" - }, "https://www.w3.org/TR/SVG2/struct.html": { "anchors": [ "elementdef-svg" @@ -132,8 +153,19 @@ "specShortname": "SVG2" }, "https://www.w3.org/TR/css-backgrounds-3/": { + "anchors": [ + "canvas-background", + "propdef-background", + "body-background" + ], "specShortname": "css-backgrounds-3" }, + "https://www.w3.org/TR/css-box-4/": { + "anchors": [ + "border-edge" + ], + "specShortname": "css-box-4" + }, "https://www.w3.org/TR/css-break-3/": { "anchors": [ "monolithic", @@ -147,24 +179,36 @@ ], "specShortname": "css-break-3" }, - "https://www.w3.org/TR/css-cascade-4/": { + "https://www.w3.org/TR/css-cascade-5/": { "anchors": [ "used-value" ], - "specShortname": "css-cascade-4" + "specShortname": "css-cascade-5" }, "https://www.w3.org/TR/css-cascade/": { "anchors": [ "initial-values", + "applies-to", "inherited-property", "computed" ], "specShortname": "css-cascade-4" }, "https://www.w3.org/TR/css-contain-1/": {}, + "https://www.w3.org/TR/css-content-3/": { + "anchors": [ + "valdef-content-open-quote", + "valdef-content-close-quote", + "valdef-content-no-open-quote", + "valdef-content-no-close-quote" + ], + "specShortname": "css-content-3" + }, "https://www.w3.org/TR/css-display-3/": { "anchors": [ + "initial-containing-block", "principal-box", + "replaced-element", "propdef-display", "inner-display-type", "valdef-display-table", @@ -172,11 +216,10 @@ "internal-ruby-box", "atomic-inline", "inline-level", - "replaced-element", - "valdef-display-contents", - "valdef-display-none", + "establish-an-independent-formatting-context", "valdef-display-table-cell", - "establish-an-independent-formatting-context" + "propdef-visibility", + "valdef-display-none" ], "specShortname": "css-display-3" }, @@ -187,8 +230,19 @@ "specShortname": "css-grid-2" }, "https://www.w3.org/TR/css-images-3/": { + "anchors": [ + "natural-dimensions", + "natural-aspect-ratio", + "natural-height" + ], "specShortname": "css-images-3" }, + "https://www.w3.org/TR/css-inline-3/": { + "anchors": [ + "propdef-vertical-align" + ], + "specShortname": "css-inline-3" + }, "https://www.w3.org/TR/css-lists-3/": { "anchors": [ "propdef-counter-set" @@ -201,6 +255,7 @@ "https://www.w3.org/TR/css-overflow-3/": { "anchors": [ "propdef-overflow", + "overflow-propagation", "valdef-overflow-visible", "valdef-overflow-clip", "ink-overflow", @@ -248,13 +303,12 @@ }, "https://www.w3.org/TR/css-sizing-3/": { "anchors": [ - "propdef-width", - "propdef-height", - "dfn-intrinsic-sizes", + "intrinsic-size", "valdef-width-min-content", "valdef-width-max-content", "fit-content-size", - "preferred-aspect-ratio", + "propdef-width", + "propdef-height", "sizing-property" ], "specShortname": "css-sizing-3" @@ -262,16 +316,26 @@ "https://www.w3.org/TR/css-sizing-4/": { "anchors": [ "propdef-aspect-ratio", + "preferred-aspect-ratio", "propdef-contain-intrinsic-size" ], "specShortname": "css-sizing-4" }, + "https://www.w3.org/TR/css-transitions-1/": { + "anchors": [ + "style-change-event" + ], + "specShortname": "css-transitions-1" + }, "https://www.w3.org/TR/css-ui-3/": { "anchors": [ "propdef-resize", "propdef-text-overflow" ] }, + "https://www.w3.org/TR/css-ui-4/": { + "specShortname": "css-ui-4" + }, "https://www.w3.org/TR/css-values-3/": { "anchors": [ "value-defs" @@ -293,6 +357,19 @@ ], "specShortname": "css-values-4" }, + "https://www.w3.org/TR/css-writing-modes-3/": { + "anchors": [ + "propdef-direction", + "principal-flow" + ] + }, + "https://www.w3.org/TR/css-writing-modes-4/": { + "anchors": [ + "propdef-writing-mode", + "propdef-text-orientation" + ], + "specShortname": "css-writing-modes-4" + }, "https://www.w3.org/TR/cssom-view-1/": { "specShortname": "cssom-view-1" }, @@ -302,6 +379,18 @@ ], "specShortname": "cssom-view-1" }, + "https://www.w3.org/TR/cssom/": { + "anchors": [ + "serializing-css-values" + ], + "specShortname": "cssom-1" + }, + "https://www.w3.org/TR/filter-effects-1/": { + "anchors": [ + "funcdef-filter-blur" + ], + "specShortname": "filter-effects-1" + }, "https://www.w3.org/TR/intersection-observer/": { "anchors": [ "intersectionobserver", @@ -315,12 +404,13 @@ ], "specShortname": "resize-observer-1" }, - "https://www.w3.org/TR/security-privacy-questionnaire/": {}, "https://www.w3.org/TR/web-animations/": { "anchors": [ "animation-type" ], "specShortname": "web-animations-1" - } + }, + "https://www.w3.org/groups/wg/css": {}, + "https://www.w3.org/groups/wg/css/ipr": {} } } \ No newline at end of file diff --git a/tr/links/css-contain-3.json b/tr/links/css-contain-3.json index 7995b5e5a9f9..71c370620df8 100644 --- a/tr/links/css-contain-3.json +++ b/tr/links/css-contain-3.json @@ -40,7 +40,8 @@ "https://drafts.csswg.org/css-scoping-1/": { "anchors": [ "selectordef-slotted" - ] + ], + "specShortname": "css-scoping-1" }, "https://fullscreen.spec.whatwg.org/": { "anchors": [ diff --git a/tr/links/css-counter-styles-3.json b/tr/links/css-counter-styles-3.json index 76a5e6281707..cbdf7af21ccc 100644 --- a/tr/links/css-counter-styles-3.json +++ b/tr/links/css-counter-styles-3.json @@ -11,7 +11,8 @@ "anchors": [ "css-tree-scoped-name", "css-tree-scoped-reference" - ] + ], + "specShortname": "css-scoping-1" }, "https://drafts.csswg.org/css-text-decor-4/": { "anchors": [ @@ -27,7 +28,8 @@ "https://drafts.csswg.org/cssom-1/": { "anchors": [ "cssomstring" - ] + ], + "specShortname": "cssom-1" }, "https://github.com/w3c/csswg-drafts/issues": {}, "https://github.com/w3c/csswg-drafts/issues/3584": {}, diff --git a/tr/links/css-flexbox-1.json b/tr/links/css-flexbox-1.json index adb994611786..5dabee78448d 100644 --- a/tr/links/css-flexbox-1.json +++ b/tr/links/css-flexbox-1.json @@ -124,7 +124,8 @@ "https://drafts.csswg.org/cssom-1/": { "anchors": [ "resolved-value" - ] + ], + "specShortname": "cssom-1" }, "https://github.com/w3c/csswg-drafts/issues": {}, "https://github.com/w3c/csswg-drafts/issues/1435": {}, diff --git a/tr/links/css-grid-2.json b/tr/links/css-grid-2.json index 91d903b05543..039c01bbf43d 100644 --- a/tr/links/css-grid-2.json +++ b/tr/links/css-grid-2.json @@ -8,7 +8,8 @@ "anchors": [ "valdef-self-position-start", "valdef-self-position-center" - ] + ], + "specShortname": "css-align-3" }, "https://drafts.csswg.org/css2/": { "anchors": [ @@ -20,7 +21,8 @@ "anchors": [ "resolved-value-special-case-property", "resolved-value" - ] + ], + "specShortname": "cssom-1" }, "https://github.com/w3c/csswg-drafts/issues": {}, "https://github.com/w3c/csswg-drafts/issues/2681": {}, diff --git a/tr/links/css-inline-3.json b/tr/links/css-inline-3.json index 26d51811bd0f..00bf1a7ede95 100644 --- a/tr/links/css-inline-3.json +++ b/tr/links/css-inline-3.json @@ -9,12 +9,14 @@ "valdef-self-position-start", "valdef-self-position-end", "valdef-self-position-center" - ] + ], + "specShortname": "css-align-3" }, "https://drafts.csswg.org/css-display-3/": { "anchors": [ "inline-block" - ] + ], + "specShortname": "css-display-3" }, "https://drafts.csswg.org/css-values/": { "anchors": [ diff --git a/tr/links/css-layout-api-1.json b/tr/links/css-layout-api-1.json index 6174aa56add7..0bbec44c6110 100644 --- a/tr/links/css-layout-api-1.json +++ b/tr/links/css-layout-api-1.json @@ -20,12 +20,14 @@ "https://drafts.csswg.org/css-display-3/": { "anchors": [ "flow-layout" - ] + ], + "specShortname": "css-display-3" }, "https://drafts.csswg.org/css-page-floats-3/": { "anchors": [ "float" - ] + ], + "specShortname": "css-page-floats-3" }, "https://drafts.csswg.org/css-sizing/": { "anchors": [ @@ -36,7 +38,8 @@ "https://drafts.csswg.org/css-syntax-3/": { "anchors": [ "declaration" - ] + ], + "specShortname": "css-syntax-3" }, "https://github.com/w3c/css-houdini-drafts/issues": {}, "https://heycam.github.io/webidl/": { diff --git a/tr/links/css-overflow-3.json b/tr/links/css-overflow-3.json index ea26471eea4b..b020f7b2259d 100644 --- a/tr/links/css-overflow-3.json +++ b/tr/links/css-overflow-3.json @@ -22,7 +22,8 @@ "https://drafts.csswg.org/cssom-view-1/": { "anchors": [ "scrolling-box" - ] + ], + "specShortname": "cssom-view-1" }, "https://github.com/w3c/csswg-drafts/commits/master?path=css-overflow-3&until=2018-07-31": {}, "https://github.com/w3c/csswg-drafts/issues": {}, diff --git a/tr/links/css-page-3.json b/tr/links/css-page-3.json index 196368802275..de6d829fb422 100644 --- a/tr/links/css-page-3.json +++ b/tr/links/css-page-3.json @@ -25,7 +25,8 @@ "https://drafts.csswg.org/css-syntax-3/": { "anchors": [ "parse-grammar" - ] + ], + "specShortname": "css-syntax-3" }, "https://github.com/w3c/csswg-drafts/issues": {}, "https://lists.w3.org/Archives/Public/public-css-archive/": {}, diff --git a/tr/links/css-page-floats-3.json b/tr/links/css-page-floats-3.json index c91b2ec79ed8..9dbf81f7ad90 100644 --- a/tr/links/css-page-floats-3.json +++ b/tr/links/css-page-floats-3.json @@ -64,7 +64,8 @@ "anchors": [ "fragmentation-container", "fragmentation-context" - ] + ], + "specShortname": "css-break-3" }, "https://drafts.csswg.org/css-writing-modes-3/": { "anchors": [ diff --git a/tr/links/css-parser-api.json b/tr/links/css-parser-api.json index f1706361888f..49fd0b388d8a 100644 --- a/tr/links/css-parser-api.json +++ b/tr/links/css-parser-api.json @@ -32,7 +32,8 @@ "https://drafts.csswg.org/cssom-1/": { "anchors": [ "namespacedef-css" - ] + ], + "specShortname": "cssom-1" }, "https://github.com/w3c/css-houdini-drafts/issues": {}, "https://heycam.github.io/webidl/": { diff --git a/tr/links/css-properties-values-api-1.json b/tr/links/css-properties-values-api-1.json index f0686c1b2763..0e63c94c028a 100644 --- a/tr/links/css-properties-values-api-1.json +++ b/tr/links/css-properties-values-api-1.json @@ -28,14 +28,16 @@ "anchors": [ "guaranteed-invalid-value", "invalid-at-computed-value-time" - ] + ], + "specShortname": "css-variables-1" }, "https://drafts.csswg.org/cssom-1/": { "anchors": [ "serialize-a-css-value", "namespacedef-css", "cssomstring" - ] + ], + "specShortname": "cssom-1" }, "https://github.com/w3c/css-houdini-drafts/issues": {}, "https://github.com/w3c/css-houdini-drafts/issues/939": {}, diff --git a/tr/links/css-pseudo-4.json b/tr/links/css-pseudo-4.json index a479d15c90ff..73af136dd711 100644 --- a/tr/links/css-pseudo-4.json +++ b/tr/links/css-pseudo-4.json @@ -28,7 +28,8 @@ "https://drafts.csswg.org/cssom-1/": { "anchors": [ "cssomstring" - ] + ], + "specShortname": "cssom-1" }, "https://github.com/w3c/csswg-drafts/issues": {}, "https://github.com/w3c/csswg-drafts/issues/1097": {}, diff --git a/tr/links/css-scroll-anchoring-1.json b/tr/links/css-scroll-anchoring-1.json index dc1ca506a5b0..b3324ad7e48a 100644 --- a/tr/links/css-scroll-anchoring-1.json +++ b/tr/links/css-scroll-anchoring-1.json @@ -14,7 +14,8 @@ "https://drafts.csswg.org/cssom-view-1/": { "anchors": [ "scrolling-box" - ] + ], + "specShortname": "cssom-view-1" }, "https://github.com/WICG/ScrollAnchoring/blob/master/explainer.md": {}, "https://github.com/w3c/csswg-drafts/issues": {}, diff --git a/tr/links/css-scroll-snap-1.json b/tr/links/css-scroll-snap-1.json index d56f89380fc7..d7e49b36e34d 100644 --- a/tr/links/css-scroll-snap-1.json +++ b/tr/links/css-scroll-snap-1.json @@ -41,7 +41,8 @@ "https://drafts.csswg.org/cssom-view-1/": { "anchors": [ "dom-element-scrollintoview" - ] + ], + "specShortname": "cssom-view-1" }, "https://github.com/w3c/csswg-drafts/issues": {}, "https://github.com/w3c/csswg-drafts/issues/1050": {}, diff --git a/tr/links/css-sizing-4.json b/tr/links/css-sizing-4.json index 42b5257f19f8..13c14461b69e 100644 --- a/tr/links/css-sizing-4.json +++ b/tr/links/css-sizing-4.json @@ -7,7 +7,8 @@ "https://drafts.csswg.org/css-align-3/": { "anchors": [ "valdef-self-position-start" - ] + ], + "specShortname": "css-align-3" }, "https://github.com/w3c/csswg-drafts/issues": {}, "https://github.com/w3c/csswg-drafts/issues/1865": {}, diff --git a/tr/links/css-transforms-1.json b/tr/links/css-transforms-1.json index 73c92c2e36e3..474a0a616778 100644 --- a/tr/links/css-transforms-1.json +++ b/tr/links/css-transforms-1.json @@ -28,7 +28,8 @@ "https://drafts.csswg.org/cssom-1/": { "anchors": [ "resolved-value-special-case-property" - ] + ], + "specShortname": "cssom-1" }, "https://drafts.csswg.org/web-animations/": { "anchors": [ diff --git a/tr/links/css-transforms-2.json b/tr/links/css-transforms-2.json index 48126a9ff6bc..3eecbdb57b37 100644 --- a/tr/links/css-transforms-2.json +++ b/tr/links/css-transforms-2.json @@ -14,7 +14,8 @@ "https://drafts.csswg.org/css-transforms-1/": { "anchors": [ "svg-syntax" - ] + ], + "specShortname": "css-transforms-1" }, "https://drafts.csswg.org/css2/": { "anchors": [ diff --git a/tr/links/css-transitions-1.json b/tr/links/css-transitions-1.json index 29fe95a23249..b008ecb3e1bc 100644 --- a/tr/links/css-transitions-1.json +++ b/tr/links/css-transitions-1.json @@ -53,7 +53,8 @@ "https://drafts.csswg.org/cssom-1/": { "anchors": [ "cssomstring" - ] + ], + "specShortname": "cssom-1" }, "https://drafts.csswg.org/web-animations-1/": { "anchors": [ diff --git a/tr/links/css-typed-om-1.json b/tr/links/css-typed-om-1.json index 34a51b1d3d94..827f1bdc556e 100644 --- a/tr/links/css-typed-om-1.json +++ b/tr/links/css-typed-om-1.json @@ -38,7 +38,8 @@ "https://drafts.csswg.org/css-page-floats-3/": { "anchors": [ "propdef-float-defer" - ] + ], + "specShortname": "css-page-floats-3" }, "https://drafts.csswg.org/css-scroll-anchoring/": { "anchors": [ @@ -56,7 +57,8 @@ "propdef-scrollbar-highlight-color", "propdef-scrollbar-shadow-color", "propdef-scrollbar-track-color" - ] + ], + "specShortname": "css-scrollbars-1" }, "https://drafts.csswg.org/css-shapes-2/": { "anchors": [ @@ -76,7 +78,8 @@ "css-parse-something-according-to-a-css-grammar", "component-value", "parse-a-component-value" - ] + ], + "specShortname": "css-syntax-3" }, "https://drafts.csswg.org/css-tables-3/": { "anchors": [ @@ -152,7 +155,8 @@ "https://drafts.fxtf.org/geometry-1/": { "anchors": [ "dommatrixreadonly-stringification-behavior" - ] + ], + "specShortname": "geometry-1" }, "https://github.com/w3c/css-houdini-drafts/issues": {}, "https://github.com/w3c/css-houdini-drafts/issues/350": { diff --git a/tr/links/css-values-3.json b/tr/links/css-values-3.json index 07cd811d5dd1..727c55989676 100644 --- a/tr/links/css-values-3.json +++ b/tr/links/css-values-3.json @@ -15,7 +15,8 @@ "https://drafts.csswg.org/css-syntax-3/": { "anchors": [ "component-value" - ] + ], + "specShortname": "css-syntax-3" }, "https://drafts.csswg.org/css-values-3/issues-cr-2013": {}, "https://drafts.csswg.org/css-values-3/issues-cr-2016": { diff --git a/tr/links/cssom-1.json b/tr/links/cssom-1.json index 32bc0ab34a32..44cf0c9c21a8 100644 --- a/tr/links/cssom-1.json +++ b/tr/links/cssom-1.json @@ -45,18 +45,21 @@ "https://drafts.csswg.org/css-nesting-1/": { "anchors": [ "dom-cssstylerule-cssrules" - ] + ], + "specShortname": "css-nesting-1" }, "https://drafts.csswg.org/css-scoping-1/": { "anchors": [ "selectordef-slotted", "flat-tree" - ] + ], + "specShortname": "css-scoping-1" }, "https://drafts.csswg.org/css-variables-1/": { "anchors": [ "guaranteed-invalid-value" - ] + ], + "specShortname": "css-variables-1" }, "https://drafts.csswg.org/css2/": { "anchors": [ diff --git a/tr/links/cssom-view-1.json b/tr/links/cssom-view-1.json index 99d965459ae1..1c9c99860132 100644 --- a/tr/links/cssom-view-1.json +++ b/tr/links/cssom-view-1.json @@ -95,7 +95,9 @@ ], "specShortname": "dom" }, - "https://drafts.csswg.org/css-backgrounds-3/": {}, + "https://drafts.csswg.org/css-backgrounds-3/": { + "specShortname": "css-backgrounds-3" + }, "https://drafts.csswg.org/css-overflow-4/": { "anchors": [ "propdef-overflow-x", @@ -124,7 +126,8 @@ "dom-domrect-width", "dom-domrect-height", "dictdef-domquadinit" - ] + ], + "specShortname": "geometry-1" }, "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/browsers.html": { diff --git a/tr/links/custom-state-pseudo-class.json b/tr/links/custom-state-pseudo-class.json index 045fd4bac43e..1555b592a42e 100644 --- a/tr/links/custom-state-pseudo-class.json +++ b/tr/links/custom-state-pseudo-class.json @@ -20,7 +20,8 @@ "anchors": [ "invalid-pseudo", "pseudo-class" - ] + ], + "specShortname": "selectors-4" }, "https://drafts.csswg.org/selectors/": { "specShortname": "selectors-4" diff --git a/tr/links/dom.json b/tr/links/dom.json index e2e0c7233404..9aeda4effb90 100644 --- a/tr/links/dom.json +++ b/tr/links/dom.json @@ -342,7 +342,8 @@ "anchors": [ "dom-range-getclientrects", "dom-range-getboundingclientrect" - ] + ], + "specShortname": "cssom-view-1" }, "https://drafts.csswg.org/cssom-view/": { "specShortname": "cssom-view-1" @@ -354,7 +355,8 @@ "scoping-root", "defined-pseudo", "match-a-selector-against-an-element" - ] + ], + "specShortname": "selectors-4" }, "https://drafts.csswg.org/selectors/": { "specShortname": "selectors-4" diff --git a/tr/links/element-timing.json b/tr/links/element-timing.json index d071da1f8eaa..596f76da5657 100644 --- a/tr/links/element-timing.json +++ b/tr/links/element-timing.json @@ -38,7 +38,8 @@ "https://drafts.csswg.org/css-display-3/": { "anchors": [ "containing-block" - ] + ], + "specShortname": "css-display-3" }, "https://drafts.csswg.org/css-fonts-4/": { "anchors": [ @@ -54,7 +55,8 @@ "https://drafts.fxtf.org/geometry-1/": { "anchors": [ "domrectreadonly" - ] + ], + "specShortname": "geometry-1" }, "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/browsers.html": { diff --git a/tr/links/entries-api.json b/tr/links/entries-api.json index 7333aed0de2c..055392a50331 100644 --- a/tr/links/entries-api.json +++ b/tr/links/entries-api.json @@ -6,6 +6,7 @@ "links": { "http://www.w3.org/community/": {}, "https://datatracker.ietf.org/doc/html/rfc2119": {}, + "https://dev.w3.org/2009/dap/file-system/file-dir-sys.html": {}, "https://developer.mozilla.org/en-US/docs/Web/API/DataTransferItem/webkitGetAsEntry": {}, "https://developer.mozilla.org/en-US/docs/Web/API/File/webkitRelativePath": {}, "https://developer.mozilla.org/en-US/docs/Web/API/FileSystem": {}, @@ -15,6 +16,8 @@ "https://developer.mozilla.org/en-US/docs/Web/API/FileSystemDirectoryEntry/createReader": {}, "https://developer.mozilla.org/en-US/docs/Web/API/FileSystemDirectoryEntry/getDirectory": {}, "https://developer.mozilla.org/en-US/docs/Web/API/FileSystemDirectoryEntry/getFile": {}, + "https://developer.mozilla.org/en-US/docs/Web/API/FileSystemDirectoryReader": {}, + "https://developer.mozilla.org/en-US/docs/Web/API/FileSystemDirectoryReader/readEntries": {}, "https://developer.mozilla.org/en-US/docs/Web/API/FileSystemEntry": {}, "https://developer.mozilla.org/en-US/docs/Web/API/FileSystemEntry/filesystem": {}, "https://developer.mozilla.org/en-US/docs/Web/API/FileSystemEntry/fullPath": {}, @@ -24,31 +27,9 @@ "https://developer.mozilla.org/en-US/docs/Web/API/FileSystemEntry/name": {}, "https://developer.mozilla.org/en-US/docs/Web/API/FileSystemFileEntry": {}, "https://developer.mozilla.org/en-US/docs/Web/API/FileSystemFileEntry/file": {}, - "https://developer.mozilla.org/en-US/docs/Web/API/FileSystemFlags": {}, - "https://developer.mozilla.org/en-US/docs/Web/API/FileSystemFlags/create": {}, - "https://developer.mozilla.org/en-US/docs/Web/API/FileSystemFlags/exclusive": {}, "https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/webkitEntries": {}, "https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/webkitdirectory": {}, "https://github.com/tabatkins/bikeshed": {}, - "https://heycam.github.io/webidl/": { - "anchors": [ - "idl-USVString", - "idl-boolean", - "idl-frozen-array", - "typemismatcherror", - "exceptiondef-typeerror", - "idl-undefined", - "idl-DOMException", - "Exposed", - "this", - "invoke-a-callback-function", - "dfn-create-exception", - "notfounderror", - "securityerror", - "idl-sequence", - "invalidstateerror" - ] - }, "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/dnd.html": { "anchors": [ @@ -108,10 +89,26 @@ ], "specShortname": "FileAPI" }, - "https://www.w3.org/TR/FileAPI/": { - "specShortname": "FileAPI" + "https://webidl.spec.whatwg.org/": { + "anchors": [ + "idl-USVString", + "idl-boolean", + "idl-frozen-array", + "typemismatcherror", + "exceptiondef-typeerror", + "idl-undefined", + "idl-DOMException", + "Exposed", + "this", + "invoke-a-callback-function", + "dfn-create-exception", + "notfounderror", + "securityerror", + "idl-sequence", + "invalidstateerror" + ], + "specShortname": "webidl" }, - "https://www.w3.org/TR/file-system-api/": {}, "https://www.w3.org/community/about/agreements/cla/": {}, "https://www.w3.org/community/wicg/": {} } diff --git a/tr/links/epub-33.json b/tr/links/epub-33.json index ff7019394dab..471ae232b8fe 100644 --- a/tr/links/epub-33.json +++ b/tr/links/epub-33.json @@ -163,6 +163,10 @@ "https://github.com/w3c/epub-specs/issues/2377": {}, "https://github.com/w3c/epub-specs/issues/2397": {}, "https://github.com/w3c/epub-specs/issues/2413": {}, + "https://github.com/w3c/epub-specs/issues/2417": {}, + "https://github.com/w3c/epub-specs/issues/2420": {}, + "https://github.com/w3c/epub-specs/issues/2421": {}, + "https://github.com/w3c/epub-specs/issues/2423": {}, "https://github.com/w3c/epub-specs/issues/645": {}, "https://github.com/w3c/epub-specs/issues/808": {}, "https://github.com/w3c/epub-specs/issues/976": {}, @@ -378,8 +382,8 @@ "https://www.rfc-editor.org/rfc/rfc7845": {}, "https://www.rfc-editor.org/rfc/rfc8089": {}, "https://www.rfc-editor.org/rfc/rfc8174": {}, - "https://www.unicode.org/reports/tr15/tr15-51.html": {}, - "https://www.unicode.org/reports/tr9/tr9-44.html": { + "https://www.unicode.org/reports/tr15/tr15-53.html": {}, + "https://www.unicode.org/reports/tr9/tr9-46.html": { "anchors": [ "BD5" ] diff --git a/tr/links/epub-rs-33.json b/tr/links/epub-rs-33.json index ad9d0a6b2b90..7aa80ec36900 100644 --- a/tr/links/epub-rs-33.json +++ b/tr/links/epub-rs-33.json @@ -66,6 +66,7 @@ "https://github.com/w3c/epub-specs/issues/2360": {}, "https://github.com/w3c/epub-specs/issues/2378": {}, "https://github.com/w3c/epub-specs/issues/2397": {}, + "https://github.com/w3c/epub-specs/issues/2424": {}, "https://github.com/w3c/epub-specs/issues/808": {}, "https://github.com/w3c/epub-specs/issues/810": {}, "https://github.com/w3c/epub-specs/issues/975": {}, @@ -173,7 +174,7 @@ }, "https://www.rfc-editor.org/rfc/rfc8089": {}, "https://www.rfc-editor.org/rfc/rfc8174": {}, - "https://www.unicode.org/reports/tr9/tr9-44.html": { + "https://www.unicode.org/reports/tr9/tr9-46.html": { "anchors": [ "Higher-Level_Protocols", "P2" @@ -350,6 +351,8 @@ "app-rendering-vocab", "layout-overrides", "sec-collection-elem", + "legacy", + "attrdef-package-version", "sec-contentdocs", "sec-css-req", "sec-xhtml", @@ -411,12 +414,12 @@ "property.ebnf.prefix", "property.ebnf.reference", "sec-reserved-prefixes", - "attrdef-package-version", "confreq-nav-a-title", "sec-security-privacy", "epub-threat-model", "app-media-type-app-oebps-package", - "app-media-type" + "app-media-type", + "under-implemented" ], "specShortname": "epub-33" }, diff --git a/tr/links/fill-stroke-3.json b/tr/links/fill-stroke-3.json index e318ad1acae4..1b27084dddaa 100644 --- a/tr/links/fill-stroke-3.json +++ b/tr/links/fill-stroke-3.json @@ -37,7 +37,8 @@ "https://drafts.csswg.org/css-syntax-3/": { "anchors": [ "css-invalid" - ] + ], + "specShortname": "css-syntax-3" }, "https://drafts.csswg.org/css-values-4/": { "anchors": [ diff --git a/tr/links/filter-effects-2.json b/tr/links/filter-effects-2.json index 3b3c80bcf439..1c7d2c2b0652 100644 --- a/tr/links/filter-effects-2.json +++ b/tr/links/filter-effects-2.json @@ -30,7 +30,8 @@ "https://drafts.csswg.org/css-backgrounds-3/": { "anchors": [ "border-radius" - ] + ], + "specShortname": "css-backgrounds-3" }, "https://drafts.csswg.org/css-transforms-2/": { "anchors": [ diff --git a/tr/links/geometry-1.json b/tr/links/geometry-1.json index 2b9e0b811c12..be371fc9ec1e 100644 --- a/tr/links/geometry-1.json +++ b/tr/links/geometry-1.json @@ -13,7 +13,8 @@ "https://drafts.csswg.org/css-syntax-3/": { "anchors": [ "css-parse-something-according-to-a-css-grammar" - ] + ], + "specShortname": "css-syntax-3" }, "https://drafts.csswg.org/css-syntax/": { "anchors": [ @@ -31,7 +32,8 @@ "RotateDefined", "SkewXDefined", "SkewYDefined" - ] + ], + "specShortname": "css-transforms-1" }, "https://drafts.csswg.org/css-transforms-2/": { "anchors": [ diff --git a/tr/links/html.json b/tr/links/html.json index 9897b735b2d3..dd2df0ca4d34 100644 --- a/tr/links/html.json +++ b/tr/links/html.json @@ -2409,7 +2409,7 @@ "sec-createbytedatablock", "sec-createdataproperty", "sec-detacharraybuffer", - "sec-enumerableownpropertynames", + "sec-enumerableownproperties", "sec-finishdynamicimport", "sec-ordinaryfunctioncreate", "sec-get-o-p", diff --git a/tr/links/intersection-observer.json b/tr/links/intersection-observer.json index 1e2ff75f2c8f..394215477b93 100644 --- a/tr/links/intersection-observer.json +++ b/tr/links/intersection-observer.json @@ -69,7 +69,8 @@ "anchors": [ "element-get-the-bounding-box", "pinch-zoom" - ] + ], + "specShortname": "cssom-view-1" }, "https://github.com/W3C/IntersectionObserver/issues": {}, "https://github.com/w3c/IntersectionObserver/graphs/contributors": {}, diff --git a/tr/links/layout-instability.json b/tr/links/layout-instability.json index 8a812a29f262..7bc57b2ad358 100644 --- a/tr/links/layout-instability.json +++ b/tr/links/layout-instability.json @@ -35,7 +35,8 @@ "principal-box", "text-nodes", "containing-block-chain" - ] + ], + "specShortname": "css-display-3" }, "https://drafts.csswg.org/css-overflow-3/": { "anchors": [ @@ -47,7 +48,8 @@ "anchors": [ "transformed-element", "transformation-matrix" - ] + ], + "specShortname": "css-transforms-1" }, "https://drafts.csswg.org/css-writing-modes-4/": { "anchors": [ @@ -59,7 +61,8 @@ "https://drafts.fxtf.org/geometry-1/": { "anchors": [ "domrectreadonly" - ] + ], + "specShortname": "geometry-1" }, "https://en.wikipedia.org/wiki/Klee%27s_measure_problem": {}, "https://html.spec.whatwg.org/multipage": { diff --git a/tr/links/mediaqueries-4.json b/tr/links/mediaqueries-4.json index e779dbca98ec..d290dc95efb3 100644 --- a/tr/links/mediaqueries-4.json +++ b/tr/links/mediaqueries-4.json @@ -16,7 +16,8 @@ "https://drafts.csswg.org/cssom-view-1/": { "anchors": [ "web-exposed-screen-area" - ] + ], + "specShortname": "cssom-view-1" }, "https://en.wikipedia.org/wiki/Interlaced_video": { "anchors": [ diff --git a/tr/links/mediaqueries-5.json b/tr/links/mediaqueries-5.json index a7f57b7ae280..42e3f2c94338 100644 --- a/tr/links/mediaqueries-5.json +++ b/tr/links/mediaqueries-5.json @@ -25,7 +25,8 @@ "https://drafts.csswg.org/cssom-view-1/": { "anchors": [ "web-exposed-screen-area" - ] + ], + "specShortname": "cssom-view-1" }, "https://en.wikipedia.org/wiki/Interlaced_video": { "anchors": [ diff --git a/tr/links/mediasession.json b/tr/links/mediasession.json index a4fcabac34c7..0dc25ea95f7e 100644 --- a/tr/links/mediasession.json +++ b/tr/links/mediasession.json @@ -4,6 +4,7 @@ "url": "https://www.w3.org/TR/mediasession/" }, "links": { + "https://datatracker.ietf.org/doc/html/rfc2119": {}, "https://fetch.spec.whatwg.org/": { "anchors": [ "concept-fetch", @@ -14,22 +15,6 @@ "specShortname": "fetch" }, "https://github.com/w3c/mediasession/issues": {}, - "https://heycam.github.io/webidl/": { - "anchors": [ - "Exposed", - "SameObject", - "idl-undefined", - "idl-boolean", - "exceptiondef-typeerror", - "idl-DOMString", - "idl-frozen-array", - "idl-sequence", - "dfn-create-frozen-array", - "idl-USVString", - "dfn-dictionary-member", - "idl-double" - ] - }, "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/browsers.html": { "anchors": [ @@ -95,20 +80,40 @@ "sec-object.freeze" ] }, - "https://tools.ietf.org/html/rfc2119": {}, "https://url.spec.whatwg.org/": { "anchors": [ "concept-url-parser" ], "specShortname": "url" }, - "https://www.w3.org/2004/01/pp-impl/115198/status": {}, - "https://www.w3.org/2020/Process-20200915/": {}, - "https://www.w3.org/Consortium/Patent-Policy-20170801/": { + "https://webidl.spec.whatwg.org/": { + "anchors": [ + "Exposed", + "SameObject", + "idl-undefined", + "idl-boolean", + "exceptiondef-typeerror", + "idl-DOMString", + "idl-frozen-array", + "idl-sequence", + "dfn-create-frozen-array", + "idl-USVString", + "dfn-dictionary-member", + "idl-double" + ], + "specShortname": "webidl" + }, + "https://www.w3.org/2021/Process-20211102/": { + "anchors": [ + "recs-and-notes" + ] + }, + "https://www.w3.org/Consortium/Patent-Policy/": { "anchors": [ "def-essential", "sec-Disclosure" - ] + ], + "specShortname": "w3c-patent-policy" }, "https://www.w3.org/TR/": {}, "https://www.w3.org/TR/appmanifest/": { @@ -117,6 +122,7 @@ ], "specShortname": "appmanifest" }, - "https://www.w3.org/media-wg/": {} + "https://www.w3.org/groups/wg/media": {}, + "https://www.w3.org/groups/wg/media/ipr": {} } } \ No newline at end of file diff --git a/tr/links/motion-1.json b/tr/links/motion-1.json index 7f20252ef06f..8c270d7a778c 100644 --- a/tr/links/motion-1.json +++ b/tr/links/motion-1.json @@ -35,7 +35,8 @@ "anchors": [ "transformable-element", "propdef-transform" - ] + ], + "specShortname": "css-transforms-1" }, "https://drafts.csswg.org/css-transforms-2/": { "anchors": [ diff --git a/tr/links/navigation-api.json b/tr/links/navigation-api.json index b3b15249cf7c..1a6f5bf1232c 100644 --- a/tr/links/navigation-api.json +++ b/tr/links/navigation-api.json @@ -48,7 +48,8 @@ "https://drafts.csswg.org/cssom-view-1/": { "anchors": [ "scroll-to-the-beginning-of-the-document" - ] + ], + "specShortname": "cssom-view-1" }, "https://drafts.csswg.org/cssom-view/": { "specShortname": "cssom-view-1" diff --git a/tr/links/payment-handler.json b/tr/links/payment-handler.json index 8b591627ee2c..4912299043a5 100644 --- a/tr/links/payment-handler.json +++ b/tr/links/payment-handler.json @@ -15,36 +15,9 @@ "specShortname": "dom" }, "https://github.com/w3c/payment-handler/issues": {}, - "https://github.com/w3c/payment-handler/issues/": {}, "https://github.com/w3c/payment-handler/issues/115": {}, "https://github.com/w3c/payment-handler/issues/117": {}, "https://github.com/w3c/payment-handler/issues/123": {}, - "https://heycam.github.io/webidl/": { - "anchors": [ - "SameObject", - "SecureContext", - "Exposed", - "idl-DOMString", - "idl-promise", - "idl-boolean", - "idl-any", - "idl-sequence", - "idl-undefined", - "a-new-promise", - "invalidstateerror", - "idl-DOMException", - "notallowederror", - "exceptiondef-typeerror", - "idl-USVString", - "this", - "idl-frozen-array", - "idl-object", - "operationerror", - "upon-rejection", - "upon-fulfillment", - "dfn-convert-ecmascript-to-idl-value" - ] - }, "https://html.spec.whatwg.org/multipage/": { "anchors": [ "attr-link-sizes", @@ -90,16 +63,6 @@ "concept-relevant-global" ] }, - "https://html.spec.whatwg.org/multipage/window-object.html": { - "anchors": [ - "window" - ] - }, - "https://html.spec.whatwg.org/multipage/workers.html": { - "anchors": [ - "workerglobalscope" - ] - }, "https://infra.spec.whatwg.org/": { "anchors": [ "ascii-case-insensitive" @@ -127,23 +90,53 @@ ], "specShortname": "url" }, + "https://webidl.spec.whatwg.org/": { + "anchors": [ + "SameObject", + "SecureContext", + "Exposed", + "idl-DOMString", + "idl-promise", + "idl-boolean", + "idl-any", + "idl-sequence", + "idl-undefined", + "a-new-promise", + "invalidstateerror", + "idl-DOMException", + "notallowederror", + "exceptiondef-typeerror", + "idl-USVString", + "this", + "idl-frozen-array", + "idl-object", + "operationerror", + "upon-rejection", + "upon-fulfillment", + "dfn-convert-ecmascript-to-idl-value" + ], + "specShortname": "webidl" + }, "https://www.rfc-editor.org/rfc/rfc2119": {}, "https://www.rfc-editor.org/rfc/rfc8174": {}, - "https://www.w3.org/2020/Process-20200915/": {}, + "https://www.w3.org/2021/Process-20211102/": { + "anchors": [ + "recs-and-notes" + ] + }, "https://www.w3.org/Consortium/Patent-Policy-20170801/": { "anchors": [ "def-essential", "sec-Disclosure" ] }, - "https://www.w3.org/Payments/WG/": {}, "https://www.w3.org/TR/": {}, "https://www.w3.org/TR/WebCryptoAPI/": { "specShortname": "WebCryptoAPI" }, "https://www.w3.org/TR/appmanifest/": { "anchors": [ - "fetching-image-resources" + "fetching-an-image-resource" ], "specShortname": "appmanifest" }, @@ -166,8 +159,8 @@ }, "https://www.w3.org/TR/payment-request/": { "anchors": [ - "canmakepayment()-method", - "show()-method", + "canmakepayment-method", + "show-method", "dfn-payment-method", "paymentmethoddata-dictionary", "dom-paymentrequest", @@ -177,7 +170,6 @@ "id-attribute", "paymentdetailsinit-dictionary", "dom-paymentmethoddata-supportedmethods", - "show-method", "dfn-json-serialize", "payment-method-changed-algorithm", "dom-paymentmethodchangeevent", @@ -192,27 +184,28 @@ ], "specShortname": "payment-request-1.1" }, - "https://www.w3.org/TR/service-workers-1/": { + "https://www.w3.org/TR/service-workers/": { "anchors": [ "service-worker-concept", - "service-worker-global-scope", "extendableevent-interface", "dictdef-extendableeventinit", "service-worker-registration-concept", "fire-functional-event-algorithm", - "dfn-extend-lifetime-promises", - "client-visibilitystate-attribute", + "serviceworkerglobalscope-interface", + "extendableevent-extend-lifetime-promises", + "client-visibilitystate", "dfn-service-worker-client", "create-windowclient-algorithm", - "dfn-pending-promises-count", + "extendableevent-pending-promises-count", "dfn-containing-service-worker-registration", - "dfn-uninstalling-flag", - "try-clear-registration-algorithm", "try-activate-algorithm", "security-considerations", + "try-clear-registration-algorithm", "dfn-scope-url" - ] + ], + "specShortname": "service-workers" }, + "https://www.w3.org/groups/wg/payments": {}, "https://www.w3.org/groups/wg/payments/ipr": {} } } \ No newline at end of file diff --git a/tr/links/prerendering-revamped.json b/tr/links/prerendering-revamped.json index 63630222fbe7..7122f85f8883 100644 --- a/tr/links/prerendering-revamped.json +++ b/tr/links/prerendering-revamped.json @@ -27,6 +27,7 @@ "concept-network-error", "concept-request-current-url", "concept-response-status", + "concept-response-url", "concept-response", "concept-header-list-get-structured-header", "concept-response-header-list" @@ -154,6 +155,7 @@ "networking-task-source", "event-loop", "environment-discarding-steps", + "concept-settings-object-global", "event-loop-for-spec-authors", "concept-relevant-realm", "concept-realm-global", @@ -168,8 +170,8 @@ "concept-document-window", "a-browsing-context-is-discarded", "discard-a-document", - "script-closable", "window-bc", + "script-closable", "dom-open" ] }, @@ -198,8 +200,11 @@ "map-remove", "list-extend", "list-iterate", + "map-iterate", "list-contain", - "list-empty" + "list-empty", + "map-set", + "set-union" ], "specShortname": "infra" }, @@ -365,6 +370,13 @@ ], "specShortname": "generic-sensor" }, + "https://w3c.github.io/web-locks/": { + "anchors": [ + "dom-lockmanager-request", + "dom-lockmanager-query" + ], + "specShortname": "web-locks" + }, "https://w3c.github.io/web-nfc/": { "anchors": [ "dom-ndefreader-write", @@ -435,6 +447,19 @@ ], "specShortname": "background-fetch" }, + "https://wicg.github.io/client-hints-infrastructure": { + "anchors": [ + "add-a-new-accept-ch-cache-entry", + "accept-ch-cache", + "client-hints-set", + "abstract-opdef-append-client-hints-to-request", + "abstract-opdef-update-the-client-hints-set", + "environment-settings-object-client-hints-set" + ] + }, + "https://wicg.github.io/client-hints-infrastructure/": { + "specShortname": "client-hints-infrastructure" + }, "https://wicg.github.io/file-system-access/": { "anchors": [ "dom-window-showopenfilepicker", diff --git a/tr/links/quirks.json b/tr/links/quirks.json index e0a5d0d238ee..c8bb313c3084 100644 --- a/tr/links/quirks.json +++ b/tr/links/quirks.json @@ -40,7 +40,8 @@ "propdef-border-right-width", "propdef-border-left-width", "propdef-border-style" - ] + ], + "specShortname": "css-backgrounds-3" }, "https://drafts.csswg.org/css-backgrounds/": { "specShortname": "css-backgrounds-3" @@ -91,7 +92,8 @@ "valdef-display-table", "valdef-display-table-column-group", "valdef-display-table-column" - ] + ], + "specShortname": "css-display-3" }, "https://drafts.csswg.org/css-display/": { "specShortname": "css-display-3" @@ -99,7 +101,8 @@ "https://drafts.csswg.org/css-multicol-1/": { "anchors": [ "spanning-element" - ] + ], + "specShortname": "css-multicol-1" }, "https://drafts.csswg.org/css-multicol/": { "specShortname": "css-multicol-1" @@ -107,7 +110,8 @@ "https://drafts.csswg.org/css-page-floats-3/": { "anchors": [ "valdef-float-none" - ] + ], + "specShortname": "css-page-floats-3" }, "https://drafts.csswg.org/css-page-floats/": { "specShortname": "css-page-floats-3" @@ -207,7 +211,8 @@ "class-selector", "pseudo-element", "functional-pseudo-class" - ] + ], + "specShortname": "selectors-4" }, "https://drafts.csswg.org/selectors/": { "specShortname": "selectors-4" diff --git a/tr/links/referrer-policy.json b/tr/links/referrer-policy.json index 9062bb024e5f..0ae11099339a 100644 --- a/tr/links/referrer-policy.json +++ b/tr/links/referrer-policy.json @@ -23,7 +23,8 @@ "cssstyledeclaration-owner-node", "concept-css-style-sheet-location", "concept-css-style-sheet-owner-node" - ] + ], + "specShortname": "cssom-1" }, "https://fetch.spec.whatwg.org/": { "anchors": [ diff --git a/tr/links/reporting-1.json b/tr/links/reporting-1.json index 661e0179e716..f52ea177f332 100644 --- a/tr/links/reporting-1.json +++ b/tr/links/reporting-1.json @@ -4,6 +4,11 @@ "url": "https://www.w3.org/TR/reporting-1/" }, "links": { + "https://developer.mozilla.org/en-US/docs/Web/API/Report": {}, + "https://developer.mozilla.org/en-US/docs/Web/API/Report/body": {}, + "https://developer.mozilla.org/en-US/docs/Web/API/Report/type": {}, + "https://developer.mozilla.org/en-US/docs/Web/API/Report/url": {}, + "https://developer.mozilla.org/en-US/docs/Web/API/ReportBody": {}, "https://developer.mozilla.org/en-US/docs/Web/API/ReportingObserver": {}, "https://developer.mozilla.org/en-US/docs/Web/API/ReportingObserver/ReportingObserver": {}, "https://developer.mozilla.org/en-US/docs/Web/API/ReportingObserver/disconnect": {}, @@ -51,9 +56,9 @@ "anchors": [ "environment-settings-object", "creation-url", - "concept-settings-object-global", "windoworworkerglobalscope", "relevant-settings-object", + "concept-settings-object-global", "queue-a-task", "concept-relevant-global", "report-the-exception" @@ -64,9 +69,6 @@ "workerglobalscope" ] }, - "https://httpwg.org/specs/rfc7231.html": { - "specShortname": "rfc7231" - }, "https://infra.spec.whatwg.org/": { "anchors": [ "byte-sequence", @@ -143,6 +145,7 @@ "idl-undefined", "idl-sequence", "idl-boolean", + "this", "invoke-a-callback-function", "dfn-callback-this-value" ], @@ -154,7 +157,12 @@ "specShortname": "rfc7469" }, "https://www.rfc-editor.org/rfc/rfc8259": {}, - "https://www.rfc-editor.org/rfc/rfc8941.html": {}, + "https://www.rfc-editor.org/rfc/rfc8941.html": { + "anchors": [ + "section-3.2" + ] + }, + "https://www.rfc-editor.org/rfc/rfc9110": {}, "https://www.w3.org/2021/Process-20211102/": { "anchors": [ "recs-and-notes" diff --git a/tr/links/responsive-image-client-hints.json b/tr/links/responsive-image-client-hints.json index e33d207e37d6..43c145f41391 100644 --- a/tr/links/responsive-image-client-hints.json +++ b/tr/links/responsive-image-client-hints.json @@ -18,7 +18,8 @@ "dom-element-clientwidth", "dom-window-innerwidth", "dom-window-innerheight" - ] + ], + "specShortname": "cssom-view-1" }, "https://fetch.spec.whatwg.org/": { "anchors": [ diff --git a/tr/links/rfc6265bis.json b/tr/links/rfc6265bis.json index 2ce8b2fd0305..68e009fbe878 100644 --- a/tr/links/rfc6265bis.json +++ b/tr/links/rfc6265bis.json @@ -79,6 +79,7 @@ "https://github.com/httpwg/http-extensions/pull/2217": {}, "https://github.com/httpwg/http-extensions/pull/2220": {}, "https://github.com/httpwg/http-extensions/pull/2236": {}, + "https://github.com/httpwg/http-extensions/pull/2244": {}, "https://html.spec.whatwg.org/": { "anchors": [ "dom-document-cookie", diff --git a/tr/links/rfc9110.json b/tr/links/rfc9110.json index 922cebda4688..5e78a2811a19 100644 --- a/tr/links/rfc9110.json +++ b/tr/links/rfc9110.json @@ -117,6 +117,7 @@ "https://www.owasp.org/": {}, "https://www.rfc-editor.org/errata/eid1912": {}, "https://www.rfc-editor.org/errata/eid5433": {}, + "https://www.rfc-editor.org/errata/rfc9110": {}, "https://www.rfc-editor.org/info/bcp13": {}, "https://www.rfc-editor.org/info/bcp14": {}, "https://www.rfc-editor.org/info/bcp166": {}, diff --git a/tr/links/sanitizer-api.json b/tr/links/sanitizer-api.json index 336eecbc4276..19e65cddbfb3 100644 --- a/tr/links/sanitizer-api.json +++ b/tr/links/sanitizer-api.json @@ -59,8 +59,10 @@ "https://github.com/web-platform-tests/wpt/blob/master/sanitizer-api/sanitizer-sanitize.https.tentative.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/sanitizer-api/sanitizer-sanitizeFor.https.tentative.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/sanitizer-api/sanitizer-secure-context.https.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/sanitizer-api/sanitizer-unknown.https.html": {}, "https://html.spec.whatwg.org/": { "anchors": [ + "template-contents", "foreign-elements", "non-conforming-features" ] @@ -161,8 +163,8 @@ "Exposed", "SecureContext", "idl-DOMString", - "idl-undefined", "this", + "idl-undefined", "idl-sequence", "idl-boolean", "idl-record", @@ -182,6 +184,7 @@ "https://wpt.fyi/results/sanitizer-api/sanitizer-sanitize.https.tentative.html": {}, "https://wpt.fyi/results/sanitizer-api/sanitizer-sanitizeFor.https.tentative.html": {}, "https://wpt.fyi/results/sanitizer-api/sanitizer-secure-context.https.html": {}, + "https://wpt.fyi/results/sanitizer-api/sanitizer-unknown.https.html": {}, "https://wpt.live/sanitizer-api/element-set-sanitized-html.https.html": {}, "https://wpt.live/sanitizer-api/idlharness.https.window.js": {}, "https://wpt.live/sanitizer-api/sanitizer-config.https.html": {}, @@ -190,6 +193,7 @@ "https://wpt.live/sanitizer-api/sanitizer-sanitize.https.tentative.html": {}, "https://wpt.live/sanitizer-api/sanitizer-sanitizeFor.https.tentative.html": {}, "https://wpt.live/sanitizer-api/sanitizer-secure-context.https.html": {}, + "https://wpt.live/sanitizer-api/sanitizer-unknown.https.html": {}, "https://www.checkmarx.com/blog/technical-blog/vulnerabilities-discovered-in-mozilla-bleach/": {}, "https://www.w3.org/TR/payment-request/": { "specShortname": "payment-request-1.1" diff --git a/tr/links/screen-wake-lock.json b/tr/links/screen-wake-lock.json index f3029e0e55d3..8c9cfa1d9171 100644 --- a/tr/links/screen-wake-lock.json +++ b/tr/links/screen-wake-lock.json @@ -45,12 +45,11 @@ }, "https://html.spec.whatwg.org/multipage/webappapis.html": { "anchors": [ - "current-settings-object", + "current-global-object", "task-source", "concept-task", - "relevant-settings-object", - "queue-a-global-task", "concept-relevant-global", + "queue-a-global-task", "eventhandler", "event-handlers", "event-handler-event-type" diff --git a/tr/links/scroll-to-text-fragment.json b/tr/links/scroll-to-text-fragment.json index 20718227a0c7..d12d415e775a 100644 --- a/tr/links/scroll-to-text-fragment.json +++ b/tr/links/scroll-to-text-fragment.json @@ -76,7 +76,8 @@ "valdef-display-grid", "valdef-display-flex", "valdef-display-list-item" - ] + ], + "specShortname": "css-display-3" }, "https://drafts.csswg.org/css-display/": { "specShortname": "css-display-3" @@ -87,7 +88,8 @@ "dictdef-scrollintoviewoptions", "dom-element-getboundingclientrect", "dom-range-getboundingclientrect" - ] + ], + "specShortname": "cssom-view-1" }, "https://drafts.csswg.org/cssom-view/": { "specShortname": "cssom-view-1" @@ -95,7 +97,8 @@ "https://drafts.fxtf.org/geometry-1/": { "anchors": [ "domrect" - ] + ], + "specShortname": "geometry-1" }, "https://drafts.fxtf.org/geometry/": { "specShortname": "geometry-1" diff --git a/tr/links/secure-payment-confirmation.json b/tr/links/secure-payment-confirmation.json index c0b1de6497d0..04745be45e37 100644 --- a/tr/links/secure-payment-confirmation.json +++ b/tr/links/secure-payment-confirmation.json @@ -143,7 +143,6 @@ "idl-USVString", "idl-sequence", "idl-unsigned-long", - "idl-DOMString", "exceptiondef-rangeerror", "exceptiondef-typeerror", "notallowederror", diff --git a/tr/links/selectors-4.json b/tr/links/selectors-4.json index 96889c7003e0..489856dde385 100644 --- a/tr/links/selectors-4.json +++ b/tr/links/selectors-4.json @@ -29,7 +29,8 @@ "anchors": [ "flat-tree", "selectordef-slotted" - ] + ], + "specShortname": "css-scoping-1" }, "https://drafts.csswg.org/css-syntax/": { "anchors": [ diff --git a/tr/links/shape-detection-api.json b/tr/links/shape-detection-api.json index 0299989cc82c..c7c1e9169b85 100644 --- a/tr/links/shape-detection-api.json +++ b/tr/links/shape-detection-api.json @@ -35,7 +35,8 @@ "https://drafts.fxtf.org/geometry-1/": { "anchors": [ "domrectreadonly" - ] + ], + "specShortname": "geometry-1" }, "https://github.com/WICG/shape-detection-api/blob/master/README.md": {}, "https://heycam.github.io/webidl/": { diff --git a/tr/links/tc39-shadowrealm.json b/tr/links/tc39-shadowrealm.json index 49bb2c78d17e..168e0aa4688f 100644 --- a/tr/links/tc39-shadowrealm.json +++ b/tr/links/tc39-shadowrealm.json @@ -9,6 +9,7 @@ "constructor", "exotic-object", "sec-ordinary-object-internal-methods-and-internal-slots", + "function-object", "table-internal-slots-of-ecmascript-function-objects", "realm-record", "realm", @@ -18,29 +19,36 @@ "assert", "execution-context-stack", "sec-returnifabrupt", + "sec-completion-record-specification-type", "sec-iscallable", "sec-getfunctionrealm", - "sec-completion-record-specification-type", + "sec-completion-ao", "sec-call", "sec-execution-contexts", + "sec-makebasicobject", "sec-properties-of-the-function-prototype-object", "sec-hasownproperty", "sec-get-o-p", "sec-ecmascript-data-types-and-values", + "sec-tointegerorinfinity", "eqn-max", "sec-setfunctionlength", "sec-setfunctionname", "sec-boundfunctioncreate", "sec-hostensurecancompilestrings", + "implementation-defined", + "sec-parsetext", + "sec-stringtocodepoints", "prod-Script", + "sec-static-semantics-contains", "prod-ScriptBody", "prod-NewTarget", "prod-SuperProperty", "prod-SuperCall", + "sec-static-semantics-isstrict", "sec-newdeclarativeenvironment", "sec-evaldeclarationinstantiation", "sec-normalcompletion", - "sec-suspend", "prod-Statement", "sec-newpromisecapability", "sec-promise-constructor", @@ -48,6 +56,7 @@ "sec-createbuiltinfunction", "sec-performpromisethen", "sec-%throwtypeerror%", + "module-namespace-exotic-object", "active-function-object", "sec-requireinternalslot", "sec-global-object", @@ -55,8 +64,11 @@ "sec-createrealm", "sec-setrealmglobalobject", "sec-setdefaultglobalbindings", + "ordinary-object", "current-realm", - "sec-tostring" + "sec-tostring", + "sec-well-known-symbols", + "host" ] } } diff --git a/tr/links/text-detection-api.json b/tr/links/text-detection-api.json index 91e6372febed..4bba6770a11d 100644 --- a/tr/links/text-detection-api.json +++ b/tr/links/text-detection-api.json @@ -13,7 +13,8 @@ "https://drafts.fxtf.org/geometry-1/": { "anchors": [ "domrectreadonly" - ] + ], + "specShortname": "geometry-1" }, "https://github.com/WICG/shape-detection-api/blob/gh-pages/README.md": {}, "https://heycam.github.io/webidl/": { diff --git a/tr/links/uievents.json b/tr/links/uievents.json index 4453bdcae88e..67404094beac 100644 --- a/tr/links/uievents.json +++ b/tr/links/uievents.json @@ -13,9 +13,6 @@ "https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent": {}, "https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent/CompositionEvent": {}, "https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent/data": {}, - "https://developer.mozilla.org/en-US/docs/Web/API/Document/keydown_event": {}, - "https://developer.mozilla.org/en-US/docs/Web/API/Document/keyup_event": {}, - "https://developer.mozilla.org/en-US/docs/Web/API/Document/wheel_event": {}, "https://developer.mozilla.org/en-US/docs/Web/API/Element/auxclick_event": {}, "https://developer.mozilla.org/en-US/docs/Web/API/Element/blur_event": {}, "https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event": {}, @@ -37,12 +34,10 @@ "https://developer.mozilla.org/en-US/docs/Web/API/Element/mouseout_event": {}, "https://developer.mozilla.org/en-US/docs/Web/API/Element/mouseover_event": {}, "https://developer.mozilla.org/en-US/docs/Web/API/Element/mouseup_event": {}, - "https://developer.mozilla.org/en-US/docs/Web/API/Element/select_event": {}, "https://developer.mozilla.org/en-US/docs/Web/API/Element/wheel_event": {}, "https://developer.mozilla.org/en-US/docs/Web/API/FocusEvent": {}, "https://developer.mozilla.org/en-US/docs/Web/API/FocusEvent/FocusEvent": {}, "https://developer.mozilla.org/en-US/docs/Web/API/FocusEvent/relatedTarget": {}, - "https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onauxclick": {}, "https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/beforeinput_event": {}, "https://developer.mozilla.org/en-US/docs/Web/API/InputEvent": {}, "https://developer.mozilla.org/en-US/docs/Web/API/InputEvent/InputEvent": {}, @@ -85,7 +80,6 @@ "https://developer.mozilla.org/en-US/docs/Web/API/WheelEvent/deltaY": {}, "https://developer.mozilla.org/en-US/docs/Web/API/WheelEvent/deltaZ": {}, "https://developer.mozilla.org/en-US/docs/Web/API/Window/blur_event": {}, - "https://developer.mozilla.org/en-US/docs/Web/API/Window/error_event": {}, "https://developer.mozilla.org/en-US/docs/Web/API/Window/focus_event": {}, "https://developer.mozilla.org/en-US/docs/Web/API/Window/load_event": {}, "https://dom.spec.whatwg.org/": { @@ -163,7 +157,7 @@ }, "https://www.microsoft.com/globaldev/reference/sbcs/1252.htm": {}, "https://www.rfc-editor.org/rfc/rfc20": {}, - "https://www.unicode.org/reports/tr15/tr15-51.html": {}, + "https://www.unicode.org/reports/tr15/tr15-53.html": {}, "https://www.unicode.org/versions/latest/": {}, "https://www.w3.org/2004/01/pp-impl/114929/status": {}, "https://www.w3.org/2021/Process-20211102/": { diff --git a/tr/links/user-preference-media-features-headers.json b/tr/links/user-preference-media-features-headers.json index b52a2d8f2e16..7004e5391b59 100644 --- a/tr/links/user-preference-media-features-headers.json +++ b/tr/links/user-preference-media-features-headers.json @@ -29,7 +29,8 @@ "https://tools.ietf.org/html/draft-davidben-http-client-hint-reliability-02": {}, "https://tools.ietf.org/html/draft-ietf-httpbis-header-structure-19": { "anchors": [ - "section-3.3" + "section-3.3", + "section-3.3.3" ] }, "https://w3c.github.io/webappsec-permissions-policy/": { diff --git a/tr/links/webdriver-bidi.json b/tr/links/webdriver-bidi.json index 31bcbe3dda09..7dd97fcfa33d 100644 --- a/tr/links/webdriver-bidi.json +++ b/tr/links/webdriver-bidi.json @@ -97,11 +97,6 @@ "focusing-steps" ] }, - "https://html.spec.whatwg.org/multipage/multipage/window-object.html": { - "anchors": [ - "window-open-steps" - ] - }, "https://html.spec.whatwg.org/multipage/origin.html": { "anchors": [ "ascii-serialisation-of-an-origin" @@ -143,6 +138,7 @@ "concept-document-window", "windowproxy", "close-a-browsing-context", + "window-open-steps", "set-up-a-window-environment-settings-object", "a-browsing-context-is-discarded" ] diff --git a/tr/links/webgpu.json b/tr/links/webgpu.json index 15044e547608..010c74ee72e0 100644 --- a/tr/links/webgpu.json +++ b/tr/links/webgpu.json @@ -27,6 +27,7 @@ "https://github.com/gpuweb/gpuweb/issues/1715": {}, "https://github.com/gpuweb/gpuweb/issues/1842": {}, "https://github.com/gpuweb/gpuweb/issues/1887": {}, + "https://github.com/gpuweb/gpuweb/issues/2308": {}, "https://github.com/gpuweb/gpuweb/issues/2322": {}, "https://github.com/gpuweb/gpuweb/issues/2435": {}, "https://github.com/gpuweb/gpuweb/issues/503": {}, @@ -37,7 +38,10 @@ "attribute-binding", "attribute-group", "identifier-comparison", + "shader-module-creation", "shader-creation-error", + "program-error", + "uncategorized-error", "comments", "pipeline-overridable", "pipeline-overridable-constant-identifier-string", diff --git a/tr/links/webidl.json b/tr/links/webidl.json index ce7eab03251f..77e31684eb33 100644 --- a/tr/links/webidl.json +++ b/tr/links/webidl.json @@ -38,7 +38,8 @@ "https://drafts.csswg.org/cssom-1/": { "anchors": [ "namespacedef-css" - ] + ], + "specShortname": "cssom-1" }, "https://drafts.csswg.org/cssom/": { "specShortname": "cssom-1" diff --git a/tr/links/window-placement.json b/tr/links/window-placement.json index 269f1531c4b3..e7f3a4253552 100644 --- a/tr/links/window-placement.json +++ b/tr/links/window-placement.json @@ -33,7 +33,8 @@ "web-exposed-available-screen-area", "dom-window-screenleft", "dom-window-screentop" - ] + ], + "specShortname": "cssom-view-1" }, "https://drafts.csswg.org/cssom-view/": { "specShortname": "cssom-view-1" diff --git a/tr/refs/CSP3.json b/tr/refs/CSP3.json index dc7e7d6fd46c..67f3cf464c08 100644 --- a/tr/refs/CSP3.json +++ b/tr/refs/CSP3.json @@ -47,35 +47,27 @@ }, { "name": "RFC2119", - "url": "https://tools.ietf.org/html/rfc2119" + "url": "https://datatracker.ietf.org/doc/html/rfc2119" }, { "name": "RFC3492", - "url": "https://datatracker.ietf.org/doc/html/rfc3492" + "url": "https://www.rfc-editor.org/rfc/rfc3492" }, { "name": "RFC3864", - "url": "https://datatracker.ietf.org/doc/html/rfc3864" + "url": "https://www.rfc-editor.org/rfc/rfc3864" }, { "name": "RFC3986", - "url": "https://datatracker.ietf.org/doc/html/rfc3986" + "url": "https://www.rfc-editor.org/rfc/rfc3986" }, { "name": "RFC4648", - "url": "https://datatracker.ietf.org/doc/html/rfc4648" + "url": "https://www.rfc-editor.org/rfc/rfc4648" }, { "name": "RFC5234", - "url": "https://datatracker.ietf.org/doc/html/rfc5234" - }, - { - "name": "RFC7034", - "url": "https://datatracker.ietf.org/doc/html/rfc7034" - }, - { - "name": "RFC7230", - "url": "https://httpwg.org/specs/rfc7230.html" + "url": "https://www.rfc-editor.org/rfc/rfc5234" }, { "name": "RFC7231", @@ -83,27 +75,39 @@ }, { "name": "RFC7762", - "url": "https://datatracker.ietf.org/doc/html/rfc7762" + "url": "https://www.rfc-editor.org/rfc/rfc7762" }, { "name": "RFC8288", "url": "https://httpwg.org/specs/rfc8288.html" }, { - "name": "SERVICE-WORKERS-1", - "url": "https://www.w3.org/TR/service-workers-1/" + "name": "RFC9110", + "url": "https://www.rfc-editor.org/rfc/rfc9110" + }, + { + "name": "SERVICE-WORKERS", + "url": "https://www.w3.org/TR/service-workers/" }, { "name": "SRI", "url": "https://www.w3.org/TR/SRI/" }, + { + "name": "SRI-1", + "url": "https://www.w3.org/TR/SRI/" + }, { "name": "URL", "url": "https://url.spec.whatwg.org/" }, { - "name": "WebIDL", - "url": "https://heycam.github.io/webidl/" + "name": "WEBIDL", + "url": "https://webidl.spec.whatwg.org/" + }, + { + "name": "WEBRTC", + "url": "https://www.w3.org/TR/webrtc/" } ], "informative": [ @@ -139,6 +143,10 @@ "name": "HTML-DESIGN", "url": "https://www.w3.org/TR/html-design-principles/" }, + { + "name": "LONG-LIVE-CSP", + "url": "https://dl.acm.org/doi/10.1145/2976749.2978363" + }, { "name": "MIX", "url": "https://www.w3.org/TR/mixed-content/" @@ -155,9 +163,13 @@ "name": "UPGRADE-INSECURE-REQUESTS", "url": "https://www.w3.org/TR/upgrade-insecure-requests/" }, + { + "name": "WEBDEV-STRICTCSP", + "url": "https://web.dev/strict-csp/" + }, { "name": "WEBSOCKETS", - "url": "https://www.w3.org/TR/websockets/" + "url": "https://websockets.spec.whatwg.org/" }, { "name": "XHR", diff --git a/tr/refs/FedCM.json b/tr/refs/FedCM.json index 0374952bb640..cbfcf3faa06f 100644 --- a/tr/refs/FedCM.json +++ b/tr/refs/FedCM.json @@ -21,10 +21,6 @@ "name": "CSP3", "url": "https://www.w3.org/TR/CSP3/" }, - { - "name": "CSS-COLOR-3", - "url": "https://drafts.csswg.org/css-color-3/" - }, { "name": "CSS-COLOR-4", "url": "https://drafts.csswg.org/css-color/" diff --git a/tr/refs/WGSL.json b/tr/refs/WGSL.json index 4871183e73b8..76f7f43811a7 100644 --- a/tr/refs/WGSL.json +++ b/tr/refs/WGSL.json @@ -19,11 +19,11 @@ }, { "name": "UAX14", - "url": "https://www.unicode.org/reports/tr14/tr14-47.html" + "url": "https://www.unicode.org/reports/tr14/tr14-49.html" }, { "name": "UAX31", - "url": "https://www.unicode.org/reports/tr31/tr31-35.html" + "url": "https://www.unicode.org/reports/tr31/tr31-37.html" }, { "name": "UnicodeVersion14", @@ -50,10 +50,6 @@ { "name": "CHARMOD-NORM", "url": "https://www.w3.org/TR/charmod-norm/" - }, - { - "name": "HTML", - "url": "https://html.spec.whatwg.org/multipage/" } ] } diff --git a/tr/refs/anchors.json b/tr/refs/anchors.json index a5aa158052e0..b85fd9e42472 100644 --- a/tr/refs/anchors.json +++ b/tr/refs/anchors.json @@ -6,16 +6,32 @@ "refs": { "normative": [ { - "name": "WebIDL", - "url": "https://heycam.github.io/webidl/" + "name": "HTML", + "url": "https://html.spec.whatwg.org/multipage/" + }, + { + "name": "MEDIACAPTURE-STREAMS", + "url": "https://w3c.github.io/mediacapture-main/" + }, + { + "name": "RFC2119", + "url": "https://datatracker.ietf.org/doc/html/rfc2119" + }, + { + "name": "RFC4122", + "url": "https://www.rfc-editor.org/rfc/rfc4122" + }, + { + "name": "WEBIDL", + "url": "https://webidl.spec.whatwg.org/" }, { "name": "WEBXR", - "url": "https://www.w3.org/TR/webxr/" + "url": "https://immersive-web.github.io/webxr/" }, { "name": "WEBXR-AR-MODULE-1", - "url": "https://www.w3.org/TR/webxr-ar-module-1/" + "url": "https://immersive-web.github.io/webxr-ar-module/" } ], "informative": [] diff --git a/tr/refs/autoplay-detection.json b/tr/refs/autoplay-detection.json index 7d0a2d4ea9dc..1ffed0b321e9 100644 --- a/tr/refs/autoplay-detection.json +++ b/tr/refs/autoplay-detection.json @@ -13,6 +13,10 @@ "name": "RFC2119", "url": "https://datatracker.ietf.org/doc/html/rfc2119" }, + { + "name": "SECURITY-PRIVACY-QUESTIONNAIRE", + "url": "https://www.w3.org/TR/security-privacy-questionnaire/" + }, { "name": "SVG2", "url": "https://www.w3.org/TR/SVG2/" diff --git a/tr/refs/contentEditable.json b/tr/refs/contentEditable.json index ac1a4f1e9c12..68131eeef769 100644 --- a/tr/refs/contentEditable.json +++ b/tr/refs/contentEditable.json @@ -4,11 +4,32 @@ "url": "https://w3c.github.io/contentEditable/" }, "refs": { - "normative": [], - "informative": [ + "normative": [ + { + "name": "css-cascade-4", + "url": "https://www.w3.org/TR/css-cascade-4/" + }, + { + "name": "dom", + "url": "https://dom.spec.whatwg.org/" + }, { "name": "HTML", "url": "https://html.spec.whatwg.org/multipage/" + }, + { + "name": "RFC2119", + "url": "https://www.rfc-editor.org/rfc/rfc2119" + }, + { + "name": "RFC8174", + "url": "https://www.rfc-editor.org/rfc/rfc8174" + } + ], + "informative": [ + { + "name": "EXTENSIBLE", + "url": "https://extensiblewebmanifesto.org/" } ] } diff --git a/tr/refs/cookie-store.json b/tr/refs/cookie-store.json index c06186adb276..44eed1ca7729 100644 --- a/tr/refs/cookie-store.json +++ b/tr/refs/cookie-store.json @@ -19,7 +19,7 @@ }, { "name": "HR-TIME-3", - "url": "https://www.w3.org/TR/hr-time-3/" + "url": "https://w3c.github.io/hr-time/" }, { "name": "HTML", @@ -39,7 +39,7 @@ }, { "name": "Service-Workers", - "url": "https://www.w3.org/TR/service-workers-1/" + "url": "https://w3c.github.io/ServiceWorker/" }, { "name": "URL", diff --git a/tr/refs/css-contain-2.json b/tr/refs/css-contain-2.json index dfc7a962a7e9..f5fdfa07b3f6 100644 --- a/tr/refs/css-contain-2.json +++ b/tr/refs/css-contain-2.json @@ -9,18 +9,26 @@ "name": "CSS-BACKGROUNDS-3", "url": "https://www.w3.org/TR/css-backgrounds-3/" }, + { + "name": "CSS-BOX-4", + "url": "https://www.w3.org/TR/css-box-4/" + }, { "name": "CSS-BREAK-3", "url": "https://www.w3.org/TR/css-break-3/" }, { - "name": "CSS-CASCADE-4", - "url": "https://www.w3.org/TR/css-cascade-4/" + "name": "CSS-CASCADE-5", + "url": "https://www.w3.org/TR/css-cascade-5/" }, { "name": "CSS-CONTAIN-1", "url": "https://www.w3.org/TR/css-contain-1/" }, + { + "name": "CSS-CONTENT-3", + "url": "https://www.w3.org/TR/css-content-3/" + }, { "name": "CSS-DISPLAY-3", "url": "https://www.w3.org/TR/css-display-3/" @@ -29,6 +37,10 @@ "name": "CSS-IMAGES-3", "url": "https://www.w3.org/TR/css-images-3/" }, + { + "name": "CSS-INLINE-3", + "url": "https://www.w3.org/TR/css-inline-3/" + }, { "name": "CSS-LISTS-3", "url": "https://www.w3.org/TR/css-lists-3/" @@ -53,6 +65,18 @@ "name": "CSS-SIZING-3", "url": "https://www.w3.org/TR/css-sizing-3/" }, + { + "name": "CSS-TRANSITIONS-1", + "url": "https://www.w3.org/TR/css-transitions-1/" + }, + { + "name": "CSS-UI-3", + "url": "https://www.w3.org/TR/css-ui-3/" + }, + { + "name": "CSS-UI-4", + "url": "https://www.w3.org/TR/css-ui-4/" + }, { "name": "CSS-VALUES-3", "url": "https://www.w3.org/TR/css-values-3/" @@ -61,6 +85,14 @@ "name": "CSS-VALUES-4", "url": "https://www.w3.org/TR/css-values-4/" }, + { + "name": "CSS-WRITING-MODES-3", + "url": "https://www.w3.org/TR/css-writing-modes-3/" + }, + { + "name": "CSS-WRITING-MODES-4", + "url": "https://www.w3.org/TR/css-writing-modes-4/" + }, { "name": "CSS2", "url": "https://www.w3.org/TR/CSS21/" @@ -69,6 +101,14 @@ "name": "CSSOM-VIEW-1", "url": "https://www.w3.org/TR/cssom-view-1/" }, + { + "name": "DOM", + "url": "https://dom.spec.whatwg.org/" + }, + { + "name": "FULLSCREEN", + "url": "https://fullscreen.spec.whatwg.org/" + }, { "name": "HTML", "url": "https://html.spec.whatwg.org/multipage/" @@ -83,11 +123,15 @@ }, { "name": "RFC2119", - "url": "https://tools.ietf.org/html/rfc2119" + "url": "https://datatracker.ietf.org/doc/html/rfc2119" }, { "name": "SVG2", "url": "https://www.w3.org/TR/SVG2/" + }, + { + "name": "WEBIDL", + "url": "https://webidl.spec.whatwg.org/" } ], "informative": [ @@ -116,8 +160,8 @@ "url": "https://www.w3.org/TR/css-sizing-4/" }, { - "name": "CSS-UI-3", - "url": "https://www.w3.org/TR/css-ui-3/" + "name": "FILTER-EFFECTS-1", + "url": "https://www.w3.org/TR/filter-effects-1/" } ] } diff --git a/tr/refs/entries-api.json b/tr/refs/entries-api.json index d6bd88fde70f..04a6acfef98d 100644 --- a/tr/refs/entries-api.json +++ b/tr/refs/entries-api.json @@ -7,7 +7,7 @@ "normative": [ { "name": "FileAPI", - "url": "https://www.w3.org/TR/FileAPI/" + "url": "https://w3c.github.io/FileAPI/" }, { "name": "HTML", @@ -22,8 +22,8 @@ "url": "https://datatracker.ietf.org/doc/html/rfc2119" }, { - "name": "WebIDL", - "url": "https://heycam.github.io/webidl/" + "name": "WEBIDL", + "url": "https://webidl.spec.whatwg.org/" } ], "informative": [ @@ -33,7 +33,7 @@ }, { "name": "FILE-SYSTEM-API", - "url": "https://www.w3.org/TR/file-system-api/" + "url": "https://dev.w3.org/2009/dap/file-system/file-dir-sys.html" } ] } diff --git a/tr/refs/epub-33.json b/tr/refs/epub-33.json index e8136bc99adb..95a728a6de40 100644 --- a/tr/refs/epub-33.json +++ b/tr/refs/epub-33.json @@ -11,7 +11,7 @@ }, { "name": "bidi", - "url": "https://www.unicode.org/reports/tr9/tr9-44.html" + "url": "https://www.unicode.org/reports/tr9/tr9-46.html" }, { "name": "charmod-norm", @@ -199,7 +199,7 @@ }, { "name": "uax15", - "url": "https://www.unicode.org/reports/tr15/tr15-51.html" + "url": "https://www.unicode.org/reports/tr15/tr15-53.html" }, { "name": "unicode", diff --git a/tr/refs/epub-rs-33.json b/tr/refs/epub-rs-33.json index cbf69dd9540d..c29db80d5734 100644 --- a/tr/refs/epub-rs-33.json +++ b/tr/refs/epub-rs-33.json @@ -7,7 +7,7 @@ "normative": [ { "name": "bidi", - "url": "https://www.unicode.org/reports/tr9/tr9-44.html" + "url": "https://www.unicode.org/reports/tr9/tr9-46.html" }, { "name": "css-fonts-4", diff --git a/tr/refs/mediasession.json b/tr/refs/mediasession.json index bae0acf096c3..9c4cb0d3c954 100644 --- a/tr/refs/mediasession.json +++ b/tr/refs/mediasession.json @@ -23,7 +23,7 @@ }, { "name": "RFC2119", - "url": "https://tools.ietf.org/html/rfc2119" + "url": "https://datatracker.ietf.org/doc/html/rfc2119" }, { "name": "URL", @@ -31,7 +31,7 @@ }, { "name": "WEBIDL", - "url": "https://heycam.github.io/webidl/" + "url": "https://webidl.spec.whatwg.org/" } ], "informative": [ diff --git a/tr/refs/payment-handler.json b/tr/refs/payment-handler.json index 9b4f0a6a3f83..e854d989f624 100644 --- a/tr/refs/payment-handler.json +++ b/tr/refs/payment-handler.json @@ -51,15 +51,15 @@ }, { "name": "SERVICE-WORKERS", - "url": "https://www.w3.org/TR/service-workers-1/" + "url": "https://www.w3.org/TR/service-workers/" }, { "name": "URL", "url": "https://url.spec.whatwg.org/" }, { - "name": "WebIDL", - "url": "https://heycam.github.io/webidl/" + "name": "WEBIDL", + "url": "https://webidl.spec.whatwg.org/" } ], "informative": [ diff --git a/tr/refs/prerendering-revamped.json b/tr/refs/prerendering-revamped.json index 804c3846efe9..4099f1752a02 100644 --- a/tr/refs/prerendering-revamped.json +++ b/tr/refs/prerendering-revamped.json @@ -9,6 +9,10 @@ "name": "AUDIO-OUTPUT", "url": "https://w3c.github.io/mediacapture-output/" }, + { + "name": "CLIENT-HINTS-INFRASTRUCTURE", + "url": "https://wicg.github.io/client-hints-infrastructure/" + }, { "name": "CLIPBOARD-APIS", "url": "https://w3c.github.io/clipboard-apis/" @@ -149,6 +153,10 @@ "name": "WEB-BLUETOOTH", "url": "https://webbluetoothcg.github.io/web-bluetooth/" }, + { + "name": "WEB-LOCKS", + "url": "https://w3c.github.io/web-locks/" + }, { "name": "WEB-NFC", "url": "https://w3c.github.io/web-nfc/" diff --git a/tr/refs/reporting-1.json b/tr/refs/reporting-1.json index 0dcc0c3dd397..014346cee212 100644 --- a/tr/refs/reporting-1.json +++ b/tr/refs/reporting-1.json @@ -33,18 +33,22 @@ "name": "RFC5234", "url": "https://www.rfc-editor.org/rfc/rfc5234" }, - { - "name": "RFC7231", - "url": "https://httpwg.org/specs/rfc7231.html" - }, { "name": "RFC8259", "url": "https://www.rfc-editor.org/rfc/rfc8259" }, + { + "name": "RFC9110", + "url": "https://www.rfc-editor.org/rfc/rfc9110" + }, { "name": "SECURE-CONTEXTS", "url": "https://w3c.github.io/webappsec-secure-contexts/" }, + { + "name": "STRUCTURED-FIELDS", + "url": "https://www.rfc-editor.org/rfc/rfc8941.html" + }, { "name": "URL", "url": "https://url.spec.whatwg.org/" @@ -78,10 +82,6 @@ { "name": "RFC7469", "url": "https://www.rfc-editor.org/rfc/rfc7469" - }, - { - "name": "STRUCTURED-HEADERS", - "url": "https://www.rfc-editor.org/rfc/rfc8941.html" } ] } diff --git a/tr/refs/screen-wake-lock.json b/tr/refs/screen-wake-lock.json index efb81d97a922..1539f5698c40 100644 --- a/tr/refs/screen-wake-lock.json +++ b/tr/refs/screen-wake-lock.json @@ -14,7 +14,7 @@ "url": "https://tc39.es/ecma262/multipage/" }, { - "name": "HTML", + "name": "html", "url": "https://html.spec.whatwg.org/multipage/" }, { diff --git a/tr/refs/uievents.json b/tr/refs/uievents.json index 333263ddec10..1bf6afb5d1e7 100644 --- a/tr/refs/uievents.json +++ b/tr/refs/uievents.json @@ -73,7 +73,7 @@ }, { "name": "UAX15", - "url": "https://www.unicode.org/reports/tr15/tr15-51.html" + "url": "https://www.unicode.org/reports/tr15/tr15-53.html" }, { "name": "Unicode",