diff --git a/ed/dfns/WGSL.json b/ed/dfns/WGSL.json index 2f455fd9a6d4..d560b0fee6fd 100644 --- a/ed/dfns/WGSL.json +++ b/ed/dfns/WGSL.json @@ -2975,14 +2975,16 @@ "definedIn": "prose" }, { - "id": "assignment-statement", - "href": "https://gpuweb.github.io/gpuweb/wgsl/#assignment-statement", + "id": "statement-assignment", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#statement-assignment", "linkingText": [ - "assignment statement" + "assignment" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "statement" + ], "access": "private", "informative": false, "heading": { @@ -3031,6 +3033,44 @@ }, "definedIn": "prose" }, + { + "id": "updating-assignment", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#updating-assignment", + "linkingText": [ + "updating assignment" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "updating-assignment-section", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#updating-assignment-section", + "title": "Updating Assignment", + "number": "7.2.1" + }, + "definedIn": "prose" + }, + { + "id": "phony-assignment", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#phony-assignment", + "linkingText": [ + "phony assignment" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "phony-assignment-section", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#phony-assignment-section", + "title": "Phony Assignment", + "number": "7.2.2" + }, + "definedIn": "prose" + }, { "id": "statement-if", "href": "https://gpuweb.github.io/gpuweb/wgsl/#statement-if", diff --git a/ed/dfns/keyboard-lock.json b/ed/dfns/keyboard-lock.json index c7b36df54e91..a46068489d49 100644 --- a/ed/dfns/keyboard-lock.json +++ b/ed/dfns/keyboard-lock.json @@ -204,7 +204,7 @@ "for": [ "Keyboard" ], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "h-keyboard-lock", @@ -225,7 +225,7 @@ "for": [ "Keyboard" ], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "h-keyboard-unlock", diff --git a/ed/dfns/keyboard-map.json b/ed/dfns/keyboard-map.json index 34162b7567d7..2b6d046ccded 100644 --- a/ed/dfns/keyboard-map.json +++ b/ed/dfns/keyboard-map.json @@ -133,7 +133,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "layoutchange-event", diff --git a/ed/diff.md b/ed/diff.md index c67542b13bf1..ba5fb6c7099f 100644 --- a/ed/diff.md +++ b/ed/diff.md @@ -1,4 +1,47 @@ -% Diff between report from "October 06, 2021" and reference report from "October 06, 2021" +% Diff between report from "October 07, 2021" and reference report from "October 06, 2021" % Reffy -% October 06, 2021 +% October 07, 2021 + +## Media Capture and Streams + +- Initial URL: [https://www.w3.org/TR/mediacapture-streams/](https://www.w3.org/TR/mediacapture-streams/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://w3c.github.io/mediacapture-main/](https://w3c.github.io/mediacapture-main/) +- Unknown WebIDL names used: *INS* DOMException + + +## WebIDL Level 1 + +- Initial URL: [https://www.w3.org/TR/WebIDL-1/](https://www.w3.org/TR/WebIDL-1/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://heycam.github.io/webidl/](https://heycam.github.io/webidl/) +- Spec title: *INS* WebIDL Level 1 / *DEL* Web IDL Standard +- Spec could not be rendered: *INS* Error: Execution context was destroyed, most likely because of a navigation. Error: Execution context was destroyed, most likely because of a navigation. + at rewriteError (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:265:23) + at runMicrotasks () + at processTicksAndRejections (internal/process/task_queues.js:95:5) + at async ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:219:60) + at async ExecutionContext.evaluate (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16) + at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:515:9) + at async crawlSpec (/home/runner/work/webref/webref/reffy/src/lib/specs-crawler.js:51:24) + at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/lib/specs-crawler.js:372:22) + at async Promise.all (index 424) + at async crawlList (/home/runner/work/webref/webref/reffy/src/lib/specs-crawler.js:380:21) + + +## WebRTC 1.0: Real-Time Communication Between Browsers + +- Initial URL: [https://www.w3.org/TR/webrtc/](https://www.w3.org/TR/webrtc/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://w3c.github.io/webrtc-pc/](https://w3c.github.io/webrtc-pc/) +- Unknown WebIDL names used: *INS* DOMException + + +## WebTransport + +- Initial URL: [https://www.w3.org/TR/webtransport/](https://www.w3.org/TR/webtransport/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://w3c.github.io/webtransport/](https://w3c.github.io/webtransport/) +- Unknown WebIDL names used: *INS* DOMException + diff --git a/ed/diffnew.md b/ed/diffnew.md index c67542b13bf1..ba5fb6c7099f 100644 --- a/ed/diffnew.md +++ b/ed/diffnew.md @@ -1,4 +1,47 @@ -% Diff between report from "October 06, 2021" and reference report from "October 06, 2021" +% Diff between report from "October 07, 2021" and reference report from "October 06, 2021" % Reffy -% October 06, 2021 +% October 07, 2021 + +## Media Capture and Streams + +- Initial URL: [https://www.w3.org/TR/mediacapture-streams/](https://www.w3.org/TR/mediacapture-streams/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://w3c.github.io/mediacapture-main/](https://w3c.github.io/mediacapture-main/) +- Unknown WebIDL names used: *INS* DOMException + + +## WebIDL Level 1 + +- Initial URL: [https://www.w3.org/TR/WebIDL-1/](https://www.w3.org/TR/WebIDL-1/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://heycam.github.io/webidl/](https://heycam.github.io/webidl/) +- Spec title: *INS* WebIDL Level 1 / *DEL* Web IDL Standard +- Spec could not be rendered: *INS* Error: Execution context was destroyed, most likely because of a navigation. Error: Execution context was destroyed, most likely because of a navigation. + at rewriteError (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:265:23) + at runMicrotasks () + at processTicksAndRejections (internal/process/task_queues.js:95:5) + at async ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:219:60) + at async ExecutionContext.evaluate (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16) + at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:515:9) + at async crawlSpec (/home/runner/work/webref/webref/reffy/src/lib/specs-crawler.js:51:24) + at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/lib/specs-crawler.js:372:22) + at async Promise.all (index 424) + at async crawlList (/home/runner/work/webref/webref/reffy/src/lib/specs-crawler.js:380:21) + + +## WebRTC 1.0: Real-Time Communication Between Browsers + +- Initial URL: [https://www.w3.org/TR/webrtc/](https://www.w3.org/TR/webrtc/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://w3c.github.io/webrtc-pc/](https://w3c.github.io/webrtc-pc/) +- Unknown WebIDL names used: *INS* DOMException + + +## WebTransport + +- Initial URL: [https://www.w3.org/TR/webtransport/](https://www.w3.org/TR/webtransport/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://w3c.github.io/webtransport/](https://w3c.github.io/webtransport/) +- Unknown WebIDL names used: *INS* DOMException + diff --git a/ed/headings/IndexedDB-3.json b/ed/headings/IndexedDB-3.json index 42edb5370f16..cd8e8aedab5a 100644 --- a/ed/headings/IndexedDB-3.json +++ b/ed/headings/IndexedDB-3.json @@ -14,7 +14,7 @@ "id": "profile-and-date", "href": "https://w3c.github.io/IndexedDB/#profile-and-date", "level": 2, - "title": "Editor’s Draft, 18 June 2021" + "title": "Editor’s Draft, 6 October 2021" }, { "id": "abstract", diff --git a/ed/headings/WGSL.json b/ed/headings/WGSL.json index e20ebf55f682..e7f3c481f9de 100644 --- a/ed/headings/WGSL.json +++ b/ed/headings/WGSL.json @@ -692,6 +692,20 @@ "title": "Assignment Statement", "number": "7.2" }, + { + "id": "updating-assignment-section", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#updating-assignment-section", + "level": 4, + "title": "Updating Assignment", + "number": "7.2.1" + }, + { + "id": "phony-assignment-section", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#phony-assignment-section", + "level": 4, + "title": "Phony Assignment", + "number": "7.2.2" + }, { "id": "control-flow", "href": "https://gpuweb.github.io/gpuweb/wgsl/#control-flow", @@ -1294,13 +1308,6 @@ "title": "Synchronization built-in functions", "number": "16.12" }, - { - "id": "value-steering-functions", - "href": "https://gpuweb.github.io/gpuweb/wgsl/#value-steering-functions", - "level": 3, - "title": "Value-steering functions", - "number": "16.13" - }, { "id": "junkyard", "href": "https://gpuweb.github.io/gpuweb/wgsl/#junkyard", diff --git a/ed/headings/keyboard-lock.json b/ed/headings/keyboard-lock.json index bf6f017f8ed5..fd5331ea57f4 100644 --- a/ed/headings/keyboard-lock.json +++ b/ed/headings/keyboard-lock.json @@ -5,10 +5,10 @@ }, "headings": [ { - "id": "subtitle", - "href": "https://wicg.github.io/keyboard-lock/#subtitle", + "id": "profile-and-date", + "href": "https://wicg.github.io/keyboard-lock/#profile-and-date", "level": 2, - "title": "Draft Community Group Report, 1 April 2021" + "title": "Draft Community Group Report, 6 October 2021" }, { "id": "abstract", diff --git a/ed/headings/keyboard-map.json b/ed/headings/keyboard-map.json index cb1c02499e99..6344ea9eeabf 100644 --- a/ed/headings/keyboard-map.json +++ b/ed/headings/keyboard-map.json @@ -8,7 +8,7 @@ "id": "profile-and-date", "href": "https://wicg.github.io/keyboard-map/#profile-and-date", "level": 2, - "title": "Draft Community Group Report, 15 September 2021" + "title": "Draft Community Group Report, 6 October 2021" }, { "id": "abstract", diff --git a/ed/headings/secure-payment-confirmation.json b/ed/headings/secure-payment-confirmation.json index 177d19b14d60..92970b9f15ee 100644 --- a/ed/headings/secure-payment-confirmation.json +++ b/ed/headings/secure-payment-confirmation.json @@ -14,7 +14,7 @@ "id": "profile-and-date", "href": "https://w3c.github.io/secure-payment-confirmation#profile-and-date", "level": 2, - "title": "Editor’s Draft, 5 October 2021" + "title": "Editor’s Draft, 6 October 2021" }, { "id": "abstract", diff --git a/ed/headings/webcodecs.json b/ed/headings/webcodecs.json index e5eeaa40f392..3c386dc12da7 100644 --- a/ed/headings/webcodecs.json +++ b/ed/headings/webcodecs.json @@ -14,7 +14,7 @@ "id": "profile-and-date", "href": "https://w3c.github.io/webcodecs/#profile-and-date", "level": 2, - "title": "Editor’s Draft, 30 September 2021" + "title": "Editor’s Draft, 6 October 2021" }, { "id": "abstract", diff --git a/ed/headings/webpackage.json b/ed/headings/webpackage.json index 989cbfb2685a..d3d9f611959f 100644 --- a/ed/headings/webpackage.json +++ b/ed/headings/webpackage.json @@ -14,7 +14,7 @@ "id": "profile-and-date", "href": "https://wicg.github.io/webpackage/loading.html#profile-and-date", "level": 2, - "title": "Draft Community Group Report, 28 September 2021" + "title": "Draft Community Group Report, 7 October 2021" }, { "id": "abstract", diff --git a/ed/idl/keyboard-lock.idl b/ed/idl/keyboard-lock.idl index 3aaf9f3755b7..d81e9924a357 100644 --- a/ed/idl/keyboard-lock.idl +++ b/ed/idl/keyboard-lock.idl @@ -7,7 +7,8 @@ partial interface Navigator { [SecureContext, SameObject] readonly attribute Keyboard keyboard; }; -[SecureContext, Exposed=Window] interface Keyboard { +[SecureContext, Exposed=Window] +interface Keyboard : EventTarget { Promise lock(optional sequence keyCodes = []); undefined unlock(); }; diff --git a/ed/idlnames.json b/ed/idlnames.json index 9c876f1ccb33..e5bb5b0b5784 100644 --- a/ed/idlnames.json +++ b/ed/idlnames.json @@ -223,10 +223,6 @@ "fragment": "idlnames/AppendMode.idl", "parsed": "idlnamesparsed/AppendMode.json" }, - "ArrayBufferView": { - "fragment": "idlnames/ArrayBufferView.idl", - "parsed": "idlnamesparsed/ArrayBufferView.json" - }, "AssignedNodesOptions": { "fragment": "idlnames/AssignedNodesOptions.idl", "parsed": "idlnamesparsed/AssignedNodesOptions.json" @@ -731,10 +727,6 @@ "fragment": "idlnames/BroadcastChannel.idl", "parsed": "idlnamesparsed/BroadcastChannel.json" }, - "BufferSource": { - "fragment": "idlnames/BufferSource.idl", - "parsed": "idlnamesparsed/BufferSource.json" - }, "ByteLengthQueuingStrategy": { "fragment": "idlnames/ByteLengthQueuingStrategy.idl", "parsed": "idlnamesparsed/ByteLengthQueuingStrategy.json" @@ -1667,10 +1659,6 @@ "fragment": "idlnames/CustomStateSet.idl", "parsed": "idlnamesparsed/CustomStateSet.json" }, - "DOMException": { - "fragment": "idlnames/DOMException.idl", - "parsed": "idlnamesparsed/DOMException.json" - }, "DOMHighResTimeStamp": { "fragment": "idlnames/DOMHighResTimeStamp.idl", "parsed": "idlnamesparsed/DOMHighResTimeStamp.json" @@ -1747,10 +1735,6 @@ "fragment": "idlnames/DOMStringMap.idl", "parsed": "idlnamesparsed/DOMStringMap.json" }, - "DOMTimeStamp": { - "fragment": "idlnames/DOMTimeStamp.idl", - "parsed": "idlnamesparsed/DOMTimeStamp.json" - }, "DOMTokenList": { "fragment": "idlnames/DOMTokenList.idl", "parsed": "idlnamesparsed/DOMTokenList.json" @@ -2475,10 +2459,6 @@ "fragment": "idlnames/FullscreenOptions.idl", "parsed": "idlnamesparsed/FullscreenOptions.json" }, - "Function": { - "fragment": "idlnames/Function.idl", - "parsed": "idlnamesparsed/Function.json" - }, "FunctionStringCallback": { "fragment": "idlnames/FunctionStringCallback.idl", "parsed": "idlnamesparsed/FunctionStringCallback.json" @@ -8143,10 +8123,6 @@ "fragment": "idlnames/VisualViewport.idl", "parsed": "idlnamesparsed/VisualViewport.json" }, - "VoidFunction": { - "fragment": "idlnames/VoidFunction.idl", - "parsed": "idlnamesparsed/VoidFunction.json" - }, "WEBGL_blend_equation_advanced_coherent": { "fragment": "idlnames/WEBGL_blend_equation_advanced_coherent.idl", "parsed": "idlnamesparsed/WEBGL_blend_equation_advanced_coherent.json" diff --git a/ed/idlnames/Keyboard.idl b/ed/idlnames/Keyboard.idl index e26635b4ddb9..630445a5fe14 100644 --- a/ed/idlnames/Keyboard.idl +++ b/ed/idlnames/Keyboard.idl @@ -1,5 +1,6 @@ // Source: Keyboard Lock (https://wicg.github.io/keyboard-lock/) -[SecureContext, Exposed=Window] interface Keyboard { +[SecureContext, Exposed=Window] +interface Keyboard : EventTarget { Promise lock(optional sequence keyCodes = []); undefined unlock(); }; diff --git a/ed/idlnamesparsed/Keyboard.json b/ed/idlnamesparsed/Keyboard.json index 4610cdc87855..6adab45d0617 100644 --- a/ed/idlnamesparsed/Keyboard.json +++ b/ed/idlnamesparsed/Keyboard.json @@ -6,7 +6,7 @@ "title": "Keyboard Lock", "url": "https://wicg.github.io/keyboard-lock/" }, - "fragment": "[SecureContext, Exposed=Window] interface Keyboard {\n Promise lock(optional sequence keyCodes = []);\n undefined unlock();\n};", + "fragment": "[SecureContext, Exposed=Window]\ninterface Keyboard : EventTarget {\n Promise lock(optional sequence keyCodes = []);\n undefined unlock();\n};", "href": "https://wicg.github.io/keyboard-lock/#keyboard" }, "extended": [ @@ -18,6 +18,20 @@ "fragment": "partial interface Keyboard {\n Promise getLayoutMap();\n\n attribute EventHandler onlayoutchange;\n};" } ], - "inheritance": null, + "inheritance": { + "name": "EventTarget", + "type": "interface", + "defined": { + "spec": { + "title": "DOM Standard", + "url": "https://dom.spec.whatwg.org/" + }, + "fragment": "[Exposed=(Window,Worker,AudioWorklet)]\ninterface EventTarget {\n constructor();\n\n undefined addEventListener(DOMString type, EventListener? callback, optional (AddEventListenerOptions or boolean) options = {});\n undefined removeEventListener(DOMString type, EventListener? callback, optional (EventListenerOptions or boolean) options = {});\n boolean dispatchEvent(Event event);\n};", + "href": "https://dom.spec.whatwg.org/#eventtarget" + }, + "extended": [], + "inheritance": null, + "includes": [] + }, "includes": [] } \ No newline at end of file diff --git a/ed/idlnamesparsed/OverconstrainedError.json b/ed/idlnamesparsed/OverconstrainedError.json index 5bcc0fecda4c..784afc34ade5 100644 --- a/ed/idlnamesparsed/OverconstrainedError.json +++ b/ed/idlnamesparsed/OverconstrainedError.json @@ -10,20 +10,5 @@ "href": "https://w3c.github.io/mediacapture-main/#dom-overconstrainederror" }, "extended": [], - "inheritance": { - "name": "DOMException", - "type": "interface", - "defined": { - "spec": { - "title": "Web IDL Standard", - "url": "https://www.w3.org/TR/WebIDL-1/" - }, - "fragment": "[Exposed=(Window,Worker),\n Serializable]\ninterface DOMException { // but see below note about ECMAScript binding\n constructor(optional DOMString message = \"\", optional DOMString name = \"Error\");\n readonly attribute DOMString name;\n readonly attribute DOMString message;\n readonly attribute unsigned short code;\n\n const unsigned short INDEX_SIZE_ERR = 1;\n const unsigned short DOMSTRING_SIZE_ERR = 2;\n const unsigned short HIERARCHY_REQUEST_ERR = 3;\n const unsigned short WRONG_DOCUMENT_ERR = 4;\n const unsigned short INVALID_CHARACTER_ERR = 5;\n const unsigned short NO_DATA_ALLOWED_ERR = 6;\n const unsigned short NO_MODIFICATION_ALLOWED_ERR = 7;\n const unsigned short NOT_FOUND_ERR = 8;\n const unsigned short NOT_SUPPORTED_ERR = 9;\n const unsigned short INUSE_ATTRIBUTE_ERR = 10;\n const unsigned short INVALID_STATE_ERR = 11;\n const unsigned short SYNTAX_ERR = 12;\n const unsigned short INVALID_MODIFICATION_ERR = 13;\n const unsigned short NAMESPACE_ERR = 14;\n const unsigned short INVALID_ACCESS_ERR = 15;\n const unsigned short VALIDATION_ERR = 16;\n const unsigned short TYPE_MISMATCH_ERR = 17;\n const unsigned short SECURITY_ERR = 18;\n const unsigned short NETWORK_ERR = 19;\n const unsigned short ABORT_ERR = 20;\n const unsigned short URL_MISMATCH_ERR = 21;\n const unsigned short QUOTA_EXCEEDED_ERR = 22;\n const unsigned short TIMEOUT_ERR = 23;\n const unsigned short INVALID_NODE_TYPE_ERR = 24;\n const unsigned short DATA_CLONE_ERR = 25;\n};", - "href": "https://webidl.spec.whatwg.org/#idl-DOMException" - }, - "extended": [], - "inheritance": null, - "includes": [] - }, "includes": [] } \ No newline at end of file diff --git a/ed/idlnamesparsed/RTCError.json b/ed/idlnamesparsed/RTCError.json index fa3b09aed2f0..92faefa6c025 100644 --- a/ed/idlnamesparsed/RTCError.json +++ b/ed/idlnamesparsed/RTCError.json @@ -18,20 +18,5 @@ "fragment": "partial interface RTCError {\n readonly attribute long? httpRequestStatusCode;\n};" } ], - "inheritance": { - "name": "DOMException", - "type": "interface", - "defined": { - "spec": { - "title": "Web IDL Standard", - "url": "https://www.w3.org/TR/WebIDL-1/" - }, - "fragment": "[Exposed=(Window,Worker),\n Serializable]\ninterface DOMException { // but see below note about ECMAScript binding\n constructor(optional DOMString message = \"\", optional DOMString name = \"Error\");\n readonly attribute DOMString name;\n readonly attribute DOMString message;\n readonly attribute unsigned short code;\n\n const unsigned short INDEX_SIZE_ERR = 1;\n const unsigned short DOMSTRING_SIZE_ERR = 2;\n const unsigned short HIERARCHY_REQUEST_ERR = 3;\n const unsigned short WRONG_DOCUMENT_ERR = 4;\n const unsigned short INVALID_CHARACTER_ERR = 5;\n const unsigned short NO_DATA_ALLOWED_ERR = 6;\n const unsigned short NO_MODIFICATION_ALLOWED_ERR = 7;\n const unsigned short NOT_FOUND_ERR = 8;\n const unsigned short NOT_SUPPORTED_ERR = 9;\n const unsigned short INUSE_ATTRIBUTE_ERR = 10;\n const unsigned short INVALID_STATE_ERR = 11;\n const unsigned short SYNTAX_ERR = 12;\n const unsigned short INVALID_MODIFICATION_ERR = 13;\n const unsigned short NAMESPACE_ERR = 14;\n const unsigned short INVALID_ACCESS_ERR = 15;\n const unsigned short VALIDATION_ERR = 16;\n const unsigned short TYPE_MISMATCH_ERR = 17;\n const unsigned short SECURITY_ERR = 18;\n const unsigned short NETWORK_ERR = 19;\n const unsigned short ABORT_ERR = 20;\n const unsigned short URL_MISMATCH_ERR = 21;\n const unsigned short QUOTA_EXCEEDED_ERR = 22;\n const unsigned short TIMEOUT_ERR = 23;\n const unsigned short INVALID_NODE_TYPE_ERR = 24;\n const unsigned short DATA_CLONE_ERR = 25;\n};", - "href": "https://webidl.spec.whatwg.org/#idl-DOMException" - }, - "extended": [], - "inheritance": null, - "includes": [] - }, "includes": [] } \ No newline at end of file diff --git a/ed/idlnamesparsed/WebTransportError.json b/ed/idlnamesparsed/WebTransportError.json index bc4706f8a8a7..9ca95e6d4e31 100644 --- a/ed/idlnamesparsed/WebTransportError.json +++ b/ed/idlnamesparsed/WebTransportError.json @@ -10,20 +10,5 @@ "href": "https://w3c.github.io/webtransport/#webtransporterror" }, "extended": [], - "inheritance": { - "name": "DOMException", - "type": "interface", - "defined": { - "spec": { - "title": "Web IDL Standard", - "url": "https://www.w3.org/TR/WebIDL-1/" - }, - "fragment": "[Exposed=(Window,Worker),\n Serializable]\ninterface DOMException { // but see below note about ECMAScript binding\n constructor(optional DOMString message = \"\", optional DOMString name = \"Error\");\n readonly attribute DOMString name;\n readonly attribute DOMString message;\n readonly attribute unsigned short code;\n\n const unsigned short INDEX_SIZE_ERR = 1;\n const unsigned short DOMSTRING_SIZE_ERR = 2;\n const unsigned short HIERARCHY_REQUEST_ERR = 3;\n const unsigned short WRONG_DOCUMENT_ERR = 4;\n const unsigned short INVALID_CHARACTER_ERR = 5;\n const unsigned short NO_DATA_ALLOWED_ERR = 6;\n const unsigned short NO_MODIFICATION_ALLOWED_ERR = 7;\n const unsigned short NOT_FOUND_ERR = 8;\n const unsigned short NOT_SUPPORTED_ERR = 9;\n const unsigned short INUSE_ATTRIBUTE_ERR = 10;\n const unsigned short INVALID_STATE_ERR = 11;\n const unsigned short SYNTAX_ERR = 12;\n const unsigned short INVALID_MODIFICATION_ERR = 13;\n const unsigned short NAMESPACE_ERR = 14;\n const unsigned short INVALID_ACCESS_ERR = 15;\n const unsigned short VALIDATION_ERR = 16;\n const unsigned short TYPE_MISMATCH_ERR = 17;\n const unsigned short SECURITY_ERR = 18;\n const unsigned short NETWORK_ERR = 19;\n const unsigned short ABORT_ERR = 20;\n const unsigned short URL_MISMATCH_ERR = 21;\n const unsigned short QUOTA_EXCEEDED_ERR = 22;\n const unsigned short TIMEOUT_ERR = 23;\n const unsigned short INVALID_NODE_TYPE_ERR = 24;\n const unsigned short DATA_CLONE_ERR = 25;\n};", - "href": "https://webidl.spec.whatwg.org/#idl-DOMException" - }, - "extended": [], - "inheritance": null, - "includes": [] - }, "includes": [] } \ No newline at end of file diff --git a/ed/idlparsed/keyboard-lock.json b/ed/idlparsed/keyboard-lock.json index a40bab977659..ed19108c1309 100644 --- a/ed/idlparsed/keyboard-lock.json +++ b/ed/idlparsed/keyboard-lock.json @@ -14,10 +14,10 @@ }, "idlNames": { "Keyboard": { - "fragment": "[SecureContext, Exposed=Window] interface Keyboard {\n Promise lock(optional sequence keyCodes = []);\n undefined unlock();\n};", + "fragment": "[SecureContext, Exposed=Window]\ninterface Keyboard : EventTarget {\n Promise lock(optional sequence keyCodes = []);\n undefined unlock();\n};", "type": "interface", "name": "Keyboard", - "inheritance": null, + "inheritance": "EventTarget", "members": [ { "type": "operation", @@ -160,10 +160,13 @@ "Navigator": [ "Keyboard" ], - "Keyboard": [] + "Keyboard": [ + "EventTarget" + ] }, "externalDependencies": [ - "Navigator" + "Navigator", + "EventTarget" ], "hasObsoleteIdl": false } diff --git a/ed/ids/CSS21.json b/ed/ids/CSS21.json index 06ef455a3d67..59ed9c225815 100644 --- a/ed/ids/CSS21.json +++ b/ed/ids/CSS21.json @@ -1037,7 +1037,7 @@ "https://drafts.csswg.org/css2/#ref-for-value-def-percentage%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A2%E2%91%A8", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A1", "https://drafts.csswg.org/css2/#ref-for-propdef-top%E2%91%A2", "https://drafts.csswg.org/css2/#propdef-bottom", "https://drafts.csswg.org/css2/#ref-for-value-def-length%E2%91%A7", @@ -1045,7 +1045,7 @@ "https://drafts.csswg.org/css2/#ref-for-value-def-percentage%E2%91%A4", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A1", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A1", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-propdef-top%E2%91%A3", "https://drafts.csswg.org/css2/#propdef-left", "https://drafts.csswg.org/css2/#ref-for-value-def-length%E2%91%A8", @@ -1053,7 +1053,7 @@ "https://drafts.csswg.org/css2/#ref-for-value-def-percentage%E2%91%A5", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A4", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A2", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-propdef-top%E2%91%A4", "https://drafts.csswg.org/css2/#valdef-top-length", "https://drafts.csswg.org/css2/#ref-for-value-def-length%E2%91%A0%E2%93%AA", @@ -1093,11 +1093,11 @@ "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A6", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A6", "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A7", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A3", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A4", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A7", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A8", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A4", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A5", "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A8", "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A0%E2%91%A0", @@ -1945,10 +1945,10 @@ "https://drafts.csswg.org/css2/#value-def-left", "https://drafts.csswg.org/css2/#ref-for-value-def-length%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/css2/#valdef-top-auto%E2%91%A0", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A5", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A6", - "https://drafts.csswg.org/css2/#ref-for-valdef-clip-auto%E2%91%A3", - "https://drafts.csswg.org/css2/#ref-for-valdef-z-index-auto%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-cursor-auto", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto", + "https://drafts.csswg.org/css2/#ref-for-valdef-table-layout-auto", "https://drafts.csswg.org/css2/#ref-for-propdef-clip%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-propdef-overflow%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css2/#ref-for-valdef-overflow-visible%E2%91%A0%E2%91%A1", @@ -2299,7 +2299,7 @@ "https://drafts.csswg.org/css2/#ref-for-propdef-page-break-inside%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-propdef-page-break-after%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-propdef-page-break-before%E2%91%A1", - "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto", + "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-always%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A2%E2%91%A8", @@ -2336,7 +2336,7 @@ "https://drafts.csswg.org/css2/#ref-for-propdef-orphans%E2%91%A1", "https://drafts.csswg.org/css2/#ref-for-propdef-widows%E2%91%A1", "https://drafts.csswg.org/css2/#ref-for-propdef-page-break-inside%E2%91%A2", - "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto%E2%91%A1", "https://drafts.csswg.org/css2/#forced", "https://drafts.csswg.org/css2/#ref-for-propdef-page-break-after%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-propdef-page-break-before%E2%91%A3", @@ -3057,7 +3057,7 @@ "https://drafts.csswg.org/css2/#ref-for-propdef-overflow%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css2/#auto-table-layout", "https://drafts.csswg.org/css2/#ref-for-propdef-table-layout%E2%91%A1", - "https://drafts.csswg.org/css2/#ref-for-valdef-table-layout-auto", + "https://drafts.csswg.org/css2/#ref-for-valdef-table-layout-auto%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%91%A5", "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%91%A6", diff --git a/ed/ids/CSS22.json b/ed/ids/CSS22.json index 06ef455a3d67..59ed9c225815 100644 --- a/ed/ids/CSS22.json +++ b/ed/ids/CSS22.json @@ -1037,7 +1037,7 @@ "https://drafts.csswg.org/css2/#ref-for-value-def-percentage%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A2%E2%91%A8", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A1", "https://drafts.csswg.org/css2/#ref-for-propdef-top%E2%91%A2", "https://drafts.csswg.org/css2/#propdef-bottom", "https://drafts.csswg.org/css2/#ref-for-value-def-length%E2%91%A7", @@ -1045,7 +1045,7 @@ "https://drafts.csswg.org/css2/#ref-for-value-def-percentage%E2%91%A4", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A1", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A1", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-propdef-top%E2%91%A3", "https://drafts.csswg.org/css2/#propdef-left", "https://drafts.csswg.org/css2/#ref-for-value-def-length%E2%91%A8", @@ -1053,7 +1053,7 @@ "https://drafts.csswg.org/css2/#ref-for-value-def-percentage%E2%91%A5", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A4", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A2", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-propdef-top%E2%91%A4", "https://drafts.csswg.org/css2/#valdef-top-length", "https://drafts.csswg.org/css2/#ref-for-value-def-length%E2%91%A0%E2%93%AA", @@ -1093,11 +1093,11 @@ "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A6", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A6", "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A7", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A3", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A4", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A7", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A8", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A4", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A5", "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A8", "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A0%E2%91%A0", @@ -1945,10 +1945,10 @@ "https://drafts.csswg.org/css2/#value-def-left", "https://drafts.csswg.org/css2/#ref-for-value-def-length%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/css2/#valdef-top-auto%E2%91%A0", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A5", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A6", - "https://drafts.csswg.org/css2/#ref-for-valdef-clip-auto%E2%91%A3", - "https://drafts.csswg.org/css2/#ref-for-valdef-z-index-auto%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-cursor-auto", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto", + "https://drafts.csswg.org/css2/#ref-for-valdef-table-layout-auto", "https://drafts.csswg.org/css2/#ref-for-propdef-clip%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-propdef-overflow%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css2/#ref-for-valdef-overflow-visible%E2%91%A0%E2%91%A1", @@ -2299,7 +2299,7 @@ "https://drafts.csswg.org/css2/#ref-for-propdef-page-break-inside%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-propdef-page-break-after%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-propdef-page-break-before%E2%91%A1", - "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto", + "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-always%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A2%E2%91%A8", @@ -2336,7 +2336,7 @@ "https://drafts.csswg.org/css2/#ref-for-propdef-orphans%E2%91%A1", "https://drafts.csswg.org/css2/#ref-for-propdef-widows%E2%91%A1", "https://drafts.csswg.org/css2/#ref-for-propdef-page-break-inside%E2%91%A2", - "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto%E2%91%A1", "https://drafts.csswg.org/css2/#forced", "https://drafts.csswg.org/css2/#ref-for-propdef-page-break-after%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-propdef-page-break-before%E2%91%A3", @@ -3057,7 +3057,7 @@ "https://drafts.csswg.org/css2/#ref-for-propdef-overflow%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css2/#auto-table-layout", "https://drafts.csswg.org/css2/#ref-for-propdef-table-layout%E2%91%A1", - "https://drafts.csswg.org/css2/#ref-for-valdef-table-layout-auto", + "https://drafts.csswg.org/css2/#ref-for-valdef-table-layout-auto%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%91%A5", "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%91%A6", diff --git a/ed/ids/WGSL.json b/ed/ids/WGSL.json index c88ccd507e20..76e2c0005ec1 100644 --- a/ed/ids/WGSL.json +++ b/ed/ids/WGSL.json @@ -578,7 +578,7 @@ "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-memory-locations%E2%91%A0", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-originating-variable", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-zero-value", - "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-assignment-statement", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-statement-assignment", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-memory-locations%E2%91%A1", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-originating-variable%E2%91%A0", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-memory-locations%E2%91%A2", @@ -588,7 +588,7 @@ "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-indirection", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-let-declaration", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-formal-parameter%E2%91%A0", - "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-assignment-statement%E2%91%A0", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-statement-assignment%E2%91%A0", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-write-access", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-access-write", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-access-read_write%E2%91%A5", @@ -900,9 +900,12 @@ "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-identifier%E2%91%A0%E2%91%A0", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-in-scope%E2%91%A5", "https://gpuweb.github.io/gpuweb/wgsl/#assignment", - "https://gpuweb.github.io/gpuweb/wgsl/#assignment-statement", + "https://gpuweb.github.io/gpuweb/wgsl/#statement-assignment", "https://gpuweb.github.io/gpuweb/wgsl/#left-hand-side", "https://gpuweb.github.io/gpuweb/wgsl/#right-hand-side", + "https://gpuweb.github.io/gpuweb/wgsl/#updating-assignment-section", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-left-hand-side", + "https://gpuweb.github.io/gpuweb/wgsl/#updating-assignment", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-access-write%E2%91%A1", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-access-read_write%E2%91%A8", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-constructible%E2%91%A0%E2%91%A4", @@ -910,6 +913,17 @@ "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-memory-locations%E2%91%A4", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-invalid-memory-reference%E2%91%A5", "https://gpuweb.github.io/gpuweb/wgsl/#example-7c7b373c", + "https://gpuweb.github.io/gpuweb/wgsl/#phony-assignment-section", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-left-hand-side%E2%91%A0", + "https://gpuweb.github.io/gpuweb/wgsl/#phony-assignment", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-constructible%E2%91%A0%E2%91%A5", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-pointer-type%E2%91%A2", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-texture%E2%91%A2", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-sampler%E2%91%A2", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-statically-accessed%E2%91%A0", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-resource-interface-of-a-shader%E2%91%A2", + "https://gpuweb.github.io/gpuweb/wgsl/#example-432b03dd", + "https://gpuweb.github.io/gpuweb/wgsl/#example-18ab076b", "https://gpuweb.github.io/gpuweb/wgsl/#control-flow", "https://gpuweb.github.io/gpuweb/wgsl/#sequence-statement", "https://gpuweb.github.io/gpuweb/wgsl/#if-statement", @@ -1017,7 +1031,7 @@ "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-declaration%E2%91%A5", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-identifier%E2%91%A0%E2%91%A4", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-in-scope%E2%91%A0%E2%91%A2", - "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-constructible%E2%91%A0%E2%91%A5", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-constructible%E2%91%A0%E2%91%A6", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-statement-return%E2%91%A2", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-attribute-stage", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-attribute-workgroup_size", @@ -1039,7 +1053,7 @@ "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-vertex%E2%91%A0", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-built-in-output-variable%E2%91%A0", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-function-call%E2%91%A1", - "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-constructible%E2%91%A0%E2%91%A6", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-constructible%E2%91%A0%E2%91%A7", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-formal-parameter%E2%91%A4", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-user-defined-function%E2%91%A0", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-storage-classes-function%E2%91%A4", @@ -1095,7 +1109,7 @@ "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-in-scope%E2%91%A0%E2%91%A3", "https://gpuweb.github.io/gpuweb/wgsl/#interface-of-a-shader-stage", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-module-scope%E2%91%A0%E2%91%A0", - "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-statically-accessed%E2%91%A0", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-statically-accessed%E2%91%A1", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-functions-in-a-shader-stage%E2%91%A1", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-storage-classes-uniform%E2%91%A8", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-storage-classes-storage%E2%91%A0%E2%91%A2", @@ -1136,7 +1150,7 @@ "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-uniform-buffer%E2%91%A4", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-storage-buffer%E2%91%A5", "https://gpuweb.github.io/gpuweb/wgsl/#resource-interface-of-a-shader", - "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-statically-accessed%E2%91%A1", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-statically-accessed%E2%91%A2", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-functions-in-a-shader-stage%E2%91%A3", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-attribute-group%E2%91%A2", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-attribute-binding%E2%91%A1", @@ -1348,7 +1362,6 @@ "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-storage-classes-storage%E2%91%A0%E2%91%A8", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-storage-classes-workgroup%E2%91%A8", "https://gpuweb.github.io/gpuweb/wgsl/#example-d8187cc3", - "https://gpuweb.github.io/gpuweb/wgsl/#value-steering-functions", "https://gpuweb.github.io/gpuweb/wgsl/#junkyard", "https://gpuweb.github.io/gpuweb/wgsl/#w3c-conformance", "https://gpuweb.github.io/gpuweb/wgsl/#w3c-conventions", diff --git a/ed/ids/css-align-3.json b/ed/ids/css-align-3.json index f7b90ffba3d3..d36e319e3a4b 100644 --- a/ed/ids/css-align-3.json +++ b/ed/ids/css-align-3.json @@ -318,7 +318,7 @@ "https://drafts.csswg.org/css-align/#ref-for-valdef-display-inline-block", "https://drafts.csswg.org/css-align/#ref-for-valdef-display-inline-table", "https://drafts.csswg.org/css-align/#distribution-values", - "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch", + "https://drafts.csswg.org/css-align/#ref-for-valdef-align-content-stretch", "https://drafts.csswg.org/css-align/#ref-for-valdef-align-content-space-between%E2%91%A0", "https://drafts.csswg.org/css-align/#ref-for-valdef-align-content-space-around", "https://drafts.csswg.org/css-align/#ref-for-valdef-align-content-space-evenly", @@ -470,12 +470,12 @@ "https://drafts.csswg.org/css-align/#ref-for-inline-axis%E2%91%A5", "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-content-normal%E2%91%A2", "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-content-normal%E2%91%A3", - "https://drafts.csswg.org/css-align/#ref-for-valdef-align-content-stretch", + "https://drafts.csswg.org/css-align/#ref-for-valdef-align-content-stretch%E2%91%A0", "https://drafts.csswg.org/css-align/#ref-for-valdef-column-width-auto", "https://drafts.csswg.org/css-align/#ref-for-propdef-column-width", "https://drafts.csswg.org/css-align/#ref-for-propdef-justify-content%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-content-normal%E2%91%A4", - "https://drafts.csswg.org/css-align/#ref-for-valdef-align-content-stretch%E2%91%A0", + "https://drafts.csswg.org/css-align/#ref-for-valdef-align-content-stretch%E2%91%A1", "https://drafts.csswg.org/css-align/#ref-for-propdef-column-width%E2%91%A0", "https://drafts.csswg.org/css-align/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-align/#distribution-flex", @@ -495,11 +495,11 @@ "https://drafts.csswg.org/css-align/#ref-for-main-axis%E2%91%A1", "https://drafts.csswg.org/css-align/#ref-for-main-axis%E2%91%A2", "https://drafts.csswg.org/css-align/#ref-for-propdef-flex", - "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-stretch", + "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch", "https://drafts.csswg.org/css-align/#ref-for-valdef-self-position-flex-start%E2%91%A4", "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-content-normal%E2%91%A5", "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-content-normal%E2%91%A6", - "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-stretch%E2%91%A0", + "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-stretch", "https://drafts.csswg.org/css-align/#distribution-grid", "https://drafts.csswg.org/css-align/#ref-for-alignment-container%E2%91%A2%E2%91%A1", "https://drafts.csswg.org/css-align/#ref-for-grid-container%E2%91%A2", @@ -515,7 +515,7 @@ "https://drafts.csswg.org/css-align/#ref-for-grid-column", "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-content-normal%E2%91%A7", "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-content-normal%E2%91%A8", - "https://drafts.csswg.org/css-align/#ref-for-valdef-align-content-stretch%E2%91%A1", + "https://drafts.csswg.org/css-align/#ref-for-valdef-align-content-stretch%E2%91%A2", "https://drafts.csswg.org/css-align/#place-content", "https://drafts.csswg.org/css-align/#ref-for-propdef-place-content%E2%91%A0", "https://drafts.csswg.org/css-align/#propdef-place-content", @@ -615,7 +615,7 @@ "https://drafts.csswg.org/css-align/#ref-for-baseline-alignment-preference%E2%91%A1", "https://drafts.csswg.org/css-align/#ref-for-margin", "https://drafts.csswg.org/css-align/#ref-for-self-alignment-properties%E2%91%A1", - "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-stretch%E2%91%A1", + "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-stretch%E2%91%A0", "https://drafts.csswg.org/css-align/#ref-for-valdef-self-position-self-start%E2%91%A3", "https://drafts.csswg.org/css-align/#ref-for-css-end%E2%91%A0", "https://drafts.csswg.org/css-align/#ref-for-margin%E2%91%A0", @@ -851,7 +851,7 @@ "https://drafts.csswg.org/css-align/#ref-for-writing-mode%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-align/#ref-for-flex-item%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-normal%E2%91%A4", - "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-stretch%E2%91%A2", + "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-stretch%E2%91%A1", "https://drafts.csswg.org/css-align/#align-grid", "https://drafts.csswg.org/css-align/#ref-for-propdef-align-self%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-align/#ref-for-block-axis%E2%91%A0%E2%91%A1", @@ -1295,7 +1295,7 @@ "https://drafts.csswg.org/css-align/#ref-for-propdef-align-self%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-align/#ref-for-propdef-align-content%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-align/#ref-for-valdef-self-position-end%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-stretch%E2%91%A3", + "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-stretch%E2%91%A2", "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-last-baseline%E2%91%A8", "https://drafts.csswg.org/css-align/#ref-for-typedef-baseline-position%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-align/#ref-for-propdef-justify-content%E2%91%A1%E2%91%A4", diff --git a/ed/ids/css-flexbox-1.json b/ed/ids/css-flexbox-1.json index ab6221348509..6b424676b524 100644 --- a/ed/ids/css-flexbox-1.json +++ b/ed/ids/css-flexbox-1.json @@ -528,7 +528,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size-property%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A3", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#valdef-flex-basis-content", "https://drafts.csswg.org/css-flexbox-1/#ref-for-automatic-size", @@ -622,7 +622,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-width%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A1", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A1", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-width%E2%91%A0%E2%91%A2", @@ -921,7 +921,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-preferred-aspect-ratio%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A8%E2%91%A3", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A8%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-size%E2%91%A0%E2%91%A2", @@ -1496,12 +1496,12 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A2%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#change-2016-align-self-as-specified", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A1", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A1", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A2", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A6", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A3", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A4", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A1", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-stretch%E2%91%A1", @@ -1607,7 +1607,7 @@ "https://drafts.csswg.org/css-flexbox-1/#change-2016-auto-content-wording", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-flex-basis%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A2", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-width%E2%91%A1%E2%91%A3", @@ -1686,7 +1686,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-display%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A4%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#change-2015-min-auto-intrinsic-percentages", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A5", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-min-height%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-max-height%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A7", @@ -1776,9 +1776,9 @@ "https://drafts.csswg.org/css-flexbox-1/#change-2015-align-self-auto", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-justify-self", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A6", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A7", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A3", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A4", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-stretch%E2%91%A2", @@ -1904,9 +1904,9 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A4%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-main-size-basis", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A3", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-intrinsic-percentages", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-min-height%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-max-height%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A1%E2%91%A0", @@ -1994,7 +1994,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size%E2%91%A4%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A7%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-size%E2%91%A4%E2%91%A7", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A4%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-width-fit-content", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A7%E2%91%A5", @@ -2041,7 +2041,7 @@ "https://drafts.csswg.org/css-flexbox-1/#change-2012-flex-basis-zero", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A5", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A8", @@ -2059,16 +2059,16 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A4", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-left%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A7%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-start%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-start%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-start%E2%91%A0%E2%91%A6", diff --git a/ed/ids/css-fonts-4.json b/ed/ids/css-fonts-4.json index 025619302685..101ae6bf983a 100644 --- a/ed/ids/css-fonts-4.json +++ b/ed/ids/css-fonts-4.json @@ -289,7 +289,7 @@ "https://drafts.csswg.org/css-fonts-4/#font-prop", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font", "https://drafts.csswg.org/css-fonts-4/#propdef-font", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-style", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-any", "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-css21-values", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-any%E2%91%A0", @@ -308,7 +308,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A2%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A2%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A2", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-weight%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-stretch%E2%91%A2", @@ -353,7 +353,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-normal-value", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-weight%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-weight-bold", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-style-italic%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-normal-value%E2%91%A0", @@ -363,13 +363,13 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-line-height%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-family%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-fantasy", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A4", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-weight%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A5", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-weight%E2%91%A6", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-stretch%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-size%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-family%E2%91%A3", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A6", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A7", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-weight%E2%91%A7", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-stretch%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-stretch-condensed", @@ -532,7 +532,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-src%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#font-prop-desc", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-style%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-style", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-weight%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-stretch", "https://drafts.csswg.org/css-fonts-4/#descdef-font-face-font-style", @@ -610,7 +610,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-weight%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-stretch%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A7", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-named-instance%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#font-requests", "https://drafts.csswg.org/css-fonts-4/#font-face-loading", @@ -618,7 +618,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-family%E2%91%A6", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#font-fetching-requirements", "https://drafts.csswg.org/css-fonts-4/#same-origin-restriction", @@ -629,8 +629,8 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-src%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-src%E2%91%A7", "https://drafts.csswg.org/css-fonts-4/#font-display-desc", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#descdef-font-face-font-display", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A5", @@ -638,7 +638,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A6%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A6%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A6%E2%91%A3", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-font-block-period%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#valdef-font-face-font-display-auto", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-display-block", @@ -667,14 +667,14 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-face-font-display-fallback%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#font-display-font-feature-values", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A6", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A7", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A2", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A2", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A4%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#descdef-font-feature-values-font-display", @@ -684,11 +684,11 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A6%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A6%E2%91%A7", "https://drafts.csswg.org/css-fonts-4/#font-language-override-desc", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-language-override%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-language-override%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#descdef-font-face-font-language-override", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A4%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A6%E2%91%A8", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-language-override%E2%91%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-language-override%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#font-metrics-override-desc", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-ascent-override", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-descent-override", @@ -732,10 +732,10 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A4%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A4%E2%91%A7", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-stretch%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A8", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-weight%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-stretch%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-weight%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A4%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-unicode-range%E2%91%A3", @@ -746,35 +746,35 @@ "https://drafts.csswg.org/css-fonts-4/#ascendingstretch", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-stretch%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#example-17d88513", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-style-italic%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-style-italic%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#issue-c152d461", "https://drafts.csswg.org/css-fonts-4/#example-1eed5a8f", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-style-oblique%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#greater-oblique-steps", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-style-oblique%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-synthesis-style%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#example-1717b62c", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-style-oblique%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#lesser-oblique-steps", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-style-oblique%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-synthesis-style%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#example-c1b8e89a", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-style-oblique%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-style-oblique%E2%91%A5", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-style-oblique%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-style-oblique%E2%91%A5", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-style-normal", "https://drafts.csswg.org/css-fonts-4/#example-249f724a", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A5%E2%93%AA", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-style%E2%91%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-style%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-synthesis%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-weight%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-weight%E2%91%A0%E2%91%A3", @@ -806,7 +806,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-character-map%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-character-map%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-family%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-family%E2%91%A2", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-family%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-character-map%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#ref-for-character-map%E2%91%A7", "https://drafts.csswg.org/css-fonts-4/#font-rend-props", @@ -817,7 +817,7 @@ "https://drafts.csswg.org/css-fonts-4/#language-specific-support", "https://drafts.csswg.org/css-fonts-4/#ref-for-content-language%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-content-language%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-language-override%E2%91%A2", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-language-override%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#font-kerning-prop", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-kerning%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#propdef-font-kerning", @@ -966,7 +966,7 @@ "https://drafts.csswg.org/css-fonts-4/#at-ruledef-font-feature-values", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-alternates%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-feature-settings%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-feature-settings%E2%91%A2", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-feature-settings%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#example-21e94b5d", "https://drafts.csswg.org/css-fonts-4/#font-feature-values-syntax", @@ -983,13 +983,13 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#ref-for-family-name-value%E2%91%A8", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-family%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-family%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-family-name-value%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A7", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-typedef-declaration-list%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-rule", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-cssstyledeclaration-declarations", "https://drafts.csswg.org/css-fonts-4/#font-feature-value-declaration", "https://drafts.csswg.org/css-fonts-4/#ref-for-identifier", @@ -1094,11 +1094,11 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-ligatures%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-language-override%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-feature-settings%E2%91%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-language-override%E2%91%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-feature-settings%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variation-settings%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#font-feature-settings-prop", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-feature-settings%E2%91%A2", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-feature-settings%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#propdef-font-feature-settings", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-feature-tag-value%E2%91%A0", @@ -1117,39 +1117,39 @@ "https://drafts.csswg.org/css-fonts-4/#example-b60d8e55", "https://drafts.csswg.org/css-fonts-4/#example-b4ef3250", "https://drafts.csswg.org/css-fonts-4/#font-language-override-prop", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-language-override%E2%91%A2", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-language-override%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#propdef-font-language-override", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-fonts-4/#example-4e544104", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-language-override%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-language-override%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#font-language-override-normal-value", "https://drafts.csswg.org/css-fonts-4/#font-language-override-string-value", "https://drafts.csswg.org/css-fonts-4/#example-52535338", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-language-override%E2%91%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-language-override%E2%91%A7", "https://drafts.csswg.org/css-fonts-4/#font-feature-variation-resolution", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%91%A4", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-feature-settings%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-feature-settings%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variation-settings%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A5%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#default-features", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-feature-settings%E2%91%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-feature-settings%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-ligatures%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#feature-variation-precedence", "https://drafts.csswg.org/css-fonts-4/#apply-font-matching-variations", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-weight%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-stretch%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A5%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-weight%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-stretch%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-style%E2%91%A2", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-style%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A5%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A5%E2%91%A5", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-language-override%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-language-override%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A5%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A5%E2%91%A7", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A5%E2%91%A8", @@ -1158,18 +1158,18 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-variation-settings%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A6%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A6%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-feature-settings%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-feature-settings%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A6%E2%91%A2", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-language-override%E2%91%A5", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-language-override%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-optical-sizing%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-kerning%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%91%A8", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-feature-settings%E2%91%A5", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-feature-settings%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-letter-spacing%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variation-settings%E2%91%A3", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-feature-settings%E2%91%A6", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-feature-settings%E2%91%A7", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A6%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A6%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A1%E2%93%AA", @@ -1184,12 +1184,12 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-src%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A6%E2%91%A7", "https://drafts.csswg.org/css-fonts-4/#example-eee12948", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-feature-settings%E2%91%A7", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-feature-settings%E2%91%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-feature-settings%E2%91%A8", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-feature-settings%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-ligatures%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-variant-ligatures-no-discretionary-ligatures", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-ligatures%E2%91%A3", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-feature-settings%E2%91%A5", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-feature-settings%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#font-variation-props", "https://drafts.csswg.org/css-fonts-4/#font-optical-sizing-def", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-optical-sizing%E2%91%A1", @@ -1206,17 +1206,17 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-optical-sizing%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-size-adjust%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#font-variation-settings-def", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-variation-settings%E2%91%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variation-settings%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#propdef-font-variation-settings", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#ref-for-number-value%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-mult-comma%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-optical-sizing%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-weight%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variation-settings%E2%91%A4", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-variation-settings%E2%91%A2", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A1%E2%91%A2", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-variation-settings%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variation-settings%E2%91%A5", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A1%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-variation-settings%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#color-font-support", "https://drafts.csswg.org/css-fonts-4/#multicolore", "https://drafts.csswg.org/css-fonts-4/#magicalunicorn", @@ -1272,7 +1272,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-font-family%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-family-name-value%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-family%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-family%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#base-palette-desc", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-base-palette%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#descdef-font-palette-values-base-palette", @@ -1331,7 +1331,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A6%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A7%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#preinstalled-and-user-installed-fonts", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-family%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-family%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#system-font", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-system-ui%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#object-model", @@ -1420,7 +1420,7 @@ "https://drafts.csswg.org/css-fonts-4/#217", "https://drafts.csswg.org/css-fonts-4/#a11y", "https://drafts.csswg.org/css-fonts-4/#acknowledgments", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#changes", "https://drafts.csswg.org/css-fonts-4/#changes-2021-07-29", "https://drafts.csswg.org/css-fonts-4/#changes-2020-11-17", @@ -1544,16 +1544,16 @@ "https://drafts.csswg.org/css-fonts-4/#biblio-windows-glyph-proc", "https://drafts.csswg.org/css-fonts-4/#property-index", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-family%E2%91%A0%E2%91%A4", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-feature-settings%E2%91%A8", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-family%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-feature-settings%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-kerning%E2%91%A3", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-language-override%E2%91%A6", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-language-override%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-optical-sizing%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-palette%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-size%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-size-adjust%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-stretch%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A1%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-synthesis%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-synthesis-small-caps%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-synthesis-style%E2%91%A5", @@ -1572,13 +1572,13 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A7%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-ascent-override%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-descent-override%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A4", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-family%E2%91%A3", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-feature-settings%E2%91%A6", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-language-override%E2%91%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-family%E2%91%A2", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-feature-settings%E2%91%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-language-override%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-named-instance%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-stretch%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-style%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-style%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-variation-settings%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-weight%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-line-gap-override%E2%91%A1", @@ -1586,7 +1586,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-unicode-range%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#font-feature-values-descriptor-table", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#font-palette-values-descriptor-table", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-base-palette%E2%91%A3", diff --git a/ed/ids/css-grid-2.json b/ed/ids/css-grid-2.json index d59dd83f7efe..20bddf355421 100644 --- a/ed/ids/css-grid-2.json +++ b/ed/ids/css-grid-2.json @@ -225,11 +225,11 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-block-level%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-block-formatting-context%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-block-box", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto", "https://drafts.csswg.org/css-grid-2/#ref-for-inline-size", "https://drafts.csswg.org/css-grid-2/#ref-for-inline-formatting-context", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A1%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-block-size", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content", "https://drafts.csswg.org/css-grid-2/#ref-for-min-content", @@ -1719,7 +1719,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-physical", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-direction", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-writing-mode", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A5", @@ -1731,11 +1731,11 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-implicit-grid%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-implicit-grid-lines%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-span%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#static-position", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A8", @@ -1906,7 +1906,7 @@ "https://drafts.csswg.org/css-grid-2/#intrinsic-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-min-content%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#flexible-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%91%A2", @@ -2005,10 +2005,10 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-minmax%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#max-track-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-minmax%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A4", @@ -2019,7 +2019,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-min-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-available-grid-space%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-available-grid-space%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A0", @@ -2048,7 +2048,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-fixed-sizing-function%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-indefinite%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-intrinsic-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A8", diff --git a/ed/ids/css-text-4.json b/ed/ids/css-text-4.json index 20be3b55f1bf..b68f2f8eeeb3 100644 --- a/ed/ids/css-text-4.json +++ b/ed/ids/css-text-4.json @@ -464,7 +464,7 @@ "https://drafts.csswg.org/css-text-4/#valdef-text-spacing-normal", "https://drafts.csswg.org/css-text-4/#valdef-text-spacing-none", "https://drafts.csswg.org/css-text-4/#valdef-text-spacing-auto", - "https://drafts.csswg.org/css-text-4/#ref-for-valdef-wrap-before-auto%E2%91%A0", + "https://drafts.csswg.org/css-text-4/#ref-for-valdef-text-spacing-auto", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-spacing%E2%91%A0", "https://drafts.csswg.org/css-text-4/#valdef-text-spacing-ideograph-alpha", "https://drafts.csswg.org/css-text-4/#ref-for-ideographs", diff --git a/ed/ids/filter-effects-1.json b/ed/ids/filter-effects-1.json index 0cf3e66ff051..bade2450be78 100644 --- a/ed/ids/filter-effects-1.json +++ b/ed/ids/filter-effects-1.json @@ -89,10 +89,10 @@ "https://drafts.fxtf.org/filter-effects-1/#MJMAINI-32", "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-7A", "https://drafts.fxtf.org/filter-effects-1/#MJSZ2-221A", - "https://drafts.fxtf.org/filter-effects-1/#MathJax_Message", "https://drafts.fxtf.org/filter-effects-1/#toc-nav", "https://drafts.fxtf.org/filter-effects-1/#toc-jump", "https://drafts.fxtf.org/filter-effects-1/#toc-toggle", + "https://drafts.fxtf.org/filter-effects-1/#MathJax_Message", "https://drafts.fxtf.org/filter-effects-1/#title", "https://drafts.fxtf.org/filter-effects-1/#profile-and-date", "https://drafts.fxtf.org/filter-effects-1/#abstract", diff --git a/ed/ids/keyboard-lock.json b/ed/ids/keyboard-lock.json index 9314200af362..b1391d7c205c 100644 --- a/ed/ids/keyboard-lock.json +++ b/ed/ids/keyboard-lock.json @@ -7,7 +7,7 @@ "https://wicg.github.io/keyboard-lock/#toc-nav", "https://wicg.github.io/keyboard-lock/#toc-jump", "https://wicg.github.io/keyboard-lock/#toc-toggle", - "https://wicg.github.io/keyboard-lock/#subtitle", + "https://wicg.github.io/keyboard-lock/#profile-and-date", "https://wicg.github.io/keyboard-lock/#abstract", "https://wicg.github.io/keyboard-lock/#status", "https://wicg.github.io/keyboard-lock/#toc", @@ -26,13 +26,15 @@ "https://wicg.github.io/keyboard-lock/#ref-for-navigator-keyboard", "https://wicg.github.io/keyboard-lock/#ref-for-navigator%E2%91%A0", "https://wicg.github.io/keyboard-lock/#ref-for-keyboard%E2%91%A0", - "https://wicg.github.io/keyboard-lock/#ref-for-navigator-keyboard%E2%91%A0", "https://wicg.github.io/keyboard-lock/#keyboard-interface", "https://wicg.github.io/keyboard-lock/#ref-for-SecureContext%E2%91%A0", "https://wicg.github.io/keyboard-lock/#ref-for-Exposed", "https://wicg.github.io/keyboard-lock/#keyboard", + "https://wicg.github.io/keyboard-lock/#ref-for-eventtarget", + "https://wicg.github.io/keyboard-lock/#ref-for-idl-promise", "https://wicg.github.io/keyboard-lock/#ref-for-idl-undefined", "https://wicg.github.io/keyboard-lock/#dom-keyboard-lock", + "https://wicg.github.io/keyboard-lock/#ref-for-idl-sequence", "https://wicg.github.io/keyboard-lock/#ref-for-idl-DOMString", "https://wicg.github.io/keyboard-lock/#dom-keyboard-lock-keycodes-keycodes", "https://wicg.github.io/keyboard-lock/#ref-for-idl-undefined%E2%91%A0", @@ -44,6 +46,8 @@ "https://wicg.github.io/keyboard-lock/#ref-for-keyboard-enable-keyboard-lock", "https://wicg.github.io/keyboard-lock/#keyboard-keyboard-lock-task-queue", "https://wicg.github.io/keyboard-lock/#ref-for-starting-a-new-parallel-queue", + "https://wicg.github.io/keyboard-lock/#ref-for-keyboard%E2%91%A1", + "https://wicg.github.io/keyboard-lock/#ref-for-eventtarget%E2%91%A0", "https://wicg.github.io/keyboard-lock/#h-keyboard-lock", "https://wicg.github.io/keyboard-lock/#keyboard-lock", "https://wicg.github.io/keyboard-lock/#ref-for-dom-keyboard-lock", @@ -134,6 +138,7 @@ "https://wicg.github.io/keyboard-lock/#index", "https://wicg.github.io/keyboard-lock/#index-defined-here", "https://wicg.github.io/keyboard-lock/#index-defined-elsewhere", + "https://wicg.github.io/keyboard-lock/#term-for-eventtarget", "https://wicg.github.io/keyboard-lock/#term-for-sec-promise-objects", "https://wicg.github.io/keyboard-lock/#term-for-fullscreen-element", "https://wicg.github.io/keyboard-lock/#term-for-navigator", @@ -156,11 +161,14 @@ "https://wicg.github.io/keyboard-lock/#term-for-Exposed", "https://wicg.github.io/keyboard-lock/#term-for-invalidaccesserror", "https://wicg.github.io/keyboard-lock/#term-for-invalidstateerror", + "https://wicg.github.io/keyboard-lock/#term-for-idl-promise", "https://wicg.github.io/keyboard-lock/#term-for-SameObject", "https://wicg.github.io/keyboard-lock/#term-for-SecureContext", + "https://wicg.github.io/keyboard-lock/#term-for-idl-sequence", "https://wicg.github.io/keyboard-lock/#term-for-idl-undefined", "https://wicg.github.io/keyboard-lock/#references", "https://wicg.github.io/keyboard-lock/#normative", + "https://wicg.github.io/keyboard-lock/#biblio-dom", "https://wicg.github.io/keyboard-lock/#biblio-ecmascript", "https://wicg.github.io/keyboard-lock/#biblio-fullscreen", "https://wicg.github.io/keyboard-lock/#biblio-html", diff --git a/ed/ids/web-animations-1.json b/ed/ids/web-animations-1.json index d0d0577f3cd4..f9186bf421e2 100644 --- a/ed/ids/web-animations-1.json +++ b/ed/ids/web-animations-1.json @@ -27,10 +27,10 @@ "https://drafts.csswg.org/web-animations-1/#MJMAIN-64", "https://drafts.csswg.org/web-animations-1/#MJMAIN-2265", "https://drafts.csswg.org/web-animations-1/#MJSZ3-7B", + "https://drafts.csswg.org/web-animations-1/#MathJax_Message", "https://drafts.csswg.org/web-animations-1/#toc-nav", "https://drafts.csswg.org/web-animations-1/#toc-jump", "https://drafts.csswg.org/web-animations-1/#toc-toggle", - "https://drafts.csswg.org/web-animations-1/#MathJax_Message", "https://drafts.csswg.org/web-animations-1/#title", "https://drafts.csswg.org/web-animations-1/#profile-and-date", "https://drafts.csswg.org/web-animations-1/#abstract", @@ -95,11 +95,11 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-associated-with-a-document", "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A2", "https://drafts.csswg.org/web-animations-1/#ref-for-timeline%E2%91%A3", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A3", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time", "https://drafts.csswg.org/web-animations-1/#ref-for-concept-animation%E2%91%A0", "https://drafts.csswg.org/web-animations-1/#ref-for-associated-with-a-timeline", "https://drafts.csswg.org/web-animations-1/#ref-for-update-an-animations-finished-state", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A3", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-events", "https://drafts.csswg.org/web-animations-1/#ref-for-remove-replaced-animations", "https://drafts.csswg.org/web-animations-1/#ref-for-perform-a-microtask-checkpoint", @@ -196,7 +196,7 @@ "https://drafts.csswg.org/web-animations-1/#animation-hold-time", "https://drafts.csswg.org/web-animations-1/#ref-for-time-value%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/web-animations-1/#ref-for-time-value%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A6", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A0", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-hold-time", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A5", "https://drafts.csswg.org/web-animations-1/#ref-for-concept-animation%E2%91%A6", @@ -211,7 +211,7 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-animation-hold-time%E2%91%A0", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A7", "https://drafts.csswg.org/web-animations-1/#ref-for-finished-play-state", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A0", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A6", "https://drafts.csswg.org/web-animations-1/#ref-for-update-an-animations-finished-state%E2%91%A0", "https://drafts.csswg.org/web-animations-1/#setting-the-associated-effect", "https://drafts.csswg.org/web-animations-1/#setting-the-target-effect", @@ -246,26 +246,26 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A7", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-hold-time%E2%91%A1", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A8", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A8", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A1", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-hold-time%E2%91%A2", "https://drafts.csswg.org/web-animations-1/#ref-for-timeline%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/web-animations-1/#ref-for-timeline%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/web-animations-1/#ref-for-inactive-timeline%E2%91%A1", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-start-time%E2%91%A1", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A2", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A3", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-start-time%E2%91%A2", "https://drafts.csswg.org/web-animations-1/#ref-for-playback-rate%E2%91%A0", "https://drafts.csswg.org/web-animations-1/#ref-for-time-value%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/web-animations-1/#ref-for-timeline%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/web-animations-1/#ref-for-playback-rate%E2%91%A1", "https://drafts.csswg.org/web-animations-1/#setting-the-current-time-of-an-animation", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A1", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A8", "https://drafts.csswg.org/web-animations-1/#animation-silently-set-the-current-time", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/web-animations-1/#ref-for-dfn-throw", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-hold-time%E2%91%A3", @@ -289,7 +289,7 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-animation-start-time%E2%91%A6", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-start-time%E2%91%A7", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A2", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-1/#ref-for-previous-current-time", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/web-animations-1/#animation-set-the-current-time", @@ -316,10 +316,10 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-animation-hold-time%E2%91%A7", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-start-time%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A4", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A5", "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A3", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/web-animations-1/#ref-for-apply-any-pending-playback-rate%E2%91%A1", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-start-time%E2%91%A0%E2%91%A0", @@ -375,16 +375,16 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-timeline%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/web-animations-1/#ref-for-monotonically-increasing-timeline%E2%91%A0", "https://drafts.csswg.org/web-animations-1/#ref-for-effective-playback-rate", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A2%E2%91%A0", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/web-animations-1/#ref-for-associated-effect-end", "https://drafts.csswg.org/web-animations-1/#ref-for-effective-playback-rate%E2%91%A0", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A6", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A2%E2%91%A1", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A4", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A5", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A7", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A8", "https://drafts.csswg.org/web-animations-1/#ref-for-associated-effect-end%E2%91%A0", "https://drafts.csswg.org/web-animations-1/#ref-for-associated-effect-end%E2%91%A1", "https://drafts.csswg.org/web-animations-1/#ref-for-dfn-throw%E2%91%A0", @@ -392,7 +392,7 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-idl-DOMException", "https://drafts.csswg.org/web-animations-1/#ref-for-associated-effect-end%E2%91%A2", "https://drafts.csswg.org/web-animations-1/#ref-for-effective-playback-rate%E2%91%A1", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A6", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A2%E2%91%A3", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-start-time%E2%91%A0%E2%91%A3", @@ -459,9 +459,9 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-concept-animation%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A3%E2%91%A2", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-start-time%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/web-animations-1/#ref-for-play-an-animation", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/web-animations-1/#pause-an-animation", "https://drafts.csswg.org/web-animations-1/#ref-for-pending-pause-task%E2%91%A8", "https://drafts.csswg.org/web-animations-1/#ref-for-play-state", @@ -470,7 +470,7 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A3%E2%91%A3", "https://drafts.csswg.org/web-animations-1/#ref-for-timeline%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/web-animations-1/#ref-for-monotonically-increasing-timeline%E2%91%A1", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A3%E2%91%A4", "https://drafts.csswg.org/web-animations-1/#ref-for-playback-rate%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/web-animations-1/#ref-for-associated-effect-end%E2%91%A3", @@ -513,25 +513,25 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-update-an-animations-finished-state%E2%91%A7", "https://drafts.csswg.org/web-animations-1/#reaching-the-end", "https://drafts.csswg.org/web-animations-1/#ref-for-media-element", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A7", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-1/#ref-for-end-time", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-associated-effect%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A8", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/web-animations-1/#ref-for-concept-animation%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-associated-effect%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/web-animations-1/#ref-for-playback-rate%E2%91%A0%E2%91%A4", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A1%E2%91%A2", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A1%E2%91%A3", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/web-animations-1/#ref-for-concept-animation%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-associated-effect%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A1%E2%91%A4", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-associated-effect%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-associated-effect%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/web-animations-1/#ref-for-end-time%E2%91%A0", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-associated-effect%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/web-animations-1/#ref-for-playback-rate%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/web-animations-1/#the-current-finished-promise", "https://drafts.csswg.org/web-animations-1/#current-finished-promise", "https://drafts.csswg.org/web-animations-1/#ref-for-current-finished-promise%E2%91%A0", @@ -540,7 +540,7 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-finished-play-state%E2%91%A1", "https://drafts.csswg.org/web-animations-1/#updating-the-finished-state", "https://drafts.csswg.org/web-animations-1/#ref-for-playback-rate%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A1%E2%91%A5", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/web-animations-1/#ref-for-associated-effect-end%E2%91%A5", "https://drafts.csswg.org/web-animations-1/#associated-effect-end", "https://drafts.csswg.org/web-animations-1/#ref-for-end-time%E2%91%A1", @@ -548,7 +548,7 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-animation-associated-effect%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/web-animations-1/#ref-for-associated-effect-end%E2%91%A6", "https://drafts.csswg.org/web-animations-1/#ref-for-playback-rate%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A1%E2%91%A6", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A3%E2%91%A7", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-start-time%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/web-animations-1/#ref-for-finished-play-state%E2%91%A2", @@ -557,18 +557,18 @@ "https://drafts.csswg.org/web-animations-1/#previous-current-time", "https://drafts.csswg.org/web-animations-1/#ref-for-time-value%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A3%E2%91%A8", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A1%E2%91%A7", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/web-animations-1/#ref-for-concept-animation%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/web-animations-1/#ref-for-concept-animation%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-set-the-current-time", "https://drafts.csswg.org/web-animations-1/#ref-for-concept-animation%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/web-animations-1/#update-an-animations-finished-state", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-set-the-current-time%E2%91%A0", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A1%E2%91%A8", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A4%E2%93%AA", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-hold-time%E2%91%A1%E2%91%A5", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A4%E2%91%A0", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-start-time%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A4%E2%91%A1", @@ -604,7 +604,7 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-animation-hold-time%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A4%E2%91%A5", "https://drafts.csswg.org/web-animations-1/#ref-for-previous-current-time%E2%91%A4", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/web-animations-1/#ref-for-play-state%E2%91%A0", "https://drafts.csswg.org/web-animations-1/#ref-for-finished-play-state%E2%91%A3", "https://drafts.csswg.org/web-animations-1/#ref-for-current-finished-promise%E2%91%A1", @@ -618,9 +618,9 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-dom-event-type", "https://drafts.csswg.org/web-animations-1/#ref-for-finish-event", "https://drafts.csswg.org/web-animations-1/#ref-for-dom-animationplaybackevent-currenttime", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A2%E2%93%AA", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/web-animations-1/#ref-for-dom-animationplaybackevent-timelinetime", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A2%E2%91%A0", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/web-animations-1/#ref-for-timeline%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/web-animations-1/#ref-for-inactive-timeline%E2%91%A8", "https://drafts.csswg.org/web-animations-1/#ref-for-dom-animationplaybackevent-timelinetime%E2%91%A0", @@ -690,7 +690,7 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-current-ready-promise%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/web-animations-1/#ref-for-update-an-animations-finished-state%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/web-animations-1/#canceling-an-animation-section", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A2%E2%91%A1", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A5%E2%91%A0", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-associated-effect%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/web-animations-1/#cancel-an-animation", @@ -708,7 +708,7 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-dom-event-type%E2%91%A0", "https://drafts.csswg.org/web-animations-1/#ref-for-cancel-event%E2%91%A0", "https://drafts.csswg.org/web-animations-1/#ref-for-dom-animationplaybackevent-currenttime%E2%91%A0", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A2%E2%91%A2", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/web-animations-1/#ref-for-timeline%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/web-animations-1/#ref-for-inactive-timeline%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A5%E2%91%A1", @@ -732,16 +732,16 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-animation-start-time%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A5%E2%91%A5", "https://drafts.csswg.org/web-animations-1/#speed-control", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A2%E2%91%A0", "https://drafts.csswg.org/web-animations-1/#ref-for-timeline%E2%91%A2%E2%91%A6", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A2%E2%91%A1", "https://drafts.csswg.org/web-animations-1/#ref-for-time-value%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/web-animations-1/#ref-for-timeline%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/web-animations-1/#ref-for-concept-animation%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/web-animations-1/#playback-rate", "https://drafts.csswg.org/web-animations-1/#ref-for-timeline%E2%91%A2%E2%91%A8", "https://drafts.csswg.org/web-animations-1/#ref-for-time-value%E2%91%A1%E2%91%A7", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/web-animations-1/#ref-for-playback-rate%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/web-animations-1/#ref-for-playback-rate%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/web-animations-1/#ref-for-play-state%E2%91%A3", @@ -750,7 +750,7 @@ "https://drafts.csswg.org/web-animations-1/#set-the-playback-rate", "https://drafts.csswg.org/web-animations-1/#ref-for-concept-animation%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/web-animations-1/#ref-for-pending-playback-rate%E2%91%A1", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/web-animations-1/#ref-for-playback-rate%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/web-animations-1/#ref-for-playback-rate%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A5%E2%91%A6", @@ -773,7 +773,7 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-pending-playback-rate%E2%91%A6", "https://drafts.csswg.org/web-animations-1/#seamlessly-update-the-playback-rate", "https://drafts.csswg.org/web-animations-1/#ref-for-concept-animation%E2%91%A1%E2%91%A4", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A2%E2%91%A3", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/web-animations-1/#ref-for-play-state%E2%91%A4", "https://drafts.csswg.org/web-animations-1/#ref-for-effective-playback-rate%E2%91%A4", "https://drafts.csswg.org/web-animations-1/#ref-for-pending-playback-rate%E2%91%A7", @@ -787,7 +787,7 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-paused-play-state%E2%91%A2", "https://drafts.csswg.org/web-animations-1/#ref-for-apply-any-pending-playback-rate%E2%91%A7", "https://drafts.csswg.org/web-animations-1/#ref-for-finished-play-state%E2%91%A7", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A2%E2%91%A4", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A5%E2%91%A7", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-hold-time%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-start-time%E2%91%A2%E2%91%A3", @@ -819,24 +819,24 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-concept-animation%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/web-animations-1/#play-state", "https://drafts.csswg.org/web-animations-1/#ref-for-idle-play-state%E2%91%A2", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A5%E2%91%A8", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-start-time%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A6%E2%93%AA", "https://drafts.csswg.org/web-animations-1/#ref-for-running-play-state%E2%91%A0", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A2%E2%91%A5", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A2%E2%91%A3", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-frame%E2%91%A1", "https://drafts.csswg.org/web-animations-1/#ref-for-playback-rate%E2%91%A2%E2%91%A1", "https://drafts.csswg.org/web-animations-1/#ref-for-timeline%E2%91%A3%E2%91%A2", "https://drafts.csswg.org/web-animations-1/#ref-for-inactive-timeline%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/web-animations-1/#ref-for-monotonically-increasing-timeline%E2%91%A2", "https://drafts.csswg.org/web-animations-1/#ref-for-paused-play-state%E2%91%A3", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/web-animations-1/#ref-for-finished-play-state%E2%91%A8", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A2%E2%91%A4", "https://drafts.csswg.org/web-animations-1/#ref-for-play-state%E2%91%A5", "https://drafts.csswg.org/web-animations-1/#ref-for-concept-animation%E2%91%A1%E2%91%A7", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A6%E2%91%A0", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-start-time%E2%91%A2%E2%91%A6", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A6%E2%91%A1", @@ -848,10 +848,10 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A6%E2%91%A2", "https://drafts.csswg.org/web-animations-1/#ref-for-pending-play-task%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/web-animations-1/#paused-play-state", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A1%E2%91%A2", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A6%E2%91%A3", "https://drafts.csswg.org/web-animations-1/#ref-for-effective-playback-rate%E2%91%A7", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A1%E2%91%A3", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/web-animations-1/#ref-for-associated-effect-end%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/web-animations-1/#ref-for-effective-playback-rate%E2%91%A8", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A1%E2%91%A4", @@ -997,7 +997,7 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-animation-effect%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-effect%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/web-animations-1/#ref-for-associated-with-an-animation%E2%91%A1", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A1%E2%91%A5", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A2%E2%91%A6", "https://drafts.csswg.org/web-animations-1/#ref-for-concept-animation%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A7%E2%91%A4", "https://drafts.csswg.org/web-animations-1/#animation-effect-phases-and-states", @@ -1779,16 +1779,16 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-dom-event-type%E2%91%A1", "https://drafts.csswg.org/web-animations-1/#ref-for-remove-event", "https://drafts.csswg.org/web-animations-1/#ref-for-dom-animationplaybackevent-currenttime%E2%91%A1", - "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A1%E2%91%A6", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/web-animations-1/#ref-for-dom-animationplaybackevent-timelinetime%E2%91%A2", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A2%E2%91%A6", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/web-animations-1/#ref-for-timeline%E2%91%A4%E2%93%AA", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-document-for-timing%E2%91%A4", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-document-for-timing%E2%91%A5", "https://drafts.csswg.org/web-animations-1/#ref-for-pending-animation-event-queue%E2%91%A3", "https://drafts.csswg.org/web-animations-1/#ref-for-scheduled-event-time%E2%91%A5", "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-time-to-origin-relative-time%E2%91%A3", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A2%E2%91%A7", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A2%E2%91%A8", "https://drafts.csswg.org/web-animations-1/#ref-for-timeline%E2%91%A4%E2%91%A0", "https://drafts.csswg.org/web-animations-1/#ref-for-queue-a-task%E2%91%A1", "https://drafts.csswg.org/web-animations-1/#ref-for-concept-event-dispatch%E2%91%A2", @@ -1825,7 +1825,7 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-dom-animationtimeline-phase", "https://drafts.csswg.org/web-animations-1/#dom-animationtimeline-currenttime", "https://drafts.csswg.org/web-animations-1/#ref-for-idl-double%E2%91%A0", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A2%E2%91%A8", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/web-animations-1/#ref-for-inactive-timeline%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/web-animations-1/#dom-animationtimeline-phase", "https://drafts.csswg.org/web-animations-1/#ref-for-enumdef-timelinephase%E2%91%A0", @@ -1955,7 +1955,7 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-set-the-start-time%E2%91%A0", "https://drafts.csswg.org/web-animations-1/#dom-animation-currenttime", "https://drafts.csswg.org/web-animations-1/#ref-for-idl-double%E2%91%A6", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A3%E2%93%AA", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-set-the-current-time%E2%91%A2", "https://drafts.csswg.org/web-animations-1/#dom-animation-playbackrate", "https://drafts.csswg.org/web-animations-1/#ref-for-idl-double%E2%91%A7", @@ -2843,7 +2843,7 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-constructing-events", "https://drafts.csswg.org/web-animations-1/#dom-animationplaybackevent-currenttime", "https://drafts.csswg.org/web-animations-1/#ref-for-idl-double%E2%91%A2%E2%91%A0", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A3%E2%91%A0", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/web-animations-1/#ref-for-concept-animation%E2%91%A6%E2%91%A3", "https://drafts.csswg.org/web-animations-1/#ref-for-concept-animation%E2%91%A6%E2%91%A4", "https://drafts.csswg.org/web-animations-1/#ref-for-idle-play-state%E2%91%A5", @@ -2872,13 +2872,13 @@ "https://drafts.csswg.org/web-animations-1/#example-a559e918", "https://drafts.csswg.org/web-animations-1/#ref-for-document-timeline%E2%91%A4", "https://drafts.csswg.org/web-animations-1/#ref-for-timeline%E2%91%A4%E2%91%A7", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A3%E2%91%A1", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A3%E2%91%A0", "https://drafts.csswg.org/web-animations-1/#ref-for-update-animations-and-send-events%E2%91%A3", "https://drafts.csswg.org/web-animations-1/#example-16dafcc0", "https://drafts.csswg.org/web-animations-1/#ref-for-event-loop-processing-model", "https://drafts.csswg.org/web-animations-1/#ref-for-update-animations-and-send-events%E2%91%A4", "https://drafts.csswg.org/web-animations-1/#ref-for-run-the-animation-frame-callbacks", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A3%E2%91%A2", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A3%E2%91%A1", "https://drafts.csswg.org/web-animations-1/#ref-for-default-document-timeline%E2%91%A8", "https://drafts.csswg.org/web-animations-1/#example-a0637e5c", "https://drafts.csswg.org/web-animations-1/#example-a8ba32df", diff --git a/ed/index.html b/ed/index.html index 001dfc74266b..1f6c020ecc5a 100644 --- a/ed/index.html +++ b/ed/index.html @@ -21,7 +21,7 @@

Reffy crawl

-

October 06, 2021

+

October 07, 2021

Reffy is a spec exploration tool. It crawls a list of specifications to study the WebIDL content, the links that they contain, and the references that these specifications contain.

@@ -188,6 +188,7 @@

Known dependencies on this specification

  • Indexed Database API 3.0
  • Infra Standard
  • JS Self-Profiling API
  • +
  • Keyboard Lock
  • Long Tasks API 1
  • Media Capabilities
  • Media Capture and Streams
  • @@ -214,7 +215,6 @@

    Known dependencies on this specification

  • Web Authentication: An API for accessing Public Key Credentials - Level 3
  • Web Bluetooth
  • Web Cryptography API
  • -
  • Web IDL Standard
  • Web NFC
  • WebAssembly JavaScript Interface
  • WebCodecs
  • @@ -728,7 +728,7 @@

    Spec info

    @@ -766,7 +766,7 @@

    Spec info

    @@ -834,7 +834,7 @@

    Spec info

    @@ -1250,7 +1250,7 @@

    Spec info

    @@ -1284,7 +1284,7 @@

    Spec info

    @@ -1335,7 +1335,7 @@

    Spec info

    @@ -1377,7 +1377,7 @@

    Spec info

    @@ -1414,7 +1414,7 @@

    Spec info

    @@ -6422,7 +6422,6 @@

    Known dependencies on this specification

  • CSS Color Adjustment Module Level 1
  • CSS Fonts Module Level 4
  • CSS Text Module Level 4
  • -
  • Web IDL Standard
  • @@ -8740,7 +8739,6 @@

    Known dependencies on this specification

  • CSS Easing Functions Level 1
  • CSS Images Module Level 3
  • CSS Syntax Module Level 3
  • -
  • Web IDL Standard
  • @@ -14783,7 +14781,7 @@

    Spec info

    @@ -18670,7 +18667,7 @@

    Spec info

    • Initial URL: https://www.w3.org/TR/IndexedDB-3/
    • Crawled URL: https://w3c.github.io/IndexedDB/
    • -
    • Crawled version: 18 June 2021
    • +
    • Crawled version: 6 October 2021
    • Editor's Draft: https://w3c.github.io/IndexedDB/
    • Latest published version: https://www.w3.org/TR/IndexedDB-3/
    • Shortname: IndexedDB-3
    • @@ -20227,7 +20224,7 @@

      Spec info

      -
      +

      Media Capture and Streams

      Spec info

      @@ -26177,6 +26144,7 @@

      Spec info

      Potential issue(s)

        +
      • Unknown WebIDL names used: DOMException
      • Missing references for links:
      -
      +

      WebRTC 1.0: Real-Time Communication Between Browsers

      Spec info

      @@ -26726,6 +26694,7 @@

      Spec info

      Potential issue(s)

      @@ -27055,7 +27023,7 @@

      Known dependencies on this specification

      WebTransport Working Group

      -
      +

      WebTransport

      Spec info

      @@ -27071,6 +27039,7 @@

      Spec info

      Potential issue(s)

      @@ -28721,7 +28689,6 @@

      Known dependencies on this specification

    • Web Background Synchronization
    • Web Bluetooth
    • Web Cryptography API
    • -
    • Web IDL Standard
    • Web Locks API
    • Web MIDI API
    • Web Neural Network API
    • @@ -28950,7 +28917,6 @@

      Known dependencies on this specification

    • Web Audio API
    • Web Authentication: An API for accessing Public Key Credentials - Level 3
    • Web Bluetooth
    • -
    • Web IDL Standard
    • Web Locks API
    • Web NFC
    • Web Periodic Background Synchronization
    • diff --git a/ed/index.json b/ed/index.json index 5338c22caeba..cc00f6e82db0 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2021-10-06T18:43:15.777Z", + "date": "2021-10-07T00:53:08.218Z", "options": { "output": "reports/ed", "modules": [ @@ -20,7 +20,7 @@ }, "stats": { "crawled": 446, - "errors": 0 + "errors": 1 }, "results": [ { @@ -4690,7 +4690,7 @@ ], "crawled": "https://wicg.github.io/js-self-profiling/", "generator": "respec", - "date": "30 September 2021", + "date": "06 October 2021", "links": "links/js-self-profiling.json", "refs": "refs/js-self-profiling.json", "idl": "idl/js-self-profiling.idl", @@ -4735,7 +4735,7 @@ ], "crawled": "https://wicg.github.io/keyboard-lock/", "generator": "bikeshed", - "date": "1 April 2021", + "date": "6 October 2021", "links": "links/keyboard-lock.json", "refs": "refs/keyboard-lock.json", "idl": "idl/keyboard-lock.idl", @@ -4780,7 +4780,7 @@ ], "crawled": "https://wicg.github.io/keyboard-map/", "generator": "bikeshed", - "date": "15 September 2021", + "date": "6 October 2021", "links": "links/keyboard-map.json", "refs": "refs/keyboard-map.json", "idl": "idl/keyboard-map.idl", @@ -6320,7 +6320,7 @@ ], "crawled": "https://wicg.github.io/webpackage/loading.html", "generator": "bikeshed", - "date": "28 September 2021", + "date": "7 October 2021", "links": "links/webpackage.json", "refs": "refs/webpackage.json", "dfns": "dfns/webpackage.json", @@ -8171,7 +8171,7 @@ "https://www.rfc-editor.org/rfc/rfc2397" ], "crawled": "https://www.rfc-editor.org/rfc/rfc2397", - "date": "6 October 2021", + "date": "7 October 2021", "links": "links/rfc2397.json", "ids": "ids/rfc2397.json" }, @@ -8274,7 +8274,7 @@ "https://www.rfc-editor.org/rfc/rfc6454" ], "crawled": "https://www.rfc-editor.org/rfc/rfc6454", - "date": "6 October 2021", + "date": "7 October 2021", "links": "links/rfc6454.json", "ids": "ids/rfc6454.json" }, @@ -8305,7 +8305,7 @@ "https://www.rfc-editor.org/rfc/rfc6797" ], "crawled": "https://www.rfc-editor.org/rfc/rfc6797", - "date": "6 October 2021", + "date": "7 October 2021", "links": "links/rfc6797.json", "ids": "ids/rfc6797.json" }, @@ -8336,7 +8336,7 @@ "https://www.rfc-editor.org/rfc/rfc7034" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7034", - "date": "6 October 2021", + "date": "7 October 2021", "links": "links/rfc7034.json", "ids": "ids/rfc7034.json" }, @@ -8584,7 +8584,7 @@ "https://www.rfc-editor.org/rfc/rfc7239" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7239", - "date": "6 October 2021", + "date": "7 October 2021", "links": "links/rfc7239.json", "ids": "ids/rfc7239.json" }, @@ -8615,7 +8615,7 @@ "https://www.rfc-editor.org/rfc/rfc7469" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7469", - "date": "6 October 2021", + "date": "7 October 2021", "links": "links/rfc7469.json", "ids": "ids/rfc7469.json" }, @@ -8718,7 +8718,7 @@ "https://www.rfc-editor.org/rfc/rfc7578" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7578", - "date": "6 October 2021", + "date": "7 October 2021", "links": "links/rfc7578.json", "ids": "ids/rfc7578.json" }, @@ -8893,7 +8893,7 @@ "https://www.rfc-editor.org/rfc/rfc8942" ], "crawled": "https://www.rfc-editor.org/rfc/rfc8942", - "date": "6 October 2021", + "date": "7 October 2021", "links": "links/rfc8942.json", "refs": "refs/rfc8942.json", "headings": "headings/rfc8942.json", @@ -15314,7 +15314,7 @@ ], "crawled": "https://w3c.github.io/IndexedDB/", "generator": "bikeshed", - "date": "18 June 2021", + "date": "6 October 2021", "links": "links/IndexedDB-3.json", "refs": "refs/IndexedDB-3.json", "idl": "idl/IndexedDB.idl", @@ -17890,7 +17890,7 @@ ], "crawled": "https://w3c.github.io/secure-payment-confirmation", "generator": "bikeshed", - "date": "5 October 2021", + "date": "6 October 2021", "links": "links/secure-payment-confirmation.json", "refs": "refs/secure-payment-confirmation.json", "idl": "idl/secure-payment-confirmation.idl", @@ -19567,7 +19567,7 @@ ], "crawled": "https://w3c.github.io/webcodecs/", "generator": "bikeshed", - "date": "30 September 2021", + "date": "6 October 2021", "links": "links/webcodecs.json", "refs": "refs/webcodecs.json", "idl": "idl/webcodecs.idl", @@ -19758,7 +19758,7 @@ "sourcePath": "index.bs", "filename": "index.html" }, - "title": "Web IDL Standard", + "title": "WebIDL Level 1", "source": "w3c", "shortTitle": "WebIDL 1", "tests": { @@ -19771,16 +19771,13 @@ "https://www.w3.org/TR/WebIDL-1/", "https://heycam.github.io/webidl/" ], - "crawled": "https://webidl.spec.whatwg.org/", - "generator": "bikeshed", - "date": "6 October 2021", - "links": "links/WebIDL-1.json", - "refs": "refs/WebIDL-1.json", - "idl": "idl/WebIDL.idl", - "dfns": "dfns/WebIDL-1.json", - "headings": "headings/WebIDL-1.json", - "ids": "ids/WebIDL-1.json", - "idlparsed": "idlparsed/WebIDL-1.json" + "crawled": { + "url": "https://heycam.github.io/webidl/", + "repository": "https://github.com/heycam/webidl", + "sourcePath": "index.bs", + "filename": "index.html" + }, + "error": "Error: Execution context was destroyed, most likely because of a navigation. Error: Execution context was destroyed, most likely because of a navigation.\n at rewriteError (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:265:23)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:219:60)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:515:9)\n at async crawlSpec (/home/runner/work/webref/webref/reffy/src/lib/specs-crawler.js:51:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/lib/specs-crawler.js:372:22)\n at async Promise.all (index 424)\n at async crawlList (/home/runner/work/webref/webref/reffy/src/lib/specs-crawler.js:380:21)" }, { "url": "https://www.w3.org/TR/webmidi/", diff --git a/ed/index.md b/ed/index.md index 9a621e736dba..bdbb60a7d24d 100644 --- a/ed/index.md +++ b/ed/index.md @@ -1,6 +1,6 @@ % Reffy crawl % Reffy -% October 06, 2021 +% October 07, 2021 # Ecma International {#ecma_international} @@ -130,6 +130,7 @@ Normative references to this spec from: - [Indexed Database API 3.0](https://w3c.github.io/IndexedDB/) - [Infra Standard](https://infra.spec.whatwg.org/) - [JS Self-Profiling API](https://wicg.github.io/js-self-profiling/) +- [Keyboard Lock](https://wicg.github.io/keyboard-lock/) - [Long Tasks API 1](https://w3c.github.io/longtasks/) - [Media Capabilities](https://w3c.github.io/media-capabilities/) - [Media Capture and Streams](https://w3c.github.io/mediacapture-main/) @@ -156,7 +157,6 @@ Normative references to this spec from: - [Web Authentication: An API for accessing Public Key Credentials - Level 3](https://w3c.github.io/webauthn/) - [Web Bluetooth](https://webbluetoothcg.github.io/web-bluetooth/) - [Web Cryptography API](https://w3c.github.io/webcrypto/) -- [Web IDL Standard](https://webidl.spec.whatwg.org/) - [Web NFC](https://w3c.github.io/web-nfc/) - [WebAssembly JavaScript Interface](https://webassembly.github.io/spec/js-api/) - [WebCodecs](https://w3c.github.io/webcodecs/) @@ -601,7 +601,7 @@ No informative reference to this spec from other specs. - Initial URL: [https://www.rfc-editor.org/rfc/rfc7578](https://www.rfc-editor.org/rfc/rfc7578) - Crawled URL: [https://www.rfc-editor.org/rfc/rfc7578](https://www.rfc-editor.org/rfc/rfc7578) -- Crawled version: 6 October 2021 +- Crawled version: 7 October 2021 - Editor's Draft: [https://www.rfc-editor.org/rfc/rfc7578](https://www.rfc-editor.org/rfc/rfc7578) - Shortname: rfc7578 @@ -630,7 +630,7 @@ No informative reference to this spec from other specs. - Initial URL: [https://www.rfc-editor.org/rfc/rfc7239](https://www.rfc-editor.org/rfc/rfc7239) - Crawled URL: [https://www.rfc-editor.org/rfc/rfc7239](https://www.rfc-editor.org/rfc/rfc7239) -- Crawled version: 6 October 2021 +- Crawled version: 7 October 2021 - Editor's Draft: [https://www.rfc-editor.org/rfc/rfc7239](https://www.rfc-editor.org/rfc/rfc7239) - Shortname: rfc7239 @@ -690,7 +690,7 @@ Informative references to this spec from: - Initial URL: [https://www.rfc-editor.org/rfc/rfc8942](https://www.rfc-editor.org/rfc/rfc8942) - Crawled URL: [https://www.rfc-editor.org/rfc/rfc8942](https://www.rfc-editor.org/rfc/rfc8942) -- Crawled version: 6 October 2021 +- Crawled version: 7 October 2021 - Editor's Draft: [https://www.rfc-editor.org/rfc/rfc8942](https://www.rfc-editor.org/rfc/rfc8942) - Shortname: rfc8942 @@ -1064,7 +1064,7 @@ Informative references to this spec from: - Initial URL: [https://www.rfc-editor.org/rfc/rfc2397](https://www.rfc-editor.org/rfc/rfc2397) - Crawled URL: [https://www.rfc-editor.org/rfc/rfc2397](https://www.rfc-editor.org/rfc/rfc2397) -- Crawled version: 6 October 2021 +- Crawled version: 7 October 2021 - Editor's Draft: [https://www.rfc-editor.org/rfc/rfc2397](https://www.rfc-editor.org/rfc/rfc2397) - Shortname: rfc2397 @@ -1092,7 +1092,7 @@ Informative references to this spec from: - Initial URL: [https://www.rfc-editor.org/rfc/rfc6454](https://www.rfc-editor.org/rfc/rfc6454) - Crawled URL: [https://www.rfc-editor.org/rfc/rfc6454](https://www.rfc-editor.org/rfc/rfc6454) -- Crawled version: 6 October 2021 +- Crawled version: 7 October 2021 - Editor's Draft: [https://www.rfc-editor.org/rfc/rfc6454](https://www.rfc-editor.org/rfc/rfc6454) - Shortname: rfc6454 @@ -1132,7 +1132,7 @@ Informative references to this spec from: - Initial URL: [https://www.rfc-editor.org/rfc/rfc6797](https://www.rfc-editor.org/rfc/rfc6797) - Crawled URL: [https://www.rfc-editor.org/rfc/rfc6797](https://www.rfc-editor.org/rfc/rfc6797) -- Crawled version: 6 October 2021 +- Crawled version: 7 October 2021 - Editor's Draft: [https://www.rfc-editor.org/rfc/rfc6797](https://www.rfc-editor.org/rfc/rfc6797) - Shortname: rfc6797 @@ -1165,7 +1165,7 @@ Informative references to this spec from: - Initial URL: [https://www.rfc-editor.org/rfc/rfc7034](https://www.rfc-editor.org/rfc/rfc7034) - Crawled URL: [https://www.rfc-editor.org/rfc/rfc7034](https://www.rfc-editor.org/rfc/rfc7034) -- Crawled version: 6 October 2021 +- Crawled version: 7 October 2021 - Editor's Draft: [https://www.rfc-editor.org/rfc/rfc7034](https://www.rfc-editor.org/rfc/rfc7034) - Shortname: rfc7034 @@ -1194,7 +1194,7 @@ No informative reference to this spec from other specs. - Initial URL: [https://www.rfc-editor.org/rfc/rfc7469](https://www.rfc-editor.org/rfc/rfc7469) - Crawled URL: [https://www.rfc-editor.org/rfc/rfc7469](https://www.rfc-editor.org/rfc/rfc7469) -- Crawled version: 6 October 2021 +- Crawled version: 7 October 2021 - Editor's Draft: [https://www.rfc-editor.org/rfc/rfc7469](https://www.rfc-editor.org/rfc/rfc7469) - Shortname: rfc7469 @@ -5514,7 +5514,6 @@ Informative references to this spec from: - [CSS Color Adjustment Module Level 1](https://drafts.csswg.org/css-color-adjust-1/) - [CSS Fonts Module Level 4](https://drafts.csswg.org/css-fonts-4/) - [CSS Text Module Level 4](https://drafts.csswg.org/css-text-4/) -- [Web IDL Standard](https://webidl.spec.whatwg.org/) ### CSS Conditional Rules Module Level 4 {data-spec=true data-anomaly=true data-missingDfns=true data-missingLinkRef=true data-xrefs=true} @@ -7414,7 +7413,6 @@ Informative references to this spec from: - [CSS Easing Functions Level 1](https://drafts.csswg.org/css-easing/) - [CSS Images Module Level 3](https://drafts.csswg.org/css-images-3/) - [CSS Syntax Module Level 3](https://drafts.csswg.org/css-syntax/) -- [Web IDL Standard](https://webidl.spec.whatwg.org/) ### CSS Overflow Module Level 3 {data-spec=true data-anomaly=true data-missingDfns=true data-missingLinkRef=true data-inconsistentRef=true data-xrefs=true} @@ -12489,7 +12487,7 @@ No informative reference to this spec from other specs. - Initial URL: [https://www.w3.org/TR/webcodecs/](https://www.w3.org/TR/webcodecs/) - Crawled URL: [https://w3c.github.io/webcodecs/](https://w3c.github.io/webcodecs/) -- Crawled version: 30 September 2021 +- Crawled version: 6 October 2021 - Editor's Draft: [https://w3c.github.io/webcodecs/](https://w3c.github.io/webcodecs/) - Latest published version: [https://www.w3.org/TR/webcodecs/](https://www.w3.org/TR/webcodecs/) - Shortname: webcodecs @@ -14037,7 +14035,6 @@ Informative references to this spec from: - [Secure Contexts](https://w3c.github.io/webappsec-secure-contexts/) - [Streams Standard](https://streams.spec.whatwg.org/) - [Web Application Manifest](https://w3c.github.io/manifest/) -- [Web IDL Standard](https://webidl.spec.whatwg.org/) - [Web Locks API](https://wicg.github.io/web-locks/) - [Web Share Target API](https://w3c.github.io/web-share-target/) @@ -15912,7 +15909,7 @@ Informative references to this spec from: - Initial URL: [https://www.w3.org/TR/IndexedDB-3/](https://www.w3.org/TR/IndexedDB-3/) - Crawled URL: [https://w3c.github.io/IndexedDB/](https://w3c.github.io/IndexedDB/) -- Crawled version: 18 June 2021 +- Crawled version: 6 October 2021 - Editor's Draft: [https://w3c.github.io/IndexedDB/](https://w3c.github.io/IndexedDB/) - Latest published version: [https://www.w3.org/TR/IndexedDB-3/](https://www.w3.org/TR/IndexedDB-3/) - Shortname: IndexedDB-3 @@ -17230,7 +17227,7 @@ Informative references to this spec from: - Initial URL: [https://www.w3.org/TR/secure-payment-confirmation/](https://www.w3.org/TR/secure-payment-confirmation/) - Crawled URL: [https://w3c.github.io/secure-payment-confirmation](https://w3c.github.io/secure-payment-confirmation) -- Crawled version: 5 October 2021 +- Crawled version: 6 October 2021 - Editor's Draft: [https://w3c.github.io/secure-payment-confirmation](https://w3c.github.io/secure-payment-confirmation) - Latest published version: [https://www.w3.org/TR/secure-payment-confirmation/](https://www.w3.org/TR/secure-payment-confirmation/) - Shortname: secure-payment-confirmation @@ -19896,7 +19893,7 @@ No informative reference to this spec from other specs. - Initial URL: [https://wicg.github.io/js-self-profiling/](https://wicg.github.io/js-self-profiling/) - Crawled URL: [https://wicg.github.io/js-self-profiling/](https://wicg.github.io/js-self-profiling/) -- Crawled version: 30 September 2021 +- Crawled version: 06 October 2021 - Editor's Draft: [https://wicg.github.io/js-self-profiling/](https://wicg.github.io/js-self-profiling/) - Shortname: js-self-profiling @@ -19935,7 +19932,7 @@ No informative reference to this spec from other specs. - Initial URL: [https://wicg.github.io/keyboard-lock/](https://wicg.github.io/keyboard-lock/) - Crawled URL: [https://wicg.github.io/keyboard-lock/](https://wicg.github.io/keyboard-lock/) -- Crawled version: 1 April 2021 +- Crawled version: 6 October 2021 - Editor's Draft: [https://wicg.github.io/keyboard-lock/](https://wicg.github.io/keyboard-lock/) - Shortname: keyboard-lock @@ -19952,7 +19949,9 @@ No informative reference to this spec from other specs. * [`https://heycam.github.io/webidl/#SecureContext`](https://heycam.github.io/webidl/#SecureContext) * [`https://heycam.github.io/webidl/#SameObject`](https://heycam.github.io/webidl/#SameObject) * [`https://heycam.github.io/webidl/#Exposed`](https://heycam.github.io/webidl/#Exposed) + * [`https://heycam.github.io/webidl/#idl-promise`](https://heycam.github.io/webidl/#idl-promise) * [`https://heycam.github.io/webidl/#idl-undefined`](https://heycam.github.io/webidl/#idl-undefined) + * [`https://heycam.github.io/webidl/#idl-sequence`](https://heycam.github.io/webidl/#idl-sequence) * [`https://heycam.github.io/webidl/#idl-DOMString`](https://heycam.github.io/webidl/#idl-DOMString) * [`https://heycam.github.io/webidl/#invalidstateerror`](https://heycam.github.io/webidl/#invalidstateerror) * [`https://heycam.github.io/webidl/#idl-DOMException`](https://heycam.github.io/webidl/#idl-DOMException) @@ -19979,7 +19978,7 @@ No informative reference to this spec from other specs. - Initial URL: [https://wicg.github.io/keyboard-map/](https://wicg.github.io/keyboard-map/) - Crawled URL: [https://wicg.github.io/keyboard-map/](https://wicg.github.io/keyboard-map/) -- Crawled version: 15 September 2021 +- Crawled version: 6 October 2021 - Editor's Draft: [https://wicg.github.io/keyboard-map/](https://wicg.github.io/keyboard-map/) - Shortname: keyboard-map @@ -20132,7 +20131,7 @@ No informative reference to this spec from other specs. - Initial URL: [https://wicg.github.io/webpackage/loading.html](https://wicg.github.io/webpackage/loading.html) - Crawled URL: [https://wicg.github.io/webpackage/loading.html](https://wicg.github.io/webpackage/loading.html) -- Crawled version: 28 September 2021 +- Crawled version: 7 October 2021 - Editor's Draft: [https://wicg.github.io/webpackage/loading.html](https://wicg.github.io/webpackage/loading.html) - Shortname: webpackage @@ -21866,48 +21865,32 @@ Normative references to this spec from: No informative reference to this spec from other specs. -### Web IDL Standard {data-spec=true data-anomaly=true data-missingDfns=true data-xrefs=true} +### WebIDL Level 1 {data-spec=true data-error=true} #### Spec info {.info} - Initial URL: [https://www.w3.org/TR/WebIDL-1/](https://www.w3.org/TR/WebIDL-1/) -- Crawled URL: [https://webidl.spec.whatwg.org/](https://webidl.spec.whatwg.org/) -- Crawled version: 6 October 2021 +- Crawled URL: [[object Object]]([object Object]) - Editor's Draft: [https://heycam.github.io/webidl/](https://heycam.github.io/webidl/) - Latest published version: [https://www.w3.org/TR/WebIDL-1/](https://www.w3.org/TR/WebIDL-1/) - Shortname: WebIDL-1 #### Potential issue(s) {.anomalies} -- Broken external links: - * [`https://html.spec.whatwg.org/#concept-realm-global`](https://html.spec.whatwg.org/#concept-realm-global) - * [`https://html.spec.whatwg.org/#window`](https://html.spec.whatwg.org/#window) - * [`https://html.spec.whatwg.org/#windoworworkerglobalscope`](https://html.spec.whatwg.org/#windoworworkerglobalscope) - * [`https://html.spec.whatwg.org/#dom-context-2d-stroke`](https://html.spec.whatwg.org/#dom-context-2d-stroke) - * [`https://html.spec.whatwg.org/#canvasdrawpath`](https://html.spec.whatwg.org/#canvasdrawpath) - * [`https://html.spec.whatwg.org/#path2d`](https://html.spec.whatwg.org/#path2d) - * [`https://html.spec.whatwg.org/#incumbent-settings-object`](https://html.spec.whatwg.org/#incumbent-settings-object) - * [`https://html.spec.whatwg.org/#htmlallcollection`](https://html.spec.whatwg.org/#htmlallcollection) - * [`https://html.spec.whatwg.org/#location`](https://html.spec.whatwg.org/#location) - * [`https://html.spec.whatwg.org/#concept-relevant-realm`](https://html.spec.whatwg.org/#concept-relevant-realm) - * [`https://html.spec.whatwg.org/#queue-a-microtask`](https://html.spec.whatwg.org/#queue-a-microtask) - * [`https://html.spec.whatwg.org/#task-source`](https://html.spec.whatwg.org/#task-source) - * [`https://html.spec.whatwg.org/#in-parallel`](https://html.spec.whatwg.org/#in-parallel) - * [`https://html.spec.whatwg.org/#queue-a-task`](https://html.spec.whatwg.org/#queue-a-task) - * [`https://html.spec.whatwg.org/#concept-settings-object-cross-origin-isolated-capability`](https://html.spec.whatwg.org/#concept-settings-object-cross-origin-isolated-capability) - * [`https://html.spec.whatwg.org/#concept-realm-settings-object`](https://html.spec.whatwg.org/#concept-realm-settings-object) - * [`https://html.spec.whatwg.org/#secure-context`](https://html.spec.whatwg.org/#secure-context) - * [`https://html.spec.whatwg.org/#relevant-settings-object`](https://html.spec.whatwg.org/#relevant-settings-object) - * [`https://html.spec.whatwg.org/#worklet`](https://html.spec.whatwg.org/#worklet) - * [`https://html.spec.whatwg.org/#windowproxy`](https://html.spec.whatwg.org/#windowproxy) - * [`https://html.spec.whatwg.org/#prepare-to-run-script`](https://html.spec.whatwg.org/#prepare-to-run-script) - * [`https://html.spec.whatwg.org/#prepare-to-run-a-callback`](https://html.spec.whatwg.org/#prepare-to-run-a-callback) - * [`https://html.spec.whatwg.org/#clean-up-after-running-a-callback`](https://html.spec.whatwg.org/#clean-up-after-running-a-callback) - * [`https://html.spec.whatwg.org/#clean-up-after-running-script`](https://html.spec.whatwg.org/#clean-up-after-running-script) - * [`https://html.spec.whatwg.org/#serializable`](https://html.spec.whatwg.org/#serializable) - * [`https://html.spec.whatwg.org/#serializable-objects`](https://html.spec.whatwg.org/#serializable-objects) - * [`https://html.spec.whatwg.org/#serialization-steps`](https://html.spec.whatwg.org/#serialization-steps) - * [`https://html.spec.whatwg.org/#deserialization-steps`](https://html.spec.whatwg.org/#deserialization-steps) +The following network or parsing error occurred: +`Error: Execution context was destroyed, most likely because of a navigation. Error: Execution context was destroyed, most likely because of a navigation. + at rewriteError (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:265:23) + at runMicrotasks () + at processTicksAndRejections (internal/process/task_queues.js:95:5) + at async ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:219:60) + at async ExecutionContext.evaluate (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16) + at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:515:9) + at async crawlSpec (/home/runner/work/webref/webref/reffy/src/lib/specs-crawler.js:51:24) + at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/lib/specs-crawler.js:372:22) + at async Promise.all (index 424) + at async crawlList (/home/runner/work/webref/webref/reffy/src/lib/specs-crawler.js:380:21)` + +Reffy could not render this specification as a DOM tree and cannot say anything about it as a result. In particular, it cannot include content defined in this specification in the analysis of other specifications crawled in this report. #### Known dependencies on this specification {.dependencies} @@ -22288,7 +22271,7 @@ Informative references to this spec from: - [WebRTC Encoded Transform](https://w3c.github.io/webrtc-encoded-transform/) -### Media Capture and Streams {data-spec=true data-anomaly=true data-missingDfns=true data-missingLinkRef=true data-xrefs=true} +### Media Capture and Streams {data-spec=true data-anomaly=true data-unknownIdlNames=true data-missingDfns=true data-missingLinkRef=true data-xrefs=true} #### Spec info {.info} @@ -22301,6 +22284,7 @@ Informative references to this spec from: #### Potential issue(s) {.anomalies} +- Unknown WebIDL names used: `DOMException` - Missing references for links: * [`https://webidl.spec.whatwg.org/`](https://webidl.spec.whatwg.org/) - Broken external links: @@ -22744,7 +22728,7 @@ Normative references to this spec from: No informative reference to this spec from other specs. -### WebRTC 1.0: Real-Time Communication Between Browsers {data-spec=true data-anomaly=true data-missingDfns=true data-missingLinkRef=true data-inconsistentRef=true data-xrefs=true} +### WebRTC 1.0: Real-Time Communication Between Browsers {data-spec=true data-anomaly=true data-unknownIdlNames=true data-missingDfns=true data-missingLinkRef=true data-inconsistentRef=true data-xrefs=true} #### Spec info {.info} @@ -22757,6 +22741,7 @@ No informative reference to this spec from other specs. #### Potential issue(s) {.anomalies} +- Unknown WebIDL names used: `DOMException` - Possibly no definition for IDL properties: * `setStreams(...streams)` with type `method` for [`RTCRtpSender`](https://w3c.github.io/webrtc-pc/#dom-rtcrtpsender), but found [`setStreams()`](https://w3c.github.io/webrtc-pc/#dom-rtcrtpsender-setstreams) with type `method` for `RTCRtpSender` * `addTrack(track, ...streams)` with type `method` for [`RTCPeerConnection`](https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection), but found [`addTrack()`](https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-addtrack) with type `method` for `RTCPeerConnection` @@ -22983,7 +22968,6 @@ Informative references to this spec from: - [HTML Standard](https://html.spec.whatwg.org/multipage/) - [Streams Standard](https://streams.spec.whatwg.org/) -- [Web IDL Standard](https://webidl.spec.whatwg.org/) ### WebAssembly Web API {data-spec=true data-anomaly=true data-missingDfns=true data-missingLinkRef=true data-xrefs=true} @@ -23038,7 +23022,7 @@ No informative reference to this spec from other specs. ## WebTransport Working Group {#webtransport_working_group} -### WebTransport {data-spec=true data-anomaly=true data-missingDfns=true data-xrefs=true} +### WebTransport {data-spec=true data-anomaly=true data-unknownIdlNames=true data-missingDfns=true data-xrefs=true} #### Spec info {.info} @@ -23051,6 +23035,7 @@ No informative reference to this spec from other specs. #### Potential issue(s) {.anomalies} +- Unknown WebIDL names used: `DOMException` - Broken external links: * [`https://html.spec.whatwg.org/#eventhandler`](https://html.spec.whatwg.org/#eventhandler) * [`https://html.spec.whatwg.org/#errorevent`](https://html.spec.whatwg.org/#errorevent) @@ -23395,6 +23380,7 @@ Normative references to this spec from: - [Input Events Level 2](https://w3c.github.io/input-events/) - [Intersection Observer](https://w3c.github.io/IntersectionObserver/) - [JS Self-Profiling API](https://wicg.github.io/js-self-profiling/) +- [Keyboard Lock](https://wicg.github.io/keyboard-lock/) - [Keyboard Map](https://wicg.github.io/keyboard-map/) - [Largest Contentful Paint](https://wicg.github.io/largest-contentful-paint/) - [Layout Instability API](https://wicg.github.io/layout-instability/) @@ -23462,7 +23448,6 @@ Normative references to this spec from: - [Web Authentication: An API for accessing Public Key Credentials - Level 3](https://w3c.github.io/webauthn/) - [Web Bluetooth](https://webbluetoothcg.github.io/web-bluetooth/) - [Web Cryptography API](https://w3c.github.io/webcrypto/) -- [Web IDL Standard](https://webidl.spec.whatwg.org/) - [Web Locks API](https://wicg.github.io/web-locks/) - [Web MIDI API](https://webaudio.github.io/web-midi-api/) - [Web NFC](https://w3c.github.io/web-nfc/) @@ -23692,7 +23677,6 @@ Informative references to this spec from: - [Push API](https://w3c.github.io/push-api/) - [RFC 8942: HTTP Client Hints](https://www.rfc-editor.org/rfc/rfc8942) - [Streams Standard](https://streams.spec.whatwg.org/) -- [Web IDL Standard](https://webidl.spec.whatwg.org/) ## Fullscreen API Workstream {#fullscreen_api_workstream} @@ -24615,7 +24599,6 @@ Normative references to this spec from: - [Web Background Synchronization](https://wicg.github.io/background-sync/spec/) - [Web Bluetooth](https://webbluetoothcg.github.io/web-bluetooth/) - [Web Cryptography API](https://w3c.github.io/webcrypto/) -- [Web IDL Standard](https://webidl.spec.whatwg.org/) - [Web Locks API](https://wicg.github.io/web-locks/) - [Web MIDI API](https://webaudio.github.io/web-midi-api/) - [Web Neural Network API](https://webmachinelearning.github.io/webnn/) @@ -24836,7 +24819,6 @@ Normative references to this spec from: - [Web Audio API](https://webaudio.github.io/web-audio-api/) - [Web Authentication: An API for accessing Public Key Credentials - Level 3](https://w3c.github.io/webauthn/) - [Web Bluetooth](https://webbluetoothcg.github.io/web-bluetooth/) -- [Web IDL Standard](https://webidl.spec.whatwg.org/) - [Web Locks API](https://wicg.github.io/web-locks/) - [Web NFC](https://w3c.github.io/web-nfc/) - [Web Periodic Background Synchronization](https://wicg.github.io/periodic-background-sync/) diff --git a/ed/links/IndexedDB-3.json b/ed/links/IndexedDB-3.json index 9ac7db3b86ad..9f0dea1b42fa 100644 --- a/ed/links/IndexedDB-3.json +++ b/ed/links/IndexedDB-3.json @@ -271,7 +271,7 @@ "https://github.com/tabatkins/bikeshed": [], "https://tc39.es/ecma262/multipage/": [], "https://www.w3.org/TR/FileAPI/": [], - "https://tools.ietf.org/html/rfc2119": [], + "https://datatracker.ietf.org/doc/html/rfc2119": [], "https://www.w3.org/TR/charmod-norm/": [], "https://httpwg.org/specs/rfc6265.html": [], "https://www.w3.org/TR/webstorage/": [] diff --git a/ed/links/keyboard-lock.json b/ed/links/keyboard-lock.json index 61142d725fb6..67a4bc35b520 100644 --- a/ed/links/keyboard-lock.json +++ b/ed/links/keyboard-lock.json @@ -15,15 +15,17 @@ "SecureContext", "SameObject", "Exposed", + "idl-promise", "idl-undefined", + "idl-sequence", "idl-DOMString", "invalidstateerror", "idl-DOMException", "invalidaccesserror", "aborterror" ], - "https://wicg.github.io/keyboard-map/": [ - "navigator-interface" + "https://dom.spec.whatwg.org/": [ + "eventtarget" ], "https://www.w3.org/TR/uievents-code/": [ "key-code-attribute-value", @@ -33,6 +35,9 @@ "code-keyd", "code-delete" ], + "https://wicg.github.io/keyboard-map/": [ + "layoutchange-event" + ], "https://tc39.github.io/ecma262/": [ "sec-promise-objects" ], @@ -46,8 +51,8 @@ "https://www.w3.org/TR/uievents/": [ "dom-keyboardevent-code" ], - "https://tc39.es/ecma262/": [], - "https://tools.ietf.org/html/rfc2119": [], + "https://tc39.es/ecma262/multipage/": [], + "https://datatracker.ietf.org/doc/html/rfc2119": [], "https://www.x.org/releases/X11R7.7/doc/xproto/x11protocol.html": [ "requests:GrabKeyboard" ], diff --git a/ed/perissue.html b/ed/perissue.html index b4ff1f6422b3..22d189f3cd9f 100644 --- a/ed/perissue.html +++ b/ed/perissue.html @@ -21,6 +21,14 @@

      Reffy crawl report (per issue)

      Reffy is a spec exploration tool. It crawls a list of specifications to study the WebIDL content, the links that they contain, and the references that these specifications contain.

      446 specifications were crawled in this report.

      +
      +

      Specifications that could not be rendered

      +

      Reffy could not fetch or render these specifications for some reason. This may happen when a network error occurred or when a specification uses an old version of ReSpec.

      +
        +
      • WebIDL Level 1: Error: Execution context was destroyed, most likely because of a navigation. Error: Execution context was destroyed, most likely because of a navigation. at rewriteError (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:265:23) at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async ExecutionContext._evaluateInternal (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:219:60) at async ExecutionContext.evaluate (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16) at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:515:9) at async crawlSpec (/home/runner/work/webref/webref/reffy/src/lib/specs-crawler.js:51:24) at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/lib/specs-crawler.js:372:22) at async Promise.all (index 424) at async crawlList (/home/runner/work/webref/webref/reffy/src/lib/specs-crawler.js:380:21)
      • +
      +

      => 1 specification found

      +

      Specifications without normative dependencies

      @@ -8441,7 +8450,9 @@

      Broken external links

    • https://heycam.github.io/webidl/#SecureContext
    • https://heycam.github.io/webidl/#SameObject
    • https://heycam.github.io/webidl/#Exposed
    • +
    • https://heycam.github.io/webidl/#idl-promise
    • https://heycam.github.io/webidl/#idl-undefined
    • +
    • https://heycam.github.io/webidl/#idl-sequence
    • https://heycam.github.io/webidl/#idl-DOMString
    • https://heycam.github.io/webidl/#invalidstateerror
    • https://heycam.github.io/webidl/#idl-DOMException
    • @@ -11423,37 +11434,6 @@

      Broken external links

    • https://html.spec.whatwg.org/#concept-relevant-global
    • https://html.spec.whatwg.org/#in-parallel
    -
  • Web IDL Standard: -
  • Web Locks API:
  • -

    => 6751 problematic external links found in 304 specifications

    +

    => 6725 problematic external links found in 303 specifications