From 025b906fcd696c61c9ff98c71430c9d3f1dd3232 Mon Sep 17 00:00:00 2001 From: reffy-bot <> Date: Fri, 17 Sep 2021 18:43:51 +0000 Subject: [PATCH] Update of ED report from new reffy run Using reffy commit 2f9c982f0487e51aa7c92a3e6a347d7b02fe16a4. --- ed/dfns/close-watcher.json | 372 +++ ed/dfns/csp-next.json | 971 ++++++ ed/dfns/css-cascade-6.json | 261 ++ ed/dfns/tc39-shadowrealm.json | 26 + ed/diff.md | 55 + ed/diffnew.md | 40 + ed/headings/close-watcher.json | 116 + ed/headings/csp-next.json | 265 ++ ed/headings/css-cascade-6.json | 409 +++ ed/headings/css-multicol-1.json | 14 +- ed/headings/html.json | 120 +- ed/headings/tc39-intl-locale-info.json | 248 ++ ed/headings/tc39-shadowrealm.json | 134 + ed/headings/webaudio.json | 2 +- ed/headings/webgpu.json | 2 +- ed/idl/close-watcher.idl | 14 + ed/idl/csp-next.idl | 21 + ed/idlnames.json | 12 + ed/idlnames/CloseWatcher.idl | 10 + ed/idlnames/ScriptingPolicyReportBody.idl | 10 + ed/idlnames/ScriptingPolicyViolationType.idl | 7 + ed/idlnamesparsed/CloseWatcher.json | 29 + .../ScriptingPolicyReportBody.json | 29 + .../ScriptingPolicyViolationType.json | 14 + ed/idlparsed/close-watcher.json | 106 + ed/idlparsed/csp-next.json | 194 ++ ed/ids/CSS21.json | 20 +- ed/ids/CSS22.json | 20 +- ed/ids/close-watcher.json | 228 ++ ed/ids/csp-next.json | 575 ++++ ed/ids/css-align-3.json | 50 +- ed/ids/css-cascade-6.json | 328 ++ ed/ids/css-flexbox-1.json | 30 +- ed/ids/css-fonts-4.json | 158 +- ed/ids/css-grid-2.json | 36 +- ed/ids/css-multicol-1.json | 3 +- ed/ids/css-text-4.json | 2 +- ed/ids/filter-effects-1.json | 2 +- ed/ids/tc39-intl-locale-info.json | 123 + ed/ids/tc39-shadowrealm.json | 105 + ed/ids/web-animations-1.json | 132 +- ed/index.html | 2847 +++++++++-------- ed/index.json | 301 +- ed/index.md | 247 +- ed/links/close-watcher.json | 67 + ed/links/csp-next.json | 153 + ed/links/css-cascade-6.json | 138 + ed/links/tc39-intl-locale-info.json | 41 + ed/links/tc39-shadowrealm.json | 56 + ed/links/webaudio.json | 1 - ed/perissue.html | 97 +- ed/perissue.md | 97 +- ed/refs/close-watcher.json | 35 + ed/refs/csp-next.json | 88 + ed/refs/css-cascade-6.json | 59 + ed/study.json | 522 ++- 56 files changed, 8134 insertions(+), 1908 deletions(-) create mode 100644 ed/dfns/close-watcher.json create mode 100644 ed/dfns/csp-next.json create mode 100644 ed/dfns/css-cascade-6.json create mode 100644 ed/dfns/tc39-shadowrealm.json create mode 100644 ed/headings/close-watcher.json create mode 100644 ed/headings/csp-next.json create mode 100644 ed/headings/css-cascade-6.json create mode 100644 ed/headings/tc39-intl-locale-info.json create mode 100644 ed/headings/tc39-shadowrealm.json create mode 100644 ed/idl/close-watcher.idl create mode 100644 ed/idl/csp-next.idl create mode 100644 ed/idlnames/CloseWatcher.idl create mode 100644 ed/idlnames/ScriptingPolicyReportBody.idl create mode 100644 ed/idlnames/ScriptingPolicyViolationType.idl create mode 100644 ed/idlnamesparsed/CloseWatcher.json create mode 100644 ed/idlnamesparsed/ScriptingPolicyReportBody.json create mode 100644 ed/idlnamesparsed/ScriptingPolicyViolationType.json create mode 100644 ed/idlparsed/close-watcher.json create mode 100644 ed/idlparsed/csp-next.json create mode 100644 ed/ids/close-watcher.json create mode 100644 ed/ids/csp-next.json create mode 100644 ed/ids/css-cascade-6.json create mode 100644 ed/ids/tc39-intl-locale-info.json create mode 100644 ed/ids/tc39-shadowrealm.json create mode 100644 ed/links/close-watcher.json create mode 100644 ed/links/csp-next.json create mode 100644 ed/links/css-cascade-6.json create mode 100644 ed/links/tc39-intl-locale-info.json create mode 100644 ed/links/tc39-shadowrealm.json create mode 100644 ed/refs/close-watcher.json create mode 100644 ed/refs/csp-next.json create mode 100644 ed/refs/css-cascade-6.json diff --git a/ed/dfns/close-watcher.json b/ed/dfns/close-watcher.json new file mode 100644 index 000000000000..1fcf25e38f18 --- /dev/null +++ b/ed/dfns/close-watcher.json @@ -0,0 +1,372 @@ +{ + "spec": { + "title": "Close Watcher API", + "url": "https://wicg.github.io/close-watcher/" + }, + "dfns": [ + { + "id": "close-signal", + "href": "https://wicg.github.io/close-watcher/#close-signal", + "linkingText": [ + "close signal" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "close-signals", + "href": "https://wicg.github.io/close-watcher/#close-signals", + "title": "Close signals", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "close-signal-steps", + "href": "https://wicg.github.io/close-watcher/#close-signal-steps", + "linkingText": [ + "close signal steps" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "close-signals", + "href": "https://wicg.github.io/close-watcher/#close-signals", + "title": "Close signals", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "close-watcher-stack", + "href": "https://wicg.github.io/close-watcher/#close-watcher-stack", + "linkingText": [ + "close watcher stack" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "close-watchers", + "href": "https://wicg.github.io/close-watcher/#close-watchers", + "title": "Close watcher infrastructure", + "number": "1.1" + }, + "definedIn": "prose" + }, + { + "id": "close-watcher", + "href": "https://wicg.github.io/close-watcher/#close-watcher", + "linkingText": [ + "close watcher" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "close-watchers", + "href": "https://wicg.github.io/close-watcher/#close-watchers", + "title": "Close watcher infrastructure", + "number": "1.1" + }, + "definedIn": "prose" + }, + { + "id": "close-watcher-close-action", + "href": "https://wicg.github.io/close-watcher/#close-watcher-close-action", + "linkingText": [ + "close action" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "close watcher" + ], + "access": "public", + "informative": false, + "heading": { + "id": "close-watchers", + "href": "https://wicg.github.io/close-watcher/#close-watchers", + "title": "Close watcher infrastructure", + "number": "1.1" + }, + "definedIn": "prose" + }, + { + "id": "close-watcher-is-still-valid", + "href": "https://wicg.github.io/close-watcher/#close-watcher-is-still-valid", + "linkingText": [ + "is still valid" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "close watcher" + ], + "access": "public", + "informative": false, + "heading": { + "id": "close-watchers", + "href": "https://wicg.github.io/close-watcher/#close-watchers", + "title": "Close watcher infrastructure", + "number": "1.1" + }, + "definedIn": "prose" + }, + { + "id": "close-watcher-blocks-further-developer-controlled-close-watchers", + "href": "https://wicg.github.io/close-watcher/#close-watcher-blocks-further-developer-controlled-close-watchers", + "linkingText": [ + "blocks further developer-controlled close watchers" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "close watcher" + ], + "access": "public", + "informative": false, + "heading": { + "id": "close-watchers", + "href": "https://wicg.github.io/close-watcher/#close-watchers", + "title": "Close watcher infrastructure", + "number": "1.1" + }, + "definedIn": "prose" + }, + { + "id": "signal-close", + "href": "https://wicg.github.io/close-watcher/#signal-close", + "linkingText": [ + "signal close" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "close-watchers", + "href": "https://wicg.github.io/close-watcher/#close-watchers", + "title": "Close watcher infrastructure", + "number": "1.1" + }, + "definedIn": "prose" + }, + { + "id": "can-create-a-developer-controlled-close-watcher", + "href": "https://wicg.github.io/close-watcher/#can-create-a-developer-controlled-close-watcher", + "linkingText": [ + "can create a developer-controlled close watcher", + "cannot create a developer-controlled close watcher" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "close-watchers", + "href": "https://wicg.github.io/close-watcher/#close-watchers", + "title": "Close watcher infrastructure", + "number": "1.1" + }, + "definedIn": "prose" + }, + { + "id": "closewatcher", + "href": "https://wicg.github.io/close-watcher/#closewatcher", + "linkingText": [ + "CloseWatcher" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "close-watcher-api", + "href": "https://wicg.github.io/close-watcher/#close-watcher-api", + "title": "Close watcher API", + "number": "1.2" + }, + "definedIn": "pre" + }, + { + "id": "closewatcher-is-active", + "href": "https://wicg.github.io/close-watcher/#closewatcher-is-active", + "linkingText": [ + "is active" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "CloseWatcher" + ], + "access": "private", + "informative": false, + "heading": { + "id": "close-watcher-api", + "href": "https://wicg.github.io/close-watcher/#close-watcher-api", + "title": "Close watcher API", + "number": "1.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-closewatcher-closewatcher", + "href": "https://wicg.github.io/close-watcher/#dom-closewatcher-closewatcher", + "linkingText": [ + "CloseWatcher()", + "constructor()" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "CloseWatcher" + ], + "access": "public", + "informative": false, + "heading": { + "id": "close-watcher-api", + "href": "https://wicg.github.io/close-watcher/#close-watcher-api", + "title": "Close watcher API", + "number": "1.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-closewatcher-destroy", + "href": "https://wicg.github.io/close-watcher/#dom-closewatcher-destroy", + "linkingText": [ + "destroy()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "CloseWatcher" + ], + "access": "public", + "informative": false, + "heading": { + "id": "close-watcher-api", + "href": "https://wicg.github.io/close-watcher/#close-watcher-api", + "title": "Close watcher API", + "number": "1.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-closewatcher-signalclose", + "href": "https://wicg.github.io/close-watcher/#dom-closewatcher-signalclose", + "linkingText": [ + "signalClose()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "CloseWatcher" + ], + "access": "public", + "informative": false, + "heading": { + "id": "close-watcher-api", + "href": "https://wicg.github.io/close-watcher/#close-watcher-api", + "title": "Close watcher API", + "number": "1.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-closewatcher-onclose", + "href": "https://wicg.github.io/close-watcher/#dom-closewatcher-onclose", + "linkingText": [ + "onclose" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CloseWatcher" + ], + "access": "public", + "informative": false, + "heading": { + "id": "close-watcher-api", + "href": "https://wicg.github.io/close-watcher/#close-watcher-api", + "title": "Close watcher API", + "number": "1.2" + }, + "definedIn": "prose" + }, + { + "id": "eventdef-closewatcher-close", + "href": "https://wicg.github.io/close-watcher/#eventdef-closewatcher-close", + "linkingText": [ + "close" + ], + "localLinkingText": [], + "type": "event", + "for": [ + "CloseWatcher" + ], + "access": "public", + "informative": false, + "heading": { + "id": "close-watcher-api", + "href": "https://wicg.github.io/close-watcher/#close-watcher-api", + "title": "Close watcher API", + "number": "1.2" + }, + "definedIn": "prose" + }, + { + "id": "closewatcher-signal-close", + "href": "https://wicg.github.io/close-watcher/#closewatcher-signal-close", + "linkingText": [ + "signal close" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "CloseWatcher" + ], + "access": "private", + "informative": false, + "heading": { + "id": "close-watcher-api", + "href": "https://wicg.github.io/close-watcher/#close-watcher-api", + "title": "Close watcher API", + "number": "1.2" + }, + "definedIn": "prose" + }, + { + "id": "cancel-the-dialog", + "href": "https://wicg.github.io/close-watcher/#cancel-the-dialog", + "linkingText": [ + "cancel the dialog" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "patch-dialog", + "href": "https://wicg.github.io/close-watcher/#patch-dialog", + "title": "The dialog element", + "number": "2.2" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/ed/dfns/csp-next.json b/ed/dfns/csp-next.json new file mode 100644 index 000000000000..06620dfb22ba --- /dev/null +++ b/ed/dfns/csp-next.json @@ -0,0 +1,971 @@ +{ + "spec": { + "title": "Scripting Policy", + "url": "https://wicg.github.io/csp-next/scripting-policy.html" + }, + "dfns": [ + { + "id": "scripting-policy", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy", + "linkingText": [ + "Scripting Policy" + ], + "localLinkingText": [ + "Scripting Policies" + ], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "framework", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#framework", + "title": "Framework", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "scripting-policy-nonce", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-nonce", + "linkingText": [ + "nonce" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "scripting policy" + ], + "access": "public", + "informative": false, + "heading": { + "id": "framework", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#framework", + "title": "Framework", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "scripting-policy-integrity", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-integrity", + "linkingText": [ + "integrity" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "scripting policy" + ], + "access": "public", + "informative": false, + "heading": { + "id": "framework", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#framework", + "title": "Framework", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "scripting-policy-eval", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-eval", + "linkingText": [ + "eval" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "scripting policy" + ], + "access": "public", + "informative": false, + "heading": { + "id": "framework", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#framework", + "title": "Framework", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "scripting-policy-report-to", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-report-to", + "linkingText": [ + "report-to" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "scripting policy" + ], + "access": "public", + "informative": false, + "heading": { + "id": "framework", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#framework", + "title": "Framework", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "scripting-policy-trusted-types-required-for", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-trusted-types-required-for", + "linkingText": [ + "trusted-types-required-for" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "scripting policy" + ], + "access": "public", + "informative": false, + "heading": { + "id": "framework", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#framework", + "title": "Framework", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "scripting-policy-dynamic-loading", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-dynamic-loading", + "linkingText": [ + "dynamic-loading" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "scripting policy" + ], + "access": "public", + "informative": false, + "heading": { + "id": "framework", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#framework", + "title": "Framework", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "scripting-policy-pair", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-pair", + "linkingText": [ + "Scripting Policy pair" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "framework", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#framework", + "title": "Framework", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "scripting-policy-pair-enforced", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-pair-enforced", + "linkingText": [ + "enforced" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "scripting policy pair" + ], + "access": "public", + "informative": false, + "heading": { + "id": "framework", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#framework", + "title": "Framework", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "scripting-policy-pair-report-only", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-pair-report-only", + "linkingText": [ + "report-only" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "scripting policy pair" + ], + "access": "public", + "informative": false, + "heading": { + "id": "framework", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#framework", + "title": "Framework", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "http-headerdef-scripting-policy", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#http-headerdef-scripting-policy", + "linkingText": [ + "Scripting-Policy" + ], + "localLinkingText": [], + "type": "http-header", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "scripting-policy-header", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-header", + "title": "Scripting Policy HTTP Response Headers", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "http-headerdef-scripting-policy-report-only", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#http-headerdef-scripting-policy-report-only", + "linkingText": [ + "Scripting-Policy-Report-Only" + ], + "localLinkingText": [], + "type": "http-header", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "scripting-policy-header", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-header", + "title": "Scripting Policy HTTP Response Headers", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dictdef-scripting-policy-dict", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#dictdef-scripting-policy-dict", + "linkingText": [ + "scripting-policy-dict" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "scripting-policy-header", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-header", + "title": "Scripting Policy HTTP Response Headers", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "scripting-policy-dict-nonce", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-dict-nonce", + "linkingText": [ + "nonce" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "scripting-policy-dict" + ], + "access": "public", + "informative": false, + "heading": { + "id": "scripting-policy-header", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-header", + "title": "Scripting Policy HTTP Response Headers", + "number": "2.1" + }, + "definedIn": "dt" + }, + { + "id": "scripting-policy-dict-integrity", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-dict-integrity", + "linkingText": [ + "integrity" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "scripting-policy-dict" + ], + "access": "public", + "informative": false, + "heading": { + "id": "scripting-policy-header", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-header", + "title": "Scripting Policy HTTP Response Headers", + "number": "2.1" + }, + "definedIn": "dt" + }, + { + "id": "scripting-policy-dict-eval", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-dict-eval", + "linkingText": [ + "eval" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "scripting-policy-dict" + ], + "access": "public", + "informative": false, + "heading": { + "id": "scripting-policy-header", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-header", + "title": "Scripting Policy HTTP Response Headers", + "number": "2.1" + }, + "definedIn": "dt" + }, + { + "id": "scripting-policy-dict-report-to", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-dict-report-to", + "linkingText": [ + "report-to" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "scripting-policy-dict" + ], + "access": "public", + "informative": false, + "heading": { + "id": "scripting-policy-header", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-header", + "title": "Scripting Policy HTTP Response Headers", + "number": "2.1" + }, + "definedIn": "dt" + }, + { + "id": "scripting-policy-dict-trusted-types-required-for", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-dict-trusted-types-required-for", + "linkingText": [ + "trusted-types-required-for" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "scripting-policy-dict" + ], + "access": "public", + "informative": false, + "heading": { + "id": "scripting-policy-header", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-header", + "title": "Scripting Policy HTTP Response Headers", + "number": "2.1" + }, + "definedIn": "dt" + }, + { + "id": "scripting-policy-dict-dynamic-loading", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-dict-dynamic-loading", + "linkingText": [ + "dynamic-loading" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "scripting-policy-dict" + ], + "access": "public", + "informative": false, + "heading": { + "id": "scripting-policy-header", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-header", + "title": "Scripting Policy HTTP Response Headers", + "number": "2.1" + }, + "definedIn": "dt" + }, + { + "id": "abstract-opdef-obtain-a-scripting-policy-pair-from-a-response", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#abstract-opdef-obtain-a-scripting-policy-pair-from-a-response", + "linkingText": [ + "obtain a Scripting Policy pair from a response" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "scripting-policy-header-parsing", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-header-parsing", + "title": "Parsing Scripting Policy Headers", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "abstract-opdef-obtain-a-scripting-policy-from-a-structured-header", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#abstract-opdef-obtain-a-scripting-policy-from-a-structured-header", + "linkingText": [ + "obtain a Scripting Policy from a Structured Header" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "scripting-policy-header-parsing", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-header-parsing", + "title": "Parsing Scripting Policy Headers", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "document-scripting-policy", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#document-scripting-policy", + "linkingText": [ + "scripting policy" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "document" + ], + "access": "public", + "informative": false, + "heading": { + "id": "policy-application", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#policy-application", + "title": "Policy Application", + "number": "2.3" + }, + "definedIn": "prose" + }, + { + "id": "workerglobalscope-scripting-policy", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#workerglobalscope-scripting-policy", + "linkingText": [ + "scripting policy" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "WorkerGlobalScope" + ], + "access": "public", + "informative": false, + "heading": { + "id": "policy-application", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#policy-application", + "title": "Policy Application", + "number": "2.3" + }, + "definedIn": "prose" + }, + { + "id": "workletglobalscope-scripting-policy", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#workletglobalscope-scripting-policy", + "linkingText": [ + "scripting policy" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "WorkletGlobalScope" + ], + "access": "public", + "informative": false, + "heading": { + "id": "policy-application", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#policy-application", + "title": "Policy Application", + "number": "2.3" + }, + "definedIn": "prose" + }, + { + "id": "environment-settings-object-scripting-policy", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#environment-settings-object-scripting-policy", + "linkingText": [ + "scripting policy" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "environment settings object" + ], + "access": "private", + "informative": false, + "heading": { + "id": "policy-application", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#policy-application", + "title": "Policy Application", + "number": "2.3" + }, + "definedIn": "prose" + }, + { + "id": "abstract-opdef-initialize-a-documents-scripting-policy", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#abstract-opdef-initialize-a-documents-scripting-policy", + "linkingText": [ + "initialize a Document's Scripting Policy" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "initialize-doc", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#initialize-doc", + "title": "Initialize a Document’s Scripting Policy", + "number": "2.4" + }, + "definedIn": "prose" + }, + { + "id": "abstract-opdef-initialize-a-global-objects-scripting-policy", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#abstract-opdef-initialize-a-global-objects-scripting-policy", + "linkingText": [ + "initialize a global object’s Scripting Policy" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "initialize-global", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#initialize-global", + "title": "Initialize a global object’s Scripting Policy", + "number": "2.5" + }, + "definedIn": "prose" + }, + { + "id": "abstract-opdef-determine-whether-a-script-element-should-be-blocked-by-scripting-policy", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#abstract-opdef-determine-whether-a-script-element-should-be-blocked-by-scripting-policy", + "linkingText": [ + "determine whether a script element should be blocked by Scripting Policy" + ], + "localLinkingText": [ + "block script element" + ], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "check-nonce-hash", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#check-nonce-hash", + "title": "Checking Nonces and Hashes", + "number": "2.6.1" + }, + "definedIn": "prose" + }, + { + "id": "abstract-opdef-matches-an-integrity-metadata-list", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#abstract-opdef-matches-an-integrity-metadata-list", + "linkingText": [ + "matches an integrity metadata list" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "check-event-handlers", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#check-event-handlers", + "title": "Checking Inline Event Handlers", + "number": "2.6.2" + }, + "definedIn": "prose" + }, + { + "id": "abstract-opdef-determine-whether-an-event-handler-be-blocked-by-scripting-policy", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#abstract-opdef-determine-whether-an-event-handler-be-blocked-by-scripting-policy", + "linkingText": [ + "determine whether an event handler be blocked by Scripting Policy" + ], + "localLinkingText": [ + "check event handler" + ], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "check-event-handlers", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#check-event-handlers", + "title": "Checking Inline Event Handlers", + "number": "2.6.2" + }, + "definedIn": "prose" + }, + { + "id": "abstract-opdef-ensurescriptingpolicydoesnotblockscriptexecution-callerrealm-calleerealm-source", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#abstract-opdef-ensurescriptingpolicydoesnotblockscriptexecution-callerrealm-calleerealm-source", + "linkingText": [ + "EnsureScriptingPolicyDoesNotBlockScriptExecution(callerRealm, calleeRealm, source)" + ], + "localLinkingText": [ + "ensure eval" + ], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "hostensurecancompilestrings", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#hostensurecancompilestrings", + "title": "Checking String Compilation (eval() and friends)", + "number": "2.6.3" + }, + "definedIn": "prose" + }, + { + "id": "abstract-opdef-determine-whether-a-base-element-should-be-blocked-by-scripting-policy", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#abstract-opdef-determine-whether-a-base-element-should-be-blocked-by-scripting-policy", + "linkingText": [ + "determine whether a base element should be blocked by Scripting Policy" + ], + "localLinkingText": [ + "block base element" + ], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "check-base", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#check-base", + "title": "Checking ", + "number": "2.6.4" + }, + "definedIn": "prose" + }, + { + "id": "abstract-opdef-determine-whether-a-plugin-element-should-be-blocked-by-scripting-policy", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#abstract-opdef-determine-whether-a-plugin-element-should-be-blocked-by-scripting-policy", + "linkingText": [ + "determine whether a plugin element should be blocked by Scripting Policy" + ], + "localLinkingText": [ + "block plugin element" + ], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "check-embed-object", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#check-embed-object", + "title": "Checking and .", + "number": "2.6.5" + }, + "definedIn": "prose" + }, + { + "id": "scripting-policy-reports", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-reports", + "linkingText": [ + "Scripting Policy reports" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "reporting", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#reporting", + "title": "Reporting Violations", + "number": "2.7" + }, + "definedIn": "prose" + }, + { + "id": "enumdef-scriptingpolicyviolationtype", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#enumdef-scriptingpolicyviolationtype", + "linkingText": [ + "ScriptingPolicyViolationType" + ], + "localLinkingText": [], + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "reporting", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#reporting", + "title": "Reporting Violations", + "number": "2.7" + }, + "definedIn": "pre" + }, + { + "id": "dom-scriptingpolicyviolationtype-externalscript", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#dom-scriptingpolicyviolationtype-externalscript", + "linkingText": [ + "\"externalScript\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "ScriptingPolicyViolationType" + ], + "access": "public", + "informative": false, + "heading": { + "id": "reporting", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#reporting", + "title": "Reporting Violations", + "number": "2.7" + }, + "definedIn": "pre" + }, + { + "id": "dom-scriptingpolicyviolationtype-inlinescript", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#dom-scriptingpolicyviolationtype-inlinescript", + "linkingText": [ + "\"inlineScript\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "ScriptingPolicyViolationType" + ], + "access": "public", + "informative": false, + "heading": { + "id": "reporting", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#reporting", + "title": "Reporting Violations", + "number": "2.7" + }, + "definedIn": "pre" + }, + { + "id": "dom-scriptingpolicyviolationtype-inlineeventhandler", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#dom-scriptingpolicyviolationtype-inlineeventhandler", + "linkingText": [ + "\"inlineEventHandler\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "ScriptingPolicyViolationType" + ], + "access": "public", + "informative": false, + "heading": { + "id": "reporting", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#reporting", + "title": "Reporting Violations", + "number": "2.7" + }, + "definedIn": "pre" + }, + { + "id": "dom-scriptingpolicyviolationtype-eval", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#dom-scriptingpolicyviolationtype-eval", + "linkingText": [ + "\"eval\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "ScriptingPolicyViolationType" + ], + "access": "public", + "informative": false, + "heading": { + "id": "reporting", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#reporting", + "title": "Reporting Violations", + "number": "2.7" + }, + "definedIn": "pre" + }, + { + "id": "scriptingpolicyreportbody", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scriptingpolicyreportbody", + "linkingText": [ + "ScriptingPolicyReportBody" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "reporting", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#reporting", + "title": "Reporting Violations", + "number": "2.7" + }, + "definedIn": "pre" + }, + { + "id": "dom-scriptingpolicyreportbody-tojson", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#dom-scriptingpolicyreportbody-tojson", + "linkingText": [ + "toJSON()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "ScriptingPolicyReportBody" + ], + "access": "public", + "informative": false, + "heading": { + "id": "reporting", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#reporting", + "title": "Reporting Violations", + "number": "2.7" + }, + "definedIn": "pre" + }, + { + "id": "dom-scriptingpolicyreportbody-violationtype", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#dom-scriptingpolicyreportbody-violationtype", + "linkingText": [ + "violationType" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "ScriptingPolicyReportBody" + ], + "access": "public", + "informative": false, + "heading": { + "id": "reporting", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#reporting", + "title": "Reporting Violations", + "number": "2.7" + }, + "definedIn": "dt" + }, + { + "id": "dom-scriptingpolicyreportbody-violationurl", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#dom-scriptingpolicyreportbody-violationurl", + "linkingText": [ + "violationURL" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "ScriptingPolicyReportBody" + ], + "access": "public", + "informative": false, + "heading": { + "id": "reporting", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#reporting", + "title": "Reporting Violations", + "number": "2.7" + }, + "definedIn": "dt" + }, + { + "id": "dom-scriptingpolicyreportbody-violationsample", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#dom-scriptingpolicyreportbody-violationsample", + "linkingText": [ + "violationSample" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "ScriptingPolicyReportBody" + ], + "access": "public", + "informative": false, + "heading": { + "id": "reporting", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#reporting", + "title": "Reporting Violations", + "number": "2.7" + }, + "definedIn": "dt" + }, + { + "id": "dom-scriptingpolicyreportbody-lineno", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#dom-scriptingpolicyreportbody-lineno", + "linkingText": [ + "lineno" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "ScriptingPolicyReportBody" + ], + "access": "public", + "informative": false, + "heading": { + "id": "reporting", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#reporting", + "title": "Reporting Violations", + "number": "2.7" + }, + "definedIn": "dt" + }, + { + "id": "dom-scriptingpolicyreportbody-colno", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#dom-scriptingpolicyreportbody-colno", + "linkingText": [ + "colno" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "ScriptingPolicyReportBody" + ], + "access": "public", + "informative": false, + "heading": { + "id": "reporting", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#reporting", + "title": "Reporting Violations", + "number": "2.7" + }, + "definedIn": "dt" + }, + { + "id": "abstract-opdef-report-a-scripting-policy-violation", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#abstract-opdef-report-a-scripting-policy-violation", + "linkingText": [ + "report a Scripting Policy violation" + ], + "localLinkingText": [ + "send report" + ], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "reporting", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#reporting", + "title": "Reporting Violations", + "number": "2.7" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/ed/dfns/css-cascade-6.json b/ed/dfns/css-cascade-6.json new file mode 100644 index 000000000000..94c91ab17ca8 --- /dev/null +++ b/ed/dfns/css-cascade-6.json @@ -0,0 +1,261 @@ +{ + "spec": { + "title": "CSS Cascading and Inheritance Level 6", + "url": "https://drafts.csswg.org/css-cascade-6/" + }, + "dfns": [ + { + "id": "cascade", + "href": "https://drafts.csswg.org/css-cascade-6/#cascade", + "linkingText": [ + "cascade" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "cascading", + "href": "https://drafts.csswg.org/css-cascade-6/#cascading", + "title": "Cascading", + "number": "6" + }, + "definedIn": "prose" + }, + { + "id": "encapsulation-contexts", + "href": "https://drafts.csswg.org/css-cascade-6/#encapsulation-contexts", + "linkingText": [ + "encapsulation contexts" + ], + "localLinkingText": [ + "context" + ], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "cascade-sort", + "href": "https://drafts.csswg.org/css-cascade-6/#cascade-sort", + "title": "Cascade Sorting Order", + "number": "6.1" + }, + "definedIn": "prose" + }, + { + "id": "scope-proximity", + "href": "https://drafts.csswg.org/css-cascade-6/#scope-proximity", + "linkingText": [ + "Scope Proximity" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "cascade-sort", + "href": "https://drafts.csswg.org/css-cascade-6/#cascade-sort", + "title": "Cascade Sorting Order", + "number": "6.1" + }, + "definedIn": "dt" + }, + { + "id": "output-of-the-cascade", + "href": "https://drafts.csswg.org/css-cascade-6/#output-of-the-cascade", + "linkingText": [ + "output of the cascade" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "cascade-sort", + "href": "https://drafts.csswg.org/css-cascade-6/#cascade-sort", + "title": "Cascade Sorting Order", + "number": "6.1" + }, + "definedIn": "prose" + }, + { + "id": "origin", + "href": "https://drafts.csswg.org/css-cascade-6/#origin", + "linkingText": [ + "cascade origin" + ], + "localLinkingText": [ + "origin" + ], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "cascading-origins", + "href": "https://drafts.csswg.org/css-cascade-6/#cascading-origins", + "title": "Cascading Origins", + "number": "6.2" + }, + "definedIn": "prose" + }, + { + "id": "important", + "href": "https://drafts.csswg.org/css-cascade-6/#important", + "linkingText": [ + "important" + ], + "localLinkingText": [ + "importance" + ], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "importance", + "href": "https://drafts.csswg.org/css-cascade-6/#importance", + "title": "Important Declarations: the !important annotation", + "number": "6.3" + }, + "definedIn": "prose" + }, + { + "id": "normal", + "href": "https://drafts.csswg.org/css-cascade-6/#normal", + "linkingText": [ + "normal" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "importance", + "href": "https://drafts.csswg.org/css-cascade-6/#importance", + "title": "Important Declarations: the !important annotation", + "number": "6.3" + }, + "definedIn": "prose" + }, + { + "id": "scope", + "href": "https://drafts.csswg.org/css-cascade-6/#scope", + "linkingText": [ + "scope" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "scoped-styles", + "href": "https://drafts.csswg.org/css-cascade-6/#scoped-styles", + "title": "Scoped Styles", + "number": "6.5" + }, + "definedIn": "prose" + }, + { + "id": "typedef-scope-start", + "href": "https://drafts.csswg.org/css-cascade-6/#typedef-scope-start", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "scoped-styles", + "href": "https://drafts.csswg.org/css-cascade-6/#scoped-styles", + "title": "Scoped Styles", + "number": "6.5" + }, + "definedIn": "prose" + }, + { + "id": "typedef-scope-end", + "href": "https://drafts.csswg.org/css-cascade-6/#typedef-scope-end", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "scoped-styles", + "href": "https://drafts.csswg.org/css-cascade-6/#scoped-styles", + "title": "Scoped Styles", + "number": "6.5" + }, + "definedIn": "prose" + }, + { + "id": "scope-boundary", + "href": "https://drafts.csswg.org/css-cascade-6/#scope-boundary", + "linkingText": [ + "Scope boundary" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "scoped-styles", + "href": "https://drafts.csswg.org/css-cascade-6/#scoped-styles", + "title": "Scoped Styles", + "number": "6.5" + }, + "definedIn": "prose" + }, + { + "id": "selectordef-in", + "href": "https://drafts.csswg.org/css-cascade-6/#selectordef-in", + "linkingText": [ + ":in()" + ], + "localLinkingText": [], + "type": "selector", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "in-scope-selector", + "href": "https://drafts.csswg.org/css-cascade-6/#in-scope-selector", + "title": "The in-scope pseudo-class :in()", + "number": "6.5.1" + }, + "definedIn": "prose" + }, + { + "id": "at-ruledef-layer", + "href": "https://drafts.csswg.org/css-cascade-6/#at-ruledef-layer", + "linkingText": [ + "@scope" + ], + "localLinkingText": [], + "type": "at-rule", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "scope-atrule", + "href": "https://drafts.csswg.org/css-cascade-6/#scope-atrule", + "title": "Scoping Styles in CSS: the @scope rule", + "number": "6.5.2" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/ed/dfns/tc39-shadowrealm.json b/ed/dfns/tc39-shadowrealm.json new file mode 100644 index 000000000000..9d239e828a49 --- /dev/null +++ b/ed/dfns/tc39-shadowrealm.json @@ -0,0 +1,26 @@ +{ + "spec": { + "title": "ShadowRealm API", + "url": "https://tc39.es/proposal-shadowrealm/" + }, + "dfns": [ + { + "id": "wrapped-function-exotic-object", + "href": "https://tc39.es/proposal-shadowrealm/#wrapped-function-exotic-object", + "linkingText": [ + "wrapped function exotic object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "href": "https://tc39.es/proposal-shadowrealm/#null", + "title": "2 Wrapped Function Exotic Objects" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/ed/diff.md b/ed/diff.md index c91bfdf12180..0888c2a1ee66 100644 --- a/ed/diff.md +++ b/ed/diff.md @@ -2,3 +2,58 @@ % Reffy % September 17, 2021 +## Close Watcher API + +- Initial URL: [https://wicg.github.io/close-watcher/](https://wicg.github.io/close-watcher/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://wicg.github.io/close-watcher/](https://wicg.github.io/close-watcher/) +- This specification was not in the reference crawl report. + + +## CSS Cascading and Inheritance Level 6 + +- Initial URL: [https://drafts.csswg.org/css-cascade-6/](https://drafts.csswg.org/css-cascade-6/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://drafts.csswg.org/css-cascade-6/](https://drafts.csswg.org/css-cascade-6/) +- This specification was not in the reference crawl report. + + +## CSS Cascading and Inheritance Level 6 + +- Initial URL: [https://drafts.csswg.org/css-scoping-2/](https://drafts.csswg.org/css-scoping-2/) +- Crawled URL: [https://drafts.csswg.org/css-scoping-2/](https://drafts.csswg.org/css-scoping-2/) +- This specification is not in the new crawl report. + + +## Intl Locale Info Proposal + +- Initial URL: [https://tc39.es/proposal-intl-locale-info/](https://tc39.es/proposal-intl-locale-info/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/proposal-intl-locale-info/](https://tc39.es/proposal-intl-locale-info/) +- This specification was not in the reference crawl report. + + +## Realms API + +- Initial URL: [https://tc39.es/proposal-realms/](https://tc39.es/proposal-realms/) +- Crawled URL: [[object Object]]([object Object]) +- Editor's Draft: [https://tc39.es/proposal-realms/](https://tc39.es/proposal-realms/) +- This specification is not in the new crawl report. + + +## Scripting Policy + +- Initial URL: [https://wicg.github.io/csp-next/scripting-policy.html](https://wicg.github.io/csp-next/scripting-policy.html) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://wicg.github.io/csp-next/scripting-policy.html](https://wicg.github.io/csp-next/scripting-policy.html) +- This specification was not in the reference crawl report. + + +## ShadowRealm API + +- Initial URL: [https://tc39.es/proposal-shadowrealm/](https://tc39.es/proposal-shadowrealm/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/proposal-shadowrealm/](https://tc39.es/proposal-shadowrealm/) +- This specification was not in the reference crawl report. + + diff --git a/ed/diffnew.md b/ed/diffnew.md index c91bfdf12180..8310ebecb342 100644 --- a/ed/diffnew.md +++ b/ed/diffnew.md @@ -2,3 +2,43 @@ % Reffy % September 17, 2021 +## Close Watcher API + +- Initial URL: [https://wicg.github.io/close-watcher/](https://wicg.github.io/close-watcher/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://wicg.github.io/close-watcher/](https://wicg.github.io/close-watcher/) +- This specification was not in the reference crawl report. + + +## CSS Cascading and Inheritance Level 6 + +- Initial URL: [https://drafts.csswg.org/css-cascade-6/](https://drafts.csswg.org/css-cascade-6/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://drafts.csswg.org/css-cascade-6/](https://drafts.csswg.org/css-cascade-6/) +- This specification was not in the reference crawl report. + + +## Intl Locale Info Proposal + +- Initial URL: [https://tc39.es/proposal-intl-locale-info/](https://tc39.es/proposal-intl-locale-info/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/proposal-intl-locale-info/](https://tc39.es/proposal-intl-locale-info/) +- This specification was not in the reference crawl report. + + +## Scripting Policy + +- Initial URL: [https://wicg.github.io/csp-next/scripting-policy.html](https://wicg.github.io/csp-next/scripting-policy.html) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://wicg.github.io/csp-next/scripting-policy.html](https://wicg.github.io/csp-next/scripting-policy.html) +- This specification was not in the reference crawl report. + + +## ShadowRealm API + +- Initial URL: [https://tc39.es/proposal-shadowrealm/](https://tc39.es/proposal-shadowrealm/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/proposal-shadowrealm/](https://tc39.es/proposal-shadowrealm/) +- This specification was not in the reference crawl report. + + diff --git a/ed/headings/close-watcher.json b/ed/headings/close-watcher.json new file mode 100644 index 000000000000..10202c5c57d6 --- /dev/null +++ b/ed/headings/close-watcher.json @@ -0,0 +1,116 @@ +{ + "spec": { + "title": "Close Watcher API", + "url": "https://wicg.github.io/close-watcher/" + }, + "headings": [ + { + "id": "title", + "href": "https://wicg.github.io/close-watcher/#title", + "level": 1, + "title": "Close Watcher API" + }, + { + "id": "profile-and-date", + "href": "https://wicg.github.io/close-watcher/#profile-and-date", + "level": 2, + "title": "Draft Community Group Report, 10 September 2021" + }, + { + "id": "abstract", + "href": "https://wicg.github.io/close-watcher/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "status", + "href": "https://wicg.github.io/close-watcher/#status", + "level": 2, + "title": "Status of this document" + }, + { + "id": "toc", + "href": "https://wicg.github.io/close-watcher/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "close-signals", + "href": "https://wicg.github.io/close-watcher/#close-signals", + "level": 2, + "title": "Close signals", + "number": "1" + }, + { + "id": "close-watchers", + "href": "https://wicg.github.io/close-watcher/#close-watchers", + "level": 3, + "title": "Close watcher infrastructure", + "number": "1.1" + }, + { + "id": "close-watcher-api", + "href": "https://wicg.github.io/close-watcher/#close-watcher-api", + "level": 3, + "title": "Close watcher API", + "number": "1.2" + }, + { + "id": "patches", + "href": "https://wicg.github.io/close-watcher/#patches", + "level": 2, + "title": "Updates to other specifications", + "number": "2" + }, + { + "id": "patch-fullscreen", + "href": "https://wicg.github.io/close-watcher/#patch-fullscreen", + "level": 3, + "title": "Fullscreen", + "number": "2.1" + }, + { + "id": "patch-dialog", + "href": "https://wicg.github.io/close-watcher/#patch-dialog", + "level": 3, + "title": "The dialog element", + "number": "2.2" + }, + { + "id": "index", + "href": "https://wicg.github.io/close-watcher/#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "href": "https://wicg.github.io/close-watcher/#index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, + { + "id": "index-defined-elsewhere", + "href": "https://wicg.github.io/close-watcher/#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, + { + "id": "references", + "href": "https://wicg.github.io/close-watcher/#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://wicg.github.io/close-watcher/#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "idl-index", + "href": "https://wicg.github.io/close-watcher/#idl-index", + "level": 2, + "title": "IDL Index" + } + ] +} \ No newline at end of file diff --git a/ed/headings/csp-next.json b/ed/headings/csp-next.json new file mode 100644 index 000000000000..90b54ff4e43f --- /dev/null +++ b/ed/headings/csp-next.json @@ -0,0 +1,265 @@ +{ + "spec": { + "title": "Scripting Policy", + "url": "https://wicg.github.io/csp-next/scripting-policy.html" + }, + "headings": [ + { + "id": "title", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#title", + "level": 1, + "title": "Scripting Policy" + }, + { + "id": "subtitle", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#subtitle", + "level": 2, + "title": "Editor’s Draft, 31 August 2021" + }, + { + "id": "abstract", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "status", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#status", + "level": 2, + "title": "Status of this document" + }, + { + "id": "toc", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "intro", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#intro", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "examples", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#examples", + "level": 3, + "title": "Examples", + "number": "1.1" + }, + { + "id": "threat-model", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#threat-model", + "level": 3, + "title": "Threat Model", + "number": "1.2" + }, + { + "id": "overview", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#overview", + "level": 3, + "title": "Overview", + "number": "1.3" + }, + { + "id": "deps", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#deps", + "level": 3, + "title": "Dependencies", + "number": "1.4" + }, + { + "id": "framework", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#framework", + "level": 2, + "title": "Framework", + "number": "2" + }, + { + "id": "scripting-policy-header", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-header", + "level": 3, + "title": "Scripting Policy HTTP Response Headers", + "number": "2.1" + }, + { + "id": "scripting-policy-header-parsing", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-header-parsing", + "level": 3, + "title": "Parsing Scripting Policy Headers", + "number": "2.2" + }, + { + "id": "policy-application", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#policy-application", + "level": 3, + "title": "Policy Application", + "number": "2.3" + }, + { + "id": "initialize-doc", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#initialize-doc", + "level": 3, + "title": "Initialize a Document’s Scripting Policy", + "number": "2.4" + }, + { + "id": "initialize-global", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#initialize-global", + "level": 3, + "title": "Initialize a global object’s Scripting Policy", + "number": "2.5" + }, + { + "id": "policy-enforcement", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#policy-enforcement", + "level": 3, + "title": "Policy Enforcement", + "number": "2.6" + }, + { + "id": "check-nonce-hash", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#check-nonce-hash", + "level": 4, + "title": "Checking Nonces and Hashes", + "number": "2.6.1" + }, + { + "id": "check-event-handlers", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#check-event-handlers", + "level": 4, + "title": "Checking Inline Event Handlers", + "number": "2.6.2" + }, + { + "id": "hostensurecancompilestrings", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#hostensurecancompilestrings", + "level": 4, + "title": "Checking String Compilation (eval() and friends)", + "number": "2.6.3" + }, + { + "id": "check-base", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#check-base", + "level": 4, + "title": "Checking ", + "number": "2.6.4" + }, + { + "id": "check-embed-object", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#check-embed-object", + "level": 4, + "title": "Checking and .", + "number": "2.6.5" + }, + { + "id": "reporting", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#reporting", + "level": 3, + "title": "Reporting Violations", + "number": "2.7" + }, + { + "id": "sec-priv-considerations", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#sec-priv-considerations", + "level": 2, + "title": "Security and Privacy Considerations", + "number": "3" + }, + { + "id": "iana", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#iana", + "level": 2, + "title": "IANA Considerations", + "number": "4" + }, + { + "id": "scripting-policy-reg", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-reg", + "level": 3, + "title": "Scripting-Policy Registration", + "number": "4.1" + }, + { + "id": "scripting-policy-ro-reg", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-ro-reg", + "level": 3, + "title": "Scripting-Policy-Report-Only Registration", + "number": "4.2" + }, + { + "id": "acks", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#acks", + "level": 2, + "title": "Acknowledgements", + "number": "5" + }, + { + "id": "conformance", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#conformance", + "level": 2, + "title": "Conformance" + }, + { + "id": "conventions", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "conformant-algorithms", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#conformant-algorithms", + "level": 3, + "title": "Conformant Algorithms" + }, + { + "id": "index", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, + { + "id": "index-defined-elsewhere", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, + { + "id": "references", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "informative", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#informative", + "level": 3, + "title": "Informative References" + }, + { + "id": "idl-index", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#idl-index", + "level": 2, + "title": "IDL Index" + }, + { + "id": "issues-index", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#issues-index", + "level": 2, + "title": "Issues Index" + } + ] +} \ No newline at end of file diff --git a/ed/headings/css-cascade-6.json b/ed/headings/css-cascade-6.json new file mode 100644 index 000000000000..bce97852d69a --- /dev/null +++ b/ed/headings/css-cascade-6.json @@ -0,0 +1,409 @@ +{ + "spec": { + "title": "CSS Cascading and Inheritance Level 6", + "url": "https://drafts.csswg.org/css-cascade-6/" + }, + "headings": [ + { + "id": "title", + "href": "https://drafts.csswg.org/css-cascade-6/#title", + "level": 1, + "title": "CSS Cascading and Inheritance Level 6" + }, + { + "id": "profile-and-date", + "href": "https://drafts.csswg.org/css-cascade-6/#profile-and-date", + "level": 2, + "title": "Editor’s Draft, 9 September 2021" + }, + { + "id": "abstract", + "href": "https://drafts.csswg.org/css-cascade-6/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "status", + "href": "https://drafts.csswg.org/css-cascade-6/#status", + "level": 2, + "title": "Status of this document" + }, + { + "id": "toc", + "href": "https://drafts.csswg.org/css-cascade-6/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "intro", + "href": "https://drafts.csswg.org/css-cascade-6/#intro", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "placement", + "href": "https://drafts.csswg.org/css-cascade-6/#placement", + "level": 3, + "title": "Module Interactions", + "number": "1.1" + }, + { + "id": "at-import", + "href": "https://drafts.csswg.org/css-cascade-6/#at-import", + "level": 2, + "title": "Importing Style Sheets: the @import rule", + "number": "2" + }, + { + "id": "conditional-import", + "href": "https://drafts.csswg.org/css-cascade-6/#conditional-import", + "level": 3, + "title": "Conditional @import Rules", + "number": "2.1" + }, + { + "id": "import-processing", + "href": "https://drafts.csswg.org/css-cascade-6/#import-processing", + "level": 3, + "title": "Processing Stylesheet Imports", + "number": "2.2" + }, + { + "id": "content-type", + "href": "https://drafts.csswg.org/css-cascade-6/#content-type", + "level": 3, + "title": "Content-Type of CSS Style Sheets", + "number": "2.3" + }, + { + "id": "shorthand", + "href": "https://drafts.csswg.org/css-cascade-6/#shorthand", + "level": 2, + "title": "Shorthand Properties", + "number": "3" + }, + { + "id": "aliasing", + "href": "https://drafts.csswg.org/css-cascade-6/#aliasing", + "level": 3, + "title": "Aliasing", + "number": "3.1" + }, + { + "id": "all-shorthand", + "href": "https://drafts.csswg.org/css-cascade-6/#all-shorthand", + "level": 3, + "title": "Resetting All Properties: the all property", + "number": "3.2" + }, + { + "id": "value-stages", + "href": "https://drafts.csswg.org/css-cascade-6/#value-stages", + "level": 2, + "title": "Value Processing", + "number": "4" + }, + { + "id": "declared", + "href": "https://drafts.csswg.org/css-cascade-6/#declared", + "level": 3, + "title": "Declared Values", + "number": "4.1" + }, + { + "id": "cascaded", + "href": "https://drafts.csswg.org/css-cascade-6/#cascaded", + "level": 3, + "title": "Cascaded Values", + "number": "4.2" + }, + { + "id": "specified", + "href": "https://drafts.csswg.org/css-cascade-6/#specified", + "level": 3, + "title": "Specified Values", + "number": "4.3" + }, + { + "id": "computed", + "href": "https://drafts.csswg.org/css-cascade-6/#computed", + "level": 3, + "title": "Computed Values", + "number": "4.4" + }, + { + "id": "used", + "href": "https://drafts.csswg.org/css-cascade-6/#used", + "level": 3, + "title": "Used Values", + "number": "4.5" + }, + { + "id": "actual", + "href": "https://drafts.csswg.org/css-cascade-6/#actual", + "level": 3, + "title": "Actual Values", + "number": "4.6" + }, + { + "id": "stages-examples", + "href": "https://drafts.csswg.org/css-cascade-6/#stages-examples", + "level": 3, + "title": "Examples", + "number": "4.7" + }, + { + "id": "fragments", + "href": "https://drafts.csswg.org/css-cascade-6/#fragments", + "level": 3, + "title": "Per-Fragment Value Processing", + "number": "4.8" + }, + { + "id": "filtering", + "href": "https://drafts.csswg.org/css-cascade-6/#filtering", + "level": 2, + "title": "Filtering", + "number": "5" + }, + { + "id": "cascading", + "href": "https://drafts.csswg.org/css-cascade-6/#cascading", + "level": 2, + "title": "Cascading", + "number": "6" + }, + { + "id": "cascade-sort", + "href": "https://drafts.csswg.org/css-cascade-6/#cascade-sort", + "level": 3, + "title": "Cascade Sorting Order", + "number": "6.1" + }, + { + "id": "cascading-origins", + "href": "https://drafts.csswg.org/css-cascade-6/#cascading-origins", + "level": 3, + "title": "Cascading Origins", + "number": "6.2" + }, + { + "id": "importance", + "href": "https://drafts.csswg.org/css-cascade-6/#importance", + "level": 3, + "title": "Important Declarations: the !important annotation", + "number": "6.3" + }, + { + "id": "layering", + "href": "https://drafts.csswg.org/css-cascade-6/#layering", + "level": 3, + "title": "Cascade Layers", + "number": "6.4" + }, + { + "id": "scoped-styles", + "href": "https://drafts.csswg.org/css-cascade-6/#scoped-styles", + "level": 3, + "title": "Scoped Styles", + "number": "6.5" + }, + { + "id": "in-scope-selector", + "href": "https://drafts.csswg.org/css-cascade-6/#in-scope-selector", + "level": 4, + "title": "The in-scope pseudo-class :in()", + "number": "6.5.1" + }, + { + "id": "scope-atrule", + "href": "https://drafts.csswg.org/css-cascade-6/#scope-atrule", + "level": 4, + "title": "Scoping Styles in CSS: the @scope rule", + "number": "6.5.2" + }, + { + "id": "preshint", + "href": "https://drafts.csswg.org/css-cascade-6/#preshint", + "level": 3, + "title": "Precedence of Non-CSS Presentational Hints", + "number": "6.6" + }, + { + "id": "defaulting", + "href": "https://drafts.csswg.org/css-cascade-6/#defaulting", + "level": 2, + "title": "Defaulting", + "number": "7" + }, + { + "id": "initial-values", + "href": "https://drafts.csswg.org/css-cascade-6/#initial-values", + "level": 3, + "title": "Initial Values", + "number": "7.1" + }, + { + "id": "inheriting", + "href": "https://drafts.csswg.org/css-cascade-6/#inheriting", + "level": 3, + "title": "Inheritance", + "number": "7.2" + }, + { + "id": "defaulting-keywords", + "href": "https://drafts.csswg.org/css-cascade-6/#defaulting-keywords", + "level": 3, + "title": "Explicit Defaulting", + "number": "7.3" + }, + { + "id": "initial", + "href": "https://drafts.csswg.org/css-cascade-6/#initial", + "level": 4, + "title": "Resetting a Property: the initial keyword", + "number": "7.3.1" + }, + { + "id": "inherit", + "href": "https://drafts.csswg.org/css-cascade-6/#inherit", + "level": 4, + "title": "Explicit Inheritance: the inherit keyword", + "number": "7.3.2" + }, + { + "id": "inherit-initial", + "href": "https://drafts.csswg.org/css-cascade-6/#inherit-initial", + "level": 4, + "title": "Erasing All Declarations: the unset keyword", + "number": "7.3.3" + }, + { + "id": "default", + "href": "https://drafts.csswg.org/css-cascade-6/#default", + "level": 4, + "title": "Rolling Back Cascade Origins: the revert keyword", + "number": "7.3.4" + }, + { + "id": "changes", + "href": "https://drafts.csswg.org/css-cascade-6/#changes", + "level": 2, + "title": "Changes", + "number": "8" + }, + { + "id": "additions-l5", + "href": "https://drafts.csswg.org/css-cascade-6/#additions-l5", + "level": 3, + "title": "Additions Since Level 5", + "number": "8.1" + }, + { + "id": "additions-l4", + "href": "https://drafts.csswg.org/css-cascade-6/#additions-l4", + "level": 3, + "title": "Additions Since Level 4", + "number": "8.2" + }, + { + "id": "additions-l3", + "href": "https://drafts.csswg.org/css-cascade-6/#additions-l3", + "level": 3, + "title": "Additions Since Level 3", + "number": "8.3" + }, + { + "id": "changes-2", + "href": "https://drafts.csswg.org/css-cascade-6/#changes-2", + "level": 3, + "title": "Additions Since Level 2", + "number": "8.4" + }, + { + "id": "acknowledgments", + "href": "https://drafts.csswg.org/css-cascade-6/#acknowledgments", + "level": 2, + "title": "Acknowledgments" + }, + { + "id": "priv-sec", + "href": "https://drafts.csswg.org/css-cascade-6/#priv-sec", + "level": 2, + "title": "Privacy and Security Considerations" + }, + { + "id": "w3c-conformance", + "href": "https://drafts.csswg.org/css-cascade-6/#w3c-conformance", + "level": 2, + "title": "Conformance" + }, + { + "id": "w3c-conventions", + "href": "https://drafts.csswg.org/css-cascade-6/#w3c-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "w3c-conformance-classes", + "href": "https://drafts.csswg.org/css-cascade-6/#w3c-conformance-classes", + "level": 3, + "title": "Conformance classes" + }, + { + "id": "w3c-partial", + "href": "https://drafts.csswg.org/css-cascade-6/#w3c-partial", + "level": 3, + "title": "Partial implementations" + }, + { + "id": "w3c-conform-future-proofing", + "href": "https://drafts.csswg.org/css-cascade-6/#w3c-conform-future-proofing", + "level": 4, + "title": "Implementations of Unstable and Proprietary Features" + }, + { + "id": "w3c-testing", + "href": "https://drafts.csswg.org/css-cascade-6/#w3c-testing", + "level": 3, + "title": "Non-experimental implementations" + }, + { + "id": "index", + "href": "https://drafts.csswg.org/css-cascade-6/#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "href": "https://drafts.csswg.org/css-cascade-6/#index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, + { + "id": "index-defined-elsewhere", + "href": "https://drafts.csswg.org/css-cascade-6/#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, + { + "id": "references", + "href": "https://drafts.csswg.org/css-cascade-6/#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://drafts.csswg.org/css-cascade-6/#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "issues-index", + "href": "https://drafts.csswg.org/css-cascade-6/#issues-index", + "level": 2, + "title": "Issues Index" + } + ] +} \ No newline at end of file diff --git a/ed/headings/css-multicol-1.json b/ed/headings/css-multicol-1.json index c4a8ae3a9552..e49f732dcee7 100644 --- a/ed/headings/css-multicol-1.json +++ b/ed/headings/css-multicol-1.json @@ -14,7 +14,7 @@ "id": "profile-and-date", "href": "https://drafts.csswg.org/css-multicol/#profile-and-date", "level": 2, - "title": "Editor’s Draft, 6 August 2021" + "title": "Editor’s Draft, 17 September 2021" }, { "id": "abstract", @@ -239,10 +239,16 @@ "title": "Changes from the Candidate Recommendation (CR) of 12 April 2011." }, { - "id": "priv-sec", - "href": "https://drafts.csswg.org/css-multicol/#priv-sec", + "id": "privacy", + "href": "https://drafts.csswg.org/css-multicol/#privacy", "level": 2, - "title": "Privacy and Security Considerations" + "title": "Privacy Considerations" + }, + { + "id": "security", + "href": "https://drafts.csswg.org/css-multicol/#security", + "level": 2, + "title": "Security Considerations" }, { "id": "a11y", diff --git a/ed/headings/html.json b/ed/headings/html.json index 969b5f44d8bd..4760bb43192f 100644 --- a/ed/headings/html.json +++ b/ed/headings/html.json @@ -8,7 +8,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "table-of-contents", @@ -26,7 +26,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/introduction.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "introduction", @@ -199,7 +199,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "infrastructure", @@ -302,7 +302,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "common-microsyntaxes", @@ -504,7 +504,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "urls", @@ -594,7 +594,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "common-dom-interfaces", @@ -656,7 +656,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/structured-data.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "safe-passing-of-structured-data", @@ -739,7 +739,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/dom.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "dom", @@ -1017,7 +1017,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/semantics.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "semantics", @@ -1162,7 +1162,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/sections.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "sections", @@ -1287,7 +1287,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/grouping-content.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "grouping-content", @@ -1405,7 +1405,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "text-level-semantics", @@ -1621,7 +1621,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/links.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "links", @@ -1872,7 +1872,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/edits.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "edits", @@ -1927,7 +1927,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/embedded-content.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "embedded-content", @@ -1961,7 +1961,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/images.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "images", @@ -2212,7 +2212,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "the-iframe-element", @@ -2246,7 +2246,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/media.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "the-video-element", @@ -2476,7 +2476,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/image-maps.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "the-map-element", @@ -2517,7 +2517,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/embedded-content-other.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "mathml", @@ -2544,7 +2544,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/tables.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "tables", @@ -2676,7 +2676,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/forms.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "forms", @@ -2773,7 +2773,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/input.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "the-input-element", @@ -3038,7 +3038,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/form-elements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "the-button-element", @@ -3121,7 +3121,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "form-control-infrastructure", @@ -3358,7 +3358,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/interactive-elements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "interactive-elements", @@ -3448,7 +3448,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/scripting.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "scripting-3", @@ -3531,7 +3531,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/canvas.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "the-canvas-element", @@ -3775,7 +3775,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/custom-elements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "custom-elements", @@ -3907,7 +3907,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/semantics-other.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "common-idioms", @@ -3983,7 +3983,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/microdata.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "microdata", @@ -4163,7 +4163,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/interaction.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "editing", @@ -4399,7 +4399,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/dnd.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "dnd", @@ -4482,7 +4482,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/browsers.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "browsers", @@ -4620,7 +4620,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/window-object.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "the-window-object", @@ -4759,7 +4759,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/origin.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "origin", @@ -4856,7 +4856,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/history.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "history", @@ -4974,7 +4974,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "browsing-the-web", @@ -5120,7 +5120,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/webappapis.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "webappapis", @@ -5475,7 +5475,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "dynamic-markup-insertion", @@ -5523,7 +5523,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "timers", @@ -5564,7 +5564,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/system-state.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "system-state-and-capabilities", @@ -5633,7 +5633,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "images-2", @@ -5653,7 +5653,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/comms.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "comms", @@ -5672,7 +5672,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/server-sent-events.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "server-sent-events", @@ -5748,7 +5748,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/web-sockets.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "network", @@ -5803,7 +5803,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/web-messaging.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "web-messaging", @@ -5921,7 +5921,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/workers.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "workers", @@ -6157,7 +6157,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/worklets.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "worklets", @@ -6267,7 +6267,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/webstorage.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "webstorage", @@ -6370,7 +6370,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/syntax.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "syntax", @@ -6480,7 +6480,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/parsing.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "parsing", @@ -7445,7 +7445,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/named-characters.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "named-character-references", @@ -7458,7 +7458,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/xhtml.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "the-xhtml-syntax", @@ -7498,7 +7498,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/rendering.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "rendering", @@ -7825,7 +7825,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/obsolete.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "obsolete", @@ -7886,7 +7886,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/iana.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "iana", @@ -8017,7 +8017,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/indices.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "index", @@ -8071,7 +8071,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/references.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "references", @@ -8083,7 +8083,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/acknowledgements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 16 September 2021" + "title": "Living Standard — Last Updated 17 September 2021" }, { "id": "acknowledgments", diff --git a/ed/headings/tc39-intl-locale-info.json b/ed/headings/tc39-intl-locale-info.json new file mode 100644 index 000000000000..499bf5829420 --- /dev/null +++ b/ed/headings/tc39-intl-locale-info.json @@ -0,0 +1,248 @@ +{ + "spec": { + "title": "Intl Locale Info Proposal", + "url": "https://tc39.es/proposal-intl-locale-info/" + }, + "headings": [ + { + "id": "locale-objects", + "title": "Locale Objects", + "level": 1, + "number": "1" + }, + { + "id": "sec-locale-abstracts", + "title": "Abstract Operations for Locale Objects", + "level": 2, + "number": "1.1" + }, + { + "id": "sec-create-array-from-list-or-restricted", + "title": "CreateArrayFromListOrRestricted ( list , restricted )", + "level": 3, + "number": "1.1.1" + }, + { + "id": "sec-calendars-of-locale", + "title": "CalendarsOfLocale ( loc )", + "level": 3, + "number": "1.1.2" + }, + { + "id": "sec-collations-of-locale", + "title": "CollationsOfLocale ( loc )", + "level": 3, + "number": "1.1.3" + }, + { + "id": "sec-hour-cycles-of-locale", + "title": "HourCyclesOfLocale ( loc )", + "level": 3, + "number": "1.1.4" + }, + { + "id": "sec-numbering-systems-of-locale", + "title": "NumberingSystemsOfLocale ( loc )", + "level": 3, + "number": "1.1.5" + }, + { + "id": "sec-time-zones-of-locale", + "title": "TimeZonesOfLocale ( loc )", + "level": 3, + "number": "1.1.6" + }, + { + "id": "sec-character-direction-of-locale", + "title": "CharacterDirectionOfLocale ( loc )", + "level": 3, + "number": "1.1.7" + }, + { + "id": "sec-week-info-of-locale", + "title": "WeekInfoOfLocale ( loc )", + "level": 3, + "number": "1.1.8" + }, + { + "id": "sec-intl-locale-constructor", + "title": "The Intl.Locale Constructor", + "level": 2, + "number": "1.2" + }, + { + "id": "sec-apply-options-to-tag", + "title": "ApplyOptionsToTag ( tag, options )", + "level": 3, + "number": "1.2.1" + }, + { + "id": "sec-apply-unicode-extension-to-tag", + "title": "ApplyUnicodeExtensionToTag ( tag, options, relevantExtensionKeys )", + "level": 3, + "number": "1.2.2" + }, + { + "id": "sec-Intl.Locale", + "title": "Intl.Locale ( tag [ , options ] )", + "level": 3, + "number": "1.2.3" + }, + { + "id": "sec-properties-of-intl-locale-constructor", + "title": "Properties of the Intl.Locale Constructor", + "level": 2, + "number": "1.3" + }, + { + "id": "sec-Intl.Locale.prototype", + "title": "Intl.Locale.prototype", + "level": 3, + "number": "1.3.1" + }, + { + "id": "sec-intl.locale-internal-slots", + "title": "Internal slots", + "level": 3, + "number": "1.3.2" + }, + { + "id": "sec-properties-of-intl-locale-prototype-object", + "title": "Properties of the Intl.Locale Prototype Object", + "level": 2, + "number": "1.4" + }, + { + "id": "sec-Intl.Locale.prototype.constructor", + "title": "Intl.Locale.prototype.constructor", + "level": 3, + "number": "1.4.1" + }, + { + "id": "sec-Intl.Locale.prototype-@@tostringtag", + "title": "Intl.Locale.prototype[ @@toStringTag ]", + "level": 3, + "number": "1.4.2" + }, + { + "id": "sec-Intl.Locale.prototype.maximize", + "title": "Intl.Locale.prototype.maximize ( )", + "level": 3, + "number": "1.4.3" + }, + { + "id": "sec-Intl.Locale.prototype.minimize", + "title": "Intl.Locale.prototype.minimize ( )", + "level": 3, + "number": "1.4.4" + }, + { + "id": "sec-Intl.Locale.prototype.toString", + "title": "Intl.Locale.prototype.toString ( )", + "level": 3, + "number": "1.4.5" + }, + { + "id": "sec-Intl.Locale.prototype.baseName", + "title": "get Intl.Locale.prototype.baseName", + "level": 3, + "number": "1.4.6" + }, + { + "id": "sec-Intl.Locale.prototype.calendar", + "title": "get Intl.Locale.prototype.calendar", + "level": 3, + "number": "1.4.7" + }, + { + "id": "sec-Intl.Locale.prototype.caseFirst", + "title": "get Intl.Locale.prototype.caseFirst", + "level": 3, + "number": "1.4.8" + }, + { + "id": "sec-Intl.Locale.prototype.collation", + "title": "get Intl.Locale.prototype.collation", + "level": 3, + "number": "1.4.9" + }, + { + "id": "sec-Intl.Locale.prototype.hourCycle", + "title": "get Intl.Locale.prototype.hourCycle", + "level": 3, + "number": "1.4.10" + }, + { + "id": "sec-Intl.Locale.prototype.numeric", + "title": "get Intl.Locale.prototype.numeric", + "level": 3, + "number": "1.4.11" + }, + { + "id": "sec-Intl.Locale.prototype.numberingSystem", + "title": "get Intl.Locale.prototype.numberingSystem", + "level": 3, + "number": "1.4.12" + }, + { + "id": "sec-Intl.Locale.prototype.language", + "title": "get Intl.Locale.prototype.language", + "level": 3, + "number": "1.4.13" + }, + { + "id": "sec-Intl.Locale.prototype.script", + "title": "get Intl.Locale.prototype.script", + "level": 3, + "number": "1.4.14" + }, + { + "id": "sec-Intl.Locale.prototype.region", + "title": "get Intl.Locale.prototype.region", + "level": 3, + "number": "1.4.15" + }, + { + "id": "sec-Intl.Locale.prototype.calendars", + "title": "get Intl.Locale.prototype.calendars", + "level": 3, + "number": "1.4.16" + }, + { + "id": "sec-Intl.Locale.prototype.collations", + "title": "get Intl.Locale.prototype.collations", + "level": 3, + "number": "1.4.17" + }, + { + "id": "sec-Intl.Locale.prototype.hourCycles", + "title": "get Intl.Locale.prototype.hourCycles", + "level": 3, + "number": "1.4.18" + }, + { + "id": "sec-Intl.Locale.prototype.numberingSystems", + "title": "get Intl.Locale.prototype.numberingSystems", + "level": 3, + "number": "1.4.19" + }, + { + "id": "sec-Intl.Locale.prototype.timeZones", + "title": "get Intl.Locale.prototype.timeZones", + "level": 3, + "number": "1.4.20" + }, + { + "id": "sec-Intl.Locale.prototype.textInfo", + "title": "get Intl.Locale.prototype.textInfo", + "level": 3, + "number": "1.4.21" + }, + { + "id": "sec-Intl.Locale.prototype.weekInfo", + "title": "get Intl.Locale.prototype.weekInfo", + "level": 3, + "number": "1.4.22" + } + ] +} \ No newline at end of file diff --git a/ed/headings/tc39-shadowrealm.json b/ed/headings/tc39-shadowrealm.json new file mode 100644 index 000000000000..6f6a9ca72895 --- /dev/null +++ b/ed/headings/tc39-shadowrealm.json @@ -0,0 +1,134 @@ +{ + "spec": { + "title": "ShadowRealm API", + "url": "https://tc39.es/proposal-shadowrealm/" + }, + "headings": [ + { + "id": "sec-well-known-intrinsic-objects", + "title": "Well-known intrinsic objects", + "level": 1, + "number": "1" + }, + { + "id": "sec-wrapped-function-exotic-objects", + "title": "Wrapped Function Exotic Objects", + "level": 1, + "number": "2" + }, + { + "id": "sec-wrapped-function-exotic-objects-call-thisargument-argumentslist", + "title": "[[Call]] ( thisArgument, argumentsList )", + "level": 2, + "number": "2.1" + }, + { + "id": "sec-wrappedfunctioncreate", + "title": "WrappedFunctionCreate ( callerRealm, targetFunction )", + "level": 2, + "number": "2.2" + }, + { + "id": "sec-shadowrealm-objects", + "title": "ShadowRealm Objects", + "level": 1, + "number": "3" + }, + { + "id": "sec-shadowrealm-abstracts", + "title": "ShadowRealm Abstract Operations", + "level": 2, + "number": "3.1" + }, + { + "id": "sec-performrealmeval", + "title": "PerformRealmEval ( sourceText, callerRealm, evalRealm )", + "level": 3, + "number": "3.1.1" + }, + { + "id": "sec-shadowrealmimportvalue", + "title": "ShadowRealmImportValue ( specifierString, exportNameString, callerRealm, evalRealm, evalContext )", + "level": 3, + "number": "3.1.2" + }, + { + "id": "sec-getwrappedvalue", + "title": "GetWrappedValue ( callerRealm, value )", + "level": 3, + "number": "3.1.3" + }, + { + "id": "sec-shadowrealm-constructor", + "title": "The ShadowRealm Constructor", + "level": 2, + "number": "3.2" + }, + { + "id": "sec-shadowrealm", + "title": "ShadowRealm ( )", + "level": 3, + "number": "3.2.1" + }, + { + "id": "sec-properties-of-the-shadowRealm-constructor", + "title": "Properties of the ShadowRealm Constructor", + "level": 2, + "number": "3.3" + }, + { + "id": "sec-shadowrealm.prototype", + "title": "ShadowRealm.prototype", + "level": 3, + "number": "3.3.1" + }, + { + "id": "sec-properties-of-the-shadowrealm-prototype-object", + "title": "Properties of the ShadowRealm Prototype Object", + "level": 2, + "number": "3.4" + }, + { + "id": "sec-shadowrealm.prototype.evaluate", + "title": "ShadowRealm.prototype.evaluate ( sourceText )", + "level": 3, + "number": "3.4.1" + }, + { + "id": "sec-shadowrealm.prototype.importvalue", + "title": "ShadowRealm.prototype.importValue ( specifier, exportName )", + "level": 3, + "number": "3.4.2" + }, + { + "id": "sec-validaterealmobject", + "title": "ValidateRealmObject ( argument )", + "level": 3, + "number": "3.4.3" + }, + { + "id": "sec-shadowrealm.prototype-@@tostringtag", + "title": "ShadowRealm.prototype [ @@toStringTag ]", + "level": 3, + "number": "3.4.4" + }, + { + "id": "sec-properties-of-shadowrealm-instances", + "title": "Properties of ShadowRealm Instances", + "level": 2, + "number": "3.5" + }, + { + "id": "sec-shadowrealm-host-operations", + "title": "Host operations", + "level": 2, + "number": "3.6" + }, + { + "id": "sec-host-initialize-shadow-shadowrealm", + "title": "Runtime Semantics: HostInitializeShadowRealm ( realm )", + "level": 3, + "number": "3.6.1" + } + ] +} \ No newline at end of file diff --git a/ed/headings/webaudio.json b/ed/headings/webaudio.json index db177f24d012..1424a8c886be 100644 --- a/ed/headings/webaudio.json +++ b/ed/headings/webaudio.json @@ -14,7 +14,7 @@ "id": "profile-and-date", "href": "https://webaudio.github.io/web-audio-api/#profile-and-date", "level": 2, - "title": "Editor’s Draft, 3 September 2021" + "title": "Editor’s Draft, 17 September 2021" }, { "id": "abstract", diff --git a/ed/headings/webgpu.json b/ed/headings/webgpu.json index 7ba4e804aa16..f41f1b34699e 100644 --- a/ed/headings/webgpu.json +++ b/ed/headings/webgpu.json @@ -14,7 +14,7 @@ "id": "profile-and-date", "href": "https://gpuweb.github.io/gpuweb/#profile-and-date", "level": 2, - "title": "Editor’s Draft, 15 September 2021" + "title": "Editor’s Draft, 17 September 2021" }, { "id": "abstract", diff --git a/ed/idl/close-watcher.idl b/ed/idl/close-watcher.idl new file mode 100644 index 000000000000..1455b3db8278 --- /dev/null +++ b/ed/idl/close-watcher.idl @@ -0,0 +1,14 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: Close Watcher API (https://wicg.github.io/close-watcher/) + +[Exposed=Window] +interface CloseWatcher : EventTarget { + constructor(); + + undefined destroy(); + undefined signalClose(); + + attribute EventHandler onclose; +}; diff --git a/ed/idl/csp-next.idl b/ed/idl/csp-next.idl new file mode 100644 index 000000000000..d94b36cf885d --- /dev/null +++ b/ed/idl/csp-next.idl @@ -0,0 +1,21 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: Scripting Policy (https://wicg.github.io/csp-next/scripting-policy.html) + +enum ScriptingPolicyViolationType { + "externalScript", + "inlineScript", + "inlineEventHandler", + "eval" +}; + +[Exposed=(Window,Worker), SecureContext] +interface ScriptingPolicyReportBody : ReportBody { + [Default] object toJSON(); + readonly attribute DOMString violationType; + readonly attribute USVString? violationURL; + readonly attribute USVString? violationSample; + readonly attribute unsigned long lineno; + readonly attribute unsigned long colno; +}; diff --git a/ed/idlnames.json b/ed/idlnames.json index 10a373841f9f..13f592d81692 100644 --- a/ed/idlnames.json +++ b/ed/idlnames.json @@ -1347,6 +1347,10 @@ "fragment": "idlnames/CloseEventInit.idl", "parsed": "idlnamesparsed/CloseEventInit.json" }, + "CloseWatcher": { + "fragment": "idlnames/CloseWatcher.idl", + "parsed": "idlnamesparsed/CloseWatcher.json" + }, "CodecState": { "fragment": "idlnames/CodecState.idl", "parsed": "idlnamesparsed/CodecState.json" @@ -7111,6 +7115,14 @@ "fragment": "idlnames/ScriptURLString.idl", "parsed": "idlnamesparsed/ScriptURLString.json" }, + "ScriptingPolicyReportBody": { + "fragment": "idlnames/ScriptingPolicyReportBody.idl", + "parsed": "idlnamesparsed/ScriptingPolicyReportBody.json" + }, + "ScriptingPolicyViolationType": { + "fragment": "idlnames/ScriptingPolicyViolationType.idl", + "parsed": "idlnamesparsed/ScriptingPolicyViolationType.json" + }, "ScrollBehavior": { "fragment": "idlnames/ScrollBehavior.idl", "parsed": "idlnamesparsed/ScrollBehavior.json" diff --git a/ed/idlnames/CloseWatcher.idl b/ed/idlnames/CloseWatcher.idl new file mode 100644 index 000000000000..5555623436f7 --- /dev/null +++ b/ed/idlnames/CloseWatcher.idl @@ -0,0 +1,10 @@ +// Source: Close Watcher API (https://wicg.github.io/close-watcher/) +[Exposed=Window] +interface CloseWatcher : EventTarget { + constructor(); + + undefined destroy(); + undefined signalClose(); + + attribute EventHandler onclose; +}; \ No newline at end of file diff --git a/ed/idlnames/ScriptingPolicyReportBody.idl b/ed/idlnames/ScriptingPolicyReportBody.idl new file mode 100644 index 000000000000..37ce2b42701f --- /dev/null +++ b/ed/idlnames/ScriptingPolicyReportBody.idl @@ -0,0 +1,10 @@ +// Source: Scripting Policy (https://wicg.github.io/csp-next/scripting-policy.html) +[Exposed=(Window,Worker), SecureContext] +interface ScriptingPolicyReportBody : ReportBody { + [Default] object toJSON(); + readonly attribute DOMString violationType; + readonly attribute USVString? violationURL; + readonly attribute USVString? violationSample; + readonly attribute unsigned long lineno; + readonly attribute unsigned long colno; +}; \ No newline at end of file diff --git a/ed/idlnames/ScriptingPolicyViolationType.idl b/ed/idlnames/ScriptingPolicyViolationType.idl new file mode 100644 index 000000000000..a379761b9170 --- /dev/null +++ b/ed/idlnames/ScriptingPolicyViolationType.idl @@ -0,0 +1,7 @@ +// Source: Scripting Policy (https://wicg.github.io/csp-next/scripting-policy.html) +enum ScriptingPolicyViolationType { + "externalScript", + "inlineScript", + "inlineEventHandler", + "eval" +}; \ No newline at end of file diff --git a/ed/idlnamesparsed/CloseWatcher.json b/ed/idlnamesparsed/CloseWatcher.json new file mode 100644 index 000000000000..12301b92d965 --- /dev/null +++ b/ed/idlnamesparsed/CloseWatcher.json @@ -0,0 +1,29 @@ +{ + "name": "CloseWatcher", + "type": "interface", + "defined": { + "spec": { + "title": "Close Watcher API", + "url": "https://wicg.github.io/close-watcher/" + }, + "fragment": "[Exposed=Window]\ninterface CloseWatcher : EventTarget {\n constructor();\n\n undefined destroy();\n undefined signalClose();\n\n attribute EventHandler onclose;\n};", + "href": "https://wicg.github.io/close-watcher/#closewatcher" + }, + "extended": [], + "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/ScriptingPolicyReportBody.json b/ed/idlnamesparsed/ScriptingPolicyReportBody.json new file mode 100644 index 000000000000..ece5b1f60872 --- /dev/null +++ b/ed/idlnamesparsed/ScriptingPolicyReportBody.json @@ -0,0 +1,29 @@ +{ + "name": "ScriptingPolicyReportBody", + "type": "interface", + "defined": { + "spec": { + "title": "Scripting Policy", + "url": "https://wicg.github.io/csp-next/scripting-policy.html" + }, + "fragment": "[Exposed=(Window,Worker), SecureContext]\ninterface ScriptingPolicyReportBody : ReportBody {\n [Default] object toJSON();\n readonly attribute DOMString violationType;\n readonly attribute USVString? violationURL;\n readonly attribute USVString? violationSample;\n readonly attribute unsigned long lineno;\n readonly attribute unsigned long colno;\n};", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#scriptingpolicyreportbody" + }, + "extended": [], + "inheritance": { + "name": "ReportBody", + "type": "interface", + "defined": { + "spec": { + "title": "Reporting API 1", + "url": "https://www.w3.org/TR/reporting-1/" + }, + "fragment": "[Exposed=(Window,Worker)]\ninterface ReportBody {\n [Default] object toJSON();\n};", + "href": "https://w3c.github.io/reporting/#reportbody" + }, + "extended": [], + "inheritance": null, + "includes": [] + }, + "includes": [] +} \ No newline at end of file diff --git a/ed/idlnamesparsed/ScriptingPolicyViolationType.json b/ed/idlnamesparsed/ScriptingPolicyViolationType.json new file mode 100644 index 000000000000..0b45831171cd --- /dev/null +++ b/ed/idlnamesparsed/ScriptingPolicyViolationType.json @@ -0,0 +1,14 @@ +{ + "name": "ScriptingPolicyViolationType", + "type": "enum", + "defined": { + "spec": { + "title": "Scripting Policy", + "url": "https://wicg.github.io/csp-next/scripting-policy.html" + }, + "fragment": "enum ScriptingPolicyViolationType {\n \"externalScript\",\n \"inlineScript\",\n \"inlineEventHandler\",\n \"eval\"\n};", + "href": "https://wicg.github.io/csp-next/scripting-policy.html#enumdef-scriptingpolicyviolationtype" + }, + "extended": [], + "includes": [] +} \ No newline at end of file diff --git a/ed/idlparsed/close-watcher.json b/ed/idlparsed/close-watcher.json new file mode 100644 index 000000000000..c70524f08a55 --- /dev/null +++ b/ed/idlparsed/close-watcher.json @@ -0,0 +1,106 @@ +{ + "spec": { + "title": "Close Watcher API", + "url": "https://wicg.github.io/close-watcher/" + }, + "idlparsed": { + "jsNames": { + "constructors": { + "Window": [ + "CloseWatcher" + ] + }, + "functions": {} + }, + "idlNames": { + "CloseWatcher": { + "fragment": "[Exposed=Window]\ninterface CloseWatcher : EventTarget {\n constructor();\n\n undefined destroy();\n undefined signalClose();\n\n attribute EventHandler onclose;\n};", + "type": "interface", + "name": "CloseWatcher", + "inheritance": "EventTarget", + "members": [ + { + "type": "constructor", + "arguments": [], + "extAttrs": [] + }, + { + "type": "operation", + "name": "destroy", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "undefined" + }, + "arguments": [], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "signalClose", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "undefined" + }, + "arguments": [], + "extAttrs": [], + "special": "" + }, + { + "type": "attribute", + "name": "onclose", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "EventHandler" + }, + "extAttrs": [], + "special": "", + "readonly": false + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "Window" + }, + "arguments": [] + } + ], + "partial": false + } + }, + "idlExtendedNames": {}, + "globals": {}, + "exposed": { + "Window": [ + "CloseWatcher" + ] + }, + "dependencies": { + "CloseWatcher": [ + "EventTarget", + "EventHandler" + ] + }, + "externalDependencies": [ + "EventTarget", + "EventHandler" + ], + "hasObsoleteIdl": false + } +} \ No newline at end of file diff --git a/ed/idlparsed/csp-next.json b/ed/idlparsed/csp-next.json new file mode 100644 index 000000000000..451b6cdbd4c8 --- /dev/null +++ b/ed/idlparsed/csp-next.json @@ -0,0 +1,194 @@ +{ + "spec": { + "title": "Scripting Policy", + "url": "https://wicg.github.io/csp-next/scripting-policy.html" + }, + "idlparsed": { + "jsNames": { + "constructors": {}, + "functions": { + "Window": [ + "ScriptingPolicyReportBody" + ], + "Worker": [ + "ScriptingPolicyReportBody" + ] + } + }, + "idlNames": { + "ScriptingPolicyViolationType": { + "fragment": "enum ScriptingPolicyViolationType {\n \"externalScript\",\n \"inlineScript\",\n \"inlineEventHandler\",\n \"eval\"\n};", + "type": "enum", + "name": "ScriptingPolicyViolationType", + "values": [ + { + "type": "enum-value", + "value": "externalScript" + }, + { + "type": "enum-value", + "value": "inlineScript" + }, + { + "type": "enum-value", + "value": "inlineEventHandler" + }, + { + "type": "enum-value", + "value": "eval" + } + ], + "extAttrs": [] + }, + "ScriptingPolicyReportBody": { + "fragment": "[Exposed=(Window,Worker), SecureContext]\ninterface ScriptingPolicyReportBody : ReportBody {\n [Default] object toJSON();\n readonly attribute DOMString violationType;\n readonly attribute USVString? violationURL;\n readonly attribute USVString? violationSample;\n readonly attribute unsigned long lineno;\n readonly attribute unsigned long colno;\n};", + "type": "interface", + "name": "ScriptingPolicyReportBody", + "inheritance": "ReportBody", + "members": [ + { + "type": "operation", + "name": "toJSON", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "object" + }, + "arguments": [], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Default", + "rhs": null, + "arguments": [] + } + ], + "special": "" + }, + { + "type": "attribute", + "name": "violationType", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "violationURL", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "USVString" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "violationSample", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "USVString" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "lineno", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "unsigned long" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "colno", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "unsigned long" + }, + "extAttrs": [], + "special": "", + "readonly": true + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier-list", + "value": [ + { + "value": "Window" + }, + { + "value": "Worker" + } + ] + }, + "arguments": [] + }, + { + "type": "extended-attribute", + "name": "SecureContext", + "rhs": null, + "arguments": [] + } + ], + "partial": false + } + }, + "idlExtendedNames": {}, + "globals": {}, + "exposed": { + "Window": [ + "ScriptingPolicyReportBody" + ], + "Worker": [ + "ScriptingPolicyReportBody" + ] + }, + "dependencies": { + "ScriptingPolicyReportBody": [ + "ReportBody" + ] + }, + "externalDependencies": [ + "ReportBody" + ], + "hasObsoleteIdl": false + } +} \ No newline at end of file diff --git a/ed/ids/CSS21.json b/ed/ids/CSS21.json index c5dfefd340b3..fb11f473b00d 100644 --- a/ed/ids/CSS21.json +++ b/ed/ids/CSS21.json @@ -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-page-break-auto", "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-table-layout-auto", + "https://drafts.csswg.org/css2/#ref-for-valdef-cursor-auto", + "https://drafts.csswg.org/css2/#ref-for-valdef-height-auto%E2%91%A0%E2%93%AA", "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", @@ -2631,9 +2631,9 @@ "https://drafts.csswg.org/css2/#valdef-font-size-xx-large", "https://drafts.csswg.org/css2/#ref-for-valdef-font-size-medium", "https://drafts.csswg.org/css2/#AutoNumber2", - "https://drafts.csswg.org/css2/#ref-for-valdef-font-size-medium%E2%91%A0", - "https://drafts.csswg.org/css2/#value-def-relative-size", "https://drafts.csswg.org/css2/#ref-for-valdef-border-width-medium%E2%91%A0", + "https://drafts.csswg.org/css2/#value-def-relative-size", + "https://drafts.csswg.org/css2/#ref-for-valdef-border-width-medium%E2%91%A1", "https://drafts.csswg.org/css2/#ref-for-valdef-font-size-large", "https://drafts.csswg.org/css2/#ref-for-em-width%E2%91%A5", "https://drafts.csswg.org/css2/#ref-for-ex%E2%91%A5", @@ -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%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-table-layout-auto", "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", @@ -3075,13 +3075,13 @@ "https://drafts.csswg.org/css2/#ref-for-propdef-height%E2%91%A3%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-value-def-table%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css2/#ref-for-value-def-inline-table%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css2/#ref-for-valdef-height-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css2/#ref-for-valdef-height-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-propdef-height%E2%91%A3%E2%91%A1", "https://drafts.csswg.org/css2/#ref-for-value-def-table-row%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-propdef-height%E2%91%A3%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-propdef-height%E2%91%A3%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-propdef-height%E2%91%A3%E2%91%A4", - "https://drafts.csswg.org/css2/#ref-for-valdef-height-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-height-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css2/#ref-for-value-def-table-row%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css2/#ref-for-propdef-height%E2%91%A3%E2%91%A5", "https://drafts.csswg.org/css2/#ref-for-propdef-height%E2%91%A3%E2%91%A6", diff --git a/ed/ids/CSS22.json b/ed/ids/CSS22.json index c5dfefd340b3..fb11f473b00d 100644 --- a/ed/ids/CSS22.json +++ b/ed/ids/CSS22.json @@ -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-page-break-auto", "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-table-layout-auto", + "https://drafts.csswg.org/css2/#ref-for-valdef-cursor-auto", + "https://drafts.csswg.org/css2/#ref-for-valdef-height-auto%E2%91%A0%E2%93%AA", "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", @@ -2631,9 +2631,9 @@ "https://drafts.csswg.org/css2/#valdef-font-size-xx-large", "https://drafts.csswg.org/css2/#ref-for-valdef-font-size-medium", "https://drafts.csswg.org/css2/#AutoNumber2", - "https://drafts.csswg.org/css2/#ref-for-valdef-font-size-medium%E2%91%A0", - "https://drafts.csswg.org/css2/#value-def-relative-size", "https://drafts.csswg.org/css2/#ref-for-valdef-border-width-medium%E2%91%A0", + "https://drafts.csswg.org/css2/#value-def-relative-size", + "https://drafts.csswg.org/css2/#ref-for-valdef-border-width-medium%E2%91%A1", "https://drafts.csswg.org/css2/#ref-for-valdef-font-size-large", "https://drafts.csswg.org/css2/#ref-for-em-width%E2%91%A5", "https://drafts.csswg.org/css2/#ref-for-ex%E2%91%A5", @@ -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%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-table-layout-auto", "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", @@ -3075,13 +3075,13 @@ "https://drafts.csswg.org/css2/#ref-for-propdef-height%E2%91%A3%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-value-def-table%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css2/#ref-for-value-def-inline-table%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css2/#ref-for-valdef-height-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css2/#ref-for-valdef-height-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-propdef-height%E2%91%A3%E2%91%A1", "https://drafts.csswg.org/css2/#ref-for-value-def-table-row%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-propdef-height%E2%91%A3%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-propdef-height%E2%91%A3%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-propdef-height%E2%91%A3%E2%91%A4", - "https://drafts.csswg.org/css2/#ref-for-valdef-height-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-height-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css2/#ref-for-value-def-table-row%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css2/#ref-for-propdef-height%E2%91%A3%E2%91%A5", "https://drafts.csswg.org/css2/#ref-for-propdef-height%E2%91%A3%E2%91%A6", diff --git a/ed/ids/close-watcher.json b/ed/ids/close-watcher.json new file mode 100644 index 000000000000..541e153b4511 --- /dev/null +++ b/ed/ids/close-watcher.json @@ -0,0 +1,228 @@ +{ + "spec": { + "title": "Close Watcher API", + "url": "https://wicg.github.io/close-watcher/" + }, + "ids": [ + "https://wicg.github.io/close-watcher/#toc-nav", + "https://wicg.github.io/close-watcher/#toc-jump", + "https://wicg.github.io/close-watcher/#toc-toggle", + "https://wicg.github.io/close-watcher/#title", + "https://wicg.github.io/close-watcher/#profile-and-date", + "https://wicg.github.io/close-watcher/#abstract", + "https://wicg.github.io/close-watcher/#status", + "https://wicg.github.io/close-watcher/#toc", + "https://wicg.github.io/close-watcher/#contents", + "https://wicg.github.io/close-watcher/#close-signals", + "https://wicg.github.io/close-watcher/#ref-for-implementation-defined", + "https://wicg.github.io/close-watcher/#close-signal", + "https://wicg.github.io/close-watcher/#example-close-signals", + "https://wicg.github.io/close-watcher/#ref-for-document", + "https://wicg.github.io/close-watcher/#close-signal-steps", + "https://wicg.github.io/close-watcher/#ref-for-fullscreen-element", + "https://wicg.github.io/close-watcher/#ref-for-fully-exit-fullscreen", + "https://wicg.github.io/close-watcher/#ref-for-event-type-keydown", + "https://wicg.github.io/close-watcher/#ref-for-eventdef-document-fullscreenchange", + "https://wicg.github.io/close-watcher/#ref-for-canceled-flag", + "https://wicg.github.io/close-watcher/#ref-for-queue-a-global-task", + "https://wicg.github.io/close-watcher/#ref-for-user-interaction-task-source", + "https://wicg.github.io/close-watcher/#ref-for-concept-relevant-global", + "https://wicg.github.io/close-watcher/#ref-for-fully-active", + "https://wicg.github.io/close-watcher/#ref-for-signal-close", + "https://wicg.github.io/close-watcher/#example-desktop-esc-sequence", + "https://wicg.github.io/close-watcher/#ref-for-event-type-keydown%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-dom-event-preventdefault", + "https://wicg.github.io/close-watcher/#ref-for-signal-close%E2%91%A0", + "https://wicg.github.io/close-watcher/#example-android-back-sequence", + "https://wicg.github.io/close-watcher/#ref-for-queue-a-task", + "https://wicg.github.io/close-watcher/#ref-for-signal-close%E2%91%A1", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher-is-still-valid", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher", + "https://wicg.github.io/close-watcher/#ref-for-traverse-the-history-by-a-delta", + "https://wicg.github.io/close-watcher/#close-watchers", + "https://wicg.github.io/close-watcher/#ref-for-document%E2%91%A0", + "https://wicg.github.io/close-watcher/#close-watcher-stack", + "https://wicg.github.io/close-watcher/#ref-for-stack", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher%E2%91%A0", + "https://wicg.github.io/close-watcher/#close-watcher", + "https://wicg.github.io/close-watcher/#ref-for-struct", + "https://wicg.github.io/close-watcher/#ref-for-struct-item", + "https://wicg.github.io/close-watcher/#close-watcher-close-action", + "https://wicg.github.io/close-watcher/#close-watcher-is-still-valid", + "https://wicg.github.io/close-watcher/#close-watcher-blocks-further-developer-controlled-close-watchers", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher-is-still-valid%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-stack-push", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher%E2%91%A1", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher-stack", + "https://wicg.github.io/close-watcher/#signal-close", + "https://wicg.github.io/close-watcher/#ref-for-document%E2%91%A1", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher-stack%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-stack-pop", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher-stack%E2%91%A1", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher-is-still-valid%E2%91%A1", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher-close-action", + "https://wicg.github.io/close-watcher/#can-create-a-developer-controlled-close-watcher", + "https://wicg.github.io/close-watcher/#ref-for-document%E2%91%A2", + "https://wicg.github.io/close-watcher/#ref-for-fully-active%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-concept-relevant-global%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-transient-activation", + "https://wicg.github.io/close-watcher/#ref-for-list-iterate", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher-stack%E2%91%A2", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher-is-still-valid%E2%91%A2", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher-blocks-further-developer-controlled-close-watchers", + "https://wicg.github.io/close-watcher/#close-watcher-api", + "https://wicg.github.io/close-watcher/#ref-for-Exposed", + "https://wicg.github.io/close-watcher/#closewatcher", + "https://wicg.github.io/close-watcher/#ref-for-eventtarget", + "https://wicg.github.io/close-watcher/#ref-for-dom-closewatcher-closewatcher", + "https://wicg.github.io/close-watcher/#ref-for-idl-undefined", + "https://wicg.github.io/close-watcher/#ref-for-dom-closewatcher-destroy", + "https://wicg.github.io/close-watcher/#ref-for-idl-undefined%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-dom-closewatcher-signalclose", + "https://wicg.github.io/close-watcher/#ref-for-eventhandler", + "https://wicg.github.io/close-watcher/#ref-for-dom-closewatcher-onclose", + "https://wicg.github.io/close-watcher/#ref-for-dom-closewatcher-closewatcher%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-closewatcher", + "https://wicg.github.io/close-watcher/#ref-for-closewatcher%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-notallowederror", + "https://wicg.github.io/close-watcher/#ref-for-idl-DOMException", + "https://wicg.github.io/close-watcher/#ref-for-dom-closewatcher-destroy%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-closewatcher%E2%91%A1", + "https://wicg.github.io/close-watcher/#ref-for-eventdef-closewatcher-close", + "https://wicg.github.io/close-watcher/#ref-for-closewatcher%E2%91%A2", + "https://wicg.github.io/close-watcher/#ref-for-close-signal", + "https://wicg.github.io/close-watcher/#ref-for-dom-closewatcher-signalclose%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-close-signal%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-closewatcher%E2%91%A3", + "https://wicg.github.io/close-watcher/#ref-for-eventdef-closewatcher-close%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-dom-closewatcher-destroy%E2%91%A1", + "https://wicg.github.io/close-watcher/#ref-for-eventdef-closewatcher-close%E2%91%A1", + "https://wicg.github.io/close-watcher/#ref-for-close-signal%E2%91%A1", + "https://wicg.github.io/close-watcher/#ref-for-dom-closewatcher-signalclose%E2%91%A1", + "https://wicg.github.io/close-watcher/#ref-for-closewatcher%E2%91%A4", + "https://wicg.github.io/close-watcher/#closewatcher-is-active", + "https://wicg.github.io/close-watcher/#dom-closewatcher-closewatcher", + "https://wicg.github.io/close-watcher/#ref-for-can-create-a-developer-controlled-close-watcher", + "https://wicg.github.io/close-watcher/#ref-for-this", + "https://wicg.github.io/close-watcher/#ref-for-concept-relevant-global%E2%91%A1", + "https://wicg.github.io/close-watcher/#ref-for-concept-document-window", + "https://wicg.github.io/close-watcher/#ref-for-notallowederror%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-idl-DOMException%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-this%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-closewatcher-is-active", + "https://wicg.github.io/close-watcher/#ref-for-stack-push%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher%E2%91%A2", + "https://wicg.github.io/close-watcher/#ref-for-this%E2%91%A1", + "https://wicg.github.io/close-watcher/#ref-for-concept-relevant-global%E2%91%A2", + "https://wicg.github.io/close-watcher/#ref-for-concept-document-window%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher-stack%E2%91%A3", + "https://wicg.github.io/close-watcher/#ref-for-struct-item%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher-close-action%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-closewatcher-signal-close", + "https://wicg.github.io/close-watcher/#ref-for-this%E2%91%A2", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher-is-still-valid%E2%91%A3", + "https://wicg.github.io/close-watcher/#ref-for-this%E2%91%A3", + "https://wicg.github.io/close-watcher/#ref-for-closewatcher-is-active%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher-blocks-further-developer-controlled-close-watchers%E2%91%A0", + "https://wicg.github.io/close-watcher/#dom-closewatcher-destroy", + "https://wicg.github.io/close-watcher/#ref-for-this%E2%91%A4", + "https://wicg.github.io/close-watcher/#ref-for-closewatcher-is-active%E2%91%A1", + "https://wicg.github.io/close-watcher/#dom-closewatcher-signalclose", + "https://wicg.github.io/close-watcher/#ref-for-closewatcher-signal-close%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-this%E2%91%A5", + "https://wicg.github.io/close-watcher/#ref-for-closewatcher%E2%91%A5", + "https://wicg.github.io/close-watcher/#dom-closewatcher-onclose", + "https://wicg.github.io/close-watcher/#ref-for-event-handler-idl-attributes", + "https://wicg.github.io/close-watcher/#ref-for-event-handler-event-type", + "https://wicg.github.io/close-watcher/#eventdef-closewatcher-close", + "https://wicg.github.io/close-watcher/#closewatcher-signal-close", + "https://wicg.github.io/close-watcher/#ref-for-closewatcher%E2%91%A6", + "https://wicg.github.io/close-watcher/#ref-for-closewatcher-is-active%E2%91%A2", + "https://wicg.github.io/close-watcher/#ref-for-concept-event-fire", + "https://wicg.github.io/close-watcher/#ref-for-eventdef-closewatcher-close%E2%91%A2", + "https://wicg.github.io/close-watcher/#ref-for-closewatcher-is-active%E2%91%A3", + "https://wicg.github.io/close-watcher/#patches", + "https://wicg.github.io/close-watcher/#patch-fullscreen", + "https://wicg.github.io/close-watcher/#ref-for-close-signal%E2%91%A2", + "https://wicg.github.io/close-watcher/#ref-for-fully-exit-fullscreen%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-close-signal-steps", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher%E2%91%A3", + "https://wicg.github.io/close-watcher/#patch-dialog", + "https://wicg.github.io/close-watcher/#ref-for-the-dialog-element", + "https://wicg.github.io/close-watcher/#termref-for-the-dialog-element", + "https://wicg.github.io/close-watcher/#ref-for-dom-dialog-showmodal", + "https://wicg.github.io/close-watcher/#ref-for-top-layer", + "https://wicg.github.io/close-watcher/#ref-for-can-create-a-developer-controlled-close-watcher%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-concept-node-document", + "https://wicg.github.io/close-watcher/#ref-for-stack-push%E2%91%A1", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher%E2%91%A4", + "https://wicg.github.io/close-watcher/#ref-for-concept-node-document%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher-stack%E2%91%A4", + "https://wicg.github.io/close-watcher/#ref-for-struct-item%E2%91%A1", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher-close-action%E2%91%A1", + "https://wicg.github.io/close-watcher/#ref-for-cancel-the-dialog", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher-is-still-valid%E2%91%A4", + "https://wicg.github.io/close-watcher/#ref-for-concept-node-document%E2%91%A1", + "https://wicg.github.io/close-watcher/#ref-for-blocked-by-a-modal-dialog", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher-blocks-further-developer-controlled-close-watchers%E2%91%A1", + "https://wicg.github.io/close-watcher/#cancel-the-dialog", + "https://wicg.github.io/close-watcher/#ref-for-concept-event-fire%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-event-cancel", + "https://wicg.github.io/close-watcher/#ref-for-dom-event-cancelable", + "https://wicg.github.io/close-watcher/#ref-for-attr-dialog-open", + "https://wicg.github.io/close-watcher/#ref-for-close-the-dialog", + "https://wicg.github.io/close-watcher/#index", + "https://wicg.github.io/close-watcher/#index-defined-here", + "https://wicg.github.io/close-watcher/#index-defined-elsewhere", + "https://wicg.github.io/close-watcher/#term-for-document", + "https://wicg.github.io/close-watcher/#term-for-eventtarget", + "https://wicg.github.io/close-watcher/#term-for-dom-event-cancelable", + "https://wicg.github.io/close-watcher/#term-for-canceled-flag", + "https://wicg.github.io/close-watcher/#term-for-concept-event-fire", + "https://wicg.github.io/close-watcher/#term-for-concept-node-document", + "https://wicg.github.io/close-watcher/#term-for-dom-event-preventdefault", + "https://wicg.github.io/close-watcher/#term-for-fullscreen-element", + "https://wicg.github.io/close-watcher/#term-for-eventdef-document-fullscreenchange", + "https://wicg.github.io/close-watcher/#term-for-fully-exit-fullscreen", + "https://wicg.github.io/close-watcher/#term-for-top-layer", + "https://wicg.github.io/close-watcher/#term-for-eventhandler", + "https://wicg.github.io/close-watcher/#term-for-concept-document-window", + "https://wicg.github.io/close-watcher/#term-for-blocked-by-a-modal-dialog", + "https://wicg.github.io/close-watcher/#term-for-event-cancel", + "https://wicg.github.io/close-watcher/#term-for-close-the-dialog", + "https://wicg.github.io/close-watcher/#term-for-the-dialog-element", + "https://wicg.github.io/close-watcher/#term-for-event-handler-event-type", + "https://wicg.github.io/close-watcher/#term-for-event-handler-idl-attributes", + "https://wicg.github.io/close-watcher/#term-for-fully-active", + "https://wicg.github.io/close-watcher/#term-for-attr-dialog-open", + "https://wicg.github.io/close-watcher/#term-for-queue-a-global-task", + "https://wicg.github.io/close-watcher/#term-for-queue-a-task", + "https://wicg.github.io/close-watcher/#term-for-concept-relevant-global", + "https://wicg.github.io/close-watcher/#term-for-dom-dialog-showmodal", + "https://wicg.github.io/close-watcher/#term-for-transient-activation", + "https://wicg.github.io/close-watcher/#term-for-traverse-the-history-by-a-delta", + "https://wicg.github.io/close-watcher/#term-for-user-interaction-task-source", + "https://wicg.github.io/close-watcher/#term-for-list-iterate", + "https://wicg.github.io/close-watcher/#term-for-implementation-defined", + "https://wicg.github.io/close-watcher/#term-for-struct-item", + "https://wicg.github.io/close-watcher/#term-for-stack-pop", + "https://wicg.github.io/close-watcher/#term-for-stack-push", + "https://wicg.github.io/close-watcher/#term-for-stack", + "https://wicg.github.io/close-watcher/#term-for-struct", + "https://wicg.github.io/close-watcher/#term-for-event-type-keydown", + "https://wicg.github.io/close-watcher/#term-for-idl-DOMException", + "https://wicg.github.io/close-watcher/#term-for-Exposed", + "https://wicg.github.io/close-watcher/#term-for-notallowederror", + "https://wicg.github.io/close-watcher/#term-for-this", + "https://wicg.github.io/close-watcher/#term-for-idl-undefined", + "https://wicg.github.io/close-watcher/#references", + "https://wicg.github.io/close-watcher/#normative", + "https://wicg.github.io/close-watcher/#biblio-dom", + "https://wicg.github.io/close-watcher/#biblio-fullscreen", + "https://wicg.github.io/close-watcher/#biblio-html", + "https://wicg.github.io/close-watcher/#biblio-infra", + "https://wicg.github.io/close-watcher/#biblio-ui-events", + "https://wicg.github.io/close-watcher/#biblio-webidl", + "https://wicg.github.io/close-watcher/#idl-index" + ] +} \ No newline at end of file diff --git a/ed/ids/csp-next.json b/ed/ids/csp-next.json new file mode 100644 index 000000000000..ef027dfbc441 --- /dev/null +++ b/ed/ids/csp-next.json @@ -0,0 +1,575 @@ +{ + "spec": { + "title": "Scripting Policy", + "url": "https://wicg.github.io/csp-next/scripting-policy.html" + }, + "ids": [ + "https://wicg.github.io/csp-next/scripting-policy.html#toc-nav", + "https://wicg.github.io/csp-next/scripting-policy.html#toc-jump", + "https://wicg.github.io/csp-next/scripting-policy.html#toc-toggle", + "https://wicg.github.io/csp-next/scripting-policy.html#title", + "https://wicg.github.io/csp-next/scripting-policy.html#subtitle", + "https://wicg.github.io/csp-next/scripting-policy.html#abstract", + "https://wicg.github.io/csp-next/scripting-policy.html#status", + "https://wicg.github.io/csp-next/scripting-policy.html#w3c_process_revision", + "https://wicg.github.io/csp-next/scripting-policy.html#toc", + "https://wicg.github.io/csp-next/scripting-policy.html#contents", + "https://wicg.github.io/csp-next/scripting-policy.html#intro", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-content-security-policy", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-script", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-dom-noncedelement-nonce", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-the-base-element", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-the-embed-element", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-the-object-element", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy", + "https://wicg.github.io/csp-next/scripting-policy.html#examples", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-dom-noncedelement-nonce%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-the-base-element%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-idl-DOMString", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-trustedscript", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-the-embed-element%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-the-object-element%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#threat-model", + "https://wicg.github.io/csp-next/scripting-policy.html#issue-785a98cd", + "https://wicg.github.io/csp-next/scripting-policy.html#overview", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-http-headerdef-scripting-policy", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-http-headerdef-scripting-policy-report-only", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-document", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-workerglobalscope", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-workletglobalscope", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-local-scheme", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-prepare-a-script", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-dom-noncedelement-nonce%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-attr-script-integrity", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-main-fetch", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-integrity", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-the-base-element%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-set-the-frozen-base-url", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-the-embed-element%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-the-object-element%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-hostensurecancompilestrings(callerrealm,-calleerealm)", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-sec-hostensurecancompilestrings", + "https://wicg.github.io/csp-next/scripting-policy.html#issue-d73cbf47", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scriptingpolicyreportbody", + "https://wicg.github.io/csp-next/scripting-policy.html#deps", + "https://wicg.github.io/csp-next/scripting-policy.html#termref-for-", + "https://wicg.github.io/csp-next/scripting-policy.html#framework", + "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-document%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-workerglobalscope%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-workletglobalscope%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-nonce", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-string", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-script%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-dom-noncedelement-nonce%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-prepare-a-script%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-integrity", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-list", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-request-integrity-metadata", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-request-integrity-metadata%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-main-fetch%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-eval", + "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-report-to", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-string%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-trusted-types-required-for", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-list%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-string%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-dynamic-loading", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-nonce", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-integrity%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#issue-ed55d2eb", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-pair", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-pair", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-struct-item", + "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-pair-enforced", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-struct-item%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-pair-report-only", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-struct-item%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-header", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy%E2%91%A3", + "https://wicg.github.io/csp-next/scripting-policy.html#http-headerdef-scripting-policy", + "https://wicg.github.io/csp-next/scripting-policy.html#http-headerdef-scripting-policy-report-only", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-http-headerdef-scripting-policy%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#termref-for-%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-section-3.2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-section-3.2%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-section-3.2%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#dictdef-scripting-policy-dict", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-section-3.2%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-dict-nonce", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-section-3.7", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy%E2%91%A4", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-nonce%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-dict-integrity", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-section-3.1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-section-3.7%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-request-integrity-metadata%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy%E2%91%A5", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-integrity%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-dict-eval", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-section-3.7%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy%E2%91%A6", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-eval", + "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-dict-report-to", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-section-3.7%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy%E2%91%A7", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-report-to", + "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-dict-trusted-types-required-for", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-section-3.1%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-section-3.7%E2%91%A3", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy%E2%91%A8", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-trusted-types-required-for", + "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-dict-dynamic-loading", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-section-3.7%E2%91%A4", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy%E2%91%A0%E2%93%AA", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-dynamic-loading", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-worker", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-sharedworker", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-serviceworker", + "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-header-parsing", + "https://wicg.github.io/csp-next/scripting-policy.html#abstract-opdef-obtain-a-scripting-policy-pair-from-a-response", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-response", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-pair", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-response-header-list", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-pair%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-header-list-get", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-pair-enforced", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-abstract-opdef-obtain-a-scripting-policy-from-a-structured-header", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-header-list-get%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-pair-report-only", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-abstract-opdef-obtain-a-scripting-policy-from-a-structured-header%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#abstract-opdef-obtain-a-scripting-policy-from-a-structured-header", + "https://wicg.github.io/csp-next/scripting-policy.html#termref-for-%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy%E2%91%A0%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy%E2%91%A0%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-section-4.2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-section-3.2%E2%91%A3", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-list-iterate", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-byte-lowercase", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-section-3.7%E2%91%A5", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-iteration-continue", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-list-contain", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-iteration-continue%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-dynamic-loading%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-section-3.7%E2%91%A6", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-iteration-continue%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-list-contain%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-iteration-continue%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-eval%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#issue-34a8a471", + "https://wicg.github.io/csp-next/scripting-policy.html#issue-b4ccb81e", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-section-3.7%E2%91%A7", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-iteration-continue%E2%91%A3", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-nonce%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-section-3.7%E2%91%A8", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-iteration-continue%E2%91%A4", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-report-to%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-section-3.7%E2%91%A0%E2%93%AA", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-iteration-continue%E2%91%A5", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-list-contain%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-iteration-continue%E2%91%A6", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-trusted-types-required-for%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#termref-for-%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-section-4.2%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#termref-for-%E2%91%A3", + "https://wicg.github.io/csp-next/scripting-policy.html#policy-application", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy%E2%91%A0%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-document%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#document-scripting-policy", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-pair%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-workerglobalscope%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#workerglobalscope-scripting-policy", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-pair%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-workletglobalscope%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#workletglobalscope-scripting-policy", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-pair%E2%91%A3", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-environment-settings-object", + "https://wicg.github.io/csp-next/scripting-policy.html#environment-settings-object-scripting-policy", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-window", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-environment-settings-object%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-environment-settings-object-scripting-policy", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-document-scripting-policy", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-window%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-document-window", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-workerglobalscope%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-environment-settings-object%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-environment-settings-object-scripting-policy%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-workerglobalscope-scripting-policy", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-workerglobalscope%E2%91%A3", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-workletglobalscope%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-environment-settings-object%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-environment-settings-object-scripting-policy%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-workletglobalscope-scripting-policy", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-workletglobalscope%E2%91%A3", + "https://wicg.github.io/csp-next/scripting-policy.html#issue-8b31d2cf", + "https://wicg.github.io/csp-next/scripting-policy.html#initialize-doc", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-document%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-document-scripting-policy%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-response%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-environment-settings-object%E2%91%A3", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-local-scheme%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-document%E2%91%A3", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-response%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-request", + "https://wicg.github.io/csp-next/scripting-policy.html#abstract-opdef-initialize-a-documents-scripting-policy", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-response-url", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-url-scheme", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-local-scheme%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-document-scripting-policy%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-request-client", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-environment-settings-object-scripting-policy%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#issue-8587f620", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-document-scripting-policy%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-abstract-opdef-obtain-a-scripting-policy-pair-from-a-response", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-initialise-the-document-object", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-initialise-the-document-object%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-abstract-opdef-initialize-a-documents-scripting-policy", + "https://wicg.github.io/csp-next/scripting-policy.html#issue-8b31d2cf%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#initialize-global", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-global-object", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-workerglobalscope-scripting-policy%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-response%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-environment-settings-object%E2%91%A4", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-local-scheme%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-global-object%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-response%E2%91%A3", + "https://wicg.github.io/csp-next/scripting-policy.html#abstract-opdef-initialize-a-global-objects-scripting-policy", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-response-url%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-url-scheme%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-local-scheme%E2%91%A3", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-dedicatedworkerglobalscope", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-workletglobalscope%E2%91%A4", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-sharedworkerglobalscope", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-list-item", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-WorkerGlobalScope-owner-set", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-WorkerGlobalScope-owner-set%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-workerglobalscope-scripting-policy%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-relevant-settings-object", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-environment-settings-object-scripting-policy%E2%91%A3", + "https://wicg.github.io/csp-next/scripting-policy.html#issue-47562a91", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-workerglobalscope-scripting-policy%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-abstract-opdef-obtain-a-scripting-policy-pair-from-a-response%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-run-a-worker", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-run-a-worker%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-abstract-opdef-initialize-a-global-objects-scripting-policy", + "https://wicg.github.io/csp-next/scripting-policy.html#issue-8b31d2cf%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#policy-enforcement", + "https://wicg.github.io/csp-next/scripting-policy.html#check-nonce-hash", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-script%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-prepare-a-script%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-nonce%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-integrity%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#abstract-opdef-determine-whether-a-script-element-should-be-blocked-by-scripting-policy", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-element", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-htmlscriptelement", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-InterfaceSVGScriptElement", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-node-document", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-document-scripting-policy%E2%91%A3", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-pair-enforced%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-node-document%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-document-scripting-policy%E2%91%A4", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-pair-report-only%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-nonce%E2%91%A3", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-cryptographicnonce", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-nonce%E2%91%A4", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-iteration-continue%E2%91%A7", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-integrity%E2%91%A3", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-list%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-integrity%E2%91%A4", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-abstract-opdef-matches-an-integrity-metadata-list", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-iteration-continue%E2%91%A8", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-abstract-opdef-report-a-scripting-policy-violation", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-nonce%E2%91%A5", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-cryptographicnonce%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-nonce%E2%91%A6", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-iteration-continue%E2%91%A0%E2%93%AA", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-integrity%E2%91%A5", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-list%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-integrity%E2%91%A6", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-abstract-opdef-matches-an-integrity-metadata-list%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-iteration-continue%E2%91%A0%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-abstract-opdef-report-a-scripting-policy-violation%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#issue-8b7b700f", + "https://wicg.github.io/csp-next/scripting-policy.html#check-event-handlers", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-request-integrity-metadata%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-integrity%E2%91%A7", + "https://wicg.github.io/csp-next/scripting-policy.html#abstract-opdef-matches-an-integrity-metadata-list", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-utf-8-encode", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-javascript-string-convert", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-list-iterate%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-section-4", + "https://wicg.github.io/csp-next/scripting-policy.html#termref-for-%E2%91%A4", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-section-4%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#termref-for-%E2%91%A5", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-section-4%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#termref-for-%E2%91%A6", + "https://wicg.github.io/csp-next/scripting-policy.html#abstract-opdef-determine-whether-an-event-handler-be-blocked-by-scripting-policy", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-element", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-string%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-node-document%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-document-scripting-policy%E2%91%A5", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-pair-enforced%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-node-document%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-document-scripting-policy%E2%91%A6", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-pair-report-only%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-integrity%E2%91%A8", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-list%E2%91%A3", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-integrity%E2%91%A0%E2%93%AA", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-abstract-opdef-matches-an-integrity-metadata-list%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-iteration-continue%E2%91%A0%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-abstract-opdef-report-a-scripting-policy-violation%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-integrity%E2%91%A0%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-list%E2%91%A4", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-integrity%E2%91%A0%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-abstract-opdef-matches-an-integrity-metadata-list%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-iteration-continue%E2%91%A0%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-abstract-opdef-report-a-scripting-policy-violation%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-event-handler-content-attributes", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-element-attributes-change-ext", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-abstract-opdef-determine-whether-an-event-handler-be-blocked-by-scripting-policy", + "https://wicg.github.io/csp-next/scripting-policy.html#hostensurecancompilestrings", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy%E2%91%A0%E2%91%A3", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-hostensurecancompilestrings(callerrealm,-calleerealm)%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-realm", + "https://wicg.github.io/csp-next/scripting-policy.html#abstract-opdef-ensurescriptingpolicydoesnotblockscriptexecution-callerrealm-calleerealm-source", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-realm-global", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-realm-global%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-relevant-settings-object%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-environment-settings-object-scripting-policy%E2%91%A4", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-pair-enforced%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-relevant-settings-object%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-environment-settings-object-scripting-policy%E2%91%A5", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-pair-report-only%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-eval%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-iteration-continue%E2%91%A0%E2%91%A3", + "https://wicg.github.io/csp-next/scripting-policy.html#issue-3cf9064d", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-abstract-opdef-report-a-scripting-policy-violation%E2%91%A3", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-eval%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-iteration-continue%E2%91%A0%E2%91%A4", + "https://wicg.github.io/csp-next/scripting-policy.html#issue-3cf9064d%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-abstract-opdef-report-a-scripting-policy-violation%E2%91%A4", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-dfn-throw", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-exceptiondef-evalerror", + "https://wicg.github.io/csp-next/scripting-policy.html#issue-9cc8b98c", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-sec-hostensurecancompilestrings%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-hostensurecancompilestrings(callerrealm,-calleerealm)%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-can-compile-strings", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-abstract-opdef-ensurescriptingpolicydoesnotblockscriptexecution-callerrealm-calleerealm-source", + "https://wicg.github.io/csp-next/scripting-policy.html#issue-8b31d2cf%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#check-base", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy%E2%91%A0%E2%91%A4", + "https://wicg.github.io/csp-next/scripting-policy.html#abstract-opdef-determine-whether-a-base-element-should-be-blocked-by-scripting-policy", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-element%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-url", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-url-origin", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-same-origin", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-node-document%E2%91%A3", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-relevant-settings-object%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-settings-object-origin", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-node-document%E2%91%A4", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-document-scripting-policy%E2%91%A7", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-pair-enforced%E2%91%A3", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-node-document%E2%91%A5", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-document-scripting-policy%E2%91%A8", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-pair-report-only%E2%91%A3", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-abstract-opdef-report-a-scripting-policy-violation%E2%91%A5", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-abstract-opdef-report-a-scripting-policy-violation%E2%91%A6", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-set-the-frozen-base-url%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-abstract-opdef-determine-whether-a-base-element-should-be-blocked-by-scripting-policy", + "https://wicg.github.io/csp-next/scripting-policy.html#issue-ce7b8adf", + "https://wicg.github.io/csp-next/scripting-policy.html#check-embed-object", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy%E2%91%A0%E2%91%A5", + "https://wicg.github.io/csp-next/scripting-policy.html#abstract-opdef-determine-whether-a-plugin-element-should-be-blocked-by-scripting-policy", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-element%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-node-document%E2%91%A6", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-document-scripting-policy%E2%91%A0%E2%93%AA", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-pair-enforced%E2%91%A4", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-node-document%E2%91%A7", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-document-scripting-policy%E2%91%A0%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-pair-report-only%E2%91%A4", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-abstract-opdef-report-a-scripting-policy-violation%E2%91%A7", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-abstract-opdef-report-a-scripting-policy-violation%E2%91%A8", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-the-object-element%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-abstract-opdef-determine-whether-a-plugin-element-should-be-blocked-by-scripting-policy", + "https://wicg.github.io/csp-next/scripting-policy.html#issue-ce7b8adf%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#issue-502a1bee", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-sandboxed-plugins-browsing-context-flag", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-concept-plugin-secure", + "https://wicg.github.io/csp-next/scripting-policy.html#reporting", + "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-reports", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-reportingobserver", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-windoworworkerglobalscope-reports", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-reports", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-report-type", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-visible-to-reportingobservers", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy-reports%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-report-body", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scriptingpolicyreportbody%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#enumdef-scriptingpolicyviolationtype", + "https://wicg.github.io/csp-next/scripting-policy.html#dom-scriptingpolicyviolationtype-externalscript", + "https://wicg.github.io/csp-next/scripting-policy.html#dom-scriptingpolicyviolationtype-inlinescript", + "https://wicg.github.io/csp-next/scripting-policy.html#dom-scriptingpolicyviolationtype-inlineeventhandler", + "https://wicg.github.io/csp-next/scripting-policy.html#dom-scriptingpolicyviolationtype-eval", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-Exposed", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-SecureContext", + "https://wicg.github.io/csp-next/scripting-policy.html#scriptingpolicyreportbody", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-reportbody", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-Default", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-idl-object", + "https://wicg.github.io/csp-next/scripting-policy.html#dom-scriptingpolicyreportbody-tojson", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-idl-DOMString%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-dom-scriptingpolicyreportbody-violationtype", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-idl-USVString", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-dom-scriptingpolicyreportbody-violationurl", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-idl-USVString%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-dom-scriptingpolicyreportbody-violationsample", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-idl-unsigned-long", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-dom-scriptingpolicyreportbody-lineno", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-idl-unsigned-long%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-dom-scriptingpolicyreportbody-colno", + "https://wicg.github.io/csp-next/scripting-policy.html#dom-scriptingpolicyreportbody-violationtype", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-idl-DOMString%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#issue-8c2c3eef", + "https://wicg.github.io/csp-next/scripting-policy.html#dom-scriptingpolicyreportbody-violationurl", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-idl-USVString%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#dom-scriptingpolicyreportbody-violationsample", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-idl-USVString%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#dom-scriptingpolicyreportbody-lineno", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-idl-unsigned-long%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#dom-scriptingpolicyreportbody-colno", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-idl-unsigned-long%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#abstract-opdef-report-a-scripting-policy-violation", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-scripting-policy%E2%91%A0%E2%91%A6", + "https://wicg.github.io/csp-next/scripting-policy.html#ref-for-global-object%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#issue-3634400d", + "https://wicg.github.io/csp-next/scripting-policy.html#sec-priv-considerations", + "https://wicg.github.io/csp-next/scripting-policy.html#issue-95f2d23a", + "https://wicg.github.io/csp-next/scripting-policy.html#iana", + "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-reg", + "https://wicg.github.io/csp-next/scripting-policy.html#scripting-policy-ro-reg", + "https://wicg.github.io/csp-next/scripting-policy.html#acks", + "https://wicg.github.io/csp-next/scripting-policy.html#conformance", + "https://wicg.github.io/csp-next/scripting-policy.html#conventions", + "https://wicg.github.io/csp-next/scripting-policy.html#example-ae2b6bc0", + "https://wicg.github.io/csp-next/scripting-policy.html#conformant-algorithms", + "https://wicg.github.io/csp-next/scripting-policy.html#index", + "https://wicg.github.io/csp-next/scripting-policy.html#index-defined-here", + "https://wicg.github.io/csp-next/scripting-policy.html#index-defined-elsewhere", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-content-security-policy", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-can-compile-strings", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-document", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-element", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-concept-element-attributes-change-ext", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-concept-element", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-concept-node-document", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-sec-hostensurecancompilestrings", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-realm", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-utf-8-encode", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-concept-request-client", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-concept-header-list-get", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-concept-response-header-list", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-concept-request-integrity-metadata", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-local-scheme", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-concept-main-fetch", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-concept-request", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-concept-response", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-concept-response-url", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-dedicatedworkerglobalscope", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-htmlscriptelement", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-sharedworker", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-sharedworkerglobalscope", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-window", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-worker", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-workerglobalscope", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-workletglobalscope", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-cryptographicnonce", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-concept-document-window", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-the-base-element", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-initialise-the-document-object", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-the-embed-element", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-environment-settings-object", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-event-handler-content-attributes", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-concept-realm-global", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-hostensurecancompilestrings(callerrealm,-calleerealm)", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-attr-script-integrity", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-dom-noncedelement-nonce", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-the-object-element", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-concept-settings-object-origin", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-concept-WorkerGlobalScope-owner-set", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-prepare-a-script", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-relevant-settings-object", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-run-a-worker", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-same-origin", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-sandboxed-plugins-browsing-context-flag", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-script", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-concept-plugin-secure", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-set-the-frozen-base-url", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-section-3.2", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-section-3.1", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-section-4.2", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-section-3.2%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-section-3.7", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-byte-lowercase", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-list-contain", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-iteration-continue", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-javascript-string-convert", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-struct-item", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-list-iterate", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-list", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-pair", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-string", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-reportbody", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-reportingobserver", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-report-body", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-report-type", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-windoworworkerglobalscope-reports", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-visible-to-reportingobservers", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-section-4", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-serviceworker", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-%E2%91%A0", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-%E2%91%A1", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-%E2%91%A2", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-InterfaceSVGScriptElement", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-trustedscript", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-concept-url-origin", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-concept-url-scheme", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-concept-url", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-idl-DOMString", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-Default", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-exceptiondef-evalerror", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-Exposed", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-SecureContext", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-idl-USVString", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-idl-object", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-dfn-throw", + "https://wicg.github.io/csp-next/scripting-policy.html#term-for-idl-unsigned-long", + "https://wicg.github.io/csp-next/scripting-policy.html#references", + "https://wicg.github.io/csp-next/scripting-policy.html#normative", + "https://wicg.github.io/csp-next/scripting-policy.html#biblio-csp", + "https://wicg.github.io/csp-next/scripting-policy.html#biblio-dom", + "https://wicg.github.io/csp-next/scripting-policy.html#biblio-encoding", + "https://wicg.github.io/csp-next/scripting-policy.html#biblio-fetch", + "https://wicg.github.io/csp-next/scripting-policy.html#biblio-html", + "https://wicg.github.io/csp-next/scripting-policy.html#biblio-i-dietf-httpbis-header-structure", + "https://wicg.github.io/csp-next/scripting-policy.html#biblio-infra", + "https://wicg.github.io/csp-next/scripting-policy.html#biblio-reporting", + "https://wicg.github.io/csp-next/scripting-policy.html#biblio-rfc2119", + "https://wicg.github.io/csp-next/scripting-policy.html#biblio-rfc3864", + "https://wicg.github.io/csp-next/scripting-policy.html#biblio-rfc4648", + "https://wicg.github.io/csp-next/scripting-policy.html#biblio-service-workers-1", + "https://wicg.github.io/csp-next/scripting-policy.html#biblio-svg2", + "https://wicg.github.io/csp-next/scripting-policy.html#biblio-url", + "https://wicg.github.io/csp-next/scripting-policy.html#biblio-webidl", + "https://wicg.github.io/csp-next/scripting-policy.html#informative", + "https://wicg.github.io/csp-next/scripting-policy.html#biblio-artur", + "https://wicg.github.io/csp-next/scripting-policy.html#biblio-csp-is-dead", + "https://wicg.github.io/csp-next/scripting-policy.html#biblio-sri", + "https://wicg.github.io/csp-next/scripting-policy.html#biblio-strict-csp", + "https://wicg.github.io/csp-next/scripting-policy.html#idl-index", + "https://wicg.github.io/csp-next/scripting-policy.html#issues-index" + ] +} \ No newline at end of file diff --git a/ed/ids/css-align-3.json b/ed/ids/css-align-3.json index a08d8d5c2656..f2ec16575295 100644 --- a/ed/ids/css-align-3.json +++ b/ed/ids/css-align-3.json @@ -294,7 +294,7 @@ "https://drafts.csswg.org/css-align/#ref-for-baseline-self-alignment%E2%91%A1", "https://drafts.csswg.org/css-align/#ref-for-baseline-content-alignment%E2%91%A0", "https://drafts.csswg.org/css-align/#ref-for-content-distribution-properties%E2%91%A1", - "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-normal", + "https://drafts.csswg.org/css-align/#ref-for-valdef-row-gap-normal", "https://drafts.csswg.org/css-align/#ref-for-used-value", "https://drafts.csswg.org/css-align/#ref-for-content-distribution-properties%E2%91%A2", "https://drafts.csswg.org/css-align/#ref-for-valdef-self-position-start%E2%91%A0%E2%91%A7", @@ -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-justify-self-stretch%E2%91%A0", + "https://drafts.csswg.org/css-align/#ref-for-valdef-align-content-stretch%E2%91%A2", "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", + "https://drafts.csswg.org/css-align/#ref-for-valdef-align-content-stretch%E2%91%A3", "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%A4", "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%A0", + "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-stretch", "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", @@ -684,12 +684,12 @@ "https://drafts.csswg.org/css-align/#ref-for-first-baseline-set%E2%91%A0", "https://drafts.csswg.org/css-align/#ref-for-last-baseline-set%E2%91%A0", "https://drafts.csswg.org/css-align/#ref-for-baseline-content-alignment%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A1", + "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch", "https://drafts.csswg.org/css-align/#ref-for-typedef-baseline-position%E2%91%A3", "https://drafts.csswg.org/css-align/#ref-for-baseline-self-alignment%E2%91%A3", "https://drafts.csswg.org/css-align/#ref-for-typedef-overflow-position%E2%91%A4", "https://drafts.csswg.org/css-align/#ref-for-typedef-self-position%E2%91%A2", - "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A2", + "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A0", "https://drafts.csswg.org/css-align/#ref-for-propdef-width%E2%91%A0", "https://drafts.csswg.org/css-align/#ref-for-propdef-height%E2%91%A0", "https://drafts.csswg.org/css-align/#ref-for-valdef-width-auto%E2%91%A0", @@ -736,11 +736,11 @@ "https://drafts.csswg.org/css-align/#ref-for-valdef-width-auto%E2%91%A1", "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-normal%E2%91%A4", "https://drafts.csswg.org/css-align/#ref-for-self-alignment-properties%E2%91%A5", - "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A3", + "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A1", "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-normal%E2%91%A5", "https://drafts.csswg.org/css-align/#ref-for-fit-content-size", "https://drafts.csswg.org/css-align/#ref-for-valdef-width-auto%E2%91%A2", - "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A4", + "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A2", "https://drafts.csswg.org/css-align/#ref-for-valdef-top-auto%E2%91%A2", "https://drafts.csswg.org/css-align/#ref-for-propdef-justify-self%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-align/#ref-for-valdef-top-auto%E2%91%A3", @@ -765,7 +765,7 @@ "https://drafts.csswg.org/css-align/#ref-for-writing-mode%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-align/#ref-for-grid-item%E2%91%A4", "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-normal%E2%91%A6", - "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A5", + "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A3", "https://drafts.csswg.org/css-align/#ref-for-non-replaced%E2%91%A2", "https://drafts.csswg.org/css-align/#ref-for-valdef-self-position-start%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-align/#ref-for-replaced-element", @@ -785,7 +785,7 @@ "https://drafts.csswg.org/css-align/#ref-for-alignment-container%E2%91%A3%E2%91%A3", "https://drafts.csswg.org/css-align/#ref-for-alignment-container%E2%91%A3%E2%91%A4", "https://drafts.csswg.org/css-align/#valdef-align-self-auto", - "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-normal%E2%91%A0", + "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-normal", "https://drafts.csswg.org/css-align/#ref-for-propdef-align-items%E2%91%A1", "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-items-legacy%E2%91%A1", "https://drafts.csswg.org/css-align/#valdef-align-self-normal", @@ -816,22 +816,22 @@ "https://drafts.csswg.org/css-align/#ref-for-static-position-rectangle%E2%91%A1", "https://drafts.csswg.org/css-align/#ref-for-alignment-subject%E2%91%A5%E2%91%A3", "https://drafts.csswg.org/css-align/#ref-for-writing-mode%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-normal%E2%91%A0", "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-normal%E2%91%A1", - "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-normal%E2%91%A2", "https://drafts.csswg.org/css-align/#ref-for-valdef-self-position-start%E2%91%A1%E2%91%A8", - "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-normal%E2%91%A3", + "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-normal%E2%91%A2", "https://drafts.csswg.org/css-align/#ref-for-valdef-top-auto%E2%91%A5", "https://drafts.csswg.org/css-align/#ref-for-propdef-width%E2%91%A2", "https://drafts.csswg.org/css-align/#ref-for-propdef-height%E2%91%A2", "https://drafts.csswg.org/css-align/#ref-for-vertical-writing-mode%E2%91%A1", "https://drafts.csswg.org/css-align/#ref-for-valdef-width-auto%E2%91%A3", - "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-normal%E2%91%A3", "https://drafts.csswg.org/css-align/#ref-for-self-alignment-properties%E2%91%A6", - "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A6", + "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A4", "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-normal%E2%91%A7", "https://drafts.csswg.org/css-align/#ref-for-fit-content-size%E2%91%A0", "https://drafts.csswg.org/css-align/#ref-for-valdef-width-auto%E2%91%A4", - "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A7", + "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A5", "https://drafts.csswg.org/css-align/#ref-for-valdef-top-auto%E2%91%A6", "https://drafts.csswg.org/css-align/#ref-for-propdef-align-self%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-align/#ref-for-valdef-top-auto%E2%91%A7", @@ -850,8 +850,8 @@ "https://drafts.csswg.org/css-align/#ref-for-flex-item%E2%91%A8", "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%A5", - "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-normal%E2%91%A4", + "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-stretch%E2%91%A0", "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", @@ -864,8 +864,8 @@ "https://drafts.csswg.org/css-align/#ref-for-grid-item%E2%91%A6", "https://drafts.csswg.org/css-align/#ref-for-writing-mode%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-align/#ref-for-grid-item%E2%91%A7", - "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-normal%E2%91%A6", - "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A8", + "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-normal%E2%91%A5", + "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A6", "https://drafts.csswg.org/css-align/#ref-for-non-replaced%E2%91%A3", "https://drafts.csswg.org/css-align/#ref-for-valdef-self-position-start%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-align/#ref-for-replaced-element%E2%91%A0", @@ -1036,7 +1036,7 @@ "https://drafts.csswg.org/css-align/#ref-for-block-axis%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-align/#ref-for-typedef-length-percentage%E2%91%A1", "https://drafts.csswg.org/css-align/#valdef-row-gap-normal", - "https://drafts.csswg.org/css-align/#ref-for-valdef-row-gap-normal", + "https://drafts.csswg.org/css-align/#ref-for-valdef-row-gap-normal%E2%91%A0", "https://drafts.csswg.org/css-align/#ref-for-multi-column-container%E2%91%A1", "https://drafts.csswg.org/css-align/#ref-for-propdef-justify-content%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-align/#ref-for-propdef-align-content%E2%91%A1%E2%91%A2", @@ -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%A2", + "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-stretch%E2%91%A1", "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-cascade-6.json b/ed/ids/css-cascade-6.json new file mode 100644 index 000000000000..4d69e4e7b7a7 --- /dev/null +++ b/ed/ids/css-cascade-6.json @@ -0,0 +1,328 @@ +{ + "spec": { + "title": "CSS Cascading and Inheritance Level 6", + "url": "https://drafts.csswg.org/css-cascade-6/" + }, + "ids": [ + "https://drafts.csswg.org/css-cascade-6/#toc-nav", + "https://drafts.csswg.org/css-cascade-6/#toc-jump", + "https://drafts.csswg.org/css-cascade-6/#toc-toggle", + "https://drafts.csswg.org/css-cascade-6/#title", + "https://drafts.csswg.org/css-cascade-6/#profile-and-date", + "https://drafts.csswg.org/css-cascade-6/#abstract", + "https://drafts.csswg.org/css-cascade-6/#status", + "https://drafts.csswg.org/css-cascade-6/#w3c_process_revision", + "https://drafts.csswg.org/css-cascade-6/#toc", + "https://drafts.csswg.org/css-cascade-6/#contents", + "https://drafts.csswg.org/css-cascade-6/#intro", + "https://drafts.csswg.org/css-cascade-6/#issue-a783701e", + "https://drafts.csswg.org/css-cascade-6/#placement", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9", + "https://drafts.csswg.org/css-cascade-6/#at-import", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-import", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#conditional-import", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-import%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#import-processing", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#content-type", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#shorthand", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A4", + "https://drafts.csswg.org/css-cascade-6/#aliasing", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A5", + "https://drafts.csswg.org/css-cascade-6/#all-shorthand", + "https://drafts.csswg.org/css-cascade-6/#ref-for-propdef-all", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A6", + "https://drafts.csswg.org/css-cascade-6/#value-stages", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A7", + "https://drafts.csswg.org/css-cascade-6/#declared", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A8", + "https://drafts.csswg.org/css-cascade-6/#cascaded", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-cascade-6/#specified", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#computed", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#used", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#actual", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#stages-examples", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-cascade-6/#fragments", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-cascade-6/#filtering", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-cascade-6/#cascading", + "https://drafts.csswg.org/css-cascade-6/#cascade", + "https://drafts.csswg.org/css-cascade-6/#ref-for-declared-value", + "https://drafts.csswg.org/css-cascade-6/#ref-for-cascaded-value", + "https://drafts.csswg.org/css-cascade-6/#cascade-sort", + "https://drafts.csswg.org/css-cascade-6/#cascade-origin", + "https://drafts.csswg.org/css-cascade-6/#ref-for-origin", + "https://drafts.csswg.org/css-cascade-6/#ref-for-important", + "https://drafts.csswg.org/css-cascade-6/#ref-for-origin%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-important%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-cascade-origin-ua", + "https://drafts.csswg.org/css-cascade-6/#ref-for-important%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#ref-for-cascade-origin-user", + "https://drafts.csswg.org/css-cascade-6/#ref-for-important%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#ref-for-cascade-origin-author", + "https://drafts.csswg.org/css-cascade-6/#ref-for-normal", + "https://drafts.csswg.org/css-cascade-6/#ref-for-cascade-origin-author%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-normal%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-cascade-origin-user%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-normal%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#ref-for-cascade-origin-ua%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-origin%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#ref-for-origin%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#cascade-context", + "https://drafts.csswg.org/css-cascade-6/#encapsulation-contexts", + "https://drafts.csswg.org/css-cascade-6/#ref-for-tree-context", + "https://drafts.csswg.org/css-cascade-6/#ref-for-concept-shadow-tree", + "https://drafts.csswg.org/css-cascade-6/#ref-for-encapsulation-contexts", + "https://drafts.csswg.org/css-cascade-6/#ref-for-normal%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#ref-for-important%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#ref-for-tree-context%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-concept-shadow-including-tree-order", + "https://drafts.csswg.org/css-cascade-6/#ref-for-normal%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#ref-for-encapsulation-contexts%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-important%E2%91%A4", + "https://drafts.csswg.org/css-cascade-6/#ref-for-encapsulation-contexts%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#style-attr", + "https://drafts.csswg.org/css-cascade-6/#ref-for-normal%E2%91%A4", + "https://drafts.csswg.org/css-cascade-6/#ref-for-important%E2%91%A5", + "https://drafts.csswg.org/css-cascade-6/#ref-for-important%E2%91%A6", + "https://drafts.csswg.org/css-cascade-6/#cascade-layering", + "https://drafts.csswg.org/css-cascade-6/#ref-for-origin%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#ref-for-encapsulation-contexts%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#ref-for-cascade-layers", + "https://drafts.csswg.org/css-cascade-6/#ref-for-normal%E2%91%A5", + "https://drafts.csswg.org/css-cascade-6/#ref-for-cascade-layers%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-important%E2%91%A7", + "https://drafts.csswg.org/css-cascade-6/#ref-for-cascade-layers%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#ref-for-normal%E2%91%A6", + "https://drafts.csswg.org/css-cascade-6/#ref-for-important%E2%91%A8", + "https://drafts.csswg.org/css-cascade-6/#ref-for-origin%E2%91%A4", + "https://drafts.csswg.org/css-cascade-6/#cascade-specificity", + "https://drafts.csswg.org/css-cascade-6/#cascade-scope", + "https://drafts.csswg.org/css-cascade-6/#scope-proximity", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-element", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-element%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-element%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#issue-b4ed8d84", + "https://drafts.csswg.org/css-cascade-6/#cascade-order", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-import%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-import%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#output-of-the-cascade", + "https://drafts.csswg.org/css-cascade-6/#ref-for-declared-value%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#cascading-origins", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-cascade-6/#origin", + "https://drafts.csswg.org/css-cascade-6/#importance", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-cascade-6/#important", + "https://drafts.csswg.org/css-cascade-6/#normal", + "https://drafts.csswg.org/css-cascade-6/#layering", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/css-cascade-6/#scoped-styles", + "https://drafts.csswg.org/css-cascade-6/#scope", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope", + "https://drafts.csswg.org/css-cascade-6/#typedef-scope-start", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-start", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-forgiving-selector-list", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-start%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-element", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root", + "https://drafts.csswg.org/css-cascade-6/#typedef-scope-end", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-end", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-forgiving-selector-list%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoped-selector", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-start%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-element%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-end%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-boundary", + "https://drafts.csswg.org/css-cascade-6/#scope-boundary", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoped-selector%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-pseudo", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-end%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#issue-23450def", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoped-selector%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#issue-c273ee6c", + "https://drafts.csswg.org/css-cascade-6/#example-13b9d06e", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-boundary%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-boundary%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#ref-for-element-shadow-host", + "https://drafts.csswg.org/css-cascade-6/#ref-for-concept-shadow-tree%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#example-edf5cf5e", + "https://drafts.csswg.org/css-cascade-6/#example-100e33ae", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-boundary%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#in-scope-selector", + "https://drafts.csswg.org/css-cascade-6/#ref-for-selectordef-in", + "https://drafts.csswg.org/css-cascade-6/#selectordef-in", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-start%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-end%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#ref-for-mult-opt", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-start%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-start%E2%91%A4", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-end%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-element%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#ref-for-selectordef-in%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-complex", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-start%E2%91%A5", + "https://drafts.csswg.org/css-cascade-6/#example-491b6847", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-boundary%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#scope-atrule", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-layer", + "https://drafts.csswg.org/css-cascade-6/#at-ruledef-layer", + "https://drafts.csswg.org/css-cascade-6/#ref-for-block-at-rule", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-proximity", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-layer%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-start%E2%91%A6", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-end%E2%91%A4", + "https://drafts.csswg.org/css-cascade-6/#ref-for-mult-opt%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-stylesheet", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-layer%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-stylesheet%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope%E2%91%A4", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-start%E2%91%A7", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-end%E2%91%A5", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoped-selector%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope%E2%91%A5", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-element%E2%91%A4", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A4", + "https://drafts.csswg.org/css-cascade-6/#ref-for-complex%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-start%E2%91%A8", + "https://drafts.csswg.org/css-cascade-6/#ref-for-selectordef-in%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#ref-for-matches-pseudo", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-proximity%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A5", + "https://drafts.csswg.org/css-cascade-6/#example-8d1a1458", + "https://drafts.csswg.org/css-cascade-6/#example-fe960777", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-layer%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A6", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-layer%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-layer%E2%91%A4", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoped-selector%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#preshint", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#defaulting", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#initial-values", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A1%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#inheriting", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A1%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#defaulting-keywords", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A1%E2%91%A4", + "https://drafts.csswg.org/css-cascade-6/#initial", + "https://drafts.csswg.org/css-cascade-6/#ref-for-valdef-all-initial", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A1%E2%91%A5", + "https://drafts.csswg.org/css-cascade-6/#inherit", + "https://drafts.csswg.org/css-cascade-6/#ref-for-valdef-all-inherit", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A1%E2%91%A6", + "https://drafts.csswg.org/css-cascade-6/#inherit-initial", + "https://drafts.csswg.org/css-cascade-6/#ref-for-valdef-all-unset", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A1%E2%91%A7", + "https://drafts.csswg.org/css-cascade-6/#default", + "https://drafts.csswg.org/css-cascade-6/#ref-for-valdef-all-revert", + "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A1%E2%91%A8", + "https://drafts.csswg.org/css-cascade-6/#changes", + "https://drafts.csswg.org/css-cascade-6/#additions-l5", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope%E2%91%A6", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-start%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-end%E2%91%A6", + "https://drafts.csswg.org/css-cascade-6/#ref-for-selectordef-in%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-layer%E2%91%A5", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-proximity%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#additions-l4", + "https://drafts.csswg.org/css-cascade-6/#ref-for-cascade-layers%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#ref-for-cascade", + "https://drafts.csswg.org/css-cascade-6/#ref-for-cascade%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-layer%E2%91%A6", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-import%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#ref-for-valdef-all-revert-layer", + "https://drafts.csswg.org/css-cascade-6/#additions-l3", + "https://drafts.csswg.org/css-cascade-6/#ref-for-valdef-all-revert%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-funcdef-supports", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-import%E2%91%A4", + "https://drafts.csswg.org/css-cascade-6/#ref-for-encapsulation-contexts%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#ref-for-cascade%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#changes-2", + "https://drafts.csswg.org/css-cascade-6/#ref-for-propdef-all%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-valdef-all-initial%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-valdef-all-unset%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-cascade%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#acknowledgments", + "https://drafts.csswg.org/css-cascade-6/#priv-sec", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-import%E2%91%A5", + "https://drafts.csswg.org/css-cascade-6/#ref-for-cors-protocol", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-import%E2%91%A6", + "https://drafts.csswg.org/css-cascade-6/#w3c-conformance", + "https://drafts.csswg.org/css-cascade-6/#w3c-conventions", + "https://drafts.csswg.org/css-cascade-6/#w3c-example", + "https://drafts.csswg.org/css-cascade-6/#w3c-conformance-classes", + "https://drafts.csswg.org/css-cascade-6/#w3c-partial", + "https://drafts.csswg.org/css-cascade-6/#w3c-conform-future-proofing", + "https://drafts.csswg.org/css-cascade-6/#w3c-testing", + "https://drafts.csswg.org/css-cascade-6/#index", + "https://drafts.csswg.org/css-cascade-6/#index-defined-here", + "https://drafts.csswg.org/css-cascade-6/#index-defined-elsewhere", + "https://drafts.csswg.org/css-cascade-6/#term-for-at-ruledef-import", + "https://drafts.csswg.org/css-cascade-6/#term-for-at-ruledef-layer", + "https://drafts.csswg.org/css-cascade-6/#term-for-propdef-all", + "https://drafts.csswg.org/css-cascade-6/#term-for-cascade-origin-author", + "https://drafts.csswg.org/css-cascade-6/#term-for-cascade-layers", + "https://drafts.csswg.org/css-cascade-6/#term-for-cascaded-value", + "https://drafts.csswg.org/css-cascade-6/#term-for-declared-value", + "https://drafts.csswg.org/css-cascade-6/#term-for-valdef-all-inherit", + "https://drafts.csswg.org/css-cascade-6/#term-for-valdef-all-initial", + "https://drafts.csswg.org/css-cascade-6/#term-for-valdef-all-revert", + "https://drafts.csswg.org/css-cascade-6/#term-for-valdef-all-revert-layer", + "https://drafts.csswg.org/css-cascade-6/#term-for-valdef-all-unset", + "https://drafts.csswg.org/css-cascade-6/#term-for-cascade-origin-user", + "https://drafts.csswg.org/css-cascade-6/#term-for-cascade-origin-ua", + "https://drafts.csswg.org/css-cascade-6/#term-for-funcdef-supports", + "https://drafts.csswg.org/css-cascade-6/#term-for-tree-context", + "https://drafts.csswg.org/css-cascade-6/#term-for-typedef-stylesheet", + "https://drafts.csswg.org/css-cascade-6/#term-for-block-at-rule", + "https://drafts.csswg.org/css-cascade-6/#term-for-mult-opt", + "https://drafts.csswg.org/css-cascade-6/#term-for-element-shadow-host", + "https://drafts.csswg.org/css-cascade-6/#term-for-concept-shadow-tree", + "https://drafts.csswg.org/css-cascade-6/#term-for-concept-shadow-including-tree-order", + "https://drafts.csswg.org/css-cascade-6/#term-for-cors-protocol", + "https://drafts.csswg.org/css-cascade-6/#term-for-matches-pseudo", + "https://drafts.csswg.org/css-cascade-6/#term-for-scope-pseudo", + "https://drafts.csswg.org/css-cascade-6/#term-for-scope-element", + "https://drafts.csswg.org/css-cascade-6/#term-for-typedef-forgiving-selector-list", + "https://drafts.csswg.org/css-cascade-6/#term-for-complex", + "https://drafts.csswg.org/css-cascade-6/#term-for-scoped-selector", + "https://drafts.csswg.org/css-cascade-6/#term-for-scoping-element", + "https://drafts.csswg.org/css-cascade-6/#term-for-scoping-root", + "https://drafts.csswg.org/css-cascade-6/#references", + "https://drafts.csswg.org/css-cascade-6/#normative", + "https://drafts.csswg.org/css-cascade-6/#biblio-css-animations-1", + "https://drafts.csswg.org/css-cascade-6/#biblio-css-cascade-5", + "https://drafts.csswg.org/css-cascade-6/#biblio-css-conditional-4", + "https://drafts.csswg.org/css-cascade-6/#biblio-css-scoping-1", + "https://drafts.csswg.org/css-cascade-6/#biblio-css-syntax-3", + "https://drafts.csswg.org/css-cascade-6/#biblio-css-transitions-1", + "https://drafts.csswg.org/css-cascade-6/#biblio-css-values-3", + "https://drafts.csswg.org/css-cascade-6/#biblio-dom", + "https://drafts.csswg.org/css-cascade-6/#biblio-fetch", + "https://drafts.csswg.org/css-cascade-6/#biblio-rfc2119", + "https://drafts.csswg.org/css-cascade-6/#biblio-select", + "https://drafts.csswg.org/css-cascade-6/#biblio-selectors-4", + "https://drafts.csswg.org/css-cascade-6/#issues-index", + "https://drafts.csswg.org/css-cascade-6/#generator" + ] +} \ No newline at end of file diff --git a/ed/ids/css-flexbox-1.json b/ed/ids/css-flexbox-1.json index f39718e2d7da..059fb581b673 100644 --- a/ed/ids/css-flexbox-1.json +++ b/ed/ids/css-flexbox-1.json @@ -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-flex-basis-auto%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-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", - "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%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-propdef-align-self%E2%91%A1%E2%91%A1", "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-propdef-align-items%E2%91%A6", "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%A3", "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%A4", + "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-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-flex-basis-auto%E2%91%A5", + "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-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%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-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-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-align-items-auto%E2%91%A6", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-intrinsic-percentages", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6", + "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-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-flex-basis-auto%E2%91%A7", + "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-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-flex-basis-auto%E2%91%A8", + "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-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-align-items-auto%E2%91%A7", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6", "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%A8", + "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-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-flex-basis-auto%E2%91%A0%E2%93%AA", + "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-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 e5f50f105c59..6905a9693774 100644 --- a/ed/ids/css-fonts-4.json +++ b/ed/ids/css-fonts-4.json @@ -96,8 +96,8 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-system-ui%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#emoji-def", "https://drafts.csswg.org/css-fonts-4/#valdef-font-family-emoji", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-emoji", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-variant-emoji-emoji", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-emoji", "https://drafts.csswg.org/css-fonts-4/#math-def", "https://drafts.csswg.org/css-fonts-4/#valdef-font-family-math", "https://drafts.csswg.org/css-fonts-4/#fangsong-def", @@ -290,7 +290,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-propdef-font-style%E2%91%A2", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-style", "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", @@ -309,7 +309,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%A3", + "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-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", @@ -354,7 +354,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%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A3", "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", @@ -364,13 +364,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%A3", "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%A5", + "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%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-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%A4", - "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%A6", "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", @@ -534,7 +534,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", + "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-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", @@ -553,7 +553,7 @@ "https://drafts.csswg.org/css-fonts-4/#descdef-font-face-font-stretch", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A5%E2%91%A6", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-stretch%E2%91%A0%E2%93%AA", + "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-mult-num-range%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-weight-bolder%E2%91%A0", @@ -614,8 +614,8 @@ "https://drafts.csswg.org/css-fonts-4/#example-c47e5df7", "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%A8", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-stretch%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A7", "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", @@ -623,7 +623,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%A7", - "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", @@ -634,8 +634,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-face-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-face-font-display%E2%91%A1", "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", @@ -643,7 +643,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-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-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", @@ -672,14 +672,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", + "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-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%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/#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%A0", - "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-feature-values-font-display%E2%91%A1", + "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-feature-values-font-display%E2%91%A2", "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", @@ -689,12 +689,12 @@ "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-string-value%E2%91%A4", - "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", @@ -737,50 +737,50 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A4%E2%91%A5", "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%A0", + "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-weight%E2%91%A0%E2%91%A0", "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%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%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", "https://drafts.csswg.org/css-fonts-4/#composite-face", "https://drafts.csswg.org/css-fonts-4/#fontstylematchingalg", + "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-stretch%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-stretch%E2%91%A0%E2%91%A4", "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/#ref-for-propdef-font-stretch%E2%91%A0%E2%91%A4", "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%A4", + "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-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%A5", + "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%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%A6", + "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%A7", + "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-propdef-font-style%E2%91%A0%E2%91%A8", + "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-normal", "https://drafts.csswg.org/css-fonts-4/#example-249f724a", - "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%A0%E2%91%A8", "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%A0", + "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-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", @@ -811,8 +811,8 @@ "https://drafts.csswg.org/css-fonts-4/#char-handling-issues", "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-palette-values-font-family", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-font-family%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-family%E2%91%A0", + "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-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", @@ -823,7 +823,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", @@ -972,7 +972,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-propdef-font-feature-settings%E2%91%A2", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-feature-settings%E2%91%A0", + "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-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", @@ -995,7 +995,7 @@ "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%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-cssstyledeclaration-declarations", "https://drafts.csswg.org/css-fonts-4/#font-feature-value-declaration", "https://drafts.csswg.org/css-fonts-4/#ref-for-identifier", @@ -1102,11 +1102,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%A3", + "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%A4", "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%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-feature-settings%E2%91%A5", "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", @@ -1125,41 +1125,41 @@ "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/#ref-for-string-value%E2%91%A5", "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/#ref-for-string-value%E2%91%A6", "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%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-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%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-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-stretch%E2%91%A0%E2%91%A5", + "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%A1", + "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%A2", "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", @@ -1168,18 +1168,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%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-feature-settings%E2%91%A0", "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%A7", + "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-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%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-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", @@ -1194,12 +1194,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%A0%E2%93%AA", - "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%A0%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-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-propdef-font-feature-settings%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-feature-settings%E2%91%A0%E2%91%A1", "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", @@ -1227,8 +1227,8 @@ "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-string-value%E2%91%A8", "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%A3", - "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%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/#color-font-support", "https://drafts.csswg.org/css-fonts-4/#multicolore", "https://drafts.csswg.org/css-fonts-4/#magicalunicorn", @@ -1274,16 +1274,16 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A0%E2%91%A2", - "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-descdef-font-palette-values-font-family", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#font-family-2-desc", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-family%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-family%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#descdef-font-palette-values-font-family", "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-propdef-font-family%E2%91%A0%E2%91%A3", + "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-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%A4", + "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", "https://drafts.csswg.org/css-fonts-4/#descdef-font-palette-values-base-palette", @@ -1342,7 +1342,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%A5", + "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", @@ -1436,7 +1436,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-feature-values-font-display%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A3", "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", @@ -1562,16 +1562,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%A6", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-feature-settings%E2%91%A0%E2%91%A1", + "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%A2", "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%A5", "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%A4", + "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%91%A3", "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", @@ -1584,20 +1584,20 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-ligatures%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-numeric%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-position%E2%91%A5", - "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variation-settings%E2%91%A6", + "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-weight%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-fonts-4/#font-face-descriptor-table", "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%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-language-override%E2%91%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-family%E2%91%A4", + "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-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%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-stretch%E2%91%A2", + "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-variation-settings%E2%91%A4", "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", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-src%E2%91%A0%E2%93%AA", @@ -1608,7 +1608,7 @@ "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%A2%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-base-palette%E2%91%A2", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-font-family%E2%91%A2", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-font-family%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-override-color%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#idl-index", "https://drafts.csswg.org/css-fonts-4/#issues-index", diff --git a/ed/ids/css-grid-2.json b/ed/ids/css-grid-2.json index 66b70c3d1747..78ecd4237846 100644 --- a/ed/ids/css-grid-2.json +++ b/ed/ids/css-grid-2.json @@ -229,7 +229,7 @@ "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%A2", "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", @@ -357,7 +357,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-scroll-container%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-track%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-flexible-tracks", "https://drafts.csswg.org/css-grid-2/#ref-for-automatic-minimum-size%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-content-based-minimum-size%E2%91%A0", @@ -664,7 +664,7 @@ "https://drafts.csswg.org/css-grid-2/#valdef-grid-template-columns-fit-content", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-length-percentage%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-min-content%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-template-rows-track-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A0", @@ -1045,13 +1045,13 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-rows%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-track-size%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-columns%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-rows-none%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#example-e7e1afc0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0", + "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%A6", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-implicitly-assigned-line-name%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-named-grid-area%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-repeat%E2%91%A0%E2%91%A0", @@ -1735,7 +1735,7 @@ "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-grid-placement-auto%E2%91%A6", + "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-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%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-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-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/#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-grid-placement-auto%E2%91%A0%E2%93%AA", + "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-valdef-grid-template-columns-auto%E2%91%A8", + "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-grid-placement-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", "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", @@ -2068,7 +2068,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-growth-limit%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#algo-baseline-shims", @@ -2088,7 +2088,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content-contribution%E2%91%A3", - "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-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-min-content-constraint%E2%91%A1", @@ -2163,7 +2163,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-max-content-constraint%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-limited-contribution%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A0%E2%91%A5", @@ -2311,7 +2311,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-justify-content-normal", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-align-content-stretch%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-definite%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-free-space%E2%91%A0%E2%93%AA", @@ -2336,10 +2336,10 @@ "https://drafts.csswg.org/css-grid-2/#fragmentation-alg", "https://drafts.csswg.org/css-grid-2/#ref-for-fragmentation-container%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2", + "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-valdef-flex-fr%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-area%E2%91%A2%E2%91%A6", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#priv-sec", "https://drafts.csswg.org/css-grid-2/#changes", "https://drafts.csswg.org/css-grid-2/#changes-202012", diff --git a/ed/ids/css-multicol-1.json b/ed/ids/css-multicol-1.json index 1c7e27371acf..ce43ca2f31b2 100644 --- a/ed/ids/css-multicol-1.json +++ b/ed/ids/css-multicol-1.json @@ -335,7 +335,8 @@ "https://drafts.csswg.org/css-multicol/#ref-for-propdef-column-count%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-multicol/#ref-for-block-container%E2%91%A2", "https://drafts.csswg.org/css-multicol/#ref-for-table-wrapper-box%E2%91%A1", - "https://drafts.csswg.org/css-multicol/#priv-sec", + "https://drafts.csswg.org/css-multicol/#privacy", + "https://drafts.csswg.org/css-multicol/#security", "https://drafts.csswg.org/css-multicol/#a11y", "https://drafts.csswg.org/css-multicol/#acknowledgments", "https://drafts.csswg.org/css-multicol/#w3c-conformance", diff --git a/ed/ids/css-text-4.json b/ed/ids/css-text-4.json index a5b212af7657..20be3b55f1bf 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-hyphenate-character-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-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 9a2afd537ff8..3caa4c5153aa 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/tc39-intl-locale-info.json b/ed/ids/tc39-intl-locale-info.json new file mode 100644 index 000000000000..1e8ab4ffc103 --- /dev/null +++ b/ed/ids/tc39-intl-locale-info.json @@ -0,0 +1,123 @@ +{ + "spec": { + "title": "Intl Locale Info Proposal", + "url": "https://tc39.es/proposal-intl-locale-info/" + }, + "ids": [ + "https://tc39.es/proposal-intl-locale-info/#menu-search-biblio", + "https://tc39.es/proposal-intl-locale-info/#menu-toggle", + "https://tc39.es/proposal-intl-locale-info/#menu-spacer", + "https://tc39.es/proposal-intl-locale-info/#menu", + "https://tc39.es/proposal-intl-locale-info/#menu-search", + "https://tc39.es/proposal-intl-locale-info/#menu-search-box", + "https://tc39.es/proposal-intl-locale-info/#menu-search-results", + "https://tc39.es/proposal-intl-locale-info/#menu-pins", + "https://tc39.es/proposal-intl-locale-info/#menu-pins-list", + "https://tc39.es/proposal-intl-locale-info/#menu-toc", + "https://tc39.es/proposal-intl-locale-info/#spec-container", + "https://tc39.es/proposal-intl-locale-info/#sec-intro", + "https://tc39.es/proposal-intl-locale-info/#locale-objects", + "https://tc39.es/proposal-intl-locale-info/#sec-locale-abstracts", + "https://tc39.es/proposal-intl-locale-info/#sec-create-array-from-list-or-restricted", + "https://tc39.es/proposal-intl-locale-info/#_ref_9", + "https://tc39.es/proposal-intl-locale-info/#_ref_10", + "https://tc39.es/proposal-intl-locale-info/#_ref_11", + "https://tc39.es/proposal-intl-locale-info/#sec-calendars-of-locale", + "https://tc39.es/proposal-intl-locale-info/#_ref_12", + "https://tc39.es/proposal-intl-locale-info/#sec-collations-of-locale", + "https://tc39.es/proposal-intl-locale-info/#_ref_13", + "https://tc39.es/proposal-intl-locale-info/#sec-hour-cycles-of-locale", + "https://tc39.es/proposal-intl-locale-info/#_ref_14", + "https://tc39.es/proposal-intl-locale-info/#sec-numbering-systems-of-locale", + "https://tc39.es/proposal-intl-locale-info/#_ref_15", + "https://tc39.es/proposal-intl-locale-info/#sec-time-zones-of-locale", + "https://tc39.es/proposal-intl-locale-info/#_ref_16", + "https://tc39.es/proposal-intl-locale-info/#sec-character-direction-of-locale", + "https://tc39.es/proposal-intl-locale-info/#sec-week-info-of-locale", + "https://tc39.es/proposal-intl-locale-info/#_ref_0", + "https://tc39.es/proposal-intl-locale-info/#table-locale-weekinfo-record", + "https://tc39.es/proposal-intl-locale-info/#sec-intl-locale-constructor", + "https://tc39.es/proposal-intl-locale-info/#sec-apply-options-to-tag", + "https://tc39.es/proposal-intl-locale-info/#_ref_17", + "https://tc39.es/proposal-intl-locale-info/#_ref_18", + "https://tc39.es/proposal-intl-locale-info/#sec-apply-unicode-extension-to-tag", + "https://tc39.es/proposal-intl-locale-info/#_ref_19", + "https://tc39.es/proposal-intl-locale-info/#_ref_20", + "https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale", + "https://tc39.es/proposal-intl-locale-info/#_ref_21", + "https://tc39.es/proposal-intl-locale-info/#_ref_22", + "https://tc39.es/proposal-intl-locale-info/#_ref_23", + "https://tc39.es/proposal-intl-locale-info/#_ref_24", + "https://tc39.es/proposal-intl-locale-info/#_ref_25", + "https://tc39.es/proposal-intl-locale-info/#_ref_26", + "https://tc39.es/proposal-intl-locale-info/#_ref_27", + "https://tc39.es/proposal-intl-locale-info/#_ref_28", + "https://tc39.es/proposal-intl-locale-info/#_ref_29", + "https://tc39.es/proposal-intl-locale-info/#_ref_30", + "https://tc39.es/proposal-intl-locale-info/#_ref_31", + "https://tc39.es/proposal-intl-locale-info/#sec-properties-of-intl-locale-constructor", + "https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype", + "https://tc39.es/proposal-intl-locale-info/#sec-intl.locale-internal-slots", + "https://tc39.es/proposal-intl-locale-info/#_ref_32", + "https://tc39.es/proposal-intl-locale-info/#_ref_33", + "https://tc39.es/proposal-intl-locale-info/#sec-properties-of-intl-locale-prototype-object", + "https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype.constructor", + "https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype-@@tostringtag", + "https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype.maximize", + "https://tc39.es/proposal-intl-locale-info/#_ref_34", + "https://tc39.es/proposal-intl-locale-info/#_ref_35", + "https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype.minimize", + "https://tc39.es/proposal-intl-locale-info/#_ref_36", + "https://tc39.es/proposal-intl-locale-info/#_ref_37", + "https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype.toString", + "https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype.baseName", + "https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype.calendar", + "https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype.caseFirst", + "https://tc39.es/proposal-intl-locale-info/#_ref_38", + "https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype.collation", + "https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype.hourCycle", + "https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype.numeric", + "https://tc39.es/proposal-intl-locale-info/#_ref_39", + "https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype.numberingSystem", + "https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype.language", + "https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype.script", + "https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype.region", + "https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype.calendars", + "https://tc39.es/proposal-intl-locale-info/#_ref_40", + "https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype.collations", + "https://tc39.es/proposal-intl-locale-info/#_ref_41", + "https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype.hourCycles", + "https://tc39.es/proposal-intl-locale-info/#_ref_42", + "https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype.numberingSystems", + "https://tc39.es/proposal-intl-locale-info/#_ref_43", + "https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype.timeZones", + "https://tc39.es/proposal-intl-locale-info/#_ref_44", + "https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype.textInfo", + "https://tc39.es/proposal-intl-locale-info/#_ref_45", + "https://tc39.es/proposal-intl-locale-info/#_ref_46", + "https://tc39.es/proposal-intl-locale-info/#_ref_47", + "https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype.weekInfo", + "https://tc39.es/proposal-intl-locale-info/#_ref_48", + "https://tc39.es/proposal-intl-locale-info/#_ref_49", + "https://tc39.es/proposal-intl-locale-info/#_ref_50", + "https://tc39.es/proposal-intl-locale-info/#_ref_51", + "https://tc39.es/proposal-intl-locale-info/#_ref_52", + "https://tc39.es/proposal-intl-locale-info/#_ref_53", + "https://tc39.es/proposal-intl-locale-info/#annex-implementation-dependent-behaviour", + "https://tc39.es/proposal-intl-locale-info/#_ref_1", + "https://tc39.es/proposal-intl-locale-info/#_ref_2", + "https://tc39.es/proposal-intl-locale-info/#_ref_3", + "https://tc39.es/proposal-intl-locale-info/#_ref_4", + "https://tc39.es/proposal-intl-locale-info/#_ref_5", + "https://tc39.es/proposal-intl-locale-info/#_ref_6", + "https://tc39.es/proposal-intl-locale-info/#_ref_7", + "https://tc39.es/proposal-intl-locale-info/#_ref_8", + "https://tc39.es/proposal-intl-locale-info/#sec-copyright-and-software-license", + "https://tc39.es/proposal-intl-locale-info/#references-pane-container", + "https://tc39.es/proposal-intl-locale-info/#references-pane-spacer", + "https://tc39.es/proposal-intl-locale-info/#references-pane", + "https://tc39.es/proposal-intl-locale-info/#references-pane-close", + "https://tc39.es/proposal-intl-locale-info/#references-pane-table-container", + "https://tc39.es/proposal-intl-locale-info/#references-pane-table" + ] +} \ No newline at end of file diff --git a/ed/ids/tc39-shadowrealm.json b/ed/ids/tc39-shadowrealm.json new file mode 100644 index 000000000000..bbcb73411529 --- /dev/null +++ b/ed/ids/tc39-shadowrealm.json @@ -0,0 +1,105 @@ +{ + "spec": { + "title": "ShadowRealm API", + "url": "https://tc39.es/proposal-shadowrealm/" + }, + "ids": [ + "https://tc39.es/proposal-shadowrealm/#menu-toggle", + "https://tc39.es/proposal-shadowrealm/#menu-spacer", + "https://tc39.es/proposal-shadowrealm/#menu", + "https://tc39.es/proposal-shadowrealm/#menu-search", + "https://tc39.es/proposal-shadowrealm/#menu-search-box", + "https://tc39.es/proposal-shadowrealm/#menu-search-results", + "https://tc39.es/proposal-shadowrealm/#menu-pins", + "https://tc39.es/proposal-shadowrealm/#menu-pins-list", + "https://tc39.es/proposal-shadowrealm/#menu-toc", + "https://tc39.es/proposal-shadowrealm/#spec-container", + "https://tc39.es/proposal-shadowrealm/#sec-well-known-intrinsic-objects", + "https://tc39.es/proposal-shadowrealm/#table-7", + "https://tc39.es/proposal-shadowrealm/#_ref_6", + "https://tc39.es/proposal-shadowrealm/#_ref_0", + "https://tc39.es/proposal-shadowrealm/#sec-wrapped-function-exotic-objects", + "https://tc39.es/proposal-shadowrealm/#_ref_7", + "https://tc39.es/proposal-shadowrealm/#_ref_8", + "https://tc39.es/proposal-shadowrealm/#_ref_9", + "https://tc39.es/proposal-shadowrealm/#wrapped-function-exotic-object", + "https://tc39.es/proposal-shadowrealm/#_ref_10", + "https://tc39.es/proposal-shadowrealm/#_ref_1", + "https://tc39.es/proposal-shadowrealm/#table-internal-slots-of-wrapped-function-exotic-objects", + "https://tc39.es/proposal-shadowrealm/#sec-wrapped-function-exotic-objects-call-thisargument-argumentslist", + "https://tc39.es/proposal-shadowrealm/#_ref_11", + "https://tc39.es/proposal-shadowrealm/#_ref_12", + "https://tc39.es/proposal-shadowrealm/#_ref_13", + "https://tc39.es/proposal-shadowrealm/#_ref_14", + "https://tc39.es/proposal-shadowrealm/#_ref_15", + "https://tc39.es/proposal-shadowrealm/#_ref_16", + "https://tc39.es/proposal-shadowrealm/#_ref_17", + "https://tc39.es/proposal-shadowrealm/#_ref_18", + "https://tc39.es/proposal-shadowrealm/#sec-wrappedfunctioncreate", + "https://tc39.es/proposal-shadowrealm/#_ref_19", + "https://tc39.es/proposal-shadowrealm/#_ref_2", + "https://tc39.es/proposal-shadowrealm/#_ref_3", + "https://tc39.es/proposal-shadowrealm/#sec-shadowrealm-objects", + "https://tc39.es/proposal-shadowrealm/#sec-shadowrealm-abstracts", + "https://tc39.es/proposal-shadowrealm/#sec-performrealmeval", + "https://tc39.es/proposal-shadowrealm/#_ref_20", + "https://tc39.es/proposal-shadowrealm/#_ref_21", + "https://tc39.es/proposal-shadowrealm/#_ref_22", + "https://tc39.es/proposal-shadowrealm/#_ref_23", + "https://tc39.es/proposal-shadowrealm/#_ref_24", + "https://tc39.es/proposal-shadowrealm/#_ref_25", + "https://tc39.es/proposal-shadowrealm/#_ref_26", + "https://tc39.es/proposal-shadowrealm/#sec-shadowrealmimportvalue", + "https://tc39.es/proposal-shadowrealm/#_ref_27", + "https://tc39.es/proposal-shadowrealm/#_ref_28", + "https://tc39.es/proposal-shadowrealm/#_ref_29", + "https://tc39.es/proposal-shadowrealm/#_ref_30", + "https://tc39.es/proposal-shadowrealm/#_ref_31", + "https://tc39.es/proposal-shadowrealm/#_ref_32", + "https://tc39.es/proposal-shadowrealm/#_ref_33", + "https://tc39.es/proposal-shadowrealm/#_ref_34", + "https://tc39.es/proposal-shadowrealm/#_ref_35", + "https://tc39.es/proposal-shadowrealm/#_ref_36", + "https://tc39.es/proposal-shadowrealm/#_ref_37", + "https://tc39.es/proposal-shadowrealm/#_ref_38", + "https://tc39.es/proposal-shadowrealm/#sec-getwrappedvalue", + "https://tc39.es/proposal-shadowrealm/#_ref_39", + "https://tc39.es/proposal-shadowrealm/#_ref_40", + "https://tc39.es/proposal-shadowrealm/#_ref_41", + "https://tc39.es/proposal-shadowrealm/#sec-shadowrealm-constructor", + "https://tc39.es/proposal-shadowrealm/#sec-shadowrealm", + "https://tc39.es/proposal-shadowrealm/#_ref_42", + "https://tc39.es/proposal-shadowrealm/#_ref_43", + "https://tc39.es/proposal-shadowrealm/#_ref_44", + "https://tc39.es/proposal-shadowrealm/#_ref_45", + "https://tc39.es/proposal-shadowrealm/#_ref_46", + "https://tc39.es/proposal-shadowrealm/#sec-properties-of-the-shadowRealm-constructor", + "https://tc39.es/proposal-shadowrealm/#sec-shadowrealm.prototype", + "https://tc39.es/proposal-shadowrealm/#sec-properties-of-the-shadowrealm-prototype-object", + "https://tc39.es/proposal-shadowrealm/#sec-shadowrealm.prototype.evaluate", + "https://tc39.es/proposal-shadowrealm/#_ref_47", + "https://tc39.es/proposal-shadowrealm/#_ref_48", + "https://tc39.es/proposal-shadowrealm/#_ref_49", + "https://tc39.es/proposal-shadowrealm/#sec-shadowrealm.prototype.importvalue", + "https://tc39.es/proposal-shadowrealm/#_ref_50", + "https://tc39.es/proposal-shadowrealm/#_ref_51", + "https://tc39.es/proposal-shadowrealm/#_ref_52", + "https://tc39.es/proposal-shadowrealm/#_ref_53", + "https://tc39.es/proposal-shadowrealm/#sec-validaterealmobject", + "https://tc39.es/proposal-shadowrealm/#_ref_54", + "https://tc39.es/proposal-shadowrealm/#_ref_55", + "https://tc39.es/proposal-shadowrealm/#sec-shadowrealm.prototype-@@tostringtag", + "https://tc39.es/proposal-shadowrealm/#sec-properties-of-shadowrealm-instances", + "https://tc39.es/proposal-shadowrealm/#_ref_4", + "https://tc39.es/proposal-shadowrealm/#table-internal-slots-of-shadowrealm-instances", + "https://tc39.es/proposal-shadowrealm/#sec-shadowrealm-host-operations", + "https://tc39.es/proposal-shadowrealm/#sec-host-initialize-shadow-shadowrealm", + "https://tc39.es/proposal-shadowrealm/#_ref_5", + "https://tc39.es/proposal-shadowrealm/#references-pane-container", + "https://tc39.es/proposal-shadowrealm/#references-pane-spacer", + "https://tc39.es/proposal-shadowrealm/#references-pane", + "https://tc39.es/proposal-shadowrealm/#references-pane-close", + "https://tc39.es/proposal-shadowrealm/#references-pane-table-container", + "https://tc39.es/proposal-shadowrealm/#references-pane-table" + ] +} \ No newline at end of file diff --git a/ed/ids/web-animations-1.json b/ed/ids/web-animations-1.json index c51eedd46d0c..3a91eb9025f6 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-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-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-timeline-timeline-current-time%E2%91%A3", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A4", "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", @@ -129,12 +129,12 @@ "https://drafts.csswg.org/web-animations-1/#inactive-timeline", "https://drafts.csswg.org/web-animations-1/#ref-for-inactive-timeline", "https://drafts.csswg.org/web-animations-1/#ref-for-unresolved%E2%91%A2", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A4", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A5", "https://drafts.csswg.org/web-animations-1/#document-timelines", "https://drafts.csswg.org/web-animations-1/#document-timeline", "https://drafts.csswg.org/web-animations-1/#ref-for-timeline%E2%91%A6", "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-associated-with-a-document%E2%91%A0", - "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A5", + "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-animations-and-send-events", "https://drafts.csswg.org/web-animations-1/#origin-time", "https://drafts.csswg.org/web-animations-1/#issue-9fa706cb", @@ -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-timeline-timeline-current-time%E2%91%A7", "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-timeline-timeline-current-time%E2%91%A7", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time", "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", @@ -243,10 +243,10 @@ "https://drafts.csswg.org/web-animations-1/#ref-for-time-value%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/web-animations-1/#ref-for-animation-associated-effect%E2%91%A5", "https://drafts.csswg.org/web-animations-1/#animation-current-time", - "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%A8", "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%A0", "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", @@ -262,10 +262,10 @@ "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-timeline-timeline-current-time%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A2", "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%91%A0", "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%A1", "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%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-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%A6", "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-animation-current-time%E2%91%A4", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A7", "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-animation-current-time%E2%91%A5", - "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-animation-current-time%E2%91%A8", + "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-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-animation-current-time%E2%91%A6", + "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-unresolved%E2%91%A2%E2%91%A1", - "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-animation-current-time%E2%91%A7", + "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-animation-current-time%E2%91%A0%E2%91%A2", "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-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%A2", "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%A0%E2%91%A8", + "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-play-an-animation", - "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%A4", "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-animation-current-time%E2%91%A8", + "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-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-timeline-timeline-current-time%E2%91%A1%E2%91%A0", + "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-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%A0%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-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%A1", - "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-timeline-timeline-current-time%E2%91%A0%E2%91%A7", + "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-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%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-timeline-timeline-current-time%E2%91%A0%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-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-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/#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%A4", + "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-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-animation-current-time%E2%91%A0%E2%91%A2", + "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%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%A5", + "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-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%A3", + "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-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%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-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%A4", + "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-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-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%A4", "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-animation-current-time%E2%91%A0%E2%91%A5", + "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-dom-animationplaybackevent-timelinetime", - "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-timeline-timeline-current-time%E2%91%A1%E2%91%A6", "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%93%AA", + "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-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%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%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-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-timeline%E2%91%A2%E2%91%A6", - "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-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-timeline-timeline-current-time%E2%91%A2%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-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-timeline-timeline-current-time%E2%91%A2%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-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%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-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%A6", + "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%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%A6", + "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-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%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-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%A0%E2%91%A7", + "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-finished-play-state%E2%91%A8", - "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-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-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%A2%E2%91%A5", "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,13 +848,13 @@ "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%93%AA", + "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-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-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%A2", "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-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%A3", "https://drafts.csswg.org/web-animations-1/#finished-play-state", "https://drafts.csswg.org/web-animations-1/#running-play-state", "https://drafts.csswg.org/web-animations-1/#ref-for-paused-play-state%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-timeline-timeline-current-time%E2%91%A3%E2%91%A1", + "https://drafts.csswg.org/web-animations-1/#ref-for-animation-current-time%E2%91%A1%E2%91%A4", "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%A0", + "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-dom-animationplaybackevent-timelinetime%E2%91%A2", - "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%A2%E2%91%A8", "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%A3%E2%91%A3", + "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-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%A3%E2%91%A4", + "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-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%91%A5", + "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-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%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-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%A7", + "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-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%A8", + "https://drafts.csswg.org/web-animations-1/#ref-for-timeline-timeline-current-time%E2%91%A3%E2%91%A3", "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 890c90027f04..692e49963117 100644 --- a/ed/index.html +++ b/ed/index.html @@ -300,9 +300,33 @@

Known dependencies on this specification

No informative reference to this spec from other specs.

+
+

Intl Locale Info Proposal

+
+

Spec info

+ +
+
+

Potential issue(s)

+
    +
  • No normative references found
  • +
+
+
+

Known dependencies on this specification

+

No normative reference to this spec from other specs.

+

No informative reference to this spec from other specs.

+
+

JSON modules

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -322,7 +346,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -333,7 +357,7 @@

    Known dependencies on this specification

Private Fields in in

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -357,7 +381,7 @@

Known dependencies on this specification

Private Methods and Accessors Proposal

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -381,7 +405,7 @@

Known dependencies on this specification

Proposal-array-find-from-last

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -405,7 +429,7 @@

Known dependencies on this specification

Public and private instance fields proposal

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
-
-

Known dependencies on this specification

-

No normative reference to this spec from other specs.

-

No informative reference to this spec from other specs.

-
-
-
-

Realms API

-
-

Spec info

- -
-
-

Potential issue(s)

-

The following network or parsing error occurred: Error: Loading script from reffy/scripts/__/__/__/__/__/__/__/__/reffy.mjs failed Error: Loading script from reffy/scripts/__/__/__/__/__/__/__/__/reffy.mjs failed at DOMWorld.addScriptTag (/home/runner/work/webref/webref/reffy/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:171:23) at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async processSpecification (/home/runner/work/webref/webref/reffy/src/lib/util.js:549:9) at async crawlSpec (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:68:24) at async crawlSpecAndPromise (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:389:22) at async Promise.all (index 48) at async crawlList (/home/runner/work/webref/webref/reffy/src/cli/crawl-specs.js:397:21) at async Command.parseAsync (/home/runner/work/webref/webref/reffy/node_modules/commander/lib/command.js:871:5)

-

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

No normative reference to this spec from other specs.

@@ -521,9 +523,33 @@

Known dependencies on this specification

No informative reference to this spec from other specs.

+
+

ShadowRealm API

+
+

Spec info

+ +
+
+

Potential issue(s)

+
    +
  • No normative references found
  • +
+
+
+

Known dependencies on this specification

+

No normative reference to this spec from other specs.

+

No informative reference to this spec from other specs.

+
+

Static class features

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -547,7 +573,7 @@

Known dependencies on this specification

Temporal proposal

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -571,7 +597,7 @@

Known dependencies on this specification

Top-Level Await

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -601,7 +627,7 @@

IETF

ART Area General Application Working Group Working Group

RFC 7578: Returning Values from Forms: multipart/form-data

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -625,7 +651,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -639,7 +665,7 @@

    Known dependencies on this specification

    Applications Area Working Group APP Working Group

    RFC 7239: Forwarded HTTP Extension

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -666,7 +692,7 @@

    Known dependencies on this specification

    HTTP State Management Mechanism Working Group

    HTTP State Management Mechanism

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    This specification looks good!

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -707,7 +733,7 @@

      Known dependencies on this specification

      HTTP Working Group

      RFC 8942: HTTP Client Hints

      -
      +

      Spec info

      -
      +

      Potential issue(s)

      This specification looks good!

      -
      +

      Known dependencies on this specification

      Normative references to this spec from:

        @@ -736,7 +762,7 @@

        Known dependencies on this specification

        Hypertext Transfer Protocol Bis APP Working Group

        Hypertext Transfer Protocol (HTTP/1.1): Authentication

        -
        +

        Spec info

        -
        +

        Potential issue(s)

        This specification looks good!

        -
        +

        Known dependencies on this specification

        Normative references to this spec from:

          @@ -764,7 +790,7 @@

          Known dependencies on this specification

        Hypertext Transfer Protocol (HTTP/1.1): Caching

        -
        +

        Spec info

        -
        +

        Potential issue(s)

        This specification looks good!

        -
        +

        Known dependencies on this specification

        Normative references to this spec from:

          @@ -798,7 +824,7 @@

          Known dependencies on this specification

        Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests

        -
        +

        Spec info

        -
        +

        Potential issue(s)

        This specification looks good!

        -
        +

        Known dependencies on this specification

        Normative references to this spec from:

          @@ -825,7 +851,7 @@

          Known dependencies on this specification

        Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing

        -
        +

        Spec info

        -
        +

        Potential issue(s)

        This specification looks good!

        -
        +

        Known dependencies on this specification

        Normative references to this spec from:

          @@ -863,7 +889,7 @@

          Known dependencies on this specification

        Hypertext Transfer Protocol (HTTP/1.1): Range Requests

        -
        +

        Spec info

        -
        +

        Potential issue(s)

        This specification looks good!

        -
        +

        Known dependencies on this specification

        No normative reference to this spec from other specs.

        Informative references to this spec from:

        @@ -888,7 +914,7 @@

        Known dependencies on this specification

        Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content

        -
        +

        Spec info

        -
        +

        Potential issue(s)

        This specification looks good!

        -
        +

        Known dependencies on this specification

        Normative references to this spec from:

          @@ -936,7 +962,7 @@

          Known dependencies on this specification

        Hypertext Transfer Protocol Version 2 (HTTP/2)

        -
        +

        Spec info

        -
        +

        Potential issue(s)

        • External links that use a dated URL: @@ -955,7 +981,7 @@

          Potential issue(s)

      -
      +

      Known dependencies on this specification

      Normative references to this spec from:

        @@ -969,7 +995,7 @@

        Known dependencies on this specification

      The Hypertext Transfer Protocol Status Code 308 (Permanent Redirect)

      -
      +

      Spec info

      -
      +

      Potential issue(s)

      • Inconsistent references for links: @@ -996,7 +1022,7 @@

        Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -1004,7 +1030,7 @@

    Known dependencies on this specification

    Use of the Content-Disposition Header Field in the Hypertext Transfer Protocol (HTTP)

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    This specification looks good!

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -1029,7 +1055,7 @@

    Known dependencies on this specification

    Hypertext Transfer Protocol Bis Working Group

-
+

Known dependencies on this specification

Normative references to this spec from:

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

    Known dependencies on this specification

RFC 7034: HTTP Header Field X-Frame-Options

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -1276,7 +1302,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -1287,7 +1313,7 @@

    Known dependencies on this specification

RFC 7469: Public Key Pinning Extension for HTTP

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -1311,7 +1337,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -1325,7 +1351,7 @@

Khronos Group

WebGL Working Group

WebGL 2.0 Specification

-
+

Spec info

-
+

Potential issue(s)

  • Broken external links: @@ -1348,7 +1374,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -1371,7 +1397,7 @@

    Known dependencies on this specification

WebGL ANGLE_instanced_arrays Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -1404,7 +1430,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -1412,7 +1438,7 @@

Known dependencies on this specification

WebGL EXT_blend_minmax Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -1435,7 +1461,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -1443,7 +1469,7 @@

Known dependencies on this specification

WebGL EXT_clip_cull_distance Extension Draft Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -1475,7 +1501,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -1483,7 +1509,7 @@

Known dependencies on this specification

WebGL EXT_color_buffer_float Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -1504,7 +1530,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -1512,7 +1538,7 @@

Known dependencies on this specification

WebGL EXT_color_buffer_half_float Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -1537,7 +1563,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -1545,7 +1571,7 @@

Known dependencies on this specification

WebGL EXT_disjoint_timer_query Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -1588,7 +1614,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -1596,7 +1622,7 @@

Known dependencies on this specification

WebGL EXT_disjoint_timer_query_webgl2 Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -1627,7 +1653,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -1635,7 +1661,7 @@

Known dependencies on this specification

WebGL EXT_float_blend Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -1656,7 +1682,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -1664,7 +1690,7 @@

Known dependencies on this specification

WebGL EXT_frag_depth Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -1685,7 +1711,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -1693,7 +1719,7 @@

Known dependencies on this specification

WebGL EXT_shader_texture_lod Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -1714,7 +1740,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -1722,7 +1748,7 @@

Known dependencies on this specification

WebGL EXT_sRGB Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -1747,7 +1773,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -1755,7 +1781,7 @@

Known dependencies on this specification

WebGL EXT_texture_compression_bptc Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -1780,7 +1806,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -1788,7 +1814,7 @@

Known dependencies on this specification

WebGL EXT_texture_compression_rgtc Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -1813,7 +1839,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -1821,7 +1847,7 @@

Known dependencies on this specification

WebGL EXT_texture_filter_anisotropic Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -1844,7 +1870,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -1852,7 +1878,7 @@

Known dependencies on this specification

WebGL EXT_texture_norm16 Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -1881,7 +1907,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -1889,7 +1915,7 @@

Known dependencies on this specification

WebGL KHR_parallel_shader_compile Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -1911,7 +1937,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -1919,7 +1945,7 @@

Known dependencies on this specification

WebGL OES_draw_buffers_indexed Extension Draft Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -1953,7 +1979,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -1961,7 +1987,7 @@

Known dependencies on this specification

WebGL OES_element_index_uint Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -1982,7 +2008,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -1990,7 +2016,7 @@

Known dependencies on this specification

WebGL OES_fbo_render_mipmap Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -2011,7 +2037,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -2019,7 +2045,7 @@

Known dependencies on this specification

WebGL OES_standard_derivatives Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -2041,7 +2067,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -2049,7 +2075,7 @@

Known dependencies on this specification

WebGL OES_texture_float Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -2070,7 +2096,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -2078,7 +2104,7 @@

Known dependencies on this specification

WebGL OES_texture_float_linear Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -2099,7 +2125,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -2107,7 +2133,7 @@

Known dependencies on this specification

WebGL OES_texture_half_float Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -2129,7 +2155,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -2137,7 +2163,7 @@

Known dependencies on this specification

WebGL OES_texture_half_float_linear Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -2158,7 +2184,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -2166,7 +2192,7 @@

Known dependencies on this specification

WebGL OES_vertex_array_object Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -2198,7 +2224,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -2206,7 +2232,7 @@

Known dependencies on this specification

WebGL OVR_multiview2 Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -2239,7 +2265,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -2247,7 +2273,7 @@

Known dependencies on this specification

WebGL Specification

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for WebIDL names: @@ -2278,7 +2304,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -2317,7 +2343,7 @@

    Known dependencies on this specification

WebGL WEBGL_blend_equation_advanced_coherent Extension Draft Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -2353,7 +2379,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -2361,7 +2387,7 @@

Known dependencies on this specification

WebGL WEBGL_color_buffer_float Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -2385,7 +2411,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -2393,7 +2419,7 @@

Known dependencies on this specification

WebGL WEBGL_compressed_texture_astc Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -2443,7 +2469,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -2451,7 +2477,7 @@

Known dependencies on this specification

WebGL WEBGL_compressed_texture_etc Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -2482,7 +2508,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -2490,7 +2516,7 @@

Known dependencies on this specification

WebGL WEBGL_compressed_texture_etc1 Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -2512,7 +2538,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -2520,7 +2546,7 @@

Known dependencies on this specification

WebGL WEBGL_compressed_texture_pvrtc Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -2545,7 +2571,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -2553,7 +2579,7 @@

Known dependencies on this specification

WebGL WEBGL_compressed_texture_s3tc Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -2578,7 +2604,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -2586,7 +2612,7 @@

Known dependencies on this specification

WebGL WEBGL_compressed_texture_s3tc_srgb Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -2611,7 +2637,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -2619,7 +2645,7 @@

Known dependencies on this specification

WebGL WEBGL_debug_renderer_info Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -2642,7 +2668,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -2650,7 +2676,7 @@

Known dependencies on this specification

WebGL WEBGL_debug_shaders Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -2676,7 +2702,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -2684,7 +2710,7 @@

Known dependencies on this specification

WebGL WEBGL_depth_texture Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -2706,7 +2732,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -2714,7 +2740,7 @@

Known dependencies on this specification

WebGL WEBGL_draw_buffers Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -2774,7 +2800,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -2782,7 +2808,7 @@

Known dependencies on this specification

WebGL WEBGL_draw_instanced_base_vertex_base_instance Extension Draft Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -2813,7 +2839,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -2821,7 +2847,7 @@

Known dependencies on this specification

WebGL WEBGL_lose_context Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -2844,7 +2870,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -2852,7 +2878,7 @@

Known dependencies on this specification

WebGL WEBGL_multi_draw Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -2884,7 +2910,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -2892,7 +2918,7 @@

Known dependencies on this specification

WebGL WEBGL_multi_draw_instanced_base_vertex_base_instance Extension Draft Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -2922,7 +2948,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -2936,7 +2962,7 @@

W3C

Accessible Rich Internet Applications Working Group

Accessible Name and Description Computation 1.2

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -2982,7 +3008,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -2995,7 +3021,7 @@

    Known dependencies on this specification

Accessible Rich Internet Applications (WAI-ARIA) 1.3

-
+

Spec info

-
+

Potential issue(s)

  • Spec uses WebIDL but does not reference it normatively
  • @@ -3050,7 +3076,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -3066,7 +3092,7 @@

    Known dependencies on this specification

Core Accessibility API Mappings 1.2

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -3236,7 +3262,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -3250,7 +3276,7 @@

    Known dependencies on this specification

Graphics Accessibility API Mappings

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -3287,7 +3313,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -3298,7 +3324,7 @@

    Known dependencies on this specification

HTML Accessibility API Mappings 1.0

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -3760,7 +3786,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -3773,7 +3799,7 @@

    Known dependencies on this specification

MathML Accessiblity API Mappings 1.0

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -3801,7 +3827,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -3809,7 +3835,7 @@

Known dependencies on this specification

WAI-ARIA Graphics Module

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -3869,7 +3895,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -3991,7 +4017,7 @@

    Known dependencies on this specification

Web MIDI API

-
+

Spec info

-
+

Potential issue(s)

  • Broken external links: @@ -4015,7 +4041,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -4029,7 +4055,7 @@

    Known dependencies on this specification

    Browser Testing and Tools Working Group

    WebDriver

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -4225,7 +4251,7 @@

      Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -4238,7 +4264,7 @@

    Known dependencies on this specification

WebDriver BiDi

-
+

Spec info

-
+

Potential issue(s)

  • External links to private terms: @@ -4328,7 +4354,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -4342,7 +4368,7 @@

    Known dependencies on this specification

    Cascading Style Sheets (CSS) Working Group

    Compositing and Blending Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -4384,7 +4410,7 @@

      Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -4400,7 +4426,7 @@

    Known dependencies on this specification

Compositing and Blending Level 2

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -4447,7 +4473,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -4464,7 +4490,7 @@

    Known dependencies on this specification

CSS 2

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -4504,7 +4530,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -4620,7 +4646,7 @@

    Known dependencies on this specification

CSS 2

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -4660,7 +4686,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -4675,7 +4701,7 @@

    Known dependencies on this specification

CSS Animation Worklet API

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -4745,7 +4771,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -4753,7 +4779,7 @@

Known dependencies on this specification

CSS Animations Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: CSSOMString
  • @@ -4799,7 +4825,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

CSS Animations Level 2

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: CSSOMString
  • @@ -4897,7 +4923,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -4910,7 +4936,7 @@

    Known dependencies on this specification

CSS Backgrounds and Borders Module Level 3

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -4970,7 +4996,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -5042,7 +5068,7 @@

    Known dependencies on this specification

CSS Backgrounds and Borders Module Level 4

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -5070,7 +5096,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -5082,7 +5108,7 @@

    Known dependencies on this specification

CSS Basic User Interface Module Level 4

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -5143,7 +5169,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -5169,7 +5195,7 @@

    Known dependencies on this specification

CSS Box Alignment Module Level 3

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -5212,7 +5238,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -5249,7 +5275,7 @@

    Known dependencies on this specification

CSS Box Model Module Level 3

-
+

Spec info

-
+

Potential issue(s)

  • No definition for CSS properties: @@ -5288,7 +5314,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -5310,7 +5336,7 @@

    Known dependencies on this specification

CSS Box Model Module Level 4

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -5347,7 +5373,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -5399,7 +5425,7 @@

    Known dependencies on this specification

CSS Box Sizing Module Level 3

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -5447,7 +5473,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -5501,7 +5527,7 @@

    Known dependencies on this specification

CSS Box Sizing Module Level 4

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -5536,7 +5562,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -5555,7 +5581,7 @@

    Known dependencies on this specification

CSS Cascading and Inheritance Level 3

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -5591,7 +5617,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -5613,7 +5639,7 @@

    Known dependencies on this specification

CSS Cascading and Inheritance Level 4

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -5663,7 +5689,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -5683,7 +5709,7 @@

    Known dependencies on this specification

CSS Cascading and Inheritance Level 4

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -5741,7 +5767,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

CSS Cascading and Inheritance Level 6

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -5853,15 +5879,28 @@

    Potential issue(s)

-
+

Known dependencies on this specification

-

No normative reference to this spec from other specs.

-

No informative reference to this spec from other specs.

+

Normative references to this spec from:

+ +

Informative references to this spec from:

+

CSS Color Adjustment Module Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -5904,7 +5943,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -5918,7 +5957,7 @@

    Known dependencies on this specification

CSS Color Module Level 4

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -5951,7 +5990,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -6011,7 +6050,7 @@

    Known dependencies on this specification

CSS Color Module Level 5

-
+

Spec info

-
+

Potential issue(s)

This specification looks good!

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -6049,7 +6088,7 @@

    Known dependencies on this specification

CSS Conditional Rules Module Level 3

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: CSSOMString
  • @@ -6079,7 +6118,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -6112,7 +6151,7 @@

    Known dependencies on this specification

CSS Conditional Rules Module Level 4

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -6132,13 +6171,13 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

No informative reference to this spec from other specs.

@@ -6146,7 +6185,7 @@

Known dependencies on this specification

CSS Containment Module Level 2

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -6193,7 +6232,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -6218,7 +6257,7 @@

    Known dependencies on this specification

CSS Counter Styles Level 3

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: CSSOMString
  • @@ -6243,7 +6282,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -6262,7 +6301,7 @@

    Known dependencies on this specification

CSS Custom Highlight API Module Level 1

-
+

Spec info

-
+

Potential issue(s)

  • External links to private terms: @@ -6287,7 +6326,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -6295,7 +6334,7 @@

Known dependencies on this specification

CSS Custom Properties for Cascading Variables Module Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -6326,7 +6365,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -6356,7 +6395,7 @@

    Known dependencies on this specification

CSS Device Adaptation Module Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -6386,7 +6425,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -6405,7 +6444,7 @@

    Known dependencies on this specification

CSS Display Module Level 3

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -6464,7 +6503,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -6549,7 +6588,7 @@

    Known dependencies on this specification

CSS Easing Functions Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -6569,7 +6608,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -6590,7 +6629,7 @@

    Known dependencies on this specification

CSS Environment Variables Module Level 1

-
+

Spec info

-
+

Potential issue(s)

This specification looks good!

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -6612,7 +6651,7 @@

Known dependencies on this specification

CSS Exclusions Module Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -6639,7 +6678,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -6657,7 +6696,7 @@

    Known dependencies on this specification

CSS Extensions

-
+

Spec info

-
+

Potential issue(s)

This specification looks good!

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -6679,7 +6718,7 @@

Known dependencies on this specification

CSS Fill and Stroke Module Level 3

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -6702,7 +6741,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -6717,7 +6756,7 @@

    Known dependencies on this specification

CSS Flexible Box Layout Module Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -6765,7 +6804,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -6799,7 +6838,7 @@

    Known dependencies on this specification

CSS Font Loading Module Level 3

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: CSSOMString
  • @@ -6831,7 +6870,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -6846,7 +6885,7 @@

    Known dependencies on this specification

CSS Fonts Module Level 4

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: CSSOMString
  • @@ -6899,7 +6938,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -6941,7 +6980,7 @@

    Known dependencies on this specification

CSS Fonts Module Level 5

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -6978,7 +7017,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -6986,7 +7025,7 @@

Known dependencies on this specification

CSS Fragmentation Module Level 3

-
+

Spec info

-
+

Potential issue(s)

  • No definition for CSS properties: @@ -7036,7 +7075,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -7078,7 +7117,7 @@

    Known dependencies on this specification

CSS Fragmentation Module Level 4

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -7115,7 +7154,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -7155,7 +7194,7 @@

    Known dependencies on this specification

CSS Generated Content for Paged Media Module

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -7195,7 +7234,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -7212,7 +7251,7 @@

    Known dependencies on this specification

CSS Generated Content for Paged Media Module Level 4

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -7235,7 +7274,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -7246,7 +7285,7 @@

    Known dependencies on this specification

CSS Generated Content Module Level 3

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -7276,7 +7315,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -7299,7 +7338,7 @@

    Known dependencies on this specification

CSS Grid Layout Module Level 2

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -7342,7 +7381,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -7372,7 +7411,7 @@

    Known dependencies on this specification

CSS Grid Layout Module Level 3

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -7404,7 +7443,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -7412,7 +7451,7 @@

Known dependencies on this specification

CSS Images Module Level 3

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -7463,7 +7502,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -7503,7 +7542,7 @@

    Known dependencies on this specification

CSS Images Module Level 4

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -7551,7 +7590,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -7576,7 +7615,7 @@

    Known dependencies on this specification

CSS Inline Layout Module Level 3

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -7613,7 +7652,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -7651,7 +7690,7 @@

    Known dependencies on this specification

CSS Layout API Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -7687,7 +7726,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

Informative references to this spec from:

@@ -7699,7 +7738,7 @@

Known dependencies on this specification

CSS Line Grid Module Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -7733,7 +7772,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -7749,7 +7788,7 @@

    Known dependencies on this specification

CSS Lists and Counters Module Level 3

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -7783,7 +7822,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -7811,9 +7850,9 @@

    Known dependencies on this specification

-
+

CSS Logical Properties and Values Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -7839,7 +7878,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -7861,7 +7900,7 @@

    Known dependencies on this specification

CSS Masking Module Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -7907,7 +7946,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -7936,7 +7975,7 @@

    Known dependencies on this specification

CSS Mobile Text Size Adjustment Module Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -7961,7 +8000,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -7973,18 +8012,18 @@

    Known dependencies on this specification

CSS Multi-column Layout Module Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -8003,7 +8042,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -8034,7 +8073,7 @@

    Known dependencies on this specification

CSS Multi-column Layout Module Level 2

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -8056,7 +8095,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -8067,7 +8106,7 @@

    Known dependencies on this specification

CSS Namespaces Module Level 3

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -8091,7 +8130,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -8109,7 +8148,7 @@

    Known dependencies on this specification

CSS Nesting Module

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: CSSOMString
  • @@ -8139,7 +8178,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -8153,7 +8192,7 @@

    Known dependencies on this specification

CSS Object Model (CSSOM)

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: CSSOMString
  • @@ -8202,7 +8241,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -8267,7 +8306,7 @@

    Known dependencies on this specification

CSS Overflow Module Level 3

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -8310,7 +8349,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -8362,7 +8401,7 @@

    Known dependencies on this specification

CSS Overflow Module Level 4

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -8396,7 +8435,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -8415,7 +8454,7 @@

    Known dependencies on this specification

CSS Overscroll Behavior Module Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -8448,7 +8487,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -8456,7 +8495,7 @@

Known dependencies on this specification

CSS Page Floats

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -8481,7 +8520,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -8497,7 +8536,7 @@

    Known dependencies on this specification

CSS Paged Media Module Level 3

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -8539,7 +8578,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -8574,7 +8613,7 @@

    Known dependencies on this specification

CSS Painting API Level 1

-
+

Spec info

-
+

Potential issue(s)

  • External links to private terms: @@ -8626,7 +8665,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -8640,7 +8679,7 @@

    Known dependencies on this specification

CSS Positioned Layout Module Level 3

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -8665,7 +8704,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -8711,7 +8750,7 @@

    Known dependencies on this specification

CSS Properties and Values API Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: CSSOMString
  • @@ -8743,7 +8782,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -8756,7 +8795,7 @@

    Known dependencies on this specification

CSS Pseudo-Elements Module Level 4

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: CSSOMString
  • @@ -8786,7 +8825,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -8830,7 +8869,7 @@

    Known dependencies on this specification

CSS Regions Module Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: CSSOMString
  • @@ -8885,7 +8924,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -8905,7 +8944,7 @@

    Known dependencies on this specification

CSS Rhythmic Sizing

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -8930,7 +8969,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -8945,7 +8984,7 @@

    Known dependencies on this specification

CSS Round Display Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -8971,7 +9010,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -8985,7 +9024,7 @@

    Known dependencies on this specification

CSS Ruby Annotation Layout Module Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -9026,7 +9065,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -9047,7 +9086,7 @@

    Known dependencies on this specification

CSS Scoping Module Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -9074,13 +9113,13 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

CSS Scroll Anchoring Module Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -9132,7 +9171,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -9143,7 +9182,7 @@

    Known dependencies on this specification

CSS Scroll Snap Module Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -9174,7 +9213,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -9189,7 +9228,7 @@

    Known dependencies on this specification

CSS Scrollbars Styling Module Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -9219,7 +9258,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -9233,7 +9272,7 @@

    Known dependencies on this specification

CSS Shadow Parts

-
+

Spec info

-
+

Potential issue(s)

  • External links to private terms: @@ -9257,7 +9296,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -9269,7 +9308,7 @@

    Known dependencies on this specification

CSS Shapes Module Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -9315,7 +9354,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -9337,7 +9376,7 @@

    Known dependencies on this specification

CSS Shapes Module Level 2

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -9367,7 +9406,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -9383,7 +9422,7 @@

    Known dependencies on this specification

CSS Spatial Navigation Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -9440,7 +9479,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -9448,7 +9487,7 @@

Known dependencies on this specification

CSS Speech Module Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -9482,7 +9521,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -9500,7 +9539,7 @@

    Known dependencies on this specification

CSS Style Attributes

-
+

Spec info

-
+

Potential issue(s)

  • External links that use a dated URL: @@ -9522,7 +9561,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -9539,7 +9578,7 @@

    Known dependencies on this specification

CSS Syntax Module Level 3

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -9572,7 +9611,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

CSS Table Module Level 3

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -9670,7 +9709,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -9687,7 +9726,7 @@

    Known dependencies on this specification

CSS Text Decoration Module Level 3

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -9735,7 +9774,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -9757,7 +9796,7 @@

    Known dependencies on this specification

CSS Text Decoration Module Level 4

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -9803,7 +9842,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -9832,7 +9871,7 @@

    Known dependencies on this specification

CSS Text Module Level 3

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -9865,7 +9904,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -9915,7 +9954,7 @@

    Known dependencies on this specification

CSS Text Module Level 4

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -9947,7 +9986,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -9968,7 +10007,7 @@

    Known dependencies on this specification

CSS Transforms Module Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -10009,7 +10048,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -10052,7 +10091,7 @@

    Known dependencies on this specification

CSS Transforms Module Level 2

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -10086,7 +10125,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -10106,7 +10145,7 @@

    Known dependencies on this specification

CSS Transitions

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: CSSOMString
  • @@ -10161,7 +10200,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

CSS Transitions Level 2

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: CSSOMString
  • @@ -10235,7 +10274,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -10246,7 +10285,7 @@

    Known dependencies on this specification

CSS Typed OM Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: CSSPercentishArray
  • @@ -10286,7 +10325,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -10308,7 +10347,7 @@

    Known dependencies on this specification

CSS Typed OM Level 2

-
+

Spec info

-
+

Potential issue(s)

This specification looks good!

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -10330,7 +10369,7 @@

Known dependencies on this specification

CSS Values and Units Module Level 3

-
+

Spec info

-
+

Potential issue(s)

  • No definition for CSS properties: @@ -10399,7 +10438,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

CSS Values and Units Module Level 4

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -10535,7 +10574,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -10655,7 +10694,7 @@

    Known dependencies on this specification

CSS Will Change Module Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -10681,7 +10720,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -10697,7 +10736,7 @@

    Known dependencies on this specification

CSS Writing Modes Level 4

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -10739,7 +10778,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -10803,7 +10842,7 @@

    Known dependencies on this specification

CSSOM View Module

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: CSSOMString
  • @@ -10851,7 +10890,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -10889,7 +10928,7 @@

    Known dependencies on this specification

Filter Effects Module Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -10939,7 +10978,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -10960,7 +10999,7 @@

    Known dependencies on this specification

Filter Effects Module Level 2

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -10986,7 +11025,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -10998,7 +11037,7 @@

    Known dependencies on this specification

Font Metrics API Level 1

-
+

Spec info

-
+

Potential issue(s)

This specification looks good!

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -11020,7 +11059,7 @@

Known dependencies on this specification

Geometry Interfaces Module Level 1

-
+

Spec info

-
+

Potential issue(s)

  • External links to private terms: @@ -11060,7 +11099,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -11095,7 +11134,7 @@

    Known dependencies on this specification

Media Queries Level 4

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -11121,7 +11160,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -11152,7 +11191,7 @@

    Known dependencies on this specification

Media Queries Level 5

-
+

Spec info

-
+

Potential issue(s)

  • External links to private terms: @@ -11175,7 +11214,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -11217,7 +11256,7 @@

    Known dependencies on this specification

Motion Path Module Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -11254,7 +11293,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -11268,7 +11307,7 @@

    Known dependencies on this specification

Non-element Selectors Module Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -11288,7 +11327,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -11296,7 +11335,7 @@

Known dependencies on this specification

Proposals for the future of CSS Paged Media

-
+

Spec info

-
+

Potential issue(s)

  • External links that use a dated URL: @@ -11320,7 +11359,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -11328,7 +11367,7 @@

Known dependencies on this specification

Resize Observer

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -11358,7 +11397,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -11370,7 +11409,7 @@

    Known dependencies on this specification

Scroll-linked Animations

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: CSSOMString
  • @@ -11402,7 +11441,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -11410,7 +11449,7 @@

Known dependencies on this specification

Selectors Level 4

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -11493,7 +11532,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

Web Animations

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: CSSOMString
  • @@ -11608,7 +11647,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -11635,7 +11674,7 @@

    Known dependencies on this specification

Web Animations Level 2

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -11705,7 +11744,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -11716,7 +11755,7 @@

Known dependencies on this specification

Devices and Sensors Working Group

Accelerometer

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -11752,7 +11791,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -11767,7 +11806,7 @@

    Known dependencies on this specification

Ambient Light Sensor

-
+

Spec info

-
+

Potential issue(s)

  • External links to private terms: @@ -11794,7 +11833,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -11807,7 +11846,7 @@

    Known dependencies on this specification

Battery Status API

-
+

Spec info

-
+

Potential issue(s)

  • Broken external links: @@ -11845,7 +11884,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

Informative references to this spec from:

@@ -11858,7 +11897,7 @@

Known dependencies on this specification

Device Posture API

-
+

Spec info

-
+

Potential issue(s)

  • Broken external links: @@ -11886,7 +11925,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -11894,7 +11933,7 @@

Known dependencies on this specification

DeviceOrientation Event Specification

-
+

Spec info

-
+

Potential issue(s)

  • WebIDL names also defined elsewhere: @@ -11944,7 +11983,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -11960,7 +11999,7 @@

    Known dependencies on this specification

Generic Sensor API

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -12027,7 +12066,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -12049,7 +12088,7 @@

    Known dependencies on this specification

Geolocation Sensor

-
+

Spec info

-
+

Potential issue(s)

  • External links to private terms: @@ -12078,7 +12117,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -12089,7 +12128,7 @@

    Known dependencies on this specification

Gyroscope

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -12117,7 +12156,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -12130,7 +12169,7 @@

    Known dependencies on this specification

HTML Media Capture

-
+

Spec info

-
+

Potential issue(s)

  • External links that neither target definitions nor headings: @@ -12159,7 +12198,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -12167,7 +12206,7 @@

Known dependencies on this specification

Magnetometer

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -12204,7 +12243,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -12217,7 +12256,7 @@

    Known dependencies on this specification

Media Capture Depth Stream Extensions

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -12259,7 +12298,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

Informative references to this spec from:

@@ -12270,7 +12309,7 @@

Known dependencies on this specification

Orientation Sensor

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -12318,7 +12357,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -12329,7 +12368,7 @@

    Known dependencies on this specification

Proximity Sensor

-
+

Spec info

-
+

Potential issue(s)

  • External links to private terms: @@ -12358,7 +12397,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -12372,7 +12411,7 @@

    Known dependencies on this specification

Screen Wake Lock API

-
+

Spec info

-
+

Potential issue(s)

  • Broken external links: @@ -12409,7 +12448,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -12420,7 +12459,7 @@

    Known dependencies on this specification

Vibration API (Second Edition)

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -12452,7 +12491,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -12544,7 +12583,7 @@

    Known dependencies on this specification

WebGPU Shading Language

-
+

Spec info

-
+

Potential issue(s)

  • External links to private terms: @@ -12573,7 +12612,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -12587,7 +12626,7 @@

    Known dependencies on this specification

    Geolocation Working Group

    Geolocation API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -12622,7 +12661,7 @@

      Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

Informative references to this spec from:

@@ -12640,7 +12679,7 @@

Known dependencies on this specification

HTML Media Extensions Working Group

Encrypted Media Extensions

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -12679,7 +12718,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -12693,7 +12732,7 @@

    Known dependencies on this specification

Media Source Extensions™

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -12773,7 +12812,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -12795,7 +12834,7 @@

    Known dependencies on this specification

    Immersive Web Working Group

    WebXR Anchors Module

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for WebIDL names: @@ -12832,7 +12871,7 @@

      Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -12840,7 +12879,7 @@

Known dependencies on this specification

WebXR Augmented Reality Module - Level 1

-
+

Spec info

-
+

Potential issue(s)

  • External links to private terms: @@ -12874,7 +12913,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -12891,7 +12930,7 @@

    Known dependencies on this specification

WebXR Depth Sensing Module

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for WebIDL names: @@ -12929,7 +12968,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -12937,7 +12976,7 @@

Known dependencies on this specification

WebXR Device API

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for WebIDL names: @@ -13008,7 +13047,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -13028,7 +13067,7 @@

    Known dependencies on this specification

WebXR DOM Overlays Module

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -13072,7 +13111,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -13080,7 +13119,7 @@

Known dependencies on this specification

WebXR Gamepads Module - Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -13111,7 +13150,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -13122,7 +13161,7 @@

    Known dependencies on this specification

WebXR Hand Input Module - Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -13163,7 +13202,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -13171,7 +13210,7 @@

Known dependencies on this specification

WebXR Hit Test Module

-
+

Spec info

-
+

Potential issue(s)

  • External links to private terms: @@ -13213,7 +13252,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

Although they do not, the following specs should also normatively reference this spec because they use IDL terms it defines:

@@ -13225,7 +13264,7 @@

Known dependencies on this specification

WebXR Layers API Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for WebIDL names: @@ -13285,7 +13324,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -13301,7 +13340,7 @@

    Known dependencies on this specification

WebXR Lighting Estimation API Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for WebIDL names: @@ -13343,7 +13382,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -13354,7 +13393,7 @@

Known dependencies on this specification

Internationalization Working Group

Encoding Standard

-
+

Spec info

-
+

Potential issue(s)

  • Broken external links: @@ -13376,7 +13415,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -13486,7 +13526,7 @@

Known dependencies on this specification

Media Working Group

Media Capabilities

-
+

Spec info

-
+

Potential issue(s)

  • External links that neither target definitions nor headings: @@ -13519,7 +13559,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -13531,7 +13571,7 @@

    Known dependencies on this specification

Media Playback Quality

-
+

Spec info

-
+

Potential issue(s)

  • Broken external links: @@ -13552,7 +13592,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

Informative references to this spec from:

@@ -13564,7 +13604,7 @@

Known dependencies on this specification

Media Session Standard

-
+

Spec info

-
+

Potential issue(s)

  • Broken external links: @@ -13598,7 +13638,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

Informative references to this spec from:

@@ -13609,7 +13649,7 @@

Known dependencies on this specification

Picture-in-Picture

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -13656,7 +13696,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -13664,7 +13704,7 @@

Known dependencies on this specification

WebCodecs

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -13729,7 +13769,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -13751,7 +13791,7 @@

    Known dependencies on this specification

    Pointer Events Working Group

    Pointer Events

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Inconsistent references for links: @@ -13785,7 +13825,7 @@

      Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -13804,7 +13844,7 @@

    Known dependencies on this specification

    Privacy Community Group

    Private Click Measurement

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -13826,7 +13866,7 @@

      Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -13834,7 +13874,7 @@

Known dependencies on this specification

The Storage Access API

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -13902,7 +13942,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -13913,7 +13953,7 @@

Known dependencies on this specification

Privacy Interest Group

Mitigating Browser Fingerprinting in Web Specifications

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -13938,7 +13978,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -13958,7 +13998,7 @@

    Known dependencies on this specification

    SVG Working Group

    Compositing and Blending Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -14000,7 +14040,7 @@

      Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -14016,7 +14056,7 @@

    Known dependencies on this specification

CSS Fill and Stroke Module Level 3

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -14039,7 +14079,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -14054,7 +14094,7 @@

    Known dependencies on this specification

Scalable Vector Graphics (SVG) 1.1 (Second Edition)

-
+

Spec info

-
+

Potential issue(s)

  • Invalid WebIDL content found
  • @@ -14190,7 +14230,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -14232,7 +14272,7 @@

    Known dependencies on this specification

Scalable Vector Graphics (SVG) 2

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for WebIDL names: @@ -14474,7 +14514,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

SVG Accessibility API Mappings

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -14631,7 +14672,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -14648,7 +14689,7 @@

    Known dependencies on this specification

SVG Animations

-
+

Spec info

-
+

Potential issue(s)

  • Spec uses WebIDL but does not reference it normatively
  • @@ -14766,7 +14807,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -14774,7 +14815,7 @@

Known dependencies on this specification

SVG Integration

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -14809,7 +14850,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -14820,7 +14861,7 @@

    Known dependencies on this specification

SVG Strokes

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -14844,7 +14885,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -14855,7 +14896,7 @@

Known dependencies on this specification

Second Screen Working Group

Open Screen Protocol

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -14936,7 +14977,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -14944,7 +14985,7 @@

Known dependencies on this specification

Presentation API

-
+

Spec info

-
+

Potential issue(s)

  • Broken external links: @@ -14996,7 +15037,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -15009,7 +15050,7 @@

    Known dependencies on this specification

Remote Playback API

-
+

Spec info

-
+

Potential issue(s)

  • Broken external links: @@ -15054,7 +15095,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -15069,7 +15110,7 @@

    Known dependencies on this specification

    Service Workers Working Group

    Service Workers Nightly

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -15227,7 +15268,7 @@

      Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -15318,7 +15360,7 @@

    Known dependencies on this specification

CSS Typed OM Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: CSSPercentishArray
  • @@ -15358,7 +15400,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -15383,7 +15425,7 @@

    Known dependencies on this specification

    Timed Text Working Group

    WebVTT: The Web Video Text Tracks Format

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -15468,7 +15510,7 @@

      Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -15482,7 +15524,7 @@

    Known dependencies on this specification

    Tracking Protection Working Group

    Tracking Preference Expression (DNT)

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Inconsistent references for links: @@ -15511,7 +15553,7 @@

      Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

Informative references to this spec from:

@@ -15525,7 +15567,7 @@

Known dependencies on this specification

Web Application Security Working Group

A Well-Known URL for Changing Passwords

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -15553,7 +15595,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -15561,7 +15603,7 @@

Known dependencies on this specification

Clear Site Data

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -15608,7 +15650,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -15616,7 +15658,7 @@

Known dependencies on this specification

Content Security Policy Level 3

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -15720,7 +15762,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

Content Security Policy: Embedded Enforcement

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -15797,7 +15840,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -15805,7 +15848,7 @@

Known dependencies on this specification

Credential Management Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -15866,7 +15909,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -15882,7 +15925,7 @@

    Known dependencies on this specification

Fetch Metadata Request Headers

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -15911,7 +15954,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -15927,7 +15970,7 @@

    Known dependencies on this specification

Mixed Content Level 2

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -15974,7 +16017,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -15998,7 +16041,7 @@

    Known dependencies on this specification

Permissions

-
+

Spec info

-
+

Potential issue(s)

  • WebIDL names also defined elsewhere: @@ -16046,7 +16089,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -16085,7 +16128,7 @@

    Known dependencies on this specification

Permissions Policy

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -16137,7 +16180,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -16190,7 +16233,7 @@

    Known dependencies on this specification

Referrer Policy

-
+

Spec info

-
+

Potential issue(s)

  • Spec uses WebIDL but does not reference it normatively
  • @@ -16261,7 +16304,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -16280,7 +16323,7 @@

    Known dependencies on this specification

Secure Contexts

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -16322,7 +16365,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -16363,7 +16406,7 @@

    Known dependencies on this specification

Subresource Integrity

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -16392,7 +16435,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

Trusted Types

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -16530,7 +16574,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -16538,7 +16582,7 @@

Known dependencies on this specification

Upgrade Insecure Requests

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -16580,7 +16624,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -16598,7 +16642,7 @@

    Known dependencies on this specification

    Web Applications Working Group

    ARIA in HTML

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • External links that neither target definitions nor headings: @@ -16868,7 +16912,7 @@

      Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -16882,7 +16926,7 @@

    Known dependencies on this specification

Clipboard API and events

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -16939,7 +16983,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -16950,7 +16994,7 @@

    Known dependencies on this specification

ContentEditable

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -16970,7 +17014,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -16978,7 +17022,7 @@

Known dependencies on this specification

File API

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -17037,7 +17081,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -17070,7 +17114,7 @@

    Known dependencies on this specification

Gamepad

-
+

Spec info

-
+

Potential issue(s)

  • Broken external links: @@ -17103,7 +17147,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -17122,7 +17166,7 @@

    Known dependencies on this specification

Gamepad Extensions

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for WebIDL names: @@ -17149,7 +17193,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -17157,7 +17201,7 @@

Known dependencies on this specification

Image Resource

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -17186,7 +17230,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -17201,7 +17245,7 @@

    Known dependencies on this specification

Indexed Database API 3.0

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -17263,7 +17307,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -17277,7 +17321,7 @@

    Known dependencies on this specification

Input Events Level 2

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -17319,7 +17363,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

Informative references to this spec from:

@@ -17331,7 +17375,7 @@

Known dependencies on this specification

Intersection Observer

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for WebIDL names: @@ -17389,7 +17433,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -17402,7 +17446,7 @@

    Known dependencies on this specification

Pointer Lock 2.0

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -17434,7 +17478,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -17450,7 +17494,7 @@

    Known dependencies on this specification

Push API

-
+

Spec info

-
+

Potential issue(s)

  • Broken external links: @@ -17477,7 +17521,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -17491,7 +17535,7 @@

    Known dependencies on this specification

Selection API

-
+

Spec info

-
+

Potential issue(s)

  • No definition for IDL properties: @@ -17542,7 +17586,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -17553,7 +17597,7 @@

    Known dependencies on this specification

The Screen Orientation API

-
+

Spec info

-
+

Potential issue(s)

  • Broken external links: @@ -17585,7 +17629,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -17600,7 +17644,7 @@

    Known dependencies on this specification

UI Events

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: WindowProxy
  • @@ -17684,10 +17728,11 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

Web App Manifest - Application Information

-
+

Spec info

-
+

Potential issue(s)

  • Broken external links: @@ -17738,7 +17783,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

Informative references to this spec from:

@@ -17749,7 +17794,7 @@

Known dependencies on this specification

Web Application Manifest

-
+

Spec info

-
+

Potential issue(s)

  • Broken external links: @@ -17778,7 +17823,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -17802,7 +17847,7 @@

    Known dependencies on this specification

Web Share API

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -17839,7 +17884,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -17853,7 +17898,7 @@

    Known dependencies on this specification

    Web Authentication Working Group

    Web Authentication: An API for accessing Public Key Credentials - Level 3

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -17929,7 +17974,7 @@

      Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

Although they do not, the following specs should also normatively reference this spec because they use IDL terms it defines:

@@ -17947,7 +17992,7 @@

Known dependencies on this specification

Web Bluetooth Community Group

Web Bluetooth

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -17994,7 +18039,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -18012,7 +18057,7 @@

    Known dependencies on this specification

    Web Cryptography Working Group

    Web Cryptography API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Broken external links: @@ -18041,7 +18086,7 @@

      Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -18062,7 +18107,7 @@

    Known dependencies on this specification

    Web Editing Working Group

    VirtualKeyboard API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -18100,7 +18145,7 @@

      Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -18111,7 +18156,7 @@

Known dependencies on this specification

Web Events Working Group

Touch Events - Level 2

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -18141,7 +18186,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -18162,7 +18207,7 @@

    Known dependencies on this specification

    Web Fonts Working Group

    Incremental Font Transfer

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    This specification looks good!

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    No informative reference to this spec from other specs.

    @@ -18184,7 +18229,7 @@

    Known dependencies on this specification

    WOFF File Format 2.0

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • External links that use a dated URL: @@ -18204,7 +18249,7 @@

      Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

Informative references to this spec from:

@@ -18219,7 +18264,7 @@

Known dependencies on this specification

Web Machine Learning Working Group

Web Neural Network API

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -18248,7 +18293,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -18259,7 +18304,7 @@

Known dependencies on this specification

Web NFC Community Group

Web NFC

-
+

Spec info

-
+

Potential issue(s)

  • External links to private terms: @@ -18298,7 +18343,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -18312,7 +18357,7 @@

    Known dependencies on this specification

    Web Payments Working Group

    Payment Handler API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • External links to private terms: @@ -18365,7 +18410,7 @@

      Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -18379,7 +18424,7 @@

    Known dependencies on this specification

Payment Method Identifiers

-
+

Spec info

-
+

Potential issue(s)

  • Broken external links: @@ -18399,7 +18444,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -18413,7 +18458,7 @@

    Known dependencies on this specification

Payment Method Manifest

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -18455,7 +18500,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -18469,7 +18514,7 @@

    Known dependencies on this specification

Payment Method: Basic Card

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -18497,7 +18542,7 @@

    Known dependencies on this specification

Payment Request API

-
+

Spec info

-
+

Potential issue(s)

  • Broken external links: @@ -18536,7 +18581,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -18553,7 +18598,7 @@

    Known dependencies on this specification

Secure Payment Confirmation

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for WebIDL names: @@ -18601,7 +18646,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -18612,7 +18657,7 @@

Known dependencies on this specification

Web Performance Working Group

Beacon

-
+

Spec info

-
+

Potential issue(s)

  • External links that neither target definitions nor headings: @@ -18643,7 +18688,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

Informative references to this spec from:

@@ -18654,7 +18699,7 @@

Known dependencies on this specification

Cooperative Scheduling of Background Tasks

-
+

Spec info

-
+

Potential issue(s)

  • Broken external links: @@ -18684,7 +18729,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -18699,7 +18744,7 @@

    Known dependencies on this specification

Device Memory 1

-
+

Spec info

-
+

Potential issue(s)

  • Broken external links: @@ -18720,7 +18765,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -18728,7 +18773,7 @@

Known dependencies on this specification

High Resolution Time

-
+

Spec info

-
+

Potential issue(s)

  • Broken external links: @@ -18762,7 +18807,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -18813,7 +18858,7 @@

    Known dependencies on this specification

Long Tasks API 1

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -18876,7 +18921,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -18888,7 +18933,7 @@

    Known dependencies on this specification