From 06880e70bf633b1042bd6c938e3e01d504715055 Mon Sep 17 00:00:00 2001 From: reffy-bot <> Date: Sat, 18 Feb 2023 00:49:35 +0000 Subject: [PATCH] Update of ED report from new reffy run Using reffy commit 11.4.5. --- ed/css/CSS.json | 2 +- ed/css/css-backgrounds-4.json | 120 +++ ed/css/css-cascade-6.json | 10 +- ed/dfns/CSS21.json | 14 +- ed/dfns/CSS22.json | 14 +- ed/dfns/cookie-store.json | 609 +++++------- ed/dfns/css-backgrounds-4.json | 160 ++- ed/dfns/css-cascade-4.json | 21 + ed/dfns/css-cascade-6.json | 82 +- ed/dfns/css-fonts-4.json | 7 +- ed/dfns/permissions-policy-1.json | 14 +- ed/headings/capability-delegation.json | 19 +- ed/headings/css-backgrounds-4.json | 16 +- ed/headings/permissions-policy-1.json | 14 +- ed/headings/tc39-temporal.json | 12 +- ed/ids/CSS21.json | 44 +- ed/ids/CSS22.json | 44 +- ed/ids/capability-delegation.json | 89 +- ed/ids/cookie-store.json | 495 ++++++++-- ed/ids/css-align-3.json | 26 +- ed/ids/css-backgrounds-4.json | 89 +- ed/ids/css-cascade-4.json | 12 +- ed/ids/css-cascade-6.json | 169 ++-- ed/ids/css-flexbox-1.json | 38 +- ed/ids/css-fonts-4.json | 32 +- ed/ids/css-grid-1.json | 46 +- ed/ids/css-grid-2.json | 26 +- ed/ids/css-pseudo-4.json | 6 +- ed/ids/motion-1.json | 24 +- ed/ids/permissions-policy-1.json | 304 +++++- ed/ids/scroll-animations-1.json | 6 +- ed/ids/tc39-temporal.json | 580 +++++------ ...wasm-js-api-2-fork-exception-handling.json | 924 +++++++++--------- ed/index.json | 336 ++++--- ed/links/capability-delegation.json | 53 +- ed/links/cookie-store.json | 54 +- ed/links/css-backgrounds-4.json | 3 +- ed/links/css-cascade-4.json | 9 - ed/links/css-cascade-6.json | 17 +- ed/links/tc39-temporal.json | 1 - ed/links/web-animations-2.json | 6 +- ed/refs/capability-delegation.json | 33 +- ed/refs/css-cascade-4.json | 4 - 43 files changed, 2794 insertions(+), 1790 deletions(-) diff --git a/ed/css/CSS.json b/ed/css/CSS.json index 48a20b5f579b..d253c9c29f97 100644 --- a/ed/css/CSS.json +++ b/ed/css/CSS.json @@ -3176,7 +3176,7 @@ }, { "name": "", - "prose": "In CSS 2, the only valid value is: rect(, , , ) where and specify offsets from the top border edge of the box, and , and specify offsets from the left border edge of the box. Authors should separate offset values with commas. User agents must support separation with commas, but may also support separation without commas (but not a combination), because a previous revision of this specification was ambiguous in this respect. , , , and may either have a value or auto. Negative lengths are permitted. The value auto means that a given edge of the clipping region will be the same as the edge of the element’s generated border box (i.e., auto means the same as 0 for and , the same as the used value of the height plus the sum of vertical padding and border widths for , and the same as the used value of the width plus the sum of the horizontal padding and border widths for , such that four auto values result in the clipping region being the same as the element’s border box). When coordinates are rounded to pixel coordinates, care should be taken that no pixels remain visible when and have the same value (or and have the same value), and conversely that no pixels within the element’s border box remain hidden when these values are auto.", + "prose": "In CSS 2, the only valid value is: rect(, , , ) where and specify offsets from the top border edge of the box, and , and specify offsets from the left border edge of the box. Authors should separate offset values with commas. User agents must support separation with commas, but may also support separation without commas (but not a combination), because a previous revision of this specification was ambiguous in this respect. , , , and may either have a value or auto Info about the 'auto' definition.#valdef-top-auto①Referenced in: 11.1.2. Clipping: the clip property . Negative lengths are permitted. The value auto means that a given edge of the clipping region will be the same as the edge of the element’s generated border box (i.e., auto means the same as 0 for and , the same as the used value of the height plus the sum of vertical padding and border widths for , and the same as the used value of the width plus the sum of the horizontal padding and border widths for , such that four auto values result in the clipping region being the same as the element’s border box). When coordinates are rounded to pixel coordinates, care should be taken that no pixels remain visible when and have the same value (or and have the same value), and conversely that no pixels within the element’s border box remain hidden when these values are auto.", "type": "type" }, { diff --git a/ed/css/css-backgrounds-4.json b/ed/css/css-backgrounds-4.json index b0d03bb476af..c558911f8376 100644 --- a/ed/css/css-backgrounds-4.json +++ b/ed/css/css-backgrounds-4.json @@ -169,6 +169,126 @@ "borderColor" ] }, + { + "name": "border-top-radius", + "value": "{1,2} [ / {1,2} ]?", + "initial": "0", + "appliesTo": "all elements (but see prose)", + "inherited": "no", + "percentages": "Refer to corresponding dimension of the border box.", + "computedValue": "see individual properties", + "canonicalOrder": "per grammar", + "animatable": "see individual properties", + "styleDeclaration": [ + "border-top-radius", + "borderTopRadius" + ] + }, + { + "name": "border-right-radius", + "value": "{1,2} [ / {1,2} ]?", + "initial": "0", + "appliesTo": "all elements (but see prose)", + "inherited": "no", + "percentages": "Refer to corresponding dimension of the border box.", + "computedValue": "see individual properties", + "canonicalOrder": "per grammar", + "animatable": "see individual properties", + "styleDeclaration": [ + "border-right-radius", + "borderRightRadius" + ] + }, + { + "name": "border-bottom-radius", + "value": "{1,2} [ / {1,2} ]?", + "initial": "0", + "appliesTo": "all elements (but see prose)", + "inherited": "no", + "percentages": "Refer to corresponding dimension of the border box.", + "computedValue": "see individual properties", + "canonicalOrder": "per grammar", + "animatable": "see individual properties", + "styleDeclaration": [ + "border-bottom-radius", + "borderBottomRadius" + ] + }, + { + "name": "border-left-radius", + "value": "{1,2} [ / {1,2} ]?", + "initial": "0", + "appliesTo": "all elements (but see prose)", + "inherited": "no", + "percentages": "Refer to corresponding dimension of the border box.", + "computedValue": "see individual properties", + "canonicalOrder": "per grammar", + "animatable": "see individual properties", + "styleDeclaration": [ + "border-left-radius", + "borderLeftRadius" + ] + }, + { + "name": "border-block-start-radius", + "value": "{1,2} [ / {1,2} ]?", + "initial": "0", + "appliesTo": "all elements (but see prose)", + "inherited": "no", + "percentages": "Refer to corresponding dimension of the border box.", + "computedValue": "see individual properties", + "canonicalOrder": "per grammar", + "animatable": "see individual properties", + "styleDeclaration": [ + "border-block-start-radius", + "borderBlockStartRadius" + ] + }, + { + "name": "border-block-end-radius", + "value": "{1,2} [ / {1,2} ]?", + "initial": "0", + "appliesTo": "all elements (but see prose)", + "inherited": "no", + "percentages": "Refer to corresponding dimension of the border box.", + "computedValue": "see individual properties", + "canonicalOrder": "per grammar", + "animatable": "see individual properties", + "styleDeclaration": [ + "border-block-end-radius", + "borderBlockEndRadius" + ] + }, + { + "name": "border-inline-start-radius", + "value": "{1,2} [ / {1,2} ]?", + "initial": "0", + "appliesTo": "all elements (but see prose)", + "inherited": "no", + "percentages": "Refer to corresponding dimension of the border box.", + "computedValue": "see individual properties", + "canonicalOrder": "per grammar", + "animatable": "see individual properties", + "styleDeclaration": [ + "border-inline-start-radius", + "borderInlineStartRadius" + ] + }, + { + "name": "border-inline-end-radius", + "value": "{1,2} [ / {1,2} ]?", + "initial": "0", + "appliesTo": "all elements (but see prose)", + "inherited": "no", + "percentages": "Refer to corresponding dimension of the border box.", + "computedValue": "see individual properties", + "canonicalOrder": "per grammar", + "animatable": "see individual properties", + "styleDeclaration": [ + "border-inline-end-radius", + "borderInlineEndRadius" + ] + }, { "name": "border-radius", "value": "{1,4} [ / {1,4} ]?", diff --git a/ed/css/css-cascade-6.json b/ed/css/css-cascade-6.json index b21aeb248e25..384c06795a13 100644 --- a/ed/css/css-cascade-6.json +++ b/ed/css/css-cascade-6.json @@ -9,20 +9,20 @@ "name": "@scope", "prose": "The @scope block at-rule allows authors to scope style rules in CSS, with the application of weak scoping proximity between the scoping root and the subject of each style rule.", "descriptors": [], - "value": "@scope () [to ()]? { }" + "value": "@scope [()]? [to ()]? { }" } ], "selectors": [], "values": [ { "name": "", - "prose": "The is a . Each element matched by is a scoping element, creating a scope with itself as the scoping root.", - "type": "type" + "type": "type", + "value": "" }, { "name": "", - "prose": "The is a that is scoped by the selector, with the scoping roots as :scope elements. Each element matched by is a scoping limit. The scoping limit elements define the lower bounds of a scope, so that scoped selectors are not able to match any scoping limit elements, or any elements nested within them.", - "type": "type" + "type": "type", + "value": "" } ] } diff --git a/ed/dfns/CSS21.json b/ed/dfns/CSS21.json index 5ec7fc5657db..803691438661 100644 --- a/ed/dfns/CSS21.json +++ b/ed/dfns/CSS21.json @@ -10432,10 +10432,9 @@ "access": "public", "informative": false, "heading": { - "id": "cursor-props", - "href": "https://drafts.csswg.org/css2/#cursor-props", - "title": "Cursors: the cursor property", - "number": "18.1" + "id": "title", + "href": "https://drafts.csswg.org/css2/#title", + "title": "CSS 2" }, "definedIn": "dt" }, @@ -10453,10 +10452,9 @@ "access": "public", "informative": false, "heading": { - "id": "cursor-props", - "href": "https://drafts.csswg.org/css2/#cursor-props", - "title": "Cursors: the cursor property", - "number": "18.1" + "id": "title", + "href": "https://drafts.csswg.org/css2/#title", + "title": "CSS 2" }, "definedIn": "dt" }, diff --git a/ed/dfns/CSS22.json b/ed/dfns/CSS22.json index 5ec7fc5657db..803691438661 100644 --- a/ed/dfns/CSS22.json +++ b/ed/dfns/CSS22.json @@ -10432,10 +10432,9 @@ "access": "public", "informative": false, "heading": { - "id": "cursor-props", - "href": "https://drafts.csswg.org/css2/#cursor-props", - "title": "Cursors: the cursor property", - "number": "18.1" + "id": "title", + "href": "https://drafts.csswg.org/css2/#title", + "title": "CSS 2" }, "definedIn": "dt" }, @@ -10453,10 +10452,9 @@ "access": "public", "informative": false, "heading": { - "id": "cursor-props", - "href": "https://drafts.csswg.org/css2/#cursor-props", - "title": "Cursors: the cursor property", - "number": "18.1" + "id": "title", + "href": "https://drafts.csswg.org/css2/#title", + "title": "CSS 2" }, "definedIn": "dt" }, diff --git a/ed/dfns/cookie-store.json b/ed/dfns/cookie-store.json index 3c0aaba1e101..02e178edf864 100644 --- a/ed/dfns/cookie-store.json +++ b/ed/dfns/cookie-store.json @@ -37,10 +37,9 @@ "access": "private", "informative": false, "heading": { - "id": "cookie-concept", - "href": "https://wicg.github.io/cookie-store/#cookie-concept", - "title": "Cookie", - "number": "2.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -58,10 +57,9 @@ "access": "private", "informative": false, "heading": { - "id": "cookie-concept", - "href": "https://wicg.github.io/cookie-store/#cookie-concept", - "title": "Cookie", - "number": "2.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -79,10 +77,9 @@ "access": "private", "informative": false, "heading": { - "id": "cookie-concept", - "href": "https://wicg.github.io/cookie-store/#cookie-concept", - "title": "Cookie", - "number": "2.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -100,10 +97,9 @@ "access": "private", "informative": false, "heading": { - "id": "cookie-concept", - "href": "https://wicg.github.io/cookie-store/#cookie-concept", - "title": "Cookie", - "number": "2.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -121,10 +117,9 @@ "access": "private", "informative": false, "heading": { - "id": "cookie-concept", - "href": "https://wicg.github.io/cookie-store/#cookie-concept", - "title": "Cookie", - "number": "2.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -142,10 +137,9 @@ "access": "private", "informative": false, "heading": { - "id": "cookie-concept", - "href": "https://wicg.github.io/cookie-store/#cookie-concept", - "title": "Cookie", - "number": "2.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -163,10 +157,9 @@ "access": "private", "informative": false, "heading": { - "id": "cookie-concept", - "href": "https://wicg.github.io/cookie-store/#cookie-concept", - "title": "Cookie", - "number": "2.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -184,10 +177,9 @@ "access": "private", "informative": false, "heading": { - "id": "cookie-concept", - "href": "https://wicg.github.io/cookie-store/#cookie-concept", - "title": "Cookie", - "number": "2.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -205,10 +197,9 @@ "access": "private", "informative": false, "heading": { - "id": "cookie-concept", - "href": "https://wicg.github.io/cookie-store/#cookie-concept", - "title": "Cookie", - "number": "2.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -226,10 +217,9 @@ "access": "private", "informative": false, "heading": { - "id": "cookie-concept", - "href": "https://wicg.github.io/cookie-store/#cookie-concept", - "title": "Cookie", - "number": "2.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -247,10 +237,9 @@ "access": "private", "informative": false, "heading": { - "id": "cookie-concept", - "href": "https://wicg.github.io/cookie-store/#cookie-concept", - "title": "Cookie", - "number": "2.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -268,10 +257,9 @@ "access": "private", "informative": false, "heading": { - "id": "cookie-concept", - "href": "https://wicg.github.io/cookie-store/#cookie-concept", - "title": "Cookie", - "number": "2.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -287,10 +275,9 @@ "access": "private", "informative": false, "heading": { - "id": "cookie-concept", - "href": "https://wicg.github.io/cookie-store/#cookie-concept", - "title": "Cookie", - "number": "2.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -308,10 +295,9 @@ "access": "private", "informative": false, "heading": { - "id": "cookie-concept", - "href": "https://wicg.github.io/cookie-store/#cookie-concept", - "title": "Cookie", - "number": "2.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -329,10 +315,9 @@ "access": "private", "informative": false, "heading": { - "id": "cookie-concept", - "href": "https://wicg.github.io/cookie-store/#cookie-concept", - "title": "Cookie", - "number": "2.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -386,10 +371,9 @@ "access": "private", "informative": false, "heading": { - "id": "service-worker-extensions", - "href": "https://wicg.github.io/cookie-store/#service-worker-extensions", - "title": "Extensions to Service Worker", - "number": "2.3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -407,10 +391,9 @@ "access": "private", "informative": false, "heading": { - "id": "service-worker-extensions", - "href": "https://wicg.github.io/cookie-store/#service-worker-extensions", - "title": "Extensions to Service Worker", - "number": "2.3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -428,10 +411,9 @@ "access": "private", "informative": false, "heading": { - "id": "service-worker-extensions", - "href": "https://wicg.github.io/cookie-store/#service-worker-extensions", - "title": "Extensions to Service Worker", - "number": "2.3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -468,10 +450,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -490,10 +471,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -511,10 +491,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -533,10 +512,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -554,10 +532,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -575,10 +552,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -596,10 +572,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -617,10 +592,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -638,10 +612,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -659,10 +632,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -678,10 +650,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -699,10 +670,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -720,10 +690,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -739,10 +708,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -760,10 +728,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -781,10 +748,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -802,10 +768,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -821,10 +786,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -842,10 +806,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -863,10 +826,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -884,10 +846,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -905,10 +866,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -926,10 +886,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -947,10 +906,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -966,10 +924,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -987,10 +944,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1008,10 +964,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1029,10 +984,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1048,10 +1002,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1069,10 +1022,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1090,10 +1042,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1111,10 +1062,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1132,10 +1082,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1153,10 +1102,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1174,10 +1122,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1195,10 +1142,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1214,10 +1160,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore", - "href": "https://wicg.github.io/cookie-store/#CookieStore", - "title": "The CookieStore Interface", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1257,10 +1202,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore-get", - "href": "https://wicg.github.io/cookie-store/#CookieStore-get", - "title": "The get() method", - "number": "3.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -1300,10 +1244,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore-getAll", - "href": "https://wicg.github.io/cookie-store/#CookieStore-getAll", - "title": "The getAll() method", - "number": "3.2" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -1342,10 +1285,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore-set", - "href": "https://wicg.github.io/cookie-store/#CookieStore-set", - "title": "The set() method", - "number": "3.3" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -1384,10 +1326,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStore-delete", - "href": "https://wicg.github.io/cookie-store/#CookieStore-delete", - "title": "The delete() method", - "number": "3.4" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -1424,10 +1365,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStoreManager", - "href": "https://wicg.github.io/cookie-store/#CookieStoreManager", - "title": "The CookieStoreManager Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1445,10 +1385,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStoreManager", - "href": "https://wicg.github.io/cookie-store/#CookieStoreManager", - "title": "The CookieStoreManager Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1466,10 +1405,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieStoreManager", - "href": "https://wicg.github.io/cookie-store/#CookieStoreManager", - "title": "The CookieStoreManager Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1593,10 +1531,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieChangeEvent", - "href": "https://wicg.github.io/cookie-store/#CookieChangeEvent", - "title": "The CookieChangeEvent interface", - "number": "5.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1617,10 +1554,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieChangeEvent", - "href": "https://wicg.github.io/cookie-store/#CookieChangeEvent", - "title": "The CookieChangeEvent interface", - "number": "5.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1641,10 +1577,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieChangeEvent", - "href": "https://wicg.github.io/cookie-store/#CookieChangeEvent", - "title": "The CookieChangeEvent interface", - "number": "5.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1662,10 +1597,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieChangeEvent", - "href": "https://wicg.github.io/cookie-store/#CookieChangeEvent", - "title": "The CookieChangeEvent interface", - "number": "5.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1683,10 +1617,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieChangeEvent", - "href": "https://wicg.github.io/cookie-store/#CookieChangeEvent", - "title": "The CookieChangeEvent interface", - "number": "5.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1702,10 +1635,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieChangeEvent", - "href": "https://wicg.github.io/cookie-store/#CookieChangeEvent", - "title": "The CookieChangeEvent interface", - "number": "5.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1723,10 +1655,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieChangeEvent", - "href": "https://wicg.github.io/cookie-store/#CookieChangeEvent", - "title": "The CookieChangeEvent interface", - "number": "5.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1744,10 +1675,9 @@ "access": "public", "informative": false, "heading": { - "id": "CookieChangeEvent", - "href": "https://wicg.github.io/cookie-store/#CookieChangeEvent", - "title": "The CookieChangeEvent interface", - "number": "5.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1787,10 +1717,9 @@ "access": "public", "informative": false, "heading": { - "id": "ExtendableCookieChangeEvent", - "href": "https://wicg.github.io/cookie-store/#ExtendableCookieChangeEvent", - "title": "The ExtendableCookieChangeEvent interface", - "number": "5.2" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1811,10 +1740,9 @@ "access": "public", "informative": false, "heading": { - "id": "ExtendableCookieChangeEvent", - "href": "https://wicg.github.io/cookie-store/#ExtendableCookieChangeEvent", - "title": "The ExtendableCookieChangeEvent interface", - "number": "5.2" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1835,10 +1763,9 @@ "access": "public", "informative": false, "heading": { - "id": "ExtendableCookieChangeEvent", - "href": "https://wicg.github.io/cookie-store/#ExtendableCookieChangeEvent", - "title": "The ExtendableCookieChangeEvent interface", - "number": "5.2" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1856,10 +1783,9 @@ "access": "public", "informative": false, "heading": { - "id": "ExtendableCookieChangeEvent", - "href": "https://wicg.github.io/cookie-store/#ExtendableCookieChangeEvent", - "title": "The ExtendableCookieChangeEvent interface", - "number": "5.2" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1877,10 +1803,9 @@ "access": "public", "informative": false, "heading": { - "id": "ExtendableCookieChangeEvent", - "href": "https://wicg.github.io/cookie-store/#ExtendableCookieChangeEvent", - "title": "The ExtendableCookieChangeEvent interface", - "number": "5.2" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1896,10 +1821,9 @@ "access": "public", "informative": false, "heading": { - "id": "ExtendableCookieChangeEvent", - "href": "https://wicg.github.io/cookie-store/#ExtendableCookieChangeEvent", - "title": "The ExtendableCookieChangeEvent interface", - "number": "5.2" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1917,10 +1841,9 @@ "access": "public", "informative": false, "heading": { - "id": "ExtendableCookieChangeEvent", - "href": "https://wicg.github.io/cookie-store/#ExtendableCookieChangeEvent", - "title": "The ExtendableCookieChangeEvent interface", - "number": "5.2" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1938,10 +1861,9 @@ "access": "public", "informative": false, "heading": { - "id": "ExtendableCookieChangeEvent", - "href": "https://wicg.github.io/cookie-store/#ExtendableCookieChangeEvent", - "title": "The ExtendableCookieChangeEvent interface", - "number": "5.2" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "pre" }, @@ -1980,10 +1902,9 @@ "access": "public", "informative": false, "heading": { - "id": "Window", - "href": "https://wicg.github.io/cookie-store/#Window", - "title": "The Window interface", - "number": "6.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -2043,10 +1964,9 @@ "access": "public", "informative": false, "heading": { - "id": "ServiceWorkerGlobalScope", - "href": "https://wicg.github.io/cookie-store/#ServiceWorkerGlobalScope", - "title": "The ServiceWorkerGlobalScope interface", - "number": "6.2" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -2081,10 +2001,9 @@ "access": "private", "informative": false, "heading": { - "id": "algorithms", - "href": "https://wicg.github.io/cookie-store/#algorithms", - "title": "Algorithms", - "number": "7" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -2100,10 +2019,9 @@ "access": "private", "informative": false, "heading": { - "id": "algorithms", - "href": "https://wicg.github.io/cookie-store/#algorithms", - "title": "Algorithms", - "number": "7" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -2138,10 +2056,9 @@ "access": "private", "informative": false, "heading": { - "id": "query-cookies-algorithm", - "href": "https://wicg.github.io/cookie-store/#query-cookies-algorithm", - "title": "Query Cookies", - "number": "7.1" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -2214,10 +2131,9 @@ "access": "private", "informative": false, "heading": { - "id": "process-changes", - "href": "https://wicg.github.io/cookie-store/#process-changes", - "title": "Process Changes", - "number": "7.4" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -2233,10 +2149,9 @@ "access": "private", "informative": false, "heading": { - "id": "process-changes", - "href": "https://wicg.github.io/cookie-store/#process-changes", - "title": "Process Changes", - "number": "7.4" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -2252,10 +2167,9 @@ "access": "private", "informative": false, "heading": { - "id": "process-changes", - "href": "https://wicg.github.io/cookie-store/#process-changes", - "title": "Process Changes", - "number": "7.4" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" }, @@ -2271,10 +2185,9 @@ "access": "private", "informative": false, "heading": { - "id": "process-changes", - "href": "https://wicg.github.io/cookie-store/#process-changes", - "title": "Process Changes", - "number": "7.4" + "id": "title", + "href": "https://wicg.github.io/cookie-store/#title", + "title": "Cookie Store API" }, "definedIn": "prose" } diff --git a/ed/dfns/css-backgrounds-4.json b/ed/dfns/css-backgrounds-4.json index 8fe87979316e..1fc1ef3adcfe 100644 --- a/ed/dfns/css-backgrounds-4.json +++ b/ed/dfns/css-backgrounds-4.json @@ -312,6 +312,158 @@ }, "definedIn": "table" }, + { + "id": "propdef-border-top-radius", + "href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-top-radius", + "linkingText": [ + "border-top-radius" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "corner-sizing-side-shorthands", + "href": "https://drafts.csswg.org/css-backgrounds-4/#corner-sizing-side-shorthands", + "title": "Sizing The Corners Of One Side: The border-top-radius, border-right-radius, border-bottom-radius, border-left-radius, border-block-start-radius, border-block-end-radius, border-inline-start-radius, border-inline-end-radius shorthands", + "number": "4.1.1" + }, + "definedIn": "table" + }, + { + "id": "propdef-border-right-radius", + "href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-right-radius", + "linkingText": [ + "border-right-radius" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "corner-sizing-side-shorthands", + "href": "https://drafts.csswg.org/css-backgrounds-4/#corner-sizing-side-shorthands", + "title": "Sizing The Corners Of One Side: The border-top-radius, border-right-radius, border-bottom-radius, border-left-radius, border-block-start-radius, border-block-end-radius, border-inline-start-radius, border-inline-end-radius shorthands", + "number": "4.1.1" + }, + "definedIn": "table" + }, + { + "id": "propdef-border-bottom-radius", + "href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-bottom-radius", + "linkingText": [ + "border-bottom-radius" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "corner-sizing-side-shorthands", + "href": "https://drafts.csswg.org/css-backgrounds-4/#corner-sizing-side-shorthands", + "title": "Sizing The Corners Of One Side: The border-top-radius, border-right-radius, border-bottom-radius, border-left-radius, border-block-start-radius, border-block-end-radius, border-inline-start-radius, border-inline-end-radius shorthands", + "number": "4.1.1" + }, + "definedIn": "table" + }, + { + "id": "propdef-border-left-radius", + "href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-left-radius", + "linkingText": [ + "border-left-radius" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "corner-sizing-side-shorthands", + "href": "https://drafts.csswg.org/css-backgrounds-4/#corner-sizing-side-shorthands", + "title": "Sizing The Corners Of One Side: The border-top-radius, border-right-radius, border-bottom-radius, border-left-radius, border-block-start-radius, border-block-end-radius, border-inline-start-radius, border-inline-end-radius shorthands", + "number": "4.1.1" + }, + "definedIn": "table" + }, + { + "id": "propdef-border-block-start-radius", + "href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-block-start-radius", + "linkingText": [ + "border-block-start-radius" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "corner-sizing-side-shorthands", + "href": "https://drafts.csswg.org/css-backgrounds-4/#corner-sizing-side-shorthands", + "title": "Sizing The Corners Of One Side: The border-top-radius, border-right-radius, border-bottom-radius, border-left-radius, border-block-start-radius, border-block-end-radius, border-inline-start-radius, border-inline-end-radius shorthands", + "number": "4.1.1" + }, + "definedIn": "table" + }, + { + "id": "propdef-border-block-end-radius", + "href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-block-end-radius", + "linkingText": [ + "border-block-end-radius" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "corner-sizing-side-shorthands", + "href": "https://drafts.csswg.org/css-backgrounds-4/#corner-sizing-side-shorthands", + "title": "Sizing The Corners Of One Side: The border-top-radius, border-right-radius, border-bottom-radius, border-left-radius, border-block-start-radius, border-block-end-radius, border-inline-start-radius, border-inline-end-radius shorthands", + "number": "4.1.1" + }, + "definedIn": "table" + }, + { + "id": "propdef-border-inline-start-radius", + "href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-inline-start-radius", + "linkingText": [ + "border-inline-start-radius" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "corner-sizing-side-shorthands", + "href": "https://drafts.csswg.org/css-backgrounds-4/#corner-sizing-side-shorthands", + "title": "Sizing The Corners Of One Side: The border-top-radius, border-right-radius, border-bottom-radius, border-left-radius, border-block-start-radius, border-block-end-radius, border-inline-start-radius, border-inline-end-radius shorthands", + "number": "4.1.1" + }, + "definedIn": "table" + }, + { + "id": "propdef-border-inline-end-radius", + "href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-inline-end-radius", + "linkingText": [ + "border-inline-end-radius" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "corner-sizing-side-shorthands", + "href": "https://drafts.csswg.org/css-backgrounds-4/#corner-sizing-side-shorthands", + "title": "Sizing The Corners Of One Side: The border-top-radius, border-right-radius, border-bottom-radius, border-left-radius, border-block-start-radius, border-block-end-radius, border-inline-start-radius, border-inline-end-radius shorthands", + "number": "4.1.1" + }, + "definedIn": "table" + }, { "id": "propdef-border-radius", "href": "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-radius", @@ -324,10 +476,10 @@ "access": "public", "informative": false, "heading": { - "id": "corner-sizing", - "href": "https://drafts.csswg.org/css-backgrounds-4/#corner-sizing", - "title": "Corner Sizing: the border-radius property", - "number": "4.1" + "id": "corner-sizing-shorthand", + "href": "https://drafts.csswg.org/css-backgrounds-4/#corner-sizing-shorthand", + "title": "Sizing All Corners At Once: The border-radius shorthand", + "number": "4.1.2" }, "definedIn": "table" }, diff --git a/ed/dfns/css-cascade-4.json b/ed/dfns/css-cascade-4.json index ed41ac7415ee..07e7df65f6e0 100644 --- a/ed/dfns/css-cascade-4.json +++ b/ed/dfns/css-cascade-4.json @@ -775,6 +775,27 @@ "number": "7.3.3" }, "definedIn": "prose" + }, + { + "id": "valdef-all-revert", + "href": "https://drafts.csswg.org/css-cascade-4/#valdef-all-revert", + "linkingText": [ + "revert" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "all" + ], + "access": "public", + "informative": false, + "heading": { + "id": "default", + "href": "https://drafts.csswg.org/css-cascade-4/#default", + "title": "Rolling Back Cascade Origins: the revert keyword", + "number": "7.3.4" + }, + "definedIn": "prose" } ] } \ No newline at end of file diff --git a/ed/dfns/css-cascade-6.json b/ed/dfns/css-cascade-6.json index 6fcf89b0810c..2767dd1c400e 100644 --- a/ed/dfns/css-cascade-6.json +++ b/ed/dfns/css-cascade-6.json @@ -195,6 +195,61 @@ }, "definedIn": "prose" }, + { + "id": "scoping-limit", + "href": "https://drafts.csswg.org/css-cascade-6/#scoping-limit", + "linkingText": [ + "scoping limit" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://drafts.csswg.org/css-cascade-6/#title", + "title": "CSS Cascading and Inheritance Level 6" + }, + "definedIn": "prose" + }, + { + "id": "in-scope", + "href": "https://drafts.csswg.org/css-cascade-6/#in-scope", + "linkingText": [ + "in scope" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://drafts.csswg.org/css-cascade-6/#title", + "title": "CSS Cascading and Inheritance Level 6" + }, + "definedIn": "prose" + }, + { + "id": "at-ruledef-scope", + "href": "https://drafts.csswg.org/css-cascade-6/#at-ruledef-scope", + "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: the @scope rule", + "number": "2.5.1" + }, + "definedIn": "prose" + }, { "id": "typedef-scope-start", "href": "https://drafts.csswg.org/css-cascade-6/#typedef-scope-start", @@ -211,7 +266,7 @@ "href": "https://drafts.csswg.org/css-cascade-6/#title", "title": "CSS Cascading and Inheritance Level 6" }, - "definedIn": "prose" + "definedIn": "pre" }, { "id": "typedef-scope-end", @@ -229,13 +284,13 @@ "href": "https://drafts.csswg.org/css-cascade-6/#title", "title": "CSS Cascading and Inheritance Level 6" }, - "definedIn": "prose" + "definedIn": "pre" }, { - "id": "scoping-limit", - "href": "https://drafts.csswg.org/css-cascade-6/#scoping-limit", + "id": "explicit-scopes", + "href": "https://drafts.csswg.org/css-cascade-6/#explicit-scopes", "linkingText": [ - "scoping limit" + "explicit scopes" ], "localLinkingText": [], "type": "dfn", @@ -250,21 +305,20 @@ "definedIn": "prose" }, { - "id": "at-ruledef-scope", - "href": "https://drafts.csswg.org/css-cascade-6/#at-ruledef-scope", + "id": "implicit-scope", + "href": "https://drafts.csswg.org/css-cascade-6/#implicit-scope", "linkingText": [ - "@scope" + "implicit scope" ], "localLinkingText": [], - "type": "at-rule", + "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "scope-atrule", - "href": "https://drafts.csswg.org/css-cascade-6/#scope-atrule", - "title": "Scoping Styles: the @scope rule", - "number": "2.5.1" + "id": "title", + "href": "https://drafts.csswg.org/css-cascade-6/#title", + "title": "CSS Cascading and Inheritance Level 6" }, "definedIn": "prose" }, diff --git a/ed/dfns/css-fonts-4.json b/ed/dfns/css-fonts-4.json index 9d509ce3a83b..ce7a2b41e5c7 100644 --- a/ed/dfns/css-fonts-4.json +++ b/ed/dfns/css-fonts-4.json @@ -2548,10 +2548,9 @@ "access": "public", "informative": false, "heading": { - "id": "font-variant-caps-prop", - "href": "https://drafts.csswg.org/css-fonts-4/#font-variant-caps-prop", - "title": "Capitalization: the font-variant-caps property", - "number": "6.6" + "id": "title", + "href": "https://drafts.csswg.org/css-fonts-4/#title", + "title": "CSS Fonts Module Level 4" }, "definedIn": "dt" }, diff --git a/ed/dfns/permissions-policy-1.json b/ed/dfns/permissions-policy-1.json index 4a3acc1f24fe..c937db88e9bf 100644 --- a/ed/dfns/permissions-policy-1.json +++ b/ed/dfns/permissions-policy-1.json @@ -1064,7 +1064,7 @@ "heading": { "id": "algo-process-response-policy", "href": "https://w3c.github.io/webappsec-permissions-policy/#algo-process-response-policy", - "title": "Process response policy", + "title": "Process response policy Info about the 'Process response policy' definition.#process-response-policyReferenced in: 9.6. Create a Permissions Policy for a navigable from response", "number": "9.1" }, "definedIn": "heading" @@ -1083,7 +1083,7 @@ "heading": { "id": "algo-construct-policy", "href": "https://w3c.github.io/webappsec-permissions-policy/#algo-construct-policy", - "title": "Construct policy from dictionary and origin", + "title": "Construct policy from dictionary and origin Info about the 'Construct policy from dictionary and origin' definition.#construct-policyReferenced in: 9.1. Process response policy", "number": "9.2" }, "definedIn": "heading" @@ -1102,7 +1102,7 @@ "heading": { "id": "algo-parse-policy-directive", "href": "https://w3c.github.io/webappsec-permissions-policy/#algo-parse-policy-directive", - "title": "Parse policy directive", + "title": "Parse policy directive Info about the 'Parse policy directive' definition.#parse-policy-directiveReferenced in: 9.4. Process permissions policy attributes", "number": "9.3" }, "definedIn": "heading" @@ -1121,7 +1121,7 @@ "heading": { "id": "algo-process-policy-attributes", "href": "https://w3c.github.io/webappsec-permissions-policy/#algo-process-policy-attributes", - "title": "Process permissions policy attributes", + "title": "Process permissions policy attributes Info about the 'Process permissions policy attributes' definition.#process-policy-attributesReferenced in: 9.7. Define an inherited policy for feature in container at origin", "number": "9.4" }, "definedIn": "heading" @@ -1140,7 +1140,7 @@ "heading": { "id": "algo-create-for-navigable", "href": "https://w3c.github.io/webappsec-permissions-policy/#algo-create-for-navigable", - "title": "Create a Permissions Policy for a navigable", + "title": "Create a Permissions Policy for a navigable Info about the 'Create a Permissions Policy for a navigable' definition.#create-for-navigableReferenced in: 9.6. Create a Permissions Policy for a navigable from response", "number": "9.5" }, "definedIn": "heading" @@ -1178,7 +1178,7 @@ "heading": { "id": "algo-define-inherited-policy-in-container", "href": "https://w3c.github.io/webappsec-permissions-policy/#algo-define-inherited-policy-in-container", - "title": "Define an inherited policy for feature in container at origin", + "title": "Define an inherited policy for feature in container at origin Info about the 'Define an inherited policy for feature in container at origin' definition.#define-inherited-policy-in-containerReferenced in: 7.2. The permissionsPolicy object 9.5. Create a Permissions Policy for a navigable", "number": "9.7" }, "definedIn": "heading" @@ -1197,7 +1197,7 @@ "heading": { "id": "algo-is-feature-enabled", "href": "https://w3c.github.io/webappsec-permissions-policy/#algo-is-feature-enabled", - "title": "Is feature enabled in document for origin?", + "title": "Is feature enabled in document for origin? Info about the 'Is feature enabled in document for origin?' definition.#is-feature-enabledReferenced in: 9.7. Define an inherited policy for feature in container at origin (2) 9.10. Should request be allowed to use feature?", "number": "9.8" }, "definedIn": "heading" diff --git a/ed/headings/capability-delegation.json b/ed/headings/capability-delegation.json index f7630efa5940..e6438fa1ca95 100644 --- a/ed/headings/capability-delegation.json +++ b/ed/headings/capability-delegation.json @@ -10,12 +10,6 @@ "level": 1, "title": "Capability Delegation" }, - { - "id": "profile-and-date", - "href": "https://wicg.github.io/capability-delegation/spec.html#profile-and-date", - "level": 2, - "title": "Draft Community Group Report, 15 June 2022" - }, { "id": "abstract", "href": "https://wicg.github.io/capability-delegation/spec.html#abstract", @@ -118,6 +112,13 @@ "title": "Monkey-patch to Fullscreen spec", "number": "5.2" }, + { + "id": "monkey-patch-to-screen-capture", + "href": "https://wicg.github.io/capability-delegation/spec.html#monkey-patch-to-screen-capture", + "level": 3, + "title": "Monkey-patch to [SCREEN-CAPTURE] spec", + "number": "5.3" + }, { "id": "w3c-conformance", "href": "https://wicg.github.io/capability-delegation/spec.html#w3c-conformance", @@ -165,6 +166,12 @@ "href": "https://wicg.github.io/capability-delegation/spec.html#normative", "level": 3, "title": "Normative References" + }, + { + "id": "informative", + "href": "https://wicg.github.io/capability-delegation/spec.html#informative", + "level": 3, + "title": "Informative References" } ] } \ No newline at end of file diff --git a/ed/headings/css-backgrounds-4.json b/ed/headings/css-backgrounds-4.json index c2eaf33f11c6..332f18d66289 100644 --- a/ed/headings/css-backgrounds-4.json +++ b/ed/headings/css-backgrounds-4.json @@ -88,9 +88,23 @@ "id": "corner-sizing", "href": "https://drafts.csswg.org/css-backgrounds-4/#corner-sizing", "level": 3, - "title": "Corner Sizing: the border-radius property", + "title": "Corner Sizing: the border-radius and border-*-radius shorthand properties", "number": "4.1" }, + { + "id": "corner-sizing-side-shorthands", + "href": "https://drafts.csswg.org/css-backgrounds-4/#corner-sizing-side-shorthands", + "level": 4, + "title": "Sizing The Corners Of One Side: The border-top-radius, border-right-radius, border-bottom-radius, border-left-radius, border-block-start-radius, border-block-end-radius, border-inline-start-radius, border-inline-end-radius shorthands", + "number": "4.1.1" + }, + { + "id": "corner-sizing-shorthand", + "href": "https://drafts.csswg.org/css-backgrounds-4/#corner-sizing-shorthand", + "level": 4, + "title": "Sizing All Corners At Once: The border-radius shorthand", + "number": "4.1.2" + }, { "id": "corner-shaping", "href": "https://drafts.csswg.org/css-backgrounds-4/#corner-shaping", diff --git a/ed/headings/permissions-policy-1.json b/ed/headings/permissions-policy-1.json index 7848100e11dc..dfd1bdde2783 100644 --- a/ed/headings/permissions-policy-1.json +++ b/ed/headings/permissions-policy-1.json @@ -228,35 +228,35 @@ "id": "algo-process-response-policy", "href": "https://w3c.github.io/webappsec-permissions-policy/#algo-process-response-policy", "level": 3, - "title": "Process response policy", + "title": "Process response policy Info about the 'Process response policy' definition.#process-response-policyReferenced in: 9.6. Create a Permissions Policy for a navigable from response", "number": "9.1" }, { "id": "algo-construct-policy", "href": "https://w3c.github.io/webappsec-permissions-policy/#algo-construct-policy", "level": 3, - "title": "Construct policy from dictionary and origin", + "title": "Construct policy from dictionary and origin Info about the 'Construct policy from dictionary and origin' definition.#construct-policyReferenced in: 9.1. Process response policy", "number": "9.2" }, { "id": "algo-parse-policy-directive", "href": "https://w3c.github.io/webappsec-permissions-policy/#algo-parse-policy-directive", "level": 3, - "title": "Parse policy directive", + "title": "Parse policy directive Info about the 'Parse policy directive' definition.#parse-policy-directiveReferenced in: 9.4. Process permissions policy attributes", "number": "9.3" }, { "id": "algo-process-policy-attributes", "href": "https://w3c.github.io/webappsec-permissions-policy/#algo-process-policy-attributes", "level": 3, - "title": "Process permissions policy attributes", + "title": "Process permissions policy attributes Info about the 'Process permissions policy attributes' definition.#process-policy-attributesReferenced in: 9.7. Define an inherited policy for feature in container at origin", "number": "9.4" }, { "id": "algo-create-for-navigable", "href": "https://w3c.github.io/webappsec-permissions-policy/#algo-create-for-navigable", "level": 3, - "title": "Create a Permissions Policy for a navigable", + "title": "Create a Permissions Policy for a navigable Info about the 'Create a Permissions Policy for a navigable' definition.#create-for-navigableReferenced in: 9.6. Create a Permissions Policy for a navigable from response", "number": "9.5" }, { @@ -270,14 +270,14 @@ "id": "algo-define-inherited-policy-in-container", "href": "https://w3c.github.io/webappsec-permissions-policy/#algo-define-inherited-policy-in-container", "level": 3, - "title": "Define an inherited policy for feature in container at origin", + "title": "Define an inherited policy for feature in container at origin Info about the 'Define an inherited policy for feature in container at origin' definition.#define-inherited-policy-in-containerReferenced in: 7.2. The permissionsPolicy object 9.5. Create a Permissions Policy for a navigable", "number": "9.7" }, { "id": "algo-is-feature-enabled", "href": "https://w3c.github.io/webappsec-permissions-policy/#algo-is-feature-enabled", "level": 3, - "title": "Is feature enabled in document for origin?", + "title": "Is feature enabled in document for origin? Info about the 'Is feature enabled in document for origin?' definition.#is-feature-enabledReferenced in: 9.7. Define an inherited policy for feature in container at origin (2) 9.10. Should request be allowed to use feature?", "number": "9.8" }, { diff --git a/ed/headings/tc39-temporal.json b/ed/headings/tc39-temporal.json index d299562fd6a3..578f6aea254a 100644 --- a/ed/headings/tc39-temporal.json +++ b/ed/headings/tc39-temporal.json @@ -3680,9 +3680,9 @@ "number": "12.2.37" }, { - "id": "sec-temporal-isomergecalendarfields", - "href": "https://tc39.es/proposal-temporal/#sec-temporal-isomergecalendarfields", - "title": "ISOMergeCalendarFields ( fields, additionalFields )", + "id": "sec-temporal-isofieldkeystoignore", + "href": "https://tc39.es/proposal-temporal/#sec-temporal-isofieldkeystoignore", + "title": "ISOFieldKeysToIgnore ( keys )", "level": 3, "number": "12.2.38" }, @@ -4730,9 +4730,9 @@ "number": "15.7.1.20" }, { - "id": "sec-temporal-calendardatemergefields", - "href": "https://tc39.es/proposal-temporal/#sec-temporal-calendardatemergefields", - "title": "CalendarDateMergeFields ( calendar, fields, additionalFields )", + "id": "sec-temporal-calendarfieldkeystoignore", + "href": "https://tc39.es/proposal-temporal/#sec-temporal-calendarfieldkeystoignore", + "title": "CalendarFieldKeysToIgnore ( calendar, keys )", "level": 4, "number": "15.7.1.21" }, diff --git a/ed/ids/CSS21.json b/ed/ids/CSS21.json index 83c7a8d7b418..6ced8b586996 100644 --- a/ed/ids/CSS21.json +++ b/ed/ids/CSS21.json @@ -1349,7 +1349,7 @@ "https://drafts.csswg.org/css2/#ref-for-value-def-percentage%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A2%E2%91%A8", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A1", "https://drafts.csswg.org/css2/#ref-for-propdef-top%E2%91%A2", "https://drafts.csswg.org/css2/#propdef-bottom", "https://drafts.csswg.org/css2/#infopanel-for-propdef-bottom", @@ -1359,7 +1359,7 @@ "https://drafts.csswg.org/css2/#ref-for-value-def-percentage%E2%91%A4", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A1", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A1", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-propdef-top%E2%91%A3", "https://drafts.csswg.org/css2/#propdef-left", "https://drafts.csswg.org/css2/#infopanel-for-propdef-left", @@ -1369,7 +1369,7 @@ "https://drafts.csswg.org/css2/#ref-for-value-def-percentage%E2%91%A5", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A4", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A2", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-propdef-top%E2%91%A4", "https://drafts.csswg.org/css2/#valdef-top-length", "https://drafts.csswg.org/css2/#ref-for-value-def-length%E2%91%A0%E2%93%AA", @@ -1413,11 +1413,11 @@ "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A6", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A6", "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A7", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A3", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A4", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A7", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A8", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A4", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A5", "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A8", "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A0%E2%91%A0", @@ -2345,10 +2345,12 @@ "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-page-break-auto", - "https://drafts.csswg.org/css2/#ref-for-valdef-clip-auto%E2%91%A3", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A5", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A6", + "https://drafts.csswg.org/css2/#infopanel-for-valdef-top-auto%E2%91%A0", + "https://drafts.csswg.org/css2/#infopaneltitle-for-valdef-top-auto%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-cursor-auto", + "https://drafts.csswg.org/css2/#ref-for-valdef-cursor-auto%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A6", "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", @@ -2771,7 +2773,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%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto", "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", @@ -2812,7 +2814,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%A1", + "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto%E2%91%A0", "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", @@ -3177,11 +3179,11 @@ "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-border-width-medium%E2%91%A0", + "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/#infopanel-for-value-def-relative-size", "https://drafts.csswg.org/css2/#infopaneltitle-for-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-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", @@ -3628,7 +3630,7 @@ "https://drafts.csswg.org/css2/#ref-for-separated-borders-model%E2%91%A1", "https://drafts.csswg.org/css2/#width-layout", "https://drafts.csswg.org/css2/#ref-for-propdef-table-layout", - "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A6", + "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A7", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%93%AA", "https://drafts.csswg.org/css2/#propdef-table-layout", "https://drafts.csswg.org/css2/#infopanel-for-propdef-table-layout", @@ -3644,14 +3646,14 @@ "https://drafts.csswg.org/css2/#infopaneltitle-for-valdef-table-layout-auto", "https://drafts.csswg.org/css2/#fixed-table-layout", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%91%A0", - "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A7", "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A8", + "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css2/#example-d27d3eeb", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%91%A1", - "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%91%A2", + "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%A3", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%91%A4", "https://drafts.csswg.org/css2/#ref-for-propdef-overflow%E2%91%A1%E2%91%A0", @@ -3659,16 +3661,16 @@ "https://drafts.csswg.org/css2/#ref-for-propdef-table-layout%E2%91%A1", "https://drafts.csswg.org/css2/#ref-for-valdef-table-layout-auto", "https://drafts.csswg.org/css2/#ref-for-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-valdef-width-auto%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%91%A6", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%91%A7", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%91%A8", - "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A5%E2%93%AA", "https://drafts.csswg.org/css2/#ref-for-value-def-table%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-value-def-inline-table%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A5%E2%91%A0", - "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css2/#ref-for-value-def-table%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-value-def-inline-table%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css2/#height-layout", @@ -3828,6 +3830,8 @@ "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A1%E2%91%A4%E2%91%A1", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A1%E2%91%A4%E2%91%A2", "https://drafts.csswg.org/css2/#valdef-cursor-auto", + "https://drafts.csswg.org/css2/#infopanel-for-valdef-cursor-auto", + "https://drafts.csswg.org/css2/#infopaneltitle-for-valdef-cursor-auto", "https://drafts.csswg.org/css2/#valdef-cursor-crosshair", "https://drafts.csswg.org/css2/#valdef-cursor-default", "https://drafts.csswg.org/css2/#infopanel-for-valdef-cursor-default", diff --git a/ed/ids/CSS22.json b/ed/ids/CSS22.json index 83c7a8d7b418..6ced8b586996 100644 --- a/ed/ids/CSS22.json +++ b/ed/ids/CSS22.json @@ -1349,7 +1349,7 @@ "https://drafts.csswg.org/css2/#ref-for-value-def-percentage%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A2%E2%91%A8", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A1", "https://drafts.csswg.org/css2/#ref-for-propdef-top%E2%91%A2", "https://drafts.csswg.org/css2/#propdef-bottom", "https://drafts.csswg.org/css2/#infopanel-for-propdef-bottom", @@ -1359,7 +1359,7 @@ "https://drafts.csswg.org/css2/#ref-for-value-def-percentage%E2%91%A4", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A1", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A1", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-propdef-top%E2%91%A3", "https://drafts.csswg.org/css2/#propdef-left", "https://drafts.csswg.org/css2/#infopanel-for-propdef-left", @@ -1369,7 +1369,7 @@ "https://drafts.csswg.org/css2/#ref-for-value-def-percentage%E2%91%A5", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A4", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A2", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-propdef-top%E2%91%A4", "https://drafts.csswg.org/css2/#valdef-top-length", "https://drafts.csswg.org/css2/#ref-for-value-def-length%E2%91%A0%E2%93%AA", @@ -1413,11 +1413,11 @@ "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A6", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A6", "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A7", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A3", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A4", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A7", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A8", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A4", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A5", "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A8", "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A0%E2%91%A0", @@ -2345,10 +2345,12 @@ "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-page-break-auto", - "https://drafts.csswg.org/css2/#ref-for-valdef-clip-auto%E2%91%A3", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A5", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A6", + "https://drafts.csswg.org/css2/#infopanel-for-valdef-top-auto%E2%91%A0", + "https://drafts.csswg.org/css2/#infopaneltitle-for-valdef-top-auto%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-cursor-auto", + "https://drafts.csswg.org/css2/#ref-for-valdef-cursor-auto%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A6", "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", @@ -2771,7 +2773,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%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto", "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", @@ -2812,7 +2814,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%A1", + "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto%E2%91%A0", "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", @@ -3177,11 +3179,11 @@ "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-border-width-medium%E2%91%A0", + "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/#infopanel-for-value-def-relative-size", "https://drafts.csswg.org/css2/#infopaneltitle-for-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-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", @@ -3628,7 +3630,7 @@ "https://drafts.csswg.org/css2/#ref-for-separated-borders-model%E2%91%A1", "https://drafts.csswg.org/css2/#width-layout", "https://drafts.csswg.org/css2/#ref-for-propdef-table-layout", - "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A6", + "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A7", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%93%AA", "https://drafts.csswg.org/css2/#propdef-table-layout", "https://drafts.csswg.org/css2/#infopanel-for-propdef-table-layout", @@ -3644,14 +3646,14 @@ "https://drafts.csswg.org/css2/#infopaneltitle-for-valdef-table-layout-auto", "https://drafts.csswg.org/css2/#fixed-table-layout", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%91%A0", - "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A7", "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A8", + "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css2/#example-d27d3eeb", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%91%A1", - "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%91%A2", + "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%A3", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%91%A4", "https://drafts.csswg.org/css2/#ref-for-propdef-overflow%E2%91%A1%E2%91%A0", @@ -3659,16 +3661,16 @@ "https://drafts.csswg.org/css2/#ref-for-propdef-table-layout%E2%91%A1", "https://drafts.csswg.org/css2/#ref-for-valdef-table-layout-auto", "https://drafts.csswg.org/css2/#ref-for-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-valdef-width-auto%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%91%A6", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%91%A7", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%91%A8", - "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A5%E2%93%AA", "https://drafts.csswg.org/css2/#ref-for-value-def-table%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-value-def-inline-table%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A5%E2%91%A0", - "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css2/#ref-for-value-def-table%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-value-def-inline-table%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css2/#height-layout", @@ -3828,6 +3830,8 @@ "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A1%E2%91%A4%E2%91%A1", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A1%E2%91%A4%E2%91%A2", "https://drafts.csswg.org/css2/#valdef-cursor-auto", + "https://drafts.csswg.org/css2/#infopanel-for-valdef-cursor-auto", + "https://drafts.csswg.org/css2/#infopaneltitle-for-valdef-cursor-auto", "https://drafts.csswg.org/css2/#valdef-cursor-crosshair", "https://drafts.csswg.org/css2/#valdef-cursor-default", "https://drafts.csswg.org/css2/#infopanel-for-valdef-cursor-default", diff --git a/ed/ids/capability-delegation.json b/ed/ids/capability-delegation.json index 72a6ca568b97..510850d1fd29 100644 --- a/ed/ids/capability-delegation.json +++ b/ed/ids/capability-delegation.json @@ -8,7 +8,7 @@ "https://wicg.github.io/capability-delegation/spec.html#toc-jump", "https://wicg.github.io/capability-delegation/spec.html#toc-toggle", "https://wicg.github.io/capability-delegation/spec.html#title", - "https://wicg.github.io/capability-delegation/spec.html#profile-and-date", + "https://wicg.github.io/capability-delegation/spec.html#w3c-state", "https://wicg.github.io/capability-delegation/spec.html#abstract", "https://wicg.github.io/capability-delegation/spec.html#status", "https://wicg.github.io/capability-delegation/spec.html#toc", @@ -39,6 +39,7 @@ "https://wicg.github.io/capability-delegation/spec.html#monkey-patch-to-html-initiating-delegation", "https://wicg.github.io/capability-delegation/spec.html#ref-for-windowpostmessageoptions%E2%91%A0", "https://wicg.github.io/capability-delegation/spec.html#ref-for-concept-settings-object-global", + "https://wicg.github.io/capability-delegation/spec.html#ref-for-5b762d09d78e8674458b84982b3cb3c9", "https://wicg.github.io/capability-delegation/spec.html#tracking-delegation", "https://wicg.github.io/capability-delegation/spec.html#ref-for-browsing-context%E2%91%A0%E2%93%AA", "https://wicg.github.io/capability-delegation/spec.html#ref-for-window", @@ -52,6 +53,8 @@ "https://wicg.github.io/capability-delegation/spec.html#ref-for-window%E2%91%A1", "https://wicg.github.io/capability-delegation/spec.html#ref-for-ordered-map", "https://wicg.github.io/capability-delegation/spec.html#delegated_capability_timestamps", + "https://wicg.github.io/capability-delegation/spec.html#infopanel-for-delegated_capability_timestamps", + "https://wicg.github.io/capability-delegation/spec.html#infopaneltitle-for-delegated_capability_timestamps", "https://wicg.github.io/capability-delegation/spec.html#ref-for-dom-domhighrestimestamp%E2%91%A1", "https://wicg.github.io/capability-delegation/spec.html#ref-for-delegated_capability_timestamps%E2%91%A1", "https://wicg.github.io/capability-delegation/spec.html#defining-delegated-behavior", @@ -59,12 +62,23 @@ "https://wicg.github.io/capability-delegation/spec.html#ref-for-delegated_capability_timestamps%E2%91%A2", "https://wicg.github.io/capability-delegation/spec.html#monkey-patch-to-payment-req", "https://wicg.github.io/capability-delegation/spec.html#ref-for-dom-paymentrequest-show%E2%91%A1", + "https://wicg.github.io/capability-delegation/spec.html#ref-for-5b762d09d78e8674458b84982b3cb3c9%E2%91%A0", "https://wicg.github.io/capability-delegation/spec.html#ref-for-delegated_capability_timestamps%E2%91%A3", "https://wicg.github.io/capability-delegation/spec.html#ref-for-delegated_capability_timestamps%E2%91%A4", "https://wicg.github.io/capability-delegation/spec.html#monkey-patch-to-fullscreen", "https://wicg.github.io/capability-delegation/spec.html#ref-for-dom-element-requestfullscreen%E2%91%A0", "https://wicg.github.io/capability-delegation/spec.html#ref-for-delegated_capability_timestamps%E2%91%A5", "https://wicg.github.io/capability-delegation/spec.html#ref-for-delegated_capability_timestamps%E2%91%A6", + "https://wicg.github.io/capability-delegation/spec.html#monkey-patch-to-screen-capture", + "https://wicg.github.io/capability-delegation/spec.html#ref-for-dom-mediadevices-getdisplaymedia", + "https://wicg.github.io/capability-delegation/spec.html#ref-for-concept-relevant-global", + "https://wicg.github.io/capability-delegation/spec.html#ref-for-transient-activation", + "https://wicg.github.io/capability-delegation/spec.html#ref-for-delegated_capability_timestamps%E2%91%A7", + "https://wicg.github.io/capability-delegation/spec.html#ref-for-concept-relevant-global%E2%91%A0", + "https://wicg.github.io/capability-delegation/spec.html#ref-for-reject", + "https://wicg.github.io/capability-delegation/spec.html#ref-for-dfn-DOMException", + "https://wicg.github.io/capability-delegation/spec.html#ref-for-dom-domexception-name", + "https://wicg.github.io/capability-delegation/spec.html#ref-for-invalidstateerror", "https://wicg.github.io/capability-delegation/spec.html#w3c-conformance", "https://wicg.github.io/capability-delegation/spec.html#w3c-conventions", "https://wicg.github.io/capability-delegation/spec.html#w3c-example", @@ -72,23 +86,70 @@ "https://wicg.github.io/capability-delegation/spec.html#index", "https://wicg.github.io/capability-delegation/spec.html#index-defined-here", "https://wicg.github.io/capability-delegation/spec.html#index-defined-elsewhere", - "https://wicg.github.io/capability-delegation/spec.html#term-for-dom-element-requestfullscreen", - "https://wicg.github.io/capability-delegation/spec.html#term-for-dom-domhighrestimestamp", - "https://wicg.github.io/capability-delegation/spec.html#term-for-window", - "https://wicg.github.io/capability-delegation/spec.html#term-for-windowpostmessageoptions", - "https://wicg.github.io/capability-delegation/spec.html#term-for-dom-iframe-allow", - "https://wicg.github.io/capability-delegation/spec.html#term-for-browsing-context", - "https://wicg.github.io/capability-delegation/spec.html#term-for-concept-settings-object-global", - "https://wicg.github.io/capability-delegation/spec.html#term-for-dom-open", - "https://wicg.github.io/capability-delegation/spec.html#term-for-ordered-map", - "https://wicg.github.io/capability-delegation/spec.html#term-for-dom-paymentrequest-show", + "https://wicg.github.io/capability-delegation/spec.html#17f1422256aaa84ed73c3e82e27bec5c", + "https://wicg.github.io/capability-delegation/spec.html#infopanel-for-17f1422256aaa84ed73c3e82e27bec5c", + "https://wicg.github.io/capability-delegation/spec.html#infopaneltitle-for-17f1422256aaa84ed73c3e82e27bec5c", + "https://wicg.github.io/capability-delegation/spec.html#0527034ee7070fda15ffa50c34dbbc63", + "https://wicg.github.io/capability-delegation/spec.html#infopanel-for-0527034ee7070fda15ffa50c34dbbc63", + "https://wicg.github.io/capability-delegation/spec.html#infopaneltitle-for-0527034ee7070fda15ffa50c34dbbc63", + "https://wicg.github.io/capability-delegation/spec.html#d1f0a86fd49be388d8b0159e241a1172", + "https://wicg.github.io/capability-delegation/spec.html#infopanel-for-d1f0a86fd49be388d8b0159e241a1172", + "https://wicg.github.io/capability-delegation/spec.html#infopaneltitle-for-d1f0a86fd49be388d8b0159e241a1172", + "https://wicg.github.io/capability-delegation/spec.html#cb85fbb587526778c5c5e0faab249075", + "https://wicg.github.io/capability-delegation/spec.html#infopanel-for-cb85fbb587526778c5c5e0faab249075", + "https://wicg.github.io/capability-delegation/spec.html#infopaneltitle-for-cb85fbb587526778c5c5e0faab249075", + "https://wicg.github.io/capability-delegation/spec.html#c4ff264d4a1b262f1245a080117b5c19", + "https://wicg.github.io/capability-delegation/spec.html#infopanel-for-c4ff264d4a1b262f1245a080117b5c19", + "https://wicg.github.io/capability-delegation/spec.html#infopaneltitle-for-c4ff264d4a1b262f1245a080117b5c19", + "https://wicg.github.io/capability-delegation/spec.html#5db590bc82ac7edd15fc4ebd1b0c25f0", + "https://wicg.github.io/capability-delegation/spec.html#infopanel-for-5db590bc82ac7edd15fc4ebd1b0c25f0", + "https://wicg.github.io/capability-delegation/spec.html#infopaneltitle-for-5db590bc82ac7edd15fc4ebd1b0c25f0", + "https://wicg.github.io/capability-delegation/spec.html#53ea12fcca4eab4ccddd5da403fd6e4b", + "https://wicg.github.io/capability-delegation/spec.html#infopanel-for-53ea12fcca4eab4ccddd5da403fd6e4b", + "https://wicg.github.io/capability-delegation/spec.html#infopaneltitle-for-53ea12fcca4eab4ccddd5da403fd6e4b", + "https://wicg.github.io/capability-delegation/spec.html#3b26601cc89b91ada4c771e32284e4c9", + "https://wicg.github.io/capability-delegation/spec.html#infopanel-for-3b26601cc89b91ada4c771e32284e4c9", + "https://wicg.github.io/capability-delegation/spec.html#infopaneltitle-for-3b26601cc89b91ada4c771e32284e4c9", + "https://wicg.github.io/capability-delegation/spec.html#2233058c8f0998915af8393ee2abbc1d", + "https://wicg.github.io/capability-delegation/spec.html#infopanel-for-2233058c8f0998915af8393ee2abbc1d", + "https://wicg.github.io/capability-delegation/spec.html#infopaneltitle-for-2233058c8f0998915af8393ee2abbc1d", + "https://wicg.github.io/capability-delegation/spec.html#5b762d09d78e8674458b84982b3cb3c9", + "https://wicg.github.io/capability-delegation/spec.html#infopanel-for-5b762d09d78e8674458b84982b3cb3c9", + "https://wicg.github.io/capability-delegation/spec.html#infopaneltitle-for-5b762d09d78e8674458b84982b3cb3c9", + "https://wicg.github.io/capability-delegation/spec.html#4bf12d0cddf322a1e2a9fb52f4d85843", + "https://wicg.github.io/capability-delegation/spec.html#infopanel-for-4bf12d0cddf322a1e2a9fb52f4d85843", + "https://wicg.github.io/capability-delegation/spec.html#infopaneltitle-for-4bf12d0cddf322a1e2a9fb52f4d85843", + "https://wicg.github.io/capability-delegation/spec.html#17e80d10b630cdfcf78a93f4eda10fa4", + "https://wicg.github.io/capability-delegation/spec.html#infopanel-for-17e80d10b630cdfcf78a93f4eda10fa4", + "https://wicg.github.io/capability-delegation/spec.html#infopaneltitle-for-17e80d10b630cdfcf78a93f4eda10fa4", + "https://wicg.github.io/capability-delegation/spec.html#854ba5a2ea0a9f054dc77d8686489fd4", + "https://wicg.github.io/capability-delegation/spec.html#infopanel-for-854ba5a2ea0a9f054dc77d8686489fd4", + "https://wicg.github.io/capability-delegation/spec.html#infopaneltitle-for-854ba5a2ea0a9f054dc77d8686489fd4", + "https://wicg.github.io/capability-delegation/spec.html#3b36e8bc99a9e9d1772d3adc9864c284", + "https://wicg.github.io/capability-delegation/spec.html#infopanel-for-3b36e8bc99a9e9d1772d3adc9864c284", + "https://wicg.github.io/capability-delegation/spec.html#infopaneltitle-for-3b36e8bc99a9e9d1772d3adc9864c284", + "https://wicg.github.io/capability-delegation/spec.html#e2a06375a2fb70c61a8b4cd0abe9d4f1", + "https://wicg.github.io/capability-delegation/spec.html#infopanel-for-e2a06375a2fb70c61a8b4cd0abe9d4f1", + "https://wicg.github.io/capability-delegation/spec.html#infopaneltitle-for-e2a06375a2fb70c61a8b4cd0abe9d4f1", + "https://wicg.github.io/capability-delegation/spec.html#ca5e897d4befe095f6d3540651df0e93", + "https://wicg.github.io/capability-delegation/spec.html#infopanel-for-ca5e897d4befe095f6d3540651df0e93", + "https://wicg.github.io/capability-delegation/spec.html#infopaneltitle-for-ca5e897d4befe095f6d3540651df0e93", + "https://wicg.github.io/capability-delegation/spec.html#f7204c0306e7ffcb24c31adf6e629e1d", + "https://wicg.github.io/capability-delegation/spec.html#infopanel-for-f7204c0306e7ffcb24c31adf6e629e1d", + "https://wicg.github.io/capability-delegation/spec.html#infopaneltitle-for-f7204c0306e7ffcb24c31adf6e629e1d", "https://wicg.github.io/capability-delegation/spec.html#references", "https://wicg.github.io/capability-delegation/spec.html#normative", "https://wicg.github.io/capability-delegation/spec.html#biblio-fullscreen", - "https://wicg.github.io/capability-delegation/spec.html#biblio-hr-time-2", + "https://wicg.github.io/capability-delegation/spec.html#biblio-hr-time-3", "https://wicg.github.io/capability-delegation/spec.html#biblio-html", "https://wicg.github.io/capability-delegation/spec.html#biblio-infra", - "https://wicg.github.io/capability-delegation/spec.html#biblio-payment-request", - "https://wicg.github.io/capability-delegation/spec.html#biblio-rfc2119" + "https://wicg.github.io/capability-delegation/spec.html#biblio-payment-request-11", + "https://wicg.github.io/capability-delegation/spec.html#biblio-permissions-policy-1", + "https://wicg.github.io/capability-delegation/spec.html#biblio-rfc2119", + "https://wicg.github.io/capability-delegation/spec.html#biblio-screen-capture", + "https://wicg.github.io/capability-delegation/spec.html#biblio-webcryptoapi", + "https://wicg.github.io/capability-delegation/spec.html#biblio-webidl", + "https://wicg.github.io/capability-delegation/spec.html#informative", + "https://wicg.github.io/capability-delegation/spec.html#biblio-payment-request" ] } \ No newline at end of file diff --git a/ed/ids/cookie-store.json b/ed/ids/cookie-store.json index 51967837937b..c1c29883f623 100644 --- a/ed/ids/cookie-store.json +++ b/ed/ids/cookie-store.json @@ -71,7 +71,7 @@ "https://wicg.github.io/cookie-store/#ref-for-dom-cookiestore-get-options%E2%91%A2", "https://wicg.github.io/cookie-store/#ref-for-dom-cookiestore-getall-options%E2%91%A3", "https://wicg.github.io/cookie-store/#ref-for-dfn-service-worker%E2%91%A5", - "https://wicg.github.io/cookie-store/#ref-for-concept-request-window", + "https://wicg.github.io/cookie-store/#ref-for-window", "https://wicg.github.io/cookie-store/#ref-for-dfn-service-worker%E2%91%A6", "https://wicg.github.io/cookie-store/#ref-for-dom-cookiestoremanager-getsubscriptions", "https://wicg.github.io/cookie-store/#ref-for-dfn-service-worker%E2%91%A7", @@ -79,26 +79,60 @@ "https://wicg.github.io/cookie-store/#concepts", "https://wicg.github.io/cookie-store/#cookie-concept", "https://wicg.github.io/cookie-store/#cookie", + "https://wicg.github.io/cookie-store/#infopanel-for-cookie", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cookie", "https://wicg.github.io/cookie-store/#ref-for-cookie", "https://wicg.github.io/cookie-store/#cookie-name", + "https://wicg.github.io/cookie-store/#infopanel-for-cookie-name", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cookie-name", "https://wicg.github.io/cookie-store/#cookie-value", + "https://wicg.github.io/cookie-store/#infopanel-for-cookie-value", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cookie-value", "https://wicg.github.io/cookie-store/#cookie-expiry-time", + "https://wicg.github.io/cookie-store/#infopanel-for-cookie-expiry-time", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cookie-expiry-time", "https://wicg.github.io/cookie-store/#cookie-domain", + "https://wicg.github.io/cookie-store/#infopanel-for-cookie-domain", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cookie-domain", "https://wicg.github.io/cookie-store/#cookie-path", + "https://wicg.github.io/cookie-store/#infopanel-for-cookie-path", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cookie-path", "https://wicg.github.io/cookie-store/#cookie-creation-time", + "https://wicg.github.io/cookie-store/#infopanel-for-cookie-creation-time", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cookie-creation-time", "https://wicg.github.io/cookie-store/#cookie-last-access-time", + "https://wicg.github.io/cookie-store/#infopanel-for-cookie-last-access-time", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cookie-last-access-time", "https://wicg.github.io/cookie-store/#cookie-persistent-flag", + "https://wicg.github.io/cookie-store/#infopanel-for-cookie-persistent-flag", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cookie-persistent-flag", "https://wicg.github.io/cookie-store/#cookie-host-only-flag", + "https://wicg.github.io/cookie-store/#infopanel-for-cookie-host-only-flag", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cookie-host-only-flag", "https://wicg.github.io/cookie-store/#cookie-secure-only-flag", + "https://wicg.github.io/cookie-store/#infopanel-for-cookie-secure-only-flag", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cookie-secure-only-flag", "https://wicg.github.io/cookie-store/#cookie-http-only-flag", + "https://wicg.github.io/cookie-store/#infopanel-for-cookie-http-only-flag", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cookie-http-only-flag", "https://wicg.github.io/cookie-store/#cookie-same-site-flag", + "https://wicg.github.io/cookie-store/#infopanel-for-cookie-same-site-flag", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cookie-same-site-flag", "https://wicg.github.io/cookie-store/#script-visible", + "https://wicg.github.io/cookie-store/#infopanel-for-script-visible", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-script-visible", "https://wicg.github.io/cookie-store/#ref-for-byte", "https://wicg.github.io/cookie-store/#cookie-maximum-name-value-pair-size", + "https://wicg.github.io/cookie-store/#infopanel-for-cookie-maximum-name-value-pair-size", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cookie-maximum-name-value-pair-size", "https://wicg.github.io/cookie-store/#ref-for-byte%E2%91%A0", "https://wicg.github.io/cookie-store/#cookie-maximum-attribute-value-size", + "https://wicg.github.io/cookie-store/#infopanel-for-cookie-maximum-attribute-value-size", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cookie-maximum-attribute-value-size", "https://wicg.github.io/cookie-store/#cookie-store--concept", "https://wicg.github.io/cookie-store/#cookie-store", + "https://wicg.github.io/cookie-store/#infopanel-for-cookie-store", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cookie-store", "https://wicg.github.io/cookie-store/#ref-for-cookie-store", "https://wicg.github.io/cookie-store/#ref-for-process-cookie-changes", "https://wicg.github.io/cookie-store/#ref-for-cookie%E2%91%A0", @@ -111,17 +145,27 @@ "https://wicg.github.io/cookie-store/#ref-for-dfn-service-worker-registration%E2%91%A0", "https://wicg.github.io/cookie-store/#ref-for-dfn-service-worker-registration%E2%91%A1", "https://wicg.github.io/cookie-store/#cookie-change-subscription-list", + "https://wicg.github.io/cookie-store/#infopanel-for-cookie-change-subscription-list", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cookie-change-subscription-list", "https://wicg.github.io/cookie-store/#ref-for-list", "https://wicg.github.io/cookie-store/#cookie-change-subscription", + "https://wicg.github.io/cookie-store/#infopanel-for-cookie-change-subscription", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cookie-change-subscription", "https://wicg.github.io/cookie-store/#ref-for-cookie-change-subscription", "https://wicg.github.io/cookie-store/#ref-for-tuple", "https://wicg.github.io/cookie-store/#cookie-change-subscription-name", + "https://wicg.github.io/cookie-store/#infopanel-for-cookie-change-subscription-name", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cookie-change-subscription-name", "https://wicg.github.io/cookie-store/#cookie-change-subscription-url", + "https://wicg.github.io/cookie-store/#infopanel-for-cookie-change-subscription-url", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cookie-change-subscription-url", "https://wicg.github.io/cookie-store/#CookieStore", "https://wicg.github.io/cookie-store/#ref-for-cookiestore%E2%91%A0", "https://wicg.github.io/cookie-store/#ref-for-Exposed", "https://wicg.github.io/cookie-store/#ref-for-SecureContext", "https://wicg.github.io/cookie-store/#cookiestore", + "https://wicg.github.io/cookie-store/#infopanel-for-cookiestore", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cookiestore", "https://wicg.github.io/cookie-store/#ref-for-eventtarget", "https://wicg.github.io/cookie-store/#ref-for-idl-promise%E2%91%A0", "https://wicg.github.io/cookie-store/#ref-for-dictdef-cookielistitem", @@ -169,39 +213,79 @@ "https://wicg.github.io/cookie-store/#ref-for-eventhandler", "https://wicg.github.io/cookie-store/#dom-cookiestore-onchange", "https://wicg.github.io/cookie-store/#dictdef-cookiestoregetoptions", + "https://wicg.github.io/cookie-store/#infopanel-for-dictdef-cookiestoregetoptions", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dictdef-cookiestoregetoptions", "https://wicg.github.io/cookie-store/#ref-for-idl-USVString%E2%91%A4", "https://wicg.github.io/cookie-store/#dom-cookiestoregetoptions-name", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookiestoregetoptions-name", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookiestoregetoptions-name", "https://wicg.github.io/cookie-store/#ref-for-idl-USVString%E2%91%A5", "https://wicg.github.io/cookie-store/#dom-cookiestoregetoptions-url", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookiestoregetoptions-url", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookiestoregetoptions-url", "https://wicg.github.io/cookie-store/#enumdef-cookiesamesite", + "https://wicg.github.io/cookie-store/#infopanel-for-enumdef-cookiesamesite", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-enumdef-cookiesamesite", "https://wicg.github.io/cookie-store/#dom-cookiesamesite-strict", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookiesamesite-strict", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookiesamesite-strict", "https://wicg.github.io/cookie-store/#dom-cookiesamesite-lax", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookiesamesite-lax", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookiesamesite-lax", "https://wicg.github.io/cookie-store/#dom-cookiesamesite-none", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookiesamesite-none", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookiesamesite-none", "https://wicg.github.io/cookie-store/#dictdef-cookieinit", + "https://wicg.github.io/cookie-store/#infopanel-for-dictdef-cookieinit", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dictdef-cookieinit", "https://wicg.github.io/cookie-store/#ref-for-idl-USVString%E2%91%A6", "https://wicg.github.io/cookie-store/#dom-cookieinit-name", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookieinit-name", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookieinit-name", "https://wicg.github.io/cookie-store/#ref-for-idl-USVString%E2%91%A7", "https://wicg.github.io/cookie-store/#dom-cookieinit-value", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookieinit-value", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookieinit-value", "https://wicg.github.io/cookie-store/#ref-for-dom-epochtimestamp", "https://wicg.github.io/cookie-store/#dom-cookieinit-expires", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookieinit-expires", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookieinit-expires", "https://wicg.github.io/cookie-store/#ref-for-idl-USVString%E2%91%A8", "https://wicg.github.io/cookie-store/#dom-cookieinit-domain", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookieinit-domain", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookieinit-domain", "https://wicg.github.io/cookie-store/#ref-for-idl-USVString%E2%91%A0%E2%93%AA", "https://wicg.github.io/cookie-store/#dom-cookieinit-path", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookieinit-path", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookieinit-path", "https://wicg.github.io/cookie-store/#ref-for-enumdef-cookiesamesite", "https://wicg.github.io/cookie-store/#dom-cookieinit-samesite", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookieinit-samesite", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookieinit-samesite", "https://wicg.github.io/cookie-store/#dictdef-cookiestoredeleteoptions", + "https://wicg.github.io/cookie-store/#infopanel-for-dictdef-cookiestoredeleteoptions", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dictdef-cookiestoredeleteoptions", "https://wicg.github.io/cookie-store/#ref-for-idl-USVString%E2%91%A0%E2%91%A0", "https://wicg.github.io/cookie-store/#dom-cookiestoredeleteoptions-name", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookiestoredeleteoptions-name", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookiestoredeleteoptions-name", "https://wicg.github.io/cookie-store/#ref-for-idl-USVString%E2%91%A0%E2%91%A1", "https://wicg.github.io/cookie-store/#dom-cookiestoredeleteoptions-domain", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookiestoredeleteoptions-domain", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookiestoredeleteoptions-domain", "https://wicg.github.io/cookie-store/#ref-for-idl-USVString%E2%91%A0%E2%91%A2", "https://wicg.github.io/cookie-store/#dom-cookiestoredeleteoptions-path", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookiestoredeleteoptions-path", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookiestoredeleteoptions-path", "https://wicg.github.io/cookie-store/#dictdef-cookielistitem", + "https://wicg.github.io/cookie-store/#infopanel-for-dictdef-cookielistitem", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dictdef-cookielistitem", "https://wicg.github.io/cookie-store/#ref-for-idl-USVString%E2%91%A0%E2%91%A3", "https://wicg.github.io/cookie-store/#dom-cookielistitem-name", "https://wicg.github.io/cookie-store/#ref-for-idl-USVString%E2%91%A0%E2%91%A4", "https://wicg.github.io/cookie-store/#dom-cookielistitem-value", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookielistitem-value", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookielistitem-value", "https://wicg.github.io/cookie-store/#ref-for-idl-USVString%E2%91%A0%E2%91%A5", "https://wicg.github.io/cookie-store/#dom-cookielistitem-domain", "https://wicg.github.io/cookie-store/#ref-for-idl-USVString%E2%91%A0%E2%91%A6", @@ -215,6 +299,8 @@ "https://wicg.github.io/cookie-store/#ref-for-idl-sequence", "https://wicg.github.io/cookie-store/#ref-for-dictdef-cookielistitem%E2%91%A1", "https://wicg.github.io/cookie-store/#typedefdef-cookielist", + "https://wicg.github.io/cookie-store/#infopanel-for-typedefdef-cookielist", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-typedefdef-cookielist", "https://wicg.github.io/cookie-store/#CookieStore-get", "https://wicg.github.io/cookie-store/#ref-for-dom-cookiestore-get-options%E2%91%A4", "https://wicg.github.io/cookie-store/#ref-for-dom-cookiestore-get%E2%91%A0", @@ -223,6 +309,8 @@ "https://wicg.github.io/cookie-store/#ref-for-dom-history-replacestate", "https://wicg.github.io/cookie-store/#ref-for-dom-document-domain", "https://wicg.github.io/cookie-store/#dom-cookiestore-get", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookiestore-get", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookiestore-get", "https://wicg.github.io/cookie-store/#ref-for-current-settings-object", "https://wicg.github.io/cookie-store/#ref-for-concept-origin", "https://wicg.github.io/cookie-store/#ref-for-concept-origin-opaque", @@ -240,6 +328,8 @@ "https://wicg.github.io/cookie-store/#ref-for-resolve", "https://wicg.github.io/cookie-store/#ref-for-resolve%E2%91%A0", "https://wicg.github.io/cookie-store/#dom-cookiestore-get-options", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookiestore-get-options", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookiestore-get-options", "https://wicg.github.io/cookie-store/#ref-for-current-settings-object%E2%91%A1", "https://wicg.github.io/cookie-store/#ref-for-concept-origin%E2%91%A0", "https://wicg.github.io/cookie-store/#ref-for-concept-origin-opaque%E2%91%A0", @@ -257,7 +347,7 @@ "https://wicg.github.io/cookie-store/#ref-for-relevant-settings-object", "https://wicg.github.io/cookie-store/#ref-for-api-base-url", "https://wicg.github.io/cookie-store/#ref-for-current-global-object", - "https://wicg.github.io/cookie-store/#ref-for-window", + "https://wicg.github.io/cookie-store/#ref-for-window%E2%91%A0", "https://wicg.github.io/cookie-store/#ref-for-concept-url-equals", "https://wicg.github.io/cookie-store/#ref-for-a-promise-rejected-with%E2%91%A2", "https://wicg.github.io/cookie-store/#ref-for-exceptiondef-typeerror%E2%91%A1", @@ -283,6 +373,8 @@ "https://wicg.github.io/cookie-store/#ref-for-dom-history-replacestate%E2%91%A0", "https://wicg.github.io/cookie-store/#ref-for-dom-document-domain%E2%91%A0", "https://wicg.github.io/cookie-store/#dom-cookiestore-getall", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookiestore-getall", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookiestore-getall", "https://wicg.github.io/cookie-store/#ref-for-current-settings-object%E2%91%A3", "https://wicg.github.io/cookie-store/#ref-for-concept-origin%E2%91%A1", "https://wicg.github.io/cookie-store/#ref-for-concept-origin-opaque%E2%91%A1", @@ -298,6 +390,8 @@ "https://wicg.github.io/cookie-store/#ref-for-exceptiondef-typeerror%E2%91%A4", "https://wicg.github.io/cookie-store/#ref-for-resolve%E2%91%A3", "https://wicg.github.io/cookie-store/#dom-cookiestore-getall-options", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookiestore-getall-options", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookiestore-getall-options", "https://wicg.github.io/cookie-store/#ref-for-current-settings-object%E2%91%A5", "https://wicg.github.io/cookie-store/#ref-for-concept-origin%E2%91%A2", "https://wicg.github.io/cookie-store/#ref-for-concept-origin-opaque%E2%91%A2", @@ -313,7 +407,7 @@ "https://wicg.github.io/cookie-store/#ref-for-relevant-settings-object%E2%91%A0", "https://wicg.github.io/cookie-store/#ref-for-api-base-url%E2%91%A0", "https://wicg.github.io/cookie-store/#ref-for-current-global-object%E2%91%A0", - "https://wicg.github.io/cookie-store/#ref-for-window%E2%91%A0", + "https://wicg.github.io/cookie-store/#ref-for-window%E2%91%A1", "https://wicg.github.io/cookie-store/#ref-for-concept-url-equals%E2%91%A0", "https://wicg.github.io/cookie-store/#ref-for-a-promise-rejected-with%E2%91%A6", "https://wicg.github.io/cookie-store/#ref-for-exceptiondef-typeerror%E2%91%A5", @@ -334,6 +428,8 @@ "https://wicg.github.io/cookie-store/#ref-for-dom-cookiestore-set%E2%91%A3", "https://wicg.github.io/cookie-store/#ref-for-dom-cookiestore-set-options%E2%91%A0", "https://wicg.github.io/cookie-store/#dom-cookiestore-set", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookiestore-set", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookiestore-set", "https://wicg.github.io/cookie-store/#ref-for-current-settings-object%E2%91%A7", "https://wicg.github.io/cookie-store/#ref-for-concept-origin%E2%91%A3", "https://wicg.github.io/cookie-store/#ref-for-concept-origin-opaque%E2%91%A3", @@ -349,6 +445,8 @@ "https://wicg.github.io/cookie-store/#ref-for-exceptiondef-typeerror%E2%91%A8", "https://wicg.github.io/cookie-store/#ref-for-resolve%E2%91%A5", "https://wicg.github.io/cookie-store/#dom-cookiestore-set-options", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookiestore-set-options", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookiestore-set-options", "https://wicg.github.io/cookie-store/#ref-for-current-settings-object%E2%91%A0%E2%93%AA", "https://wicg.github.io/cookie-store/#ref-for-concept-origin%E2%91%A4", "https://wicg.github.io/cookie-store/#ref-for-concept-origin-opaque%E2%91%A4", @@ -374,6 +472,8 @@ "https://wicg.github.io/cookie-store/#ref-for-dom-cookiestore-delete%E2%91%A2", "https://wicg.github.io/cookie-store/#ref-for-dom-cookiestore-delete-options%E2%91%A0", "https://wicg.github.io/cookie-store/#dom-cookiestore-delete", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookiestore-delete", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookiestore-delete", "https://wicg.github.io/cookie-store/#ref-for-current-settings-object%E2%91%A0%E2%91%A1", "https://wicg.github.io/cookie-store/#ref-for-concept-origin%E2%91%A5", "https://wicg.github.io/cookie-store/#ref-for-concept-origin-opaque%E2%91%A5", @@ -390,6 +490,8 @@ "https://wicg.github.io/cookie-store/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0", "https://wicg.github.io/cookie-store/#ref-for-resolve%E2%91%A7", "https://wicg.github.io/cookie-store/#dom-cookiestore-delete-options", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookiestore-delete-options", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookiestore-delete-options", "https://wicg.github.io/cookie-store/#ref-for-current-settings-object%E2%91%A0%E2%91%A3", "https://wicg.github.io/cookie-store/#ref-for-concept-origin%E2%91%A6", "https://wicg.github.io/cookie-store/#ref-for-concept-origin-opaque%E2%91%A6", @@ -411,6 +513,8 @@ "https://wicg.github.io/cookie-store/#ref-for-cookiestoremanager", "https://wicg.github.io/cookie-store/#ref-for-cookiestoremanager%E2%91%A0", "https://wicg.github.io/cookie-store/#cookiestoremanager-registration", + "https://wicg.github.io/cookie-store/#infopanel-for-cookiestoremanager-registration", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cookiestoremanager-registration", "https://wicg.github.io/cookie-store/#ref-for-dfn-service-worker-registration%E2%91%A2", "https://wicg.github.io/cookie-store/#ref-for-cookiestoremanager%E2%91%A1", "https://wicg.github.io/cookie-store/#ref-for-dfn-service-worker%E2%91%A8", @@ -419,6 +523,8 @@ "https://wicg.github.io/cookie-store/#ref-for-Exposed%E2%91%A1", "https://wicg.github.io/cookie-store/#ref-for-SecureContext%E2%91%A0", "https://wicg.github.io/cookie-store/#cookiestoremanager", + "https://wicg.github.io/cookie-store/#infopanel-for-cookiestoremanager", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cookiestoremanager", "https://wicg.github.io/cookie-store/#ref-for-idl-promise%E2%91%A8", "https://wicg.github.io/cookie-store/#ref-for-idl-undefined%E2%91%A3", "https://wicg.github.io/cookie-store/#ref-for-dom-cookiestoremanager-subscribe%E2%91%A1", @@ -444,6 +550,8 @@ "https://wicg.github.io/cookie-store/#ref-for-dom-cookiestoregetoptions-url%E2%91%A4", "https://wicg.github.io/cookie-store/#ref-for-dfn-service-worker%E2%91%A0%E2%93%AA", "https://wicg.github.io/cookie-store/#dom-cookiestoremanager-subscribe", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookiestoremanager-subscribe", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookiestoremanager-subscribe", "https://wicg.github.io/cookie-store/#ref-for-this%E2%91%A1", "https://wicg.github.io/cookie-store/#ref-for-cookiestoremanager-registration", "https://wicg.github.io/cookie-store/#ref-for-a-new-promise%E2%91%A7", @@ -467,6 +575,8 @@ "https://wicg.github.io/cookie-store/#ref-for-dom-cookiestoremanager-getsubscriptions%E2%91%A1", "https://wicg.github.io/cookie-store/#ref-for-dom-cookiestoremanager-getsubscriptions%E2%91%A2", "https://wicg.github.io/cookie-store/#dom-cookiestoremanager-getsubscriptions", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookiestoremanager-getsubscriptions", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookiestoremanager-getsubscriptions", "https://wicg.github.io/cookie-store/#ref-for-this%E2%91%A3", "https://wicg.github.io/cookie-store/#ref-for-cookiestoremanager-registration%E2%91%A0", "https://wicg.github.io/cookie-store/#ref-for-a-new-promise%E2%91%A8", @@ -484,6 +594,8 @@ "https://wicg.github.io/cookie-store/#ref-for-dom-cookiestoremanager-subscribe%E2%91%A4", "https://wicg.github.io/cookie-store/#ref-for-dom-cookiestoremanager-getsubscriptions%E2%91%A3", "https://wicg.github.io/cookie-store/#dom-cookiestoremanager-unsubscribe", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookiestoremanager-unsubscribe", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookiestoremanager-unsubscribe", "https://wicg.github.io/cookie-store/#ref-for-this%E2%91%A4", "https://wicg.github.io/cookie-store/#ref-for-cookiestoremanager-registration%E2%91%A1", "https://wicg.github.io/cookie-store/#ref-for-a-new-promise%E2%91%A0%E2%93%AA", @@ -520,6 +632,8 @@ "https://wicg.github.io/cookie-store/#ref-for-serviceworkerregistration%E2%91%A3", "https://wicg.github.io/cookie-store/#ref-for-dfn-service-worker-registration%E2%91%A4", "https://wicg.github.io/cookie-store/#dom-serviceworkerregistration-cookies", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-serviceworkerregistration-cookies", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-serviceworkerregistration-cookies", "https://wicg.github.io/cookie-store/#ref-for-this%E2%91%A6", "https://wicg.github.io/cookie-store/#ref-for-cookiestoremanager%E2%91%A6", "https://wicg.github.io/cookie-store/#example-45f94580", @@ -530,11 +644,13 @@ "https://wicg.github.io/cookie-store/#ref-for-cookiechangeevent%E2%91%A0", "https://wicg.github.io/cookie-store/#ref-for-concept-event-dispatch", "https://wicg.github.io/cookie-store/#ref-for-cookiestore%E2%91%A1", - "https://wicg.github.io/cookie-store/#ref-for-window%E2%91%A1", + "https://wicg.github.io/cookie-store/#ref-for-window%E2%91%A2", "https://wicg.github.io/cookie-store/#ref-for-script-visible%E2%91%A3", "https://wicg.github.io/cookie-store/#ref-for-Exposed%E2%91%A3", "https://wicg.github.io/cookie-store/#ref-for-SecureContext%E2%91%A1", "https://wicg.github.io/cookie-store/#cookiechangeevent", + "https://wicg.github.io/cookie-store/#infopanel-for-cookiechangeevent", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cookiechangeevent", "https://wicg.github.io/cookie-store/#ref-for-event", "https://wicg.github.io/cookie-store/#dom-cookiechangeevent-cookiechangeevent", "https://wicg.github.io/cookie-store/#ref-for-idl-DOMString", @@ -545,11 +661,17 @@ "https://wicg.github.io/cookie-store/#ref-for-idl-frozen-array", "https://wicg.github.io/cookie-store/#ref-for-dictdef-cookielistitem%E2%91%A2", "https://wicg.github.io/cookie-store/#dom-cookiechangeevent-changed", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookiechangeevent-changed", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookiechangeevent-changed", "https://wicg.github.io/cookie-store/#ref-for-SameObject%E2%91%A1", "https://wicg.github.io/cookie-store/#ref-for-idl-frozen-array%E2%91%A0", "https://wicg.github.io/cookie-store/#ref-for-dictdef-cookielistitem%E2%91%A3", "https://wicg.github.io/cookie-store/#dom-cookiechangeevent-deleted", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-cookiechangeevent-deleted", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-cookiechangeevent-deleted", "https://wicg.github.io/cookie-store/#dictdef-cookiechangeeventinit", + "https://wicg.github.io/cookie-store/#infopanel-for-dictdef-cookiechangeeventinit", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dictdef-cookiechangeeventinit", "https://wicg.github.io/cookie-store/#ref-for-dictdef-eventinit", "https://wicg.github.io/cookie-store/#ref-for-typedefdef-cookielist%E2%91%A1", "https://wicg.github.io/cookie-store/#dom-cookiechangeeventinit-changed", @@ -569,6 +691,8 @@ "https://wicg.github.io/cookie-store/#ref-for-dfn-service-worker%E2%91%A0%E2%91%A1", "https://wicg.github.io/cookie-store/#ref-for-Exposed%E2%91%A4", "https://wicg.github.io/cookie-store/#extendablecookiechangeevent", + "https://wicg.github.io/cookie-store/#infopanel-for-extendablecookiechangeevent", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-extendablecookiechangeevent", "https://wicg.github.io/cookie-store/#ref-for-extendableevent%E2%91%A0", "https://wicg.github.io/cookie-store/#dom-extendablecookiechangeevent-extendablecookiechangeevent", "https://wicg.github.io/cookie-store/#ref-for-idl-DOMString%E2%91%A0", @@ -579,11 +703,17 @@ "https://wicg.github.io/cookie-store/#ref-for-idl-frozen-array%E2%91%A1", "https://wicg.github.io/cookie-store/#ref-for-dictdef-cookielistitem%E2%91%A4", "https://wicg.github.io/cookie-store/#dom-extendablecookiechangeevent-changed", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-extendablecookiechangeevent-changed", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-extendablecookiechangeevent-changed", "https://wicg.github.io/cookie-store/#ref-for-SameObject%E2%91%A3", "https://wicg.github.io/cookie-store/#ref-for-idl-frozen-array%E2%91%A2", "https://wicg.github.io/cookie-store/#ref-for-dictdef-cookielistitem%E2%91%A5", "https://wicg.github.io/cookie-store/#dom-extendablecookiechangeevent-deleted", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-extendablecookiechangeevent-deleted", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-extendablecookiechangeevent-deleted", "https://wicg.github.io/cookie-store/#dictdef-extendablecookiechangeeventinit", + "https://wicg.github.io/cookie-store/#infopanel-for-dictdef-extendablecookiechangeeventinit", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dictdef-extendablecookiechangeeventinit", "https://wicg.github.io/cookie-store/#ref-for-dictdef-extendableeventinit", "https://wicg.github.io/cookie-store/#ref-for-typedefdef-cookielist%E2%91%A3", "https://wicg.github.io/cookie-store/#dom-extendablecookiechangeeventinit-changed", @@ -593,19 +723,23 @@ "https://wicg.github.io/cookie-store/#ref-for-dom-extendablecookiechangeevent-deleted", "https://wicg.github.io/cookie-store/#globals", "https://wicg.github.io/cookie-store/#ref-for-cookiestore%E2%91%A2", - "https://wicg.github.io/cookie-store/#ref-for-window%E2%91%A2", + "https://wicg.github.io/cookie-store/#ref-for-window%E2%91%A3", "https://wicg.github.io/cookie-store/#ref-for-serviceworkerglobalscope%E2%91%A0", "https://wicg.github.io/cookie-store/#Window", - "https://wicg.github.io/cookie-store/#ref-for-window%E2%91%A3", - "https://wicg.github.io/cookie-store/#ref-for-SecureContext%E2%91%A2", "https://wicg.github.io/cookie-store/#ref-for-window%E2%91%A4", + "https://wicg.github.io/cookie-store/#ref-for-SecureContext%E2%91%A2", + "https://wicg.github.io/cookie-store/#ref-for-window%E2%91%A5", "https://wicg.github.io/cookie-store/#ref-for-SameObject%E2%91%A4", "https://wicg.github.io/cookie-store/#ref-for-cookiestore%E2%91%A3", "https://wicg.github.io/cookie-store/#ref-for-dom-window-cookiestore%E2%91%A1", - "https://wicg.github.io/cookie-store/#ref-for-window%E2%91%A5", + "https://wicg.github.io/cookie-store/#ref-for-window%E2%91%A6", "https://wicg.github.io/cookie-store/#window-associated-cookiestore", + "https://wicg.github.io/cookie-store/#infopanel-for-window-associated-cookiestore", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-window-associated-cookiestore", "https://wicg.github.io/cookie-store/#ref-for-cookiestore%E2%91%A4", "https://wicg.github.io/cookie-store/#dom-window-cookiestore", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-window-cookiestore", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-window-cookiestore", "https://wicg.github.io/cookie-store/#ref-for-this%E2%91%A7", "https://wicg.github.io/cookie-store/#ref-for-window-associated-cookiestore", "https://wicg.github.io/cookie-store/#ServiceWorkerGlobalScope", @@ -618,8 +752,12 @@ "https://wicg.github.io/cookie-store/#dom-serviceworkerglobalscope-oncookiechange", "https://wicg.github.io/cookie-store/#ref-for-serviceworkerglobalscope%E2%91%A3", "https://wicg.github.io/cookie-store/#serviceworkerglobalscope-associated-cookiestore", + "https://wicg.github.io/cookie-store/#infopanel-for-serviceworkerglobalscope-associated-cookiestore", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-serviceworkerglobalscope-associated-cookiestore", "https://wicg.github.io/cookie-store/#ref-for-cookiestore%E2%91%A6", "https://wicg.github.io/cookie-store/#dom-serviceworkerglobalscope-cookiestore", + "https://wicg.github.io/cookie-store/#infopanel-for-dom-serviceworkerglobalscope-cookiestore", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dom-serviceworkerglobalscope-cookiestore", "https://wicg.github.io/cookie-store/#ref-for-this%E2%91%A8", "https://wicg.github.io/cookie-store/#ref-for-serviceworkerglobalscope-associated-cookiestore", "https://wicg.github.io/cookie-store/#algorithms", @@ -627,14 +765,22 @@ "https://wicg.github.io/cookie-store/#ref-for-byte-sequence", "https://wicg.github.io/cookie-store/#ref-for-utf-8-encode", "https://wicg.github.io/cookie-store/#decode", + "https://wicg.github.io/cookie-store/#infopanel-for-decode", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-decode", "https://wicg.github.io/cookie-store/#ref-for-utf-8-decode-without-bom", "https://wicg.github.io/cookie-store/#as-a-timestamp", + "https://wicg.github.io/cookie-store/#infopanel-for-as-a-timestamp", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-as-a-timestamp", "https://wicg.github.io/cookie-store/#ref-for-sec-time-values-and-time-range", "https://wicg.github.io/cookie-store/#date-serialize", + "https://wicg.github.io/cookie-store/#infopanel-for-date-serialize", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-date-serialize", "https://wicg.github.io/cookie-store/#ref-for-dom-epochtimestamp%E2%91%A1", "https://wicg.github.io/cookie-store/#ref-for-byte-sequence%E2%91%A0", "https://wicg.github.io/cookie-store/#query-cookies-algorithm", "https://wicg.github.io/cookie-store/#query-cookies", + "https://wicg.github.io/cookie-store/#infopanel-for-query-cookies", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-query-cookies", "https://wicg.github.io/cookie-store/#ref-for-list%E2%91%A1", "https://wicg.github.io/cookie-store/#ref-for-list-iterate%E2%91%A2", "https://wicg.github.io/cookie-store/#ref-for-cookie-http-only-flag", @@ -645,6 +791,8 @@ "https://wicg.github.io/cookie-store/#ref-for-list-append%E2%91%A1", "https://wicg.github.io/cookie-store/#create-a-cookielistitem", "https://wicg.github.io/cookie-store/#ref-for-dictdef-cookielistitem%E2%91%A6", + "https://wicg.github.io/cookie-store/#infopanel-for-create-a-cookielistitem", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-create-a-cookielistitem", "https://wicg.github.io/cookie-store/#ref-for-cookie-name%E2%91%A1", "https://wicg.github.io/cookie-store/#ref-for-decode%E2%91%A0", "https://wicg.github.io/cookie-store/#ref-for-cookie-value%E2%91%A0", @@ -667,6 +815,8 @@ "https://wicg.github.io/cookie-store/#ref-for-cookie-http-only-flag%E2%91%A0", "https://wicg.github.io/cookie-store/#set-cookie-algorithm", "https://wicg.github.io/cookie-store/#set-a-cookie", + "https://wicg.github.io/cookie-store/#infopanel-for-set-a-cookie", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-set-a-cookie", "https://wicg.github.io/cookie-store/#ref-for-c0-control", "https://wicg.github.io/cookie-store/#issue-d93c44be", "https://wicg.github.io/cookie-store/#ref-for-string-length", @@ -702,12 +852,16 @@ "https://wicg.github.io/cookie-store/#ref-for-list-append%E2%91%A8", "https://wicg.github.io/cookie-store/#delete-cookie-algorithm", "https://wicg.github.io/cookie-store/#delete-a-cookie", + "https://wicg.github.io/cookie-store/#infopanel-for-delete-a-cookie", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-delete-a-cookie", "https://wicg.github.io/cookie-store/#ref-for-as-a-timestamp%E2%91%A0", "https://wicg.github.io/cookie-store/#ref-for-dom-cookiesamesite-strict%E2%91%A2", "https://wicg.github.io/cookie-store/#ref-for-set-a-cookie%E2%91%A1", "https://wicg.github.io/cookie-store/#process-changes", "https://wicg.github.io/cookie-store/#process-cookie-changes", - "https://wicg.github.io/cookie-store/#ref-for-window%E2%91%A6", + "https://wicg.github.io/cookie-store/#infopanel-for-process-cookie-changes", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-process-cookie-changes", + "https://wicg.github.io/cookie-store/#ref-for-window%E2%91%A7", "https://wicg.github.io/cookie-store/#ref-for-concept-environment-creation-url%E2%91%A7", "https://wicg.github.io/cookie-store/#ref-for-observable-changes", "https://wicg.github.io/cookie-store/#ref-for-list-is-empty%E2%91%A1", @@ -740,11 +894,15 @@ "https://wicg.github.io/cookie-store/#ref-for-dom-extendablecookiechangeevent-changed%E2%91%A0", "https://wicg.github.io/cookie-store/#ref-for-dom-extendablecookiechangeevent-deleted%E2%91%A0", "https://wicg.github.io/cookie-store/#observable-changes", + "https://wicg.github.io/cookie-store/#infopanel-for-observable-changes", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-observable-changes", "https://wicg.github.io/cookie-store/#ref-for-ordered-set%E2%91%A0", "https://wicg.github.io/cookie-store/#ref-for-cookie-change", "https://wicg.github.io/cookie-store/#ref-for-cookie%E2%91%A4", "https://wicg.github.io/cookie-store/#ref-for-cookie-store%E2%91%A3", "https://wicg.github.io/cookie-store/#cookie-change", + "https://wicg.github.io/cookie-store/#infopanel-for-cookie-change", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cookie-change", "https://wicg.github.io/cookie-store/#ref-for-cookie%E2%91%A5", "https://wicg.github.io/cookie-store/#ref-for-cookie%E2%91%A6", "https://wicg.github.io/cookie-store/#ref-for-cookie%E2%91%A7", @@ -755,6 +913,8 @@ "https://wicg.github.io/cookie-store/#ref-for-cookie%E2%91%A0%E2%93%AA", "https://wicg.github.io/cookie-store/#ref-for-cookie%E2%91%A0%E2%91%A0", "https://wicg.github.io/cookie-store/#fire-a-change-event", + "https://wicg.github.io/cookie-store/#infopanel-for-fire-a-change-event", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-fire-a-change-event", "https://wicg.github.io/cookie-store/#ref-for-concept-event-create", "https://wicg.github.io/cookie-store/#ref-for-cookiechangeevent%E2%91%A1", "https://wicg.github.io/cookie-store/#ref-for-dom-event-type", @@ -765,6 +925,8 @@ "https://wicg.github.io/cookie-store/#ref-for-dom-cookiechangeevent-deleted%E2%91%A0", "https://wicg.github.io/cookie-store/#ref-for-concept-event-dispatch%E2%91%A1", "https://wicg.github.io/cookie-store/#prepare-lists", + "https://wicg.github.io/cookie-store/#infopanel-for-prepare-lists", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-prepare-lists", "https://wicg.github.io/cookie-store/#ref-for-list%E2%91%A3", "https://wicg.github.io/cookie-store/#ref-for-list%E2%91%A4", "https://wicg.github.io/cookie-store/#ref-for-list-iterate%E2%91%A5", @@ -797,84 +959,243 @@ "https://wicg.github.io/cookie-store/#index", "https://wicg.github.io/cookie-store/#index-defined-here", "https://wicg.github.io/cookie-store/#index-defined-elsewhere", - "https://wicg.github.io/cookie-store/#term-for-event", - "https://wicg.github.io/cookie-store/#term-for-dictdef-eventinit", - "https://wicg.github.io/cookie-store/#term-for-eventtarget", - "https://wicg.github.io/cookie-store/#term-for-dom-event-bubbles", - "https://wicg.github.io/cookie-store/#term-for-dom-event-cancelable", - "https://wicg.github.io/cookie-store/#term-for-concept-event-create", - "https://wicg.github.io/cookie-store/#term-for-concept-event-dispatch", - "https://wicg.github.io/cookie-store/#term-for-concept-document", - "https://wicg.github.io/cookie-store/#term-for-dom-event-type", - "https://wicg.github.io/cookie-store/#term-for-sec-time-values-and-time-range", - "https://wicg.github.io/cookie-store/#term-for-utf-8-decode-without-bom", - "https://wicg.github.io/cookie-store/#term-for-utf-8-encode", - "https://wicg.github.io/cookie-store/#term-for-concept-fetch", - "https://wicg.github.io/cookie-store/#term-for-concept-request-window", - "https://wicg.github.io/cookie-store/#term-for-dom-epochtimestamp", - "https://wicg.github.io/cookie-store/#term-for-eventhandler", - "https://wicg.github.io/cookie-store/#term-for-window", - "https://wicg.github.io/cookie-store/#term-for-api-base-url", - "https://wicg.github.io/cookie-store/#term-for-dom-document-cookie", - "https://wicg.github.io/cookie-store/#term-for-concept-environment-creation-url", - "https://wicg.github.io/cookie-store/#term-for-current-global-object", - "https://wicg.github.io/cookie-store/#term-for-current-settings-object", - "https://wicg.github.io/cookie-store/#term-for-dom-manipulation-task-source", - "https://wicg.github.io/cookie-store/#term-for-dom-document-domain", - "https://wicg.github.io/cookie-store/#term-for-in-parallel", - "https://wicg.github.io/cookie-store/#term-for-non-secure-context", - "https://wicg.github.io/cookie-store/#term-for-concept-origin-opaque", - "https://wicg.github.io/cookie-store/#term-for-concept-origin", - "https://wicg.github.io/cookie-store/#term-for-queue-a-global-task", - "https://wicg.github.io/cookie-store/#term-for-relevant-settings-object", - "https://wicg.github.io/cookie-store/#term-for-dom-history-replacestate", - "https://wicg.github.io/cookie-store/#term-for-same-origin", - "https://wicg.github.io/cookie-store/#term-for-secure-context", - "https://wicg.github.io/cookie-store/#term-for-set-append", - "https://wicg.github.io/cookie-store/#term-for-iteration-break", - "https://wicg.github.io/cookie-store/#term-for-byte", - "https://wicg.github.io/cookie-store/#term-for-byte-sequence", - "https://wicg.github.io/cookie-store/#term-for-c0-control", - "https://wicg.github.io/cookie-store/#term-for-list-contain", - "https://wicg.github.io/cookie-store/#term-for-iteration-continue", - "https://wicg.github.io/cookie-store/#term-for-list-iterate", - "https://wicg.github.io/cookie-store/#term-for-list-is-empty", - "https://wicg.github.io/cookie-store/#term-for-list-item", - "https://wicg.github.io/cookie-store/#term-for-string-length", - "https://wicg.github.io/cookie-store/#term-for-list", - "https://wicg.github.io/cookie-store/#term-for-list-remove", - "https://wicg.github.io/cookie-store/#term-for-ordered-set", - "https://wicg.github.io/cookie-store/#term-for-tuple", - "https://wicg.github.io/cookie-store/#term-for-extendableevent", - "https://wicg.github.io/cookie-store/#term-for-dictdef-extendableeventinit", - "https://wicg.github.io/cookie-store/#term-for-serviceworkerglobalscope", - "https://wicg.github.io/cookie-store/#term-for-serviceworkerregistration", - "https://wicg.github.io/cookie-store/#term-for-fire-functional-event", - "https://wicg.github.io/cookie-store/#term-for-dfn-scope-url", - "https://wicg.github.io/cookie-store/#term-for-dfn-service-worker", - "https://wicg.github.io/cookie-store/#term-for-dfn-service-worker-registration", - "https://wicg.github.io/cookie-store/#term-for-concept-basic-url-parser", - "https://wicg.github.io/cookie-store/#term-for-concept-url-equals", - "https://wicg.github.io/cookie-store/#term-for-concept-url-host", - "https://wicg.github.io/cookie-store/#term-for-concept-url-origin", - "https://wicg.github.io/cookie-store/#term-for-idl-DOMException", - "https://wicg.github.io/cookie-store/#term-for-idl-DOMString", - "https://wicg.github.io/cookie-store/#term-for-Exposed", - "https://wicg.github.io/cookie-store/#term-for-idl-frozen-array", - "https://wicg.github.io/cookie-store/#term-for-idl-promise", - "https://wicg.github.io/cookie-store/#term-for-SameObject", - "https://wicg.github.io/cookie-store/#term-for-SecureContext", - "https://wicg.github.io/cookie-store/#term-for-securityerror", - "https://wicg.github.io/cookie-store/#term-for-exceptiondef-typeerror", - "https://wicg.github.io/cookie-store/#term-for-idl-USVString", - "https://wicg.github.io/cookie-store/#term-for-a-new-promise", - "https://wicg.github.io/cookie-store/#term-for-a-promise-rejected-with", - "https://wicg.github.io/cookie-store/#term-for-idl-boolean", - "https://wicg.github.io/cookie-store/#term-for-reject", - "https://wicg.github.io/cookie-store/#term-for-resolve", - "https://wicg.github.io/cookie-store/#term-for-idl-sequence", - "https://wicg.github.io/cookie-store/#term-for-this", - "https://wicg.github.io/cookie-store/#term-for-idl-undefined", + "https://wicg.github.io/cookie-store/#316772b0029bcc028521d2db08fd3717", + "https://wicg.github.io/cookie-store/#infopanel-for-316772b0029bcc028521d2db08fd3717", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-316772b0029bcc028521d2db08fd3717", + "https://wicg.github.io/cookie-store/#a41247dbf908b8c39ef1dea1be6618d3", + "https://wicg.github.io/cookie-store/#infopanel-for-a41247dbf908b8c39ef1dea1be6618d3", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-a41247dbf908b8c39ef1dea1be6618d3", + "https://wicg.github.io/cookie-store/#a6aa66e0075314e8eefa4e662cb40fbb", + "https://wicg.github.io/cookie-store/#infopanel-for-a6aa66e0075314e8eefa4e662cb40fbb", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-a6aa66e0075314e8eefa4e662cb40fbb", + "https://wicg.github.io/cookie-store/#da580abf5ce04ba74a073e32a09c604a", + "https://wicg.github.io/cookie-store/#infopanel-for-da580abf5ce04ba74a073e32a09c604a", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-da580abf5ce04ba74a073e32a09c604a", + "https://wicg.github.io/cookie-store/#d1e5ad0b4d19d58092ee3bf15f1bc555", + "https://wicg.github.io/cookie-store/#infopanel-for-d1e5ad0b4d19d58092ee3bf15f1bc555", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-d1e5ad0b4d19d58092ee3bf15f1bc555", + "https://wicg.github.io/cookie-store/#c61f62a5312ce36419c5f6fe20f0d28b", + "https://wicg.github.io/cookie-store/#infopanel-for-c61f62a5312ce36419c5f6fe20f0d28b", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-c61f62a5312ce36419c5f6fe20f0d28b", + "https://wicg.github.io/cookie-store/#177ada21f2ce8523f09c320a0409896f", + "https://wicg.github.io/cookie-store/#infopanel-for-177ada21f2ce8523f09c320a0409896f", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-177ada21f2ce8523f09c320a0409896f", + "https://wicg.github.io/cookie-store/#985c42e2af63b3e74bd3b70d55668fd4", + "https://wicg.github.io/cookie-store/#infopanel-for-985c42e2af63b3e74bd3b70d55668fd4", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-985c42e2af63b3e74bd3b70d55668fd4", + "https://wicg.github.io/cookie-store/#2c99fec23d0f906dbfe8224dc1915325", + "https://wicg.github.io/cookie-store/#infopanel-for-2c99fec23d0f906dbfe8224dc1915325", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-2c99fec23d0f906dbfe8224dc1915325", + "https://wicg.github.io/cookie-store/#74d3b207ebed963465048e472c9744bb", + "https://wicg.github.io/cookie-store/#infopanel-for-74d3b207ebed963465048e472c9744bb", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-74d3b207ebed963465048e472c9744bb", + "https://wicg.github.io/cookie-store/#e877283e03bb3ea91d8d6071dd884479", + "https://wicg.github.io/cookie-store/#infopanel-for-e877283e03bb3ea91d8d6071dd884479", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-e877283e03bb3ea91d8d6071dd884479", + "https://wicg.github.io/cookie-store/#6d5d566e8253ef89d86c65cb0387a368", + "https://wicg.github.io/cookie-store/#infopanel-for-6d5d566e8253ef89d86c65cb0387a368", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-6d5d566e8253ef89d86c65cb0387a368", + "https://wicg.github.io/cookie-store/#0bae0f8d0fc019614ef3bb69c15d5311", + "https://wicg.github.io/cookie-store/#infopanel-for-0bae0f8d0fc019614ef3bb69c15d5311", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-0bae0f8d0fc019614ef3bb69c15d5311", + "https://wicg.github.io/cookie-store/#0395c6c21ea99634e2e481b3d8a57fc5", + "https://wicg.github.io/cookie-store/#infopanel-for-0395c6c21ea99634e2e481b3d8a57fc5", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-0395c6c21ea99634e2e481b3d8a57fc5", + "https://wicg.github.io/cookie-store/#716703f1068cc638b4235f83154eff6c", + "https://wicg.github.io/cookie-store/#infopanel-for-716703f1068cc638b4235f83154eff6c", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-716703f1068cc638b4235f83154eff6c", + "https://wicg.github.io/cookie-store/#d1f0a86fd49be388d8b0159e241a1172", + "https://wicg.github.io/cookie-store/#infopanel-for-d1f0a86fd49be388d8b0159e241a1172", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-d1f0a86fd49be388d8b0159e241a1172", + "https://wicg.github.io/cookie-store/#c882bc89f1141c15f3f863244b6a9ef0", + "https://wicg.github.io/cookie-store/#infopanel-for-c882bc89f1141c15f3f863244b6a9ef0", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-c882bc89f1141c15f3f863244b6a9ef0", + "https://wicg.github.io/cookie-store/#47cac6013aef2815a6f57a6a42eaafce", + "https://wicg.github.io/cookie-store/#infopanel-for-47cac6013aef2815a6f57a6a42eaafce", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-47cac6013aef2815a6f57a6a42eaafce", + "https://wicg.github.io/cookie-store/#b3468b355b1c2ba8a5dda6d2bd791448", + "https://wicg.github.io/cookie-store/#infopanel-for-b3468b355b1c2ba8a5dda6d2bd791448", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-b3468b355b1c2ba8a5dda6d2bd791448", + "https://wicg.github.io/cookie-store/#6c23c1976c1702789d8f6e0dadba625f", + "https://wicg.github.io/cookie-store/#infopanel-for-6c23c1976c1702789d8f6e0dadba625f", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-6c23c1976c1702789d8f6e0dadba625f", + "https://wicg.github.io/cookie-store/#28eba21e7a3f0ed638ca9e61f2824175", + "https://wicg.github.io/cookie-store/#infopanel-for-28eba21e7a3f0ed638ca9e61f2824175", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-28eba21e7a3f0ed638ca9e61f2824175", + "https://wicg.github.io/cookie-store/#819da64c021c76d5b5101cd2634d02f7", + "https://wicg.github.io/cookie-store/#infopanel-for-819da64c021c76d5b5101cd2634d02f7", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-819da64c021c76d5b5101cd2634d02f7", + "https://wicg.github.io/cookie-store/#3b597d41857f5e9275bb5cdecc55e21e", + "https://wicg.github.io/cookie-store/#infopanel-for-3b597d41857f5e9275bb5cdecc55e21e", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-3b597d41857f5e9275bb5cdecc55e21e", + "https://wicg.github.io/cookie-store/#3a2763fcaa6bc82693554cf36780c0dd", + "https://wicg.github.io/cookie-store/#infopanel-for-3a2763fcaa6bc82693554cf36780c0dd", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-3a2763fcaa6bc82693554cf36780c0dd", + "https://wicg.github.io/cookie-store/#70c69bbcbd08b31b203829b89f9a4571", + "https://wicg.github.io/cookie-store/#infopanel-for-70c69bbcbd08b31b203829b89f9a4571", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-70c69bbcbd08b31b203829b89f9a4571", + "https://wicg.github.io/cookie-store/#23307d34220e7159f8e5d8c231db141f", + "https://wicg.github.io/cookie-store/#infopanel-for-23307d34220e7159f8e5d8c231db141f", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-23307d34220e7159f8e5d8c231db141f", + "https://wicg.github.io/cookie-store/#e66f9f7d45934e77669cb907bd0c7636", + "https://wicg.github.io/cookie-store/#infopanel-for-e66f9f7d45934e77669cb907bd0c7636", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-e66f9f7d45934e77669cb907bd0c7636", + "https://wicg.github.io/cookie-store/#a8756513b792b8f203588906035a13bb", + "https://wicg.github.io/cookie-store/#infopanel-for-a8756513b792b8f203588906035a13bb", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-a8756513b792b8f203588906035a13bb", + "https://wicg.github.io/cookie-store/#bfb9cb6617f81a424ab20212af73bae3", + "https://wicg.github.io/cookie-store/#infopanel-for-bfb9cb6617f81a424ab20212af73bae3", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-bfb9cb6617f81a424ab20212af73bae3", + "https://wicg.github.io/cookie-store/#83c4bcec10fb71570bd70dc41c82a7f9", + "https://wicg.github.io/cookie-store/#infopanel-for-83c4bcec10fb71570bd70dc41c82a7f9", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-83c4bcec10fb71570bd70dc41c82a7f9", + "https://wicg.github.io/cookie-store/#3bd07dd1ec2f367091cfd0df47c118a5", + "https://wicg.github.io/cookie-store/#infopanel-for-3bd07dd1ec2f367091cfd0df47c118a5", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-3bd07dd1ec2f367091cfd0df47c118a5", + "https://wicg.github.io/cookie-store/#613400696de3e8f8a5001430db03abe8", + "https://wicg.github.io/cookie-store/#infopanel-for-613400696de3e8f8a5001430db03abe8", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-613400696de3e8f8a5001430db03abe8", + "https://wicg.github.io/cookie-store/#fcfc8b0ed220faa237969aed00e2586d", + "https://wicg.github.io/cookie-store/#infopanel-for-fcfc8b0ed220faa237969aed00e2586d", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-fcfc8b0ed220faa237969aed00e2586d", + "https://wicg.github.io/cookie-store/#53c2c70bc752d6cf2a1f7deddc029549", + "https://wicg.github.io/cookie-store/#infopanel-for-53c2c70bc752d6cf2a1f7deddc029549", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-53c2c70bc752d6cf2a1f7deddc029549", + "https://wicg.github.io/cookie-store/#2889fa868b02a31759864aaf77f851d6", + "https://wicg.github.io/cookie-store/#infopanel-for-2889fa868b02a31759864aaf77f851d6", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-2889fa868b02a31759864aaf77f851d6", + "https://wicg.github.io/cookie-store/#cdb03558b0f65ab3070cce2226880331", + "https://wicg.github.io/cookie-store/#infopanel-for-cdb03558b0f65ab3070cce2226880331", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cdb03558b0f65ab3070cce2226880331", + "https://wicg.github.io/cookie-store/#6a3d87a2ff9ed36e37a82055f7e141de", + "https://wicg.github.io/cookie-store/#infopanel-for-6a3d87a2ff9ed36e37a82055f7e141de", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-6a3d87a2ff9ed36e37a82055f7e141de", + "https://wicg.github.io/cookie-store/#c492fdcc231955b313b58af102948bda", + "https://wicg.github.io/cookie-store/#infopanel-for-c492fdcc231955b313b58af102948bda", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-c492fdcc231955b313b58af102948bda", + "https://wicg.github.io/cookie-store/#eb75379b05abc264a531a791358e1eba", + "https://wicg.github.io/cookie-store/#infopanel-for-eb75379b05abc264a531a791358e1eba", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-eb75379b05abc264a531a791358e1eba", + "https://wicg.github.io/cookie-store/#ce9efec0e74a2cbfe986593eb861ade6", + "https://wicg.github.io/cookie-store/#infopanel-for-ce9efec0e74a2cbfe986593eb861ade6", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-ce9efec0e74a2cbfe986593eb861ade6", + "https://wicg.github.io/cookie-store/#8b9e78ceedde26e69095bd6f6cce47bf", + "https://wicg.github.io/cookie-store/#infopanel-for-8b9e78ceedde26e69095bd6f6cce47bf", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-8b9e78ceedde26e69095bd6f6cce47bf", + "https://wicg.github.io/cookie-store/#774d035c53e63931c91186473c19a838", + "https://wicg.github.io/cookie-store/#infopanel-for-774d035c53e63931c91186473c19a838", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-774d035c53e63931c91186473c19a838", + "https://wicg.github.io/cookie-store/#c783a9adeafb412d3bdeaeb1c6a29d96", + "https://wicg.github.io/cookie-store/#infopanel-for-c783a9adeafb412d3bdeaeb1c6a29d96", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-c783a9adeafb412d3bdeaeb1c6a29d96", + "https://wicg.github.io/cookie-store/#335490bb1d2b457652cfbb53548fddff", + "https://wicg.github.io/cookie-store/#infopanel-for-335490bb1d2b457652cfbb53548fddff", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-335490bb1d2b457652cfbb53548fddff", + "https://wicg.github.io/cookie-store/#81b03c84949641fc3081227509aab38f", + "https://wicg.github.io/cookie-store/#infopanel-for-81b03c84949641fc3081227509aab38f", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-81b03c84949641fc3081227509aab38f", + "https://wicg.github.io/cookie-store/#fafd38d2108e357bcc9a6fd7f3cd04a7", + "https://wicg.github.io/cookie-store/#infopanel-for-fafd38d2108e357bcc9a6fd7f3cd04a7", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-fafd38d2108e357bcc9a6fd7f3cd04a7", + "https://wicg.github.io/cookie-store/#fadc27e826887faf120674544589ae68", + "https://wicg.github.io/cookie-store/#infopanel-for-fadc27e826887faf120674544589ae68", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-fadc27e826887faf120674544589ae68", + "https://wicg.github.io/cookie-store/#5aa6e24324342f15a3c253ca6a002759", + "https://wicg.github.io/cookie-store/#infopanel-for-5aa6e24324342f15a3c253ca6a002759", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-5aa6e24324342f15a3c253ca6a002759", + "https://wicg.github.io/cookie-store/#decbbd3ee5a73b54e8e8996ce1fddbbc", + "https://wicg.github.io/cookie-store/#infopanel-for-decbbd3ee5a73b54e8e8996ce1fddbbc", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-decbbd3ee5a73b54e8e8996ce1fddbbc", + "https://wicg.github.io/cookie-store/#85f806b0c74102ca7dff9a8027ab74ec", + "https://wicg.github.io/cookie-store/#infopanel-for-85f806b0c74102ca7dff9a8027ab74ec", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-85f806b0c74102ca7dff9a8027ab74ec", + "https://wicg.github.io/cookie-store/#5a9ff579c3d15716de441a435a75335f", + "https://wicg.github.io/cookie-store/#infopanel-for-5a9ff579c3d15716de441a435a75335f", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-5a9ff579c3d15716de441a435a75335f", + "https://wicg.github.io/cookie-store/#5ff45f8d2f143fcd4995056a19575007", + "https://wicg.github.io/cookie-store/#infopanel-for-5ff45f8d2f143fcd4995056a19575007", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-5ff45f8d2f143fcd4995056a19575007", + "https://wicg.github.io/cookie-store/#90bdd52b37351d2bcaa621f2a534da8f", + "https://wicg.github.io/cookie-store/#infopanel-for-90bdd52b37351d2bcaa621f2a534da8f", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-90bdd52b37351d2bcaa621f2a534da8f", + "https://wicg.github.io/cookie-store/#467c547077d25c39e3a03ac5fb648bd1", + "https://wicg.github.io/cookie-store/#infopanel-for-467c547077d25c39e3a03ac5fb648bd1", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-467c547077d25c39e3a03ac5fb648bd1", + "https://wicg.github.io/cookie-store/#243ddeff004513cea363f5631845b187", + "https://wicg.github.io/cookie-store/#infopanel-for-243ddeff004513cea363f5631845b187", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-243ddeff004513cea363f5631845b187", + "https://wicg.github.io/cookie-store/#3fb87a9e0473a0511b3ee1d296e19260", + "https://wicg.github.io/cookie-store/#infopanel-for-3fb87a9e0473a0511b3ee1d296e19260", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-3fb87a9e0473a0511b3ee1d296e19260", + "https://wicg.github.io/cookie-store/#bc236ffcbd128e7fb9ed544a846f656a", + "https://wicg.github.io/cookie-store/#infopanel-for-bc236ffcbd128e7fb9ed544a846f656a", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-bc236ffcbd128e7fb9ed544a846f656a", + "https://wicg.github.io/cookie-store/#c987db82bff8391efc8df0e932e3e94f", + "https://wicg.github.io/cookie-store/#infopanel-for-c987db82bff8391efc8df0e932e3e94f", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-c987db82bff8391efc8df0e932e3e94f", + "https://wicg.github.io/cookie-store/#5b9002ce4e50806779e43fb14ee7a2de", + "https://wicg.github.io/cookie-store/#infopanel-for-5b9002ce4e50806779e43fb14ee7a2de", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-5b9002ce4e50806779e43fb14ee7a2de", + "https://wicg.github.io/cookie-store/#8135e1bba65282312a7812610e7057a1", + "https://wicg.github.io/cookie-store/#infopanel-for-8135e1bba65282312a7812610e7057a1", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-8135e1bba65282312a7812610e7057a1", + "https://wicg.github.io/cookie-store/#eb0e1698348a5ae30cd3aa882b6dff01", + "https://wicg.github.io/cookie-store/#infopanel-for-eb0e1698348a5ae30cd3aa882b6dff01", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-eb0e1698348a5ae30cd3aa882b6dff01", + "https://wicg.github.io/cookie-store/#0ab204fb9cc9a746edaff83c0db0740a", + "https://wicg.github.io/cookie-store/#infopanel-for-0ab204fb9cc9a746edaff83c0db0740a", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-0ab204fb9cc9a746edaff83c0db0740a", + "https://wicg.github.io/cookie-store/#d0f238a61de9310f1738a214749fab18", + "https://wicg.github.io/cookie-store/#infopanel-for-d0f238a61de9310f1738a214749fab18", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-d0f238a61de9310f1738a214749fab18", + "https://wicg.github.io/cookie-store/#dde049eb112f043fc45407ec0d4cb457", + "https://wicg.github.io/cookie-store/#infopanel-for-dde049eb112f043fc45407ec0d4cb457", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-dde049eb112f043fc45407ec0d4cb457", + "https://wicg.github.io/cookie-store/#30e8367dc9a547b9096d98ba691987d9", + "https://wicg.github.io/cookie-store/#infopanel-for-30e8367dc9a547b9096d98ba691987d9", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-30e8367dc9a547b9096d98ba691987d9", + "https://wicg.github.io/cookie-store/#93669c631ec1ef8e696b4c083bdbe12c", + "https://wicg.github.io/cookie-store/#infopanel-for-93669c631ec1ef8e696b4c083bdbe12c", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-93669c631ec1ef8e696b4c083bdbe12c", + "https://wicg.github.io/cookie-store/#f572762cd4679aeacd36722d99d2b741", + "https://wicg.github.io/cookie-store/#infopanel-for-f572762cd4679aeacd36722d99d2b741", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-f572762cd4679aeacd36722d99d2b741", + "https://wicg.github.io/cookie-store/#cdf224ec60dc3b08449a2fbdf3a90406", + "https://wicg.github.io/cookie-store/#infopanel-for-cdf224ec60dc3b08449a2fbdf3a90406", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cdf224ec60dc3b08449a2fbdf3a90406", + "https://wicg.github.io/cookie-store/#bfd589348b877ef78380edc0886321f0", + "https://wicg.github.io/cookie-store/#infopanel-for-bfd589348b877ef78380edc0886321f0", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-bfd589348b877ef78380edc0886321f0", + "https://wicg.github.io/cookie-store/#3f9c3eac015894a734faa8068fd8c2a1", + "https://wicg.github.io/cookie-store/#infopanel-for-3f9c3eac015894a734faa8068fd8c2a1", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-3f9c3eac015894a734faa8068fd8c2a1", + "https://wicg.github.io/cookie-store/#e270bcd7cdb4abe27bc3bb16a1975937", + "https://wicg.github.io/cookie-store/#infopanel-for-e270bcd7cdb4abe27bc3bb16a1975937", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-e270bcd7cdb4abe27bc3bb16a1975937", + "https://wicg.github.io/cookie-store/#bbe33fc7ac016834e4aaddbfd1b084a1", + "https://wicg.github.io/cookie-store/#infopanel-for-bbe33fc7ac016834e4aaddbfd1b084a1", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-bbe33fc7ac016834e4aaddbfd1b084a1", + "https://wicg.github.io/cookie-store/#cf8339c4a39778ea039900ab8a77d2fe", + "https://wicg.github.io/cookie-store/#infopanel-for-cf8339c4a39778ea039900ab8a77d2fe", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cf8339c4a39778ea039900ab8a77d2fe", + "https://wicg.github.io/cookie-store/#f8062b07e25ed0281f5cbfb9a54070b4", + "https://wicg.github.io/cookie-store/#infopanel-for-f8062b07e25ed0281f5cbfb9a54070b4", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-f8062b07e25ed0281f5cbfb9a54070b4", + "https://wicg.github.io/cookie-store/#f7204c0306e7ffcb24c31adf6e629e1d", + "https://wicg.github.io/cookie-store/#infopanel-for-f7204c0306e7ffcb24c31adf6e629e1d", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-f7204c0306e7ffcb24c31adf6e629e1d", + "https://wicg.github.io/cookie-store/#f4f973f92274819781816b033aea1f11", + "https://wicg.github.io/cookie-store/#infopanel-for-f4f973f92274819781816b033aea1f11", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-f4f973f92274819781816b033aea1f11", + "https://wicg.github.io/cookie-store/#38ab7db52e46bed36993204c29f67202", + "https://wicg.github.io/cookie-store/#infopanel-for-38ab7db52e46bed36993204c29f67202", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-38ab7db52e46bed36993204c29f67202", + "https://wicg.github.io/cookie-store/#be0933df03cd63338f98de217c4158c7", + "https://wicg.github.io/cookie-store/#infopanel-for-be0933df03cd63338f98de217c4158c7", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-be0933df03cd63338f98de217c4158c7", + "https://wicg.github.io/cookie-store/#cee863f1f2ec91066cfb7f5d309d59dc", + "https://wicg.github.io/cookie-store/#infopanel-for-cee863f1f2ec91066cfb7f5d309d59dc", + "https://wicg.github.io/cookie-store/#infopaneltitle-for-cee863f1f2ec91066cfb7f5d309d59dc", "https://wicg.github.io/cookie-store/#references", "https://wicg.github.io/cookie-store/#normative", "https://wicg.github.io/cookie-store/#biblio-dom", diff --git a/ed/ids/css-align-3.json b/ed/ids/css-align-3.json index c2ce99f36972..a679526ee3e0 100644 --- a/ed/ids/css-align-3.json +++ b/ed/ids/css-align-3.json @@ -577,11 +577,11 @@ "https://drafts.csswg.org/css-align-3/#ref-for-main-axis%E2%91%A1", "https://drafts.csswg.org/css-align-3/#ref-for-main-axis%E2%91%A2", "https://drafts.csswg.org/css-align-3/#ref-for-propdef-flex", - "https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-self-stretch", + "https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-stretch", "https://drafts.csswg.org/css-align-3/#ref-for-valdef-self-position-flex-start%E2%91%A4", "https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-content-normal%E2%91%A6", "https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-content-normal%E2%91%A7", - "https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-self-stretch%E2%91%A0", + "https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-stretch%E2%91%A0", "https://drafts.csswg.org/css-align-3/#distribution-grid", "https://drafts.csswg.org/css-align-3/#ref-for-alignment-container%E2%91%A2%E2%91%A1", "https://drafts.csswg.org/css-align-3/#ref-for-grid-container%E2%91%A2", @@ -693,7 +693,7 @@ "https://drafts.csswg.org/css-align-3/#ref-for-baseline-alignment-preference%E2%91%A2", "https://drafts.csswg.org/css-align-3/#ref-for-margin", "https://drafts.csswg.org/css-align-3/#ref-for-self-alignment-properties%E2%91%A1", - "https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-self-stretch%E2%91%A1", + "https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-self-stretch", "https://drafts.csswg.org/css-align-3/#ref-for-valdef-self-position-self-start%E2%91%A3", "https://drafts.csswg.org/css-align-3/#ref-for-css-end%E2%91%A0", "https://drafts.csswg.org/css-align-3/#ref-for-margin%E2%91%A0", @@ -772,12 +772,12 @@ "https://drafts.csswg.org/css-align-3/#ref-for-first-baseline-set%E2%91%A0", "https://drafts.csswg.org/css-align-3/#ref-for-last-baseline-set%E2%91%A0", "https://drafts.csswg.org/css-align-3/#ref-for-baseline-content-alignment%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-stretch", + "https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-stretch%E2%91%A1", "https://drafts.csswg.org/css-align-3/#ref-for-typedef-baseline-position%E2%91%A3", "https://drafts.csswg.org/css-align-3/#ref-for-baseline-self-alignment%E2%91%A3", "https://drafts.csswg.org/css-align-3/#ref-for-typedef-overflow-position%E2%91%A4", "https://drafts.csswg.org/css-align-3/#ref-for-typedef-self-position%E2%91%A2", - "https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-stretch%E2%91%A0", + "https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-stretch%E2%91%A2", "https://drafts.csswg.org/css-align-3/#ref-for-propdef-width%E2%91%A0", "https://drafts.csswg.org/css-align-3/#ref-for-propdef-height%E2%91%A0", "https://drafts.csswg.org/css-align-3/#ref-for-valdef-width-auto%E2%91%A0", @@ -830,11 +830,11 @@ "https://drafts.csswg.org/css-align-3/#ref-for-valdef-width-auto%E2%91%A1", "https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-normal%E2%91%A4", "https://drafts.csswg.org/css-align-3/#ref-for-self-alignment-properties%E2%91%A5", - "https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-stretch%E2%91%A1", + "https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-stretch%E2%91%A3", "https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-normal%E2%91%A5", "https://drafts.csswg.org/css-align-3/#ref-for-fit-content-size", "https://drafts.csswg.org/css-align-3/#ref-for-valdef-width-auto%E2%91%A2", - "https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-stretch%E2%91%A2", + "https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-stretch%E2%91%A4", "https://drafts.csswg.org/css-align-3/#ref-for-valdef-top-auto%E2%91%A2", "https://drafts.csswg.org/css-align-3/#ref-for-propdef-justify-self%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-align-3/#ref-for-valdef-top-auto%E2%91%A3", @@ -859,7 +859,7 @@ "https://drafts.csswg.org/css-align-3/#ref-for-writing-mode%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-align-3/#ref-for-grid-item%E2%91%A4", "https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-normal%E2%91%A6", - "https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-stretch%E2%91%A3", + "https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-stretch%E2%91%A5", "https://drafts.csswg.org/css-align-3/#ref-for-non-replaced%E2%91%A2", "https://drafts.csswg.org/css-align-3/#ref-for-valdef-self-position-start%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-align-3/#ref-for-replaced-element", @@ -933,11 +933,11 @@ "https://drafts.csswg.org/css-align-3/#ref-for-valdef-width-auto%E2%91%A3", "https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-self-normal%E2%91%A3", "https://drafts.csswg.org/css-align-3/#ref-for-self-alignment-properties%E2%91%A6", - "https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-stretch%E2%91%A4", + "https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-stretch%E2%91%A6", "https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-normal%E2%91%A7", "https://drafts.csswg.org/css-align-3/#ref-for-fit-content-size%E2%91%A0", "https://drafts.csswg.org/css-align-3/#ref-for-valdef-width-auto%E2%91%A4", - "https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-stretch%E2%91%A5", + "https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-stretch%E2%91%A7", "https://drafts.csswg.org/css-align-3/#ref-for-valdef-top-auto%E2%91%A6", "https://drafts.csswg.org/css-align-3/#ref-for-propdef-align-self%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-align-3/#ref-for-valdef-top-auto%E2%91%A7", @@ -957,7 +957,7 @@ "https://drafts.csswg.org/css-align-3/#ref-for-writing-mode%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-align-3/#ref-for-flex-item%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-self-normal%E2%91%A4", - "https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-self-stretch%E2%91%A2", + "https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-self-stretch%E2%91%A0", "https://drafts.csswg.org/css-align-3/#align-grid", "https://drafts.csswg.org/css-align-3/#ref-for-propdef-align-self%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-align-3/#ref-for-block-axis%E2%91%A0%E2%91%A2", @@ -971,7 +971,7 @@ "https://drafts.csswg.org/css-align-3/#ref-for-writing-mode%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-align-3/#ref-for-grid-item%E2%91%A7", "https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-self-normal%E2%91%A5", - "https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-stretch%E2%91%A6", + "https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-stretch%E2%91%A8", "https://drafts.csswg.org/css-align-3/#ref-for-non-replaced%E2%91%A3", "https://drafts.csswg.org/css-align-3/#ref-for-valdef-self-position-start%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-align-3/#ref-for-replaced-element%E2%91%A0", @@ -1485,7 +1485,7 @@ "https://drafts.csswg.org/css-align-3/#ref-for-propdef-align-self%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-align-3/#ref-for-propdef-align-content%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-align-3/#ref-for-valdef-self-position-end%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-self-stretch%E2%91%A3", + "https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-self-stretch%E2%91%A1", "https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-last-baseline%E2%91%A8", "https://drafts.csswg.org/css-align-3/#ref-for-typedef-baseline-position%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-align-3/#ref-for-propdef-justify-content%E2%91%A1%E2%91%A3", diff --git a/ed/ids/css-backgrounds-4.json b/ed/ids/css-backgrounds-4.json index d17629440a52..96074e01e74c 100644 --- a/ed/ids/css-backgrounds-4.json +++ b/ed/ids/css-backgrounds-4.json @@ -188,14 +188,64 @@ "https://drafts.csswg.org/css-backgrounds-4/#corners", "https://drafts.csswg.org/css-backgrounds-4/#corner-sizing", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-radius", - "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-radius", - "https://drafts.csswg.org/css-backgrounds-4/#infopanel-for-propdef-border-radius", - "https://drafts.csswg.org/css-backgrounds-4/#infopaneltitle-for-propdef-border-radius", + "https://drafts.csswg.org/css-backgrounds-4/#corner-sizing-side-shorthands", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-top-radius", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-right-radius", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-bottom-radius", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-left-radius", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-block-start-radius", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-block-end-radius", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-inline-start-radius", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-inline-end-radius", + "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-top-radius", + "https://drafts.csswg.org/css-backgrounds-4/#infopanel-for-propdef-border-top-radius", + "https://drafts.csswg.org/css-backgrounds-4/#infopaneltitle-for-propdef-border-top-radius", + "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-right-radius", + "https://drafts.csswg.org/css-backgrounds-4/#infopanel-for-propdef-border-right-radius", + "https://drafts.csswg.org/css-backgrounds-4/#infopaneltitle-for-propdef-border-right-radius", + "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-bottom-radius", + "https://drafts.csswg.org/css-backgrounds-4/#infopanel-for-propdef-border-bottom-radius", + "https://drafts.csswg.org/css-backgrounds-4/#infopaneltitle-for-propdef-border-bottom-radius", + "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-left-radius", + "https://drafts.csswg.org/css-backgrounds-4/#infopanel-for-propdef-border-left-radius", + "https://drafts.csswg.org/css-backgrounds-4/#infopaneltitle-for-propdef-border-left-radius", + "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-block-start-radius", + "https://drafts.csswg.org/css-backgrounds-4/#infopanel-for-propdef-border-block-start-radius", + "https://drafts.csswg.org/css-backgrounds-4/#infopaneltitle-for-propdef-border-block-start-radius", + "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-block-end-radius", + "https://drafts.csswg.org/css-backgrounds-4/#infopanel-for-propdef-border-block-end-radius", + "https://drafts.csswg.org/css-backgrounds-4/#infopaneltitle-for-propdef-border-block-end-radius", + "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-inline-start-radius", + "https://drafts.csswg.org/css-backgrounds-4/#infopanel-for-propdef-border-inline-start-radius", + "https://drafts.csswg.org/css-backgrounds-4/#infopaneltitle-for-propdef-border-inline-start-radius", + "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-inline-end-radius", + "https://drafts.csswg.org/css-backgrounds-4/#infopanel-for-propdef-border-inline-end-radius", + "https://drafts.csswg.org/css-backgrounds-4/#infopaneltitle-for-propdef-border-inline-end-radius", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-mult-num-range%E2%91%A0", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-mult-num-range%E2%91%A1", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-mult-opt%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-border-box", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-top-radius%E2%91%A0", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-right-radius%E2%91%A0", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-bottom-radius%E2%91%A0", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-left-radius%E2%91%A0", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-block-start-radius%E2%91%A0", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-block-end-radius%E2%91%A0", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-inline-start-radius%E2%91%A0", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-inline-end-radius%E2%91%A0", + "https://drafts.csswg.org/css-backgrounds-4/#issue-b519ccb7", + "https://drafts.csswg.org/css-backgrounds-4/#corner-sizing-shorthand", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-radius%E2%91%A0", + "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-radius", + "https://drafts.csswg.org/css-backgrounds-4/#infopanel-for-propdef-border-radius", + "https://drafts.csswg.org/css-backgrounds-4/#infopaneltitle-for-propdef-border-radius", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-mult-num-range%E2%91%A2", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-mult-num-range%E2%91%A3", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-mult-opt%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-collapse", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-valdef-text-space-collapse-collapse", "https://drafts.csswg.org/css-backgrounds-4/#corner-shaping", @@ -204,7 +254,7 @@ "https://drafts.csswg.org/css-backgrounds-4/#infopanel-for-propdef-corner-shape", "https://drafts.csswg.org/css-backgrounds-4/#infopaneltitle-for-propdef-corner-shape", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A3%E2%91%A7", - "https://drafts.csswg.org/css-backgrounds-4/#ref-for-mult-num-range%E2%91%A2", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-mult-num-range%E2%91%A4", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-collapse%E2%91%A0", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-valdef-text-space-collapse-collapse%E2%91%A0", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-corner-shape%E2%91%A1", @@ -217,7 +267,7 @@ "https://drafts.csswg.org/css-backgrounds-4/#infopanel-for-valdef-corner-shape-angle", "https://drafts.csswg.org/css-backgrounds-4/#infopaneltitle-for-valdef-corner-shape-angle", "https://drafts.csswg.org/css-backgrounds-4/#example-bdf759ac", - "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-radius%E2%91%A0", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-radius%E2%91%A1", "https://drafts.csswg.org/css-backgrounds-4/#issue-7e583689", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-funcdef-cubic-bezier-easing-function-cubic-bezier", "https://drafts.csswg.org/css-backgrounds-4/#corners-shorthand", @@ -227,14 +277,14 @@ "https://drafts.csswg.org/css-backgrounds-4/#infopaneltitle-for-propdef-corners", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-corner-shape%E2%91%A2", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-any", - "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-radius%E2%91%A1", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-radius%E2%91%A2", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-corners%E2%91%A0", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-corner-shape%E2%91%A3", - "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-radius%E2%91%A2", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-radius%E2%91%A3", "https://drafts.csswg.org/css-backgrounds-4/#example-1d63f029", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-corner-shape%E2%91%A4", "https://drafts.csswg.org/css-backgrounds-4/#example-b1757c6a", - "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-radius%E2%91%A3", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-radius%E2%91%A4", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-corners%E2%91%A1", "https://drafts.csswg.org/css-backgrounds-4/#partial-borders", "https://drafts.csswg.org/css-backgrounds-4/#issue-76b7fb28", @@ -245,13 +295,13 @@ "https://drafts.csswg.org/css-backgrounds-4/#infopaneltitle-for-propdef-border-limit", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A3%E2%91%A8", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A4%E2%93%AA", - "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-backgrounds-4/#ref-for-mult-opt%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-mult-opt%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A4%E2%91%A0", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A4%E2%91%A1", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A4%E2%91%A2", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A4%E2%91%A3", - "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-length-percentage%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-collapse%E2%91%A1", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-valdef-text-space-collapse-collapse%E2%91%A1", "https://drafts.csswg.org/css-backgrounds-4/#valdef-border-limit-sides", @@ -291,12 +341,12 @@ "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-clip-bottom", "https://drafts.csswg.org/css-backgrounds-4/#propdef-border-clip-left", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A4%E2%91%A4", - "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-length-percentage%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-comb-one%E2%91%A4%E2%91%A5", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-flex", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-mult-one-plus", "https://drafts.csswg.org/css-backgrounds-4/#issue-3b47c92d", - "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-length-percentage%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-typedef-length-percentage%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-valdef-flex-fr", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-clip%E2%91%A1", "https://drafts.csswg.org/css-backgrounds-4/#example-95b349db", @@ -329,6 +379,9 @@ "https://drafts.csswg.org/css-backgrounds-4/#index", "https://drafts.csswg.org/css-backgrounds-4/#index-defined-here", "https://drafts.csswg.org/css-backgrounds-4/#index-defined-elsewhere", + "https://drafts.csswg.org/css-backgrounds-4/#7e7022f72f85b3dfd88e39398b3c14b3", + "https://drafts.csswg.org/css-backgrounds-4/#infopanel-for-7e7022f72f85b3dfd88e39398b3c14b3", + "https://drafts.csswg.org/css-backgrounds-4/#infopaneltitle-for-7e7022f72f85b3dfd88e39398b3c14b3", "https://drafts.csswg.org/css-backgrounds-4/#c765f30a951c0cdde2f4fa2514f91944", "https://drafts.csswg.org/css-backgrounds-4/#infopanel-for-c765f30a951c0cdde2f4fa2514f91944", "https://drafts.csswg.org/css-backgrounds-4/#infopaneltitle-for-c765f30a951c0cdde2f4fa2514f91944", @@ -418,18 +471,26 @@ "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-background-position-inline%E2%91%A1", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-background-position-x%E2%91%A1", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-background-position-y%E2%91%A1", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-block-end-radius%E2%91%A1", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-block-start-radius%E2%91%A1", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-bottom-color", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-bottom-radius%E2%91%A1", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-clip%E2%91%A2", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-clip-bottom", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-clip-left", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-clip-right", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-clip-top", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-color%E2%91%A2", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-inline-end-radius%E2%91%A1", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-inline-start-radius%E2%91%A1", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-left-color", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-left-radius%E2%91%A1", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-limit%E2%91%A0", - "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-radius%E2%91%A4", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-radius%E2%91%A5", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-right-color", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-right-radius%E2%91%A1", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-top-color", + "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-border-top-radius%E2%91%A1", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-corner-shape%E2%91%A6", "https://drafts.csswg.org/css-backgrounds-4/#ref-for-propdef-corners%E2%91%A2", "https://drafts.csswg.org/css-backgrounds-4/#issues-index", diff --git a/ed/ids/css-cascade-4.json b/ed/ids/css-cascade-4.json index 07a8eee5eefb..b71273fde8a6 100644 --- a/ed/ids/css-cascade-4.json +++ b/ed/ids/css-cascade-4.json @@ -19,6 +19,9 @@ "https://drafts.csswg.org/css-cascade-4/#contents", "https://drafts.csswg.org/css-cascade-4/#intro", "https://drafts.csswg.org/css-cascade-4/#css-property", + "https://drafts.csswg.org/css-cascade-4/#infopanel-for-css-property", + "https://drafts.csswg.org/css-cascade-4/#infopaneltitle-for-css-property", + "https://drafts.csswg.org/css-cascade-4/#ref-for-css-property", "https://drafts.csswg.org/css-cascade-4/#ref-for-propdef-color", "https://drafts.csswg.org/css-cascade-4/#ref-for-propdef-font-size", "https://drafts.csswg.org/css-cascade-4/#ref-for-propdef-border-style", @@ -68,6 +71,7 @@ "https://drafts.csswg.org/css-cascade-4/#ref-for-mult-opt%E2%91%A0", "https://drafts.csswg.org/css-cascade-4/#ref-for-url-value%E2%91%A0", "https://drafts.csswg.org/css-cascade-4/#ref-for-string-value%E2%91%A0", + "https://drafts.csswg.org/css-cascade-4/#ref-for-typedef-import-conditions%E2%91%A0", "https://drafts.csswg.org/css-cascade-4/#ref-for-import-conditions", "https://drafts.csswg.org/css-cascade-4/#example-05c74581", "https://drafts.csswg.org/css-cascade-4/#ref-for-propdef-display", @@ -577,6 +581,9 @@ "https://drafts.csswg.org/css-cascade-4/#ref-for-shorthand-property%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-cascade-4/#default", "https://drafts.csswg.org/css-cascade-4/#ref-for-valdef-all-revert%E2%91%A2", + "https://drafts.csswg.org/css-cascade-4/#valdef-all-revert", + "https://drafts.csswg.org/css-cascade-4/#infopanel-for-valdef-all-revert", + "https://drafts.csswg.org/css-cascade-4/#infopaneltitle-for-valdef-all-revert", "https://drafts.csswg.org/css-cascade-4/#ref-for-css-wide-keywords%E2%91%A4", "https://drafts.csswg.org/css-cascade-4/#ref-for-cascaded-value%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-cascade-4/#ref-for-origin%E2%91%A8", @@ -614,6 +621,7 @@ "https://drafts.csswg.org/css-cascade-4/#change-2020-applies-to", "https://drafts.csswg.org/css-cascade-4/#ref-for-apply%E2%91%A1", "https://drafts.csswg.org/css-cascade-4/#change-2020-properties", + "https://drafts.csswg.org/css-cascade-4/#ref-for-css-property%E2%91%A0", "https://drafts.csswg.org/css-cascade-4/#change-2020-disconnected", "https://drafts.csswg.org/css-cascade-4/#ref-for-connected%E2%91%A0", "https://drafts.csswg.org/css-cascade-4/#ref-for-flat-tree%E2%91%A2", @@ -732,9 +740,6 @@ "https://drafts.csswg.org/css-cascade-4/#216e51db3861c71c7c60843cbcf1ca35", "https://drafts.csswg.org/css-cascade-4/#infopanel-for-216e51db3861c71c7c60843cbcf1ca35", "https://drafts.csswg.org/css-cascade-4/#infopaneltitle-for-216e51db3861c71c7c60843cbcf1ca35", - "https://drafts.csswg.org/css-cascade-4/#570e17232283a1a2f8fbf933ea335f5e", - "https://drafts.csswg.org/css-cascade-4/#infopanel-for-570e17232283a1a2f8fbf933ea335f5e", - "https://drafts.csswg.org/css-cascade-4/#infopaneltitle-for-570e17232283a1a2f8fbf933ea335f5e", "https://drafts.csswg.org/css-cascade-4/#e5324a3fbe0b5366ba54306861186f87", "https://drafts.csswg.org/css-cascade-4/#infopanel-for-e5324a3fbe0b5366ba54306861186f87", "https://drafts.csswg.org/css-cascade-4/#infopaneltitle-for-e5324a3fbe0b5366ba54306861186f87", @@ -1012,7 +1017,6 @@ "https://drafts.csswg.org/css-cascade-4/#normative", "https://drafts.csswg.org/css-cascade-4/#biblio-css-animations-1", "https://drafts.csswg.org/css-cascade-4/#biblio-css-backgrounds-3", - "https://drafts.csswg.org/css-cascade-4/#biblio-css-cascade-5", "https://drafts.csswg.org/css-cascade-4/#biblio-css-color-4", "https://drafts.csswg.org/css-cascade-4/#biblio-css-conditional-3", "https://drafts.csswg.org/css-cascade-4/#biblio-css-conditional-5", diff --git a/ed/ids/css-cascade-6.json b/ed/ids/css-cascade-6.json index 3421e6639528..ed03e985fb10 100644 --- a/ed/ids/css-cascade-6.json +++ b/ed/ids/css-cascade-6.json @@ -146,105 +146,135 @@ "https://drafts.csswg.org/css-cascade-6/#infopanel-for-scope", "https://drafts.csswg.org/css-cascade-6/#infopaneltitle-for-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/#infopanel-for-typedef-scope-start", - "https://drafts.csswg.org/css-cascade-6/#infopaneltitle-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-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/#infopanel-for-typedef-scope-end", - "https://drafts.csswg.org/css-cascade-6/#infopaneltitle-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-typedef-scope-end%E2%91%A0", - "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-limit", + "https://drafts.csswg.org/css-cascade-6/#ref-for-boundary-point-node", "https://drafts.csswg.org/css-cascade-6/#scoping-limit", "https://drafts.csswg.org/css-cascade-6/#infopanel-for-scoping-limit", "https://drafts.csswg.org/css-cascade-6/#infopaneltitle-for-scoping-limit", - "https://drafts.csswg.org/css-cascade-6/#ref-for-scoped-selector%E2%91%A0", - "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-limit%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#in-scope", + "https://drafts.csswg.org/css-cascade-6/#infopanel-for-in-scope", + "https://drafts.csswg.org/css-cascade-6/#infopaneltitle-for-in-scope", + "https://drafts.csswg.org/css-cascade-6/#ref-for-concept-tree-inclusive-descendant", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-concept-tree-inclusive-descendant%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-limit", + "https://drafts.csswg.org/css-cascade-6/#ref-for-in-scope", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-pseudo", + "https://drafts.csswg.org/css-cascade-6/#ref-for-selector-subject", "https://drafts.csswg.org/css-cascade-6/#ref-for-scope%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-scoping-limit%E2%91%A1", - "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-limit%E2%91%A2", - "https://drafts.csswg.org/css-cascade-6/#ref-for-scope%E2%91%A1", - "https://drafts.csswg.org/css-cascade-6/#ref-for-pseudo-element", - "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A2", - "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-limit%E2%91%A3", - "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%A1", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope", "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/#ref-for-scope%E2%91%A1", "https://drafts.csswg.org/css-cascade-6/#example-40f46a5e", "https://drafts.csswg.org/css-cascade-6/#example-b0418ef2", - "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-limit%E2%91%A4", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-limit%E2%91%A0", "https://drafts.csswg.org/css-cascade-6/#issue-acd126a1", - "https://drafts.csswg.org/css-cascade-6/#ref-for-scoped-selector%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoped-selector", "https://drafts.csswg.org/css-cascade-6/#example-132cb7e9", - "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-limit%E2%91%A5", - "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-pseudo", - "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A3", - "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-limit%E2%91%A6", - "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A4", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-limit%E2%91%A1", "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-pseudo%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-scoping-limit%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-pseudo%E2%91%A1", "https://drafts.csswg.org/css-cascade-6/#scope-atrule", - "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A0", "https://drafts.csswg.org/css-cascade-6/#at-ruledef-scope", "https://drafts.csswg.org/css-cascade-6/#infopanel-for-at-ruledef-scope", "https://drafts.csswg.org/css-cascade-6/#infopaneltitle-for-at-ruledef-scope", "https://drafts.csswg.org/css-cascade-6/#ref-for-block-at-rule", "https://drafts.csswg.org/css-cascade-6/#ref-for-weak-scoping-proximity%E2%91%A1", - "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A5", - "https://drafts.csswg.org/css-cascade-6/#ref-for-selector-subject", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#ref-for-selector-subject%E2%91%A0", "https://drafts.csswg.org/css-cascade-6/#issue-fa1297bb", - "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A1", "https://drafts.csswg.org/css-cascade-6/#ref-for-strong-scoping-proximity%E2%91%A1", "https://drafts.csswg.org/css-cascade-6/#ref-for-weak-scoping-proximity%E2%91%A2", - "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A1", - "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-start%E2%91%A3", - "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-end%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-start", "https://drafts.csswg.org/css-cascade-6/#ref-for-mult-opt", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-end", + "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-scope%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#typedef-scope-start", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-start%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#infopanel-for-typedef-scope-start", + "https://drafts.csswg.org/css-cascade-6/#infopaneltitle-for-typedef-scope-start", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-forgiving-selector-list", + "https://drafts.csswg.org/css-cascade-6/#typedef-scope-end", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-end%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#infopanel-for-typedef-scope-end", + "https://drafts.csswg.org/css-cascade-6/#infopaneltitle-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-at-ruledef-scope%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-start%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#explicit-scopes", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-start%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A4", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#ref-for-in-scope%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-end%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A5", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-pseudo%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-limit%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#ref-for-pseudo-element", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A6", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-limit%E2%91%A4", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-start%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-end%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A4", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-start%E2%91%A4", + "https://drafts.csswg.org/css-cascade-6/#implicit-scope", + "https://drafts.csswg.org/css-cascade-6/#infopanel-for-implicit-scope", + "https://drafts.csswg.org/css-cascade-6/#infopaneltitle-for-implicit-scope", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A7", + "https://drafts.csswg.org/css-cascade-6/#ref-for-parent-element", + "https://drafts.csswg.org/css-cascade-6/#ref-for-cssstyledeclaration-owner-node", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A5", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A8", + "https://drafts.csswg.org/css-cascade-6/#ref-for-concept-tree-root", + "https://drafts.csswg.org/css-cascade-6/#ref-for-concept-node-tree", + "https://drafts.csswg.org/css-cascade-6/#ref-for-in-scope%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-end%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-pseudo%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-limit%E2%91%A5", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A6", "https://drafts.csswg.org/css-cascade-6/#ref-for-at-rule", "https://drafts.csswg.org/css-cascade-6/#ref-for-style-rule", "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-stylesheet%E2%91%A0", - "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%A3", - "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A6", + "https://drafts.csswg.org/css-cascade-6/#ref-for-in-scope%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#ref-for-selector-subject%E2%91%A1", "https://drafts.csswg.org/css-cascade-6/#ref-for-complex", - "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-start%E2%91%A5", "https://drafts.csswg.org/css-cascade-6/#ref-for-matches-pseudo", "https://drafts.csswg.org/css-cascade-6/#ref-for-cascade", "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-proximity", - "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A7", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-cascade-6/#example-3ce03b63", "https://drafts.csswg.org/css-cascade-6/#ref-for-the-img-element", "https://drafts.csswg.org/css-cascade-6/#example-463550a5", - "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A3", - "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A8", - "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A4", - "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A5", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A7", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A8", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-cascade-6/#ref-for-scope%E2%91%A4", - "https://drafts.csswg.org/css-cascade-6/#ref-for-scoped-selector%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoped-selector%E2%91%A0", "https://drafts.csswg.org/css-cascade-6/#ref-for-at-rule%E2%91%A0", "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-keyframes", "https://drafts.csswg.org/css-cascade-6/#ref-for-at-font-face-rule", "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-layer", - "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A6", - "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A7", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-cascade-6/#scope-combinator", "https://drafts.csswg.org/css-cascade-6/#scoped-descendant-combinator", "https://drafts.csswg.org/css-cascade-6/#infopanel-for-scoped-descendant-combinator", "https://drafts.csswg.org/css-cascade-6/#infopaneltitle-for-scoped-descendant-combinator", "https://drafts.csswg.org/css-cascade-6/#ref-for-descendant-combinator", "https://drafts.csswg.org/css-cascade-6/#ref-for-weak-scoping-proximity%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-pseudo%E2%91%A4", "https://drafts.csswg.org/css-cascade-6/#issue-311fc45b", "https://drafts.csswg.org/css-cascade-6/#ref-for-scoped-descendant-combinator", "https://drafts.csswg.org/css-cascade-6/#ref-for-descendant-combinator%E2%91%A0", @@ -257,15 +287,16 @@ "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A3", "https://drafts.csswg.org/css-cascade-6/#changes", "https://drafts.csswg.org/css-cascade-6/#changes-2022-08", + "https://drafts.csswg.org/css-cascade-6/#ref-for-implicit-scope", "https://drafts.csswg.org/css-cascade-6/#ref-for-pseudo-element%E2%91%A0", - "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A8", - "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-limit%E2%91%A7", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-limit%E2%91%A6", "https://drafts.csswg.org/css-cascade-6/#ref-for-scope%E2%91%A5", "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%A5", - "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-end%E2%91%A3", - "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A0%E2%93%AA", + "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-at-ruledef-scope%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-proximity%E2%91%A0", "https://drafts.csswg.org/css-cascade-6/#additions-l4", "https://drafts.csswg.org/css-cascade-6/#ref-for-cascade-layers%E2%91%A2", @@ -378,6 +409,24 @@ "https://drafts.csswg.org/css-cascade-6/#9c28cb6b71ca10fdc1cf5211593064ef", "https://drafts.csswg.org/css-cascade-6/#infopanel-for-9c28cb6b71ca10fdc1cf5211593064ef", "https://drafts.csswg.org/css-cascade-6/#infopaneltitle-for-9c28cb6b71ca10fdc1cf5211593064ef", + "https://drafts.csswg.org/css-cascade-6/#58eebe7653cf07a2aa54c8f3c5897297", + "https://drafts.csswg.org/css-cascade-6/#infopanel-for-58eebe7653cf07a2aa54c8f3c5897297", + "https://drafts.csswg.org/css-cascade-6/#infopaneltitle-for-58eebe7653cf07a2aa54c8f3c5897297", + "https://drafts.csswg.org/css-cascade-6/#023cea459b18d9c14efeabeacb966bbd", + "https://drafts.csswg.org/css-cascade-6/#infopanel-for-023cea459b18d9c14efeabeacb966bbd", + "https://drafts.csswg.org/css-cascade-6/#infopaneltitle-for-023cea459b18d9c14efeabeacb966bbd", + "https://drafts.csswg.org/css-cascade-6/#f89bf81e89d1487d0236c9740d7f7b85", + "https://drafts.csswg.org/css-cascade-6/#infopanel-for-f89bf81e89d1487d0236c9740d7f7b85", + "https://drafts.csswg.org/css-cascade-6/#infopaneltitle-for-f89bf81e89d1487d0236c9740d7f7b85", + "https://drafts.csswg.org/css-cascade-6/#20d6cb8678e8918d292a53472afd976c", + "https://drafts.csswg.org/css-cascade-6/#infopanel-for-20d6cb8678e8918d292a53472afd976c", + "https://drafts.csswg.org/css-cascade-6/#infopaneltitle-for-20d6cb8678e8918d292a53472afd976c", + "https://drafts.csswg.org/css-cascade-6/#e2bf2f94dbcb51e9619badf334cedd2f", + "https://drafts.csswg.org/css-cascade-6/#infopanel-for-e2bf2f94dbcb51e9619badf334cedd2f", + "https://drafts.csswg.org/css-cascade-6/#infopaneltitle-for-e2bf2f94dbcb51e9619badf334cedd2f", + "https://drafts.csswg.org/css-cascade-6/#cd37c4d3d03bfb78993ddcd7db947fa2", + "https://drafts.csswg.org/css-cascade-6/#infopanel-for-cd37c4d3d03bfb78993ddcd7db947fa2", + "https://drafts.csswg.org/css-cascade-6/#infopaneltitle-for-cd37c4d3d03bfb78993ddcd7db947fa2", "https://drafts.csswg.org/css-cascade-6/#ec3b2dc23a860db23f3f90223ec59b0a", "https://drafts.csswg.org/css-cascade-6/#infopanel-for-ec3b2dc23a860db23f3f90223ec59b0a", "https://drafts.csswg.org/css-cascade-6/#infopaneltitle-for-ec3b2dc23a860db23f3f90223ec59b0a", diff --git a/ed/ids/css-flexbox-1.json b/ed/ids/css-flexbox-1.json index c0a759c2f7b2..5a292f70c2e5 100644 --- a/ed/ids/css-flexbox-1.json +++ b/ed/ids/css-flexbox-1.json @@ -626,7 +626,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size-property%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A3", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A1", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#valdef-flex-basis-content", "https://drafts.csswg.org/css-flexbox-1/#infopanel-for-valdef-flex-basis-content", @@ -725,7 +725,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-width%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A1", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A2", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-width%E2%91%A0%E2%91%A2", @@ -1068,7 +1068,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%E2%91%A0", "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", @@ -1690,12 +1690,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%A2", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A1", + "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-valdef-align-items-auto%E2%91%A2", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A6", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A3", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A3", "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%A0", @@ -1801,7 +1801,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%A2", "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%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-width%E2%91%A1%E2%91%A1", @@ -1880,7 +1880,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%A5%E2%91%A1", "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%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-min-height%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-max-height%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A5", @@ -1970,9 +1970,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%A7", "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-valdef-align-items-auto%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A8", "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%A1", @@ -2098,9 +2098,9 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A7", "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%A0%E2%93%AA", "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-flex-basis-auto%E2%91%A3", "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%A0%E2%91%A8", @@ -2188,7 +2188,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size%E2%91%A4%E2%91%A1", "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-cross-size%E2%91%A5%E2%91%A2", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A7", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-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%A8%E2%93%AA", @@ -2235,7 +2235,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%A5", "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%A7", + "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", @@ -2253,17 +2253,17 @@ "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%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-propdef-left%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%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%91%A2", "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-static-position", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A0", + "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-flex-item%E2%91%A0%E2%91%A8%E2%91%A3", "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 cb7b2effec37..45c8bce42ed8 100644 --- a/ed/ids/css-fonts-4.json +++ b/ed/ids/css-fonts-4.json @@ -115,8 +115,8 @@ "https://drafts.csswg.org/css-fonts-4/#valdef-font-family-emoji", "https://drafts.csswg.org/css-fonts-4/#infopanel-for-valdef-font-family-emoji", "https://drafts.csswg.org/css-fonts-4/#infopaneltitle-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/#ref-for-valdef-font-variant-emoji-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", @@ -171,8 +171,6 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-number-value%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-css-invalid", "https://drafts.csswg.org/css-fonts-4/#valdef-font-weight-normal", - "https://drafts.csswg.org/css-fonts-4/#infopanel-for-valdef-font-weight-normal", - "https://drafts.csswg.org/css-fonts-4/#infopaneltitle-for-valdef-font-weight-normal", "https://drafts.csswg.org/css-fonts-4/#valdef-font-weight-bold", "https://drafts.csswg.org/css-fonts-4/#infopanel-for-valdef-font-weight-bold", "https://drafts.csswg.org/css-fonts-4/#infopaneltitle-for-valdef-font-weight-bold", @@ -796,7 +794,7 @@ "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-comb-one%E2%91%A6%E2%91%A4", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%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", @@ -829,14 +827,14 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-face-font-display-fallback%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#font-display-font-feature-values", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%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%A8", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A2", "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/#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%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%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/#ref-for-at-font-face-rule%E2%91%A4%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A4%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#descdef-font-feature-values-font-display", @@ -884,7 +882,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-ascent-metric", "https://drafts.csswg.org/css-fonts-4/#ref-for-descent-metric", "https://drafts.csswg.org/css-fonts-4/#ref-for-line-gap-metric", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-weight-normal", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-caps-normal-value", "https://drafts.csswg.org/css-fonts-4/#ex-percent-resolve", "https://drafts.csswg.org/css-fonts-4/#ref-for-ascent-metric%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ex-override-local-metrics", @@ -1097,6 +1095,8 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A8%E2%91%A7", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A8%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#font-variant-caps-normal-value", + "https://drafts.csswg.org/css-fonts-4/#infopanel-for-font-variant-caps-normal-value", + "https://drafts.csswg.org/css-fonts-4/#infopaneltitle-for-font-variant-caps-normal-value", "https://drafts.csswg.org/css-fonts-4/#valdef-font-variant-caps-small-caps", "https://drafts.csswg.org/css-fonts-4/#infopanel-for-valdef-font-variant-caps-small-caps", "https://drafts.csswg.org/css-fonts-4/#infopaneltitle-for-valdef-font-variant-caps-small-caps", @@ -1260,7 +1260,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%A4", + "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-cssstyledeclaration-declarations", "https://drafts.csswg.org/css-fonts-4/#font-feature-value-declaration", "https://drafts.csswg.org/css-fonts-4/#infopanel-for-font-feature-value-declaration", @@ -1699,7 +1699,7 @@ "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/#ref-for-at-ruledef-font-palette-values%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#font-family-2-desc", - "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/#descdef-font-palette-values-font-family", "https://drafts.csswg.org/css-fonts-4/#infopanel-for-descdef-font-palette-values-font-family", "https://drafts.csswg.org/css-fonts-4/#infopaneltitle-for-descdef-font-palette-values-font-family", @@ -1868,7 +1868,7 @@ "https://drafts.csswg.org/css-fonts-4/#sp217", "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%A5", + "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/#changes", "https://drafts.csswg.org/css-fonts-4/#changes-2021-12-21", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-palette%E2%91%A4", @@ -2172,8 +2172,8 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A7%E2%91%A5", "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%A2", - "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-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%A1", "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%A2", @@ -2186,11 +2186,11 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-unicode-range%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#font-feature-values-descriptor-table", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A6", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#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", - "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%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-override-colors%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-1.json b/ed/ids/css-grid-1.json index 8bd91a63f74a..15fe442655d0 100644 --- a/ed/ids/css-grid-1.json +++ b/ed/ids/css-grid-1.json @@ -227,7 +227,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-inline-size", "https://drafts.csswg.org/css-grid-1/#ref-for-inline-formatting-context", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-block-size", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content", @@ -358,7 +358,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-scroll-container%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-content-based-minimum-size%E2%91%A0", @@ -692,7 +692,7 @@ "https://drafts.csswg.org/css-grid-1/#infopanel-for-valdef-grid-template-columns-fit-content", "https://drafts.csswg.org/css-grid-1/#infopaneltitle-for-valdef-grid-template-columns-fit-content", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-template-rows-track-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A0", @@ -1070,11 +1070,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-track-size%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-rows-none%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#example-e7e1afc0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-implicitly-assigned-line-name%E2%91%A4", @@ -1684,7 +1684,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-implicit-grid-lines%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-span%E2%91%A6", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#static-position", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%91%A2", @@ -1866,7 +1866,7 @@ "https://drafts.csswg.org/css-grid-1/#infopaneltitle-for-intrinsic-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#flexible-sizing-function", "https://drafts.csswg.org/css-grid-1/#infopanel-for-flexible-sizing-function", @@ -1893,10 +1893,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-track-sizing-algorithm%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-row%E2%91%A2", @@ -1958,12 +1958,12 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-minmax%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#max-track-sizing-function", "https://drafts.csswg.org/css-grid-1/#infopanel-for-max-track-sizing-function", "https://drafts.csswg.org/css-grid-1/#infopaneltitle-for-max-track-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-minmax%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A6", @@ -1976,7 +1976,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-available-grid-space%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-available-grid-space%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A8%E2%91%A8", @@ -2033,7 +2033,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-growth-limit%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#algo-baseline-shims", @@ -2053,7 +2053,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-contribution%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A1", @@ -2328,10 +2328,10 @@ "https://drafts.csswg.org/css-grid-1/#fragmentation-alg", "https://drafts.csswg.org/css-grid-1/#ref-for-fragmentation-container%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-flex-fr%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-area%E2%91%A2%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#acks", "https://drafts.csswg.org/css-grid-1/#changes", "https://drafts.csswg.org/css-grid-1/#changes-202012", @@ -2430,8 +2430,8 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#change-2017-track-limit-auto-min", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A5", @@ -2474,7 +2474,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#change-2017-no-maximize-flex", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A2", @@ -2498,11 +2498,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-scroll-container%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-content-based-minimum-size%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#minor-2017", @@ -2627,7 +2627,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-intrinsic-size-contribution%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#change-2017-overgrow", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A0", @@ -2849,8 +2849,8 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#change-2016-auto-min-editorial", "https://drafts.csswg.org/css-grid-1/#ref-for-minimum-contribution%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A3%E2%91%A3", diff --git a/ed/ids/css-grid-2.json b/ed/ids/css-grid-2.json index 7633cbb16a6f..9431da02543f 100644 --- a/ed/ids/css-grid-2.json +++ b/ed/ids/css-grid-2.json @@ -1206,8 +1206,8 @@ "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%A6", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-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", @@ -1967,7 +1967,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-physical", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-direction", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-writing-mode", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A5", @@ -1981,11 +1981,11 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-implicit-grid%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-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%A8", "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%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-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", @@ -2278,7 +2278,7 @@ "https://drafts.csswg.org/css-grid-2/#infopanel-for-max-track-sizing-function", "https://drafts.csswg.org/css-grid-2/#infopaneltitle-for-max-track-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-minmax%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A5", "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%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A4", @@ -2291,7 +2291,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%A0%E2%91%A3", + "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-max-content%E2%91%A5", "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", @@ -2328,7 +2328,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-fixed-sizing-function%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-indefinite%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%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-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", @@ -2348,7 +2348,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-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", + "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-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%A6", "https://drafts.csswg.org/css-grid-2/#algo-baseline-shims", @@ -2368,7 +2368,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%91%A6", + "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-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", @@ -2450,7 +2450,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-distribute-extra-space%E2%91%A1", "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%A7", + "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-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-limited-contribution%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-distribute-extra-space%E2%91%A2", @@ -2611,7 +2611,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%A8", + "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/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-definite%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-free-space%E2%91%A0%E2%93%AA", @@ -2636,10 +2636,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-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", "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%A1%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#priv", "https://drafts.csswg.org/css-grid-2/#sec", "https://drafts.csswg.org/css-grid-2/#changes", diff --git a/ed/ids/css-pseudo-4.json b/ed/ids/css-pseudo-4.json index d581b64b2e1c..473cfdfd2938 100644 --- a/ed/ids/css-pseudo-4.json +++ b/ed/ids/css-pseudo-4.json @@ -568,7 +568,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-originating-element%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A8", "https://drafts.csswg.org/css-pseudo-4/#issue-302461e7", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo%E2%91%A0", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type", "https://drafts.csswg.org/css-pseudo-4/#getComputedStyle", "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-window-getcomputedstyle", "https://drafts.csswg.org/css-pseudo-4/#ref-for-highlight-pseudo-element%E2%91%A0%E2%91%A7", @@ -609,7 +609,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-pseudo-element%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-parent%E2%91%A2", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-sub-pseudo-element%E2%91%A5", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-target-text%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-first-line%E2%91%A1%E2%91%A8", @@ -626,7 +626,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-propdef-direction%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-marker%E2%91%A8", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type%E2%91%A0", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-valdef-color-currentcolor%E2%91%A2", "https://drafts.csswg.org/css-pseudo-4/#ref-for-highlight-pseudo-element%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-first-line%E2%91%A2%E2%91%A0", diff --git a/ed/ids/motion-1.json b/ed/ids/motion-1.json index 7ba332860711..ba90a3fa399c 100644 --- a/ed/ids/motion-1.json +++ b/ed/ids/motion-1.json @@ -83,7 +83,7 @@ "https://drafts.fxtf.org/motion-1/#ref-for-typedef-basic-shape%E2%91%A2", "https://drafts.fxtf.org/motion-1/#ref-for-typedef-basic-shape%E2%91%A3", "https://drafts.fxtf.org/motion-1/#ref-for-propdef-offset-rotate%E2%91%A1", - "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-rotate-auto", + "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-position-auto", "https://drafts.fxtf.org/motion-1/#ref-for-typedef-coord-box%E2%91%A4", "https://drafts.fxtf.org/motion-1/#ref-for-offset-path%E2%91%A2", "https://drafts.fxtf.org/motion-1/#ref-for-box-box-edge", @@ -275,12 +275,12 @@ "https://drafts.fxtf.org/motion-1/#ref-for-propdef-position%E2%91%A1", "https://drafts.fxtf.org/motion-1/#ref-for-valdef-position-static%E2%91%A0", "https://drafts.fxtf.org/motion-1/#ref-for-propdef-offset-position%E2%91%A4", - "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A0", + "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-rotate-auto", "https://drafts.fxtf.org/motion-1/#ref-for-propdef-offset-path%E2%91%A7", "https://drafts.fxtf.org/motion-1/#valdef-offset-position-position", "https://drafts.fxtf.org/motion-1/#ref-for-typedef-position%E2%91%A0", "https://drafts.fxtf.org/motion-1/#ref-for-propdef-offset-position%E2%91%A5", - "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-position-auto", + "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A0", "https://drafts.fxtf.org/motion-1/#ref-for-TermStackingContext%E2%91%A0", "https://drafts.fxtf.org/motion-1/#ref-for-3528366357ae73eac7d9cfe532716e4d%E2%91%A0", "https://drafts.fxtf.org/motion-1/#ref-for-propdef-offset-position%E2%91%A6", @@ -326,7 +326,7 @@ "https://drafts.fxtf.org/motion-1/#ref-for-propdef-offset-position%E2%91%A0%E2%91%A5", "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-position-auto%E2%91%A0", "https://drafts.fxtf.org/motion-1/#ref-for-propdef-transform-origin", - "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-position-auto%E2%91%A1", + "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A2", "https://drafts.fxtf.org/motion-1/#ref-for-propdef-offset-anchor%E2%91%A1", "https://drafts.fxtf.org/motion-1/#ref-for-propdef-offset-path%E2%91%A0%E2%91%A1", "https://drafts.fxtf.org/motion-1/#ref-for-offsetpath-none%E2%91%A2", @@ -362,8 +362,8 @@ "https://drafts.fxtf.org/motion-1/#ref-for-offset-path%E2%91%A2%E2%91%A1", "https://drafts.fxtf.org/motion-1/#ref-for-angle-value%E2%91%A0%E2%91%A0", "https://drafts.fxtf.org/motion-1/#ref-for-angle-value%E2%91%A0%E2%91%A1", - "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A2", - "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-position-auto%E2%91%A2", + "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-position-auto%E2%91%A1", + "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A3", "https://drafts.fxtf.org/motion-1/#ref-for-angle-value%E2%91%A0%E2%91%A2", "https://drafts.fxtf.org/motion-1/#valdef-offset-rotate-reverse", "https://drafts.fxtf.org/motion-1/#infopanel-for-valdef-offset-rotate-reverse", @@ -374,7 +374,7 @@ "https://drafts.fxtf.org/motion-1/#ref-for-angle-value%E2%91%A0%E2%91%A4", "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-rotate-reverse", "https://drafts.fxtf.org/motion-1/#ref-for-angle-value%E2%91%A0%E2%91%A5", - "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A3", + "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A4", "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-rotate-reverse%E2%91%A0", "https://drafts.fxtf.org/motion-1/#ref-for-offset-path%E2%91%A2%E2%91%A3", "https://drafts.fxtf.org/motion-1/#ref-for-propdef-offset-rotate%E2%91%A4", @@ -386,19 +386,19 @@ "https://drafts.fxtf.org/motion-1/#ref-for-anchor-point%E2%91%A8", "https://drafts.fxtf.org/motion-1/#ref-for-propdef-offset-rotate%E2%91%A5", "https://drafts.fxtf.org/motion-1/#ref-for-propdef-offset-rotate%E2%91%A6", - "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A4", + "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-position-auto%E2%91%A2", "https://drafts.fxtf.org/motion-1/#ref-for-anchor-point%E2%91%A0%E2%93%AA", "https://drafts.fxtf.org/motion-1/#ref-for-propdef-offset-rotate%E2%91%A7", "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-rotate-reverse%E2%91%A1", "https://drafts.fxtf.org/motion-1/#ref-for-propdef-offset-rotate%E2%91%A8", "https://drafts.fxtf.org/motion-1/#example-552ec5f4", - "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A5", + "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-position-auto%E2%91%A3", "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-rotate-reverse%E2%91%A2", "https://drafts.fxtf.org/motion-1/#ref-for-angle-value%E2%91%A0%E2%91%A6", "https://drafts.fxtf.org/motion-1/#ref-for-angle-value%E2%91%A0%E2%91%A7", - "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-position-auto%E2%91%A3", - "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-rotate-reverse%E2%91%A3", "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-position-auto%E2%91%A4", + "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-rotate-reverse%E2%91%A3", + "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-position-auto%E2%91%A5", "https://drafts.fxtf.org/motion-1/#calculating-path-transform", "https://drafts.fxtf.org/motion-1/#t1", "https://drafts.fxtf.org/motion-1/#infopanel-for-t1", @@ -461,7 +461,7 @@ "https://drafts.fxtf.org/motion-1/#ref-for-propdef-offset-anchor%E2%91%A5", "https://drafts.fxtf.org/motion-1/#ref-for-propdef-offset%E2%91%A1", "https://drafts.fxtf.org/motion-1/#ref-for-propdef-offset-rotate%E2%91%A0%E2%91%A3", - "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-position-auto%E2%91%A5", + "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-position-auto%E2%91%A6", "https://drafts.fxtf.org/motion-1/#ref-for-valdef-offset-rotate-reverse%E2%91%A4", "https://drafts.fxtf.org/motion-1/#ref-for-angle-value%E2%91%A1%E2%93%AA", "https://drafts.fxtf.org/motion-1/#acknowledgments", diff --git a/ed/ids/permissions-policy-1.json b/ed/ids/permissions-policy-1.json index 2e2130f42c12..3262e146d2e8 100644 --- a/ed/ids/permissions-policy-1.json +++ b/ed/ids/permissions-policy-1.json @@ -30,6 +30,8 @@ "https://w3c.github.io/webappsec-permissions-policy/#framwork", "https://w3c.github.io/webappsec-permissions-policy/#features", "https://w3c.github.io/webappsec-permissions-policy/#policy-controlled-feature", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-policy-controlled-feature", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-policy-controlled-feature", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-permissions-policy", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-policy-controlled-feature", "https://w3c.github.io/webappsec-permissions-policy/#issue-4ecdbcc2", @@ -38,11 +40,15 @@ "https://w3c.github.io/webappsec-permissions-policy/#ref-for-policy-controlled-feature%E2%91%A1", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-policy-controlled-feature-default-allowlist", "https://w3c.github.io/webappsec-permissions-policy/#supported-features", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-supported-features", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-supported-features", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-policy-controlled-feature%E2%91%A2", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-policy-controlled-feature%E2%91%A3", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-policy-controlled-feature%E2%91%A4", "https://w3c.github.io/webappsec-permissions-policy/#policies", "https://w3c.github.io/webappsec-permissions-policy/#permissions-policy", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-permissions-policy", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-permissions-policy", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-inherited-policy", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-declared-policy", "https://w3c.github.io/webappsec-permissions-policy/#empty-permissions-policy", @@ -52,6 +58,8 @@ "https://w3c.github.io/webappsec-permissions-policy/#ref-for-declared-policy%E2%91%A0", "https://w3c.github.io/webappsec-permissions-policy/#inherited-policies", "https://w3c.github.io/webappsec-permissions-policy/#inherited-policy", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-inherited-policy", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-inherited-policy", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-policy-controlled-feature%E2%91%A5", "https://w3c.github.io/webappsec-permissions-policy/#inherited-policy-for-a-feature", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-inherited-policy%E2%91%A1", @@ -68,10 +76,14 @@ "https://w3c.github.io/webappsec-permissions-policy/#ref-for-container-policy", "https://w3c.github.io/webappsec-permissions-policy/#declared-policies", "https://w3c.github.io/webappsec-permissions-policy/#declared-policy", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-declared-policy", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-declared-policy", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-policy-controlled-feature%E2%91%A7", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-allowlist%E2%91%A0", "https://w3c.github.io/webappsec-permissions-policy/#header-policies", "https://w3c.github.io/webappsec-permissions-policy/#header-policy", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-header-policy", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-header-policy", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-policy-directive%E2%91%A0", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-permissions-policy%E2%91%A2", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-declared-policy%E2%91%A2", @@ -79,6 +91,8 @@ "https://w3c.github.io/webappsec-permissions-policy/#ref-for-header-policy", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-child-navigable%E2%91%A1", "https://w3c.github.io/webappsec-permissions-policy/#container-policy", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-container-policy", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-container-policy", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-policy-directive%E2%91%A1", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-container-policy%E2%91%A0", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-navigable-container", @@ -89,19 +103,27 @@ "https://w3c.github.io/webappsec-permissions-policy/#ref-for-container-policy%E2%91%A3", "https://w3c.github.io/webappsec-permissions-policy/#policy-directives", "https://w3c.github.io/webappsec-permissions-policy/#policy-directive", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-policy-directive", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-policy-directive", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-policy-controlled-feature%E2%91%A8", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-allowlist%E2%91%A1", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-policy-directive%E2%91%A2", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-dictionary", "https://w3c.github.io/webappsec-permissions-policy/#allowlists", "https://w3c.github.io/webappsec-permissions-policy/#allowlist", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-allowlist", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-allowlist", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-concept-url-origin", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-allowlist%E2%91%A2", "https://w3c.github.io/webappsec-permissions-policy/#the-special-value", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-the-special-value", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-the-special-value", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-ordered-set", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-concept-url-origin%E2%91%A0", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-allowlist%E2%91%A3", "https://w3c.github.io/webappsec-permissions-policy/#matches", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-matches", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-matches", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-allowlist%E2%91%A4", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-the-special-value", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-allowlist%E2%91%A5", @@ -109,6 +131,8 @@ "https://w3c.github.io/webappsec-permissions-policy/#default-allowlists", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-policy-controlled-feature%E2%91%A0%E2%93%AA", "https://w3c.github.io/webappsec-permissions-policy/#policy-controlled-feature-default-allowlist", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-policy-controlled-feature-default-allowlist", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-policy-controlled-feature-default-allowlist", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-policy-controlled-feature-default-allowlist%E2%91%A0", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-top-level-traversable%E2%91%A0", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-child-navigable%E2%91%A3", @@ -123,15 +147,25 @@ "https://w3c.github.io/webappsec-permissions-policy/#ref-for-serialized-policy-directive", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-serialized-policy-directive%E2%91%A0", "https://w3c.github.io/webappsec-permissions-policy/#serialized-policy-directive", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-serialized-policy-directive", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-serialized-policy-directive", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-feature-identifier", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-allow-list", "https://w3c.github.io/webappsec-permissions-policy/#feature-identifier", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-feature-identifier", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-feature-identifier", "https://w3c.github.io/webappsec-permissions-policy/#allow-list", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-allow-list", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-allow-list", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-allow-list-value", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-allow-list-value%E2%91%A0", "https://w3c.github.io/webappsec-permissions-policy/#allow-list-value", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-allow-list-value", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-allow-list-value", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-serialized-origin", "https://w3c.github.io/webappsec-permissions-policy/#serialized-origin", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-serialized-origin", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-serialized-origin", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-ascii-serialisation-of-an-origin", "https://w3c.github.io/webappsec-permissions-policy/#structured-header-serialization", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-policy-directive%E2%91%A4", @@ -143,6 +177,8 @@ "https://w3c.github.io/webappsec-permissions-policy/#delivery", "https://w3c.github.io/webappsec-permissions-policy/#permissions-policy-http-header-field", "https://w3c.github.io/webappsec-permissions-policy/#permissions-policy-header", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-permissions-policy-header", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-permissions-policy-header", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-concept-response-response", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-permissions-policy%E2%91%A3", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-permissions-policy-header%E2%91%A1", @@ -178,8 +214,12 @@ "https://w3c.github.io/webappsec-permissions-policy/#the-policy-object", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-Exposed", "https://w3c.github.io/webappsec-permissions-policy/#permissionspolicy", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-permissionspolicy", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-permissionspolicy", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-idl-boolean", "https://w3c.github.io/webappsec-permissions-policy/#dom-permissionspolicy-allowsfeature", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-dom-permissionspolicy-allowsfeature", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-dom-permissionspolicy-allowsfeature", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-idl-DOMString", "https://w3c.github.io/webappsec-permissions-policy/#dom-permissionspolicy-allowsfeature-feature-origin-feature", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-idl-DOMString%E2%91%A0", @@ -187,29 +227,43 @@ "https://w3c.github.io/webappsec-permissions-policy/#ref-for-idl-sequence", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-idl-DOMString%E2%91%A1", "https://w3c.github.io/webappsec-permissions-policy/#dom-permissionspolicy-features", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-dom-permissionspolicy-features", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-dom-permissionspolicy-features", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-idl-sequence%E2%91%A0", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-idl-DOMString%E2%91%A2", "https://w3c.github.io/webappsec-permissions-policy/#dom-permissionspolicy-allowedfeatures", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-dom-permissionspolicy-allowedfeatures", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-dom-permissionspolicy-allowedfeatures", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-idl-sequence%E2%91%A1", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-idl-DOMString%E2%91%A3", "https://w3c.github.io/webappsec-permissions-policy/#dom-permissionspolicy-getallowlistforfeature", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-dom-permissionspolicy-getallowlistforfeature", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-dom-permissionspolicy-getallowlistforfeature", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-idl-DOMString%E2%91%A4", "https://w3c.github.io/webappsec-permissions-policy/#dom-permissionspolicy-getallowlistforfeature-feature-feature", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-document%E2%91%A1", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-SameObject", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-permissionspolicy%E2%91%A1", "https://w3c.github.io/webappsec-permissions-policy/#dom-document-permissionspolicy", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-dom-document-permissionspolicy", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-dom-document-permissionspolicy", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-htmliframeelement", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-SameObject%E2%91%A0", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-permissionspolicy%E2%91%A2", "https://w3c.github.io/webappsec-permissions-policy/#dom-htmliframeelement-permissionspolicy", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-dom-htmliframeelement-permissionspolicy", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-dom-htmliframeelement-permissionspolicy", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-permissionspolicy%E2%91%A3", "https://w3c.github.io/webappsec-permissions-policy/#associated-node", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-associated-node", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-associated-node", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-node", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-associated-node", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-permissionspolicy%E2%91%A4", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-permissionspolicy%E2%91%A5", "https://w3c.github.io/webappsec-permissions-policy/#default-origin", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-default-origin", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-default-origin", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-concept-url-origin%E2%91%A1", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-permissionspolicy%E2%91%A6", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-associated-node%E2%91%A0", @@ -227,6 +281,8 @@ "https://w3c.github.io/webappsec-permissions-policy/#ref-for-declared-origin", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-document%E2%91%A4", "https://w3c.github.io/webappsec-permissions-policy/#document-policy-object", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-document-policy-object", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-document-policy-object", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-permissionspolicy%E2%91%A0%E2%93%AA", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-associated-node%E2%91%A3", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-document%E2%91%A5", @@ -236,6 +292,8 @@ "https://w3c.github.io/webappsec-permissions-policy/#ref-for-document-policy-object", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-the-iframe-element%E2%91%A3", "https://w3c.github.io/webappsec-permissions-policy/#iframe-policy-object", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-iframe-policy-object", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-iframe-policy-object", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-permissionspolicy%E2%91%A0%E2%91%A0", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-associated-node%E2%91%A4", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-the-iframe-element%E2%91%A4", @@ -265,6 +323,8 @@ "https://w3c.github.io/webappsec-permissions-policy/#ref-for-associated-node%E2%91%A7", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-ascii-serialisation-of-an-origin%E2%91%A1", "https://w3c.github.io/webappsec-permissions-policy/#observable-policy", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-observable-policy", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-observable-policy", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-permissions-policy%E2%91%A4", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-observable-policy%E2%91%A4", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-observable-policy%E2%91%A5", @@ -273,6 +333,8 @@ "https://w3c.github.io/webappsec-permissions-policy/#ref-for-declared-origin%E2%91%A0", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-permissions-policy%E2%91%A5", "https://w3c.github.io/webappsec-permissions-policy/#declared-origin", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-declared-origin", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-declared-origin", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-concept-node-document", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-sandboxed-origin-browsing-context-flag", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-attr-iframe-sandbox%E2%91%A0", @@ -284,15 +346,21 @@ "https://w3c.github.io/webappsec-permissions-policy/#ref-for-declared-origin%E2%91%A1", "https://w3c.github.io/webappsec-permissions-policy/#reporting", "https://w3c.github.io/webappsec-permissions-policy/#permissions-policy-violation-reports", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-permissions-policy-violation-reports", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-permissions-policy-violation-reports", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-concept-document", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-violate", "https://w3c.github.io/webappsec-permissions-policy/#violate", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-violate", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-violate", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-permissions-policy-violation-reports", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-report-type", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-permissions-policy-violation-reports%E2%91%A0", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-visible-to-reportingobservers", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-Exposed%E2%91%A0", "https://w3c.github.io/webappsec-permissions-policy/#permissionspolicyviolationreportbody", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-permissionspolicyviolationreportbody", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-permissionspolicyviolationreportbody", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-reportbody", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-idl-DOMString%E2%91%A5", "https://w3c.github.io/webappsec-permissions-policy/#dom-permissionspolicyviolationreportbody-featureid", @@ -308,17 +376,27 @@ "https://w3c.github.io/webappsec-permissions-policy/#ref-for-report-body", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-permissionspolicyviolationreportbody", "https://w3c.github.io/webappsec-permissions-policy/#permissionspolicyviolationreportbody-featureid", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-permissionspolicyviolationreportbody-featureid", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-permissionspolicyviolationreportbody-featureid", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-policy-controlled-feature%E2%91%A0%E2%91%A3", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-violate%E2%91%A0", "https://w3c.github.io/webappsec-permissions-policy/#permissionspolicyviolationreportbody-sourcefile", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-permissionspolicyviolationreportbody-sourcefile", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-permissionspolicyviolationreportbody-sourcefile", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-violate%E2%91%A1", "https://w3c.github.io/webappsec-permissions-policy/#permissionspolicyviolationreportbody-linenumber", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-permissionspolicyviolationreportbody-linenumber", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-permissionspolicyviolationreportbody-linenumber", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-permissionspolicyviolationreportbody-sourcefile", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-violate%E2%91%A2", "https://w3c.github.io/webappsec-permissions-policy/#permissionspolicyviolationreportbody-columnnumber", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-permissionspolicyviolationreportbody-columnnumber", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-permissionspolicyviolationreportbody-columnnumber", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-permissionspolicyviolationreportbody-sourcefile%E2%91%A0", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-violate%E2%91%A3", "https://w3c.github.io/webappsec-permissions-policy/#permissionspolicyviolationreportbody-disposition", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-permissionspolicyviolationreportbody-disposition", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-permissionspolicyviolationreportbody-disposition", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-violate%E2%91%A4", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-permissionspolicyviolationreportbody-disposition", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-violate%E2%91%A5", @@ -326,6 +404,8 @@ "https://w3c.github.io/webappsec-permissions-policy/#algorithms", "https://w3c.github.io/webappsec-permissions-policy/#algo-process-response-policy", "https://w3c.github.io/webappsec-permissions-policy/#process-response-policy", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-process-response-policy", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-process-response-policy", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-concept-response-response%E2%91%A0", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-concept-url-origin%E2%91%A3", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-declared-policy%E2%91%A3", @@ -333,6 +413,8 @@ "https://w3c.github.io/webappsec-permissions-policy/#ref-for-construct-policy", "https://w3c.github.io/webappsec-permissions-policy/#algo-construct-policy", "https://w3c.github.io/webappsec-permissions-policy/#construct-policy", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-construct-policy", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-construct-policy", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-ordered-map", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-concept-url-origin%E2%91%A4", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-declared-policy%E2%91%A4", @@ -344,6 +426,8 @@ "https://w3c.github.io/webappsec-permissions-policy/#ref-for-concept-url-parser", "https://w3c.github.io/webappsec-permissions-policy/#algo-parse-policy-directive", "https://w3c.github.io/webappsec-permissions-policy/#parse-policy-directive", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-parse-policy-directive", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-parse-policy-directive", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-concept-url-origin%E2%91%A5", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-concept-url-origin%E2%91%A6", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-policy-directive%E2%91%A6", @@ -359,6 +443,8 @@ "https://w3c.github.io/webappsec-permissions-policy/#ref-for-concept-url-parser%E2%91%A0", "https://w3c.github.io/webappsec-permissions-policy/#algo-process-policy-attributes", "https://w3c.github.io/webappsec-permissions-policy/#process-policy-attributes", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-process-policy-attributes", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-process-policy-attributes", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-container-policy%E2%91%A6", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-parse-policy-directive", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-declared-origin%E2%91%A2", @@ -366,6 +452,8 @@ "https://w3c.github.io/webappsec-permissions-policy/#ref-for-the-special-value%E2%91%A2", "https://w3c.github.io/webappsec-permissions-policy/#algo-create-for-navigable", "https://w3c.github.io/webappsec-permissions-policy/#create-for-navigable", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-create-for-navigable", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-create-for-navigable", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-concept-element", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-concept-url-origin%E2%91%A7", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-permissions-policy%E2%91%A6", @@ -384,6 +472,8 @@ "https://w3c.github.io/webappsec-permissions-policy/#ref-for-declared-policy%E2%91%A5", "https://w3c.github.io/webappsec-permissions-policy/#algo-define-inherited-policy-in-container", "https://w3c.github.io/webappsec-permissions-policy/#define-inherited-policy-in-container", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-define-inherited-policy-in-container", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-define-inherited-policy-in-container", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-navigable-container%E2%91%A2", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-concept-url-origin%E2%91%A0%E2%93%AA", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-inherited-policy%E2%91%A5", @@ -401,6 +491,8 @@ "https://w3c.github.io/webappsec-permissions-policy/#ref-for-concept-node-document%E2%91%A6", "https://w3c.github.io/webappsec-permissions-policy/#algo-is-feature-enabled", "https://w3c.github.io/webappsec-permissions-policy/#is-feature-enabled", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-is-feature-enabled", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-is-feature-enabled", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-document%E2%91%A8", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-concept-url-origin%E2%91%A0%E2%91%A0", "https://w3c.github.io/webappsec-permissions-policy/#ref-for-permissions-policy%E2%91%A0%E2%93%AA", @@ -459,59 +551,165 @@ "https://w3c.github.io/webappsec-permissions-policy/#index", "https://w3c.github.io/webappsec-permissions-policy/#index-defined-here", "https://w3c.github.io/webappsec-permissions-policy/#index-defined-elsewhere", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-sandbox", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-document", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-element", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-node", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-concept-document", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-concept-element", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-concept-node-document", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-concept-header-list-get-structured-header", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-concept-request-origin", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-concept-request", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-concept-response-response", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-concept-request-window", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-dom-element-requestfullscreen", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-dictionary", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-htmliframeelement", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-window", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-workerglobalscope", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-workletglobalscope", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-concept-document-window", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-child-navigable", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-content-navigable", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-descendant-navigables", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-environment-settings-object", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-the-iframe-element", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-navigable-container", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-same-origin", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-same-origin-domain", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-attr-iframe-sandbox", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-sandboxed-origin-browsing-context-flag", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-ascii-serialisation-of-an-origin", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-attr-iframe-src", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-attr-iframe-srcdoc", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-top-level-traversable", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-ascii-case-insensitive", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-ordered-map", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-ordered-set", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-split-on-ascii-whitespace", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-strictly-split", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-dfn-powerful-feature", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-reportbody", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-report-body", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-generate-and-queue-a-report", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-report", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-report-type", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-visible-to-reportingobservers", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-concept-url-origin", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-concept-url-parser", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-idl-DOMString", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-Exposed", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-SameObject", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-idl-boolean", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-idl-long", - "https://w3c.github.io/webappsec-permissions-policy/#term-for-idl-sequence", + "https://w3c.github.io/webappsec-permissions-policy/#db3943f33c106e10de7ac9b741ba0fd4", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-db3943f33c106e10de7ac9b741ba0fd4", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-db3943f33c106e10de7ac9b741ba0fd4", + "https://w3c.github.io/webappsec-permissions-policy/#07886e33695d0e7b473ef18f656ad7ac", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-07886e33695d0e7b473ef18f656ad7ac", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-07886e33695d0e7b473ef18f656ad7ac", + "https://w3c.github.io/webappsec-permissions-policy/#217dfc85318b612bdb489d33301d0fc2", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-217dfc85318b612bdb489d33301d0fc2", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-217dfc85318b612bdb489d33301d0fc2", + "https://w3c.github.io/webappsec-permissions-policy/#d46138fb23d511fa1202922ca660da3c", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-d46138fb23d511fa1202922ca660da3c", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-d46138fb23d511fa1202922ca660da3c", + "https://w3c.github.io/webappsec-permissions-policy/#985c42e2af63b3e74bd3b70d55668fd4", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-985c42e2af63b3e74bd3b70d55668fd4", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-985c42e2af63b3e74bd3b70d55668fd4", + "https://w3c.github.io/webappsec-permissions-policy/#0e9d2b68d8d34152d128b48f1a821cc6", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-0e9d2b68d8d34152d128b48f1a821cc6", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-0e9d2b68d8d34152d128b48f1a821cc6", + "https://w3c.github.io/webappsec-permissions-policy/#e374c2a979dc7a73f7d03be0623d67e6", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-e374c2a979dc7a73f7d03be0623d67e6", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-e374c2a979dc7a73f7d03be0623d67e6", + "https://w3c.github.io/webappsec-permissions-policy/#7d20d86aab82c14f214b792b61bc7cb8", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-7d20d86aab82c14f214b792b61bc7cb8", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-7d20d86aab82c14f214b792b61bc7cb8", + "https://w3c.github.io/webappsec-permissions-policy/#ac749183eb78d9110066fea84c5417ad", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-ac749183eb78d9110066fea84c5417ad", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-ac749183eb78d9110066fea84c5417ad", + "https://w3c.github.io/webappsec-permissions-policy/#491791562dd138987138e7051a96c07c", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-491791562dd138987138e7051a96c07c", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-491791562dd138987138e7051a96c07c", + "https://w3c.github.io/webappsec-permissions-policy/#12a5f639c62d2f0bd5e5e8ab36848416", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-12a5f639c62d2f0bd5e5e8ab36848416", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-12a5f639c62d2f0bd5e5e8ab36848416", + "https://w3c.github.io/webappsec-permissions-policy/#d72233a2731c7f5b88c9c3da9700b26a", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-d72233a2731c7f5b88c9c3da9700b26a", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-d72233a2731c7f5b88c9c3da9700b26a", + "https://w3c.github.io/webappsec-permissions-policy/#17f1422256aaa84ed73c3e82e27bec5c", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-17f1422256aaa84ed73c3e82e27bec5c", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-17f1422256aaa84ed73c3e82e27bec5c", + "https://w3c.github.io/webappsec-permissions-policy/#2315b63b2de20d81b833080a975c0672", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-2315b63b2de20d81b833080a975c0672", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-2315b63b2de20d81b833080a975c0672", + "https://w3c.github.io/webappsec-permissions-policy/#75ff12c16ae1a8f6cbf2920128280261", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-75ff12c16ae1a8f6cbf2920128280261", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-75ff12c16ae1a8f6cbf2920128280261", + "https://w3c.github.io/webappsec-permissions-policy/#d1f0a86fd49be388d8b0159e241a1172", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-d1f0a86fd49be388d8b0159e241a1172", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-d1f0a86fd49be388d8b0159e241a1172", + "https://w3c.github.io/webappsec-permissions-policy/#569dd106ffc76704c49d49a9087ebb4e", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-569dd106ffc76704c49d49a9087ebb4e", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-569dd106ffc76704c49d49a9087ebb4e", + "https://w3c.github.io/webappsec-permissions-policy/#f1c3158ad16b10a1e2f5e18807f043d3", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-f1c3158ad16b10a1e2f5e18807f043d3", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-f1c3158ad16b10a1e2f5e18807f043d3", + "https://w3c.github.io/webappsec-permissions-policy/#04e6c32034490f45e4757ead7871de18", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-04e6c32034490f45e4757ead7871de18", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-04e6c32034490f45e4757ead7871de18", + "https://w3c.github.io/webappsec-permissions-policy/#cf9d263a9722f9674575d8cc71ad954e", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-cf9d263a9722f9674575d8cc71ad954e", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-cf9d263a9722f9674575d8cc71ad954e", + "https://w3c.github.io/webappsec-permissions-policy/#41825616648aa457b0c5bda985dd4c77", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-41825616648aa457b0c5bda985dd4c77", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-41825616648aa457b0c5bda985dd4c77", + "https://w3c.github.io/webappsec-permissions-policy/#a81611b931aeb074712a908933dfb902", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-a81611b931aeb074712a908933dfb902", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-a81611b931aeb074712a908933dfb902", + "https://w3c.github.io/webappsec-permissions-policy/#d815dc723d8b4fe4b1166e2013ec62b7", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-d815dc723d8b4fe4b1166e2013ec62b7", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-d815dc723d8b4fe4b1166e2013ec62b7", + "https://w3c.github.io/webappsec-permissions-policy/#baf95ce8d0404079723db392663d355e", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-baf95ce8d0404079723db392663d355e", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-baf95ce8d0404079723db392663d355e", + "https://w3c.github.io/webappsec-permissions-policy/#dafb0ebfee99f77becebf8c0dfaa16f5", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-dafb0ebfee99f77becebf8c0dfaa16f5", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-dafb0ebfee99f77becebf8c0dfaa16f5", + "https://w3c.github.io/webappsec-permissions-policy/#3bd07dd1ec2f367091cfd0df47c118a5", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-3bd07dd1ec2f367091cfd0df47c118a5", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-3bd07dd1ec2f367091cfd0df47c118a5", + "https://w3c.github.io/webappsec-permissions-policy/#d5543645caea3991168ea789673b51fd", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-d5543645caea3991168ea789673b51fd", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-d5543645caea3991168ea789673b51fd", + "https://w3c.github.io/webappsec-permissions-policy/#7fedfd2db36830e90ebd98d5825db5e6", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-7fedfd2db36830e90ebd98d5825db5e6", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-7fedfd2db36830e90ebd98d5825db5e6", + "https://w3c.github.io/webappsec-permissions-policy/#606e5eeae594389642b037ca493a3662", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-606e5eeae594389642b037ca493a3662", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-606e5eeae594389642b037ca493a3662", + "https://w3c.github.io/webappsec-permissions-policy/#2aeb953708ac6466a37697c533cf366f", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-2aeb953708ac6466a37697c533cf366f", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-2aeb953708ac6466a37697c533cf366f", + "https://w3c.github.io/webappsec-permissions-policy/#682b506e704f2f5564e76ebd1b631560", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-682b506e704f2f5564e76ebd1b631560", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-682b506e704f2f5564e76ebd1b631560", + "https://w3c.github.io/webappsec-permissions-policy/#cae709b2795144c63e03980742fde099", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-cae709b2795144c63e03980742fde099", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-cae709b2795144c63e03980742fde099", + "https://w3c.github.io/webappsec-permissions-policy/#6bb36d47a5f9a04109a4493b81f2720a", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-6bb36d47a5f9a04109a4493b81f2720a", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-6bb36d47a5f9a04109a4493b81f2720a", + "https://w3c.github.io/webappsec-permissions-policy/#40e03093c2abdfda29859443abc155bc", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-40e03093c2abdfda29859443abc155bc", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-40e03093c2abdfda29859443abc155bc", + "https://w3c.github.io/webappsec-permissions-policy/#6f2e2caca6e93162e900d159efe5b573", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-6f2e2caca6e93162e900d159efe5b573", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-6f2e2caca6e93162e900d159efe5b573", + "https://w3c.github.io/webappsec-permissions-policy/#80524ea4c0063fe3cf0b6c49a40e31bf", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-80524ea4c0063fe3cf0b6c49a40e31bf", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-80524ea4c0063fe3cf0b6c49a40e31bf", + "https://w3c.github.io/webappsec-permissions-policy/#fc63a7270d7480e6e37f57b7d6b2b829", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-fc63a7270d7480e6e37f57b7d6b2b829", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-fc63a7270d7480e6e37f57b7d6b2b829", + "https://w3c.github.io/webappsec-permissions-policy/#ffa7889afb45e1f224e3ee8ecbd35efd", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-ffa7889afb45e1f224e3ee8ecbd35efd", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-ffa7889afb45e1f224e3ee8ecbd35efd", + "https://w3c.github.io/webappsec-permissions-policy/#3079120e9e507fff0535964fe45999b3", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-3079120e9e507fff0535964fe45999b3", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-3079120e9e507fff0535964fe45999b3", + "https://w3c.github.io/webappsec-permissions-policy/#4d9c05066ea9a00653d42176ae992fa3", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-4d9c05066ea9a00653d42176ae992fa3", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-4d9c05066ea9a00653d42176ae992fa3", + "https://w3c.github.io/webappsec-permissions-policy/#9bf612f3d5692bd815a2b5febb0589bb", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-9bf612f3d5692bd815a2b5febb0589bb", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-9bf612f3d5692bd815a2b5febb0589bb", + "https://w3c.github.io/webappsec-permissions-policy/#d3a4c9c6832c54dbfba78acd8fd4f1ab", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-d3a4c9c6832c54dbfba78acd8fd4f1ab", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-d3a4c9c6832c54dbfba78acd8fd4f1ab", + "https://w3c.github.io/webappsec-permissions-policy/#56e08444d76fbd7680d0741cc7079db2", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-56e08444d76fbd7680d0741cc7079db2", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-56e08444d76fbd7680d0741cc7079db2", + "https://w3c.github.io/webappsec-permissions-policy/#beb3e69457e93e367292d407d82efb32", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-beb3e69457e93e367292d407d82efb32", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-beb3e69457e93e367292d407d82efb32", + "https://w3c.github.io/webappsec-permissions-policy/#da48e5191e3adfa2cefb52d979321aae", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-da48e5191e3adfa2cefb52d979321aae", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-da48e5191e3adfa2cefb52d979321aae", + "https://w3c.github.io/webappsec-permissions-policy/#eb0e1698348a5ae30cd3aa882b6dff01", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-eb0e1698348a5ae30cd3aa882b6dff01", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-eb0e1698348a5ae30cd3aa882b6dff01", + "https://w3c.github.io/webappsec-permissions-policy/#07df417653faafb38ece7480f2c15a3e", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-07df417653faafb38ece7480f2c15a3e", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-07df417653faafb38ece7480f2c15a3e", + "https://w3c.github.io/webappsec-permissions-policy/#d0f238a61de9310f1738a214749fab18", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-d0f238a61de9310f1738a214749fab18", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-d0f238a61de9310f1738a214749fab18", + "https://w3c.github.io/webappsec-permissions-policy/#dde049eb112f043fc45407ec0d4cb457", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-dde049eb112f043fc45407ec0d4cb457", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-dde049eb112f043fc45407ec0d4cb457", + "https://w3c.github.io/webappsec-permissions-policy/#f572762cd4679aeacd36722d99d2b741", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-f572762cd4679aeacd36722d99d2b741", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-f572762cd4679aeacd36722d99d2b741", + "https://w3c.github.io/webappsec-permissions-policy/#f8062b07e25ed0281f5cbfb9a54070b4", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-f8062b07e25ed0281f5cbfb9a54070b4", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-f8062b07e25ed0281f5cbfb9a54070b4", + "https://w3c.github.io/webappsec-permissions-policy/#a189a0d7ce5bc36522126b11ca418f0a", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-a189a0d7ce5bc36522126b11ca418f0a", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-a189a0d7ce5bc36522126b11ca418f0a", + "https://w3c.github.io/webappsec-permissions-policy/#38ab7db52e46bed36993204c29f67202", + "https://w3c.github.io/webappsec-permissions-policy/#infopanel-for-38ab7db52e46bed36993204c29f67202", + "https://w3c.github.io/webappsec-permissions-policy/#infopaneltitle-for-38ab7db52e46bed36993204c29f67202", "https://w3c.github.io/webappsec-permissions-policy/#references", "https://w3c.github.io/webappsec-permissions-policy/#normative", "https://w3c.github.io/webappsec-permissions-policy/#biblio-csp3", diff --git a/ed/ids/scroll-animations-1.json b/ed/ids/scroll-animations-1.json index 7131ad0c8fd1..44fba9ea5f87 100644 --- a/ed/ids/scroll-animations-1.json +++ b/ed/ids/scroll-animations-1.json @@ -548,7 +548,7 @@ "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-range-start%E2%91%A0", "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-range-end%E2%91%A0", "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-range-end%E2%91%A1", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-valdef-animation-range-end-normal", + "https://drafts.csswg.org/scroll-animations-1/#ref-for-valdef-animation-range-start-normal", "https://drafts.csswg.org/scroll-animations-1/#ref-for-typedef-timeline-range-name%E2%91%A3", "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-range-start%E2%91%A1", "https://drafts.csswg.org/scroll-animations-1/#ref-for-propdef-animation-range-end%E2%91%A2", @@ -560,7 +560,7 @@ "https://drafts.csswg.org/scroll-animations-1/#ref-for-percentage-value%E2%91%A2", "https://drafts.csswg.org/scroll-animations-1/#ref-for-mult-comma%E2%91%A7", "https://drafts.csswg.org/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-valdef-animation-range-start-normal", + "https://drafts.csswg.org/scroll-animations-1/#ref-for-valdef-animation-range-start-normal%E2%91%A0", "https://drafts.csswg.org/scroll-animations-1/#ref-for-animation-start-time", "https://drafts.csswg.org/scroll-animations-1/#valdef-animation-range-start-normal", "https://drafts.csswg.org/scroll-animations-1/#infopanel-for-valdef-animation-range-start-normal", @@ -579,7 +579,7 @@ "https://drafts.csswg.org/scroll-animations-1/#ref-for-percentage-value%E2%91%A4", "https://drafts.csswg.org/scroll-animations-1/#ref-for-mult-comma%E2%91%A8", "https://drafts.csswg.org/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A4", - "https://drafts.csswg.org/scroll-animations-1/#ref-for-valdef-animation-range-end-normal%E2%91%A0", + "https://drafts.csswg.org/scroll-animations-1/#ref-for-valdef-animation-range-end-normal", "https://drafts.csswg.org/scroll-animations-1/#ref-for-end-time", "https://drafts.csswg.org/scroll-animations-1/#valdef-animation-range-end-normal", "https://drafts.csswg.org/scroll-animations-1/#infopanel-for-valdef-animation-range-end-normal", diff --git a/ed/ids/tc39-temporal.json b/ed/ids/tc39-temporal.json index b2f26b4c33c6..b11f593e136b 100644 --- a/ed/ids/tc39-temporal.json +++ b/ed/ids/tc39-temporal.json @@ -1890,7 +1890,7 @@ "https://tc39.es/proposal-temporal/#sec-temporal-isomonthcode", "https://tc39.es/proposal-temporal/#sec-temporal-resolveisomonth", "https://tc39.es/proposal-temporal/#_ref_26", - "https://tc39.es/proposal-temporal/#_ref_1749", + "https://tc39.es/proposal-temporal/#_ref_1754", "https://tc39.es/proposal-temporal/#_ref_1400", "https://tc39.es/proposal-temporal/#sec-temporal-isodatefromfields", "https://tc39.es/proposal-temporal/#_ref_1401", @@ -1908,144 +1908,144 @@ "https://tc39.es/proposal-temporal/#_ref_1411", "https://tc39.es/proposal-temporal/#_ref_1412", "https://tc39.es/proposal-temporal/#_ref_1413", - "https://tc39.es/proposal-temporal/#sec-temporal-isomergecalendarfields", - "https://tc39.es/proposal-temporal/#_ref_1414", - "https://tc39.es/proposal-temporal/#_ref_1415", - "https://tc39.es/proposal-temporal/#_ref_1416", + "https://tc39.es/proposal-temporal/#sec-temporal-isofieldkeystoignore", "https://tc39.es/proposal-temporal/#sec-temporal-toisodayofyear", - "https://tc39.es/proposal-temporal/#_ref_1417", + "https://tc39.es/proposal-temporal/#_ref_1414", "https://tc39.es/proposal-temporal/#sec-temporal-toisodayofweek", - "https://tc39.es/proposal-temporal/#_ref_1418", + "https://tc39.es/proposal-temporal/#_ref_1415", "https://tc39.es/proposal-temporal/#sec-temporal-calendar-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.calendar", - "https://tc39.es/proposal-temporal/#_ref_1419", - "https://tc39.es/proposal-temporal/#_ref_1420", + "https://tc39.es/proposal-temporal/#_ref_1416", + "https://tc39.es/proposal-temporal/#_ref_1417", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-calendar-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.from", - "https://tc39.es/proposal-temporal/#_ref_1421", + "https://tc39.es/proposal-temporal/#_ref_1418", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-calendar-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype-@@tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.calendar.prototype.id", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.datefromfields", "https://tc39.es/proposal-temporal/#_ref_27", + "https://tc39.es/proposal-temporal/#_ref_1419", + "https://tc39.es/proposal-temporal/#_ref_1420", + "https://tc39.es/proposal-temporal/#_ref_1421", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.yearmonthfromfields", + "https://tc39.es/proposal-temporal/#_ref_28", "https://tc39.es/proposal-temporal/#_ref_1422", "https://tc39.es/proposal-temporal/#_ref_1423", "https://tc39.es/proposal-temporal/#_ref_1424", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.yearmonthfromfields", - "https://tc39.es/proposal-temporal/#_ref_28", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthdayfromfields", + "https://tc39.es/proposal-temporal/#_ref_29", "https://tc39.es/proposal-temporal/#_ref_1425", "https://tc39.es/proposal-temporal/#_ref_1426", "https://tc39.es/proposal-temporal/#_ref_1427", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthdayfromfields", - "https://tc39.es/proposal-temporal/#_ref_29", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateadd", + "https://tc39.es/proposal-temporal/#_ref_30", "https://tc39.es/proposal-temporal/#_ref_1428", "https://tc39.es/proposal-temporal/#_ref_1429", "https://tc39.es/proposal-temporal/#_ref_1430", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateadd", - "https://tc39.es/proposal-temporal/#_ref_30", "https://tc39.es/proposal-temporal/#_ref_1431", "https://tc39.es/proposal-temporal/#_ref_1432", "https://tc39.es/proposal-temporal/#_ref_1433", "https://tc39.es/proposal-temporal/#_ref_1434", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateuntil", + "https://tc39.es/proposal-temporal/#_ref_31", "https://tc39.es/proposal-temporal/#_ref_1435", "https://tc39.es/proposal-temporal/#_ref_1436", "https://tc39.es/proposal-temporal/#_ref_1437", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateuntil", - "https://tc39.es/proposal-temporal/#_ref_31", "https://tc39.es/proposal-temporal/#_ref_1438", "https://tc39.es/proposal-temporal/#_ref_1439", "https://tc39.es/proposal-temporal/#_ref_1440", - "https://tc39.es/proposal-temporal/#_ref_1441", - "https://tc39.es/proposal-temporal/#_ref_1442", - "https://tc39.es/proposal-temporal/#_ref_1443", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.year", "https://tc39.es/proposal-temporal/#_ref_32", - "https://tc39.es/proposal-temporal/#_ref_1444", + "https://tc39.es/proposal-temporal/#_ref_1441", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.month", "https://tc39.es/proposal-temporal/#_ref_33", - "https://tc39.es/proposal-temporal/#_ref_1445", + "https://tc39.es/proposal-temporal/#_ref_1442", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_34", - "https://tc39.es/proposal-temporal/#_ref_1446", - "https://tc39.es/proposal-temporal/#_ref_1447", + "https://tc39.es/proposal-temporal/#_ref_1443", + "https://tc39.es/proposal-temporal/#_ref_1444", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.day", "https://tc39.es/proposal-temporal/#_ref_35", - "https://tc39.es/proposal-temporal/#_ref_1448", + "https://tc39.es/proposal-temporal/#_ref_1445", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dayofweek", "https://tc39.es/proposal-temporal/#_ref_36", - "https://tc39.es/proposal-temporal/#_ref_1449", - "https://tc39.es/proposal-temporal/#_ref_1450", + "https://tc39.es/proposal-temporal/#_ref_1446", + "https://tc39.es/proposal-temporal/#_ref_1447", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_37", - "https://tc39.es/proposal-temporal/#_ref_1451", - "https://tc39.es/proposal-temporal/#_ref_1452", + "https://tc39.es/proposal-temporal/#_ref_1448", + "https://tc39.es/proposal-temporal/#_ref_1449", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_38", - "https://tc39.es/proposal-temporal/#_ref_1453", - "https://tc39.es/proposal-temporal/#_ref_1454", + "https://tc39.es/proposal-temporal/#_ref_1450", + "https://tc39.es/proposal-temporal/#_ref_1451", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.yearofweek", - "https://tc39.es/proposal-temporal/#_ref_1455", - "https://tc39.es/proposal-temporal/#_ref_1456", + "https://tc39.es/proposal-temporal/#_ref_1452", + "https://tc39.es/proposal-temporal/#_ref_1453", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_39", - "https://tc39.es/proposal-temporal/#_ref_1457", + "https://tc39.es/proposal-temporal/#_ref_1454", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_40", - "https://tc39.es/proposal-temporal/#_ref_1458", - "https://tc39.es/proposal-temporal/#_ref_1459", + "https://tc39.es/proposal-temporal/#_ref_1455", + "https://tc39.es/proposal-temporal/#_ref_1456", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_41", - "https://tc39.es/proposal-temporal/#_ref_1460", + "https://tc39.es/proposal-temporal/#_ref_1457", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_42", - "https://tc39.es/proposal-temporal/#_ref_1461", + "https://tc39.es/proposal-temporal/#_ref_1458", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_43", - "https://tc39.es/proposal-temporal/#_ref_1462", + "https://tc39.es/proposal-temporal/#_ref_1459", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.fields", "https://tc39.es/proposal-temporal/#_ref_44", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.mergefields", "https://tc39.es/proposal-temporal/#_ref_45", + "https://tc39.es/proposal-temporal/#_ref_1460", + "https://tc39.es/proposal-temporal/#_ref_1461", + "https://tc39.es/proposal-temporal/#_ref_1462", "https://tc39.es/proposal-temporal/#_ref_1463", + "https://tc39.es/proposal-temporal/#_ref_1464", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.tostring", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.tojson", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-calendar-instances", "https://tc39.es/proposal-temporal/#sec-temporal-abstract-ops", "https://tc39.es/proposal-temporal/#sec-iterabletolistoftype", "https://tc39.es/proposal-temporal/#sec-getoptionsobject", - "https://tc39.es/proposal-temporal/#_ref_1464", + "https://tc39.es/proposal-temporal/#_ref_1465", "https://tc39.es/proposal-temporal/#sec-getoption", "https://tc39.es/proposal-temporal/#sec-temporal-totemporaloverflow", - "https://tc39.es/proposal-temporal/#_ref_1465", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldisambiguation", "https://tc39.es/proposal-temporal/#_ref_1466", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalroundingmode", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldisambiguation", "https://tc39.es/proposal-temporal/#_ref_1467", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalroundingmode", + "https://tc39.es/proposal-temporal/#_ref_1468", "https://tc39.es/proposal-temporal/#sec-temporal-negatetemporalroundingmode", "https://tc39.es/proposal-temporal/#sec-temporal-totemporaloffset", - "https://tc39.es/proposal-temporal/#_ref_1468", - "https://tc39.es/proposal-temporal/#sec-temporal-tocalendarnameoption", "https://tc39.es/proposal-temporal/#_ref_1469", - "https://tc39.es/proposal-temporal/#sec-temporal-totimezonenameoption", + "https://tc39.es/proposal-temporal/#sec-temporal-tocalendarnameoption", "https://tc39.es/proposal-temporal/#_ref_1470", - "https://tc39.es/proposal-temporal/#sec-temporal-toshowoffsetoption", + "https://tc39.es/proposal-temporal/#sec-temporal-totimezonenameoption", "https://tc39.es/proposal-temporal/#_ref_1471", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalroundingincrement", + "https://tc39.es/proposal-temporal/#sec-temporal-toshowoffsetoption", "https://tc39.es/proposal-temporal/#_ref_1472", - "https://tc39.es/proposal-temporal/#sec-validatetemporalroundingincrement", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalroundingincrement", "https://tc39.es/proposal-temporal/#_ref_1473", + "https://tc39.es/proposal-temporal/#sec-validatetemporalroundingincrement", + "https://tc39.es/proposal-temporal/#_ref_1474", "https://tc39.es/proposal-temporal/#sec-temporal-tofractionalseconddigits", "https://tc39.es/proposal-temporal/#sec-temporal-tosecondsstringprecisionrecord", "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalunit", "https://tc39.es/proposal-temporal/#_ref_46", "https://tc39.es/proposal-temporal/#_ref_47", - "https://tc39.es/proposal-temporal/#_ref_1474", + "https://tc39.es/proposal-temporal/#_ref_1475", "https://tc39.es/proposal-temporal/#_ref_48", "https://tc39.es/proposal-temporal/#table-temporal-units", "https://tc39.es/proposal-temporal/#sec-temporal-torelativetemporalobject", - "https://tc39.es/proposal-temporal/#_ref_1475", "https://tc39.es/proposal-temporal/#_ref_1476", "https://tc39.es/proposal-temporal/#_ref_1477", "https://tc39.es/proposal-temporal/#_ref_1478", @@ -2059,6 +2059,7 @@ "https://tc39.es/proposal-temporal/#_ref_1486", "https://tc39.es/proposal-temporal/#_ref_1487", "https://tc39.es/proposal-temporal/#_ref_1488", + "https://tc39.es/proposal-temporal/#_ref_1489", "https://tc39.es/proposal-temporal/#sec-temporal-largeroftwotemporalunits", "https://tc39.es/proposal-temporal/#_ref_49", "https://tc39.es/proposal-temporal/#_ref_50", @@ -2070,32 +2071,32 @@ "https://tc39.es/proposal-temporal/#_ref_52", "https://tc39.es/proposal-temporal/#table-temporal-unsigned-rounding-modes", "https://tc39.es/proposal-temporal/#sec-temporal-applyunsignedroundingmode", - "https://tc39.es/proposal-temporal/#_ref_1489", - "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrement", "https://tc39.es/proposal-temporal/#_ref_1490", + "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrement", "https://tc39.es/proposal-temporal/#_ref_1491", - "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrementasifpositive", "https://tc39.es/proposal-temporal/#_ref_1492", + "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrementasifpositive", "https://tc39.es/proposal-temporal/#_ref_1493", + "https://tc39.es/proposal-temporal/#_ref_1494", "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar", "https://tc39.es/proposal-temporal/#prod-Alpha", "https://tc39.es/proposal-temporal/#prod-LowercaseAlpha", "https://tc39.es/proposal-temporal/#prod-ASCIISign", "https://tc39.es/proposal-temporal/#prod-Sign", - "https://tc39.es/proposal-temporal/#_ref_1750", - "https://tc39.es/proposal-temporal/#prod-UnpaddedHour", - "https://tc39.es/proposal-temporal/#_ref_1751", - "https://tc39.es/proposal-temporal/#_ref_1752", - "https://tc39.es/proposal-temporal/#prod-Hour", - "https://tc39.es/proposal-temporal/#_ref_1753", - "https://tc39.es/proposal-temporal/#_ref_1754", - "https://tc39.es/proposal-temporal/#prod-MinuteSecond", "https://tc39.es/proposal-temporal/#_ref_1755", + "https://tc39.es/proposal-temporal/#prod-UnpaddedHour", "https://tc39.es/proposal-temporal/#_ref_1756", "https://tc39.es/proposal-temporal/#_ref_1757", + "https://tc39.es/proposal-temporal/#prod-Hour", "https://tc39.es/proposal-temporal/#_ref_1758", "https://tc39.es/proposal-temporal/#_ref_1759", + "https://tc39.es/proposal-temporal/#prod-MinuteSecond", "https://tc39.es/proposal-temporal/#_ref_1760", + "https://tc39.es/proposal-temporal/#_ref_1761", + "https://tc39.es/proposal-temporal/#_ref_1762", + "https://tc39.es/proposal-temporal/#_ref_1763", + "https://tc39.es/proposal-temporal/#_ref_1764", + "https://tc39.es/proposal-temporal/#_ref_1765", "https://tc39.es/proposal-temporal/#prod-DecimalSeparator", "https://tc39.es/proposal-temporal/#prod-DaysDesignator", "https://tc39.es/proposal-temporal/#prod-HoursDesignator", @@ -2110,81 +2111,76 @@ "https://tc39.es/proposal-temporal/#prod-UTCDesignator", "https://tc39.es/proposal-temporal/#prod-AnnotationCriticalFlag", "https://tc39.es/proposal-temporal/#prod-DateFourDigitYear", - "https://tc39.es/proposal-temporal/#_ref_1761", - "https://tc39.es/proposal-temporal/#_ref_1762", - "https://tc39.es/proposal-temporal/#_ref_1763", - "https://tc39.es/proposal-temporal/#_ref_1764", - "https://tc39.es/proposal-temporal/#prod-DateExtendedYear", - "https://tc39.es/proposal-temporal/#_ref_1765", "https://tc39.es/proposal-temporal/#_ref_1766", "https://tc39.es/proposal-temporal/#_ref_1767", "https://tc39.es/proposal-temporal/#_ref_1768", "https://tc39.es/proposal-temporal/#_ref_1769", + "https://tc39.es/proposal-temporal/#prod-DateExtendedYear", "https://tc39.es/proposal-temporal/#_ref_1770", "https://tc39.es/proposal-temporal/#_ref_1771", - "https://tc39.es/proposal-temporal/#prod-DateYear", "https://tc39.es/proposal-temporal/#_ref_1772", "https://tc39.es/proposal-temporal/#_ref_1773", - "https://tc39.es/proposal-temporal/#prod-DateMonth", "https://tc39.es/proposal-temporal/#_ref_1774", - "https://tc39.es/proposal-temporal/#prod-DateMonthWithThirtyOneDays", - "https://tc39.es/proposal-temporal/#prod-DateDay", "https://tc39.es/proposal-temporal/#_ref_1775", "https://tc39.es/proposal-temporal/#_ref_1776", + "https://tc39.es/proposal-temporal/#prod-DateYear", "https://tc39.es/proposal-temporal/#_ref_1777", - "https://tc39.es/proposal-temporal/#prod-DateSpecYearMonth", "https://tc39.es/proposal-temporal/#_ref_1778", + "https://tc39.es/proposal-temporal/#prod-DateMonth", "https://tc39.es/proposal-temporal/#_ref_1779", - "https://tc39.es/proposal-temporal/#prod-TwoDashes", - "https://tc39.es/proposal-temporal/#prod-DateSpecMonthDay", + "https://tc39.es/proposal-temporal/#prod-DateMonthWithThirtyOneDays", + "https://tc39.es/proposal-temporal/#prod-DateDay", "https://tc39.es/proposal-temporal/#_ref_1780", "https://tc39.es/proposal-temporal/#_ref_1781", "https://tc39.es/proposal-temporal/#_ref_1782", - "https://tc39.es/proposal-temporal/#prod-ValidMonthDay", + "https://tc39.es/proposal-temporal/#prod-DateSpecYearMonth", "https://tc39.es/proposal-temporal/#_ref_1783", "https://tc39.es/proposal-temporal/#_ref_1784", + "https://tc39.es/proposal-temporal/#prod-TwoDashes", + "https://tc39.es/proposal-temporal/#prod-DateSpecMonthDay", "https://tc39.es/proposal-temporal/#_ref_1785", "https://tc39.es/proposal-temporal/#_ref_1786", "https://tc39.es/proposal-temporal/#_ref_1787", + "https://tc39.es/proposal-temporal/#prod-ValidMonthDay", "https://tc39.es/proposal-temporal/#_ref_1788", "https://tc39.es/proposal-temporal/#_ref_1789", "https://tc39.es/proposal-temporal/#_ref_1790", - "https://tc39.es/proposal-temporal/#prod-Date", "https://tc39.es/proposal-temporal/#_ref_1791", "https://tc39.es/proposal-temporal/#_ref_1792", "https://tc39.es/proposal-temporal/#_ref_1793", "https://tc39.es/proposal-temporal/#_ref_1794", "https://tc39.es/proposal-temporal/#_ref_1795", + "https://tc39.es/proposal-temporal/#prod-Date", "https://tc39.es/proposal-temporal/#_ref_1796", - "https://tc39.es/proposal-temporal/#prod-TimeHour", "https://tc39.es/proposal-temporal/#_ref_1797", - "https://tc39.es/proposal-temporal/#prod-TimeMinute", "https://tc39.es/proposal-temporal/#_ref_1798", - "https://tc39.es/proposal-temporal/#prod-TimeSecond", "https://tc39.es/proposal-temporal/#_ref_1799", - "https://tc39.es/proposal-temporal/#prod-FractionalPart", "https://tc39.es/proposal-temporal/#_ref_1800", "https://tc39.es/proposal-temporal/#_ref_1801", + "https://tc39.es/proposal-temporal/#prod-TimeHour", "https://tc39.es/proposal-temporal/#_ref_1802", + "https://tc39.es/proposal-temporal/#prod-TimeMinute", "https://tc39.es/proposal-temporal/#_ref_1803", + "https://tc39.es/proposal-temporal/#prod-TimeSecond", "https://tc39.es/proposal-temporal/#_ref_1804", + "https://tc39.es/proposal-temporal/#prod-FractionalPart", "https://tc39.es/proposal-temporal/#_ref_1805", "https://tc39.es/proposal-temporal/#_ref_1806", "https://tc39.es/proposal-temporal/#_ref_1807", "https://tc39.es/proposal-temporal/#_ref_1808", - "https://tc39.es/proposal-temporal/#prod-Fraction", "https://tc39.es/proposal-temporal/#_ref_1809", "https://tc39.es/proposal-temporal/#_ref_1810", - "https://tc39.es/proposal-temporal/#prod-TimeFraction", "https://tc39.es/proposal-temporal/#_ref_1811", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffset", "https://tc39.es/proposal-temporal/#_ref_1812", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetName", "https://tc39.es/proposal-temporal/#_ref_1813", + "https://tc39.es/proposal-temporal/#prod-Fraction", "https://tc39.es/proposal-temporal/#_ref_1814", "https://tc39.es/proposal-temporal/#_ref_1815", + "https://tc39.es/proposal-temporal/#prod-TimeFraction", "https://tc39.es/proposal-temporal/#_ref_1816", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffset", "https://tc39.es/proposal-temporal/#_ref_1817", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetName", "https://tc39.es/proposal-temporal/#_ref_1818", "https://tc39.es/proposal-temporal/#_ref_1819", "https://tc39.es/proposal-temporal/#_ref_1820", @@ -2198,17 +2194,17 @@ "https://tc39.es/proposal-temporal/#_ref_1828", "https://tc39.es/proposal-temporal/#_ref_1829", "https://tc39.es/proposal-temporal/#_ref_1830", - "https://tc39.es/proposal-temporal/#prod-TZLeadingChar", "https://tc39.es/proposal-temporal/#_ref_1831", - "https://tc39.es/proposal-temporal/#prod-TZChar", "https://tc39.es/proposal-temporal/#_ref_1832", "https://tc39.es/proposal-temporal/#_ref_1833", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameComponent", "https://tc39.es/proposal-temporal/#_ref_1834", "https://tc39.es/proposal-temporal/#_ref_1835", + "https://tc39.es/proposal-temporal/#prod-TZLeadingChar", "https://tc39.es/proposal-temporal/#_ref_1836", + "https://tc39.es/proposal-temporal/#prod-TZChar", "https://tc39.es/proposal-temporal/#_ref_1837", "https://tc39.es/proposal-temporal/#_ref_1838", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameComponent", "https://tc39.es/proposal-temporal/#_ref_1839", "https://tc39.es/proposal-temporal/#_ref_1840", "https://tc39.es/proposal-temporal/#_ref_1841", @@ -2309,64 +2305,64 @@ "https://tc39.es/proposal-temporal/#_ref_1936", "https://tc39.es/proposal-temporal/#_ref_1937", "https://tc39.es/proposal-temporal/#_ref_1938", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameTail", "https://tc39.es/proposal-temporal/#_ref_1939", "https://tc39.es/proposal-temporal/#_ref_1940", "https://tc39.es/proposal-temporal/#_ref_1941", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANALegacyName", "https://tc39.es/proposal-temporal/#_ref_1942", "https://tc39.es/proposal-temporal/#_ref_1943", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameTail", "https://tc39.es/proposal-temporal/#_ref_1944", - "https://tc39.es/proposal-temporal/#_ref_1494", "https://tc39.es/proposal-temporal/#_ref_1945", "https://tc39.es/proposal-temporal/#_ref_1946", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANALegacyName", "https://tc39.es/proposal-temporal/#_ref_1947", - "https://tc39.es/proposal-temporal/#_ref_1495", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANAName", "https://tc39.es/proposal-temporal/#_ref_1948", "https://tc39.es/proposal-temporal/#_ref_1949", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIdentifier", + "https://tc39.es/proposal-temporal/#_ref_1495", "https://tc39.es/proposal-temporal/#_ref_1950", "https://tc39.es/proposal-temporal/#_ref_1951", - "https://tc39.es/proposal-temporal/#prod-TimeZoneAnnotation", "https://tc39.es/proposal-temporal/#_ref_1952", + "https://tc39.es/proposal-temporal/#_ref_1496", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANAName", "https://tc39.es/proposal-temporal/#_ref_1953", - "https://tc39.es/proposal-temporal/#prod-AKeyLeadingChar", "https://tc39.es/proposal-temporal/#_ref_1954", - "https://tc39.es/proposal-temporal/#prod-AKeyChar", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIdentifier", "https://tc39.es/proposal-temporal/#_ref_1955", "https://tc39.es/proposal-temporal/#_ref_1956", - "https://tc39.es/proposal-temporal/#prod-AValChar", + "https://tc39.es/proposal-temporal/#prod-TimeZoneAnnotation", "https://tc39.es/proposal-temporal/#_ref_1957", "https://tc39.es/proposal-temporal/#_ref_1958", - "https://tc39.es/proposal-temporal/#prod-AnnotationKeyTail", + "https://tc39.es/proposal-temporal/#prod-AKeyLeadingChar", "https://tc39.es/proposal-temporal/#_ref_1959", + "https://tc39.es/proposal-temporal/#prod-AKeyChar", "https://tc39.es/proposal-temporal/#_ref_1960", - "https://tc39.es/proposal-temporal/#prod-AnnotationKey", "https://tc39.es/proposal-temporal/#_ref_1961", + "https://tc39.es/proposal-temporal/#prod-AValChar", "https://tc39.es/proposal-temporal/#_ref_1962", - "https://tc39.es/proposal-temporal/#prod-AnnotationValueComponent", "https://tc39.es/proposal-temporal/#_ref_1963", + "https://tc39.es/proposal-temporal/#prod-AnnotationKeyTail", "https://tc39.es/proposal-temporal/#_ref_1964", - "https://tc39.es/proposal-temporal/#prod-AnnotationValueTail", "https://tc39.es/proposal-temporal/#_ref_1965", + "https://tc39.es/proposal-temporal/#prod-AnnotationKey", "https://tc39.es/proposal-temporal/#_ref_1966", "https://tc39.es/proposal-temporal/#_ref_1967", - "https://tc39.es/proposal-temporal/#prod-AnnotationValue", + "https://tc39.es/proposal-temporal/#prod-AnnotationValueComponent", "https://tc39.es/proposal-temporal/#_ref_1968", - "https://tc39.es/proposal-temporal/#prod-Annotation", "https://tc39.es/proposal-temporal/#_ref_1969", + "https://tc39.es/proposal-temporal/#prod-AnnotationValueTail", "https://tc39.es/proposal-temporal/#_ref_1970", "https://tc39.es/proposal-temporal/#_ref_1971", - "https://tc39.es/proposal-temporal/#prod-Annotations", "https://tc39.es/proposal-temporal/#_ref_1972", + "https://tc39.es/proposal-temporal/#prod-AnnotationValue", "https://tc39.es/proposal-temporal/#_ref_1973", - "https://tc39.es/proposal-temporal/#prod-TimeSpec", + "https://tc39.es/proposal-temporal/#prod-Annotation", "https://tc39.es/proposal-temporal/#_ref_1974", "https://tc39.es/proposal-temporal/#_ref_1975", "https://tc39.es/proposal-temporal/#_ref_1976", + "https://tc39.es/proposal-temporal/#prod-Annotations", "https://tc39.es/proposal-temporal/#_ref_1977", "https://tc39.es/proposal-temporal/#_ref_1978", + "https://tc39.es/proposal-temporal/#prod-TimeSpec", "https://tc39.es/proposal-temporal/#_ref_1979", "https://tc39.es/proposal-temporal/#_ref_1980", "https://tc39.es/proposal-temporal/#_ref_1981", @@ -2375,213 +2371,213 @@ "https://tc39.es/proposal-temporal/#_ref_1984", "https://tc39.es/proposal-temporal/#_ref_1985", "https://tc39.es/proposal-temporal/#_ref_1986", - "https://tc39.es/proposal-temporal/#prod-TimeSpecWithOptionalOffsetNotAmbiguous", "https://tc39.es/proposal-temporal/#_ref_1987", "https://tc39.es/proposal-temporal/#_ref_1988", "https://tc39.es/proposal-temporal/#_ref_1989", "https://tc39.es/proposal-temporal/#_ref_1990", - "https://tc39.es/proposal-temporal/#prod-DateTime", "https://tc39.es/proposal-temporal/#_ref_1991", + "https://tc39.es/proposal-temporal/#prod-TimeSpecWithOptionalOffsetNotAmbiguous", "https://tc39.es/proposal-temporal/#_ref_1992", "https://tc39.es/proposal-temporal/#_ref_1993", "https://tc39.es/proposal-temporal/#_ref_1994", "https://tc39.es/proposal-temporal/#_ref_1995", - "https://tc39.es/proposal-temporal/#prod-AnnotatedTime", + "https://tc39.es/proposal-temporal/#prod-DateTime", "https://tc39.es/proposal-temporal/#_ref_1996", "https://tc39.es/proposal-temporal/#_ref_1997", "https://tc39.es/proposal-temporal/#_ref_1998", "https://tc39.es/proposal-temporal/#_ref_1999", "https://tc39.es/proposal-temporal/#_ref_2000", + "https://tc39.es/proposal-temporal/#prod-AnnotatedTime", "https://tc39.es/proposal-temporal/#_ref_2001", "https://tc39.es/proposal-temporal/#_ref_2002", "https://tc39.es/proposal-temporal/#_ref_2003", - "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTime", "https://tc39.es/proposal-temporal/#_ref_2004", "https://tc39.es/proposal-temporal/#_ref_2005", "https://tc39.es/proposal-temporal/#_ref_2006", - "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTimeTimeRequired", "https://tc39.es/proposal-temporal/#_ref_2007", "https://tc39.es/proposal-temporal/#_ref_2008", + "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTime", "https://tc39.es/proposal-temporal/#_ref_2009", "https://tc39.es/proposal-temporal/#_ref_2010", "https://tc39.es/proposal-temporal/#_ref_2011", + "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTimeTimeRequired", "https://tc39.es/proposal-temporal/#_ref_2012", - "https://tc39.es/proposal-temporal/#prod-AnnotatedYearMonth", "https://tc39.es/proposal-temporal/#_ref_2013", "https://tc39.es/proposal-temporal/#_ref_2014", "https://tc39.es/proposal-temporal/#_ref_2015", - "https://tc39.es/proposal-temporal/#prod-AnnotatedMonthDay", "https://tc39.es/proposal-temporal/#_ref_2016", "https://tc39.es/proposal-temporal/#_ref_2017", + "https://tc39.es/proposal-temporal/#prod-AnnotatedYearMonth", "https://tc39.es/proposal-temporal/#_ref_2018", - "https://tc39.es/proposal-temporal/#prod-DurationWholeSeconds", "https://tc39.es/proposal-temporal/#_ref_2019", - "https://tc39.es/proposal-temporal/#prod-DurationSecondsFraction", "https://tc39.es/proposal-temporal/#_ref_2020", - "https://tc39.es/proposal-temporal/#prod-DurationSecondsPart", + "https://tc39.es/proposal-temporal/#prod-AnnotatedMonthDay", "https://tc39.es/proposal-temporal/#_ref_2021", "https://tc39.es/proposal-temporal/#_ref_2022", "https://tc39.es/proposal-temporal/#_ref_2023", - "https://tc39.es/proposal-temporal/#prod-DurationWholeMinutes", + "https://tc39.es/proposal-temporal/#prod-DurationWholeSeconds", "https://tc39.es/proposal-temporal/#_ref_2024", - "https://tc39.es/proposal-temporal/#prod-DurationMinutesFraction", + "https://tc39.es/proposal-temporal/#prod-DurationSecondsFraction", "https://tc39.es/proposal-temporal/#_ref_2025", - "https://tc39.es/proposal-temporal/#prod-DurationMinutesPart", + "https://tc39.es/proposal-temporal/#prod-DurationSecondsPart", "https://tc39.es/proposal-temporal/#_ref_2026", "https://tc39.es/proposal-temporal/#_ref_2027", "https://tc39.es/proposal-temporal/#_ref_2028", + "https://tc39.es/proposal-temporal/#prod-DurationWholeMinutes", "https://tc39.es/proposal-temporal/#_ref_2029", - "https://tc39.es/proposal-temporal/#prod-DurationWholeHours", + "https://tc39.es/proposal-temporal/#prod-DurationMinutesFraction", "https://tc39.es/proposal-temporal/#_ref_2030", - "https://tc39.es/proposal-temporal/#prod-DurationHoursFraction", + "https://tc39.es/proposal-temporal/#prod-DurationMinutesPart", "https://tc39.es/proposal-temporal/#_ref_2031", - "https://tc39.es/proposal-temporal/#prod-DurationHoursPart", "https://tc39.es/proposal-temporal/#_ref_2032", "https://tc39.es/proposal-temporal/#_ref_2033", "https://tc39.es/proposal-temporal/#_ref_2034", + "https://tc39.es/proposal-temporal/#prod-DurationWholeHours", "https://tc39.es/proposal-temporal/#_ref_2035", + "https://tc39.es/proposal-temporal/#prod-DurationHoursFraction", "https://tc39.es/proposal-temporal/#_ref_2036", + "https://tc39.es/proposal-temporal/#prod-DurationHoursPart", "https://tc39.es/proposal-temporal/#_ref_2037", "https://tc39.es/proposal-temporal/#_ref_2038", "https://tc39.es/proposal-temporal/#_ref_2039", - "https://tc39.es/proposal-temporal/#prod-DurationTime", "https://tc39.es/proposal-temporal/#_ref_2040", "https://tc39.es/proposal-temporal/#_ref_2041", "https://tc39.es/proposal-temporal/#_ref_2042", "https://tc39.es/proposal-temporal/#_ref_2043", "https://tc39.es/proposal-temporal/#_ref_2044", + "https://tc39.es/proposal-temporal/#prod-DurationTime", "https://tc39.es/proposal-temporal/#_ref_2045", - "https://tc39.es/proposal-temporal/#prod-DurationDays", "https://tc39.es/proposal-temporal/#_ref_2046", - "https://tc39.es/proposal-temporal/#prod-DurationDaysPart", "https://tc39.es/proposal-temporal/#_ref_2047", "https://tc39.es/proposal-temporal/#_ref_2048", - "https://tc39.es/proposal-temporal/#prod-DurationWeeks", "https://tc39.es/proposal-temporal/#_ref_2049", - "https://tc39.es/proposal-temporal/#prod-DurationWeeksPart", "https://tc39.es/proposal-temporal/#_ref_2050", + "https://tc39.es/proposal-temporal/#prod-DurationDays", "https://tc39.es/proposal-temporal/#_ref_2051", + "https://tc39.es/proposal-temporal/#prod-DurationDaysPart", "https://tc39.es/proposal-temporal/#_ref_2052", - "https://tc39.es/proposal-temporal/#prod-DurationMonths", "https://tc39.es/proposal-temporal/#_ref_2053", - "https://tc39.es/proposal-temporal/#prod-DurationMonthsPart", + "https://tc39.es/proposal-temporal/#prod-DurationWeeks", "https://tc39.es/proposal-temporal/#_ref_2054", + "https://tc39.es/proposal-temporal/#prod-DurationWeeksPart", "https://tc39.es/proposal-temporal/#_ref_2055", "https://tc39.es/proposal-temporal/#_ref_2056", "https://tc39.es/proposal-temporal/#_ref_2057", + "https://tc39.es/proposal-temporal/#prod-DurationMonths", "https://tc39.es/proposal-temporal/#_ref_2058", + "https://tc39.es/proposal-temporal/#prod-DurationMonthsPart", "https://tc39.es/proposal-temporal/#_ref_2059", - "https://tc39.es/proposal-temporal/#prod-DurationYears", "https://tc39.es/proposal-temporal/#_ref_2060", - "https://tc39.es/proposal-temporal/#prod-DurationYearsPart", "https://tc39.es/proposal-temporal/#_ref_2061", "https://tc39.es/proposal-temporal/#_ref_2062", "https://tc39.es/proposal-temporal/#_ref_2063", "https://tc39.es/proposal-temporal/#_ref_2064", + "https://tc39.es/proposal-temporal/#prod-DurationYears", "https://tc39.es/proposal-temporal/#_ref_2065", + "https://tc39.es/proposal-temporal/#prod-DurationYearsPart", "https://tc39.es/proposal-temporal/#_ref_2066", "https://tc39.es/proposal-temporal/#_ref_2067", "https://tc39.es/proposal-temporal/#_ref_2068", "https://tc39.es/proposal-temporal/#_ref_2069", - "https://tc39.es/proposal-temporal/#prod-DurationDate", "https://tc39.es/proposal-temporal/#_ref_2070", "https://tc39.es/proposal-temporal/#_ref_2071", "https://tc39.es/proposal-temporal/#_ref_2072", "https://tc39.es/proposal-temporal/#_ref_2073", "https://tc39.es/proposal-temporal/#_ref_2074", + "https://tc39.es/proposal-temporal/#prod-DurationDate", "https://tc39.es/proposal-temporal/#_ref_2075", "https://tc39.es/proposal-temporal/#_ref_2076", "https://tc39.es/proposal-temporal/#_ref_2077", - "https://tc39.es/proposal-temporal/#prod-Duration", "https://tc39.es/proposal-temporal/#_ref_2078", "https://tc39.es/proposal-temporal/#_ref_2079", "https://tc39.es/proposal-temporal/#_ref_2080", "https://tc39.es/proposal-temporal/#_ref_2081", "https://tc39.es/proposal-temporal/#_ref_2082", + "https://tc39.es/proposal-temporal/#prod-Duration", "https://tc39.es/proposal-temporal/#_ref_2083", - "https://tc39.es/proposal-temporal/#prod-TemporalInstantString", "https://tc39.es/proposal-temporal/#_ref_2084", "https://tc39.es/proposal-temporal/#_ref_2085", "https://tc39.es/proposal-temporal/#_ref_2086", "https://tc39.es/proposal-temporal/#_ref_2087", "https://tc39.es/proposal-temporal/#_ref_2088", + "https://tc39.es/proposal-temporal/#prod-TemporalInstantString", "https://tc39.es/proposal-temporal/#_ref_2089", - "https://tc39.es/proposal-temporal/#prod-TemporalDateTimeString", "https://tc39.es/proposal-temporal/#_ref_2090", - "https://tc39.es/proposal-temporal/#prod-TemporalDurationString", "https://tc39.es/proposal-temporal/#_ref_2091", - "https://tc39.es/proposal-temporal/#prod-TemporalMonthDayString", "https://tc39.es/proposal-temporal/#_ref_2092", "https://tc39.es/proposal-temporal/#_ref_2093", - "https://tc39.es/proposal-temporal/#prod-TemporalTimeString", "https://tc39.es/proposal-temporal/#_ref_2094", + "https://tc39.es/proposal-temporal/#prod-TemporalDateTimeString", "https://tc39.es/proposal-temporal/#_ref_2095", - "https://tc39.es/proposal-temporal/#prod-TemporalYearMonthString", + "https://tc39.es/proposal-temporal/#prod-TemporalDurationString", "https://tc39.es/proposal-temporal/#_ref_2096", + "https://tc39.es/proposal-temporal/#prod-TemporalMonthDayString", "https://tc39.es/proposal-temporal/#_ref_2097", - "https://tc39.es/proposal-temporal/#prod-TemporalZonedDateTimeString", "https://tc39.es/proposal-temporal/#_ref_2098", + "https://tc39.es/proposal-temporal/#prod-TemporalTimeString", "https://tc39.es/proposal-temporal/#_ref_2099", "https://tc39.es/proposal-temporal/#_ref_2100", - "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-early-errors", + "https://tc39.es/proposal-temporal/#prod-TemporalYearMonthString", "https://tc39.es/proposal-temporal/#_ref_2101", "https://tc39.es/proposal-temporal/#_ref_2102", + "https://tc39.es/proposal-temporal/#prod-TemporalZonedDateTimeString", "https://tc39.es/proposal-temporal/#_ref_2103", "https://tc39.es/proposal-temporal/#_ref_2104", "https://tc39.es/proposal-temporal/#_ref_2105", + "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-early-errors", "https://tc39.es/proposal-temporal/#_ref_2106", "https://tc39.es/proposal-temporal/#_ref_2107", "https://tc39.es/proposal-temporal/#_ref_2108", - "https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime", "https://tc39.es/proposal-temporal/#_ref_2109", "https://tc39.es/proposal-temporal/#_ref_2110", "https://tc39.es/proposal-temporal/#_ref_2111", "https://tc39.es/proposal-temporal/#_ref_2112", "https://tc39.es/proposal-temporal/#_ref_2113", + "https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime", "https://tc39.es/proposal-temporal/#_ref_2114", "https://tc39.es/proposal-temporal/#_ref_2115", "https://tc39.es/proposal-temporal/#_ref_2116", "https://tc39.es/proposal-temporal/#_ref_2117", - "https://tc39.es/proposal-temporal/#_ref_1496", "https://tc39.es/proposal-temporal/#_ref_2118", "https://tc39.es/proposal-temporal/#_ref_2119", "https://tc39.es/proposal-temporal/#_ref_2120", "https://tc39.es/proposal-temporal/#_ref_2121", "https://tc39.es/proposal-temporal/#_ref_2122", + "https://tc39.es/proposal-temporal/#_ref_1497", "https://tc39.es/proposal-temporal/#_ref_2123", "https://tc39.es/proposal-temporal/#_ref_2124", - "https://tc39.es/proposal-temporal/#_ref_1497", - "https://tc39.es/proposal-temporal/#_ref_1498", "https://tc39.es/proposal-temporal/#_ref_2125", "https://tc39.es/proposal-temporal/#_ref_2126", "https://tc39.es/proposal-temporal/#_ref_2127", "https://tc39.es/proposal-temporal/#_ref_2128", "https://tc39.es/proposal-temporal/#_ref_2129", + "https://tc39.es/proposal-temporal/#_ref_1498", + "https://tc39.es/proposal-temporal/#_ref_1499", "https://tc39.es/proposal-temporal/#_ref_2130", "https://tc39.es/proposal-temporal/#_ref_2131", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstantstring", "https://tc39.es/proposal-temporal/#_ref_2132", - "https://tc39.es/proposal-temporal/#_ref_1499", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalzoneddatetimestring", "https://tc39.es/proposal-temporal/#_ref_2133", - "https://tc39.es/proposal-temporal/#_ref_1500", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring", - "https://tc39.es/proposal-temporal/#_ref_1501", "https://tc39.es/proposal-temporal/#_ref_2134", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatestring", - "https://tc39.es/proposal-temporal/#_ref_1502", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatetimestring", "https://tc39.es/proposal-temporal/#_ref_2135", "https://tc39.es/proposal-temporal/#_ref_2136", - "https://tc39.es/proposal-temporal/#_ref_1503", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring", - "https://tc39.es/proposal-temporal/#_ref_1504", - "https://tc39.es/proposal-temporal/#_ref_1505", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstantstring", "https://tc39.es/proposal-temporal/#_ref_2137", + "https://tc39.es/proposal-temporal/#_ref_1500", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalzoneddatetimestring", "https://tc39.es/proposal-temporal/#_ref_2138", + "https://tc39.es/proposal-temporal/#_ref_1501", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring", + "https://tc39.es/proposal-temporal/#_ref_1502", "https://tc39.es/proposal-temporal/#_ref_2139", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatestring", + "https://tc39.es/proposal-temporal/#_ref_1503", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatetimestring", "https://tc39.es/proposal-temporal/#_ref_2140", "https://tc39.es/proposal-temporal/#_ref_2141", + "https://tc39.es/proposal-temporal/#_ref_1504", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring", + "https://tc39.es/proposal-temporal/#_ref_1505", + "https://tc39.es/proposal-temporal/#_ref_1506", "https://tc39.es/proposal-temporal/#_ref_2142", "https://tc39.es/proposal-temporal/#_ref_2143", "https://tc39.es/proposal-temporal/#_ref_2144", @@ -2589,7 +2585,11 @@ "https://tc39.es/proposal-temporal/#_ref_2146", "https://tc39.es/proposal-temporal/#_ref_2147", "https://tc39.es/proposal-temporal/#_ref_2148", - "https://tc39.es/proposal-temporal/#_ref_1506", + "https://tc39.es/proposal-temporal/#_ref_2149", + "https://tc39.es/proposal-temporal/#_ref_2150", + "https://tc39.es/proposal-temporal/#_ref_2151", + "https://tc39.es/proposal-temporal/#_ref_2152", + "https://tc39.es/proposal-temporal/#_ref_2153", "https://tc39.es/proposal-temporal/#_ref_1507", "https://tc39.es/proposal-temporal/#_ref_1508", "https://tc39.es/proposal-temporal/#_ref_1509", @@ -2604,41 +2604,41 @@ "https://tc39.es/proposal-temporal/#_ref_1518", "https://tc39.es/proposal-temporal/#_ref_1519", "https://tc39.es/proposal-temporal/#_ref_1520", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalmonthdaystring", - "https://tc39.es/proposal-temporal/#_ref_2149", - "https://tc39.es/proposal-temporal/#_ref_2150", "https://tc39.es/proposal-temporal/#_ref_1521", - "https://tc39.es/proposal-temporal/#_ref_2151", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalrelativetostring", - "https://tc39.es/proposal-temporal/#_ref_2152", - "https://tc39.es/proposal-temporal/#_ref_2153", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalmonthdaystring", "https://tc39.es/proposal-temporal/#_ref_2154", - "https://tc39.es/proposal-temporal/#_ref_1522", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimestring", "https://tc39.es/proposal-temporal/#_ref_2155", + "https://tc39.es/proposal-temporal/#_ref_1522", "https://tc39.es/proposal-temporal/#_ref_2156", - "https://tc39.es/proposal-temporal/#_ref_1523", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalrelativetostring", "https://tc39.es/proposal-temporal/#_ref_2157", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimezonestring", "https://tc39.es/proposal-temporal/#_ref_2158", - "https://tc39.es/proposal-temporal/#_ref_1524", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalyearmonthstring", "https://tc39.es/proposal-temporal/#_ref_2159", + "https://tc39.es/proposal-temporal/#_ref_1523", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimestring", "https://tc39.es/proposal-temporal/#_ref_2160", + "https://tc39.es/proposal-temporal/#_ref_2161", + "https://tc39.es/proposal-temporal/#_ref_1524", + "https://tc39.es/proposal-temporal/#_ref_2162", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimezonestring", + "https://tc39.es/proposal-temporal/#_ref_2163", "https://tc39.es/proposal-temporal/#_ref_1525", - "https://tc39.es/proposal-temporal/#sec-topositiveintegerwithtruncation", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalyearmonthstring", + "https://tc39.es/proposal-temporal/#_ref_2164", + "https://tc39.es/proposal-temporal/#_ref_2165", "https://tc39.es/proposal-temporal/#_ref_1526", + "https://tc39.es/proposal-temporal/#sec-topositiveintegerwithtruncation", + "https://tc39.es/proposal-temporal/#_ref_1527", "https://tc39.es/proposal-temporal/#sec-tointegerwithtruncation", "https://tc39.es/proposal-temporal/#sec-tointegerifintegral", "https://tc39.es/proposal-temporal/#sec-temporal-preparetemporalfields", - "https://tc39.es/proposal-temporal/#_ref_1527", - "https://tc39.es/proposal-temporal/#_ref_53", "https://tc39.es/proposal-temporal/#_ref_1528", + "https://tc39.es/proposal-temporal/#_ref_53", "https://tc39.es/proposal-temporal/#_ref_1529", + "https://tc39.es/proposal-temporal/#_ref_1530", "https://tc39.es/proposal-temporal/#_ref_54", "https://tc39.es/proposal-temporal/#table-temporal-field-requirements", "https://tc39.es/proposal-temporal/#sec-temporal-getdifferencesettings", - "https://tc39.es/proposal-temporal/#_ref_1530", "https://tc39.es/proposal-temporal/#_ref_1531", "https://tc39.es/proposal-temporal/#_ref_1532", "https://tc39.es/proposal-temporal/#_ref_1533", @@ -2649,67 +2649,67 @@ "https://tc39.es/proposal-temporal/#_ref_1538", "https://tc39.es/proposal-temporal/#_ref_1539", "https://tc39.es/proposal-temporal/#_ref_1540", + "https://tc39.es/proposal-temporal/#_ref_1541", "https://tc39.es/proposal-temporal/#sec-temporal-legacy-date-objects", "https://tc39.es/proposal-temporal/#sec-ecmascript-language-types-string-type", "https://tc39.es/proposal-temporal/#sec-year-week-record-specification-type", - "https://tc39.es/proposal-temporal/#_ref_1541", + "https://tc39.es/proposal-temporal/#_ref_1542", "https://tc39.es/proposal-temporal/#_ref_55", "https://tc39.es/proposal-temporal/#table-year-week-record", - "https://tc39.es/proposal-temporal/#_ref_1542", + "https://tc39.es/proposal-temporal/#_ref_1543", "https://tc39.es/proposal-temporal/#sec-temporal-mergelists", "https://tc39.es/proposal-temporal/#sec-sortstringlistbycodeunit", "https://tc39.es/proposal-temporal/#sec-literals-numeric-literals", "https://tc39.es/proposal-temporal/#prod-NumericLiteralSeparator", "https://tc39.es/proposal-temporal/#prod-DecimalDigits", - "https://tc39.es/proposal-temporal/#_ref_2161", - "https://tc39.es/proposal-temporal/#_ref_2162", - "https://tc39.es/proposal-temporal/#_ref_2163", - "https://tc39.es/proposal-temporal/#_ref_2164", - "https://tc39.es/proposal-temporal/#_ref_2165", "https://tc39.es/proposal-temporal/#_ref_2166", + "https://tc39.es/proposal-temporal/#_ref_2167", + "https://tc39.es/proposal-temporal/#_ref_2168", + "https://tc39.es/proposal-temporal/#_ref_2169", + "https://tc39.es/proposal-temporal/#_ref_2170", + "https://tc39.es/proposal-temporal/#_ref_2171", "https://tc39.es/proposal-temporal/#prod-DecimalDigit", "https://tc39.es/proposal-temporal/#prod-NonZeroDigit", "https://tc39.es/proposal-temporal/#sec-mathematical-operations", "https://tc39.es/proposal-temporal/#eqn-modulo", "https://tc39.es/proposal-temporal/#eqn-remainder", - "https://tc39.es/proposal-temporal/#_ref_1543", + "https://tc39.es/proposal-temporal/#_ref_1544", "https://tc39.es/proposal-temporal/#sec-copydataproperties", "https://tc39.es/proposal-temporal/#sec-temporal-properties-of-the-legacy-date-prototype-object", "https://tc39.es/proposal-temporal/#sec-date.prototype.totemporalinstant", - "https://tc39.es/proposal-temporal/#_ref_1544", + "https://tc39.es/proposal-temporal/#_ref_1545", "https://tc39.es/proposal-temporal/#sec-temporal-intl", "https://tc39.es/proposal-temporal/#sup-case-sensitivity-and-case-mapping", - "https://tc39.es/proposal-temporal/#_ref_1545", "https://tc39.es/proposal-temporal/#_ref_1546", "https://tc39.es/proposal-temporal/#_ref_1547", "https://tc39.es/proposal-temporal/#_ref_1548", "https://tc39.es/proposal-temporal/#_ref_1549", "https://tc39.es/proposal-temporal/#_ref_1550", "https://tc39.es/proposal-temporal/#_ref_1551", + "https://tc39.es/proposal-temporal/#_ref_1552", "https://tc39.es/proposal-temporal/#sup-time-zone-names", "https://tc39.es/proposal-temporal/#_ref_56", - "https://tc39.es/proposal-temporal/#_ref_1552", - "https://tc39.es/proposal-temporal/#sup-isvalidtimezonename", "https://tc39.es/proposal-temporal/#_ref_1553", + "https://tc39.es/proposal-temporal/#sup-isvalidtimezonename", "https://tc39.es/proposal-temporal/#_ref_1554", - "https://tc39.es/proposal-temporal/#sup-canonicalizetimezonename", "https://tc39.es/proposal-temporal/#_ref_1555", + "https://tc39.es/proposal-temporal/#sup-canonicalizetimezonename", "https://tc39.es/proposal-temporal/#_ref_1556", "https://tc39.es/proposal-temporal/#_ref_1557", + "https://tc39.es/proposal-temporal/#_ref_1558", "https://tc39.es/proposal-temporal/#_ref_57", "https://tc39.es/proposal-temporal/#sup-availabletimezones", - "https://tc39.es/proposal-temporal/#_ref_1558", "https://tc39.es/proposal-temporal/#_ref_1559", + "https://tc39.es/proposal-temporal/#_ref_1560", "https://tc39.es/proposal-temporal/#_ref_58", "https://tc39.es/proposal-temporal/#sec-abstract-operations", "https://tc39.es/proposal-temporal/#sec-getoptionsobject-deleted", - "https://tc39.es/proposal-temporal/#_ref_1560", "https://tc39.es/proposal-temporal/#_ref_1561", - "https://tc39.es/proposal-temporal/#sec-getoption-deleted", "https://tc39.es/proposal-temporal/#_ref_1562", + "https://tc39.es/proposal-temporal/#sec-getoption-deleted", + "https://tc39.es/proposal-temporal/#_ref_1563", "https://tc39.es/proposal-temporal/#sec-datetimeformat-abstracts", "https://tc39.es/proposal-temporal/#sec-temporal-initializedatetimeformat", - "https://tc39.es/proposal-temporal/#_ref_1563", "https://tc39.es/proposal-temporal/#_ref_1564", "https://tc39.es/proposal-temporal/#_ref_1565", "https://tc39.es/proposal-temporal/#_ref_1566", @@ -2721,23 +2721,23 @@ "https://tc39.es/proposal-temporal/#_ref_1572", "https://tc39.es/proposal-temporal/#_ref_1573", "https://tc39.es/proposal-temporal/#_ref_1574", - "https://tc39.es/proposal-temporal/#_ref_59", "https://tc39.es/proposal-temporal/#_ref_1575", + "https://tc39.es/proposal-temporal/#_ref_59", + "https://tc39.es/proposal-temporal/#_ref_1576", "https://tc39.es/proposal-temporal/#table-temporal-patterns", "https://tc39.es/proposal-temporal/#sec-datetime-format-functions", - "https://tc39.es/proposal-temporal/#_ref_1576", - "https://tc39.es/proposal-temporal/#sec-formatdatetimepattern", "https://tc39.es/proposal-temporal/#_ref_1577", + "https://tc39.es/proposal-temporal/#sec-formatdatetimepattern", "https://tc39.es/proposal-temporal/#_ref_1578", - "https://tc39.es/proposal-temporal/#sec-partitiondatetimepattern", "https://tc39.es/proposal-temporal/#_ref_1579", + "https://tc39.es/proposal-temporal/#sec-partitiondatetimepattern", "https://tc39.es/proposal-temporal/#_ref_1580", - "https://tc39.es/proposal-temporal/#sec-formatdatetime", "https://tc39.es/proposal-temporal/#_ref_1581", - "https://tc39.es/proposal-temporal/#sec-temporal-formatdatetimetoparts", + "https://tc39.es/proposal-temporal/#sec-formatdatetime", "https://tc39.es/proposal-temporal/#_ref_1582", - "https://tc39.es/proposal-temporal/#sec-partitiondatetimerangepattern", + "https://tc39.es/proposal-temporal/#sec-temporal-formatdatetimetoparts", "https://tc39.es/proposal-temporal/#_ref_1583", + "https://tc39.es/proposal-temporal/#sec-partitiondatetimerangepattern", "https://tc39.es/proposal-temporal/#_ref_1584", "https://tc39.es/proposal-temporal/#_ref_1585", "https://tc39.es/proposal-temporal/#_ref_1586", @@ -2746,44 +2746,44 @@ "https://tc39.es/proposal-temporal/#_ref_1589", "https://tc39.es/proposal-temporal/#_ref_1590", "https://tc39.es/proposal-temporal/#_ref_1591", - "https://tc39.es/proposal-temporal/#sec-formatdatetimerange", "https://tc39.es/proposal-temporal/#_ref_1592", - "https://tc39.es/proposal-temporal/#sec-formatdatetimerangetoparts", + "https://tc39.es/proposal-temporal/#sec-formatdatetimerange", "https://tc39.es/proposal-temporal/#_ref_1593", + "https://tc39.es/proposal-temporal/#sec-formatdatetimerangetoparts", + "https://tc39.es/proposal-temporal/#_ref_1594", "https://tc39.es/proposal-temporal/#sec-temporal-istemporalobject", "https://tc39.es/proposal-temporal/#sec-temporal-sametemporaltype", - "https://tc39.es/proposal-temporal/#_ref_1594", "https://tc39.es/proposal-temporal/#_ref_1595", + "https://tc39.es/proposal-temporal/#_ref_1596", "https://tc39.es/proposal-temporal/#sec-temporal-getdatetimeformatpattern", "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaldate", - "https://tc39.es/proposal-temporal/#_ref_1596", "https://tc39.es/proposal-temporal/#_ref_1597", "https://tc39.es/proposal-temporal/#_ref_1598", "https://tc39.es/proposal-temporal/#_ref_1599", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1600", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1601", "https://tc39.es/proposal-temporal/#_ref_1602", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1603", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1604", "https://tc39.es/proposal-temporal/#_ref_1605", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaltime", "https://tc39.es/proposal-temporal/#_ref_1606", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaltime", "https://tc39.es/proposal-temporal/#_ref_1607", "https://tc39.es/proposal-temporal/#_ref_1608", "https://tc39.es/proposal-temporal/#_ref_1609", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_1610", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_1611", + "https://tc39.es/proposal-temporal/#_ref_1612", "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalinstant", "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalzoneddatetime", - "https://tc39.es/proposal-temporal/#_ref_1612", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimeothers", "https://tc39.es/proposal-temporal/#_ref_1613", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimeothers", "https://tc39.es/proposal-temporal/#_ref_1614", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevalue", "https://tc39.es/proposal-temporal/#_ref_1615", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevalue", "https://tc39.es/proposal-temporal/#_ref_1616", "https://tc39.es/proposal-temporal/#_ref_1617", "https://tc39.es/proposal-temporal/#_ref_1618", @@ -2792,44 +2792,45 @@ "https://tc39.es/proposal-temporal/#_ref_1621", "https://tc39.es/proposal-temporal/#_ref_1622", "https://tc39.es/proposal-temporal/#_ref_1623", + "https://tc39.es/proposal-temporal/#_ref_1624", "https://tc39.es/proposal-temporal/#sec-temporal-tolocaltime", "https://tc39.es/proposal-temporal/#_ref_60", "https://tc39.es/proposal-temporal/#_ref_61", "https://tc39.es/proposal-temporal/#table-temporal-plaindatetimeformat-tolocaltime-record", - "https://tc39.es/proposal-temporal/#_ref_1624", "https://tc39.es/proposal-temporal/#_ref_1625", + "https://tc39.es/proposal-temporal/#_ref_1626", "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-prototype-object", "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatToParts", - "https://tc39.es/proposal-temporal/#_ref_1626", - "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.formatRange", "https://tc39.es/proposal-temporal/#_ref_1627", - "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatRangeToParts", + "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.formatRange", "https://tc39.es/proposal-temporal/#_ref_1628", + "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatRangeToParts", + "https://tc39.es/proposal-temporal/#_ref_1629", "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.resolvedoptions", "https://tc39.es/proposal-temporal/#_ref_62", "https://tc39.es/proposal-temporal/#table-datetimeformat-resolvedoptions-properties", "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-instances", - "https://tc39.es/proposal-temporal/#_ref_1629", "https://tc39.es/proposal-temporal/#_ref_1630", "https://tc39.es/proposal-temporal/#_ref_1631", "https://tc39.es/proposal-temporal/#_ref_1632", "https://tc39.es/proposal-temporal/#_ref_1633", "https://tc39.es/proposal-temporal/#_ref_1634", + "https://tc39.es/proposal-temporal/#_ref_1635", "https://tc39.es/proposal-temporal/#locale-sensitive-functions", "https://tc39.es/proposal-temporal/#sup-temporal-calendar-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-calendarera", "https://tc39.es/proposal-temporal/#sec-temporal-calendarerayear", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatetoiso", - "https://tc39.es/proposal-temporal/#_ref_1635", "https://tc39.es/proposal-temporal/#_ref_1636", "https://tc39.es/proposal-temporal/#_ref_1637", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardateaddition", "https://tc39.es/proposal-temporal/#_ref_1638", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardateaddition", "https://tc39.es/proposal-temporal/#_ref_1639", "https://tc39.es/proposal-temporal/#_ref_1640", "https://tc39.es/proposal-temporal/#_ref_1641", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedifference", "https://tc39.es/proposal-temporal/#_ref_1642", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedifference", + "https://tc39.es/proposal-temporal/#_ref_1643", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateera", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateerayear", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateyear", @@ -2839,197 +2840,202 @@ "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedayofweek", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedayofyear", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateweekofyear", - "https://tc39.es/proposal-temporal/#_ref_1643", "https://tc39.es/proposal-temporal/#_ref_1644", "https://tc39.es/proposal-temporal/#_ref_1645", "https://tc39.es/proposal-temporal/#_ref_1646", "https://tc39.es/proposal-temporal/#_ref_1647", + "https://tc39.es/proposal-temporal/#_ref_1648", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedaysinweek", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedaysinmonth", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedaysinyear", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatemonthsinyear", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateinleapyear", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatefields", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatemergefields", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarfieldkeystoignore", + "https://tc39.es/proposal-temporal/#_ref_1649", + "https://tc39.es/proposal-temporal/#table-calendarfieldkeystoignore-example", + "https://tc39.es/proposal-temporal/#_ref_1650", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-calendar-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.datefromfields", "https://tc39.es/proposal-temporal/#_ref_63", - "https://tc39.es/proposal-temporal/#_ref_1648", - "https://tc39.es/proposal-temporal/#_ref_1649", - "https://tc39.es/proposal-temporal/#_ref_1650", "https://tc39.es/proposal-temporal/#_ref_1651", "https://tc39.es/proposal-temporal/#_ref_1652", "https://tc39.es/proposal-temporal/#_ref_1653", "https://tc39.es/proposal-temporal/#_ref_1654", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.yearmonthfromfields", - "https://tc39.es/proposal-temporal/#_ref_64", "https://tc39.es/proposal-temporal/#_ref_1655", "https://tc39.es/proposal-temporal/#_ref_1656", "https://tc39.es/proposal-temporal/#_ref_1657", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.yearmonthfromfields", + "https://tc39.es/proposal-temporal/#_ref_64", "https://tc39.es/proposal-temporal/#_ref_1658", "https://tc39.es/proposal-temporal/#_ref_1659", "https://tc39.es/proposal-temporal/#_ref_1660", "https://tc39.es/proposal-temporal/#_ref_1661", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthdayfromfields", - "https://tc39.es/proposal-temporal/#_ref_65", "https://tc39.es/proposal-temporal/#_ref_1662", "https://tc39.es/proposal-temporal/#_ref_1663", "https://tc39.es/proposal-temporal/#_ref_1664", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthdayfromfields", + "https://tc39.es/proposal-temporal/#_ref_65", "https://tc39.es/proposal-temporal/#_ref_1665", "https://tc39.es/proposal-temporal/#_ref_1666", "https://tc39.es/proposal-temporal/#_ref_1667", "https://tc39.es/proposal-temporal/#_ref_1668", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dateadd", - "https://tc39.es/proposal-temporal/#_ref_66", "https://tc39.es/proposal-temporal/#_ref_1669", "https://tc39.es/proposal-temporal/#_ref_1670", "https://tc39.es/proposal-temporal/#_ref_1671", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dateadd", + "https://tc39.es/proposal-temporal/#_ref_66", "https://tc39.es/proposal-temporal/#_ref_1672", "https://tc39.es/proposal-temporal/#_ref_1673", "https://tc39.es/proposal-temporal/#_ref_1674", "https://tc39.es/proposal-temporal/#_ref_1675", "https://tc39.es/proposal-temporal/#_ref_1676", "https://tc39.es/proposal-temporal/#_ref_1677", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dateuntil", - "https://tc39.es/proposal-temporal/#_ref_67", "https://tc39.es/proposal-temporal/#_ref_1678", "https://tc39.es/proposal-temporal/#_ref_1679", "https://tc39.es/proposal-temporal/#_ref_1680", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dateuntil", + "https://tc39.es/proposal-temporal/#_ref_67", "https://tc39.es/proposal-temporal/#_ref_1681", "https://tc39.es/proposal-temporal/#_ref_1682", "https://tc39.es/proposal-temporal/#_ref_1683", "https://tc39.es/proposal-temporal/#_ref_1684", "https://tc39.es/proposal-temporal/#_ref_1685", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.era", "https://tc39.es/proposal-temporal/#_ref_1686", "https://tc39.es/proposal-temporal/#_ref_1687", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.erayear", "https://tc39.es/proposal-temporal/#_ref_1688", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.era", "https://tc39.es/proposal-temporal/#_ref_1689", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.year", - "https://tc39.es/proposal-temporal/#_ref_68", "https://tc39.es/proposal-temporal/#_ref_1690", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.erayear", "https://tc39.es/proposal-temporal/#_ref_1691", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.month", - "https://tc39.es/proposal-temporal/#_ref_69", "https://tc39.es/proposal-temporal/#_ref_1692", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.year", + "https://tc39.es/proposal-temporal/#_ref_68", "https://tc39.es/proposal-temporal/#_ref_1693", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthcode", - "https://tc39.es/proposal-temporal/#_ref_70", "https://tc39.es/proposal-temporal/#_ref_1694", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.month", + "https://tc39.es/proposal-temporal/#_ref_69", "https://tc39.es/proposal-temporal/#_ref_1695", "https://tc39.es/proposal-temporal/#_ref_1696", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.day", - "https://tc39.es/proposal-temporal/#_ref_71", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthcode", + "https://tc39.es/proposal-temporal/#_ref_70", "https://tc39.es/proposal-temporal/#_ref_1697", "https://tc39.es/proposal-temporal/#_ref_1698", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dayofweek", - "https://tc39.es/proposal-temporal/#_ref_72", "https://tc39.es/proposal-temporal/#_ref_1699", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.day", + "https://tc39.es/proposal-temporal/#_ref_71", "https://tc39.es/proposal-temporal/#_ref_1700", "https://tc39.es/proposal-temporal/#_ref_1701", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dayofyear", - "https://tc39.es/proposal-temporal/#_ref_73", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dayofweek", + "https://tc39.es/proposal-temporal/#_ref_72", "https://tc39.es/proposal-temporal/#_ref_1702", "https://tc39.es/proposal-temporal/#_ref_1703", "https://tc39.es/proposal-temporal/#_ref_1704", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.weekofyear", - "https://tc39.es/proposal-temporal/#_ref_74", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dayofyear", + "https://tc39.es/proposal-temporal/#_ref_73", "https://tc39.es/proposal-temporal/#_ref_1705", "https://tc39.es/proposal-temporal/#_ref_1706", "https://tc39.es/proposal-temporal/#_ref_1707", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.yearofweek", - "https://tc39.es/proposal-temporal/#_ref_75", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.weekofyear", + "https://tc39.es/proposal-temporal/#_ref_74", "https://tc39.es/proposal-temporal/#_ref_1708", "https://tc39.es/proposal-temporal/#_ref_1709", "https://tc39.es/proposal-temporal/#_ref_1710", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinweek", - "https://tc39.es/proposal-temporal/#_ref_76", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.yearofweek", + "https://tc39.es/proposal-temporal/#_ref_75", "https://tc39.es/proposal-temporal/#_ref_1711", "https://tc39.es/proposal-temporal/#_ref_1712", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinmonth", - "https://tc39.es/proposal-temporal/#_ref_77", "https://tc39.es/proposal-temporal/#_ref_1713", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinweek", + "https://tc39.es/proposal-temporal/#_ref_76", "https://tc39.es/proposal-temporal/#_ref_1714", "https://tc39.es/proposal-temporal/#_ref_1715", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinyear", - "https://tc39.es/proposal-temporal/#_ref_78", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinmonth", + "https://tc39.es/proposal-temporal/#_ref_77", "https://tc39.es/proposal-temporal/#_ref_1716", "https://tc39.es/proposal-temporal/#_ref_1717", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthsinyear", - "https://tc39.es/proposal-temporal/#_ref_79", "https://tc39.es/proposal-temporal/#_ref_1718", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinyear", + "https://tc39.es/proposal-temporal/#_ref_78", "https://tc39.es/proposal-temporal/#_ref_1719", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.inleapyear", - "https://tc39.es/proposal-temporal/#_ref_80", "https://tc39.es/proposal-temporal/#_ref_1720", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthsinyear", + "https://tc39.es/proposal-temporal/#_ref_79", "https://tc39.es/proposal-temporal/#_ref_1721", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.fields", - "https://tc39.es/proposal-temporal/#_ref_81", "https://tc39.es/proposal-temporal/#_ref_1722", - "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.mergefields", - "https://tc39.es/proposal-temporal/#_ref_82", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.inleapyear", + "https://tc39.es/proposal-temporal/#_ref_80", "https://tc39.es/proposal-temporal/#_ref_1723", "https://tc39.es/proposal-temporal/#_ref_1724", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.fields", + "https://tc39.es/proposal-temporal/#_ref_81", "https://tc39.es/proposal-temporal/#_ref_1725", + "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.mergefields", + "https://tc39.es/proposal-temporal/#_ref_82", "https://tc39.es/proposal-temporal/#_ref_1726", + "https://tc39.es/proposal-temporal/#_ref_1727", + "https://tc39.es/proposal-temporal/#_ref_1728", + "https://tc39.es/proposal-temporal/#_ref_1729", + "https://tc39.es/proposal-temporal/#_ref_1730", + "https://tc39.es/proposal-temporal/#_ref_1731", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-duration-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.duration.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-instant-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.instant.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_83", - "https://tc39.es/proposal-temporal/#_ref_1727", + "https://tc39.es/proposal-temporal/#_ref_1732", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaindate-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plaindate.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_84", - "https://tc39.es/proposal-temporal/#_ref_1728", + "https://tc39.es/proposal-temporal/#_ref_1733", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.era", - "https://tc39.es/proposal-temporal/#_ref_1729", + "https://tc39.es/proposal-temporal/#_ref_1734", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.erayear", - "https://tc39.es/proposal-temporal/#_ref_1730", + "https://tc39.es/proposal-temporal/#_ref_1735", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaindatetime-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plaindatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_85", - "https://tc39.es/proposal-temporal/#_ref_1731", + "https://tc39.es/proposal-temporal/#_ref_1736", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.era", - "https://tc39.es/proposal-temporal/#_ref_1732", + "https://tc39.es/proposal-temporal/#_ref_1737", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.erayear", - "https://tc39.es/proposal-temporal/#_ref_1733", + "https://tc39.es/proposal-temporal/#_ref_1738", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plainmonthday-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plainmonthday.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_86", - "https://tc39.es/proposal-temporal/#_ref_1734", + "https://tc39.es/proposal-temporal/#_ref_1739", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaintime-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plaintime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_87", - "https://tc39.es/proposal-temporal/#_ref_1735", + "https://tc39.es/proposal-temporal/#_ref_1740", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plainyearmonth-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plainyearmonth.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_88", - "https://tc39.es/proposal-temporal/#_ref_1736", + "https://tc39.es/proposal-temporal/#_ref_1741", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.era", - "https://tc39.es/proposal-temporal/#_ref_1737", + "https://tc39.es/proposal-temporal/#_ref_1742", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.erayear", - "https://tc39.es/proposal-temporal/#_ref_1738", + "https://tc39.es/proposal-temporal/#_ref_1743", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-zoneddatetime-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.zoneddatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_89", - "https://tc39.es/proposal-temporal/#_ref_1739", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.era", - "https://tc39.es/proposal-temporal/#_ref_1740", - "https://tc39.es/proposal-temporal/#_ref_1741", - "https://tc39.es/proposal-temporal/#_ref_1742", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.erayear", - "https://tc39.es/proposal-temporal/#_ref_1743", "https://tc39.es/proposal-temporal/#_ref_1744", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.era", "https://tc39.es/proposal-temporal/#_ref_1745", + "https://tc39.es/proposal-temporal/#_ref_1746", + "https://tc39.es/proposal-temporal/#_ref_1747", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.erayear", + "https://tc39.es/proposal-temporal/#_ref_1748", + "https://tc39.es/proposal-temporal/#_ref_1749", + "https://tc39.es/proposal-temporal/#_ref_1750", "https://tc39.es/proposal-temporal/#sec-abstracts", "https://tc39.es/proposal-temporal/#sup-temporal-preparetemporalfields", - "https://tc39.es/proposal-temporal/#_ref_1746", + "https://tc39.es/proposal-temporal/#_ref_1751", "https://tc39.es/proposal-temporal/#_ref_90", "https://tc39.es/proposal-temporal/#_ref_91", - "https://tc39.es/proposal-temporal/#_ref_1747", - "https://tc39.es/proposal-temporal/#_ref_1748", + "https://tc39.es/proposal-temporal/#_ref_1752", + "https://tc39.es/proposal-temporal/#_ref_1753", "https://tc39.es/proposal-temporal/#_ref_92", "https://tc39.es/proposal-temporal/#sec-copyright-and-software-license", "https://tc39.es/proposal-temporal/#references-pane-container", diff --git a/ed/ids/wasm-js-api-2-fork-exception-handling.json b/ed/ids/wasm-js-api-2-fork-exception-handling.json index 5a0f83c85a67..d0b709ab88d1 100644 --- a/ed/ids/wasm-js-api-2-fork-exception-handling.json +++ b/ed/ids/wasm-js-api-2-fork-exception-handling.json @@ -1199,469 +1199,469 @@ "https://webassembly.github.io/exception-handling/js-api/#w3c-conformant-algorithms", "https://webassembly.github.io/exception-handling/js-api/#index", "https://webassembly.github.io/exception-handling/js-api/#index-defined-here", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-returnifabrupt-shorthands%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-returnifabrupt-shorthands%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-numtype%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-numtype%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-values%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-values%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-reftype%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-reftype%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-external-types%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-external-types%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-numtype%E2%91%A1", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-numtype%E2%91%A1", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-values%E2%91%A1", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-values%E2%91%A1", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-numtype%E2%91%A2", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-numtype%E2%91%A2", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-values%E2%91%A2", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-values%E2%91%A2", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-external-types%E2%91%A1", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-external-types%E2%91%A1", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-module%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-module%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-values%E2%91%A3", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-values%E2%91%A3", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-values%E2%91%A4", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-values%E2%91%A4", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-values%E2%91%A5", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-values%E2%91%A5", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-reftype%E2%91%A1", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-reftype%E2%91%A1", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-aux-signed%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-aux-signed%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-external-types%E2%91%A2", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-external-types%E2%91%A2", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-externval%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-externval%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-external-types%E2%91%A3", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-external-types%E2%91%A3", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-values%E2%91%A6", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-values%E2%91%A6", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-mut%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-mut%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-valid-module%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-valid-module%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-values%E2%91%A7", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-values%E2%91%A7", "https://webassembly.github.io/exception-handling/js-api/#index-defined-elsewhere", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-returnifabrupt-shorthands", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-returnifabrupt-shorthands", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-returnifabrupt-shorthands", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-returnifabrupt-shorthands%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-well-known-symbols", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-well-known-symbols", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-well-known-symbols", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-arraybuffer-objects", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-arraybuffer-objects", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-arraybuffer-objects", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-createmethodproperty", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-createmethodproperty", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-createmethodproperty", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-native-error-types-used-in-this-standard-rangeerror", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-native-error-types-used-in-this-standard-rangeerror", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-native-error-types-used-in-this-standard-rangeerror", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-native-error-types-used-in-this-standard-typeerror", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-native-error-types-used-in-this-standard-typeerror", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-native-error-types-used-in-this-standard-typeerror", - "https://webassembly.github.io/exception-handling/js-api/#term-for-agent", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-agent", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-agent", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-agent-clusters", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-agent-clusters", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-agent-clusters", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-ecmascript-language-types-bigint-type", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-ecmascript-language-types-bigint-type", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-ecmascript-language-types-bigint-type", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-built-in-function-objects", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-built-in-function-objects", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-built-in-function-objects", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-call", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-call", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-call", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-createarrayfromlist", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-createarrayfromlist", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-createarrayfromlist", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-createbuiltinfunction", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-createbuiltinfunction", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-createbuiltinfunction", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-createdataproperty", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-createdataproperty", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-createdataproperty", - "https://webassembly.github.io/exception-handling/js-api/#term-for-current-realm", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-current-realm", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-current-realm", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-data-blocks", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-data-blocks", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-data-blocks", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-detacharraybuffer", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-detacharraybuffer", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-detacharraybuffer", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-get-o-p", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-get-o-p", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-get-o-p", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-getmethod", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-getmethod", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-getmethod", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-iscallable", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-iscallable", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-iscallable", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-iterabletolist", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-iterabletolist", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-iterabletolist", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-nativeerror-object-structure", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-nativeerror-object-structure", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-nativeerror-object-structure", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-numbertorawbytes", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-numbertorawbytes", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-numbertorawbytes", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-objectcreate", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-objectcreate", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-objectcreate", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-setintegritylevel", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-setintegritylevel", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-setintegritylevel", - "https://webassembly.github.io/exception-handling/js-api/#term-for-surrounding-agent", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-surrounding-agent", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-surrounding-agent", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-ecmascript-language-types-number-type", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-ecmascript-language-types-number-type", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-ecmascript-language-types-number-type", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-tobigint64", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-tobigint64", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-tobigint64", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-toint32", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-toint32", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-toint32", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-tonumber", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-tonumber", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-tonumber", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-tostring", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-tostring", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-tostring", - "https://webassembly.github.io/exception-handling/js-api/#term-for-sec-ecmascript-data-types-and-values", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-sec-ecmascript-data-types-and-values", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-sec-ecmascript-data-types-and-values", - "https://webassembly.github.io/exception-handling/js-api/#term-for-utf-8-decode-without-bom-or-fail", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-utf-8-decode-without-bom-or-fail", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-utf-8-decode-without-bom-or-fail", - "https://webassembly.github.io/exception-handling/js-api/#term-for-clean-up-after-running-a-callback", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-clean-up-after-running-a-callback", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-clean-up-after-running-a-callback", - "https://webassembly.github.io/exception-handling/js-api/#term-for-clean-up-after-running-script", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-clean-up-after-running-script", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-clean-up-after-running-script", - "https://webassembly.github.io/exception-handling/js-api/#term-for-in-parallel", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-in-parallel", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-in-parallel", - "https://webassembly.github.io/exception-handling/js-api/#term-for-incumbent-settings-object", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-incumbent-settings-object", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-incumbent-settings-object", - "https://webassembly.github.io/exception-handling/js-api/#term-for-prepare-to-run-a-callback", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-prepare-to-run-a-callback", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-prepare-to-run-a-callback", - "https://webassembly.github.io/exception-handling/js-api/#term-for-prepare-to-run-script", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-prepare-to-run-script", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-prepare-to-run-script", - "https://webassembly.github.io/exception-handling/js-api/#term-for-queue-a-task", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-queue-a-task", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-queue-a-task", - "https://webassembly.github.io/exception-handling/js-api/#term-for-task-source", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-task-source", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-task-source", - "https://webassembly.github.io/exception-handling/js-api/#term-for-list-append", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-list-append", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-list-append", - "https://webassembly.github.io/exception-handling/js-api/#term-for-map-exists", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-map-exists", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-map-exists", - "https://webassembly.github.io/exception-handling/js-api/#term-for-list-is-empty", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-list-is-empty", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-list-is-empty", - "https://webassembly.github.io/exception-handling/js-api/#term-for-list-iterate", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-list-iterate", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-list-iterate", - "https://webassembly.github.io/exception-handling/js-api/#term-for-list", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-list", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-list", - "https://webassembly.github.io/exception-handling/js-api/#term-for-ordered-map", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-ordered-map", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-ordered-map", - "https://webassembly.github.io/exception-handling/js-api/#term-for-map-set", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-map-set", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-map-set", - "https://webassembly.github.io/exception-handling/js-api/#term-for-list-size", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-list-size", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-list-size", - "https://webassembly.github.io/exception-handling/js-api/#term-for-addresses", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-addresses", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-addresses", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-mut", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-mut", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-mut", - "https://webassembly.github.io/exception-handling/js-api/#term-for-exec-notation-textual", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-exec-notation-textual", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-exec-notation-textual", - "https://webassembly.github.io/exception-handling/js-api/#term-for-custom-section", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-custom-section", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-custom-section", - "https://webassembly.github.io/exception-handling/js-api/#term-for-binary-customsec", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-binary-customsec", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-binary-customsec", - "https://webassembly.github.io/exception-handling/js-api/#term-for-embed-error", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-embed-error", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-embed-error", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-tagtype", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-tagtype", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-tagtype", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-externaddr", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-externaddr", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-externaddr", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-externval", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-externval", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-externval", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-reftype", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-reftype", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-reftype", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-numtype", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-numtype", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-numtype", - "https://webassembly.github.io/exception-handling/js-api/#term-for-values", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-values", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-values", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-numtype%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#term-for-values%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#term-for-external-types", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-external-types", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-external-types", - "https://webassembly.github.io/exception-handling/js-api/#term-for-embed-func-alloc", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-embed-func-alloc", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-embed-func-alloc", - "https://webassembly.github.io/exception-handling/js-api/#term-for-embed-func-invoke", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-embed-func-invoke", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-embed-func-invoke", - "https://webassembly.github.io/exception-handling/js-api/#term-for-embed-func-type", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-embed-func-type", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-embed-func-type", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-reftype%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-funcaddr", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-funcaddr", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-funcaddr", - "https://webassembly.github.io/exception-handling/js-api/#term-for-external-types%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-globaladdr", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-globaladdr", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-globaladdr", - "https://webassembly.github.io/exception-handling/js-api/#term-for-global-instances", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-global-instances", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-global-instances", - "https://webassembly.github.io/exception-handling/js-api/#term-for-embed-global-alloc", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-embed-global-alloc", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-embed-global-alloc", - "https://webassembly.github.io/exception-handling/js-api/#term-for-embed-global-read", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-embed-global-read", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-embed-global-read", - "https://webassembly.github.io/exception-handling/js-api/#term-for-embed-global-type", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-embed-global-type", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-embed-global-type", - "https://webassembly.github.io/exception-handling/js-api/#term-for-embed-global-write", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-embed-global-write", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-embed-global-write", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-hostfunc", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-hostfunc", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-hostfunc", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-numtype%E2%91%A1", - "https://webassembly.github.io/exception-handling/js-api/#term-for-values%E2%91%A1", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-numtype%E2%91%A2", - "https://webassembly.github.io/exception-handling/js-api/#term-for-values%E2%91%A2", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-import", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-import", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-import", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-module", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-module", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-module", - "https://webassembly.github.io/exception-handling/js-api/#term-for-embed-instance-export", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-embed-instance-export", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-embed-instance-export", - "https://webassembly.github.io/exception-handling/js-api/#term-for-external-types%E2%91%A1", - "https://webassembly.github.io/exception-handling/js-api/#term-for-embed-mem-alloc", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-embed-mem-alloc", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-embed-mem-alloc", - "https://webassembly.github.io/exception-handling/js-api/#term-for-embed-mem-grow", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-embed-mem-grow", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-embed-mem-grow", - "https://webassembly.github.io/exception-handling/js-api/#term-for-embed-mem-size", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-embed-mem-size", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-embed-mem-size", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-moduleinst", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-moduleinst", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-moduleinst", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-memaddr", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-memaddr", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-memaddr", - "https://webassembly.github.io/exception-handling/js-api/#term-for-memory-instances", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-memory-instances", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-memory-instances", - "https://webassembly.github.io/exception-handling/js-api/#term-for-exec-memory-grow", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-exec-memory-grow", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-exec-memory-grow", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-module%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-frame", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-frame", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-frame", - "https://webassembly.github.io/exception-handling/js-api/#term-for-binary-module", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-binary-module", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-binary-module", - "https://webassembly.github.io/exception-handling/js-api/#term-for-embed-module-decode", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-embed-module-decode", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-embed-module-decode", - "https://webassembly.github.io/exception-handling/js-api/#term-for-embed-module-exports", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-embed-module-exports", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-embed-module-exports", - "https://webassembly.github.io/exception-handling/js-api/#term-for-embed-module-imports", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-embed-module-imports", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-embed-module-imports", - "https://webassembly.github.io/exception-handling/js-api/#term-for-embed-module-instantiate", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-embed-module-instantiate", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-embed-module-instantiate", - "https://webassembly.github.io/exception-handling/js-api/#term-for-embed-module-validate", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-embed-module-validate", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-embed-module-validate", - "https://webassembly.github.io/exception-handling/js-api/#term-for-values%E2%91%A3", - "https://webassembly.github.io/exception-handling/js-api/#term-for-values%E2%91%A4", - "https://webassembly.github.io/exception-handling/js-api/#term-for-values%E2%91%A5", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-reftype%E2%91%A1", - "https://webassembly.github.io/exception-handling/js-api/#term-for-grammar-notation", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-grammar-notation", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-grammar-notation", - "https://webassembly.github.io/exception-handling/js-api/#term-for-aux-signed", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-aux-signed", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-aux-signed", - "https://webassembly.github.io/exception-handling/js-api/#term-for-aux-signed%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-store", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-store", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-store", - "https://webassembly.github.io/exception-handling/js-api/#term-for-embed-store-init", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-embed-store-init", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-embed-store-init", - "https://webassembly.github.io/exception-handling/js-api/#term-for-external-types%E2%91%A2", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-tableaddr", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-tableaddr", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-tableaddr", - "https://webassembly.github.io/exception-handling/js-api/#term-for-table-instances", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-table-instances", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-table-instances", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-tabletype", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-tabletype", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-tabletype", - "https://webassembly.github.io/exception-handling/js-api/#term-for-embed-table-alloc", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-embed-table-alloc", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-embed-table-alloc", - "https://webassembly.github.io/exception-handling/js-api/#term-for-embed-table-grow", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-embed-table-grow", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-embed-table-grow", - "https://webassembly.github.io/exception-handling/js-api/#term-for-embed-table-read", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-embed-table-read", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-embed-table-read", - "https://webassembly.github.io/exception-handling/js-api/#term-for-embed-table-size", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-embed-table-size", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-embed-table-size", - "https://webassembly.github.io/exception-handling/js-api/#term-for-embed-table-type", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-embed-table-type", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-embed-table-type", - "https://webassembly.github.io/exception-handling/js-api/#term-for-embed-table-write", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-embed-table-write", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-embed-table-write", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-externval%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#term-for-external-types%E2%91%A3", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-tagaddr", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-syntax-tagaddr", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-syntax-tagaddr", - "https://webassembly.github.io/exception-handling/js-api/#term-for-vector-types", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-vector-types", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-vector-types", - "https://webassembly.github.io/exception-handling/js-api/#term-for-values%E2%91%A6", - "https://webassembly.github.io/exception-handling/js-api/#term-for-valid-module", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-valid-module", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-valid-module", - "https://webassembly.github.io/exception-handling/js-api/#term-for-syntax-mut%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#term-for-valid-module%E2%91%A0", - "https://webassembly.github.io/exception-handling/js-api/#term-for-values%E2%91%A7", - "https://webassembly.github.io/exception-handling/js-api/#term-for-abstract-opdef-fromvaluetype", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-abstract-opdef-fromvaluetype", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-abstract-opdef-fromvaluetype", - "https://webassembly.github.io/exception-handling/js-api/#term-for-BufferSource", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-BufferSource", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-BufferSource", - "https://webassembly.github.io/exception-handling/js-api/#term-for-idl-DOMString", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-idl-DOMString", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-idl-DOMString", - "https://webassembly.github.io/exception-handling/js-api/#term-for-EnforceRange", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-EnforceRange", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-EnforceRange", - "https://webassembly.github.io/exception-handling/js-api/#term-for-Exposed", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-Exposed", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-Exposed", - "https://webassembly.github.io/exception-handling/js-api/#term-for-LegacyNamespace", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-LegacyNamespace", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-LegacyNamespace", - "https://webassembly.github.io/exception-handling/js-api/#term-for-idl-promise", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-idl-promise", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-idl-promise", - "https://webassembly.github.io/exception-handling/js-api/#term-for-idl-USVString", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-idl-USVString", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-idl-USVString", - "https://webassembly.github.io/exception-handling/js-api/#term-for-a-new-promise", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-a-new-promise", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-a-new-promise", - "https://webassembly.github.io/exception-handling/js-api/#term-for-idl-any", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-idl-any", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-idl-any", - "https://webassembly.github.io/exception-handling/js-api/#term-for-dfn-associated-realm", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-dfn-associated-realm", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-dfn-associated-realm", - "https://webassembly.github.io/exception-handling/js-api/#term-for-idl-boolean", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-idl-boolean", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-idl-boolean", - "https://webassembly.github.io/exception-handling/js-api/#term-for-create-a-namespace-object", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-create-a-namespace-object", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-create-a-namespace-object", - "https://webassembly.github.io/exception-handling/js-api/#term-for-dfn-get-buffer-source-copy", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-dfn-get-buffer-source-copy", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-dfn-get-buffer-source-copy", - "https://webassembly.github.io/exception-handling/js-api/#term-for-implements", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-implements", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-implements", - "https://webassembly.github.io/exception-handling/js-api/#term-for-dfn-namespace-object", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-dfn-namespace-object", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-dfn-namespace-object", - "https://webassembly.github.io/exception-handling/js-api/#term-for-new", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-new", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-new", - "https://webassembly.github.io/exception-handling/js-api/#term-for-idl-object", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-idl-object", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-idl-object", - "https://webassembly.github.io/exception-handling/js-api/#term-for-reject", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-reject", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-reject", - "https://webassembly.github.io/exception-handling/js-api/#term-for-resolve", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-resolve", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-resolve", - "https://webassembly.github.io/exception-handling/js-api/#term-for-idl-sequence", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-idl-sequence", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-idl-sequence", - "https://webassembly.github.io/exception-handling/js-api/#term-for-idl-undefined", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-idl-undefined", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-idl-undefined", - "https://webassembly.github.io/exception-handling/js-api/#term-for-idl-unsigned-long", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-idl-unsigned-long", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-idl-unsigned-long", - "https://webassembly.github.io/exception-handling/js-api/#term-for-upon-fulfillment", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-upon-fulfillment", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-upon-fulfillment", - "https://webassembly.github.io/exception-handling/js-api/#term-for-upon-rejection", - "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-term-for-upon-rejection", - "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-term-for-upon-rejection", + "https://webassembly.github.io/exception-handling/js-api/#f4fa6c3b5b502f3696b43d6fd31af1d1", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-f4fa6c3b5b502f3696b43d6fd31af1d1", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-f4fa6c3b5b502f3696b43d6fd31af1d1", + "https://webassembly.github.io/exception-handling/js-api/#e09fca85430ff149287f6d93b37c8c15", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-e09fca85430ff149287f6d93b37c8c15", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-e09fca85430ff149287f6d93b37c8c15", + "https://webassembly.github.io/exception-handling/js-api/#429c0489e0326514e300c5aa88ed1007", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-429c0489e0326514e300c5aa88ed1007", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-429c0489e0326514e300c5aa88ed1007", + "https://webassembly.github.io/exception-handling/js-api/#c95026beaa8440767d9b07e67366e8a7", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-c95026beaa8440767d9b07e67366e8a7", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-c95026beaa8440767d9b07e67366e8a7", + "https://webassembly.github.io/exception-handling/js-api/#0c9e797e72bde8efb55ad8d2eda1d5f8", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-0c9e797e72bde8efb55ad8d2eda1d5f8", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-0c9e797e72bde8efb55ad8d2eda1d5f8", + "https://webassembly.github.io/exception-handling/js-api/#72fdf0b5fe8752c4c260c5c35591c96c", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-72fdf0b5fe8752c4c260c5c35591c96c", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-72fdf0b5fe8752c4c260c5c35591c96c", + "https://webassembly.github.io/exception-handling/js-api/#28f48920b78e327d90225af978074155", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-28f48920b78e327d90225af978074155", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-28f48920b78e327d90225af978074155", + "https://webassembly.github.io/exception-handling/js-api/#ce883b0e417eec9f0157eb58a1f6687a", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-ce883b0e417eec9f0157eb58a1f6687a", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-ce883b0e417eec9f0157eb58a1f6687a", + "https://webassembly.github.io/exception-handling/js-api/#2b69410046aab674d5f0546bec85d1b3", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-2b69410046aab674d5f0546bec85d1b3", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-2b69410046aab674d5f0546bec85d1b3", + "https://webassembly.github.io/exception-handling/js-api/#3ab717bac9fe5f0d6360baad4ade33bf", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-3ab717bac9fe5f0d6360baad4ade33bf", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-3ab717bac9fe5f0d6360baad4ade33bf", + "https://webassembly.github.io/exception-handling/js-api/#5bda3708a69bf0a5f1c7bcf32ca7e6ef", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-5bda3708a69bf0a5f1c7bcf32ca7e6ef", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-5bda3708a69bf0a5f1c7bcf32ca7e6ef", + "https://webassembly.github.io/exception-handling/js-api/#e0244f5838364e387d445da10c328173", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-e0244f5838364e387d445da10c328173", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-e0244f5838364e387d445da10c328173", + "https://webassembly.github.io/exception-handling/js-api/#5684b5623507a5c6eec3a1cb6e984b36", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-5684b5623507a5c6eec3a1cb6e984b36", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-5684b5623507a5c6eec3a1cb6e984b36", + "https://webassembly.github.io/exception-handling/js-api/#531074a7e11a408006284b09e80cf28e", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-531074a7e11a408006284b09e80cf28e", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-531074a7e11a408006284b09e80cf28e", + "https://webassembly.github.io/exception-handling/js-api/#d8b6d30a55e77062023c20b5bcfb702a", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-d8b6d30a55e77062023c20b5bcfb702a", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-d8b6d30a55e77062023c20b5bcfb702a", + "https://webassembly.github.io/exception-handling/js-api/#6c9eecddeb7e35c49eca59bce9015c67", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-6c9eecddeb7e35c49eca59bce9015c67", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-6c9eecddeb7e35c49eca59bce9015c67", + "https://webassembly.github.io/exception-handling/js-api/#9a142bf29ca309ebca2d699b08202b71", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-9a142bf29ca309ebca2d699b08202b71", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-9a142bf29ca309ebca2d699b08202b71", + "https://webassembly.github.io/exception-handling/js-api/#033cf4cb1e71723e6ef691077fc71ec4", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-033cf4cb1e71723e6ef691077fc71ec4", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-033cf4cb1e71723e6ef691077fc71ec4", + "https://webassembly.github.io/exception-handling/js-api/#d32b1390391558cc643eb4484b86689c", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-d32b1390391558cc643eb4484b86689c", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-d32b1390391558cc643eb4484b86689c", + "https://webassembly.github.io/exception-handling/js-api/#96d5fccfa13a534afbd5a2eaab6fc9aa", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-96d5fccfa13a534afbd5a2eaab6fc9aa", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-96d5fccfa13a534afbd5a2eaab6fc9aa", + "https://webassembly.github.io/exception-handling/js-api/#e3ffa08d68f735cd91c31c77d413067b", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-e3ffa08d68f735cd91c31c77d413067b", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-e3ffa08d68f735cd91c31c77d413067b", + "https://webassembly.github.io/exception-handling/js-api/#6b851d3002c16407908210cc62ec845d", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-6b851d3002c16407908210cc62ec845d", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-6b851d3002c16407908210cc62ec845d", + "https://webassembly.github.io/exception-handling/js-api/#bd54e865f6cf8c81d4304224dc5b9357", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-bd54e865f6cf8c81d4304224dc5b9357", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-bd54e865f6cf8c81d4304224dc5b9357", + "https://webassembly.github.io/exception-handling/js-api/#76d62850626f8ade7bb77af7c33a572e", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-76d62850626f8ade7bb77af7c33a572e", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-76d62850626f8ade7bb77af7c33a572e", + "https://webassembly.github.io/exception-handling/js-api/#8db2ce32ffbfa926a827015e13b63572", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-8db2ce32ffbfa926a827015e13b63572", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-8db2ce32ffbfa926a827015e13b63572", + "https://webassembly.github.io/exception-handling/js-api/#b2ff07d8e192ec5b6439cbb3438919e0", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-b2ff07d8e192ec5b6439cbb3438919e0", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-b2ff07d8e192ec5b6439cbb3438919e0", + "https://webassembly.github.io/exception-handling/js-api/#302cedfdb84a1890d44ee2852a8b3a5e", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-302cedfdb84a1890d44ee2852a8b3a5e", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-302cedfdb84a1890d44ee2852a8b3a5e", + "https://webassembly.github.io/exception-handling/js-api/#ee722000a3b4cdd1cf50cb0d1410eef7", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-ee722000a3b4cdd1cf50cb0d1410eef7", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-ee722000a3b4cdd1cf50cb0d1410eef7", + "https://webassembly.github.io/exception-handling/js-api/#ad01574eec8030df636d6c90e881da4c", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-ad01574eec8030df636d6c90e881da4c", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-ad01574eec8030df636d6c90e881da4c", + "https://webassembly.github.io/exception-handling/js-api/#f85ed40465e9c207a1f2ae512e635445", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-f85ed40465e9c207a1f2ae512e635445", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-f85ed40465e9c207a1f2ae512e635445", + "https://webassembly.github.io/exception-handling/js-api/#81d8938134ef9eca2fb258c5bb361040", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-81d8938134ef9eca2fb258c5bb361040", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-81d8938134ef9eca2fb258c5bb361040", + "https://webassembly.github.io/exception-handling/js-api/#f9ff973df410c7c76ef668344a082ac4", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-f9ff973df410c7c76ef668344a082ac4", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-f9ff973df410c7c76ef668344a082ac4", + "https://webassembly.github.io/exception-handling/js-api/#8468dc7dcb5d21790299641ec4519929", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-8468dc7dcb5d21790299641ec4519929", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-8468dc7dcb5d21790299641ec4519929", + "https://webassembly.github.io/exception-handling/js-api/#81cb161ba7942a4b9bc1a608f72a2d03", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-81cb161ba7942a4b9bc1a608f72a2d03", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-81cb161ba7942a4b9bc1a608f72a2d03", + "https://webassembly.github.io/exception-handling/js-api/#80f183d540ce6f2d91785e2f8c994344", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-80f183d540ce6f2d91785e2f8c994344", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-80f183d540ce6f2d91785e2f8c994344", + "https://webassembly.github.io/exception-handling/js-api/#4178b1cf451b2d8df1004151384a8a33", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-4178b1cf451b2d8df1004151384a8a33", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-4178b1cf451b2d8df1004151384a8a33", + "https://webassembly.github.io/exception-handling/js-api/#3a2763fcaa6bc82693554cf36780c0dd", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-3a2763fcaa6bc82693554cf36780c0dd", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-3a2763fcaa6bc82693554cf36780c0dd", + "https://webassembly.github.io/exception-handling/js-api/#9dbf63d8856ba9efb3ff5ae22dfd1e0e", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-9dbf63d8856ba9efb3ff5ae22dfd1e0e", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-9dbf63d8856ba9efb3ff5ae22dfd1e0e", + "https://webassembly.github.io/exception-handling/js-api/#424f21847b3a3cf7fd3aa773788ba775", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-424f21847b3a3cf7fd3aa773788ba775", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-424f21847b3a3cf7fd3aa773788ba775", + "https://webassembly.github.io/exception-handling/js-api/#e2fac70cd6414ba8a79b031a1194f603", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-e2fac70cd6414ba8a79b031a1194f603", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-e2fac70cd6414ba8a79b031a1194f603", + "https://webassembly.github.io/exception-handling/js-api/#da7ed5f190c4eedd375552d6f7876301", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-da7ed5f190c4eedd375552d6f7876301", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-da7ed5f190c4eedd375552d6f7876301", + "https://webassembly.github.io/exception-handling/js-api/#8022a5f0b9910c35c5215fd070e93d09", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-8022a5f0b9910c35c5215fd070e93d09", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-8022a5f0b9910c35c5215fd070e93d09", + "https://webassembly.github.io/exception-handling/js-api/#fcfc8b0ed220faa237969aed00e2586d", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-fcfc8b0ed220faa237969aed00e2586d", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-fcfc8b0ed220faa237969aed00e2586d", + "https://webassembly.github.io/exception-handling/js-api/#0d3ee326a162c16997e7bb20e8b7133c", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-0d3ee326a162c16997e7bb20e8b7133c", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-0d3ee326a162c16997e7bb20e8b7133c", + "https://webassembly.github.io/exception-handling/js-api/#774d035c53e63931c91186473c19a838", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-774d035c53e63931c91186473c19a838", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-774d035c53e63931c91186473c19a838", + "https://webassembly.github.io/exception-handling/js-api/#9fda9133089970d69ace9de8f46a334c", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-9fda9133089970d69ace9de8f46a334c", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-9fda9133089970d69ace9de8f46a334c", + "https://webassembly.github.io/exception-handling/js-api/#fafd38d2108e357bcc9a6fd7f3cd04a7", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-fafd38d2108e357bcc9a6fd7f3cd04a7", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-fafd38d2108e357bcc9a6fd7f3cd04a7", + "https://webassembly.github.io/exception-handling/js-api/#6f2e2caca6e93162e900d159efe5b573", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-6f2e2caca6e93162e900d159efe5b573", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-6f2e2caca6e93162e900d159efe5b573", + "https://webassembly.github.io/exception-handling/js-api/#5c3d3462610d78bc92b91000cc511bc4", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-5c3d3462610d78bc92b91000cc511bc4", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-5c3d3462610d78bc92b91000cc511bc4", + "https://webassembly.github.io/exception-handling/js-api/#bed8381510f5967f5d37a33de776e857", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-bed8381510f5967f5d37a33de776e857", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-bed8381510f5967f5d37a33de776e857", + "https://webassembly.github.io/exception-handling/js-api/#a1425931844e1fadc0a466970c5bf048", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-a1425931844e1fadc0a466970c5bf048", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-a1425931844e1fadc0a466970c5bf048", + "https://webassembly.github.io/exception-handling/js-api/#4ee344c57d61d428a58778c8349d37d5", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-4ee344c57d61d428a58778c8349d37d5", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-4ee344c57d61d428a58778c8349d37d5", + "https://webassembly.github.io/exception-handling/js-api/#49b40bef5ef036470d81ea1b8da035b0", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-49b40bef5ef036470d81ea1b8da035b0", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-49b40bef5ef036470d81ea1b8da035b0", + "https://webassembly.github.io/exception-handling/js-api/#6fc97230486cbb1da5499165f9c60bf7", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-6fc97230486cbb1da5499165f9c60bf7", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-6fc97230486cbb1da5499165f9c60bf7", + "https://webassembly.github.io/exception-handling/js-api/#1ea553396a9773a1d66a0435b15e5c57", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-1ea553396a9773a1d66a0435b15e5c57", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-1ea553396a9773a1d66a0435b15e5c57", + "https://webassembly.github.io/exception-handling/js-api/#6289aa2eb4b6ccdd16167403378f6564", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-6289aa2eb4b6ccdd16167403378f6564", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-6289aa2eb4b6ccdd16167403378f6564", + "https://webassembly.github.io/exception-handling/js-api/#8b45d1c2df31f2d34a7d800a5d8bd3ff", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-8b45d1c2df31f2d34a7d800a5d8bd3ff", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-8b45d1c2df31f2d34a7d800a5d8bd3ff", + "https://webassembly.github.io/exception-handling/js-api/#0730789e1e633e9b0224bf58a3ecd904", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-0730789e1e633e9b0224bf58a3ecd904", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-0730789e1e633e9b0224bf58a3ecd904", + "https://webassembly.github.io/exception-handling/js-api/#0ffedc4e79ccee51eac86e1fe766531f", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-0ffedc4e79ccee51eac86e1fe766531f", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-0ffedc4e79ccee51eac86e1fe766531f", + "https://webassembly.github.io/exception-handling/js-api/#6295139b250030617f5b10e3c11acec4", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-6295139b250030617f5b10e3c11acec4", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-6295139b250030617f5b10e3c11acec4", + "https://webassembly.github.io/exception-handling/js-api/#38f42dd7ffa7a6881db9e01d733317ed", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-38f42dd7ffa7a6881db9e01d733317ed", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-38f42dd7ffa7a6881db9e01d733317ed", + "https://webassembly.github.io/exception-handling/js-api/#2461a60977f2d1323af594b9f9d99970", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-2461a60977f2d1323af594b9f9d99970", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-2461a60977f2d1323af594b9f9d99970", + "https://webassembly.github.io/exception-handling/js-api/#01689b0597dd85052e54b8b1119fe3d6", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-01689b0597dd85052e54b8b1119fe3d6", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-01689b0597dd85052e54b8b1119fe3d6", + "https://webassembly.github.io/exception-handling/js-api/#0782cc577329f4467533680b7ef446c0", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-0782cc577329f4467533680b7ef446c0", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-0782cc577329f4467533680b7ef446c0", + "https://webassembly.github.io/exception-handling/js-api/#bcd96568e4b6118385d010ec146ba927", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-bcd96568e4b6118385d010ec146ba927", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-bcd96568e4b6118385d010ec146ba927", + "https://webassembly.github.io/exception-handling/js-api/#e1f6242ddbbb452ddadca16dcccdf6d8", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-e1f6242ddbbb452ddadca16dcccdf6d8", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-e1f6242ddbbb452ddadca16dcccdf6d8", + "https://webassembly.github.io/exception-handling/js-api/#5502474f7e6e587ac0eda9e2dca56efb", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-5502474f7e6e587ac0eda9e2dca56efb", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-5502474f7e6e587ac0eda9e2dca56efb", + "https://webassembly.github.io/exception-handling/js-api/#a5975a3ddaf6269cd477fb08d45e60d1", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-a5975a3ddaf6269cd477fb08d45e60d1", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-a5975a3ddaf6269cd477fb08d45e60d1", + "https://webassembly.github.io/exception-handling/js-api/#960a3c13f1042cc3371b5eccbe0e6490", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-960a3c13f1042cc3371b5eccbe0e6490", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-960a3c13f1042cc3371b5eccbe0e6490", + "https://webassembly.github.io/exception-handling/js-api/#63c5c7154c21b074ff69325491dccb24", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-63c5c7154c21b074ff69325491dccb24", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-63c5c7154c21b074ff69325491dccb24", + "https://webassembly.github.io/exception-handling/js-api/#de80bf228c776e511be389039f1a919e", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-de80bf228c776e511be389039f1a919e", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-de80bf228c776e511be389039f1a919e", + "https://webassembly.github.io/exception-handling/js-api/#97aac4c8e767186788be2a506a1d0249", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-97aac4c8e767186788be2a506a1d0249", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-97aac4c8e767186788be2a506a1d0249", + "https://webassembly.github.io/exception-handling/js-api/#f718d845954174886a6ac4bf17b9fdf3", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-f718d845954174886a6ac4bf17b9fdf3", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-f718d845954174886a6ac4bf17b9fdf3", + "https://webassembly.github.io/exception-handling/js-api/#912aabdca789d58b0ce3634bc5370d63", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-912aabdca789d58b0ce3634bc5370d63", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-912aabdca789d58b0ce3634bc5370d63", + "https://webassembly.github.io/exception-handling/js-api/#cd70be018d2946c5d56fb2b5d7bf0725", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-cd70be018d2946c5d56fb2b5d7bf0725", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-cd70be018d2946c5d56fb2b5d7bf0725", + "https://webassembly.github.io/exception-handling/js-api/#3fb46adce2b2fc7f36ba35e11d6f48fc", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-3fb46adce2b2fc7f36ba35e11d6f48fc", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-3fb46adce2b2fc7f36ba35e11d6f48fc", + "https://webassembly.github.io/exception-handling/js-api/#9085f4160220bacd89c839fdc3659413", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-9085f4160220bacd89c839fdc3659413", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-9085f4160220bacd89c839fdc3659413", + "https://webassembly.github.io/exception-handling/js-api/#dfc82ff86fa2e5f096a83cd994b6ce40", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-dfc82ff86fa2e5f096a83cd994b6ce40", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-dfc82ff86fa2e5f096a83cd994b6ce40", + "https://webassembly.github.io/exception-handling/js-api/#cb68a816df8eb3b4e01a39392ca15750", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-cb68a816df8eb3b4e01a39392ca15750", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-cb68a816df8eb3b4e01a39392ca15750", + "https://webassembly.github.io/exception-handling/js-api/#bafae71c3f22660458fd00a3d7d81a43", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-bafae71c3f22660458fd00a3d7d81a43", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-bafae71c3f22660458fd00a3d7d81a43", + "https://webassembly.github.io/exception-handling/js-api/#ed82e09213e67c2a0592aa9521bb6348", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-ed82e09213e67c2a0592aa9521bb6348", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-ed82e09213e67c2a0592aa9521bb6348", + "https://webassembly.github.io/exception-handling/js-api/#ad93d751ee57e06391a312f66c3021ca", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-ad93d751ee57e06391a312f66c3021ca", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-ad93d751ee57e06391a312f66c3021ca", + "https://webassembly.github.io/exception-handling/js-api/#33fd7e2e63afc5f2d6d63e196b7c6018", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-33fd7e2e63afc5f2d6d63e196b7c6018", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-33fd7e2e63afc5f2d6d63e196b7c6018", + "https://webassembly.github.io/exception-handling/js-api/#8c460f107f3feaf0ebc5e83dd8776446", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-8c460f107f3feaf0ebc5e83dd8776446", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-8c460f107f3feaf0ebc5e83dd8776446", + "https://webassembly.github.io/exception-handling/js-api/#4475360123978eaf610f1bdb6c4076f3", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-4475360123978eaf610f1bdb6c4076f3", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-4475360123978eaf610f1bdb6c4076f3", + "https://webassembly.github.io/exception-handling/js-api/#1fee0bd382ec1719d94de46e6cf019a9", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-1fee0bd382ec1719d94de46e6cf019a9", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-1fee0bd382ec1719d94de46e6cf019a9", + "https://webassembly.github.io/exception-handling/js-api/#12bf6cbd60a71f54e6e1a68146d6f359", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-12bf6cbd60a71f54e6e1a68146d6f359", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-12bf6cbd60a71f54e6e1a68146d6f359", + "https://webassembly.github.io/exception-handling/js-api/#67b73772d4d6ac7d437707633dfac24a", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-67b73772d4d6ac7d437707633dfac24a", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-67b73772d4d6ac7d437707633dfac24a", + "https://webassembly.github.io/exception-handling/js-api/#0a6aeb9d010e843d9526bad8de2839c7", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-0a6aeb9d010e843d9526bad8de2839c7", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-0a6aeb9d010e843d9526bad8de2839c7", + "https://webassembly.github.io/exception-handling/js-api/#6136b53be9b93d1a9109978bb26ac0cc", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-6136b53be9b93d1a9109978bb26ac0cc", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-6136b53be9b93d1a9109978bb26ac0cc", + "https://webassembly.github.io/exception-handling/js-api/#51b972a80f85e1adfe9d7eb8080ce11c", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-51b972a80f85e1adfe9d7eb8080ce11c", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-51b972a80f85e1adfe9d7eb8080ce11c", + "https://webassembly.github.io/exception-handling/js-api/#3969b8d0c348b1780dbf454c4a7cb6c8", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-3969b8d0c348b1780dbf454c4a7cb6c8", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-3969b8d0c348b1780dbf454c4a7cb6c8", + "https://webassembly.github.io/exception-handling/js-api/#49661d73146b544d53a3dfa27d5f44bb", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-49661d73146b544d53a3dfa27d5f44bb", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-49661d73146b544d53a3dfa27d5f44bb", + "https://webassembly.github.io/exception-handling/js-api/#65d874b595707baeef7c9843777340a4", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-65d874b595707baeef7c9843777340a4", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-65d874b595707baeef7c9843777340a4", + "https://webassembly.github.io/exception-handling/js-api/#f34c80737d0d70f9174b8979f1f9b8f1", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-f34c80737d0d70f9174b8979f1f9b8f1", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-f34c80737d0d70f9174b8979f1f9b8f1", + "https://webassembly.github.io/exception-handling/js-api/#4cf9b6e24f08479466e0fffff7a64ec7", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-4cf9b6e24f08479466e0fffff7a64ec7", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-4cf9b6e24f08479466e0fffff7a64ec7", + "https://webassembly.github.io/exception-handling/js-api/#c2b83540ac5f821f020191ee31627658", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-c2b83540ac5f821f020191ee31627658", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-c2b83540ac5f821f020191ee31627658", + "https://webassembly.github.io/exception-handling/js-api/#5845fdf008c2db7e5151ce5ab700a212", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-5845fdf008c2db7e5151ce5ab700a212", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-5845fdf008c2db7e5151ce5ab700a212", + "https://webassembly.github.io/exception-handling/js-api/#dae9c1831107102e44c665fc6dece4c3", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-dae9c1831107102e44c665fc6dece4c3", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-dae9c1831107102e44c665fc6dece4c3", + "https://webassembly.github.io/exception-handling/js-api/#15101691a697369c7d5c2ef550eb2153", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-15101691a697369c7d5c2ef550eb2153", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-15101691a697369c7d5c2ef550eb2153", + "https://webassembly.github.io/exception-handling/js-api/#2eaba14074acbf76fc690120aa205b0d", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-2eaba14074acbf76fc690120aa205b0d", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-2eaba14074acbf76fc690120aa205b0d", + "https://webassembly.github.io/exception-handling/js-api/#844a951c825392e00a686b466598e4f5", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-844a951c825392e00a686b466598e4f5", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-844a951c825392e00a686b466598e4f5", + "https://webassembly.github.io/exception-handling/js-api/#d47a44cea3777bb7d73035749080ee81", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-d47a44cea3777bb7d73035749080ee81", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-d47a44cea3777bb7d73035749080ee81", + "https://webassembly.github.io/exception-handling/js-api/#21fcce43f0184566cc2c56948eba6828", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-21fcce43f0184566cc2c56948eba6828", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-21fcce43f0184566cc2c56948eba6828", + "https://webassembly.github.io/exception-handling/js-api/#229c9654aea3620e3036586c052b9a20", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-229c9654aea3620e3036586c052b9a20", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-229c9654aea3620e3036586c052b9a20", + "https://webassembly.github.io/exception-handling/js-api/#8fe9d1760b0703d2872a4ce50168e6ee", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-8fe9d1760b0703d2872a4ce50168e6ee", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-8fe9d1760b0703d2872a4ce50168e6ee", + "https://webassembly.github.io/exception-handling/js-api/#ed607b123b243ea9019545ef08467ae7", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-ed607b123b243ea9019545ef08467ae7", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-ed607b123b243ea9019545ef08467ae7", + "https://webassembly.github.io/exception-handling/js-api/#01c730778eec686bf480a3286ecdc125", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-01c730778eec686bf480a3286ecdc125", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-01c730778eec686bf480a3286ecdc125", + "https://webassembly.github.io/exception-handling/js-api/#cbe52f82c0f5e20d9820f654f72d0c9f", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-cbe52f82c0f5e20d9820f654f72d0c9f", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-cbe52f82c0f5e20d9820f654f72d0c9f", + "https://webassembly.github.io/exception-handling/js-api/#b18390163881da16d39b19aa2b18e2c2", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-b18390163881da16d39b19aa2b18e2c2", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-b18390163881da16d39b19aa2b18e2c2", + "https://webassembly.github.io/exception-handling/js-api/#c47e6fe0ca37d4f9a6ba393f28ce4a25", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-c47e6fe0ca37d4f9a6ba393f28ce4a25", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-c47e6fe0ca37d4f9a6ba393f28ce4a25", + "https://webassembly.github.io/exception-handling/js-api/#ce90dc10a51c0e734a14c3ce0feaa74e", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-ce90dc10a51c0e734a14c3ce0feaa74e", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-ce90dc10a51c0e734a14c3ce0feaa74e", + "https://webassembly.github.io/exception-handling/js-api/#e2272c908e9b53389df6ffbf795cecf7", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-e2272c908e9b53389df6ffbf795cecf7", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-e2272c908e9b53389df6ffbf795cecf7", + "https://webassembly.github.io/exception-handling/js-api/#d6b81ea2e67c16ef1088f5be2271741c", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-d6b81ea2e67c16ef1088f5be2271741c", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-d6b81ea2e67c16ef1088f5be2271741c", + "https://webassembly.github.io/exception-handling/js-api/#995679643cba873cdb30adad1283bd71", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-995679643cba873cdb30adad1283bd71", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-995679643cba873cdb30adad1283bd71", + "https://webassembly.github.io/exception-handling/js-api/#ee9f49bd37ab8a043818b08541a28655", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-ee9f49bd37ab8a043818b08541a28655", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-ee9f49bd37ab8a043818b08541a28655", + "https://webassembly.github.io/exception-handling/js-api/#87d6f9eedae8b615e0fbfb0000330ba5", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-87d6f9eedae8b615e0fbfb0000330ba5", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-87d6f9eedae8b615e0fbfb0000330ba5", + "https://webassembly.github.io/exception-handling/js-api/#8ab52296fdc3fbc2d22b5e54e9680360", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-8ab52296fdc3fbc2d22b5e54e9680360", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-8ab52296fdc3fbc2d22b5e54e9680360", + "https://webassembly.github.io/exception-handling/js-api/#81a4ecfa9f28ca2f6d2405abe93e14c9", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-81a4ecfa9f28ca2f6d2405abe93e14c9", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-81a4ecfa9f28ca2f6d2405abe93e14c9", + "https://webassembly.github.io/exception-handling/js-api/#e473ee541cd9958fe7f383002f6f85d2", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-e473ee541cd9958fe7f383002f6f85d2", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-e473ee541cd9958fe7f383002f6f85d2", + "https://webassembly.github.io/exception-handling/js-api/#a6cab247118eb1dbf4e46fa6fd57a378", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-a6cab247118eb1dbf4e46fa6fd57a378", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-a6cab247118eb1dbf4e46fa6fd57a378", + "https://webassembly.github.io/exception-handling/js-api/#3ee237556e8aa73ce7791dc5499593c8", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-3ee237556e8aa73ce7791dc5499593c8", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-3ee237556e8aa73ce7791dc5499593c8", + "https://webassembly.github.io/exception-handling/js-api/#c8391c063ad41220f2a2ba731b216926", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-c8391c063ad41220f2a2ba731b216926", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-c8391c063ad41220f2a2ba731b216926", + "https://webassembly.github.io/exception-handling/js-api/#f53032b6f3371d2d5f703b5d6329d30f", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-f53032b6f3371d2d5f703b5d6329d30f", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-f53032b6f3371d2d5f703b5d6329d30f", + "https://webassembly.github.io/exception-handling/js-api/#54ccbc1df576ff5a147e45945e144aa8", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-54ccbc1df576ff5a147e45945e144aa8", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-54ccbc1df576ff5a147e45945e144aa8", + "https://webassembly.github.io/exception-handling/js-api/#526eaab3feb90544ad81e181676e659a", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-526eaab3feb90544ad81e181676e659a", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-526eaab3feb90544ad81e181676e659a", + "https://webassembly.github.io/exception-handling/js-api/#07b2e8ca2bfe111f7643f5cd85c027cb", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-07b2e8ca2bfe111f7643f5cd85c027cb", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-07b2e8ca2bfe111f7643f5cd85c027cb", + "https://webassembly.github.io/exception-handling/js-api/#d7295384523e3db0569b81f0daa526aa", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-d7295384523e3db0569b81f0daa526aa", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-d7295384523e3db0569b81f0daa526aa", + "https://webassembly.github.io/exception-handling/js-api/#e2fbe9365ee1b841b2590d4ef72ec1ed", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-e2fbe9365ee1b841b2590d4ef72ec1ed", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-e2fbe9365ee1b841b2590d4ef72ec1ed", + "https://webassembly.github.io/exception-handling/js-api/#b74ef7ef4f28469b22e0c7b98acaa4bc", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-b74ef7ef4f28469b22e0c7b98acaa4bc", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-b74ef7ef4f28469b22e0c7b98acaa4bc", + "https://webassembly.github.io/exception-handling/js-api/#1fcbdca3bebbc8c92cea6e7184b4ea45", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-1fcbdca3bebbc8c92cea6e7184b4ea45", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-1fcbdca3bebbc8c92cea6e7184b4ea45", + "https://webassembly.github.io/exception-handling/js-api/#d0f238a61de9310f1738a214749fab18", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-d0f238a61de9310f1738a214749fab18", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-d0f238a61de9310f1738a214749fab18", + "https://webassembly.github.io/exception-handling/js-api/#e667e629f6d6cd7af11a164eb4bb237c", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-e667e629f6d6cd7af11a164eb4bb237c", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-e667e629f6d6cd7af11a164eb4bb237c", + "https://webassembly.github.io/exception-handling/js-api/#dde049eb112f043fc45407ec0d4cb457", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-dde049eb112f043fc45407ec0d4cb457", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-dde049eb112f043fc45407ec0d4cb457", + "https://webassembly.github.io/exception-handling/js-api/#51741dfeb57b79e73d72584442402979", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-51741dfeb57b79e73d72584442402979", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-51741dfeb57b79e73d72584442402979", + "https://webassembly.github.io/exception-handling/js-api/#93669c631ec1ef8e696b4c083bdbe12c", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-93669c631ec1ef8e696b4c083bdbe12c", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-93669c631ec1ef8e696b4c083bdbe12c", + "https://webassembly.github.io/exception-handling/js-api/#e270bcd7cdb4abe27bc3bb16a1975937", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-e270bcd7cdb4abe27bc3bb16a1975937", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-e270bcd7cdb4abe27bc3bb16a1975937", + "https://webassembly.github.io/exception-handling/js-api/#bbe33fc7ac016834e4aaddbfd1b084a1", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-bbe33fc7ac016834e4aaddbfd1b084a1", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-bbe33fc7ac016834e4aaddbfd1b084a1", + "https://webassembly.github.io/exception-handling/js-api/#8eec6bb7878bb17dddbbb727b8d77c28", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-8eec6bb7878bb17dddbbb727b8d77c28", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-8eec6bb7878bb17dddbbb727b8d77c28", + "https://webassembly.github.io/exception-handling/js-api/#e159894cefe61f9b891ab4ae95d2e9ff", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-e159894cefe61f9b891ab4ae95d2e9ff", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-e159894cefe61f9b891ab4ae95d2e9ff", + "https://webassembly.github.io/exception-handling/js-api/#f8062b07e25ed0281f5cbfb9a54070b4", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-f8062b07e25ed0281f5cbfb9a54070b4", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-f8062b07e25ed0281f5cbfb9a54070b4", + "https://webassembly.github.io/exception-handling/js-api/#4e7ddfbb4be25aadc1c7405f9e0db161", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-4e7ddfbb4be25aadc1c7405f9e0db161", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-4e7ddfbb4be25aadc1c7405f9e0db161", + "https://webassembly.github.io/exception-handling/js-api/#0603a0691b03d199124b442d2d3e4f87", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-0603a0691b03d199124b442d2d3e4f87", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-0603a0691b03d199124b442d2d3e4f87", + "https://webassembly.github.io/exception-handling/js-api/#7679a083d75d3f3e0e0197a006a5a99c", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-7679a083d75d3f3e0e0197a006a5a99c", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-7679a083d75d3f3e0e0197a006a5a99c", + "https://webassembly.github.io/exception-handling/js-api/#3c42cace2a2931c6e2afb6c8a72215e3", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-3c42cace2a2931c6e2afb6c8a72215e3", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-3c42cace2a2931c6e2afb6c8a72215e3", + "https://webassembly.github.io/exception-handling/js-api/#953fabe02580bd1bf2075c6b86152166", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-953fabe02580bd1bf2075c6b86152166", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-953fabe02580bd1bf2075c6b86152166", + "https://webassembly.github.io/exception-handling/js-api/#5039223412f0d0a24ee17570f82d3d59", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-5039223412f0d0a24ee17570f82d3d59", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-5039223412f0d0a24ee17570f82d3d59", + "https://webassembly.github.io/exception-handling/js-api/#f7204c0306e7ffcb24c31adf6e629e1d", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-f7204c0306e7ffcb24c31adf6e629e1d", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-f7204c0306e7ffcb24c31adf6e629e1d", + "https://webassembly.github.io/exception-handling/js-api/#f4f973f92274819781816b033aea1f11", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-f4f973f92274819781816b033aea1f11", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-f4f973f92274819781816b033aea1f11", + "https://webassembly.github.io/exception-handling/js-api/#38ab7db52e46bed36993204c29f67202", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-38ab7db52e46bed36993204c29f67202", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-38ab7db52e46bed36993204c29f67202", + "https://webassembly.github.io/exception-handling/js-api/#cee863f1f2ec91066cfb7f5d309d59dc", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-cee863f1f2ec91066cfb7f5d309d59dc", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-cee863f1f2ec91066cfb7f5d309d59dc", + "https://webassembly.github.io/exception-handling/js-api/#03fa8b99cc63b35d2e7dcadb686676f1", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-03fa8b99cc63b35d2e7dcadb686676f1", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-03fa8b99cc63b35d2e7dcadb686676f1", + "https://webassembly.github.io/exception-handling/js-api/#f5ca5e20b5517a5008ecab4bb1349e91", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-f5ca5e20b5517a5008ecab4bb1349e91", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-f5ca5e20b5517a5008ecab4bb1349e91", + "https://webassembly.github.io/exception-handling/js-api/#fa4b9722c62694623b5c8d8781bef7a7", + "https://webassembly.github.io/exception-handling/js-api/#infopanel-for-fa4b9722c62694623b5c8d8781bef7a7", + "https://webassembly.github.io/exception-handling/js-api/#infopaneltitle-for-fa4b9722c62694623b5c8d8781bef7a7", "https://webassembly.github.io/exception-handling/js-api/#references", "https://webassembly.github.io/exception-handling/js-api/#normative", "https://webassembly.github.io/exception-handling/js-api/#biblio-ecmascript", diff --git a/ed/index.json b/ed/index.json index 914c1429b79a..da6d6efc8c49 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2023-02-17T18:46:12.291Z", + "date": "2023-02-18T00:49:25.735Z", "options": { "fallback": "webref-fallback/ed/index.json", "output": "report", @@ -27,7 +27,7 @@ }, "stats": { "crawled": 556, - "errors": 4 + "errors": 0 }, "crawler": "reffy-11.4.5", "results": [ @@ -276,9 +276,9 @@ ], "crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-digest-headers.html", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 11:36:44 GMT" + "lastModified": "Fri, 17 Feb 2023 20:34:20 GMT" }, - "date": "16 February 2023", + "date": "17 February 2023", "links": "links/digest-headers.json", "refs": "refs/digest-headers.json", "headings": "headings/digest-headers.json", @@ -323,9 +323,9 @@ ], "crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 11:36:44 GMT" + "lastModified": "Fri, 17 Feb 2023 20:34:20 GMT" }, - "date": "16 February 2023", + "date": "17 February 2023", "links": "links/rfc6265bis.json", "refs": "refs/rfc6265bis.json", "headings": "headings/rfc6265bis.json", @@ -440,7 +440,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-typed-om-2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 15:32:06 GMT" + "lastModified": "Sat, 18 Feb 2023 00:31:30 GMT" }, "generator": "bikeshed", "date": "8 February 2021", @@ -488,7 +488,7 @@ ], "crawled": "https://drafts.css-houdini.org/font-metrics-api-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 15:32:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:31:53 GMT" }, "generator": "bikeshed", "date": "12 May 2021", @@ -541,7 +541,7 @@ ], "crawled": "https://drafts.csswg.org/css-anchor-position-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:34:42 GMT" }, "generator": "bikeshed", "date": "14 February 2023", @@ -601,7 +601,7 @@ ], "crawled": "https://drafts.csswg.org/css-animations-2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:34:50 GMT" }, "generator": "bikeshed", "date": "8 February 2023", @@ -662,10 +662,10 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:35:01 GMT" }, "generator": "bikeshed", - "date": "2 December 2022", + "date": "17 February 2023", "links": "links/css-backgrounds-4.json", "refs": "refs/css-backgrounds-4.json", "css": "css/css-backgrounds-4.json", @@ -722,7 +722,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-6/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:36:10 GMT" }, "generator": "bikeshed", "date": "15 February 2023", @@ -773,7 +773,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-hdr/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:36:17 GMT" }, "generator": "bikeshed", "date": "31 May 2021", @@ -825,7 +825,7 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-values-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:36:27 GMT" }, "generator": "bikeshed", "date": "14 July 2021", @@ -885,7 +885,7 @@ ], "crawled": "https://drafts.csswg.org/css-display-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:37:06 GMT" }, "generator": "bikeshed", "date": "19 January 2023", @@ -945,7 +945,7 @@ ], "crawled": "https://drafts.csswg.org/css-easing-2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:37:10 GMT" }, "generator": "bikeshed", "date": "29 November 2022", @@ -1004,7 +1004,7 @@ ], "crawled": "https://drafts.csswg.org/css-env-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:37:16 GMT" }, "generator": "bikeshed", "date": "30 August 2021", @@ -1057,7 +1057,7 @@ ], "crawled": "https://drafts.csswg.org/css-extensions-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:37:21 GMT" }, "generator": "bikeshed", "date": "26 August 2020", @@ -1110,7 +1110,7 @@ ], "crawled": "https://drafts.csswg.org/css-forms-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:38:07 GMT" }, "generator": "bikeshed", "date": "11 October 2017", @@ -1168,7 +1168,7 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:38:11 GMT" }, "generator": "bikeshed", "date": "27 June 2022", @@ -1228,7 +1228,7 @@ ], "crawled": "https://drafts.csswg.org/css-grid-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:39:04 GMT" }, "generator": "bikeshed", "date": "21 February 2021", @@ -1288,7 +1288,7 @@ ], "crawled": "https://drafts.csswg.org/css-images-5/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:39:22 GMT" }, "generator": "bikeshed", "date": "28 November 2022", @@ -1341,7 +1341,7 @@ ], "crawled": "https://drafts.csswg.org/css-link-params-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:39:33 GMT" }, "generator": "bikeshed", "date": "15 December 2022", @@ -1401,7 +1401,7 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:39:58 GMT" }, "generator": "bikeshed", "date": "5 October 2021", @@ -1519,7 +1519,7 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:41:19 GMT" }, "generator": "bikeshed", "date": "22 June 2022", @@ -1580,7 +1580,7 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:41:30 GMT" }, "generator": "bikeshed", "date": "7 March 2022", @@ -1639,7 +1639,7 @@ ], "crawled": "https://drafts.csswg.org/css-size-adjust-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:41:32 GMT" }, "generator": "bikeshed", "date": "22 June 2022", @@ -1699,7 +1699,7 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:42:58 GMT" }, "generator": "bikeshed", "date": "14 July 2022", @@ -1759,7 +1759,7 @@ ], "crawled": "https://drafts.csswg.org/css-values-5/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:43:32 GMT" }, "generator": "bikeshed", "date": "30 January 2023", @@ -1819,7 +1819,7 @@ ], "crawled": "https://drafts.csswg.org/css-variables-2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:43:40 GMT" }, "generator": "bikeshed", "date": "29 June 2022", @@ -1870,7 +1870,7 @@ ], "crawled": "https://drafts.csswg.org/css-viewport/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:43:50 GMT" }, "generator": "bikeshed", "date": "11 October 2022", @@ -1929,7 +1929,7 @@ ], "crawled": "https://drafts.csswg.org/web-animations-2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:45:56 GMT" }, "generator": "bikeshed", "date": "21 February 2023", @@ -2045,7 +2045,7 @@ ], "crawled": "https://drafts.fxtf.org/filter-effects-2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 15:29:44 GMT" + "lastModified": "Sat, 18 Feb 2023 00:29:12 GMT" }, "generator": "bikeshed", "date": "10 February 2022", @@ -5645,9 +5645,9 @@ ], "crawled": "https://tc39.es/ecma262/multipage/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 00:11:06 GMT" + "lastModified": "Fri, 17 Feb 2023 22:13:52 GMT" }, - "date": "16 February 2023", + "date": "17 February 2023", "links": "links/ecmascript.json", "dfns": "dfns/ecmascript.json", "headings": "headings/ecmascript.json", @@ -6915,9 +6915,9 @@ ], "crawled": "https://tc39.es/proposal-temporal/", "crawlCacheInfo": { - "lastModified": "Wed, 15 Feb 2023 00:32:46 GMT" + "lastModified": "Sat, 18 Feb 2023 00:40:29 GMT" }, - "date": "15 February 2023", + "date": "18 February 2023", "links": "links/tc39-temporal.json", "headings": "headings/tc39-temporal.json", "ids": "ids/tc39-temporal.json" @@ -8562,10 +8562,10 @@ ], "crawled": "https://webassembly.github.io/exception-handling/js-api/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 14:48:06 GMT" + "lastModified": "Fri, 17 Feb 2023 19:10:42 GMT" }, "generator": "bikeshed", - "date": "16 February 2023", + "date": "17 February 2023", "links": "links/wasm-js-api-2-fork-exception-handling.json", "refs": "refs/wasm-js-api-2-fork-exception-handling.json", "dfns": "dfns/wasm-js-api-2-fork-exception-handling.json", @@ -8938,10 +8938,10 @@ ], "crawled": "https://wicg.github.io/capability-delegation/spec.html", "crawlCacheInfo": { - "lastModified": "Wed, 15 Jun 2022 17:36:39 GMT" + "lastModified": "Fri, 17 Feb 2023 20:15:54 GMT" }, "generator": "bikeshed", - "date": "15 June 2022", + "date": "17 February 2023", "links": "links/capability-delegation.json", "refs": "refs/capability-delegation.json", "dfns": "dfns/capability-delegation.json", @@ -9213,10 +9213,10 @@ ], "crawled": "https://wicg.github.io/cookie-store/", "crawlCacheInfo": { - "lastModified": "Thu, 15 Sep 2022 20:04:37 GMT" + "lastModified": "Fri, 17 Feb 2023 23:00:32 GMT" }, "generator": "bikeshed", - "date": "15 September 2022", + "date": "17 February 2023", "links": "links/cookie-store.json", "refs": "refs/cookie-store.json", "events": "events/cookie-store.json", @@ -12473,7 +12473,7 @@ "https://www.rfc-editor.org/rfc/rfc2397" ], "crawled": "https://www.rfc-editor.org/rfc/rfc2397", - "date": "17 February 2023", + "date": "18 February 2023", "links": "links/rfc2397.json", "ids": "ids/rfc2397.json" }, @@ -12512,7 +12512,7 @@ "https://www.rfc-editor.org/rfc/rfc4120" ], "crawled": "https://www.rfc-editor.org/rfc/rfc4120", - "date": "17 February 2023", + "date": "18 February 2023", "links": "links/rfc4120.json", "ids": "ids/rfc4120.json" }, @@ -12645,7 +12645,7 @@ "https://www.rfc-editor.org/rfc/rfc6454" ], "crawled": "https://www.rfc-editor.org/rfc/rfc6454", - "date": "17 February 2023", + "date": "18 February 2023", "links": "links/rfc6454.json", "ids": "ids/rfc6454.json" }, @@ -12684,7 +12684,7 @@ "https://www.rfc-editor.org/rfc/rfc6797" ], "crawled": "https://www.rfc-editor.org/rfc/rfc6797", - "date": "17 February 2023", + "date": "18 February 2023", "links": "links/rfc6797.json", "ids": "ids/rfc6797.json" }, @@ -12723,7 +12723,7 @@ "https://www.rfc-editor.org/rfc/rfc7034" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7034", - "date": "17 February 2023", + "date": "18 February 2023", "links": "links/rfc7034.json", "ids": "ids/rfc7034.json" }, @@ -13045,7 +13045,7 @@ "https://www.rfc-editor.org/rfc/rfc7239" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7239", - "date": "17 February 2023", + "date": "18 February 2023", "links": "links/rfc7239.json", "ids": "ids/rfc7239.json" }, @@ -13084,7 +13084,7 @@ "https://www.rfc-editor.org/rfc/rfc7469" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7469", - "date": "17 February 2023", + "date": "18 February 2023", "links": "links/rfc7469.json", "ids": "ids/rfc7469.json" }, @@ -13217,7 +13217,7 @@ "https://www.rfc-editor.org/rfc/rfc7578" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7578", - "date": "17 February 2023", + "date": "18 February 2023", "links": "links/rfc7578.json", "ids": "ids/rfc7578.json" }, @@ -13585,7 +13585,7 @@ "https://www.rfc-editor.org/rfc/rfc8942" ], "crawled": "https://www.rfc-editor.org/rfc/rfc8942", - "date": "17 February 2023", + "date": "18 February 2023", "links": "links/rfc8942.json", "refs": "refs/rfc8942.json", "headings": "headings/rfc8942.json", @@ -13864,7 +13864,7 @@ "https://www.rfc-editor.org/rfc/rfc9163" ], "crawled": "https://www.rfc-editor.org/rfc/rfc9163", - "date": "17 February 2023", + "date": "18 February 2023", "links": "links/rfc9163.json", "refs": "refs/rfc9163.json", "headings": "headings/rfc9163.json", @@ -15223,7 +15223,7 @@ ], "crawled": "https://drafts.csswg.org/css-2022/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:34:26 GMT" }, "generator": "bikeshed", "date": "22 November 2022", @@ -15282,7 +15282,7 @@ ], "crawled": "https://drafts.csswg.org/css-2023/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:34:32 GMT" }, "generator": "bikeshed", "date": "14 February 2023", @@ -15347,7 +15347,7 @@ ], "crawled": "https://drafts.csswg.org/css-align-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:34:39 GMT" }, "generator": "bikeshed", "date": "13 February 2023", @@ -15410,7 +15410,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-animationworklet-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 15:31:47 GMT" + "lastModified": "Sat, 18 Feb 2023 00:31:11 GMT" }, "generator": "bikeshed", "date": "15 July 2022", @@ -15477,7 +15477,7 @@ ], "crawled": "https://drafts.csswg.org/css-animations-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 07:31:55 GMT" + "lastModified": "Sat, 18 Feb 2023 00:34:47 GMT" }, "generator": "bikeshed", "date": "16 October 2022", @@ -15488,8 +15488,7 @@ "css": "css/css-animations.json", "dfns": "dfns/css-animations-1.json", "headings": "headings/css-animations-1.json", - "ids": "ids/css-animations-1.json", - "error": "Error: Loading https://drafts.csswg.org/css-animations-1/ triggered HTTP status 504 Error: Loading https://drafts.csswg.org/css-animations-1/ triggered HTTP status 504\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:490:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:354:22)\n at async Promise.all (index 297)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:362:21)" + "ids": "ids/css-animations-1.json" }, { "url": "https://www.w3.org/TR/css-backgrounds-3/", @@ -15547,7 +15546,7 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 07:32:05 GMT" + "lastModified": "Sat, 18 Feb 2023 00:34:57 GMT" }, "generator": "bikeshed", "date": "13 February 2023", @@ -15556,8 +15555,7 @@ "css": "css/css-backgrounds.json", "dfns": "dfns/css-backgrounds-3.json", "headings": "headings/css-backgrounds-3.json", - "ids": "ids/css-backgrounds-3.json", - "error": "Error: Loading https://drafts.csswg.org/css-backgrounds-3/ triggered HTTP status 504 Error: Loading https://drafts.csswg.org/css-backgrounds-3/ triggered HTTP status 504\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:490:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:354:22)\n at async Promise.all (index 298)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:362:21)" + "ids": "ids/css-backgrounds-3.json" }, { "url": "https://www.w3.org/TR/css-box-3/", @@ -15582,7 +15580,7 @@ ], "release": { "url": "https://www.w3.org/TR/css-box-3/", - "status": "Candidate Recommendation Draft", + "status": "Proposed Recommendation", "filename": "Overview.html" }, "nightly": { @@ -15615,7 +15613,7 @@ ], "crawled": "https://drafts.csswg.org/css-box-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 07:32:11 GMT" + "lastModified": "Sat, 18 Feb 2023 00:35:04 GMT" }, "generator": "bikeshed", "date": "16 February 2023", @@ -15623,8 +15621,7 @@ "refs": "refs/css-box-3.json", "dfns": "dfns/css-box-3.json", "headings": "headings/css-box-3.json", - "ids": "ids/css-box-3.json", - "error": "Error: Loading https://drafts.csswg.org/css-box-3/ triggered HTTP status 504 Error: Loading https://drafts.csswg.org/css-box-3/ triggered HTTP status 504\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:490:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:354:22)\n at async Promise.all (index 299)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:362:21)" + "ids": "ids/css-box-3.json" }, { "url": "https://www.w3.org/TR/css-box-4/", @@ -15681,7 +15678,7 @@ ], "crawled": "https://drafts.csswg.org/css-box-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:35:16 GMT" }, "generator": "bikeshed", "date": "13 February 2023", @@ -15748,7 +15745,7 @@ ], "crawled": "https://drafts.csswg.org/css-break-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 07:32:27 GMT" + "lastModified": "Sat, 18 Feb 2023 00:35:20 GMT" }, "generator": "bikeshed", "date": "21 December 2022", @@ -15756,8 +15753,7 @@ "refs": "refs/css-break-3.json", "dfns": "dfns/css-break-3.json", "headings": "headings/css-break-3.json", - "ids": "ids/css-break-3.json", - "error": "Error: Loading https://drafts.csswg.org/css-break-3/ triggered HTTP status 504 Error: Loading https://drafts.csswg.org/css-break-3/ triggered HTTP status 504\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:490:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:354:22)\n at async Promise.all (index 301)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:362:21)" + "ids": "ids/css-break-3.json" }, { "url": "https://www.w3.org/TR/css-break-4/", @@ -15814,7 +15810,7 @@ ], "crawled": "https://drafts.csswg.org/css-break-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:35:24 GMT" }, "generator": "bikeshed", "date": "21 December 2022", @@ -15880,7 +15876,7 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:35:28 GMT" }, "generator": "bikeshed", "date": "29 December 2022", @@ -15947,10 +15943,10 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:35:33 GMT" }, "generator": "bikeshed", - "date": "29 December 2022", + "date": "17 February 2023", "links": "links/css-cascade-4.json", "refs": "refs/css-cascade-4.json", "dfns": "dfns/css-cascade-4.json", @@ -16013,7 +16009,7 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-5/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:35:39 GMT" }, "generator": "bikeshed", "date": "29 December 2022", @@ -16080,7 +16076,7 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-6/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:40:28 GMT" + "lastModified": "Sat, 18 Feb 2023 00:35:42 GMT" }, "generator": "bikeshed", "date": "17 February 2023", @@ -16212,7 +16208,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:35:59 GMT" }, "generator": "bikeshed", "date": "10 February 2023", @@ -16279,7 +16275,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-5/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:36:06 GMT" }, "generator": "bikeshed", "date": "16 February 2023", @@ -16346,7 +16342,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-adjust-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:36:15 GMT" }, "generator": "bikeshed", "date": "14 June 2022", @@ -16413,7 +16409,7 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:36:20 GMT" }, "generator": "bikeshed", "date": "13 January 2022", @@ -16481,7 +16477,7 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:36:22 GMT" }, "generator": "bikeshed", "date": "4 August 2022", @@ -16547,7 +16543,7 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-5/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:36:25 GMT" }, "generator": "bikeshed", "date": "21 December 2021", @@ -16613,7 +16609,7 @@ ], "crawled": "https://drafts.csswg.org/css-contain-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:36:32 GMT" }, "generator": "bikeshed", "date": "25 October 2022", @@ -16680,7 +16676,7 @@ ], "crawled": "https://drafts.csswg.org/css-contain-2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:36:39 GMT" }, "generator": "bikeshed", "date": "15 February 2023", @@ -16748,7 +16744,7 @@ ], "crawled": "https://drafts.csswg.org/css-contain-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:36:43 GMT" }, "generator": "bikeshed", "date": "29 November 2022", @@ -16815,7 +16811,7 @@ ], "crawled": "https://drafts.csswg.org/css-content-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:36:47 GMT" }, "generator": "bikeshed", "date": "22 June 2022", @@ -16881,7 +16877,7 @@ ], "crawled": "https://drafts.csswg.org/css-counter-styles-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:36:53 GMT" }, "generator": "bikeshed", "date": "8 August 2022", @@ -16949,7 +16945,7 @@ ], "crawled": "https://drafts.csswg.org/css-display-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:37:00 GMT" }, "generator": "bikeshed", "date": "23 December 2022", @@ -17015,7 +17011,7 @@ ], "crawled": "https://drafts.csswg.org/css-easing-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:37:08 GMT" }, "generator": "bikeshed", "date": "15 July 2022", @@ -17080,7 +17076,7 @@ ], "crawled": "https://drafts.csswg.org/css-flexbox-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:37:35 GMT" }, "generator": "bikeshed", "date": "19 January 2023", @@ -17146,7 +17142,7 @@ ], "crawled": "https://drafts.csswg.org/css-font-loading-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:37:40 GMT" }, "generator": "bikeshed", "date": "13 September 2021", @@ -17216,7 +17212,7 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:37:57 GMT" }, "generator": "bikeshed", "date": "14 February 2023", @@ -17283,7 +17279,7 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-5/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:38:05 GMT" }, "generator": "bikeshed", "date": "21 December 2021", @@ -17350,7 +17346,7 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:38:10 GMT" }, "generator": "bikeshed", "date": "15 November 2022", @@ -17416,7 +17412,7 @@ ], "crawled": "https://drafts.csswg.org/css-grid-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:38:47 GMT" }, "generator": "bikeshed", "date": "18 January 2023", @@ -17483,7 +17479,7 @@ ], "crawled": "https://drafts.csswg.org/css-grid-2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:39:00 GMT" }, "generator": "bikeshed", "date": "18 January 2023", @@ -17543,7 +17539,7 @@ ], "crawled": "https://drafts.csswg.org/css-highlight-api-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:39:07 GMT" }, "generator": "bikeshed", "date": "15 January 2023", @@ -17611,7 +17607,7 @@ ], "crawled": "https://drafts.csswg.org/css-images-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:39:13 GMT" }, "generator": "bikeshed", "date": "3 January 2023", @@ -17678,7 +17674,7 @@ ], "crawled": "https://drafts.csswg.org/css-images-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:39:20 GMT" }, "generator": "bikeshed", "date": "13 February 2023", @@ -17745,7 +17741,7 @@ ], "crawled": "https://drafts.csswg.org/css-inline-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:39:29 GMT" }, "generator": "bikeshed", "date": "2 December 2022", @@ -17808,7 +17804,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-layout-api-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 15:31:54 GMT" + "lastModified": "Sat, 18 Feb 2023 00:31:18 GMT" }, "generator": "bikeshed", "date": "15 July 2022", @@ -17869,7 +17865,7 @@ ], "crawled": "https://drafts.csswg.org/css-line-grid-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:39:31 GMT" }, "generator": "bikeshed", "date": "15 July 2022", @@ -17935,7 +17931,7 @@ ], "crawled": "https://drafts.csswg.org/css-lists-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:39:38 GMT" }, "generator": "bikeshed", "date": "24 February 2022", @@ -18001,7 +17997,7 @@ ], "crawled": "https://drafts.csswg.org/css-logical-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:39:43 GMT" }, "generator": "bikeshed", "date": "30 March 2022", @@ -18064,7 +18060,7 @@ ], "crawled": "https://drafts.fxtf.org/css-masking-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 15:29:34 GMT" + "lastModified": "Sat, 18 Feb 2023 00:29:02 GMT" }, "generator": "bikeshed", "date": "20 September 2022", @@ -18133,7 +18129,7 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:39:56 GMT" }, "generator": "bikeshed", "date": "12 February 2023", @@ -18199,7 +18195,7 @@ ], "crawled": "https://drafts.csswg.org/css-namespaces-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:39:59 GMT" }, "generator": "bikeshed", "date": "18 August 2020", @@ -18259,7 +18255,7 @@ ], "crawled": "https://drafts.csswg.org/css-nav-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:40:06 GMT" }, "generator": "bikeshed", "date": "17 May 2021", @@ -18321,7 +18317,7 @@ ], "crawled": "https://drafts.csswg.org/css-nesting-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:40:09 GMT" }, "generator": "bikeshed", "date": "16 February 2023", @@ -18389,7 +18385,7 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:40:14 GMT" }, "generator": "bikeshed", "date": "2 February 2023", @@ -18455,7 +18451,7 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:40:19 GMT" }, "generator": "bikeshed", "date": "2 February 2023", @@ -18521,7 +18517,7 @@ ], "crawled": "https://drafts.csswg.org/css-overscroll-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:40:21 GMT" }, "generator": "bikeshed", "date": "1 June 2022", @@ -18588,7 +18584,7 @@ ], "crawled": "https://drafts.csswg.org/css-page-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:40:26 GMT" }, "generator": "bikeshed", "date": "24 May 2022", @@ -18648,7 +18644,7 @@ ], "crawled": "https://drafts.csswg.org/css-page-floats-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:40:29 GMT" }, "generator": "bikeshed", "date": "5 October 2021", @@ -18711,7 +18707,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-paint-api-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 15:31:58 GMT" + "lastModified": "Sat, 18 Feb 2023 00:31:23 GMT" }, "generator": "bikeshed", "date": "15 December 2020", @@ -18778,7 +18774,7 @@ ], "crawled": "https://drafts.csswg.org/css-position-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:40:35 GMT" }, "generator": "bikeshed", "date": "13 February 2023", @@ -18845,7 +18841,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-properties-values-api-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 15:32:05 GMT" + "lastModified": "Sat, 18 Feb 2023 00:31:29 GMT" }, "generator": "bikeshed", "date": "3 February 2023", @@ -18912,7 +18908,7 @@ ], "crawled": "https://drafts.csswg.org/css-pseudo-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:40:46 GMT" }, "generator": "bikeshed", "date": "15 January 2023", @@ -18973,7 +18969,7 @@ ], "crawled": "https://drafts.csswg.org/css-regions-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:40:50 GMT" }, "generator": "bikeshed", "date": "17 May 2021", @@ -19034,7 +19030,7 @@ ], "crawled": "https://drafts.csswg.org/css-rhythm-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:40:52 GMT" }, "generator": "bikeshed", "date": "22 June 2022", @@ -19100,7 +19096,7 @@ ], "crawled": "https://drafts.csswg.org/css-round-display-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:40:56 GMT" }, "generator": "bikeshed", "date": "21 February 2021", @@ -19166,7 +19162,7 @@ ], "crawled": "https://drafts.csswg.org/css-ruby-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:41:06 GMT" }, "generator": "bikeshed", "date": "27 December 2022", @@ -19232,7 +19228,7 @@ ], "crawled": "https://drafts.csswg.org/css-scoping-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:41:10 GMT" }, "generator": "bikeshed", "date": "20 July 2022", @@ -19298,7 +19294,7 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-anchoring-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:41:12 GMT" }, "generator": "bikeshed", "date": "22 December 2020", @@ -19365,7 +19361,7 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:41:17 GMT" }, "generator": "bikeshed", "date": "22 June 2022", @@ -19431,7 +19427,7 @@ ], "crawled": "https://drafts.csswg.org/css-scrollbars-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:41:21 GMT" }, "generator": "bikeshed", "date": "7 December 2021", @@ -19497,7 +19493,7 @@ ], "crawled": "https://drafts.csswg.org/css-shadow-parts-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:41:24 GMT" }, "generator": "bikeshed", "date": "15 September 2020", @@ -19565,7 +19561,7 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:41:27 GMT" }, "generator": "bikeshed", "date": "15 November 2022", @@ -19632,7 +19628,7 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:41:36 GMT" }, "generator": "bikeshed", "date": "5 September 2022", @@ -19698,7 +19694,7 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:41:40 GMT" }, "generator": "bikeshed", "date": "26 October 2022", @@ -19764,7 +19760,7 @@ ], "crawled": "https://drafts.csswg.org/css-speech-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:41:47 GMT" }, "generator": "bikeshed", "date": "13 February 2023", @@ -19893,7 +19889,7 @@ ], "crawled": "https://drafts.csswg.org/css-syntax-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:41:55 GMT" }, "generator": "bikeshed", "date": "30 October 2022", @@ -19959,7 +19955,7 @@ ], "crawled": "https://drafts.csswg.org/css-tables-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:42:02 GMT" }, "generator": "bikeshed", "date": "29 June 2022", @@ -20026,7 +20022,7 @@ ], "crawled": "https://drafts.csswg.org/css-text-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:42:13 GMT" }, "generator": "bikeshed", "date": "13 February 2023", @@ -20092,7 +20088,7 @@ ], "crawled": "https://drafts.csswg.org/css-text-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:42:32 GMT" }, "generator": "bikeshed", "date": "31 January 2023", @@ -20159,7 +20155,7 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:42:36 GMT" }, "generator": "bikeshed", "date": "18 August 2022", @@ -20225,7 +20221,7 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:42:42 GMT" }, "generator": "bikeshed", "date": "2 September 2022", @@ -20292,7 +20288,7 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:42:47 GMT" }, "generator": "bikeshed", "date": "16 February 2022", @@ -20358,7 +20354,7 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:42:51 GMT" }, "generator": "bikeshed", "date": "9 August 2022", @@ -20425,7 +20421,7 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:42:56 GMT" }, "generator": "bikeshed", "date": "8 February 2023", @@ -20495,7 +20491,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-typed-om-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 15:32:28 GMT" + "lastModified": "Sat, 18 Feb 2023 00:31:51 GMT" }, "generator": "bikeshed", "date": "20 April 2022", @@ -20561,7 +20557,7 @@ ], "crawled": "https://drafts.csswg.org/css-ui-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:43:03 GMT" }, "generator": "bikeshed", "date": "29 June 2022", @@ -20627,7 +20623,7 @@ ], "crawled": "https://drafts.csswg.org/css-ui-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:43:10 GMT" }, "generator": "bikeshed", "date": "29 June 2022", @@ -20695,7 +20691,7 @@ ], "crawled": "https://drafts.csswg.org/css-values-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:43:16 GMT" }, "generator": "bikeshed", "date": "9 December 2022", @@ -20762,7 +20758,7 @@ ], "crawled": "https://drafts.csswg.org/css-values-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:43:28 GMT" }, "generator": "bikeshed", "date": "30 January 2023", @@ -20829,7 +20825,7 @@ ], "crawled": "https://drafts.csswg.org/css-variables-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:43:36 GMT" }, "generator": "bikeshed", "date": "27 June 2022", @@ -20888,7 +20884,7 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:43:47 GMT" }, "generator": "bikeshed", "date": "24 November 2022", @@ -20955,7 +20951,7 @@ ], "crawled": "https://drafts.csswg.org/css-will-change-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:43:53 GMT" }, "generator": "bikeshed", "date": "29 April 2022", @@ -21022,7 +21018,7 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:43:59 GMT" }, "generator": "bikeshed", "date": "31 October 2022", @@ -21088,7 +21084,7 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:44:06 GMT" }, "generator": "bikeshed", "date": "3 October 2022", @@ -21183,7 +21179,7 @@ ], "crawled": "https://drafts.csswg.org/css2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:44:22 GMT" }, "generator": "bikeshed", "date": "15 November 2022", @@ -21277,7 +21273,7 @@ ], "crawled": "https://drafts.csswg.org/css2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:44:22 GMT" }, "generator": "bikeshed", "date": "15 November 2022", @@ -21343,7 +21339,7 @@ ], "crawled": "https://drafts.csswg.org/css-exclusions-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:37:18 GMT" }, "generator": "bikeshed", "date": "27 July 2021", @@ -21409,7 +21405,7 @@ ], "crawled": "https://drafts.csswg.org/cssom-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:44:38 GMT" }, "generator": "bikeshed", "date": "18 October 2022", @@ -21476,7 +21472,7 @@ ], "crawled": "https://drafts.csswg.org/cssom-view-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:44:49 GMT" }, "generator": "bikeshed", "date": "19 November 2022", @@ -22187,7 +22183,7 @@ ], "crawled": "https://drafts.fxtf.org/fill-stroke-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 15:29:42 GMT" + "lastModified": "Sat, 18 Feb 2023 00:29:10 GMT" }, "generator": "bikeshed", "date": "4 April 2017", @@ -22251,7 +22247,7 @@ ], "crawled": "https://drafts.fxtf.org/filter-effects-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 15:30:11 GMT" + "lastModified": "Sat, 18 Feb 2023 00:29:39 GMT" }, "generator": "bikeshed", "date": "12 September 2022", @@ -22622,7 +22618,7 @@ ], "crawled": "https://drafts.fxtf.org/geometry-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 15:30:21 GMT" + "lastModified": "Sat, 18 Feb 2023 00:29:52 GMT" }, "generator": "bikeshed", "date": "10 February 2022", @@ -24473,7 +24469,7 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:45:01 GMT" }, "generator": "bikeshed", "date": "29 December 2022", @@ -24539,7 +24535,7 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-5/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:45:11 GMT" }, "generator": "bikeshed", "date": "24 August 2022", @@ -24947,7 +24943,7 @@ ], "crawled": "https://drafts.fxtf.org/motion-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 15:30:27 GMT" + "lastModified": "Sat, 18 Feb 2023 00:29:58 GMT" }, "generator": "bikeshed", "date": "6 February 2023", @@ -25794,10 +25790,10 @@ ], "crawled": "https://w3c.github.io/webappsec-permissions-policy/", "crawlCacheInfo": { - "lastModified": "Mon, 23 Jan 2023 18:46:10 GMT" + "lastModified": "Fri, 17 Feb 2023 19:53:41 GMT" }, "generator": "bikeshed", - "date": "23 January 2023", + "date": "17 February 2023", "links": "links/permissions-policy-1.json", "refs": "refs/permissions-policy-1.json", "idl": "idl/permissions-policy.idl", @@ -26606,7 +26602,7 @@ ], "crawled": "https://drafts.csswg.org/resize-observer-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:45:15 GMT" }, "generator": "bikeshed", "date": "27 January 2023", @@ -26979,7 +26975,7 @@ ], "crawled": "https://drafts.csswg.org/scroll-animations-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:45:20 GMT" }, "generator": "bikeshed", "date": "13 December 2022", @@ -27297,7 +27293,7 @@ ], "crawled": "https://drafts.csswg.org/selectors-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:45:31 GMT" }, "generator": "bikeshed", "date": "11 January 2023", @@ -27357,7 +27353,7 @@ ], "crawled": "https://drafts.csswg.org/selectors-nonelement-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:30 GMT" + "lastModified": "Sat, 18 Feb 2023 00:45:33 GMT" }, "generator": "bikeshed", "date": "6 February 2021", @@ -28998,7 +28994,7 @@ ], "crawled": "https://drafts.csswg.org/web-animations-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 18:21:31 GMT" + "lastModified": "Sat, 18 Feb 2023 00:45:50 GMT" }, "generator": "bikeshed", "date": "6 February 2023", diff --git a/ed/links/capability-delegation.json b/ed/links/capability-delegation.json index 053093da72ed..371132dad691 100644 --- a/ed/links/capability-delegation.json +++ b/ed/links/capability-delegation.json @@ -5,6 +5,7 @@ }, "links": { "http://www.w3.org/community/": {}, + "https://datatracker.ietf.org/doc/html/rfc2119": {}, "https://fullscreen.spec.whatwg.org/": { "anchors": [ "dom-element-requestfullscreen" @@ -13,7 +14,7 @@ }, "https://github.com/w3c/webappsec-permissions-policy/blob/main/features.md": {}, "https://html.spec.whatwg.org/multipage/": {}, - "https://html.spec.whatwg.org/multipage/browsers.html": { + "https://html.spec.whatwg.org/multipage/document-sequences.html": { "anchors": [ "browsing-context" ] @@ -33,6 +34,13 @@ "consume-user-activation" ] }, + "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { + "anchors": [ + "dom-open", + "windowpostmessageoptions", + "window" + ] + }, "https://html.spec.whatwg.org/multipage/web-messaging.html": { "anchors": [ "posting-messages", @@ -41,16 +49,14 @@ }, "https://html.spec.whatwg.org/multipage/webappapis.html": { "anchors": [ - "concept-settings-object-global" + "concept-settings-object-global", + "concept-relevant-global" ] }, "https://html.spec.whatwg.org/multipage/window-object.html": { "anchors": [ - "dom-open", - "windowpostmessageoptions", "concept-document-window", - "dom-windowpostmessageoptions-targetorigin", - "window" + "dom-windowpostmessageoptions-targetorigin" ] }, "https://infra.spec.whatwg.org/": { @@ -59,35 +65,48 @@ ], "specShortname": "infra" }, - "https://tools.ietf.org/html/rfc2119": {}, "https://w3c.github.io/hr-time/": { "anchors": [ + "dom-domhighrestimestamp", "dfn-current-high-resolution-time" ], "specShortname": "hr-time-3" }, + "https://w3c.github.io/mediacapture-screen-share/": { + "anchors": [ + "dom-mediadevices-getdisplaymedia" + ], + "specShortname": "screen-capture" + }, + "https://w3c.github.io/payment-request/": { + "anchors": [ + "dom-paymentrequest-show" + ], + "specShortname": "payment-request-1.1" + }, "https://w3c.github.io/webappsec-permissions-policy/": { "anchors": [ + "ascii-serialization", "supported-features" ], "specShortname": "permissions-policy-1" }, - "https://www.w3.org/TR/hr-time-2/": { - "anchors": [ - "dom-domhighrestimestamp" - ] + "https://w3c.github.io/webcrypto/": { + "specShortname": "WebCryptoAPI" }, - "https://www.w3.org/TR/payment-request/": { + "https://webidl.spec.whatwg.org/": { "anchors": [ - "dom-paymentrequest-show" + "reject", + "dom-domexception-name", + "invalidstateerror" ], - "specShortname": "payment-request-1.1" + "specShortname": "webidl" }, - "https://www.w3.org/TR/permissions-policy/": { + "https://www.w3.org/TR/WebCryptoAPI/": { "anchors": [ - "ascii-serialization" + "dfn-DOMException" ], - "specShortname": "permissions-policy-1" + "specShortname": "WebCryptoAPI" }, "https://www.w3.org/community/about/agreements/cla/": {}, "https://www.w3.org/community/wicg/": {} diff --git a/ed/links/cookie-store.json b/ed/links/cookie-store.json index f294157aa4a6..e36c262e698a 100644 --- a/ed/links/cookie-store.json +++ b/ed/links/cookie-store.json @@ -48,8 +48,7 @@ }, "https://fetch.spec.whatwg.org/": { "anchors": [ - "concept-fetch", - "concept-request-window" + "concept-fetch" ], "specShortname": "fetch" }, @@ -57,14 +56,17 @@ "https://github.com/tabatkins/bikeshed": {}, "https://github.com/w3c/ServiceWorker/issues/707": {}, "https://html.spec.whatwg.org/multipage/": {}, - "https://html.spec.whatwg.org/multipage/dom.html": { + "https://html.spec.whatwg.org/multipage/browsers.html": { "anchors": [ - "dom-document-cookie" + "dom-document-domain", + "concept-origin", + "concept-origin-opaque", + "same-origin" ] }, - "https://html.spec.whatwg.org/multipage/history.html": { + "https://html.spec.whatwg.org/multipage/dom.html": { "anchors": [ - "dom-history-replacestate" + "dom-document-cookie" ] }, "https://html.spec.whatwg.org/multipage/infrastructure.html": { @@ -72,12 +74,10 @@ "in-parallel" ] }, - "https://html.spec.whatwg.org/multipage/origin.html": { + "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { "anchors": [ - "dom-document-domain", - "concept-origin", - "concept-origin-opaque", - "same-origin" + "window", + "dom-history-replacestate" ] }, "https://html.spec.whatwg.org/multipage/webappapis.html": { @@ -94,10 +94,16 @@ "secure-context" ] }, - "https://html.spec.whatwg.org/multipage/window-object.html": { + "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html": { "anchors": [ - "window" - ] + "section-5", + "section-5.6", + "section-5.7", + "section-5.1.1", + "section-5.7.3", + "section-1" + ], + "specShortname": "rfc6265bis" }, "https://infra.spec.whatwg.org/": { "anchors": [ @@ -131,16 +137,7 @@ "sec-time-values-and-time-range" ] }, - "https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis": { - "anchors": [ - "section-5", - "section-5.5", - "section-5.6", - "section-5.1.1", - "section-5.6.3", - "section-1" - ] - }, + "https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis": {}, "https://url.spec.whatwg.org/": { "anchors": [ "concept-basic-url-parser", @@ -164,6 +161,9 @@ "specShortname": "service-workers" }, "https://w3c.github.io/hr-time/": { + "anchors": [ + "dom-epochtimestamp" + ], "specShortname": "hr-time-3" }, "https://web.archive.org/web/0/http://wp.netscape.com/newsref/std/cookie_spec.html": {}, @@ -190,12 +190,6 @@ ], "specShortname": "webidl" }, - "https://www.w3.org/TR/hr-time-3/": { - "anchors": [ - "dom-epochtimestamp" - ], - "specShortname": "hr-time-3" - }, "https://www.w3.org/community/about/agreements/cla/": {}, "https://www.w3.org/community/wicg/": {} } diff --git a/ed/links/css-backgrounds-4.json b/ed/links/css-backgrounds-4.json index 2a4084c672bc..9180f1e9e638 100644 --- a/ed/links/css-backgrounds-4.json +++ b/ed/links/css-backgrounds-4.json @@ -41,7 +41,8 @@ }, "https://drafts.csswg.org/css-box-4/": { "anchors": [ - "padding-edge" + "padding-edge", + "border-box" ], "specShortname": "css-box-4" }, diff --git a/ed/links/css-cascade-4.json b/ed/links/css-cascade-4.json index 4e43d3e31b07..6686aa954c53 100644 --- a/ed/links/css-cascade-4.json +++ b/ed/links/css-cascade-4.json @@ -95,9 +95,6 @@ "specShortname": "css-break-3" }, "https://drafts.csswg.org/css-cascade-3/issues-cr-2016": {}, - "https://drafts.csswg.org/css-cascade-5/": { - "specShortname": "css-cascade-5" - }, "https://drafts.csswg.org/css-color-4/": { "anchors": [ "propdef-color", @@ -427,12 +424,6 @@ "https://www.w3.org/TR/css-cascade-3/": { "specShortname": "css-cascade-3" }, - "https://www.w3.org/TR/css-cascade-5/": { - "anchors": [ - "valdef-all-revert" - ], - "specShortname": "css-cascade-5" - }, "https://www.w3.org/TR/css-cascade/": { "anchors": [ "initial-values", diff --git a/ed/links/css-cascade-6.json b/ed/links/css-cascade-6.json index d71b507c7083..6c76a47341b5 100644 --- a/ed/links/css-cascade-6.json +++ b/ed/links/css-cascade-6.json @@ -33,7 +33,12 @@ "anchors": [ "concept-shadow-tree", "concept-shadow-including-tree-order", - "element-shadow-host" + "boundary-point-node", + "concept-tree-inclusive-descendant", + "element-shadow-host", + "parent-element", + "concept-tree-root", + "concept-node-tree" ], "specShortname": "dom" }, @@ -132,7 +137,8 @@ }, "https://drafts.csswg.org/cssom-1/": { "anchors": [ - "cssstyledeclaration-declarations" + "cssstyledeclaration-declarations", + "cssstyledeclaration-owner-node" ], "specShortname": "cssom-1" }, @@ -147,12 +153,12 @@ }, "https://drafts.csswg.org/selectors-4/": { "anchors": [ - "typedef-forgiving-selector-list", "scoping-root", - "scoped-selector", - "pseudo-element", "scope-pseudo", "selector-subject", + "scoped-selector", + "typedef-forgiving-selector-list", + "pseudo-element", "complex", "matches-pseudo", "descendant-combinator" @@ -170,6 +176,7 @@ }, "https://github.com/w3c/csswg-drafts/issues": {}, "https://github.com/w3c/csswg-drafts/issues/6577": {}, + "https://github.com/w3c/csswg-drafts/issues/6606": {}, "https://github.com/w3c/csswg-drafts/issues/6790": {}, "https://github.com/w3c/csswg-drafts/issues/7382": {}, "https://github.com/w3c/csswg-drafts/issues/7709": {}, diff --git a/ed/links/tc39-temporal.json b/ed/links/tc39-temporal.json index a4a729f3769d..b3b876dba216 100644 --- a/ed/links/tc39-temporal.json +++ b/ed/links/tc39-temporal.json @@ -96,7 +96,6 @@ "sec-stringtocodepoints", "sec-tointegerorinfinity", "sec-samevalue", - "sec-deletepropertyorthrow", "eqn-DayWithinYear", "sec-week-day", "sec-toobject", diff --git a/ed/links/web-animations-2.json b/ed/links/web-animations-2.json index a5430d9e5236..59046f450da4 100644 --- a/ed/links/web-animations-2.json +++ b/ed/links/web-animations-2.json @@ -116,6 +116,7 @@ }, "https://www.w3.org/Style/CSS/Test/": {}, "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/2dcontext/": {}, "https://www.w3.org/TR/CSS/": { "anchors": [ "future-proofing", @@ -190,11 +191,6 @@ "concept-tree-last-child" ] }, - "https://www.w3.org/TR/html5/scripting-1.html": { - "anchors": [ - "the-canvas-element" - ] - }, "https://www.w3.org/TR/web-animations-1/": { "anchors": [ "animation-current-time", diff --git a/ed/refs/capability-delegation.json b/ed/refs/capability-delegation.json index d90b9851ff2c..5958d34dc59a 100644 --- a/ed/refs/capability-delegation.json +++ b/ed/refs/capability-delegation.json @@ -10,8 +10,8 @@ "url": "https://fullscreen.spec.whatwg.org/" }, { - "name": "HR-TIME-2", - "url": "https://www.w3.org/TR/hr-time-2/" + "name": "HR-TIME-3", + "url": "https://w3c.github.io/hr-time/" }, { "name": "HTML", @@ -22,14 +22,35 @@ "url": "https://infra.spec.whatwg.org/" }, { - "name": "PAYMENT-REQUEST", - "url": "https://www.w3.org/TR/payment-request/" + "name": "PAYMENT-REQUEST-1.1", + "url": "https://w3c.github.io/payment-request/" + }, + { + "name": "PERMISSIONS-POLICY-1", + "url": "https://w3c.github.io/webappsec-permissions-policy/" }, { "name": "RFC2119", - "url": "https://tools.ietf.org/html/rfc2119" + "url": "https://datatracker.ietf.org/doc/html/rfc2119" + }, + { + "name": "SCREEN-CAPTURE", + "url": "https://w3c.github.io/mediacapture-screen-share/" + }, + { + "name": "WebCryptoAPI", + "url": "https://w3c.github.io/webcrypto/" + }, + { + "name": "WEBIDL", + "url": "https://webidl.spec.whatwg.org/" } ], - "informative": [] + "informative": [ + { + "name": "PAYMENT-REQUEST", + "url": "https://w3c.github.io/payment-request/" + } + ] } } \ No newline at end of file diff --git a/ed/refs/css-cascade-4.json b/ed/refs/css-cascade-4.json index 8feb3cd97b3d..5e96fcf0671e 100644 --- a/ed/refs/css-cascade-4.json +++ b/ed/refs/css-cascade-4.json @@ -13,10 +13,6 @@ "name": "CSS-BACKGROUNDS-3", "url": "https://drafts.csswg.org/css-backgrounds/" }, - { - "name": "CSS-CASCADE-5", - "url": "https://drafts.csswg.org/css-cascade-5/" - }, { "name": "CSS-COLOR-4", "url": "https://drafts.csswg.org/css-color/"