diff --git a/tr/css/css-align.json b/tr/css/css-align.json index 468bae5411c8..bda57d31fe3f 100644 --- a/tr/css/css-align.json +++ b/tr/css/css-align.json @@ -241,7 +241,7 @@ }, { "name": "row-gap", - "value": "normal | ", + "value": "normal | ", "initial": "normal", "appliesTo": "multi-column containers, flex containers, grid containers", "inherited": "no", @@ -264,7 +264,7 @@ }, { "name": "column-gap", - "value": "normal | ", + "value": "normal | ", "initial": "normal", "appliesTo": "multi-column containers, flex containers, grid containers", "inherited": "no", @@ -431,13 +431,13 @@ }, { "name": "first baseline", - "prose": "Specifies participation in first-baseline alignment: aligns the alignment baseline of the box’s first baseline set with the corresponding baseline of its baseline-sharing group. See § 9.3 Aligning Boxes by Baseline for more details. The fallback alignment for first baseline is safe self-start (for self-alignment) or safe start (for content-distribution).", + "prose": "Specifies participation in first-baseline alignment Info about the 'first-baseline alignment' definition.#first-baseline-alignmentReferenced in: 9.2. Baseline Alignment Grouping : aligns the alignment baseline of the box’s first baseline set with the corresponding baseline of its baseline-sharing group. See § 9.3 Aligning Boxes by Baseline for more details. The fallback alignment for first baseline is safe self-start (for self-alignment) or safe start (for content-distribution).", "type": "value", "value": "first baseline" }, { "name": "last baseline", - "prose": "Specifies participation in last-baseline alignment: aligns the alignment baseline of the box’s last baseline set with the corresponding baseline of its baseline-sharing group.̣ See § 9.3 Aligning Boxes by Baseline for more details. The fallback alignment for last baseline is safe self-end (for self-alignment) or safe end (for content-distribution).", + "prose": "Specifies participation in last-baseline alignment Info about the 'last-baseline alignment' definition.#last-baseline-alignmentReferenced in: 9.2. Baseline Alignment Grouping : aligns the alignment baseline of the box’s last baseline set with the corresponding baseline of its baseline-sharing group.̣ See § 9.3 Aligning Boxes by Baseline for more details. The fallback alignment for last baseline is safe self-end (for self-alignment) or safe end (for content-distribution).", "type": "value", "value": "last baseline" } diff --git a/tr/css/css-backgrounds-4.json b/tr/css/css-backgrounds-4.json index b0d03bb476af..c558911f8376 100644 --- a/tr/css/css-backgrounds-4.json +++ b/tr/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/tr/css/css-images-4.json b/tr/css/css-images-4.json index 2e5d4c1d2536..7852f88b55b9 100644 --- a/tr/css/css-images-4.json +++ b/tr/css/css-images-4.json @@ -1,9 +1,56 @@ { "spec": { - "title": "CSS Image Values and Replaced Content Module Level 4", + "title": "CSS Images Module Level 4", "url": "https://www.w3.org/TR/css-images-4/" }, "properties": [ + { + "name": "object-fit", + "value": "fill | none | [contain | cover] || scale-down", + "initial": "fill", + "appliesTo": "replaced elements", + "inherited": "no", + "percentages": "n/a", + "computedValue": "specified keyword(s)", + "canonicalOrder": "per grammar", + "animationType": "discrete", + "values": [ + { + "name": "fill", + "prose": "The replaced content is sized to fill the element’s content box: the object’s concrete object size is the element’s used width and height.", + "type": "value", + "value": "fill" + }, + { + "name": "none", + "prose": "The replaced content is not resized to fit inside the element’s content box: determine the object’s concrete object size using the default sizing algorithm with no specified size, and a default object size equal to the replaced element’s used width and height.", + "type": "value", + "value": "none" + }, + { + "name": "contain", + "prose": "The replaced content is sized to maintain its aspect ratio while fitting within the element’s content box: its concrete object size is resolved as a contain constraint against the element’s used width and height. If the scale-down flag is used, size the content as if none or contain were specified, whichever would result in a smaller concrete object size.", + "type": "value", + "value": "contain" + }, + { + "name": "cover", + "prose": "The replaced content is sized to maintain its aspect ratio while filling the element’s entire content box: its concrete object size is resolved as a cover constraint against the element’s used width and height. If the scale-down flag is used, size the content as if none or cover were specified, whichever would result in a smaller concrete object size.", + "type": "value", + "value": "cover" + }, + { + "name": "scale-down", + "prose": "Equivalent to contain scale-down.", + "type": "value", + "value": "scale-down" + } + ], + "styleDeclaration": [ + "object-fit", + "objectFit" + ] + }, { "name": "image-resolution", "value": "[ from-image || ] && snap?", @@ -11,26 +58,25 @@ "appliesTo": "all elements", "inherited": "yes", "percentages": "n/a", - "media": "visual", - "computedValue": "as specified, except with possibly altered by computed for snap (see below)", + "computedValue": "specified keyword(s) and/or (possibly adjusted for snap, see below)", "canonicalOrder": "per grammar", - "animatable": "no", + "animationType": "discrete", "values": [ { "name": "", - "prose": "Specifies the intrinsic resolution explicitly. A \"dot\" in this case corresponds to a single image pixel.", + "prose": "Specifies the preferred resolution explicitly. A \"dot\" in this case corresponds to a single image pixel.", "type": "value", "value": "" }, { "name": "from-image", - "prose": "The image’s intrinsic resolution is taken as that specified by the image format. If the image does not specify its own resolution, the explicitly specified resolution is used (if given), else it defaults to 1dppx.", + "prose": "The image’s preferred resolution is taken as that specified by the image format (the natural resolution Info about the 'natural resolution' definition.#--natural-resolutionReferenced in: 2.4. Resolution/Type Negotiation: the image-set() notation (2) (3) (4) 6.1. Overriding Image Resolutions: the image-resolution property (2) (3) ). If the image does not specify its own resolution, the explicitly specified resolution is used (if given), else it defaults to 1dppx.", "type": "value", "value": "from-image" }, { "name": "snap", - "prose": "If the \"snap\" keyword is provided, the computed (if any) is the specified resolution rounded to the nearest value that would map one image pixel to an integer number of device pixels. If the resolution is taken from the image, then the used intrinsic resolution is the image’s native resolution similarly adjusted.", + "prose": "If the \"snap\" keyword is provided, the computed (if any) is the specified resolution rounded to the nearest value that would map one image pixel to an integer number of device pixels. If the resolution is taken from the image, then the used natural resolution is the image’s native resolution similarly adjusted.", "type": "value", "value": "snap" } @@ -47,7 +93,25 @@ { "name": "", "type": "type", - "value": " | | | | " + "value": " | | | | | " + }, + { + "name": "image-set()", + "prose": "Delivering the most appropriate image resolution for a user’s device can be a difficult task. Ideally, images should be in the same resolution as the device they’re being viewed in, which can vary between users. However, other factors can factor into the decision of which image to send; for example, if the user is on a slow mobile connection, they may prefer to receive lower-res images rather than waiting for a large proper-res image to load. The image-set() function allows an author to ignore most of these issues, simply providing multiple resolutions of an image and letting the UA decide which is most appropriate in a given situation.", + "type": "function", + "value": "image-set( # )", + "values": [ + { + "name": "type()", + "value": "type( )", + "type": "function" + } + ] + }, + { + "name": "", + "type": "type", + "value": "[ | ] [ || type() ]" }, { "name": "image()", @@ -64,6 +128,16 @@ "type": "type", "value": "[ | ]" }, + { + "name": "cross-fade()", + "type": "function", + "value": "cross-fade( # )" + }, + { + "name": "", + "type": "type", + "value": "? && [ | ]" + }, { "name": "element()", "type": "function", @@ -74,20 +148,35 @@ "type": "type", "value": "[ | | | | | ]" }, + { + "name": "linear-gradient()", + "type": "function", + "value": "linear-gradient( [ [ | to ] || ]? , )" + }, + { + "name": "", + "type": "type", + "value": "[left | right] || [top | bottom]" + }, + { + "name": "radial-gradient()", + "type": "function", + "value": "radial-gradient( [ [ [ || ]? [ at ]? ] || ]? , )" + }, { "name": "conic-gradient()", "type": "function", - "value": "conic-gradient( [ from ]? [ at ]?, )", + "value": "conic-gradient( [ [ [ from ]? [ at ]? ] || ]? , )", "values": [ { "name": "", - "prose": "The entire gradient is rotated by this angle. If omitted, defaults to 0deg.", + "prose": "The entire gradient is rotated by this angle. If omitted, defaults to 0deg. The unit identifier may be omitted if the is zero.", "type": "value", "value": "" }, { "name": "", - "prose": "Determines the gradient center of the gradient. The value type (which is also used for background-position) is defined in [css-values-3], and is resolved using the center-point as the object area and the gradient box as the positioning area. If this argument is omitted, it defaults to center.", + "prose": "Determines the gradient center Info about the 'gradient center' definition.#conic-gradient-gradient-centerReferenced in: 3.3.2. Placing Color Stops of the gradient. The value type (which is also used for background-position) is defined in [CSS-VALUES-3], and is resolved using the center-point as the object area and the gradient box as the positioning area. If this argument is omitted, it defaults to center.", "type": "value", "value": "" } @@ -110,13 +199,13 @@ "values": [ { "name": "", - "prose": "The entire gradient is rotated by this angle. If omitted, defaults to 0deg.", + "prose": "The entire gradient is rotated by this angle. If omitted, defaults to 0deg. The unit identifier may be omitted if the is zero.", "type": "value", "value": "" }, { "name": "", - "prose": "Determines the gradient center of the gradient. The value type (which is also used for background-position) is defined in [css-values-3], and is resolved using the center-point as the object area and the gradient box as the positioning area. If this argument is omitted, it defaults to center.", + "prose": "Determines the gradient center Info about the 'gradient center' definition.#conic-gradient-gradient-centerReferenced in: 3.3.2. Placing Color Stops of the gradient. The value type (which is also used for background-position) is defined in [CSS-VALUES-3], and is resolved using the center-point as the object area and the gradient box as the positioning area. If this argument is omitted, it defaults to center.", "type": "value", "value": "" } @@ -125,12 +214,12 @@ { "name": "", "type": "type", - "value": "[ [, ]? ]# , " + "value": " , [ ? , ]#" }, { "name": "", "type": "type", - "value": " && " + "value": " && ?" }, { "name": "", @@ -145,7 +234,7 @@ { "name": "", "type": "type", - "value": "[ [, ]? ]# , " + "value": " , [ ? , ]#" }, { "name": "", @@ -166,6 +255,49 @@ "name": "", "type": "type", "value": " | " + }, + { + "name": "", + "prose": "While values represent a 2-dimensional (2D) image, and can be thought of as a 0-dimensional (0D) image (unvarying in either axis), some contexts require a 1-dimensional (1D) image, which specifies colors along an abstract, directionless, single-axis paint line. The type represents such 1D images, including the stripes() functional notation:", + "type": "type", + "value": "" + }, + { + "name": "stripes()", + "prose": "The stripes() function defines a 1D image as a comma-separated list of colored stripes, each placed end-to-end on the paint line in the order given.", + "type": "function", + "value": "stripes( # )", + "values": [ + { + "name": "", + "prose": "Percentage thicknesses are relative to the total width. Only values between 0% and 100% (inclusive) are valid.", + "type": "value", + "value": "" + }, + { + "name": "", + "prose": "Negative length values are invalid.", + "type": "value", + "value": "" + }, + { + "name": "", + "prose": "A is evaluated as a fraction of the total width relative to the total sum of entries in the function, after subtracting the thickness of any non- entries (flooring the subtraction result at zero). If the sum of values is less than 1fr, the result of the subtraction is multiplied by the sum’s value before being distributed.", + "type": "value", + "value": "" + } + ] + }, + { + "name": "", + "prose": "Each entry defines a solid-color stripe with the specified and thickness. If the thickness is omitted, it defaults to 1fr. Thickness values are intepreted as follows:", + "type": "type", + "value": " && [ | ]?" + }, + { + "name": "-webkit-image-set()", + "prose": "Implementations must accept -webkit-image-set() as a parse-time alias of image-set(). (It’s a valid value, with identical arguments to image-set(), and is turned into image-set() during parsing.)", + "type": "function" } ] } diff --git a/tr/css/css-position.json b/tr/css/css-position.json index 586b7eac3f3e..914fbeeaca39 100644 --- a/tr/css/css-position.json +++ b/tr/css/css-position.json @@ -23,25 +23,25 @@ }, { "name": "relative", - "prose": "The box is laid out as for static, then offset from the resulting position. This offsetting is a purely visual effect, and does not affect the size or position of any other box, except insofar as it increases the scrollable overflow area of its ancestors. This positioning scheme is called relative positioning.", + "prose": "The box is laid out as for static, then offset from the resulting position. This offsetting is a purely visual effect, and does not affect the size or position of any other box, except insofar as it increases the scrollable overflow area of its ancestors. This positioning scheme is called relative positioning Info about the 'relative positioning' definition.#relative-positionReferenced in: 1. Introduction 2.2. Painting Order and Stacking Contexts 3. Positioning Coordinates 3.3. Relative Positioning (2) (3) 3.4. Sticky positioning 6. Informative Comparison of Normal Flow, Floats, and Positioning 6.2. Relative Positioning Example .", "type": "value", "value": "relative" }, { "name": "sticky", - "prose": "Identical to relative, except that its offsets are automatically adjusted in reference to the nearest ancestor scroll container’s scrollport (as modified by the inset properties) in whichever axes the inset properties are not both auto, to try to keep the box in view within its containing block as the user scrolls. This positioning scheme is called sticky positioning.", + "prose": "Identical to relative, except that its offsets are automatically adjusted in reference to the nearest ancestor scroll container’s scrollport (as modified by the inset properties) in whichever axes the inset properties are not both auto, to try to keep the box in view within its containing block as the user scrolls. This positioning scheme is called sticky positioning Info about the 'sticky positioning' definition.#sticky-positionReferenced in: 1. Introduction 2.2. Painting Order and Stacking Contexts 3. Positioning Coordinates 3.1. Box Insets: the top, right, bottom, left, inset-block-start, inset-inline-start, inset-block-end, and inset-inline-end properties 3.4. Sticky positioning (2) (3) (4) (5) (6) 3.4.1. Scroll Position of Sticky-Positioned Boxes (2) Changes (2) (3) .", "type": "value", "value": "sticky" }, { "name": "absolute", - "prose": "The box is taken out of flow such that it has no impact on the size or position of its siblings and ancestors, and does not participate in its parent’s formatting context. Instead, the box is positioned and sized solely in reference to its absolute positioning containing block, as modified by the box’s inset properties, see § 4 Absolute Positioning Layout Model. It can overlap in-flow content or other absolutely positioned elements, and is included in the scrollable overflow area of the box that generates is containing block. This positioning scheme is called absolute positioning.", + "prose": "The box is taken out of flow such that it has no impact on the size or position of its siblings and ancestors, and does not participate in its parent’s formatting context. Instead, the box is positioned and sized solely in reference to its absolute positioning containing block, as modified by the box’s inset properties, see § 4 Absolute Positioning Layout Model. It can overlap in-flow content or other absolutely positioned elements, and is included in the scrollable overflow area of the box that generates is containing block. This positioning scheme is called absolute positioning Info about the 'absolute positioning' definition.#absolute-positionReferenced in: 1. Introduction 2. Choosing A Positioning Scheme: position property (2) 2.2. Painting Order and Stacking Contexts 3. Positioning Coordinates 3.5. Absolute (and Fixed) Positioning (2) 3.5.2. Fragmenting Absolutely-positioned Elements 4. Absolute Positioning Layout Model (2) 4.1. Automatic Sizes of Absolutely-Positioned Boxes 6. Informative Comparison of Normal Flow, Floats, and Positioning Changes (2) .", "type": "value", "value": "absolute" }, { "name": "fixed", - "prose": "Same as absolute, except the box is positioned and sized relative to a fixed positioning containing block (usually the viewport in continuous media, or the page area in paged media). The box’s position is fixed with respect to this reference rectangle: when attached to the viewport it does not move when the document is scrolled, and when attached to the page area is replicated on every page when the document is paginated. This positioning scheme is called fixed positioning and is considered a subset of absolute positioning. Authors may wish to specify fixed in a media-dependent way. For instance, an author may want a box to remain at the top of the viewport on the screen, but not at the top of each printed page. The two specifications may be separated by using an '@media' rule, as in: @media screen { h1#first { position: fixed } } @media print { h1#first { position: static } }", + "prose": "Same as absolute, except the box is positioned and sized relative to a fixed positioning containing block (usually the viewport in continuous media, or the page area in paged media). The box’s position is fixed with respect to this reference rectangle: when attached to the viewport it does not move when the document is scrolled, and when attached to the page area is replicated on every page when the document is paginated. This positioning scheme is called fixed positioning Info about the 'fixed positioning' definition.#fixed-positionReferenced in: 1. Introduction 2.1. Containing Blocks of Positioned Boxes (2) (3) 2.2. Painting Order and Stacking Contexts 3.1. Box Insets: the top, right, bottom, left, inset-block-start, inset-inline-start, inset-block-end, and inset-inline-end properties 3.5.1. Resolving Automatic Insets: the “Static-Position Rectangle” 3.5.2. Fragmenting Absolutely-positioned Elements and is considered a subset of absolute positioning. Authors may wish to specify fixed in a media-dependent way. For instance, an author may want a box to remain at the top of the viewport on the screen, but not at the top of each printed page. The two specifications may be separated by using an '@media' rule, as in: @media screen { h1#first { position: fixed } } @media print { h1#first { position: static } }", "type": "value", "value": "fixed" } diff --git a/tr/dfns/cookie-store.json b/tr/dfns/cookie-store.json index 3c0aaba1e101..02e178edf864 100644 --- a/tr/dfns/cookie-store.json +++ b/tr/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/tr/dfns/css-align-3.json b/tr/dfns/css-align-3.json index fdea3a4e0217..50e7c239e090 100644 --- a/tr/dfns/css-align-3.json +++ b/tr/dfns/css-align-3.json @@ -54,10 +54,9 @@ "access": "public", "informative": false, "heading": { - "id": "terms", - "href": "https://www.w3.org/TR/css-align-3/#terms", - "title": "Alignment Terminology", - "number": "3" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "dt" }, @@ -73,10 +72,9 @@ "access": "public", "informative": false, "heading": { - "id": "terms", - "href": "https://www.w3.org/TR/css-align-3/#terms", - "title": "Alignment Terminology", - "number": "3" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "dt" }, @@ -118,10 +116,9 @@ "access": "public", "informative": false, "heading": { - "id": "positional-values", - "href": "https://www.w3.org/TR/css-align-3/#positional-values", - "title": "Positional Alignment: the center, start, end, self-start, self-end, flex-start, flex-end, left, and right keywords", - "number": "4.1" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "dt" }, @@ -144,10 +141,9 @@ "access": "public", "informative": false, "heading": { - "id": "positional-values", - "href": "https://www.w3.org/TR/css-align-3/#positional-values", - "title": "Positional Alignment: the center, start, end, self-start, self-end, flex-start, flex-end, left, and right keywords", - "number": "4.1" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "dt" }, @@ -170,10 +166,9 @@ "access": "public", "informative": false, "heading": { - "id": "positional-values", - "href": "https://www.w3.org/TR/css-align-3/#positional-values", - "title": "Positional Alignment: the center, start, end, self-start, self-end, flex-start, flex-end, left, and right keywords", - "number": "4.1" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "dt" }, @@ -193,10 +188,9 @@ "access": "public", "informative": false, "heading": { - "id": "positional-values", - "href": "https://www.w3.org/TR/css-align-3/#positional-values", - "title": "Positional Alignment: the center, start, end, self-start, self-end, flex-start, flex-end, left, and right keywords", - "number": "4.1" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "dt" }, @@ -216,10 +210,9 @@ "access": "public", "informative": false, "heading": { - "id": "positional-values", - "href": "https://www.w3.org/TR/css-align-3/#positional-values", - "title": "Positional Alignment: the center, start, end, self-start, self-end, flex-start, flex-end, left, and right keywords", - "number": "4.1" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "dt" }, @@ -242,10 +235,9 @@ "access": "public", "informative": false, "heading": { - "id": "positional-values", - "href": "https://www.w3.org/TR/css-align-3/#positional-values", - "title": "Positional Alignment: the center, start, end, self-start, self-end, flex-start, flex-end, left, and right keywords", - "number": "4.1" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "dt" }, @@ -268,10 +260,9 @@ "access": "public", "informative": false, "heading": { - "id": "positional-values", - "href": "https://www.w3.org/TR/css-align-3/#positional-values", - "title": "Positional Alignment: the center, start, end, self-start, self-end, flex-start, flex-end, left, and right keywords", - "number": "4.1" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "dt" }, @@ -291,10 +282,9 @@ "access": "public", "informative": false, "heading": { - "id": "positional-values", - "href": "https://www.w3.org/TR/css-align-3/#positional-values", - "title": "Positional Alignment: the center, start, end, self-start, self-end, flex-start, flex-end, left, and right keywords", - "number": "4.1" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "dt" }, @@ -314,10 +304,9 @@ "access": "public", "informative": false, "heading": { - "id": "positional-values", - "href": "https://www.w3.org/TR/css-align-3/#positional-values", - "title": "Positional Alignment: the center, start, end, self-start, self-end, flex-start, flex-end, left, and right keywords", - "number": "4.1" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "dt" }, @@ -333,10 +322,9 @@ "access": "public", "informative": false, "heading": { - "id": "positional-values", - "href": "https://www.w3.org/TR/css-align-3/#positional-values", - "title": "Positional Alignment: the center, start, end, self-start, self-end, flex-start, flex-end, left, and right keywords", - "number": "4.1" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "pre" }, @@ -352,10 +340,9 @@ "access": "public", "informative": false, "heading": { - "id": "positional-values", - "href": "https://www.w3.org/TR/css-align-3/#positional-values", - "title": "Positional Alignment: the center, start, end, self-start, self-end, flex-start, flex-end, left, and right keywords", - "number": "4.1" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "pre" }, @@ -390,10 +377,9 @@ "access": "public", "informative": false, "heading": { - "id": "baseline-values", - "href": "https://www.w3.org/TR/css-align-3/#baseline-values", - "title": "Baseline Alignment: the baseline keyword and first/last modifiers", - "number": "4.2" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "pre" }, @@ -409,10 +395,9 @@ "access": "public", "informative": false, "heading": { - "id": "baseline-values", - "href": "https://www.w3.org/TR/css-align-3/#baseline-values", - "title": "Baseline Alignment: the baseline keyword and first/last modifiers", - "number": "4.2" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "prose" }, @@ -435,10 +420,9 @@ "access": "public", "informative": false, "heading": { - "id": "baseline-values", - "href": "https://www.w3.org/TR/css-align-3/#baseline-values", - "title": "Baseline Alignment: the baseline keyword and first/last modifiers", - "number": "4.2" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "dt" }, @@ -462,10 +446,9 @@ "access": "public", "informative": false, "heading": { - "id": "baseline-values", - "href": "https://www.w3.org/TR/css-align-3/#baseline-values", - "title": "Baseline Alignment: the baseline keyword and first/last modifiers", - "number": "4.2" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "dt" }, @@ -481,10 +464,9 @@ "access": "public", "informative": false, "heading": { - "id": "baseline-values", - "href": "https://www.w3.org/TR/css-align-3/#baseline-values", - "title": "Baseline Alignment: the baseline keyword and first/last modifiers", - "number": "4.2" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "prose" }, @@ -508,10 +490,9 @@ "access": "public", "informative": false, "heading": { - "id": "baseline-values", - "href": "https://www.w3.org/TR/css-align-3/#baseline-values", - "title": "Baseline Alignment: the baseline keyword and first/last modifiers", - "number": "4.2" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "dt" }, @@ -527,10 +508,9 @@ "access": "public", "informative": false, "heading": { - "id": "baseline-values", - "href": "https://www.w3.org/TR/css-align-3/#baseline-values", - "title": "Baseline Alignment: the baseline keyword and first/last modifiers", - "number": "4.2" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "prose" }, @@ -569,10 +549,9 @@ "access": "public", "informative": false, "heading": { - "id": "distribution-values", - "href": "https://www.w3.org/TR/css-align-3/#distribution-values", - "title": "Distributed Alignment: the stretch, space-between, space-around, and space-evenly keywords", - "number": "4.3" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "dt" }, @@ -592,10 +571,9 @@ "access": "public", "informative": false, "heading": { - "id": "distribution-values", - "href": "https://www.w3.org/TR/css-align-3/#distribution-values", - "title": "Distributed Alignment: the stretch, space-between, space-around, and space-evenly keywords", - "number": "4.3" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "dt" }, @@ -615,10 +593,9 @@ "access": "public", "informative": false, "heading": { - "id": "distribution-values", - "href": "https://www.w3.org/TR/css-align-3/#distribution-values", - "title": "Distributed Alignment: the stretch, space-between, space-around, and space-evenly keywords", - "number": "4.3" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "dt" }, @@ -638,10 +615,9 @@ "access": "public", "informative": false, "heading": { - "id": "distribution-values", - "href": "https://www.w3.org/TR/css-align-3/#distribution-values", - "title": "Distributed Alignment: the stretch, space-between, space-around, and space-evenly keywords", - "number": "4.3" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "dt" }, @@ -657,10 +633,9 @@ "access": "public", "informative": false, "heading": { - "id": "distribution-values", - "href": "https://www.w3.org/TR/css-align-3/#distribution-values", - "title": "Distributed Alignment: the stretch, space-between, space-around, and space-evenly keywords", - "number": "4.3" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "pre" }, @@ -695,10 +670,9 @@ "access": "public", "informative": false, "heading": { - "id": "overflow-values", - "href": "https://www.w3.org/TR/css-align-3/#overflow-values", - "title": "Overflow Alignment: the safe and unsafe keywords and scroll safety limits", - "number": "4.4" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "pre" }, @@ -716,10 +690,9 @@ "access": "public", "informative": false, "heading": { - "id": "overflow-values", - "href": "https://www.w3.org/TR/css-align-3/#overflow-values", - "title": "Overflow Alignment: the safe and unsafe keywords and scroll safety limits", - "number": "4.4" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "dt" }, @@ -737,10 +710,9 @@ "access": "public", "informative": false, "heading": { - "id": "overflow-values", - "href": "https://www.w3.org/TR/css-align-3/#overflow-values", - "title": "Overflow Alignment: the safe and unsafe keywords and scroll safety limits", - "number": "4.4" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "dt" }, @@ -748,7 +720,8 @@ "id": "content-distribute", "href": "https://www.w3.org/TR/css-align-3/#content-distribute", "linkingText": [ - "Content distribution" + "content distribution", + "content-distribution" ], "localLinkingText": [], "type": "dfn", @@ -775,10 +748,9 @@ "access": "public", "informative": false, "heading": { - "id": "content-distribution", - "href": "https://www.w3.org/TR/css-align-3/#content-distribution", - "title": "Content Distribution: Aligning a Box’s Contents Within Itself", - "number": "5" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "prose" }, @@ -894,10 +866,9 @@ "access": "private", "informative": false, "heading": { - "id": "baseline-align-content", - "href": "https://www.w3.org/TR/css-align-3/#baseline-align-content", - "title": "Baseline Content-Alignment", - "number": "5.4" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "prose" }, @@ -932,10 +903,9 @@ "access": "public", "informative": false, "heading": { - "id": "self-alignment", - "href": "https://www.w3.org/TR/css-align-3/#self-alignment", - "title": "Self-Alignment: Aligning the Box Within Its Parent", - "number": "6" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "prose" }, @@ -1014,10 +984,9 @@ "access": "public", "informative": false, "heading": { - "id": "justify-self-property", - "href": "https://www.w3.org/TR/css-align-3/#justify-self-property", - "title": "Inline-Axis (or Main-Axis) Alignment: the justify-self property", - "number": "6.1" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "dt" }, @@ -1096,10 +1065,9 @@ "access": "public", "informative": false, "heading": { - "id": "align-self-property", - "href": "https://www.w3.org/TR/css-align-3/#align-self-property", - "title": "Block-Axis (or Cross-Axis) Alignment: the align-self property", - "number": "6.2" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "dt" }, @@ -1294,10 +1262,9 @@ "access": "public", "informative": false, "heading": { - "id": "column-row-gap", - "href": "https://www.w3.org/TR/css-align-3/#column-row-gap", - "title": "Row and Column Gutters: the row-gap and column-gap properties", - "number": "8.1" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "dt" }, @@ -1351,10 +1318,9 @@ "access": "public", "informative": false, "heading": { - "id": "gap-legacy", - "href": "https://www.w3.org/TR/css-align-3/#gap-legacy", - "title": "Legacy Gap Properties: the grid-row-gap, grid-column-gap, and grid-gap properties", - "number": "8.4" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "prose" }, @@ -1370,10 +1336,9 @@ "access": "public", "informative": false, "heading": { - "id": "gap-legacy", - "href": "https://www.w3.org/TR/css-align-3/#gap-legacy", - "title": "Legacy Gap Properties: the grid-row-gap, grid-column-gap, and grid-gap properties", - "number": "8.4" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "prose" }, @@ -1429,10 +1394,9 @@ "access": "public", "informative": false, "heading": { - "id": "baseline-export", - "href": "https://www.w3.org/TR/css-align-3/#baseline-export", - "title": "Determining the Baselines of a Box", - "number": "9.1" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "prose" }, @@ -1448,10 +1412,9 @@ "access": "public", "informative": false, "heading": { - "id": "baseline-export", - "href": "https://www.w3.org/TR/css-align-3/#baseline-export", - "title": "Determining the Baselines of a Box", - "number": "9.1" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "prose" }, @@ -1470,10 +1433,9 @@ "access": "public", "informative": false, "heading": { - "id": "baseline-export", - "href": "https://www.w3.org/TR/css-align-3/#baseline-export", - "title": "Determining the Baselines of a Box", - "number": "9.1" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "prose" }, @@ -1493,10 +1455,9 @@ "access": "public", "informative": false, "heading": { - "id": "baseline-export", - "href": "https://www.w3.org/TR/css-align-3/#baseline-export", - "title": "Determining the Baselines of a Box", - "number": "9.1" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "prose" }, @@ -1532,10 +1493,9 @@ "access": "public", "informative": false, "heading": { - "id": "baseline-terms", - "href": "https://www.w3.org/TR/css-align-3/#baseline-terms", - "title": "Baseline Alignment Grouping", - "number": "9.2" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "prose" }, @@ -1551,10 +1511,9 @@ "access": "private", "informative": false, "heading": { - "id": "baseline-terms", - "href": "https://www.w3.org/TR/css-align-3/#baseline-terms", - "title": "Baseline Alignment Grouping", - "number": "9.2" + "id": "title", + "href": "https://www.w3.org/TR/css-align-3/#title", + "title": "CSS Box Alignment Module Level 3" }, "definedIn": "prose" }, @@ -1562,7 +1521,7 @@ "id": "static-position-rectangle", "href": "https://www.w3.org/TR/css-align-3/#static-position-rectangle", "linkingText": [ - "static position rectangle" + "static-position rectangle" ], "localLinkingText": [], "type": "dfn", diff --git a/tr/dfns/css-backgrounds-4.json b/tr/dfns/css-backgrounds-4.json index 8fe87979316e..1fc1ef3adcfe 100644 --- a/tr/dfns/css-backgrounds-4.json +++ b/tr/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/tr/dfns/css-images-4.json b/tr/dfns/css-images-4.json index dba1289c1790..71085fd6706e 100644 --- a/tr/dfns/css-images-4.json +++ b/tr/dfns/css-images-4.json @@ -1,6 +1,6 @@ { "spec": { - "title": "CSS Image Values and Replaced Content Module Level 4", + "title": "CSS Images Module Level 4", "url": "https://www.w3.org/TR/css-images-4/" }, "dfns": [ @@ -18,7 +18,7 @@ "heading": { "id": "image-values", "href": "https://www.w3.org/TR/css-images-4/#image-values", - "title": "Image Values: the type", + "title": "2D Image Values: the type", "number": "2" }, "definedIn": "pre" @@ -36,10 +36,121 @@ "access": "public", "informative": false, "heading": { - "id": "image-values", - "href": "https://www.w3.org/TR/css-images-4/#image-values", - "title": "Image Values: the type", - "number": "2" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" + }, + "definedIn": "prose" + }, + { + "id": "loading-image", + "href": "https://www.w3.org/TR/css-images-4/#loading-image", + "linkingText": [ + "loading image" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" + }, + "definedIn": "prose" + }, + { + "id": "computed-image", + "href": "https://www.w3.org/TR/css-images-4/#computed-image", + "linkingText": [ + "computed " + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" + }, + "definedIn": "prose" + }, + { + "id": "fetch-an-external-image-for-a-stylesheet", + "href": "https://www.w3.org/TR/css-images-4/#fetch-an-external-image-for-a-stylesheet", + "linkingText": [ + "fetch an external image for a stylesheet" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "fetching-images", + "href": "https://www.w3.org/TR/css-images-4/#fetching-images", + "title": "Fetching External Images", + "number": "2.3" + }, + "definedIn": "prose" + }, + { + "id": "funcdef-image-set", + "href": "https://www.w3.org/TR/css-images-4/#funcdef-image-set", + "linkingText": [ + "image-set()" + ], + "localLinkingText": [], + "type": "function", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "image-set-notation", + "href": "https://www.w3.org/TR/css-images-4/#image-set-notation", + "title": "Resolution/Type Negotiation: the image-set() notation", + "number": "2.4" + }, + "definedIn": "prose" + }, + { + "id": "typedef-image-set-option", + "href": "https://www.w3.org/TR/css-images-4/#typedef-image-set-option", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" + }, + "definedIn": "pre" + }, + { + "id": "funcdef-image-set-type", + "href": "https://www.w3.org/TR/css-images-4/#funcdef-image-set-type", + "linkingText": [ + "type()" + ], + "localLinkingText": [], + "type": "function", + "for": [ + "image-set()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" }, "definedIn": "prose" }, @@ -58,7 +169,7 @@ "id": "image-notation", "href": "https://www.w3.org/TR/css-images-4/#image-notation", "title": "Image Fallbacks and Annotations: the image() notation", - "number": "2.3" + "number": "2.5" }, "definedIn": "pre" }, @@ -74,10 +185,9 @@ "access": "public", "informative": false, "heading": { - "id": "image-notation", - "href": "https://www.w3.org/TR/css-images-4/#image-notation", - "title": "Image Fallbacks and Annotations: the image() notation", - "number": "2.3" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" }, "definedIn": "pre" }, @@ -93,13 +203,87 @@ "access": "public", "informative": false, "heading": { - "id": "image-notation", - "href": "https://www.w3.org/TR/css-images-4/#image-notation", - "title": "Image Fallbacks and Annotations: the image() notation", - "number": "2.3" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" }, "definedIn": "pre" }, + { + "id": "funcdef-cross-fade", + "href": "https://www.w3.org/TR/css-images-4/#funcdef-cross-fade", + "linkingText": [ + "cross-fade()" + ], + "localLinkingText": [], + "type": "function", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "cross-fade-function", + "href": "https://www.w3.org/TR/css-images-4/#cross-fade-function", + "title": "Combining images: the cross-fade() notation", + "number": "2.6" + }, + "definedIn": "pre" + }, + { + "id": "typedef-cf-image", + "href": "https://www.w3.org/TR/css-images-4/#typedef-cf-image", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" + }, + "definedIn": "pre" + }, + { + "id": "natural-dimensions-of-a-cross-fade", + "href": "https://www.w3.org/TR/css-images-4/#natural-dimensions-of-a-cross-fade", + "linkingText": [ + "natural dimensions of a cross-fade()" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "cross-fade-sizing", + "href": "https://www.w3.org/TR/css-images-4/#cross-fade-sizing", + "title": "cross-fade() Sizing", + "number": "2.6.1" + }, + "definedIn": "prose" + }, + { + "id": "appearance-of-a-cross-fade", + "href": "https://www.w3.org/TR/css-images-4/#appearance-of-a-cross-fade", + "linkingText": [ + "appearance of a cross-fade()" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "cross-fade-painting", + "href": "https://www.w3.org/TR/css-images-4/#cross-fade-painting", + "title": "cross-fade() Painting", + "number": "2.6.2" + }, + "definedIn": "prose" + }, { "id": "funcdef-element", "href": "https://www.w3.org/TR/css-images-4/#funcdef-element", @@ -115,7 +299,7 @@ "id": "element-notation", "href": "https://www.w3.org/TR/css-images-4/#element-notation", "title": "Using Elements as Images: the element() notation", - "number": "2.6" + "number": "2.7" }, "definedIn": "pre" }, @@ -131,10 +315,9 @@ "access": "public", "informative": false, "heading": { - "id": "element-notation", - "href": "https://www.w3.org/TR/css-images-4/#element-notation", - "title": "Using Elements as Images: the element() notation", - "number": "2.6" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" }, "definedIn": "prose" }, @@ -150,10 +333,9 @@ "access": "public", "informative": false, "heading": { - "id": "element-notation", - "href": "https://www.w3.org/TR/css-images-4/#element-notation", - "title": "Using Elements as Images: the element() notation", - "number": "2.6" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" }, "definedIn": "prose" }, @@ -172,7 +354,7 @@ "id": "paint-sources", "href": "https://www.w3.org/TR/css-images-4/#paint-sources", "title": "Paint Sources", - "number": "2.6.1" + "number": "2.7.1" }, "definedIn": "prose" }, @@ -193,18 +375,18 @@ "id": "elementsources", "href": "https://www.w3.org/TR/css-images-4/#elementsources", "title": "Using Out-Of-Document Sources: the ElementSources interface", - "number": "2.6.2" + "number": "2.7.2" }, "definedIn": "pre" }, { - "id": "typedef-gradient", - "href": "https://www.w3.org/TR/css-images-4/#typedef-gradient", + "id": "gradient-function", + "href": "https://www.w3.org/TR/css-images-4/#gradient-function", "linkingText": [ - "" + "gradient function" ], "localLinkingText": [], - "type": "type", + "type": "dfn", "for": [], "access": "public", "informative": false, @@ -214,6 +396,24 @@ "title": "Gradients", "number": "3" }, + "definedIn": "prose" + }, + { + "id": "typedef-gradient", + "href": "https://www.w3.org/TR/css-images-4/#typedef-gradient", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" + }, "definedIn": "pre" }, { @@ -228,10 +428,9 @@ "access": "public", "informative": false, "heading": { - "id": "gradients", - "href": "https://www.w3.org/TR/css-images-4/#gradients", - "title": "Gradients", - "number": "3" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" }, "definedIn": "prose" }, @@ -247,10 +446,9 @@ "access": "private", "informative": false, "heading": { - "id": "gradients", - "href": "https://www.w3.org/TR/css-images-4/#gradients", - "title": "Gradients", - "number": "3" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" }, "definedIn": "prose" }, @@ -266,10 +464,9 @@ "access": "private", "informative": false, "heading": { - "id": "gradients", - "href": "https://www.w3.org/TR/css-images-4/#gradients", - "title": "Gradients", - "number": "3" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" }, "definedIn": "prose" }, @@ -285,13 +482,68 @@ "access": "public", "informative": false, "heading": { - "id": "gradients", - "href": "https://www.w3.org/TR/css-images-4/#gradients", - "title": "Gradients", - "number": "3" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" }, "definedIn": "prose" }, + { + "id": "funcdef-linear-gradient", + "href": "https://www.w3.org/TR/css-images-4/#funcdef-linear-gradient", + "linkingText": [ + "linear-gradient()" + ], + "localLinkingText": [], + "type": "function", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "linear-gradients", + "href": "https://www.w3.org/TR/css-images-4/#linear-gradients", + "title": "Linear Gradients: the linear-gradient() notation", + "number": "3.1" + }, + "definedIn": "pre" + }, + { + "id": "typedef-side-or-corner", + "href": "https://www.w3.org/TR/css-images-4/#typedef-side-or-corner", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" + }, + "definedIn": "pre" + }, + { + "id": "funcdef-radial-gradient", + "href": "https://www.w3.org/TR/css-images-4/#funcdef-radial-gradient", + "linkingText": [ + "radial-gradient()" + ], + "localLinkingText": [], + "type": "function", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "radial-gradients", + "href": "https://www.w3.org/TR/css-images-4/#radial-gradients", + "title": "Radial Gradients: the radial-gradient() notation", + "number": "3.2" + }, + "definedIn": "pre" + }, { "id": "funcdef-conic-gradient", "href": "https://www.w3.org/TR/css-images-4/#funcdef-conic-gradient", @@ -323,13 +575,12 @@ "conic-gradient()", "repeating-conic-gradient()" ], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "conic-gradient-syntax", - "href": "https://www.w3.org/TR/css-images-4/#conic-gradient-syntax", - "title": "conic-gradient() Syntax", - "number": "3.3.1" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" }, "definedIn": "prose" }, @@ -364,10 +615,9 @@ "access": "public", "informative": false, "heading": { - "id": "repeating-gradients", - "href": "https://www.w3.org/TR/css-images-4/#repeating-gradients", - "title": "Repeating Gradients: the repeating-linear-gradient(), repeating-radial-gradient(), and repeating-conic-gradient() notations", - "number": "3.4" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" }, "definedIn": "prose" }, @@ -383,10 +633,67 @@ "access": "public", "informative": false, "heading": { - "id": "repeating-gradients", - "href": "https://www.w3.org/TR/css-images-4/#repeating-gradients", - "title": "Repeating Gradients: the repeating-linear-gradient(), repeating-radial-gradient(), and repeating-conic-gradient() notations", - "number": "3.4" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" + }, + "definedIn": "prose" + }, + { + "id": "color-stop", + "href": "https://www.w3.org/TR/css-images-4/#color-stop", + "linkingText": [ + "color stop" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "gradient-colors", + "href": "https://www.w3.org/TR/css-images-4/#gradient-colors", + "title": "Defining Gradient Color", + "number": "3.5" + }, + "definedIn": "prose" + }, + { + "id": "color-transition-hint", + "href": "https://www.w3.org/TR/css-images-4/#color-transition-hint", + "linkingText": [ + "color transition hint" + ], + "localLinkingText": [ + "transition hint" + ], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" + }, + "definedIn": "prose" + }, + { + "id": "color-stop-list", + "href": "https://www.w3.org/TR/css-images-4/#color-stop-list", + "linkingText": [ + "color stop list" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "color-stop-syntax", + "href": "https://www.w3.org/TR/css-images-4/#color-stop-syntax", + "title": "Color Stop Lists", + "number": "3.5.1" }, "definedIn": "prose" }, @@ -402,10 +709,9 @@ "access": "public", "informative": false, "heading": { - "id": "color-stop-syntax", - "href": "https://www.w3.org/TR/css-images-4/#color-stop-syntax", - "title": "Gradient Color-Stops", - "number": "3.5" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" }, "definedIn": "pre" }, @@ -421,10 +727,9 @@ "access": "public", "informative": false, "heading": { - "id": "color-stop-syntax", - "href": "https://www.w3.org/TR/css-images-4/#color-stop-syntax", - "title": "Gradient Color-Stops", - "number": "3.5" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" }, "definedIn": "pre" }, @@ -440,10 +745,9 @@ "access": "public", "informative": false, "heading": { - "id": "color-stop-syntax", - "href": "https://www.w3.org/TR/css-images-4/#color-stop-syntax", - "title": "Gradient Color-Stops", - "number": "3.5" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" }, "definedIn": "pre" }, @@ -459,10 +763,9 @@ "access": "public", "informative": false, "heading": { - "id": "color-stop-syntax", - "href": "https://www.w3.org/TR/css-images-4/#color-stop-syntax", - "title": "Gradient Color-Stops", - "number": "3.5" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" }, "definedIn": "pre" }, @@ -478,10 +781,9 @@ "access": "public", "informative": false, "heading": { - "id": "color-stop-syntax", - "href": "https://www.w3.org/TR/css-images-4/#color-stop-syntax", - "title": "Gradient Color-Stops", - "number": "3.5" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" }, "definedIn": "pre" }, @@ -497,10 +799,9 @@ "access": "public", "informative": false, "heading": { - "id": "color-stop-syntax", - "href": "https://www.w3.org/TR/css-images-4/#color-stop-syntax", - "title": "Gradient Color-Stops", - "number": "3.5" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" }, "definedIn": "pre" }, @@ -516,10 +817,9 @@ "access": "public", "informative": false, "heading": { - "id": "color-stop-syntax", - "href": "https://www.w3.org/TR/css-images-4/#color-stop-syntax", - "title": "Gradient Color-Stops", - "number": "3.5" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" }, "definedIn": "pre" }, @@ -535,10 +835,9 @@ "access": "public", "informative": false, "heading": { - "id": "color-stop-syntax", - "href": "https://www.w3.org/TR/css-images-4/#color-stop-syntax", - "title": "Gradient Color-Stops", - "number": "3.5" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" }, "definedIn": "pre" }, @@ -554,18 +853,19 @@ "access": "public", "informative": false, "heading": { - "id": "color-stop-syntax", - "href": "https://www.w3.org/TR/css-images-4/#color-stop-syntax", - "title": "Gradient Color-Stops", - "number": "3.5" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" }, "definedIn": "pre" }, { - "id": "color-stop", - "href": "https://www.w3.org/TR/css-images-4/#color-stop", + "id": "1d-image", + "href": "https://www.w3.org/TR/css-images-4/#1d-image", "linkingText": [ - "color stop" + "1D image", + "one-dimensional image", + "1-dimensional image" ], "localLinkingText": [], "type": "dfn", @@ -573,53 +873,206 @@ "access": "public", "informative": false, "heading": { - "id": "color-stop-syntax", - "href": "https://www.w3.org/TR/css-images-4/#color-stop-syntax", - "title": "Gradient Color-Stops", - "number": "3.5" + "id": "stripes", + "href": "https://www.w3.org/TR/css-images-4/#stripes", + "title": "1D Image Values: the type and stripes() notation", + "number": "4" }, "definedIn": "prose" }, { - "id": "color-interpolation-hint", - "href": "https://www.w3.org/TR/css-images-4/#color-interpolation-hint", + "id": "paint-line", + "href": "https://www.w3.org/TR/css-images-4/#paint-line", "linkingText": [ - "color interpolation hint" - ], - "localLinkingText": [ - "color hint" + "paint line" ], + "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "color-stop-syntax", - "href": "https://www.w3.org/TR/css-images-4/#color-stop-syntax", - "title": "Gradient Color-Stops", - "number": "3.5" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" }, "definedIn": "prose" }, { - "id": "color-stop-list", - "href": "https://www.w3.org/TR/css-images-4/#color-stop-list", + "id": "typedef-image-1d", + "href": "https://www.w3.org/TR/css-images-4/#typedef-image-1d", "linkingText": [ - "color stop list" + "" ], "localLinkingText": [], - "type": "dfn", + "type": "type", "for": [], "access": "public", "informative": false, "heading": { - "id": "color-stop-syntax", - "href": "https://www.w3.org/TR/css-images-4/#color-stop-syntax", - "title": "Gradient Color-Stops", - "number": "3.5" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" + }, + "definedIn": "prose" + }, + { + "id": "funcdef-stripes", + "href": "https://www.w3.org/TR/css-images-4/#funcdef-stripes", + "linkingText": [ + "stripes()" + ], + "localLinkingText": [], + "type": "function", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" + }, + "definedIn": "prose" + }, + { + "id": "typedef-color-stripe", + "href": "https://www.w3.org/TR/css-images-4/#typedef-color-stripe", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" }, "definedIn": "prose" }, + { + "id": "propdef-object-fit", + "href": "https://www.w3.org/TR/css-images-4/#propdef-object-fit", + "linkingText": [ + "object-fit" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-object-fit", + "href": "https://www.w3.org/TR/css-images-4/#the-object-fit", + "title": "Sizing Objects: the object-fit property", + "number": "5.1" + }, + "definedIn": "table" + }, + { + "id": "valdef-object-fit-fill", + "href": "https://www.w3.org/TR/css-images-4/#valdef-object-fit-fill", + "linkingText": [ + "fill" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "object-fit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-object-fit", + "href": "https://www.w3.org/TR/css-images-4/#the-object-fit", + "title": "Sizing Objects: the object-fit property", + "number": "5.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-object-fit-none", + "href": "https://www.w3.org/TR/css-images-4/#valdef-object-fit-none", + "linkingText": [ + "none" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "object-fit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-object-fit", + "href": "https://www.w3.org/TR/css-images-4/#the-object-fit", + "title": "Sizing Objects: the object-fit property", + "number": "5.1" + }, + "definedIn": "dt" + }, + { + "id": "valdef-object-fit-contain", + "href": "https://www.w3.org/TR/css-images-4/#valdef-object-fit-contain", + "linkingText": [ + "contain" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "object-fit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" + }, + "definedIn": "dt" + }, + { + "id": "valdef-object-fit-cover", + "href": "https://www.w3.org/TR/css-images-4/#valdef-object-fit-cover", + "linkingText": [ + "cover" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "object-fit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" + }, + "definedIn": "dt" + }, + { + "id": "valdef-object-fit-scale-down", + "href": "https://www.w3.org/TR/css-images-4/#valdef-object-fit-scale-down", + "linkingText": [ + "scale-down" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "object-fit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" + }, + "definedIn": "dt" + }, { "id": "image-resolution", "href": "https://www.w3.org/TR/css-images-4/#image-resolution", @@ -635,7 +1088,7 @@ "id": "the-image-resolution", "href": "https://www.w3.org/TR/css-images-4/#the-image-resolution", "title": "Overriding Image Resolutions: the image-resolution property", - "number": "5.1" + "number": "6.1" }, "definedIn": "prose" }, @@ -654,15 +1107,15 @@ "id": "the-image-resolution", "href": "https://www.w3.org/TR/css-images-4/#the-image-resolution", "title": "Overriding Image Resolutions: the image-resolution property", - "number": "5.1" + "number": "6.1" }, "definedIn": "table" }, { - "id": "intrinsic-resolution", - "href": "https://www.w3.org/TR/css-images-4/#intrinsic-resolution", + "id": "preferred-resolution", + "href": "https://www.w3.org/TR/css-images-4/#preferred-resolution", "linkingText": [ - "intrinsic resolution" + "preferred resolution" ], "localLinkingText": [], "type": "dfn", @@ -673,7 +1126,7 @@ "id": "the-image-resolution", "href": "https://www.w3.org/TR/css-images-4/#the-image-resolution", "title": "Overriding Image Resolutions: the image-resolution property", - "number": "5.1" + "number": "6.1" }, "definedIn": "prose" }, @@ -691,13 +1144,32 @@ "access": "public", "informative": false, "heading": { - "id": "the-image-resolution", - "href": "https://www.w3.org/TR/css-images-4/#the-image-resolution", - "title": "Overriding Image Resolutions: the image-resolution property", - "number": "5.1" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" }, "definedIn": "dt" }, + { + "id": "--natural-resolution", + "href": "https://www.w3.org/TR/css-images-4/#--natural-resolution", + "linkingText": [ + "natural resolution" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "/" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" + }, + "definedIn": "prose" + }, { "id": "valdef-image-resolution-snap", "href": "https://www.w3.org/TR/css-images-4/#valdef-image-resolution-snap", @@ -712,12 +1184,29 @@ "access": "public", "informative": false, "heading": { - "id": "the-image-resolution", - "href": "https://www.w3.org/TR/css-images-4/#the-image-resolution", - "title": "Overriding Image Resolutions: the image-resolution property", - "number": "5.1" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "title": "CSS Images Module Level 4" }, "definedIn": "dt" + }, + { + "id": "funcdef--webkit-image-set", + "href": "https://www.w3.org/TR/css-images-4/#funcdef--webkit-image-set", + "linkingText": [ + "-webkit-image-set()" + ], + "localLinkingText": [], + "type": "function", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "deprecated", + "href": "https://www.w3.org/TR/css-images-4/#deprecated", + "title": "Appendix A: Deprecated Features and Aliases" + }, + "definedIn": "prose" } ] } \ No newline at end of file diff --git a/tr/dfns/css-position-3.json b/tr/dfns/css-position-3.json index 58688111a9c4..74b11af27f86 100644 --- a/tr/dfns/css-position-3.json +++ b/tr/dfns/css-position-3.json @@ -55,10 +55,9 @@ "access": "public", "informative": false, "heading": { - "id": "position-property", - "href": "https://www.w3.org/TR/css-position-3/#position-property", - "title": "Choosing A Positioning Scheme: position property", - "number": "2" + "id": "title", + "href": "https://www.w3.org/TR/css-position-3/#title", + "title": "CSS Positioned Layout Module Level 3" }, "definedIn": "prose" }, @@ -74,10 +73,9 @@ "access": "public", "informative": false, "heading": { - "id": "position-property", - "href": "https://www.w3.org/TR/css-position-3/#position-property", - "title": "Choosing A Positioning Scheme: position property", - "number": "2" + "id": "title", + "href": "https://www.w3.org/TR/css-position-3/#title", + "title": "CSS Positioned Layout Module Level 3" }, "definedIn": "prose" }, @@ -95,10 +93,9 @@ "access": "public", "informative": false, "heading": { - "id": "position-property", - "href": "https://www.w3.org/TR/css-position-3/#position-property", - "title": "Choosing A Positioning Scheme: position property", - "number": "2" + "id": "title", + "href": "https://www.w3.org/TR/css-position-3/#title", + "title": "CSS Positioned Layout Module Level 3" }, "definedIn": "dt" }, @@ -116,10 +113,9 @@ "access": "public", "informative": false, "heading": { - "id": "position-property", - "href": "https://www.w3.org/TR/css-position-3/#position-property", - "title": "Choosing A Positioning Scheme: position property", - "number": "2" + "id": "title", + "href": "https://www.w3.org/TR/css-position-3/#title", + "title": "CSS Positioned Layout Module Level 3" }, "definedIn": "dt" }, @@ -141,10 +137,9 @@ "access": "public", "informative": false, "heading": { - "id": "position-property", - "href": "https://www.w3.org/TR/css-position-3/#position-property", - "title": "Choosing A Positioning Scheme: position property", - "number": "2" + "id": "title", + "href": "https://www.w3.org/TR/css-position-3/#title", + "title": "CSS Positioned Layout Module Level 3" }, "definedIn": "prose" }, @@ -162,10 +157,9 @@ "access": "public", "informative": false, "heading": { - "id": "position-property", - "href": "https://www.w3.org/TR/css-position-3/#position-property", - "title": "Choosing A Positioning Scheme: position property", - "number": "2" + "id": "title", + "href": "https://www.w3.org/TR/css-position-3/#title", + "title": "CSS Positioned Layout Module Level 3" }, "definedIn": "dt" }, @@ -185,10 +179,9 @@ "access": "public", "informative": false, "heading": { - "id": "position-property", - "href": "https://www.w3.org/TR/css-position-3/#position-property", - "title": "Choosing A Positioning Scheme: position property", - "number": "2" + "id": "title", + "href": "https://www.w3.org/TR/css-position-3/#title", + "title": "CSS Positioned Layout Module Level 3" }, "definedIn": "prose" }, @@ -206,10 +199,9 @@ "access": "public", "informative": false, "heading": { - "id": "position-property", - "href": "https://www.w3.org/TR/css-position-3/#position-property", - "title": "Choosing A Positioning Scheme: position property", - "number": "2" + "id": "title", + "href": "https://www.w3.org/TR/css-position-3/#title", + "title": "CSS Positioned Layout Module Level 3" }, "definedIn": "dt" }, @@ -232,10 +224,9 @@ "access": "public", "informative": false, "heading": { - "id": "position-property", - "href": "https://www.w3.org/TR/css-position-3/#position-property", - "title": "Choosing A Positioning Scheme: position property", - "number": "2" + "id": "title", + "href": "https://www.w3.org/TR/css-position-3/#title", + "title": "CSS Positioned Layout Module Level 3" }, "definedIn": "prose" }, @@ -253,10 +244,9 @@ "access": "public", "informative": false, "heading": { - "id": "position-property", - "href": "https://www.w3.org/TR/css-position-3/#position-property", - "title": "Choosing A Positioning Scheme: position property", - "number": "2" + "id": "title", + "href": "https://www.w3.org/TR/css-position-3/#title", + "title": "CSS Positioned Layout Module Level 3" }, "definedIn": "dt" }, @@ -276,10 +266,9 @@ "access": "public", "informative": false, "heading": { - "id": "position-property", - "href": "https://www.w3.org/TR/css-position-3/#position-property", - "title": "Choosing A Positioning Scheme: position property", - "number": "2" + "id": "title", + "href": "https://www.w3.org/TR/css-position-3/#title", + "title": "CSS Positioned Layout Module Level 3" }, "definedIn": "prose" }, @@ -654,10 +643,9 @@ "access": "private", "informative": false, "heading": { - "id": "stickypos-insets", - "href": "https://www.w3.org/TR/css-position-3/#stickypos-insets", - "title": "Sticky positioning", - "number": "3.4" + "id": "title", + "href": "https://www.w3.org/TR/css-position-3/#title", + "title": "CSS Positioned Layout Module Level 3" }, "definedIn": "prose" }, @@ -692,10 +680,9 @@ "access": "private", "informative": false, "heading": { - "id": "abspos-insets", - "href": "https://www.w3.org/TR/css-position-3/#abspos-insets", - "title": "Absolute (and Fixed) Positioning", - "number": "3.5" + "id": "title", + "href": "https://www.w3.org/TR/css-position-3/#title", + "title": "CSS Positioned Layout Module Level 3" }, "definedIn": "prose" }, @@ -730,10 +717,9 @@ "access": "public", "informative": false, "heading": { - "id": "staticpos-rect", - "href": "https://www.w3.org/TR/css-position-3/#staticpos-rect", - "title": "Resolving Automatic Insets: the “Static-Position Rectangle”", - "number": "3.5.1" + "id": "title", + "href": "https://www.w3.org/TR/css-position-3/#title", + "title": "CSS Positioned Layout Module Level 3" }, "definedIn": "prose" }, @@ -749,10 +735,9 @@ "access": "public", "informative": false, "heading": { - "id": "staticpos-rect", - "href": "https://www.w3.org/TR/css-position-3/#staticpos-rect", - "title": "Resolving Automatic Insets: the “Static-Position Rectangle”", - "number": "3.5.1" + "id": "title", + "href": "https://www.w3.org/TR/css-position-3/#title", + "title": "CSS Positioned Layout Module Level 3" }, "definedIn": "prose" }, diff --git a/tr/dfns/html.json b/tr/dfns/html.json index 336a1917e433..8f424ae37c80 100644 --- a/tr/dfns/html.json +++ b/tr/dfns/html.json @@ -3340,6 +3340,151 @@ }, "definedIn": "prose" }, + { + "id": "fetch-priority-attribute", + "href": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#fetch-priority-attribute", + "linkingText": [ + "fetch priority attribute" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "fetch-priority-attributes", + "href": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#fetch-priority-attributes", + "title": "Fetch priority attributes", + "number": "2.5.9" + }, + "definedIn": "prose" + }, + { + "id": "attr-fetchpriority-high", + "href": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#attr-fetchpriority-high", + "linkingText": [ + "high" + ], + "localLinkingText": [], + "type": "attr-value", + "for": [ + "img/fetchpriority", + "script/fetchpriority", + "link/fetchpriority" + ], + "access": "public", + "informative": false, + "heading": { + "id": "fetch-priority-attributes", + "href": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#fetch-priority-attributes", + "title": "Fetch priority attributes", + "number": "2.5.9" + }, + "definedIn": "table" + }, + { + "id": "attr-fetchpriority-high-state", + "href": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#attr-fetchpriority-high-state", + "linkingText": [ + "high" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "fetch-priority-attributes", + "href": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#fetch-priority-attributes", + "title": "Fetch priority attributes", + "number": "2.5.9" + }, + "definedIn": "table" + }, + { + "id": "attr-fetchpriority-low", + "href": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#attr-fetchpriority-low", + "linkingText": [ + "low" + ], + "localLinkingText": [], + "type": "attr-value", + "for": [ + "img/fetchpriority", + "script/fetchpriority", + "link/fetchpriority" + ], + "access": "public", + "informative": false, + "heading": { + "id": "fetch-priority-attributes", + "href": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#fetch-priority-attributes", + "title": "Fetch priority attributes", + "number": "2.5.9" + }, + "definedIn": "table" + }, + { + "id": "attr-fetchpriority-low-state", + "href": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#attr-fetchpriority-low-state", + "linkingText": [ + "low" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "fetch-priority-attributes", + "href": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#fetch-priority-attributes", + "title": "Fetch priority attributes", + "number": "2.5.9" + }, + "definedIn": "table" + }, + { + "id": "attr-fetchpriority-auto", + "href": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#attr-fetchpriority-auto", + "linkingText": [ + "auto" + ], + "localLinkingText": [], + "type": "attr-value", + "for": [ + "img/fetchpriority", + "script/fetchpriority", + "link/fetchpriority" + ], + "access": "public", + "informative": false, + "heading": { + "id": "fetch-priority-attributes", + "href": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#fetch-priority-attributes", + "title": "Fetch priority attributes", + "number": "2.5.9" + }, + "definedIn": "table" + }, + { + "id": "attr-fetchpriority-auto-state", + "href": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#attr-fetchpriority-auto-state", + "linkingText": [ + "auto" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "fetch-priority-attributes", + "href": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#fetch-priority-attributes", + "title": "Fetch priority attributes", + "number": "2.5.9" + }, + "definedIn": "table" + }, { "id": "reflect", "href": "https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#reflect", @@ -7671,6 +7816,27 @@ }, "definedIn": "prose" }, + { + "id": "attr-link-fetchpriority", + "href": "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-fetchpriority", + "linkingText": [ + "fetchpriority" + ], + "localLinkingText": [], + "type": "element-attr", + "for": [ + "link" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-link-element", + "href": "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element", + "title": "The link element", + "number": "4.2.4" + }, + "definedIn": "prose" + }, { "id": "dom-link-href", "href": "https://html.spec.whatwg.org/multipage/semantics.html#dom-link-href", @@ -7923,6 +8089,27 @@ }, "definedIn": "prose" }, + { + "id": "dom-link-fetchpriority", + "href": "https://html.spec.whatwg.org/multipage/semantics.html#dom-link-fetchpriority", + "linkingText": [ + "fetchPriority" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "HTMLLinkElement" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-link-element", + "href": "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element", + "title": "The link element", + "number": "4.2.4" + }, + "definedIn": "prose" + }, { "id": "dom-link-imagesrcset", "href": "https://html.spec.whatwg.org/multipage/semantics.html#dom-link-imagesrcset", @@ -8404,6 +8591,25 @@ }, "definedIn": "dt" }, + { + "id": "link-options-fetch-priority", + "href": "https://html.spec.whatwg.org/multipage/semantics.html#link-options-fetch-priority", + "linkingText": [ + "fetch priority" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "processing-link-headers", + "href": "https://html.spec.whatwg.org/multipage/semantics.html#processing-link-headers", + "title": "Processing `Link` headers", + "number": "4.2.4.4" + }, + "definedIn": "dt" + }, { "id": "create-link-options-from-element", "href": "https://html.spec.whatwg.org/multipage/semantics.html#create-link-options-from-element", @@ -14323,6 +14529,27 @@ }, "definedIn": "prose" }, + { + "id": "attr-img-fetchpriority", + "href": "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-fetchpriority", + "linkingText": [ + "fetchpriority" + ], + "localLinkingText": [], + "type": "element-attr", + "for": [ + "img" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-img-element", + "href": "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element", + "title": "The img element", + "number": "4.8.3" + }, + "definedIn": "prose" + }, { "id": "attr-img-loading", "href": "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-loading", @@ -14575,6 +14802,27 @@ }, "definedIn": "prose" }, + { + "id": "dom-img-fetchpriority", + "href": "https://html.spec.whatwg.org/multipage/embedded-content.html#dom-img-fetchpriority", + "linkingText": [ + "fetchPriority" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "HTMLImageElement" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-img-element", + "href": "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element", + "title": "The img element", + "number": "4.8.3" + }, + "definedIn": "prose" + }, { "id": "dom-img-width", "href": "https://html.spec.whatwg.org/multipage/embedded-content.html#dom-img-width", @@ -38587,6 +38835,27 @@ }, "definedIn": "prose" }, + { + "id": "attr-script-fetchpriority", + "href": "https://html.spec.whatwg.org/multipage/scripting.html#attr-script-fetchpriority", + "linkingText": [ + "fetchpriority" + ], + "localLinkingText": [], + "type": "element-attr", + "for": [ + "script" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-script-element", + "href": "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element", + "title": "The script element", + "number": "4.12.1" + }, + "definedIn": "prose" + }, { "id": "dom-script-src", "href": "https://html.spec.whatwg.org/multipage/scripting.html#dom-script-src", @@ -38713,6 +38982,27 @@ }, "definedIn": "prose" }, + { + "id": "dom-script-fetchpriority", + "href": "https://html.spec.whatwg.org/multipage/scripting.html#dom-script-fetchpriority", + "linkingText": [ + "fetchPriority" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "HTMLScriptElement" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-script-element", + "href": "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element", + "title": "The script element", + "number": "4.12.1" + }, + "definedIn": "prose" + }, { "id": "dom-script-crossorigin", "href": "https://html.spec.whatwg.org/multipage/scripting.html#dom-script-crossorigin", @@ -67139,6 +67429,25 @@ }, "definedIn": "dt" }, + { + "id": "concept-script-fetch-options-fetch-priority", + "href": "https://html.spec.whatwg.org/multipage/webappapis.html#concept-script-fetch-options-fetch-priority", + "linkingText": [ + "fetch priority" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "fetching-scripts", + "href": "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts", + "title": "Fetching scripts", + "number": "8.1.4.2" + }, + "definedIn": "dt" + }, { "id": "default-classic-script-fetch-options", "href": "https://html.spec.whatwg.org/multipage/webappapis.html#default-classic-script-fetch-options", diff --git a/tr/dfns/permissions-policy-1.json b/tr/dfns/permissions-policy-1.json index d8dacbd49b85..f8e75ee236d4 100644 --- a/tr/dfns/permissions-policy-1.json +++ b/tr/dfns/permissions-policy-1.json @@ -1064,7 +1064,7 @@ "heading": { "id": "algo-process-response-policy", "href": "https://www.w3.org/TR/permissions-policy-1/#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://www.w3.org/TR/permissions-policy-1/#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://www.w3.org/TR/permissions-policy-1/#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://www.w3.org/TR/permissions-policy-1/#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://www.w3.org/TR/permissions-policy-1/#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://www.w3.org/TR/permissions-policy-1/#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://www.w3.org/TR/permissions-policy-1/#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/tr/dfns/priority-hints.json b/tr/dfns/priority-hints.json deleted file mode 100644 index 096d2258e8c1..000000000000 --- a/tr/dfns/priority-hints.json +++ /dev/null @@ -1,353 +0,0 @@ -{ - "spec": { - "title": "Priority Hints", - "url": "https://wicg.github.io/priority-hints/" - }, - "dfns": [ - { - "id": "fetchpriority-enum", - "href": "https://wicg.github.io/priority-hints/#fetchpriority-enum", - "linkingText": [ - "FetchPriority enum" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "definitions", - "href": "https://wicg.github.io/priority-hints/#definitions", - "title": "Definitions", - "number": "3.1" - }, - "definedIn": "prose" - }, - { - "id": "enumdef-fetchpriority", - "href": "https://wicg.github.io/priority-hints/#enumdef-fetchpriority", - "linkingText": [ - "FetchPriority" - ], - "localLinkingText": [], - "type": "enum", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "definitions", - "href": "https://wicg.github.io/priority-hints/#definitions", - "title": "Definitions", - "number": "3.1" - }, - "definedIn": "pre" - }, - { - "id": "dom-fetchpriority-high", - "href": "https://wicg.github.io/priority-hints/#dom-fetchpriority-high", - "linkingText": [ - "\"high\"" - ], - "localLinkingText": [], - "type": "enum-value", - "for": [ - "FetchPriority" - ], - "access": "public", - "informative": false, - "heading": { - "id": "definitions", - "href": "https://wicg.github.io/priority-hints/#definitions", - "title": "Definitions", - "number": "3.1" - }, - "definedIn": "pre" - }, - { - "id": "dom-fetchpriority-low", - "href": "https://wicg.github.io/priority-hints/#dom-fetchpriority-low", - "linkingText": [ - "\"low\"" - ], - "localLinkingText": [], - "type": "enum-value", - "for": [ - "FetchPriority" - ], - "access": "public", - "informative": false, - "heading": { - "id": "definitions", - "href": "https://wicg.github.io/priority-hints/#definitions", - "title": "Definitions", - "number": "3.1" - }, - "definedIn": "pre" - }, - { - "id": "dom-fetchpriority-auto", - "href": "https://wicg.github.io/priority-hints/#dom-fetchpriority-auto", - "linkingText": [ - "\"auto\"" - ], - "localLinkingText": [], - "type": "enum-value", - "for": [ - "FetchPriority" - ], - "access": "public", - "informative": false, - "heading": { - "id": "definitions", - "href": "https://wicg.github.io/priority-hints/#definitions", - "title": "Definitions", - "number": "3.1" - }, - "definedIn": "pre" - }, - { - "id": "fetchpriority-enum-high", - "href": "https://wicg.github.io/priority-hints/#fetchpriority-enum-high", - "linkingText": [ - "high" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "definitions", - "href": "https://wicg.github.io/priority-hints/#definitions", - "title": "Definitions", - "number": "3.1" - }, - "definedIn": "table" - }, - { - "id": "fetchpriority-enum-low", - "href": "https://wicg.github.io/priority-hints/#fetchpriority-enum-low", - "linkingText": [ - "low" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "definitions", - "href": "https://wicg.github.io/priority-hints/#definitions", - "title": "Definitions", - "number": "3.1" - }, - "definedIn": "table" - }, - { - "id": "fetchpriority-enum-auto", - "href": "https://wicg.github.io/priority-hints/#fetchpriority-enum-auto", - "linkingText": [ - "auto" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "definitions", - "href": "https://wicg.github.io/priority-hints/#definitions", - "title": "Definitions", - "number": "3.1" - }, - "definedIn": "table" - }, - { - "id": "fetchpriority-attribute", - "href": "https://wicg.github.io/priority-hints/#fetchpriority-attribute", - "linkingText": [ - "fetchpriority attribute" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "html-integration", - "href": "https://wicg.github.io/priority-hints/#html-integration", - "title": "HTML Integration", - "number": "3.3" - }, - "definedIn": "prose" - }, - { - "id": "element-attrdef-img-fetchpriority", - "href": "https://wicg.github.io/priority-hints/#element-attrdef-img-fetchpriority", - "linkingText": [ - "fetchpriority" - ], - "localLinkingText": [], - "type": "element-attr", - "for": [ - "img" - ], - "access": "public", - "informative": false, - "heading": { - "id": "img", - "href": "https://wicg.github.io/priority-hints/#img", - "title": "img", - "number": "3.3.1" - }, - "definedIn": "prose" - }, - { - "id": "dom-htmlimageelement-fetchpriority", - "href": "https://wicg.github.io/priority-hints/#dom-htmlimageelement-fetchpriority", - "linkingText": [ - "fetchPriority" - ], - "localLinkingText": [], - "type": "attribute", - "for": [ - "HTMLImageElement" - ], - "access": "public", - "informative": false, - "heading": { - "id": "img", - "href": "https://wicg.github.io/priority-hints/#img", - "title": "img", - "number": "3.3.1" - }, - "definedIn": "prose" - }, - { - "id": "element-attrdef-link-fetchpriority", - "href": "https://wicg.github.io/priority-hints/#element-attrdef-link-fetchpriority", - "linkingText": [ - "fetchpriority" - ], - "localLinkingText": [], - "type": "element-attr", - "for": [ - "link" - ], - "access": "public", - "informative": false, - "heading": { - "id": "link", - "href": "https://wicg.github.io/priority-hints/#link", - "title": "link", - "number": "3.3.3" - }, - "definedIn": "prose" - }, - { - "id": "dom-htmllinkelement-fetchpriority", - "href": "https://wicg.github.io/priority-hints/#dom-htmllinkelement-fetchpriority", - "linkingText": [ - "fetchPriority" - ], - "localLinkingText": [], - "type": "attribute", - "for": [ - "HTMLLinkElement" - ], - "access": "public", - "informative": false, - "heading": { - "id": "link", - "href": "https://wicg.github.io/priority-hints/#link", - "title": "link", - "number": "3.3.3" - }, - "definedIn": "pre" - }, - { - "id": "element-attrdef-script-fetchpriority", - "href": "https://wicg.github.io/priority-hints/#element-attrdef-script-fetchpriority", - "linkingText": [ - "fetchpriority" - ], - "localLinkingText": [], - "type": "element-attr", - "for": [ - "script" - ], - "access": "public", - "informative": false, - "heading": { - "id": "script", - "href": "https://wicg.github.io/priority-hints/#script", - "title": "script", - "number": "3.3.4" - }, - "definedIn": "prose" - }, - { - "id": "dom-htmlscriptelement-fetchpriority", - "href": "https://wicg.github.io/priority-hints/#dom-htmlscriptelement-fetchpriority", - "linkingText": [ - "fetchPriority" - ], - "localLinkingText": [], - "type": "attribute", - "for": [ - "HTMLScriptElement" - ], - "access": "public", - "informative": false, - "heading": { - "id": "script", - "href": "https://wicg.github.io/priority-hints/#script", - "title": "script", - "number": "3.3.4" - }, - "definedIn": "prose" - }, - { - "id": "element-attrdef-iframe-fetchpriority", - "href": "https://wicg.github.io/priority-hints/#element-attrdef-iframe-fetchpriority", - "linkingText": [ - "fetchpriority" - ], - "localLinkingText": [], - "type": "element-attr", - "for": [ - "iframe" - ], - "access": "public", - "informative": false, - "heading": { - "id": "iframe", - "href": "https://wicg.github.io/priority-hints/#iframe", - "title": "iframe", - "number": "3.3.5" - }, - "definedIn": "prose" - }, - { - "id": "dom-htmliframeelement-fetchpriority", - "href": "https://wicg.github.io/priority-hints/#dom-htmliframeelement-fetchpriority", - "linkingText": [ - "fetchPriority" - ], - "localLinkingText": [], - "type": "attribute", - "for": [ - "HTMLIFrameElement" - ], - "access": "public", - "informative": false, - "heading": { - "id": "iframe", - "href": "https://wicg.github.io/priority-hints/#iframe", - "title": "iframe", - "number": "3.3.5" - }, - "definedIn": "prose" - } - ] -} \ No newline at end of file diff --git a/tr/dfns/ua-client-hints.json b/tr/dfns/ua-client-hints.json index 6ac2fb64992f..f94cb9e70fed 100644 --- a/tr/dfns/ua-client-hints.json +++ b/tr/dfns/ua-client-hints.json @@ -39,10 +39,9 @@ "access": "public", "informative": false, "heading": { - "id": "http-ua-hints", - "href": "https://wicg.github.io/ua-client-hints/#http-ua-hints", - "title": "User Agent Hints", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "prose" }, @@ -60,10 +59,9 @@ "access": "public", "informative": false, "heading": { - "id": "http-ua-hints", - "href": "https://wicg.github.io/ua-client-hints/#http-ua-hints", - "title": "User Agent Hints", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "prose" }, @@ -81,10 +79,9 @@ "access": "public", "informative": false, "heading": { - "id": "http-ua-hints", - "href": "https://wicg.github.io/ua-client-hints/#http-ua-hints", - "title": "User Agent Hints", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "prose" }, @@ -102,10 +99,9 @@ "access": "public", "informative": false, "heading": { - "id": "http-ua-hints", - "href": "https://wicg.github.io/ua-client-hints/#http-ua-hints", - "title": "User Agent Hints", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "prose" }, @@ -123,10 +119,9 @@ "access": "public", "informative": false, "heading": { - "id": "http-ua-hints", - "href": "https://wicg.github.io/ua-client-hints/#http-ua-hints", - "title": "User Agent Hints", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "prose" }, @@ -144,10 +139,9 @@ "access": "public", "informative": false, "heading": { - "id": "http-ua-hints", - "href": "https://wicg.github.io/ua-client-hints/#http-ua-hints", - "title": "User Agent Hints", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "prose" }, @@ -165,10 +159,9 @@ "access": "public", "informative": false, "heading": { - "id": "http-ua-hints", - "href": "https://wicg.github.io/ua-client-hints/#http-ua-hints", - "title": "User Agent Hints", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "prose" }, @@ -186,10 +179,9 @@ "access": "public", "informative": false, "heading": { - "id": "http-ua-hints", - "href": "https://wicg.github.io/ua-client-hints/#http-ua-hints", - "title": "User Agent Hints", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "prose" }, @@ -207,10 +199,9 @@ "access": "public", "informative": false, "heading": { - "id": "http-ua-hints", - "href": "https://wicg.github.io/ua-client-hints/#http-ua-hints", - "title": "User Agent Hints", - "number": "3" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "prose" }, @@ -245,10 +236,9 @@ "access": "public", "informative": false, "heading": { - "id": "sec-ch-ua", - "href": "https://wicg.github.io/ua-client-hints/#sec-ch-ua", - "title": "The 'Sec-CH-UA' Header Field", - "number": "3.1" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "prose" }, @@ -340,10 +330,9 @@ "access": "public", "informative": false, "heading": { - "id": "sec-ch-ua-full-version-list", - "href": "https://wicg.github.io/ua-client-hints/#sec-ch-ua-full-version-list", - "title": "The 'Sec-CH-UA-Full-Version-List' Header Field", - "number": "3.5" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "prose" }, @@ -454,10 +443,9 @@ "access": "private", "informative": false, "heading": { - "id": "sec-ch-ua-platform-version", - "href": "https://wicg.github.io/ua-client-hints/#sec-ch-ua-platform-version", - "title": "The 'Sec-CH-UA-Platform-Version' Header Field", - "number": "3.9" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "prose" }, @@ -473,10 +461,9 @@ "access": "private", "informative": false, "heading": { - "id": "sec-ch-ua-platform-version", - "href": "https://wicg.github.io/ua-client-hints/#sec-ch-ua-platform-version", - "title": "The 'Sec-CH-UA-Platform-Version' Header Field", - "number": "3.9" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "prose" }, @@ -532,10 +519,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -553,10 +539,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -572,10 +557,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -593,10 +577,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -614,10 +597,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -635,10 +617,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -656,10 +637,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -677,10 +657,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -698,10 +677,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -719,10 +697,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -740,10 +717,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -761,10 +737,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -782,10 +757,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -801,10 +775,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -822,10 +795,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -843,10 +815,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -864,10 +835,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -883,10 +853,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -904,10 +873,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -925,10 +893,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -946,10 +913,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -967,10 +933,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -988,10 +953,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -1009,10 +973,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -1028,10 +991,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -1049,10 +1011,9 @@ "access": "public", "informative": false, "heading": { - "id": "interface", - "href": "https://wicg.github.io/ua-client-hints/#interface", - "title": "Interface", - "number": "4" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "pre" }, @@ -1091,10 +1052,9 @@ "access": "private", "informative": false, "heading": { - "id": "monkeypatch-html-windoworworkerglobalscope", - "href": "https://wicg.github.io/ua-client-hints/#monkeypatch-html-windoworworkerglobalscope", - "title": "WindowOrWorkerGlobalScope", - "number": "4.1.1" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "prose" }, @@ -1112,10 +1072,9 @@ "access": "private", "informative": false, "heading": { - "id": "monkeypatch-html-windoworworkerglobalscope", - "href": "https://wicg.github.io/ua-client-hints/#monkeypatch-html-windoworworkerglobalscope", - "title": "WindowOrWorkerGlobalScope", - "number": "4.1.1" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "prose" }, @@ -1152,10 +1111,9 @@ "access": "public", "informative": false, "heading": { - "id": "create-ua-list-section", - "href": "https://wicg.github.io/ua-client-hints/#create-ua-list-section", - "title": "Create brands", - "number": "4.1.2" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "prose" }, @@ -1190,10 +1148,9 @@ "access": "private", "informative": false, "heading": { - "id": "create-arbitrary-brands-section", - "href": "https://wicg.github.io/ua-client-hints/#create-arbitrary-brands-section", - "title": "Create arbitrary brand and version values", - "number": "4.1.3" + "id": "title", + "href": "https://wicg.github.io/ua-client-hints/#title", + "title": "User-Agent Client Hints" }, "definedIn": "prose" }, diff --git a/tr/headings/capability-delegation.json b/tr/headings/capability-delegation.json index f7630efa5940..e6438fa1ca95 100644 --- a/tr/headings/capability-delegation.json +++ b/tr/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/tr/headings/css-align-3.json b/tr/headings/css-align-3.json index fbdd169939de..a00494ab8c30 100644 --- a/tr/headings/css-align-3.json +++ b/tr/headings/css-align-3.json @@ -8,7 +8,7 @@ "id": "title", "href": "https://www.w3.org/TR/css-align-3/#title", "level": 1, - "title": "490 TestsCSS Box Alignment Module Level 3" + "title": "CSS Box Alignment Module Level 3" }, { "id": "abstract", @@ -384,10 +384,16 @@ "title": "10. Changes" }, { - "id": "privacy-security", - "href": "https://www.w3.org/TR/css-align-3/#privacy-security", + "id": "privacy", + "href": "https://www.w3.org/TR/css-align-3/#privacy", "level": 2, - "title": "11. Privacy and Security Considerations" + "title": "11. Privacy Considerations" + }, + { + "id": "security", + "href": "https://www.w3.org/TR/css-align-3/#security", + "level": 2, + "title": "12. Security Considerations" }, { "id": "acknowledgments", @@ -461,6 +467,12 @@ "level": 3, "title": "Normative References" }, + { + "id": "informative", + "href": "https://www.w3.org/TR/css-align-3/#informative", + "level": 3, + "title": "Informative References" + }, { "id": "property-index", "href": "https://www.w3.org/TR/css-align-3/#property-index", diff --git a/tr/headings/css-backgrounds-4.json b/tr/headings/css-backgrounds-4.json index c2eaf33f11c6..332f18d66289 100644 --- a/tr/headings/css-backgrounds-4.json +++ b/tr/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/tr/headings/css-images-4.json b/tr/headings/css-images-4.json index 50cd474e7032..ba7edf06c236 100644 --- a/tr/headings/css-images-4.json +++ b/tr/headings/css-images-4.json @@ -1,14 +1,14 @@ { "spec": { - "title": "CSS Image Values and Replaced Content Module Level 4", + "title": "CSS Images Module Level 4", "url": "https://www.w3.org/TR/css-images-4/" }, "headings": [ { - "id": "subtitle", - "href": "https://www.w3.org/TR/css-images-4/#subtitle", - "level": 2, - "title": "W3C Working Draft, 13 April 2017" + "id": "title", + "href": "https://www.w3.org/TR/css-images-4/#title", + "level": 1, + "title": "CSS Images Module Level 4" }, { "id": "abstract", @@ -17,8 +17,8 @@ "title": "Abstract" }, { - "id": "status", - "href": "https://www.w3.org/TR/css-images-4/#status", + "id": "sotd", + "href": "https://www.w3.org/TR/css-images-4/#sotd", "level": 2, "title": "Status of this document" }, @@ -35,11 +35,18 @@ "title": "Introduction", "number": "1" }, + { + "id": "values", + "href": "https://www.w3.org/TR/css-images-4/#values", + "level": 3, + "title": "Value Definitions", + "number": "1.1" + }, { "id": "image-values", "href": "https://www.w3.org/TR/css-images-4/#image-values", "level": 2, - "title": "Image Values: the type", + "title": "2D Image Values: the type", "number": "2" }, { @@ -56,82 +63,110 @@ "title": "Image References: the url() notation", "number": "2.2" }, + { + "id": "fetching-images", + "href": "https://www.w3.org/TR/css-images-4/#fetching-images", + "level": 3, + "title": "Fetching External Images", + "number": "2.3" + }, + { + "id": "image-set-notation", + "href": "https://www.w3.org/TR/css-images-4/#image-set-notation", + "level": 3, + "title": "Resolution/Type Negotiation: the image-set() notation", + "number": "2.4" + }, { "id": "image-notation", "href": "https://www.w3.org/TR/css-images-4/#image-notation", "level": 3, "title": "Image Fallbacks and Annotations: the image() notation", - "number": "2.3" + "number": "2.5" }, { "id": "image-fallbacks", "href": "https://www.w3.org/TR/css-images-4/#image-fallbacks", "level": 4, "title": "Image Fallbacks", - "number": "2.3.1" + "number": "2.5.1" }, { "id": "image-fragments", "href": "https://www.w3.org/TR/css-images-4/#image-fragments", "level": 4, "title": "Image Fragments", - "number": "2.3.2" + "number": "2.5.2" }, { "id": "color-images", "href": "https://www.w3.org/TR/css-images-4/#color-images", "level": 4, "title": "Solid-color Images", - "number": "2.3.3" + "number": "2.5.3" }, { "id": "bidi-images", "href": "https://www.w3.org/TR/css-images-4/#bidi-images", "level": 4, "title": "Bidi-sensitive Images", - "number": "2.3.4" - }, - { - "id": "image-set-notation", - "href": "https://www.w3.org/TR/css-images-4/#image-set-notation", - "level": 3, - "title": "Resolution Negotiation: the image-set() notation", - "number": "2.4" + "number": "2.5.4" }, { "id": "cross-fade-function", "href": "https://www.w3.org/TR/css-images-4/#cross-fade-function", "level": 3, "title": "Combining images: the cross-fade() notation", - "number": "2.5" + "number": "2.6" + }, + { + "id": "cross-fade-sizing", + "href": "https://www.w3.org/TR/css-images-4/#cross-fade-sizing", + "level": 4, + "title": "cross-fade() Sizing", + "number": "2.6.1" + }, + { + "id": "cross-fade-painting", + "href": "https://www.w3.org/TR/css-images-4/#cross-fade-painting", + "level": 4, + "title": "cross-fade() Painting", + "number": "2.6.2" + }, + { + "id": "cross-fade-complex", + "href": "https://www.w3.org/TR/css-images-4/#cross-fade-complex", + "level": 4, + "title": "Simplifying Complex cross-fade()", + "number": "2.6.3" }, { "id": "element-notation", "href": "https://www.w3.org/TR/css-images-4/#element-notation", "level": 3, "title": "Using Elements as Images: the element() notation", - "number": "2.6" + "number": "2.7" }, { "id": "paint-sources", "href": "https://www.w3.org/TR/css-images-4/#paint-sources", "level": 4, "title": "Paint Sources", - "number": "2.6.1" + "number": "2.7.1" }, { "id": "elementsources", "href": "https://www.w3.org/TR/css-images-4/#elementsources", "level": 4, "title": "Using Out-Of-Document Sources: the ElementSources interface", - "number": "2.6.2" + "number": "2.7.2" }, { "id": "element-cycles", "href": "https://www.w3.org/TR/css-images-4/#element-cycles", "level": 4, "title": "Cycle Detection", - "number": "2.6.3" + "number": "2.7.3" }, { "id": "gradients", @@ -147,6 +182,13 @@ "title": "Linear Gradients: the linear-gradient() notation", "number": "3.1" }, + { + "id": "color-interpolation", + "href": "https://www.w3.org/TR/css-images-4/#color-interpolation", + "level": 4, + "title": "Effects of color space on interpolation: examples", + "number": "3.1.1" + }, { "id": "radial-gradients", "href": "https://www.w3.org/TR/css-images-4/#radial-gradients", @@ -190,60 +232,140 @@ "number": "3.4" }, { - "id": "color-stop-syntax", - "href": "https://www.w3.org/TR/css-images-4/#color-stop-syntax", + "id": "gradient-colors", + "href": "https://www.w3.org/TR/css-images-4/#gradient-colors", "level": 3, - "title": "Gradient Color-Stops", + "title": "Defining Gradient Color", "number": "3.5" }, + { + "id": "color-stop-syntax", + "href": "https://www.w3.org/TR/css-images-4/#color-stop-syntax", + "level": 4, + "title": "Color Stop Lists", + "number": "3.5.1" + }, + { + "id": "coloring-gradient-line", + "href": "https://www.w3.org/TR/css-images-4/#coloring-gradient-line", + "level": 4, + "title": "Coloring the Gradient Line", + "number": "3.5.2" + }, + { + "id": "color-stop-fixup", + "href": "https://www.w3.org/TR/css-images-4/#color-stop-fixup", + "level": 4, + "title": "Color Stop “Fixup”", + "number": "3.5.3" + }, + { + "id": "stripes", + "href": "https://www.w3.org/TR/css-images-4/#stripes", + "level": 2, + "title": "1D Image Values: the type and stripes() notation", + "number": "4" + }, { "id": "sizing", "href": "https://www.w3.org/TR/css-images-4/#sizing", "level": 2, "title": "Sizing Images and Objects in CSS", - "number": "4" + "number": "5" + }, + { + "id": "the-object-fit", + "href": "https://www.w3.org/TR/css-images-4/#the-object-fit", + "level": 3, + "title": "Sizing Objects: the object-fit property", + "number": "5.1" }, { "id": "image-processing", "href": "https://www.w3.org/TR/css-images-4/#image-processing", "level": 2, "title": "Image Processing", - "number": "5" + "number": "6" }, { "id": "the-image-resolution", "href": "https://www.w3.org/TR/css-images-4/#the-image-resolution", "level": 3, "title": "Overriding Image Resolutions: the image-resolution property", - "number": "5.1" + "number": "6.1" }, { "id": "interpolation", "href": "https://www.w3.org/TR/css-images-4/#interpolation", "level": 2, "title": "Interpolation", - "number": "6" + "number": "7" + }, + { + "id": "interpolating-images", + "href": "https://www.w3.org/TR/css-images-4/#interpolating-images", + "level": 3, + "title": "Interpolating ", + "number": "7.1" + }, + { + "id": "interpolating-image-combinations", + "href": "https://www.w3.org/TR/css-images-4/#interpolating-image-combinations", + "level": 3, + "title": "Interpolating cross-fade()", + "number": "7.2" + }, + { + "id": "interpolating-gradients", + "href": "https://www.w3.org/TR/css-images-4/#interpolating-gradients", + "level": 3, + "title": "Interpolating ", + "number": "7.3" + }, + { + "id": "interpolating-stripes", + "href": "https://www.w3.org/TR/css-images-4/#interpolating-stripes", + "level": 3, + "title": "Interpolating stripes()", + "number": "7.4" }, { "id": "serialization", "href": "https://www.w3.org/TR/css-images-4/#serialization", "level": 2, "title": "Serialization", - "number": "7" + "number": "8" }, { - "id": "privsec", - "href": "https://www.w3.org/TR/css-images-4/#privsec", + "id": "deprecated", + "href": "https://www.w3.org/TR/css-images-4/#deprecated", "level": 2, - "title": "Privacy and Security Considerations", - "number": "8" + "title": "Appendix A: Deprecated Features and Aliases" + }, + { + "id": "privacy", + "href": "https://www.w3.org/TR/css-images-4/#privacy", + "level": 2, + "title": "Privacy Considerations", + "number": "9" + }, + { + "id": "security", + "href": "https://www.w3.org/TR/css-images-4/#security", + "level": 2, + "title": "10. Security Considerations" }, { "id": "changes", "href": "https://www.w3.org/TR/css-images-4/#changes", "level": 2, - "title": "Changes", - "number": "9" + "title": "11. Changes" + }, + { + "id": "changes-20170413", + "href": "https://www.w3.org/TR/css-images-4/#changes-20170413", + "level": 3, + "title": "Changes Since the 13 April 2017 Working Draft" }, { "id": "changes-20120911", @@ -258,46 +380,40 @@ "title": "Changes Since Level 3" }, { - "id": "conformance", - "href": "https://www.w3.org/TR/css-images-4/#conformance", + "id": "w3c-conformance", + "href": "https://www.w3.org/TR/css-images-4/#w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "document-conventions", - "href": "https://www.w3.org/TR/css-images-4/#document-conventions", + "id": "w3c-conventions", + "href": "https://www.w3.org/TR/css-images-4/#w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conform-classes", - "href": "https://www.w3.org/TR/css-images-4/#conform-classes", + "id": "w3c-conformance-classes", + "href": "https://www.w3.org/TR/css-images-4/#w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "conform-responsible", - "href": "https://www.w3.org/TR/css-images-4/#conform-responsible", + "id": "w3c-partial", + "href": "https://www.w3.org/TR/css-images-4/#w3c-partial", "level": 3, - "title": "Requirements for Responsible Implementation of CSS" - }, - { - "id": "conform-partial", - "href": "https://www.w3.org/TR/css-images-4/#conform-partial", - "level": 4, - "title": "Partial Implementations" + "title": "Partial implementations" }, { - "id": "conform-future-proofing", - "href": "https://www.w3.org/TR/css-images-4/#conform-future-proofing", + "id": "w3c-conform-future-proofing", + "href": "https://www.w3.org/TR/css-images-4/#w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "conform-testing", - "href": "https://www.w3.org/TR/css-images-4/#conform-testing", - "level": 4, - "title": "Implementations of CR-level Features" + "id": "w3c-testing", + "href": "https://www.w3.org/TR/css-images-4/#w3c-testing", + "level": 3, + "title": "Non-experimental implementations" }, { "id": "index", diff --git a/tr/headings/html.json b/tr/headings/html.json index 7827e5728f83..dbd09d80a4d3 100644 --- a/tr/headings/html.json +++ b/tr/headings/html.json @@ -574,6 +574,13 @@ "title": "Blocking attributes", "number": "2.5.8" }, + { + "id": "fetch-priority-attributes", + "href": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#fetch-priority-attributes", + "level": 4, + "title": "Fetch priority attributes", + "number": "2.5.9" + }, { "id": "common-dom-interfaces", "href": "https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#common-dom-interfaces", diff --git a/tr/headings/permissions-policy-1.json b/tr/headings/permissions-policy-1.json index 1889a9066d88..26be0d3811ce 100644 --- a/tr/headings/permissions-policy-1.json +++ b/tr/headings/permissions-policy-1.json @@ -228,35 +228,35 @@ "id": "algo-process-response-policy", "href": "https://www.w3.org/TR/permissions-policy-1/#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://www.w3.org/TR/permissions-policy-1/#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://www.w3.org/TR/permissions-policy-1/#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://www.w3.org/TR/permissions-policy-1/#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://www.w3.org/TR/permissions-policy-1/#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://www.w3.org/TR/permissions-policy-1/#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://www.w3.org/TR/permissions-policy-1/#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/tr/headings/priority-hints.json b/tr/headings/priority-hints.json deleted file mode 100644 index d6e0dbcdd1e1..000000000000 --- a/tr/headings/priority-hints.json +++ /dev/null @@ -1,266 +0,0 @@ -{ - "spec": { - "title": "Priority Hints", - "url": "https://wicg.github.io/priority-hints/" - }, - "headings": [ - { - "id": "title", - "href": "https://wicg.github.io/priority-hints/#title", - "level": 1, - "title": "Priority Hints" - }, - { - "id": "abstract", - "href": "https://wicg.github.io/priority-hints/#abstract", - "level": 2, - "title": "Abstract" - }, - { - "id": "status", - "href": "https://wicg.github.io/priority-hints/#status", - "level": 2, - "title": "Status of this document" - }, - { - "id": "toc", - "href": "https://wicg.github.io/priority-hints/#toc", - "level": 2, - "title": "Table of Contents" - }, - { - "id": "introduction", - "href": "https://wicg.github.io/priority-hints/#introduction", - "level": 2, - "title": "Introduction", - "number": "1" - }, - { - "id": "solution", - "href": "https://wicg.github.io/priority-hints/#solution", - "level": 2, - "title": "Solution", - "number": "2" - }, - { - "id": "proposal", - "href": "https://wicg.github.io/priority-hints/#proposal", - "level": 2, - "title": "Proposal", - "number": "3" - }, - { - "id": "definitions", - "href": "https://wicg.github.io/priority-hints/#definitions", - "level": 3, - "title": "Definitions", - "number": "3.1" - }, - { - "id": "fetch-integration", - "href": "https://wicg.github.io/priority-hints/#fetch-integration", - "level": 3, - "title": "Fetch Integration", - "number": "3.2" - }, - { - "id": "html-integration", - "href": "https://wicg.github.io/priority-hints/#html-integration", - "level": 3, - "title": "HTML Integration", - "number": "3.3" - }, - { - "id": "img", - "href": "https://wicg.github.io/priority-hints/#img", - "level": 4, - "title": "img", - "number": "3.3.1" - }, - { - "id": "picture", - "href": "https://wicg.github.io/priority-hints/#picture", - "level": 4, - "title": "picture", - "number": "3.3.2" - }, - { - "id": "link", - "href": "https://wicg.github.io/priority-hints/#link", - "level": 4, - "title": "link", - "number": "3.3.3" - }, - { - "id": "script", - "href": "https://wicg.github.io/priority-hints/#script", - "level": 4, - "title": "script", - "number": "3.3.4" - }, - { - "id": "iframe", - "href": "https://wicg.github.io/priority-hints/#iframe", - "level": 4, - "title": "iframe", - "number": "3.3.5" - }, - { - "id": "effects-of-priority-hints", - "href": "https://wicg.github.io/priority-hints/#effects-of-priority-hints", - "level": 2, - "title": "Effects of Priority Hints", - "number": "4" - }, - { - "id": "examples", - "href": "https://wicg.github.io/priority-hints/#examples", - "level": 2, - "title": "Examples", - "number": "5" - }, - { - "id": "adoptionpath", - "href": "https://wicg.github.io/priority-hints/#adoptionpath", - "level": 2, - "title": "Adoption path", - "number": "6" - }, - { - "id": "outofscope", - "href": "https://wicg.github.io/priority-hints/#outofscope", - "level": 2, - "title": "Out of scope", - "number": "7" - }, - { - "id": "use-cases", - "href": "https://wicg.github.io/priority-hints/#use-cases", - "level": 2, - "title": "Use Cases", - "number": "8" - }, - { - "id": "communicateresourcefetchprioritytothebrowser", - "href": "https://wicg.github.io/priority-hints/#communicateresourcefetchprioritytothebrowser", - "level": 3, - "title": "Communicate resource fetch priority to the browser", - "number": "8.1" - }, - { - "id": "signalaresourceasnoncritical", - "href": "https://wicg.github.io/priority-hints/#signalaresourceasnoncritical", - "level": 3, - "title": "Signal a resource as non-critical", - "number": "8.2" - }, - { - "id": "avoidbandwidthcontentioninmultipleoriginscenarios", - "href": "https://wicg.github.io/priority-hints/#avoidbandwidthcontentioninmultipleoriginscenarios", - "level": 3, - "title": "Avoid bandwidth contention in multiple origin scenarios", - "number": "8.3" - }, - { - "id": "provideprioritysignalsformarkupbasedresources", - "href": "https://wicg.github.io/priority-hints/#provideprioritysignalsformarkupbasedresources", - "level": 3, - "title": "Provide priority signals for markup-based resources", - "number": "8.4" - }, - { - "id": "provideprioritysignalsfordynamicallyloadedresources", - "href": "https://wicg.github.io/priority-hints/#provideprioritysignalsfordynamicallyloadedresources", - "level": 3, - "title": "Provide priority signals for dynamically loaded resources", - "number": "8.5" - }, - { - "id": "safe-usage", - "href": "https://wicg.github.io/priority-hints/#safe-usage", - "level": 2, - "title": "Safe usage", - "number": "9" - }, - { - "id": "security_privacy", - "href": "https://wicg.github.io/priority-hints/#security_privacy", - "level": 2, - "title": "10. Security and Privacy Considerations" - }, - { - "id": "fingerprintability", - "href": "https://wicg.github.io/priority-hints/#fingerprintability", - "level": 3, - "title": "Fingerprintability", - "number": "10.1" - }, - { - "id": "ecosystem", - "href": "https://wicg.github.io/priority-hints/#ecosystem", - "level": 3, - "title": "Negative ecosystem side-effects", - "number": "10.2" - }, - { - "id": "w3c-conformance", - "href": "https://wicg.github.io/priority-hints/#w3c-conformance", - "level": 2, - "title": "Conformance" - }, - { - "id": "w3c-conventions", - "href": "https://wicg.github.io/priority-hints/#w3c-conventions", - "level": 3, - "title": "Document conventions" - }, - { - "id": "w3c-conformant-algorithms", - "href": "https://wicg.github.io/priority-hints/#w3c-conformant-algorithms", - "level": 3, - "title": "Conformant Algorithms" - }, - { - "id": "index", - "href": "https://wicg.github.io/priority-hints/#index", - "level": 2, - "title": "Index" - }, - { - "id": "index-defined-here", - "href": "https://wicg.github.io/priority-hints/#index-defined-here", - "level": 3, - "title": "Terms defined by this specification" - }, - { - "id": "index-defined-elsewhere", - "href": "https://wicg.github.io/priority-hints/#index-defined-elsewhere", - "level": 3, - "title": "Terms defined by reference" - }, - { - "id": "references", - "href": "https://wicg.github.io/priority-hints/#references", - "level": 2, - "title": "References" - }, - { - "id": "normative", - "href": "https://wicg.github.io/priority-hints/#normative", - "level": 3, - "title": "Normative References" - }, - { - "id": "informative", - "href": "https://wicg.github.io/priority-hints/#informative", - "level": 3, - "title": "Informative References" - }, - { - "id": "idl-index", - "href": "https://wicg.github.io/priority-hints/#idl-index", - "level": 2, - "title": "IDL Index" - } - ] -} \ No newline at end of file diff --git a/tr/headings/tc39-temporal.json b/tr/headings/tc39-temporal.json index d299562fd6a3..b3610043cd21 100644 --- a/tr/headings/tc39-temporal.json +++ b/tr/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" }, @@ -4610,131 +4610,138 @@ "level": 4, "number": "15.7.1.3" }, + { + "id": "sec-temporal-calendarmonthdaytoisoreferencedate", + "href": "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthdaytoisoreferencedate", + "title": "CalendarMonthDayToISOReferenceDate ( calendar, fields, overflow )", + "level": 4, + "number": "15.7.1.4" + }, { "id": "sec-temporal-calendardateaddition", "href": "https://tc39.es/proposal-temporal/#sec-temporal-calendardateaddition", "title": "CalendarDateAddition ( calendar, date, duration, overflow )", "level": 4, - "number": "15.7.1.4" + "number": "15.7.1.5" }, { "id": "sec-temporal-calendardatedifference", "href": "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedifference", "title": "CalendarDateDifference ( calendar, one, two, largestUnit )", "level": 4, - "number": "15.7.1.5" + "number": "15.7.1.6" }, { "id": "sec-temporal-calendardateera", "href": "https://tc39.es/proposal-temporal/#sec-temporal-calendardateera", "title": "CalendarDateEra ( calendar, date )", "level": 4, - "number": "15.7.1.6" + "number": "15.7.1.7" }, { "id": "sec-temporal-calendardateerayear", "href": "https://tc39.es/proposal-temporal/#sec-temporal-calendardateerayear", "title": "CalendarDateEraYear ( calendar, date )", "level": 4, - "number": "15.7.1.7" + "number": "15.7.1.8" }, { "id": "sec-temporal-calendardateyear", "href": "https://tc39.es/proposal-temporal/#sec-temporal-calendardateyear", "title": "CalendarDateYear ( calendar, date )", "level": 4, - "number": "15.7.1.8" + "number": "15.7.1.9" }, { "id": "sec-temporal-calendardatemonth", "href": "https://tc39.es/proposal-temporal/#sec-temporal-calendardatemonth", "title": "CalendarDateMonth ( calendar, date )", "level": 4, - "number": "15.7.1.9" + "number": "15.7.1.10" }, { "id": "sec-temporal-calendardatemonthcode", "href": "https://tc39.es/proposal-temporal/#sec-temporal-calendardatemonthcode", "title": "CalendarDateMonthCode ( calendar, date )", "level": 4, - "number": "15.7.1.10" + "number": "15.7.1.11" }, { "id": "sec-temporal-calendardateday", "href": "https://tc39.es/proposal-temporal/#sec-temporal-calendardateday", "title": "CalendarDateDay ( calendar, date )", "level": 4, - "number": "15.7.1.11" + "number": "15.7.1.12" }, { "id": "sec-temporal-calendardatedayofweek", "href": "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedayofweek", "title": "CalendarDateDayOfWeek ( calendar, date )", "level": 4, - "number": "15.7.1.12" + "number": "15.7.1.13" }, { "id": "sec-temporal-calendardatedayofyear", "href": "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedayofyear", "title": "CalendarDateDayOfYear ( calendar, date )", "level": 4, - "number": "15.7.1.13" + "number": "15.7.1.14" }, { "id": "sec-temporal-calendardateweekofyear", "href": "https://tc39.es/proposal-temporal/#sec-temporal-calendardateweekofyear", "title": "CalendarDateWeekOfYear ( calendar, date )", "level": 4, - "number": "15.7.1.14" + "number": "15.7.1.15" }, { "id": "sec-temporal-calendardatedaysinweek", "href": "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedaysinweek", "title": "CalendarDateDaysInWeek ( calendar, date )", "level": 4, - "number": "15.7.1.15" + "number": "15.7.1.16" }, { "id": "sec-temporal-calendardatedaysinmonth", "href": "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedaysinmonth", "title": "CalendarDateDaysInMonth ( calendar, date )", "level": 4, - "number": "15.7.1.16" + "number": "15.7.1.17" }, { "id": "sec-temporal-calendardatedaysinyear", "href": "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedaysinyear", "title": "CalendarDateDaysInYear ( calendar, date )", "level": 4, - "number": "15.7.1.17" + "number": "15.7.1.18" }, { "id": "sec-temporal-calendardatemonthsinyear", "href": "https://tc39.es/proposal-temporal/#sec-temporal-calendardatemonthsinyear", "title": "CalendarDateMonthsInYear ( calendar, date )", "level": 4, - "number": "15.7.1.18" + "number": "15.7.1.19" }, { "id": "sec-temporal-calendardateinleapyear", "href": "https://tc39.es/proposal-temporal/#sec-temporal-calendardateinleapyear", "title": "CalendarDateInLeapYear ( calendar, date )", "level": 4, - "number": "15.7.1.19" + "number": "15.7.1.20" }, { "id": "sec-temporal-calendardatefields", "href": "https://tc39.es/proposal-temporal/#sec-temporal-calendardatefields", "title": "CalendarDateFields ( calendar, fields )", "level": 4, - "number": "15.7.1.20" + "number": "15.7.1.21" }, { - "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" + "number": "15.7.1.22" }, { "id": "sup-properties-of-the-temporal-calendar-prototype-object", diff --git a/tr/idl/css-images-4.idl b/tr/idl/css-images-4.idl index 416c09c07bf5..6892f1e2377b 100644 --- a/tr/idl/css-images-4.idl +++ b/tr/idl/css-images-4.idl @@ -1,8 +1,8 @@ // GENERATED CONTENT - DO NOT EDIT // Content was automatically extracted by Reffy into webref // (https://github.com/w3c/webref) -// Source: CSS Image Values and Replaced Content Module Level 4 (https://www.w3.org/TR/css-images-4/) +// Source: CSS Images Module Level 4 (https://www.w3.org/TR/css-images-4/) -partial interface CSS { - [SameObject] readonly attribute Map elementSources; +partial namespace CSS { + [SameObject] readonly attribute any elementSources; }; diff --git a/tr/idl/html.idl b/tr/idl/html.idl index 6aa71b437e2b..c2862a063b61 100644 --- a/tr/idl/html.idl +++ b/tr/idl/html.idl @@ -208,6 +208,7 @@ interface HTMLLinkElement : HTMLElement { [CEReactions] attribute DOMString referrerPolicy; [SameObject, PutForwards=value] readonly attribute DOMTokenList blocking; [CEReactions] attribute boolean disabled; + [CEReactions] attribute DOMString fetchPriority; // also has obsolete members }; @@ -436,6 +437,7 @@ interface HTMLImageElement : HTMLElement { [CEReactions] attribute DOMString referrerPolicy; [CEReactions] attribute DOMString decoding; [CEReactions] attribute DOMString loading; + [CEReactions] attribute DOMString fetchPriority; Promise decode(); @@ -1222,6 +1224,7 @@ interface HTMLScriptElement : HTMLElement { [CEReactions] attribute DOMString integrity; [CEReactions] attribute DOMString referrerPolicy; [SameObject, PutForwards=value] readonly attribute DOMTokenList blocking; + [CEReactions] attribute DOMString fetchPriority; static boolean supports(DOMString type); diff --git a/tr/idl/priority-hints.idl b/tr/idl/priority-hints.idl deleted file mode 100644 index d380ae90ed34..000000000000 --- a/tr/idl/priority-hints.idl +++ /dev/null @@ -1,22 +0,0 @@ -// GENERATED CONTENT - DO NOT EDIT -// Content was automatically extracted by Reffy into webref -// (https://github.com/w3c/webref) -// Source: Priority Hints (https://wicg.github.io/priority-hints/) - -enum FetchPriority { "high", "low", "auto" }; - -partial interface HTMLImageElement { - [CEReactions] attribute DOMString fetchPriority; -}; - -partial interface HTMLLinkElement { - [CEReactions] attribute DOMString fetchPriority; -}; - -partial interface HTMLScriptElement { - [CEReactions] attribute DOMString fetchPriority; -}; - -partial interface HTMLIFrameElement { - [CEReactions] attribute DOMString fetchPriority; -}; diff --git a/tr/idlparsed/priority-hints.json b/tr/idlparsed/priority-hints.json deleted file mode 100644 index 30b018dd5947..000000000000 --- a/tr/idlparsed/priority-hints.json +++ /dev/null @@ -1,249 +0,0 @@ -{ - "spec": { - "title": "Priority Hints", - "url": "https://wicg.github.io/priority-hints/" - }, - "idlparsed": { - "jsNames": { - "constructors": {}, - "functions": {} - }, - "idlNames": { - "FetchPriority": { - "fragment": "enum FetchPriority { \"high\", \"low\", \"auto\" };", - "type": "enum", - "name": "FetchPriority", - "values": [ - { - "type": "enum-value", - "value": "high" - }, - { - "type": "enum-value", - "value": "low" - }, - { - "type": "enum-value", - "value": "auto" - } - ], - "extAttrs": [] - } - }, - "idlExtendedNames": { - "Request": [ - { - "fragment": "partial interface Request {\n readonly attribute FetchPriority priority;\n};", - "type": "interface", - "name": "Request", - "inheritance": null, - "members": [ - { - "type": "attribute", - "name": "priority", - "idlType": { - "type": "attribute-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "FetchPriority" - }, - "extAttrs": [], - "special": "", - "readonly": true - } - ], - "extAttrs": [], - "partial": true - } - ], - "RequestInit": [ - { - "fragment": "partial dictionary RequestInit {\n FetchPriority priority;\n};", - "type": "dictionary", - "name": "RequestInit", - "inheritance": null, - "members": [ - { - "type": "field", - "name": "priority", - "extAttrs": [], - "idlType": { - "type": "dictionary-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "FetchPriority" - }, - "default": null, - "required": false - } - ], - "extAttrs": [], - "partial": true - } - ], - "HTMLImageElement": [ - { - "fragment": "partial interface HTMLImageElement {\n [CEReactions] attribute DOMString fetchPriority;\n};", - "type": "interface", - "name": "HTMLImageElement", - "inheritance": null, - "members": [ - { - "type": "attribute", - "name": "fetchPriority", - "idlType": { - "type": "attribute-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "DOMString" - }, - "extAttrs": [ - { - "type": "extended-attribute", - "name": "CEReactions", - "rhs": null, - "arguments": [] - } - ], - "special": "", - "readonly": false - } - ], - "extAttrs": [], - "partial": true - } - ], - "HTMLLinkElement": [ - { - "fragment": "partial interface HTMLLinkElement {\n [CEReactions] attribute DOMString fetchPriority;\n};", - "type": "interface", - "name": "HTMLLinkElement", - "inheritance": null, - "members": [ - { - "type": "attribute", - "name": "fetchPriority", - "idlType": { - "type": "attribute-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "DOMString" - }, - "extAttrs": [ - { - "type": "extended-attribute", - "name": "CEReactions", - "rhs": null, - "arguments": [] - } - ], - "special": "", - "readonly": false - } - ], - "extAttrs": [], - "partial": true - } - ], - "HTMLScriptElement": [ - { - "fragment": "partial interface HTMLScriptElement {\n [CEReactions] attribute DOMString fetchPriority;\n};", - "type": "interface", - "name": "HTMLScriptElement", - "inheritance": null, - "members": [ - { - "type": "attribute", - "name": "fetchPriority", - "idlType": { - "type": "attribute-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "DOMString" - }, - "extAttrs": [ - { - "type": "extended-attribute", - "name": "CEReactions", - "rhs": null, - "arguments": [] - } - ], - "special": "", - "readonly": false - } - ], - "extAttrs": [], - "partial": true - } - ], - "HTMLIFrameElement": [ - { - "fragment": "partial interface HTMLIFrameElement {\n [CEReactions] attribute DOMString fetchPriority;\n};", - "type": "interface", - "name": "HTMLIFrameElement", - "inheritance": null, - "members": [ - { - "type": "attribute", - "name": "fetchPriority", - "idlType": { - "type": "attribute-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "DOMString" - }, - "extAttrs": [ - { - "type": "extended-attribute", - "name": "CEReactions", - "rhs": null, - "arguments": [] - } - ], - "special": "", - "readonly": false - } - ], - "extAttrs": [], - "partial": true - } - ] - }, - "globals": {}, - "exposed": {}, - "dependencies": { - "Request": [ - "FetchPriority" - ], - "RequestInit": [ - "FetchPriority" - ], - "HTMLImageElement": [], - "HTMLLinkElement": [], - "HTMLScriptElement": [], - "HTMLIFrameElement": [] - }, - "externalDependencies": [ - "Request", - "RequestInit", - "HTMLImageElement", - "HTMLLinkElement", - "HTMLScriptElement", - "HTMLIFrameElement" - ], - "hasObsoleteIdl": false - } -} \ No newline at end of file diff --git a/tr/ids/capability-delegation.json b/tr/ids/capability-delegation.json index 72a6ca568b97..510850d1fd29 100644 --- a/tr/ids/capability-delegation.json +++ b/tr/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/tr/ids/cookie-store.json b/tr/ids/cookie-store.json index 51967837937b..c1c29883f623 100644 --- a/tr/ids/cookie-store.json +++ b/tr/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/tr/ids/css-align-3.json b/tr/ids/css-align-3.json index e75633a5de05..fb5c0859a8d5 100644 --- a/tr/ids/css-align-3.json +++ b/tr/ids/css-align-3.json @@ -8,7 +8,6 @@ "https://www.w3.org/TR/css-align-3/#toc-jump", "https://www.w3.org/TR/css-align-3/#toc-toggle", "https://www.w3.org/TR/css-align-3/#title", - "https://www.w3.org/TR/css-align-3/#annotation_root_", "https://www.w3.org/TR/css-align-3/#w3c-state", "https://www.w3.org/TR/css-align-3/#abstract", "https://www.w3.org/TR/css-align-3/#sotd", @@ -35,6 +34,8 @@ "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-self%E2%91%A1", "https://www.w3.org/TR/css-align-3/#overview", "https://www.w3.org/TR/css-align-3/#box-alignment-properties", + "https://www.w3.org/TR/css-align-3/#infopanel-for-box-alignment-properties", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-box-alignment-properties", "https://www.w3.org/TR/css-align-3/#ref-for-main-axis", "https://www.w3.org/TR/css-align-3/#ref-for-inline-axis", "https://www.w3.org/TR/css-align-3/#ref-for-cross-axis", @@ -58,6 +59,8 @@ "https://www.w3.org/TR/css-align-3/#ref-for-grid-container%E2%91%A1", "https://www.w3.org/TR/css-align-3/#terms", "https://www.w3.org/TR/css-align-3/#alignment-subject", + "https://www.w3.org/TR/css-align-3/#infopanel-for-alignment-subject", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-alignment-subject", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-self%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-self%E2%91%A3", @@ -68,11 +71,15 @@ "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A0", "https://www.w3.org/TR/css-align-3/#alignment-container", + "https://www.w3.org/TR/css-align-3/#infopanel-for-alignment-container", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-alignment-container", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A1", "https://www.w3.org/TR/css-align-3/#fallback-alignment", + "https://www.w3.org/TR/css-align-3/#infopanel-for-fallback-alignment", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-fallback-alignment", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-content-space-between", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A4", "https://www.w3.org/TR/css-align-3/#alignment-values", @@ -91,26 +98,40 @@ "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-content-left", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-content-right", "https://www.w3.org/TR/css-align-3/#positional-alignment", + "https://www.w3.org/TR/css-align-3/#infopanel-for-positional-alignment", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-positional-alignment", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A7", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A1", "https://www.w3.org/TR/css-align-3/#valdef-self-position-center", + "https://www.w3.org/TR/css-align-3/#infopanel-for-valdef-self-position-center", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-valdef-self-position-center", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A2", "https://www.w3.org/TR/css-align-3/#valdef-self-position-start", + "https://www.w3.org/TR/css-align-3/#infopanel-for-valdef-self-position-start", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-valdef-self-position-start", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A3", "https://www.w3.org/TR/css-align-3/#valdef-self-position-end", + "https://www.w3.org/TR/css-align-3/#infopanel-for-valdef-self-position-end", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-valdef-self-position-end", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A4", "https://www.w3.org/TR/css-align-3/#valdef-self-position-self-start", + "https://www.w3.org/TR/css-align-3/#infopanel-for-valdef-self-position-self-start", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-valdef-self-position-self-start", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-align-3/#valdef-self-position-self-end", + "https://www.w3.org/TR/css-align-3/#infopanel-for-valdef-self-position-self-end", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-valdef-self-position-self-end", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A6", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-align-3/#valdef-self-position-flex-start", + "https://www.w3.org/TR/css-align-3/#infopanel-for-valdef-self-position-flex-start", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-valdef-self-position-flex-start", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A7", "https://www.w3.org/TR/css-align-3/#ref-for-flex-container%E2%91%A1", @@ -118,6 +139,7 @@ "https://www.w3.org/TR/css-align-3/#ref-for-valdef-self-position-start%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-flex-item%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-flex-item%E2%91%A1", + "https://www.w3.org/TR/css-align-3/#ref-for-static-position", "https://www.w3.org/TR/css-align-3/#ref-for-flex-container%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-self-position-start%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-self-alignment-properties", @@ -125,6 +147,8 @@ "https://www.w3.org/TR/css-align-3/#ref-for-valdef-self-position-start%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-content-distribution-properties", "https://www.w3.org/TR/css-align-3/#valdef-self-position-flex-end", + "https://www.w3.org/TR/css-align-3/#infopanel-for-valdef-self-position-flex-end", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-valdef-self-position-flex-end", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-flex-container%E2%91%A4", @@ -132,6 +156,7 @@ "https://www.w3.org/TR/css-align-3/#ref-for-valdef-self-position-end%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-flex-item%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-flex-item%E2%91%A3", + "https://www.w3.org/TR/css-align-3/#ref-for-static-position%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-flex-container%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-self-position-end%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-self-alignment-properties%E2%91%A0", @@ -139,11 +164,15 @@ "https://www.w3.org/TR/css-align-3/#ref-for-valdef-self-position-end%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-content-distribution-properties%E2%91%A0", "https://www.w3.org/TR/css-align-3/#valdef-justify-content-left", + "https://www.w3.org/TR/css-align-3/#infopanel-for-valdef-justify-content-left", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-valdef-justify-content-left", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-align-3/#ref-for-physical-left", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-self-position-start%E2%91%A4", "https://www.w3.org/TR/css-align-3/#valdef-justify-content-right", + "https://www.w3.org/TR/css-align-3/#infopanel-for-valdef-justify-content-right", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-valdef-justify-content-right", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-physical-right", @@ -157,6 +186,8 @@ "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-self%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-self%E2%91%A5", "https://www.w3.org/TR/css-align-3/#typedef-self-position", + "https://www.w3.org/TR/css-align-3/#infopanel-for-typedef-self-position", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-typedef-self-position", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A1", @@ -167,6 +198,8 @@ "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-content%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-content%E2%91%A1", "https://www.w3.org/TR/css-align-3/#typedef-content-position", + "https://www.w3.org/TR/css-align-3/#infopanel-for-typedef-content-position", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-typedef-content-position", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A6", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A7", @@ -249,6 +282,8 @@ "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-self-first-baseline", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-self-last-baseline", "https://www.w3.org/TR/css-align-3/#baseline-alignment", + "https://www.w3.org/TR/css-align-3/#infopanel-for-baseline-alignment", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-baseline-alignment", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-shared-alignment-context%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-baseline", @@ -260,16 +295,26 @@ "https://www.w3.org/TR/css-align-3/#ref-for-baseline-alignment%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-typedef-baseline-position", "https://www.w3.org/TR/css-align-3/#typedef-baseline-position", + "https://www.w3.org/TR/css-align-3/#infopanel-for-typedef-baseline-position", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-typedef-baseline-position", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-align-3/#ref-for-mult-opt", "https://www.w3.org/TR/css-align-3/#ref-for-comb-all", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-self-first-baseline%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-self-last-baseline%E2%91%A0", "https://www.w3.org/TR/css-align-3/#baseline-alignment-preference", + "https://www.w3.org/TR/css-align-3/#infopanel-for-baseline-alignment-preference", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-baseline-alignment-preference", "https://www.w3.org/TR/css-align-3/#valdef-justify-self-baseline", + "https://www.w3.org/TR/css-align-3/#infopanel-for-valdef-justify-self-baseline", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-valdef-justify-self-baseline", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-self-first-baseline%E2%91%A1", "https://www.w3.org/TR/css-align-3/#valdef-justify-self-first-baseline", + "https://www.w3.org/TR/css-align-3/#infopanel-for-valdef-justify-self-first-baseline", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-valdef-justify-self-first-baseline", "https://www.w3.org/TR/css-align-3/#first-baseline-alignment", + "https://www.w3.org/TR/css-align-3/#infopanel-for-first-baseline-alignment", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-first-baseline-alignment", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-baseline%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-first-baseline-set", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-sharing-group%E2%91%A0", @@ -278,7 +323,11 @@ "https://www.w3.org/TR/css-align-3/#ref-for-self-align", "https://www.w3.org/TR/css-align-3/#ref-for-content-distribute", "https://www.w3.org/TR/css-align-3/#valdef-justify-self-last-baseline", + "https://www.w3.org/TR/css-align-3/#infopanel-for-valdef-justify-self-last-baseline", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-valdef-justify-self-last-baseline", "https://www.w3.org/TR/css-align-3/#last-baseline-alignment", + "https://www.w3.org/TR/css-align-3/#infopanel-for-last-baseline-alignment", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-last-baseline-alignment", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-baseline%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-last-baseline-set", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-sharing-group%E2%91%A1", @@ -321,11 +370,13 @@ "https://www.w3.org/TR/css-align-3/#ref-for-valdef-display-inline-block", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-display-inline-table", "https://www.w3.org/TR/css-align-3/#distribution-values", - "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-self-stretch", + "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-content-stretch", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-content-space-between%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-content-space-around", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-content-space-evenly", "https://www.w3.org/TR/css-align-3/#distributed-alignment", + "https://www.w3.org/TR/css-align-3/#infopanel-for-distributed-alignment", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-distributed-alignment", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-content%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-content%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A1%E2%91%A2", @@ -334,6 +385,8 @@ "https://www.w3.org/TR/css-align-3/#ref-for-fallback-alignment%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-fallback-alignment%E2%91%A6", "https://www.w3.org/TR/css-align-3/#valdef-align-content-space-between", + "https://www.w3.org/TR/css-align-3/#infopanel-for-valdef-align-content-space-between", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-valdef-align-content-space-between", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A1%E2%91%A4", @@ -347,6 +400,8 @@ "https://www.w3.org/TR/css-align-3/#ref-for-valdef-self-position-flex-start%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-self-position-start%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-align-3/#valdef-align-content-space-around", + "https://www.w3.org/TR/css-align-3/#infopanel-for-valdef-align-content-space-around", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-valdef-align-content-space-around", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A2%E2%93%AA", @@ -354,6 +409,8 @@ "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-fallback-alignment%E2%91%A8", "https://www.w3.org/TR/css-align-3/#valdef-align-content-space-evenly", + "https://www.w3.org/TR/css-align-3/#infopanel-for-valdef-align-content-space-evenly", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-valdef-align-content-space-evenly", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A2%E2%91%A3", @@ -362,6 +419,8 @@ "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/css-align-3/#ref-for-fallback-alignment%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-align-3/#valdef-align-content-stretch", + "https://www.w3.org/TR/css-align-3/#infopanel-for-valdef-align-content-stretch", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-valdef-align-content-stretch", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A2%E2%91%A8", @@ -374,6 +433,8 @@ "https://www.w3.org/TR/css-align-3/#ref-for-valdef-self-position-start%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-typedef-content-distribution", "https://www.w3.org/TR/css-align-3/#typedef-content-distribution", + "https://www.w3.org/TR/css-align-3/#infopanel-for-typedef-content-distribution", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-typedef-content-distribution", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A0%E2%91%A2", @@ -384,14 +445,22 @@ "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-align-3/#example-500dd3c6", "https://www.w3.org/TR/css-align-3/#overflow-alignment", + "https://www.w3.org/TR/css-align-3/#infopanel-for-overflow-alignment", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-overflow-alignment", "https://www.w3.org/TR/css-align-3/#typedef-overflow-position", + "https://www.w3.org/TR/css-align-3/#infopanel-for-typedef-overflow-position", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-typedef-overflow-position", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-align-3/#valdef-overflow-position-safe", + "https://www.w3.org/TR/css-align-3/#infopanel-for-valdef-overflow-position-safe", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-valdef-overflow-position-safe", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-self-position-start%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-align-3/#valdef-overflow-position-unsafe", + "https://www.w3.org/TR/css-align-3/#infopanel-for-valdef-overflow-position-unsafe", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-valdef-overflow-position-unsafe", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-overflow-alignment", @@ -404,7 +473,11 @@ "https://www.w3.org/TR/css-align-3/#ref-for-valdef-overflow-position-unsafe%E2%91%A0", "https://www.w3.org/TR/css-align-3/#content-distribution", "https://www.w3.org/TR/css-align-3/#content-distribute", + "https://www.w3.org/TR/css-align-3/#infopanel-for-content-distribute", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-content-distribute", "https://www.w3.org/TR/css-align-3/#content-distribution-properties", + "https://www.w3.org/TR/css-align-3/#infopanel-for-content-distribution-properties", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-content-distribution-properties", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-content%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-content%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-place-content", @@ -412,6 +485,8 @@ "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-content%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-content%E2%91%A6", "https://www.w3.org/TR/css-align-3/#propdef-align-content", + "https://www.w3.org/TR/css-align-3/#infopanel-for-propdef-align-content", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-propdef-align-content", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-typedef-baseline-position%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A0%E2%91%A5", @@ -421,6 +496,8 @@ "https://www.w3.org/TR/css-align-3/#ref-for-mult-opt%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-typedef-content-position%E2%91%A1", "https://www.w3.org/TR/css-align-3/#propdef-justify-content", + "https://www.w3.org/TR/css-align-3/#infopanel-for-propdef-justify-content", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-propdef-justify-content", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-align-3/#ref-for-typedef-content-distribution%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A0%E2%91%A8", @@ -434,6 +511,8 @@ "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-content%E2%91%A6", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-content%E2%91%A7", "https://www.w3.org/TR/css-align-3/#valdef-justify-content-normal", + "https://www.w3.org/TR/css-align-3/#infopanel-for-valdef-justify-content-normal", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-valdef-justify-content-normal", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A5", @@ -473,12 +552,12 @@ "https://www.w3.org/TR/css-align-3/#ref-for-inline-axis%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-content-normal%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-content-normal%E2%91%A4", - "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-content-stretch", + "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-content-stretch%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-column-width-auto", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-column-width", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-content%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-content-normal%E2%91%A5", - "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-content-stretch%E2%91%A0", + "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-content-stretch%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-column-width%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-align-3/#distribution-flex", @@ -498,11 +577,11 @@ "https://www.w3.org/TR/css-align-3/#ref-for-main-axis%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-main-axis%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-flex", - "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-self-stretch%E2%91%A0", + "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-content-stretch%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-self-position-flex-start%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-content-normal%E2%91%A6", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-content-normal%E2%91%A7", - "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-self-stretch%E2%91%A1", + "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-content-stretch%E2%91%A3", "https://www.w3.org/TR/css-align-3/#distribution-grid", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-grid-container%E2%91%A2", @@ -518,10 +597,12 @@ "https://www.w3.org/TR/css-align-3/#ref-for-grid-column", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-content-normal%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-content-normal%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-content-stretch%E2%91%A1", + "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-content-stretch%E2%91%A4", "https://www.w3.org/TR/css-align-3/#place-content", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-place-content%E2%91%A0", "https://www.w3.org/TR/css-align-3/#propdef-place-content", + "https://www.w3.org/TR/css-align-3/#infopanel-for-propdef-place-content", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-propdef-place-content", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-content%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-mult-opt%E2%91%A2", @@ -547,50 +628,41 @@ "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-content%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-flex-flow", - "https://www.w3.org/TR/css-align-3/#ref-for-scroll-container%E2%91%A3", - "https://www.w3.org/TR/css-align-3/#ref-for-scrollable-overflow-region%E2%91%A0", - "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A4%E2%91%A3", - "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-content-normal%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-content%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-content%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-align-3/#ref-for-scrollable-overflow-region%E2%91%A1", - "https://www.w3.org/TR/css-align-3/#ref-for-valdef-self-position-end%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-align-3/#ref-for-scroll-container%E2%91%A4", - "https://www.w3.org/TR/css-align-3/#ref-for-scrollable-overflow-region%E2%91%A2", - "https://www.w3.org/TR/css-align-3/#issue-9ce4b594", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-self-position-start%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-scrollport", + "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/css-align-3/#ref-for-scrollable-overflow-region%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A4%E2%91%A4", - "https://www.w3.org/TR/css-align-3/#ref-for-scrollable-overflow-region%E2%91%A3", + "https://www.w3.org/TR/css-align-3/#ref-for-scrollable-overflow-region%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A4%E2%91%A5", - "https://www.w3.org/TR/css-align-3/#ref-for-scrollable-overflow-region%E2%91%A4", + "https://www.w3.org/TR/css-align-3/#ref-for-valdef-self-position-end%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-align-3/#ref-for-scroll-container%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A4%E2%91%A6", - "https://www.w3.org/TR/css-align-3/#ref-for-valdef-self-position-end%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-align-3/#ref-for-scroll-container%E2%91%A5", - "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A4%E2%91%A7", - "https://www.w3.org/TR/css-align-3/#ref-for-scroll-container%E2%91%A6", + "https://www.w3.org/TR/css-align-3/#ref-for-scroll-container%E2%91%A4", "https://www.w3.org/TR/css-align-3/#issue-f4825563", "https://www.w3.org/TR/css-align-3/#baseline-align-content", "https://www.w3.org/TR/css-align-3/#ref-for-shared-alignment-context%E2%91%A2", "https://www.w3.org/TR/css-align-3/#baseline-content-alignment", + "https://www.w3.org/TR/css-align-3/#infopanel-for-baseline-content-alignment", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-baseline-content-alignment", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-baseline%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-sharing-group%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-content-alignment%E2%91%A1", - "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-content%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-content%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-align-3/#ref-for-block-axis%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-flex-container%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-fallback-alignment%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-content-alignment%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-non-replaced", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-content-alignment%E2%91%A3", - "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-content%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-content%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-self-first-baseline%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-self-last-baseline%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-content-alignment%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-non-replaced%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-flex-item%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-content-alignment%E2%91%A5", - "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-content%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-content%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-self-first-baseline%E2%91%A6", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-self-last-baseline%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-inline-axis%E2%91%A7", @@ -599,15 +671,18 @@ "https://www.w3.org/TR/css-align-3/#ref-for-grid-item%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-content-alignment%E2%91%A6", "https://www.w3.org/TR/css-align-3/#ref-for-inline-axis%E2%91%A8", - "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-content%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-content%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-self-first-baseline%E2%91%A7", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-self-last-baseline%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-content-alignment%E2%91%A7", "https://www.w3.org/TR/css-align-3/#coordinated-self-alignment-preference", + "https://www.w3.org/TR/css-align-3/#infopanel-for-coordinated-self-alignment-preference", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-coordinated-self-alignment-preference", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-sharing-group%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-start", "https://www.w3.org/TR/css-align-3/#ref-for-end", "https://www.w3.org/TR/css-align-3/#ref-for-margin-edge", + "https://www.w3.org/TR/css-align-3/#ref-for-box-box-edge", "https://www.w3.org/TR/css-align-3/#ref-for-containing-block", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-alignment-preference%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-fallback-alignment%E2%91%A0%E2%91%A4", @@ -618,7 +693,7 @@ "https://www.w3.org/TR/css-align-3/#ref-for-baseline-alignment-preference%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-margin", "https://www.w3.org/TR/css-align-3/#ref-for-self-alignment-properties%E2%91%A1", - "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-self-stretch%E2%91%A2", + "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-self-stretch", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-self-position-self-start%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-end%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-margin%E2%91%A0", @@ -645,13 +720,19 @@ "https://www.w3.org/TR/css-align-3/#ref-for-baseline-content-alignment%E2%91%A8", "https://www.w3.org/TR/css-align-3/#self-alignment", "https://www.w3.org/TR/css-align-3/#self-align", + "https://www.w3.org/TR/css-align-3/#infopanel-for-self-align", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-self-align", "https://www.w3.org/TR/css-align-3/#self-alignment-properties", + "https://www.w3.org/TR/css-align-3/#infopanel-for-self-alignment-properties", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-self-alignment-properties", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-self%E2%91%A7", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-self%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-place-self", "https://www.w3.org/TR/css-align-3/#justify-self-property", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-self%E2%91%A6", "https://www.w3.org/TR/css-align-3/#propdef-justify-self", + "https://www.w3.org/TR/css-align-3/#infopanel-for-propdef-justify-self", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-propdef-justify-self", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A1%E2%91%A3", @@ -662,7 +743,7 @@ "https://www.w3.org/TR/css-align-3/#ref-for-typedef-self-position%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A2%E2%91%A6", @@ -671,7 +752,11 @@ "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-items%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-items-legacy%E2%91%A0", "https://www.w3.org/TR/css-align-3/#valdef-justify-self-normal", + "https://www.w3.org/TR/css-align-3/#infopanel-for-valdef-justify-self-normal", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-valdef-justify-self-normal", "https://www.w3.org/TR/css-align-3/#valdef-justify-self-stretch", + "https://www.w3.org/TR/css-align-3/#infopanel-for-valdef-justify-self-stretch", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-valdef-justify-self-stretch", "https://www.w3.org/TR/css-align-3/#ref-for-computed-value", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-width", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-height", @@ -702,20 +787,23 @@ "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-self%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-containing-block%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-inline-axis%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-align-3/#ref-for-static-position-containing-block", + "https://www.w3.org/TR/css-align-3/#ref-for-inline-axis%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-align-3/#ref-for-static-position%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-containing-block%E2%91%A6", "https://www.w3.org/TR/css-align-3/#ref-for-block-formatting-context", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A7", "https://www.w3.org/TR/css-align-3/#ref-for-containing-block%E2%91%A7", - "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-self-normal%E2%91%A0", "https://www.w3.org/TR/css-align-3/#example-cd8dae8e", "https://www.w3.org/TR/css-align-3/#justify-abspos", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-self%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-self%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-align-3/#ref-for-inline-axis%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-align-3/#ref-for-inline-axis%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-containing-block%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-top", @@ -726,8 +814,11 @@ "https://www.w3.org/TR/css-align-3/#ref-for-containing-block%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-top-auto%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-static-position-rectangle", - "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/css-align-3/#ref-for-static-position%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-align-3/#ref-for-static-position-containing-block%E2%91%A0", + "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-self-normal%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-self-normal%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-self-position-start%E2%91%A1%E2%91%A6", @@ -753,19 +844,19 @@ "https://www.w3.org/TR/css-align-3/#ref-for-flex-item%E2%91%A6", "https://www.w3.org/TR/css-align-3/#ref-for-main-axis%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-flex%E2%91%A0", - "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-content%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-content%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-main-axis%E2%91%A5", "https://www.w3.org/TR/css-align-3/#justify-grid", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-self%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-align-3/#ref-for-inline-axis%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-align-3/#ref-for-inline-axis%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-grid-item%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-grid-area", - "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-grid-container%E2%91%A3", - "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-grid-item%E2%91%A3", - "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-grid-item%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-self-normal%E2%91%A6", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-self-stretch%E2%91%A3", @@ -775,6 +866,8 @@ "https://www.w3.org/TR/css-align-3/#align-self-property", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-self%E2%91%A8", "https://www.w3.org/TR/css-align-3/#propdef-align-self", + "https://www.w3.org/TR/css-align-3/#infopanel-for-propdef-align-self", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-propdef-align-self", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A2%E2%93%AA", @@ -783,7 +876,7 @@ "https://www.w3.org/TR/css-align-3/#ref-for-typedef-overflow-position%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-mult-opt%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-typedef-self-position%E2%91%A3", - "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A3%E2%91%A4", @@ -792,7 +885,11 @@ "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-items%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-items-legacy%E2%91%A1", "https://www.w3.org/TR/css-align-3/#valdef-align-self-normal", + "https://www.w3.org/TR/css-align-3/#infopanel-for-valdef-align-self-normal", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-valdef-align-self-normal", "https://www.w3.org/TR/css-align-3/#valdef-align-self-stretch", + "https://www.w3.org/TR/css-align-3/#infopanel-for-valdef-align-self-stretch", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-valdef-align-self-stretch", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-self%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-typedef-baseline-position%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-self-alignment%E2%91%A4", @@ -807,18 +904,24 @@ "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-self%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-containing-block%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-block-axis%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-align-3/#ref-for-static-position-containing-block%E2%91%A1", + "https://www.w3.org/TR/css-align-3/#ref-for-block-axis%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-align-3/#ref-for-static-position%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-containing-block%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-top%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-right%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-bottom%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-left%E2%91%A0", - "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-containing-block%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-top-auto%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-static-position-rectangle%E2%91%A1", - "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A5%E2%91%A3", - "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-align-3/#ref-for-static-position%E2%91%A4", + "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-align-3/#ref-for-static-position-containing-block%E2%91%A2", + "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-self-normal%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-self-normal%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-self-position-start%E2%91%A1%E2%91%A8", @@ -847,25 +950,25 @@ "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/css-align-3/#ref-for-flex-line%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-flex-item%E2%91%A7", - "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-align-3/#ref-for-flex-container%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-flex-item%E2%91%A8", - "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-flex-item%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-self-normal%E2%91%A4", - "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-self-stretch%E2%91%A3", + "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-self-stretch%E2%91%A0", "https://www.w3.org/TR/css-align-3/#align-grid", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-self%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-align-3/#ref-for-block-axis%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-align-3/#ref-for-block-axis%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/css-align-3/#ref-for-grid-item%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-grid-area%E2%91%A0", - "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-align-3/#ref-for-grid-container%E2%91%A4", - "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-grid-item%E2%91%A6", - "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-grid-item%E2%91%A7", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-self-normal%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-self-stretch%E2%91%A6", @@ -875,6 +978,8 @@ "https://www.w3.org/TR/css-align-3/#place-self-property", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-place-self%E2%91%A0", "https://www.w3.org/TR/css-align-3/#propdef-place-self", + "https://www.w3.org/TR/css-align-3/#infopanel-for-propdef-place-self", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-propdef-place-self", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-self%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-self%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-mult-opt%E2%91%A5", @@ -886,6 +991,8 @@ "https://www.w3.org/TR/css-align-3/#baseline-align-self", "https://www.w3.org/TR/css-align-3/#ref-for-shared-alignment-context%E2%91%A3", "https://www.w3.org/TR/css-align-3/#baseline-self-alignment", + "https://www.w3.org/TR/css-align-3/#infopanel-for-baseline-self-alignment", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-baseline-self-alignment", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-baseline%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-sharing-group%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-self-alignment%E2%91%A5", @@ -907,6 +1014,7 @@ "https://www.w3.org/TR/css-align-3/#ref-for-inline-size", "https://www.w3.org/TR/css-align-3/#ref-for-available%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-direction", + "https://www.w3.org/TR/css-align-3/#ref-for-static-position-containing-block%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-top-auto%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-align-3/#ref-for-static-position-rectangle%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-containing-block%E2%91%A0%E2%91%A3", @@ -914,6 +1022,7 @@ "https://www.w3.org/TR/css-align-3/#ref-for-containing-block%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-direction%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-direction%E2%91%A1", + "https://www.w3.org/TR/css-align-3/#ref-for-static-position-containing-block%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-self%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-self%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-direction-ltr", @@ -927,6 +1036,7 @@ "https://www.w3.org/TR/css-align-3/#ref-for-static-position-rectangle%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-containing-block%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-inline-start", + "https://www.w3.org/TR/css-align-3/#ref-for-static-position%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-inline-end", "https://www.w3.org/TR/css-align-3/#ref-for-containing-block%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-top-auto%E2%91%A0%E2%91%A0", @@ -937,14 +1047,15 @@ "https://www.w3.org/TR/css-align-3/#ref-for-propdef-direction%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-direction-ltr%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-self%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-align-3/#ref-for-valdef-self-position-end%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-align-3/#ref-for-valdef-self-position-end%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-direction%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-direction%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-direction-rtl%E2%91%A0", - "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-content%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-content%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-content-space-between%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-direction%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-self-position-center%E2%91%A2", + "https://www.w3.org/TR/css-align-3/#ref-for-static-position%E2%91%A6", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-self%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-self%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-self%E2%91%A1%E2%91%A1", @@ -962,6 +1073,8 @@ "https://www.w3.org/TR/css-align-3/#justify-items-property", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-items%E2%91%A5", "https://www.w3.org/TR/css-align-3/#propdef-justify-items", + "https://www.w3.org/TR/css-align-3/#infopanel-for-propdef-justify-items", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-propdef-justify-items", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-typedef-baseline-position%E2%91%A6", @@ -979,6 +1092,8 @@ "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-items-legacy%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-self%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-align-3/#valdef-justify-items-legacy", + "https://www.w3.org/TR/css-align-3/#infopanel-for-valdef-justify-items-legacy", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-valdef-justify-items-legacy", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-items-legacy%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-content-left%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-content-right%E2%91%A5", @@ -992,6 +1107,8 @@ "https://www.w3.org/TR/css-align-3/#align-items-property", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-items%E2%91%A3", "https://www.w3.org/TR/css-align-3/#propdef-align-items", + "https://www.w3.org/TR/css-align-3/#infopanel-for-propdef-align-items", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-propdef-align-items", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-typedef-baseline-position%E2%91%A7", @@ -1004,6 +1121,8 @@ "https://www.w3.org/TR/css-align-3/#place-items-property", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-place-items%E2%91%A0", "https://www.w3.org/TR/css-align-3/#propdef-place-items", + "https://www.w3.org/TR/css-align-3/#infopanel-for-propdef-place-items", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-propdef-place-items", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-items%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-items%E2%91%A7", "https://www.w3.org/TR/css-align-3/#ref-for-mult-opt%E2%91%A8", @@ -1022,7 +1141,11 @@ "https://www.w3.org/TR/css-align-3/#ref-for-propdef-row-gap%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-column-gap%E2%91%A0", "https://www.w3.org/TR/css-align-3/#propdef-row-gap", + "https://www.w3.org/TR/css-align-3/#infopanel-for-propdef-row-gap", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-propdef-row-gap", "https://www.w3.org/TR/css-align-3/#propdef-column-gap", + "https://www.w3.org/TR/css-align-3/#infopanel-for-propdef-column-gap", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-propdef-column-gap", "https://www.w3.org/TR/css-align-3/#ref-for-comb-one%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-typedef-length-percentage", "https://www.w3.org/TR/css-align-3/#ref-for-multi-column-container%E2%91%A0", @@ -1030,19 +1153,23 @@ "https://www.w3.org/TR/css-align-3/#ref-for-grid-container%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-typedef-length-percentage%E2%91%A0", "https://www.w3.org/TR/css-align-3/#gutter", + "https://www.w3.org/TR/css-align-3/#infopanel-for-gutter", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-gutter", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-content-space-between%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-content-distribution-properties%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-column-gap%E2%91%A1", - "https://www.w3.org/TR/css-align-3/#ref-for-inline-axis%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-inline-axis%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-align-3/#ref-for-inline-axis%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-row-gap%E2%91%A1", - "https://www.w3.org/TR/css-align-3/#ref-for-block-axis%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-align-3/#ref-for-block-axis%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-typedef-length-percentage%E2%91%A1", "https://www.w3.org/TR/css-align-3/#valdef-row-gap-normal", + "https://www.w3.org/TR/css-align-3/#infopanel-for-valdef-row-gap-normal", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-valdef-row-gap-normal", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-row-gap-normal", "https://www.w3.org/TR/css-align-3/#ref-for-multi-column-container%E2%91%A1", - "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-content%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-content%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-content%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-content%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-gutter%E2%91%A0", "https://www.w3.org/TR/css-align-3/#gap-multicol", "https://www.w3.org/TR/css-align-3/#ref-for-multi-column-container%E2%91%A2", @@ -1075,6 +1202,8 @@ "https://www.w3.org/TR/css-align-3/#gap-shorthand", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-gap%E2%91%A1", "https://www.w3.org/TR/css-align-3/#propdef-gap", + "https://www.w3.org/TR/css-align-3/#infopanel-for-propdef-gap", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-propdef-gap", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-row-gap%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-column-gap%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-mult-opt%E2%91%A0%E2%93%AA", @@ -1107,23 +1236,37 @@ "https://www.w3.org/TR/css-align-3/#ref-for-propdef-row-gap%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-column-gap%E2%91%A8", "https://www.w3.org/TR/css-align-3/#propdef-grid-row-gap", + "https://www.w3.org/TR/css-align-3/#infopanel-for-propdef-grid-row-gap", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-propdef-grid-row-gap", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-row-gap%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-align-3/#propdef-grid-column-gap", + "https://www.w3.org/TR/css-align-3/#infopanel-for-propdef-grid-column-gap", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-propdef-grid-column-gap", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-column-gap%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-align-3/#propdef-grid-gap", + "https://www.w3.org/TR/css-align-3/#infopanel-for-propdef-grid-gap", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-propdef-grid-gap", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-gap%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-align-3/#baseline-rules", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-sharing-group%E2%91%A6", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-baseline%E2%91%A4", - "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-content%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-content%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-first-formatted-line0", - "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-align-3/#baseline-set", + "https://www.w3.org/TR/css-align-3/#infopanel-for-baseline-set", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-baseline-set", "https://www.w3.org/TR/css-align-3/#baseline-export", "https://www.w3.org/TR/css-align-3/#first-baseline-set", + "https://www.w3.org/TR/css-align-3/#infopanel-for-first-baseline-set", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-first-baseline-set", "https://www.w3.org/TR/css-align-3/#last-baseline-set", + "https://www.w3.org/TR/css-align-3/#infopanel-for-last-baseline-set", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-last-baseline-set", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-set", "https://www.w3.org/TR/css-align-3/#alignment-baseline", + "https://www.w3.org/TR/css-align-3/#infopanel-for-alignment-baseline", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-alignment-baseline", "https://www.w3.org/TR/css-align-3/#ref-for-shared-alignment-context%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-set%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-shared-alignment-context%E2%91%A5", @@ -1131,64 +1274,79 @@ "https://www.w3.org/TR/css-align-3/#ref-for-propdef-alignment-baseline", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-set%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-set%E2%91%A2", - "https://www.w3.org/TR/css-align-3/#ref-for-block-container%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-generate-baselines", + "https://www.w3.org/TR/css-align-3/#ref-for-root-inline-box", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-set%E2%91%A3", + "https://www.w3.org/TR/css-align-3/#ref-for-block-container%E2%91%A3", + "https://www.w3.org/TR/css-align-3/#ref-for-baseline-set%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-block-level", "https://www.w3.org/TR/css-align-3/#ref-for-inline-level", - "https://www.w3.org/TR/css-align-3/#ref-for-scroll-container%E2%91%A7", + "https://www.w3.org/TR/css-align-3/#ref-for-scroll-container%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-last-baseline-set%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-block-end", "https://www.w3.org/TR/css-align-3/#ref-for-margin-edge%E2%91%A2", - "https://www.w3.org/TR/css-align-3/#ref-for-baseline-set%E2%91%A4", - "https://www.w3.org/TR/css-align-3/#ref-for-multi-column-container%E2%91%A4", - "https://www.w3.org/TR/css-align-3/#ref-for-generate-baselines%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-set%E2%91%A5", + "https://www.w3.org/TR/css-align-3/#ref-for-multi-column-container%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-set%E2%91%A6", + "https://www.w3.org/TR/css-align-3/#ref-for-column", + "https://www.w3.org/TR/css-align-3/#ref-for-multi-column-spanner", + "https://www.w3.org/TR/css-align-3/#ref-for-block-start", + "https://www.w3.org/TR/css-align-3/#ref-for-multi-column-container%E2%91%A5", + "https://www.w3.org/TR/css-align-3/#ref-for-alignment-baseline%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-set%E2%91%A7", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-set%E2%91%A8", + "https://www.w3.org/TR/css-align-3/#ref-for-baseline-set%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-align-3/#ref-for-block-end%E2%91%A0", + "https://www.w3.org/TR/css-align-3/#ref-for-baseline-set%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-align-3/#ref-for-baseline-set%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-self-first-baseline%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-self-last-baseline%E2%91%A7", - "https://www.w3.org/TR/css-align-3/#ref-for-inline-axis%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-align-3/#ref-for-baseline-set%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-align-3/#ref-for-generate-baselines%E2%91%A1", - "https://www.w3.org/TR/css-align-3/#ref-for-alignment-baseline%E2%91%A5", + "https://www.w3.org/TR/css-align-3/#ref-for-inline-axis%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-align-3/#ref-for-baseline-set%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-align-3/#ref-for-generate-baselines%E2%91%A0", + "https://www.w3.org/TR/css-align-3/#ref-for-alignment-baseline%E2%91%A6", "https://www.w3.org/TR/css-align-3/#ref-for-first-available-font", - "https://www.w3.org/TR/css-align-3/#ref-for-baseline-set%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-align-3/#ref-for-baseline-set%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-synthesize-baseline", "https://www.w3.org/TR/css-align-3/#generate-baselines", + "https://www.w3.org/TR/css-align-3/#infopanel-for-generate-baselines", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-generate-baselines", "https://www.w3.org/TR/css-align-3/#ref-for-first-available-font%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-alignment%E2%91%A1", - "https://www.w3.org/TR/css-align-3/#ref-for-baseline-set%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-align-3/#ref-for-alignment-baseline%E2%91%A6", + "https://www.w3.org/TR/css-align-3/#ref-for-baseline-set%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-align-3/#ref-for-alignment-baseline%E2%91%A7", "https://www.w3.org/TR/css-align-3/#ref-for-synthesize-baseline%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-formatting-context", "https://www.w3.org/TR/css-align-3/#synthesize-baseline", + "https://www.w3.org/TR/css-align-3/#infopanel-for-synthesize-baseline", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-synthesize-baseline", "https://www.w3.org/TR/css-align-3/#ref-for-line-under", "https://www.w3.org/TR/css-align-3/#ref-for-synthesize-baseline%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-formatting-context%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-synthesize-baseline%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-synthesize-baseline%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-synthesize-baseline%E2%91%A4", - "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-line-under%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-line-over", - "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-block-flow-direction", "https://www.w3.org/TR/css-align-3/#ref-for-shared-alignment-context%E2%91%A6", - "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-shared-alignment-context%E2%91%A7", "https://www.w3.org/TR/css-align-3/#ref-for-block-flow-direction%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-shared-alignment-context%E2%91%A8", - "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-writing-mode-horizontal-tb", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-writing-mode-vertical-lr", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-writing-mode", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-writing-mode%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-overflow", - "https://www.w3.org/TR/css-align-3/#ref-for-scroll-container%E2%91%A8", + "https://www.w3.org/TR/css-align-3/#ref-for-scroll-container%E2%91%A6", "https://www.w3.org/TR/css-align-3/#baseline-terms", "https://www.w3.org/TR/css-align-3/#baseline-sharing-group", + "https://www.w3.org/TR/css-align-3/#infopanel-for-baseline-sharing-group", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-baseline-sharing-group", "https://www.w3.org/TR/css-align-3/#ref-for-shared-alignment-context%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-self%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/css-align-3/#ref-for-compatible-baseline-alignment-preferences", @@ -1196,6 +1354,8 @@ "https://www.w3.org/TR/css-align-3/#ref-for-baseline-self-alignment%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-sharing-group%E2%91%A7", "https://www.w3.org/TR/css-align-3/#shared-alignment-context", + "https://www.w3.org/TR/css-align-3/#infopanel-for-shared-alignment-context", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-shared-alignment-context", "https://www.w3.org/TR/css-align-3/#ref-for-grid-container%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-align-3/#ref-for-grid-container%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-flex-container%E2%91%A0%E2%91%A6", @@ -1207,52 +1367,67 @@ "https://www.w3.org/TR/css-align-3/#ref-for-baseline-alignment-preference%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-sharing-group%E2%91%A8", "https://www.w3.org/TR/css-align-3/#compatible-baseline-alignment-preferences", + "https://www.w3.org/TR/css-align-3/#infopanel-for-compatible-baseline-alignment-preferences", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-compatible-baseline-alignment-preferences", "https://www.w3.org/TR/css-align-3/#ref-for-block-flow-direction%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-alignment-preference%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-block-flow-direction%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-alignment-preference%E2%91%A6", "https://www.w3.org/TR/css-align-3/#align-by-baseline", - "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-sharing-group%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-sharing-group%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-first-available-font%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-shared-alignment-context%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/css-align-3/#ref-for-alignment-baseline%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A6%E2%93%AA", - "https://www.w3.org/TR/css-align-3/#ref-for-alignment-baseline%E2%91%A7", - "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-line-orientation", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-alignment-baseline%E2%91%A0", - "https://www.w3.org/TR/css-align-3/#ref-for-alignment-baseline%E2%91%A8", + "https://www.w3.org/TR/css-align-3/#ref-for-alignment-baseline%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-align-3/#ref-for-dominant-baseline", "https://www.w3.org/TR/css-align-3/#ref-for-shared-alignment-context%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-sharing-group%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-fallback-alignment%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-align-3/#ref-for-baseline-alignment-preference%E2%91%A7", + "https://www.w3.org/TR/css-align-3/#ref-for-fallback-alignment%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-align-3/#ref-for-baseline-sharing-group%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-align-3/#ref-for-fallback-alignment%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-align-3/#ref-for-physical-direction", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-content-alignment%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/css-align-3/#ref-for-alignment-subject%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-alignment-container%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-shared-alignment-context%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-align-3/#ref-for-baseline-sharing-group%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-align-3/#ref-for-baseline-sharing-group%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-align-3/#staticpos-rect", "https://www.w3.org/TR/css-align-3/#ref-for-inset-properties", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-top-auto%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-align-3/#ref-for-static-position%E2%91%A7", "https://www.w3.org/TR/css-align-3/#ref-for-box-alignment-properties%E2%91%A1", "https://www.w3.org/TR/css-align-3/#static-position-rectangle", + "https://www.w3.org/TR/css-align-3/#infopanel-for-static-position-rectangle", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-static-position-rectangle", + "https://www.w3.org/TR/css-align-3/#ref-for-static-position%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-containing-block%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-static-position-rectangle%E2%91%A6", + "https://www.w3.org/TR/css-align-3/#ref-for-static-position%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-align-3/#ref-for-static-position%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-block-level-box", "https://www.w3.org/TR/css-align-3/#ref-for-static-position-rectangle%E2%91%A7", - "https://www.w3.org/TR/css-align-3/#ref-for-block-start", + "https://www.w3.org/TR/css-align-3/#ref-for-static-position-containing-block%E2%91%A5", + "https://www.w3.org/TR/css-align-3/#ref-for-block-start%E2%91%A0", + "https://www.w3.org/TR/css-align-3/#ref-for-static-position%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-align-3/#ref-for-static-position%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-inline-level-box", "https://www.w3.org/TR/css-align-3/#ref-for-static-position-rectangle%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-line-over%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-line-under%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-line-box", "https://www.w3.org/TR/css-align-3/#ref-for-inline-start%E2%91%A0", + "https://www.w3.org/TR/css-align-3/#ref-for-static-position%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-static-position-rectangle%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-align-3/#ref-for-flex-container%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-align-3/#ref-for-content-edge", @@ -1267,24 +1442,35 @@ "https://www.w3.org/TR/css-align-3/#ref-for-grid-placement-property", "https://www.w3.org/TR/css-align-3/#ref-for-static-position-rectangle%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-align-3/#changes", + "https://www.w3.org/TR/css-align-3/#ref-for-multi-column-container%E2%91%A6", + "https://www.w3.org/TR/css-align-3/#ref-for-writing-mode%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-align-3/#ref-for-static-position-containing-block%E2%91%A6", + "https://www.w3.org/TR/css-align-3/#ref-for-static-position%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-align-3/#ref-for-scrollable-overflow", + "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-content-normal%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-align-3/#ref-for-fallback-alignment%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-align-3/#ref-for-baseline-sharing-group%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-align-3/#ref-for-fallback-alignment%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-align-3/#ref-for-typedef-length-percentage%E2%91%A2", + "https://www.w3.org/TR/css-align-3/#ref-for-css-bracketed-range-notation", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-self-baseline%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-typedef-baseline-position%E2%91%A8", - "https://www.w3.org/TR/css-align-3/#ref-for-fallback-alignment%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-align-3/#ref-for-fallback-alignment%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-content-space-around%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-content-space-evenly%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-overflow-position-safe%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-last-baseline-set%E2%91%A2", - "https://www.w3.org/TR/css-align-3/#ref-for-scroll-container%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-align-3/#ref-for-baseline-set%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-align-3/#ref-for-alignment-baseline%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-align-3/#ref-for-scroll-container%E2%91%A7", + "https://www.w3.org/TR/css-align-3/#ref-for-baseline-set%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-align-3/#ref-for-alignment-baseline%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-content-distribute%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-coordinated-self-alignment-preference%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-baseline-content-alignment%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-margin%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-top-auto%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-content-distribution-properties%E2%91%A5", - "https://www.w3.org/TR/css-align-3/#ref-for-scroll-container%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-align-3/#ref-for-scroll-container%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-align-3/#ref-for-scroll-container%E2%91%A8", + "https://www.w3.org/TR/css-align-3/#ref-for-scroll-container%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-gap%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-row-gap%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-column-gap%E2%91%A0%E2%91%A0", @@ -1297,17 +1483,18 @@ "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-content-left%E2%91%A6", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-content-right%E2%91%A6", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-self%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-content%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/css-align-3/#ref-for-valdef-self-position-end%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-self-stretch%E2%91%A4", + "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-content%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-align-3/#ref-for-valdef-self-position-end%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-align-3/#ref-for-valdef-align-self-stretch%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-valdef-justify-self-last-baseline%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-typedef-baseline-position%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-content%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-content%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-typedef-overflow-position%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-align-3/#ref-for-typedef-content-position%E2%91%A3", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-items%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-items%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-align-3/#privacy-security", + "https://www.w3.org/TR/css-align-3/#privacy", + "https://www.w3.org/TR/css-align-3/#security", "https://www.w3.org/TR/css-align-3/#acknowledgments", "https://www.w3.org/TR/css-align-3/#w3c-conformance", "https://www.w3.org/TR/css-align-3/#w3c-conventions", @@ -1319,135 +1506,406 @@ "https://www.w3.org/TR/css-align-3/#index", "https://www.w3.org/TR/css-align-3/#index-defined-here", "https://www.w3.org/TR/css-align-3/#index-defined-elsewhere", - "https://www.w3.org/TR/css-align-3/#term-for-content-box", - "https://www.w3.org/TR/css-align-3/#term-for-content-edge", - "https://www.w3.org/TR/css-align-3/#term-for-margin", - "https://www.w3.org/TR/css-align-3/#term-for-margin-box", - "https://www.w3.org/TR/css-align-3/#term-for-margin-edge", - "https://www.w3.org/TR/css-align-3/#term-for-propdef-padding", - "https://www.w3.org/TR/css-align-3/#term-for-computed-value", - "https://www.w3.org/TR/css-align-3/#term-for-inherited-value", - "https://www.w3.org/TR/css-align-3/#term-for-shorthand-property", - "https://www.w3.org/TR/css-align-3/#term-for-shorthand-property%E2%91%A0", - "https://www.w3.org/TR/css-align-3/#term-for-used-value", - "https://www.w3.org/TR/css-align-3/#term-for-block-container", - "https://www.w3.org/TR/css-align-3/#term-for-block-formatting-context", - "https://www.w3.org/TR/css-align-3/#term-for-block-level", - "https://www.w3.org/TR/css-align-3/#term-for-block-level-box", - "https://www.w3.org/TR/css-align-3/#term-for-containing-block", - "https://www.w3.org/TR/css-align-3/#term-for-propdef-display", - "https://www.w3.org/TR/css-align-3/#term-for-establish-an-independent-formatting-context", - "https://www.w3.org/TR/css-align-3/#term-for-formatting-context", - "https://www.w3.org/TR/css-align-3/#term-for-valdef-display-inline-block", - "https://www.w3.org/TR/css-align-3/#term-for-inline-level", - "https://www.w3.org/TR/css-align-3/#term-for-inline-level-box", - "https://www.w3.org/TR/css-align-3/#term-for-valdef-display-inline-table", - "https://www.w3.org/TR/css-align-3/#term-for-non-replaced", - "https://www.w3.org/TR/css-align-3/#term-for-non-replaced%E2%91%A0", - "https://www.w3.org/TR/css-align-3/#term-for-replaced-element", - "https://www.w3.org/TR/css-align-3/#term-for-valdef-flex-direction-column", - "https://www.w3.org/TR/css-align-3/#term-for-valdef-flex-direction-column-reverse", - "https://www.w3.org/TR/css-align-3/#term-for-cross-axis", - "https://www.w3.org/TR/css-align-3/#term-for-propdef-flex", - "https://www.w3.org/TR/css-align-3/#term-for-flex-container", - "https://www.w3.org/TR/css-align-3/#term-for-flex-formatting-context", - "https://www.w3.org/TR/css-align-3/#term-for-flex-item", - "https://www.w3.org/TR/css-align-3/#term-for-flex-layout", - "https://www.w3.org/TR/css-align-3/#term-for-flex-line", - "https://www.w3.org/TR/css-align-3/#term-for-propdef-flex-direction", - "https://www.w3.org/TR/css-align-3/#term-for-propdef-flex-flow", - "https://www.w3.org/TR/css-align-3/#term-for-main-axis", - "https://www.w3.org/TR/css-align-3/#term-for-main-axis%E2%91%A0", - "https://www.w3.org/TR/css-align-3/#term-for-multi-line-flex-container", - "https://www.w3.org/TR/css-align-3/#term-for-valdef-flex-direction-row", - "https://www.w3.org/TR/css-align-3/#term-for-valdef-flex-direction-row-reverse", - "https://www.w3.org/TR/css-align-3/#term-for-first-available-font", - "https://www.w3.org/TR/css-align-3/#term-for-collapsed-gutter", - "https://www.w3.org/TR/css-align-3/#term-for-grid-area", - "https://www.w3.org/TR/css-align-3/#term-for-grid-column", - "https://www.w3.org/TR/css-align-3/#term-for-grid-container", - "https://www.w3.org/TR/css-align-3/#term-for-grid-item", - "https://www.w3.org/TR/css-align-3/#term-for-grid-layout", - "https://www.w3.org/TR/css-align-3/#term-for-grid-row", - "https://www.w3.org/TR/css-align-3/#term-for-grid-track", - "https://www.w3.org/TR/css-align-3/#term-for-grid-placement-property", - "https://www.w3.org/TR/css-align-3/#term-for-propdef-alignment-baseline", - "https://www.w3.org/TR/css-align-3/#term-for-valdef-baseline-shift-bottom", - "https://www.w3.org/TR/css-align-3/#term-for-propdef-dominant-baseline", - "https://www.w3.org/TR/css-align-3/#term-for-valdef-alignment-baseline-middle", - "https://www.w3.org/TR/css-align-3/#term-for-valdef-baseline-shift-top", - "https://www.w3.org/TR/css-align-3/#term-for-inset-properties", - "https://www.w3.org/TR/css-align-3/#term-for-valdef-column-width-auto", - "https://www.w3.org/TR/css-align-3/#term-for-column-box", - "https://www.w3.org/TR/css-align-3/#term-for-propdef-column-width", - "https://www.w3.org/TR/css-align-3/#term-for-multi-column-container", - "https://www.w3.org/TR/css-align-3/#term-for-initial-scroll-position", - "https://www.w3.org/TR/css-align-3/#term-for-propdef-overflow", - "https://www.w3.org/TR/css-align-3/#term-for-scroll-container", - "https://www.w3.org/TR/css-align-3/#term-for-scrollable-overflow-region", - "https://www.w3.org/TR/css-align-3/#term-for-scrollport", - "https://www.w3.org/TR/css-align-3/#term-for-valdef-top-auto", - "https://www.w3.org/TR/css-align-3/#term-for-propdef-bottom", - "https://www.w3.org/TR/css-align-3/#term-for-propdef-left", - "https://www.w3.org/TR/css-align-3/#term-for-propdef-right", - "https://www.w3.org/TR/css-align-3/#term-for-propdef-top", - "https://www.w3.org/TR/css-align-3/#term-for-valdef-width-auto", - "https://www.w3.org/TR/css-align-3/#term-for-available", - "https://www.w3.org/TR/css-align-3/#term-for-cyclic-percentage-size", - "https://www.w3.org/TR/css-align-3/#term-for-fit-content-size", - "https://www.w3.org/TR/css-align-3/#term-for-propdef-height", - "https://www.w3.org/TR/css-align-3/#term-for-stretch-fit-size", - "https://www.w3.org/TR/css-align-3/#term-for-propdef-width", - "https://www.w3.org/TR/css-align-3/#term-for-valdef-width-fit-content", - "https://www.w3.org/TR/css-align-3/#term-for-propdef-text-align", - "https://www.w3.org/TR/css-align-3/#term-for-comb-all", - "https://www.w3.org/TR/css-align-3/#term-for-typedef-length-percentage", - "https://www.w3.org/TR/css-align-3/#term-for-mult-opt", - "https://www.w3.org/TR/css-align-3/#term-for-css-wide-keywords", - "https://www.w3.org/TR/css-align-3/#term-for-comb-one", - "https://www.w3.org/TR/css-align-3/#term-for-propdef-direction", - "https://www.w3.org/TR/css-align-3/#term-for-dominant-baseline", - "https://www.w3.org/TR/css-align-3/#term-for-block-axis", - "https://www.w3.org/TR/css-align-3/#term-for-block-flow-direction", - "https://www.w3.org/TR/css-align-3/#term-for-block-end", - "https://www.w3.org/TR/css-align-3/#term-for-block-start", - "https://www.w3.org/TR/css-align-3/#term-for-end", - "https://www.w3.org/TR/css-align-3/#term-for-flow-relative", - "https://www.w3.org/TR/css-align-3/#term-for-valdef-writing-mode-horizontal-tb", - "https://www.w3.org/TR/css-align-3/#term-for-inline-axis", - "https://www.w3.org/TR/css-align-3/#term-for-inline-size", - "https://www.w3.org/TR/css-align-3/#term-for-inline-axis%E2%91%A0", - "https://www.w3.org/TR/css-align-3/#term-for-inline-end", - "https://www.w3.org/TR/css-align-3/#term-for-inline-start", - "https://www.w3.org/TR/css-align-3/#term-for-line-orientation", - "https://www.w3.org/TR/css-align-3/#term-for-line-left", - "https://www.w3.org/TR/css-align-3/#term-for-line-over", - "https://www.w3.org/TR/css-align-3/#term-for-line-right", - "https://www.w3.org/TR/css-align-3/#term-for-line-under", - "https://www.w3.org/TR/css-align-3/#term-for-valdef-direction-ltr", - "https://www.w3.org/TR/css-align-3/#term-for-physical-left", - "https://www.w3.org/TR/css-align-3/#term-for-physical-right", - "https://www.w3.org/TR/css-align-3/#term-for-valdef-direction-rtl", - "https://www.w3.org/TR/css-align-3/#term-for-start", - "https://www.w3.org/TR/css-align-3/#term-for-vertical-writing-mode", - "https://www.w3.org/TR/css-align-3/#term-for-valdef-writing-mode-vertical-lr", - "https://www.w3.org/TR/css-align-3/#term-for-writing-mode", - "https://www.w3.org/TR/css-align-3/#term-for-propdef-writing-mode", - "https://www.w3.org/TR/css-align-3/#term-for-propdef-border-spacing", - "https://www.w3.org/TR/css-align-3/#term-for-line-box", - "https://www.w3.org/TR/css-align-3/#term-for-propdef-max-height", - "https://www.w3.org/TR/css-align-3/#term-for-propdef-max-width", - "https://www.w3.org/TR/css-align-3/#term-for-propdef-min-height", - "https://www.w3.org/TR/css-align-3/#term-for-propdef-min-width", - "https://www.w3.org/TR/css-align-3/#term-for-propdef-vertical-align", - "https://www.w3.org/TR/css-align-3/#term-for-first-formatted-line0", + "https://www.w3.org/TR/css-align-3/#8589c21b4595332f1375848f866f258d", + "https://www.w3.org/TR/css-align-3/#infopanel-for-8589c21b4595332f1375848f866f258d", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-8589c21b4595332f1375848f866f258d", + "https://www.w3.org/TR/css-align-3/#fc4659c983aa89fa3c8e78d7e38e991c", + "https://www.w3.org/TR/css-align-3/#infopanel-for-fc4659c983aa89fa3c8e78d7e38e991c", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-fc4659c983aa89fa3c8e78d7e38e991c", + "https://www.w3.org/TR/css-align-3/#269fc38a1b65d44c969db83ec3ae1143", + "https://www.w3.org/TR/css-align-3/#infopanel-for-269fc38a1b65d44c969db83ec3ae1143", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-269fc38a1b65d44c969db83ec3ae1143", + "https://www.w3.org/TR/css-align-3/#eed903e9c29f947c4696af8d268647e7", + "https://www.w3.org/TR/css-align-3/#infopanel-for-eed903e9c29f947c4696af8d268647e7", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-eed903e9c29f947c4696af8d268647e7", + "https://www.w3.org/TR/css-align-3/#0435315d98444c94475430f4e7522f00", + "https://www.w3.org/TR/css-align-3/#infopanel-for-0435315d98444c94475430f4e7522f00", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-0435315d98444c94475430f4e7522f00", + "https://www.w3.org/TR/css-align-3/#529d18546802ec028a241c42e3a33f54", + "https://www.w3.org/TR/css-align-3/#infopanel-for-529d18546802ec028a241c42e3a33f54", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-529d18546802ec028a241c42e3a33f54", + "https://www.w3.org/TR/css-align-3/#947c191f15d83b5ff7f318228347e580", + "https://www.w3.org/TR/css-align-3/#infopanel-for-947c191f15d83b5ff7f318228347e580", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-947c191f15d83b5ff7f318228347e580", + "https://www.w3.org/TR/css-align-3/#87ebaf0ebf08192327da44ccae89a3b2", + "https://www.w3.org/TR/css-align-3/#infopanel-for-87ebaf0ebf08192327da44ccae89a3b2", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-87ebaf0ebf08192327da44ccae89a3b2", + "https://www.w3.org/TR/css-align-3/#36a728ca8424edfd9e8c29de9252d352", + "https://www.w3.org/TR/css-align-3/#infopanel-for-36a728ca8424edfd9e8c29de9252d352", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-36a728ca8424edfd9e8c29de9252d352", + "https://www.w3.org/TR/css-align-3/#d3ed6d40c6255374ff59a99d0e30897e", + "https://www.w3.org/TR/css-align-3/#infopanel-for-d3ed6d40c6255374ff59a99d0e30897e", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-d3ed6d40c6255374ff59a99d0e30897e", + "https://www.w3.org/TR/css-align-3/#ebb5aebd0030b6c03607ef6bc1dcc94f", + "https://www.w3.org/TR/css-align-3/#infopanel-for-ebb5aebd0030b6c03607ef6bc1dcc94f", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-ebb5aebd0030b6c03607ef6bc1dcc94f", + "https://www.w3.org/TR/css-align-3/#e08139f9e0466644139009b37a4c9853", + "https://www.w3.org/TR/css-align-3/#infopanel-for-e08139f9e0466644139009b37a4c9853", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-e08139f9e0466644139009b37a4c9853", + "https://www.w3.org/TR/css-align-3/#254ec32a13d25e8a8f33fe1238cd594f", + "https://www.w3.org/TR/css-align-3/#infopanel-for-254ec32a13d25e8a8f33fe1238cd594f", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-254ec32a13d25e8a8f33fe1238cd594f", + "https://www.w3.org/TR/css-align-3/#7761cc7498b333ea8d6ffc090bed949b", + "https://www.w3.org/TR/css-align-3/#infopanel-for-7761cc7498b333ea8d6ffc090bed949b", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-7761cc7498b333ea8d6ffc090bed949b", + "https://www.w3.org/TR/css-align-3/#2a9eb2c678be6b91741f4ef0524a4812", + "https://www.w3.org/TR/css-align-3/#infopanel-for-2a9eb2c678be6b91741f4ef0524a4812", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-2a9eb2c678be6b91741f4ef0524a4812", + "https://www.w3.org/TR/css-align-3/#b926b297aab1f3bdd4af93220aa26b27", + "https://www.w3.org/TR/css-align-3/#infopanel-for-b926b297aab1f3bdd4af93220aa26b27", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-b926b297aab1f3bdd4af93220aa26b27", + "https://www.w3.org/TR/css-align-3/#f2360507b40470f21ce55ef1c7a0fbc6", + "https://www.w3.org/TR/css-align-3/#infopanel-for-f2360507b40470f21ce55ef1c7a0fbc6", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-f2360507b40470f21ce55ef1c7a0fbc6", + "https://www.w3.org/TR/css-align-3/#c8e848d69f1d36d0ea5c2c1042743bca", + "https://www.w3.org/TR/css-align-3/#infopanel-for-c8e848d69f1d36d0ea5c2c1042743bca", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-c8e848d69f1d36d0ea5c2c1042743bca", + "https://www.w3.org/TR/css-align-3/#a5b16936c6f7a7d81579d2c9225f660d", + "https://www.w3.org/TR/css-align-3/#infopanel-for-a5b16936c6f7a7d81579d2c9225f660d", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-a5b16936c6f7a7d81579d2c9225f660d", + "https://www.w3.org/TR/css-align-3/#8be24b7513963cffed8536ce4d190630", + "https://www.w3.org/TR/css-align-3/#infopanel-for-8be24b7513963cffed8536ce4d190630", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-8be24b7513963cffed8536ce4d190630", + "https://www.w3.org/TR/css-align-3/#dbfc4e836cfb87e3b33d29ad756a37f9", + "https://www.w3.org/TR/css-align-3/#infopanel-for-dbfc4e836cfb87e3b33d29ad756a37f9", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-dbfc4e836cfb87e3b33d29ad756a37f9", + "https://www.w3.org/TR/css-align-3/#8a31469ab15aeb19787e8ff9d4464b16", + "https://www.w3.org/TR/css-align-3/#infopanel-for-8a31469ab15aeb19787e8ff9d4464b16", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-8a31469ab15aeb19787e8ff9d4464b16", + "https://www.w3.org/TR/css-align-3/#12c8505eef5dc46f1e8a24758ef9144d", + "https://www.w3.org/TR/css-align-3/#infopanel-for-12c8505eef5dc46f1e8a24758ef9144d", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-12c8505eef5dc46f1e8a24758ef9144d", + "https://www.w3.org/TR/css-align-3/#e50cff10eacbbc96ab60ac8d8a36daf0", + "https://www.w3.org/TR/css-align-3/#infopanel-for-e50cff10eacbbc96ab60ac8d8a36daf0", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-e50cff10eacbbc96ab60ac8d8a36daf0", + "https://www.w3.org/TR/css-align-3/#4b6917cd419ab3a482a2ccc9eb56cbd8", + "https://www.w3.org/TR/css-align-3/#infopanel-for-4b6917cd419ab3a482a2ccc9eb56cbd8", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-4b6917cd419ab3a482a2ccc9eb56cbd8", + "https://www.w3.org/TR/css-align-3/#ddd70f4463ff216286205982c40b41be", + "https://www.w3.org/TR/css-align-3/#infopanel-for-ddd70f4463ff216286205982c40b41be", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-ddd70f4463ff216286205982c40b41be", + "https://www.w3.org/TR/css-align-3/#213ff61085db24acf55c92f4fdec229e", + "https://www.w3.org/TR/css-align-3/#infopanel-for-213ff61085db24acf55c92f4fdec229e", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-213ff61085db24acf55c92f4fdec229e", + "https://www.w3.org/TR/css-align-3/#0b7fa30852ff954dbfd01190e191ff0b", + "https://www.w3.org/TR/css-align-3/#infopanel-for-0b7fa30852ff954dbfd01190e191ff0b", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-0b7fa30852ff954dbfd01190e191ff0b", + "https://www.w3.org/TR/css-align-3/#2a24a9fc0ee64845b5ee5b4e378a59ee", + "https://www.w3.org/TR/css-align-3/#infopanel-for-2a24a9fc0ee64845b5ee5b4e378a59ee", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-2a24a9fc0ee64845b5ee5b4e378a59ee", + "https://www.w3.org/TR/css-align-3/#48366a76c5b2db172b3abcb06df9b160", + "https://www.w3.org/TR/css-align-3/#infopanel-for-48366a76c5b2db172b3abcb06df9b160", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-48366a76c5b2db172b3abcb06df9b160", + "https://www.w3.org/TR/css-align-3/#324334521eb6b82fb3807332ebc24d6b", + "https://www.w3.org/TR/css-align-3/#infopanel-for-324334521eb6b82fb3807332ebc24d6b", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-324334521eb6b82fb3807332ebc24d6b", + "https://www.w3.org/TR/css-align-3/#d156110db9087c6fd57aec3e90c3658f", + "https://www.w3.org/TR/css-align-3/#infopanel-for-d156110db9087c6fd57aec3e90c3658f", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-d156110db9087c6fd57aec3e90c3658f", + "https://www.w3.org/TR/css-align-3/#16860c02c5907bd349511fe02db38800", + "https://www.w3.org/TR/css-align-3/#infopanel-for-16860c02c5907bd349511fe02db38800", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-16860c02c5907bd349511fe02db38800", + "https://www.w3.org/TR/css-align-3/#5f9656b21fffcd5c6de5818d30721782", + "https://www.w3.org/TR/css-align-3/#infopanel-for-5f9656b21fffcd5c6de5818d30721782", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-5f9656b21fffcd5c6de5818d30721782", + "https://www.w3.org/TR/css-align-3/#db7842f51efc6b10632134e4b4c57c76", + "https://www.w3.org/TR/css-align-3/#infopanel-for-db7842f51efc6b10632134e4b4c57c76", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-db7842f51efc6b10632134e4b4c57c76", + "https://www.w3.org/TR/css-align-3/#3b53787036c4b6560ec1b3eb289f4daf", + "https://www.w3.org/TR/css-align-3/#infopanel-for-3b53787036c4b6560ec1b3eb289f4daf", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-3b53787036c4b6560ec1b3eb289f4daf", + "https://www.w3.org/TR/css-align-3/#b81cadbe76aa84e3c7ca1d334cd70181", + "https://www.w3.org/TR/css-align-3/#infopanel-for-b81cadbe76aa84e3c7ca1d334cd70181", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-b81cadbe76aa84e3c7ca1d334cd70181", + "https://www.w3.org/TR/css-align-3/#ad9d516c360b40569bba9f91f9d4b69b", + "https://www.w3.org/TR/css-align-3/#infopanel-for-ad9d516c360b40569bba9f91f9d4b69b", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-ad9d516c360b40569bba9f91f9d4b69b", + "https://www.w3.org/TR/css-align-3/#a5c28669d19dc1b0e8bbf4842bd84bab", + "https://www.w3.org/TR/css-align-3/#infopanel-for-a5c28669d19dc1b0e8bbf4842bd84bab", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-a5c28669d19dc1b0e8bbf4842bd84bab", + "https://www.w3.org/TR/css-align-3/#481a942b90de069270e43b7713de3d2d", + "https://www.w3.org/TR/css-align-3/#infopanel-for-481a942b90de069270e43b7713de3d2d", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-481a942b90de069270e43b7713de3d2d", + "https://www.w3.org/TR/css-align-3/#fc5d233e807e33f01bd002b5a8fa13eb", + "https://www.w3.org/TR/css-align-3/#infopanel-for-fc5d233e807e33f01bd002b5a8fa13eb", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-fc5d233e807e33f01bd002b5a8fa13eb", + "https://www.w3.org/TR/css-align-3/#d33ce5d1e3598f83869ef43dfd307ad7", + "https://www.w3.org/TR/css-align-3/#infopanel-for-d33ce5d1e3598f83869ef43dfd307ad7", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-d33ce5d1e3598f83869ef43dfd307ad7", + "https://www.w3.org/TR/css-align-3/#bbc521be511d68bba63519d20ab151dc", + "https://www.w3.org/TR/css-align-3/#infopanel-for-bbc521be511d68bba63519d20ab151dc", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-bbc521be511d68bba63519d20ab151dc", + "https://www.w3.org/TR/css-align-3/#ee21d33d6f12106345cb03a942b880e2", + "https://www.w3.org/TR/css-align-3/#infopanel-for-ee21d33d6f12106345cb03a942b880e2", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-ee21d33d6f12106345cb03a942b880e2", + "https://www.w3.org/TR/css-align-3/#36947417d11587444545b51a07524c91", + "https://www.w3.org/TR/css-align-3/#infopanel-for-36947417d11587444545b51a07524c91", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-36947417d11587444545b51a07524c91", + "https://www.w3.org/TR/css-align-3/#65842491f08b62dab1c063dc590eb212", + "https://www.w3.org/TR/css-align-3/#infopanel-for-65842491f08b62dab1c063dc590eb212", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-65842491f08b62dab1c063dc590eb212", + "https://www.w3.org/TR/css-align-3/#62e9b5c96545e618e2cf3b775f3c33cc", + "https://www.w3.org/TR/css-align-3/#infopanel-for-62e9b5c96545e618e2cf3b775f3c33cc", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-62e9b5c96545e618e2cf3b775f3c33cc", + "https://www.w3.org/TR/css-align-3/#531b49211167857fe2726dd75da443d6", + "https://www.w3.org/TR/css-align-3/#infopanel-for-531b49211167857fe2726dd75da443d6", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-531b49211167857fe2726dd75da443d6", + "https://www.w3.org/TR/css-align-3/#f6e7a472952be97ad69bb9f0e3dacdc7", + "https://www.w3.org/TR/css-align-3/#infopanel-for-f6e7a472952be97ad69bb9f0e3dacdc7", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-f6e7a472952be97ad69bb9f0e3dacdc7", + "https://www.w3.org/TR/css-align-3/#5c7d99ea6ef6e96b83c8dba53a840050", + "https://www.w3.org/TR/css-align-3/#infopanel-for-5c7d99ea6ef6e96b83c8dba53a840050", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-5c7d99ea6ef6e96b83c8dba53a840050", + "https://www.w3.org/TR/css-align-3/#8dd0674db1d3a9b8383672ebca1ba495", + "https://www.w3.org/TR/css-align-3/#infopanel-for-8dd0674db1d3a9b8383672ebca1ba495", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-8dd0674db1d3a9b8383672ebca1ba495", + "https://www.w3.org/TR/css-align-3/#e60c18585d2a06a35675b6d7550888c1", + "https://www.w3.org/TR/css-align-3/#infopanel-for-e60c18585d2a06a35675b6d7550888c1", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-e60c18585d2a06a35675b6d7550888c1", + "https://www.w3.org/TR/css-align-3/#7910308cb76dd6fe5e9d657703f0e19b", + "https://www.w3.org/TR/css-align-3/#infopanel-for-7910308cb76dd6fe5e9d657703f0e19b", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-7910308cb76dd6fe5e9d657703f0e19b", + "https://www.w3.org/TR/css-align-3/#41c5d95cbce8856c572ee8746ded699d", + "https://www.w3.org/TR/css-align-3/#infopanel-for-41c5d95cbce8856c572ee8746ded699d", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-41c5d95cbce8856c572ee8746ded699d", + "https://www.w3.org/TR/css-align-3/#c73202c37effe61cb8a02719122ea7e5", + "https://www.w3.org/TR/css-align-3/#infopanel-for-c73202c37effe61cb8a02719122ea7e5", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-c73202c37effe61cb8a02719122ea7e5", + "https://www.w3.org/TR/css-align-3/#8c49083057a6b5b7bf6bd0fbc25f26c0", + "https://www.w3.org/TR/css-align-3/#infopanel-for-8c49083057a6b5b7bf6bd0fbc25f26c0", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-8c49083057a6b5b7bf6bd0fbc25f26c0", + "https://www.w3.org/TR/css-align-3/#1fb4bf119e47c9b7ef00d610f9f1aadf", + "https://www.w3.org/TR/css-align-3/#infopanel-for-1fb4bf119e47c9b7ef00d610f9f1aadf", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-1fb4bf119e47c9b7ef00d610f9f1aadf", + "https://www.w3.org/TR/css-align-3/#649f99d0fd71d3af41bfe476a020b39e", + "https://www.w3.org/TR/css-align-3/#infopanel-for-649f99d0fd71d3af41bfe476a020b39e", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-649f99d0fd71d3af41bfe476a020b39e", + "https://www.w3.org/TR/css-align-3/#0e54a539e415d8e3da2e08b5163e471a", + "https://www.w3.org/TR/css-align-3/#infopanel-for-0e54a539e415d8e3da2e08b5163e471a", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-0e54a539e415d8e3da2e08b5163e471a", + "https://www.w3.org/TR/css-align-3/#1c27484b2325188a3fc80d2c980c7d66", + "https://www.w3.org/TR/css-align-3/#infopanel-for-1c27484b2325188a3fc80d2c980c7d66", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-1c27484b2325188a3fc80d2c980c7d66", + "https://www.w3.org/TR/css-align-3/#4aad773276a94887f0c09f2346e729be", + "https://www.w3.org/TR/css-align-3/#infopanel-for-4aad773276a94887f0c09f2346e729be", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-4aad773276a94887f0c09f2346e729be", + "https://www.w3.org/TR/css-align-3/#98922c53659dfeccbb0928f23ecfa0a3", + "https://www.w3.org/TR/css-align-3/#infopanel-for-98922c53659dfeccbb0928f23ecfa0a3", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-98922c53659dfeccbb0928f23ecfa0a3", + "https://www.w3.org/TR/css-align-3/#b93a2a2a672874e501b37e3117969da7", + "https://www.w3.org/TR/css-align-3/#infopanel-for-b93a2a2a672874e501b37e3117969da7", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-b93a2a2a672874e501b37e3117969da7", + "https://www.w3.org/TR/css-align-3/#7d0a6ae2b43735dfdf68061f260ccbf4", + "https://www.w3.org/TR/css-align-3/#infopanel-for-7d0a6ae2b43735dfdf68061f260ccbf4", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-7d0a6ae2b43735dfdf68061f260ccbf4", + "https://www.w3.org/TR/css-align-3/#390479daac9ab31c32abe6f8173c43fb", + "https://www.w3.org/TR/css-align-3/#infopanel-for-390479daac9ab31c32abe6f8173c43fb", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-390479daac9ab31c32abe6f8173c43fb", + "https://www.w3.org/TR/css-align-3/#38006ec7a8691b419415cbd1652c8790", + "https://www.w3.org/TR/css-align-3/#infopanel-for-38006ec7a8691b419415cbd1652c8790", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-38006ec7a8691b419415cbd1652c8790", + "https://www.w3.org/TR/css-align-3/#35f33c74191ecfe835d0f9cc695f9b14", + "https://www.w3.org/TR/css-align-3/#infopanel-for-35f33c74191ecfe835d0f9cc695f9b14", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-35f33c74191ecfe835d0f9cc695f9b14", + "https://www.w3.org/TR/css-align-3/#ff5d9e007b8d431899a23256710f132e", + "https://www.w3.org/TR/css-align-3/#infopanel-for-ff5d9e007b8d431899a23256710f132e", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-ff5d9e007b8d431899a23256710f132e", + "https://www.w3.org/TR/css-align-3/#5aba1a45e0b0ec9a8a076b772954132c", + "https://www.w3.org/TR/css-align-3/#infopanel-for-5aba1a45e0b0ec9a8a076b772954132c", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-5aba1a45e0b0ec9a8a076b772954132c", + "https://www.w3.org/TR/css-align-3/#26d5a0f4c022e69b98ac7f0efe3e5b64", + "https://www.w3.org/TR/css-align-3/#infopanel-for-26d5a0f4c022e69b98ac7f0efe3e5b64", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-26d5a0f4c022e69b98ac7f0efe3e5b64", + "https://www.w3.org/TR/css-align-3/#03e74d688d34ee277ae1897c1380ee2f", + "https://www.w3.org/TR/css-align-3/#infopanel-for-03e74d688d34ee277ae1897c1380ee2f", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-03e74d688d34ee277ae1897c1380ee2f", + "https://www.w3.org/TR/css-align-3/#957075928c242e6498f380507a8e468a", + "https://www.w3.org/TR/css-align-3/#infopanel-for-957075928c242e6498f380507a8e468a", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-957075928c242e6498f380507a8e468a", + "https://www.w3.org/TR/css-align-3/#35878cbcbf35480015f0cba5544a2b6b", + "https://www.w3.org/TR/css-align-3/#infopanel-for-35878cbcbf35480015f0cba5544a2b6b", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-35878cbcbf35480015f0cba5544a2b6b", + "https://www.w3.org/TR/css-align-3/#51d732fc13e8056bb31023dbe0bb875e", + "https://www.w3.org/TR/css-align-3/#infopanel-for-51d732fc13e8056bb31023dbe0bb875e", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-51d732fc13e8056bb31023dbe0bb875e", + "https://www.w3.org/TR/css-align-3/#b8e7d1189ebd709ea7a780b32ab1898c", + "https://www.w3.org/TR/css-align-3/#infopanel-for-b8e7d1189ebd709ea7a780b32ab1898c", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-b8e7d1189ebd709ea7a780b32ab1898c", + "https://www.w3.org/TR/css-align-3/#91fa17123c430497e0580ef747e1b076", + "https://www.w3.org/TR/css-align-3/#infopanel-for-91fa17123c430497e0580ef747e1b076", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-91fa17123c430497e0580ef747e1b076", + "https://www.w3.org/TR/css-align-3/#3afc6488eb83f7be65c352bd568b0a07", + "https://www.w3.org/TR/css-align-3/#infopanel-for-3afc6488eb83f7be65c352bd568b0a07", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-3afc6488eb83f7be65c352bd568b0a07", + "https://www.w3.org/TR/css-align-3/#4f37048e4662f3433df5c61d19b25afa", + "https://www.w3.org/TR/css-align-3/#infopanel-for-4f37048e4662f3433df5c61d19b25afa", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-4f37048e4662f3433df5c61d19b25afa", + "https://www.w3.org/TR/css-align-3/#5e6c085f3d7c2cdf8b981afc60139562", + "https://www.w3.org/TR/css-align-3/#infopanel-for-5e6c085f3d7c2cdf8b981afc60139562", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-5e6c085f3d7c2cdf8b981afc60139562", + "https://www.w3.org/TR/css-align-3/#ab53e5d9d13ac1c0314588ed899d447b", + "https://www.w3.org/TR/css-align-3/#infopanel-for-ab53e5d9d13ac1c0314588ed899d447b", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-ab53e5d9d13ac1c0314588ed899d447b", + "https://www.w3.org/TR/css-align-3/#d447e8effcc86a1633d04790aa3bbabe", + "https://www.w3.org/TR/css-align-3/#infopanel-for-d447e8effcc86a1633d04790aa3bbabe", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-d447e8effcc86a1633d04790aa3bbabe", + "https://www.w3.org/TR/css-align-3/#9ce8f2708e2324f850c9d3bf2e4c9b44", + "https://www.w3.org/TR/css-align-3/#infopanel-for-9ce8f2708e2324f850c9d3bf2e4c9b44", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-9ce8f2708e2324f850c9d3bf2e4c9b44", + "https://www.w3.org/TR/css-align-3/#ff2fc419cd1598ddf4c0f055d318c179", + "https://www.w3.org/TR/css-align-3/#infopanel-for-ff2fc419cd1598ddf4c0f055d318c179", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-ff2fc419cd1598ddf4c0f055d318c179", + "https://www.w3.org/TR/css-align-3/#074632225a2113ff8e7c5e45d95a23b0", + "https://www.w3.org/TR/css-align-3/#infopanel-for-074632225a2113ff8e7c5e45d95a23b0", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-074632225a2113ff8e7c5e45d95a23b0", + "https://www.w3.org/TR/css-align-3/#767e661ded7cb4567a3ab16b47868408", + "https://www.w3.org/TR/css-align-3/#infopanel-for-767e661ded7cb4567a3ab16b47868408", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-767e661ded7cb4567a3ab16b47868408", + "https://www.w3.org/TR/css-align-3/#be81cbcb4cd70806853789083e1a4043", + "https://www.w3.org/TR/css-align-3/#infopanel-for-be81cbcb4cd70806853789083e1a4043", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-be81cbcb4cd70806853789083e1a4043", + "https://www.w3.org/TR/css-align-3/#04f22f56cdacc849612fba83dfd57211", + "https://www.w3.org/TR/css-align-3/#infopanel-for-04f22f56cdacc849612fba83dfd57211", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-04f22f56cdacc849612fba83dfd57211", + "https://www.w3.org/TR/css-align-3/#548c373082e541ad81698ae3af87dea4", + "https://www.w3.org/TR/css-align-3/#infopanel-for-548c373082e541ad81698ae3af87dea4", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-548c373082e541ad81698ae3af87dea4", + "https://www.w3.org/TR/css-align-3/#809886eed649697b04ac9d4bd1192239", + "https://www.w3.org/TR/css-align-3/#infopanel-for-809886eed649697b04ac9d4bd1192239", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-809886eed649697b04ac9d4bd1192239", + "https://www.w3.org/TR/css-align-3/#82594f1f3a6c873aa8ac6336eb6bf662", + "https://www.w3.org/TR/css-align-3/#infopanel-for-82594f1f3a6c873aa8ac6336eb6bf662", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-82594f1f3a6c873aa8ac6336eb6bf662", + "https://www.w3.org/TR/css-align-3/#4373bc69f46aedba387d3d1565e1ae01", + "https://www.w3.org/TR/css-align-3/#infopanel-for-4373bc69f46aedba387d3d1565e1ae01", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-4373bc69f46aedba387d3d1565e1ae01", + "https://www.w3.org/TR/css-align-3/#921c84f5b251661b843618d3b9c54649", + "https://www.w3.org/TR/css-align-3/#infopanel-for-921c84f5b251661b843618d3b9c54649", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-921c84f5b251661b843618d3b9c54649", + "https://www.w3.org/TR/css-align-3/#f014258978db0b5cb28d306e0a9068b1", + "https://www.w3.org/TR/css-align-3/#infopanel-for-f014258978db0b5cb28d306e0a9068b1", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-f014258978db0b5cb28d306e0a9068b1", + "https://www.w3.org/TR/css-align-3/#63f2f251f3aa0bf36028f290b3f6aba0", + "https://www.w3.org/TR/css-align-3/#infopanel-for-63f2f251f3aa0bf36028f290b3f6aba0", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-63f2f251f3aa0bf36028f290b3f6aba0", + "https://www.w3.org/TR/css-align-3/#bf9d91fe5b45ff279aca6f1124e0b86a", + "https://www.w3.org/TR/css-align-3/#infopanel-for-bf9d91fe5b45ff279aca6f1124e0b86a", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-bf9d91fe5b45ff279aca6f1124e0b86a", + "https://www.w3.org/TR/css-align-3/#2de4de2d56e6aa53e85c6a1f4ac87b9d", + "https://www.w3.org/TR/css-align-3/#infopanel-for-2de4de2d56e6aa53e85c6a1f4ac87b9d", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-2de4de2d56e6aa53e85c6a1f4ac87b9d", + "https://www.w3.org/TR/css-align-3/#d438900fe9d19d8ac8a7b19671166d0f", + "https://www.w3.org/TR/css-align-3/#infopanel-for-d438900fe9d19d8ac8a7b19671166d0f", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-d438900fe9d19d8ac8a7b19671166d0f", + "https://www.w3.org/TR/css-align-3/#ce1a22addbcb6879637c6022da93758e", + "https://www.w3.org/TR/css-align-3/#infopanel-for-ce1a22addbcb6879637c6022da93758e", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-ce1a22addbcb6879637c6022da93758e", + "https://www.w3.org/TR/css-align-3/#b7e0ca4b341f3a452f79c1ef6fbdf2bc", + "https://www.w3.org/TR/css-align-3/#infopanel-for-b7e0ca4b341f3a452f79c1ef6fbdf2bc", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-b7e0ca4b341f3a452f79c1ef6fbdf2bc", + "https://www.w3.org/TR/css-align-3/#94af748810e9c4e5adafcf3a8e14b970", + "https://www.w3.org/TR/css-align-3/#infopanel-for-94af748810e9c4e5adafcf3a8e14b970", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-94af748810e9c4e5adafcf3a8e14b970", + "https://www.w3.org/TR/css-align-3/#26ea823513cad6168ffadf28719ab24f", + "https://www.w3.org/TR/css-align-3/#infopanel-for-26ea823513cad6168ffadf28719ab24f", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-26ea823513cad6168ffadf28719ab24f", + "https://www.w3.org/TR/css-align-3/#c1fa5bb914c8133f26e8257bafa6d57e", + "https://www.w3.org/TR/css-align-3/#infopanel-for-c1fa5bb914c8133f26e8257bafa6d57e", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-c1fa5bb914c8133f26e8257bafa6d57e", + "https://www.w3.org/TR/css-align-3/#101960d41133147efd9c1a59332f4806", + "https://www.w3.org/TR/css-align-3/#infopanel-for-101960d41133147efd9c1a59332f4806", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-101960d41133147efd9c1a59332f4806", + "https://www.w3.org/TR/css-align-3/#168d7e2053424b778cf73eaf2ebebd87", + "https://www.w3.org/TR/css-align-3/#infopanel-for-168d7e2053424b778cf73eaf2ebebd87", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-168d7e2053424b778cf73eaf2ebebd87", + "https://www.w3.org/TR/css-align-3/#cd974773a37d83762807136a42ef79d7", + "https://www.w3.org/TR/css-align-3/#infopanel-for-cd974773a37d83762807136a42ef79d7", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-cd974773a37d83762807136a42ef79d7", + "https://www.w3.org/TR/css-align-3/#07fc5a790ba5a3d61a51fc2d70daaddf", + "https://www.w3.org/TR/css-align-3/#infopanel-for-07fc5a790ba5a3d61a51fc2d70daaddf", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-07fc5a790ba5a3d61a51fc2d70daaddf", + "https://www.w3.org/TR/css-align-3/#1d26a97beb2cacdc0785852289645d47", + "https://www.w3.org/TR/css-align-3/#infopanel-for-1d26a97beb2cacdc0785852289645d47", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-1d26a97beb2cacdc0785852289645d47", + "https://www.w3.org/TR/css-align-3/#7e854116d59cdc37f0f0ef9affb5a25e", + "https://www.w3.org/TR/css-align-3/#infopanel-for-7e854116d59cdc37f0f0ef9affb5a25e", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-7e854116d59cdc37f0f0ef9affb5a25e", + "https://www.w3.org/TR/css-align-3/#3a4b86ec7b5881cdee8c9d73121b5d8f", + "https://www.w3.org/TR/css-align-3/#infopanel-for-3a4b86ec7b5881cdee8c9d73121b5d8f", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-3a4b86ec7b5881cdee8c9d73121b5d8f", + "https://www.w3.org/TR/css-align-3/#5fe5e633077e0e0d9e66280c4e3e0fe2", + "https://www.w3.org/TR/css-align-3/#infopanel-for-5fe5e633077e0e0d9e66280c4e3e0fe2", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-5fe5e633077e0e0d9e66280c4e3e0fe2", + "https://www.w3.org/TR/css-align-3/#e13f4a4e17d9670315a435b9a4c20d88", + "https://www.w3.org/TR/css-align-3/#infopanel-for-e13f4a4e17d9670315a435b9a4c20d88", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-e13f4a4e17d9670315a435b9a4c20d88", + "https://www.w3.org/TR/css-align-3/#b7e18f92a680cd3ac2a3fa304e29588f", + "https://www.w3.org/TR/css-align-3/#infopanel-for-b7e18f92a680cd3ac2a3fa304e29588f", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-b7e18f92a680cd3ac2a3fa304e29588f", + "https://www.w3.org/TR/css-align-3/#a1a277fb81ad405dbe65dd4866279494", + "https://www.w3.org/TR/css-align-3/#infopanel-for-a1a277fb81ad405dbe65dd4866279494", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-a1a277fb81ad405dbe65dd4866279494", + "https://www.w3.org/TR/css-align-3/#6bd44c6beea514d9bb7579a71623f814", + "https://www.w3.org/TR/css-align-3/#infopanel-for-6bd44c6beea514d9bb7579a71623f814", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-6bd44c6beea514d9bb7579a71623f814", + "https://www.w3.org/TR/css-align-3/#d7310ff8c3e6c97dedbb0f8e7620341c", + "https://www.w3.org/TR/css-align-3/#infopanel-for-d7310ff8c3e6c97dedbb0f8e7620341c", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-d7310ff8c3e6c97dedbb0f8e7620341c", + "https://www.w3.org/TR/css-align-3/#8766885a1e59f6a4ba51920199812853", + "https://www.w3.org/TR/css-align-3/#infopanel-for-8766885a1e59f6a4ba51920199812853", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-8766885a1e59f6a4ba51920199812853", + "https://www.w3.org/TR/css-align-3/#904c4e7900168acf7bfe39f1d0a8156f", + "https://www.w3.org/TR/css-align-3/#infopanel-for-904c4e7900168acf7bfe39f1d0a8156f", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-904c4e7900168acf7bfe39f1d0a8156f", + "https://www.w3.org/TR/css-align-3/#51cc93d456f44c605548c04d9ec8cb60", + "https://www.w3.org/TR/css-align-3/#infopanel-for-51cc93d456f44c605548c04d9ec8cb60", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-51cc93d456f44c605548c04d9ec8cb60", + "https://www.w3.org/TR/css-align-3/#29b7ef719cbdde0be7eef193ccce207d", + "https://www.w3.org/TR/css-align-3/#infopanel-for-29b7ef719cbdde0be7eef193ccce207d", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-29b7ef719cbdde0be7eef193ccce207d", + "https://www.w3.org/TR/css-align-3/#a2e44451d11ef29e4beac1555c5077cc", + "https://www.w3.org/TR/css-align-3/#infopanel-for-a2e44451d11ef29e4beac1555c5077cc", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-a2e44451d11ef29e4beac1555c5077cc", + "https://www.w3.org/TR/css-align-3/#18bf5b968aaafac97bfb148f38ca75ad", + "https://www.w3.org/TR/css-align-3/#infopanel-for-18bf5b968aaafac97bfb148f38ca75ad", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-18bf5b968aaafac97bfb148f38ca75ad", + "https://www.w3.org/TR/css-align-3/#b2ca6a6b5cd53adae8b1fa1e6c07ed3a", + "https://www.w3.org/TR/css-align-3/#infopanel-for-b2ca6a6b5cd53adae8b1fa1e6c07ed3a", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-b2ca6a6b5cd53adae8b1fa1e6c07ed3a", + "https://www.w3.org/TR/css-align-3/#d5a9157db782bfd76340602de1211139", + "https://www.w3.org/TR/css-align-3/#infopanel-for-d5a9157db782bfd76340602de1211139", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-d5a9157db782bfd76340602de1211139", + "https://www.w3.org/TR/css-align-3/#cc714c2e583ebbff75066d5c7a3c42b4", + "https://www.w3.org/TR/css-align-3/#infopanel-for-cc714c2e583ebbff75066d5c7a3c42b4", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-cc714c2e583ebbff75066d5c7a3c42b4", + "https://www.w3.org/TR/css-align-3/#680c755aff348d8bc2f65d3e92fc04aa", + "https://www.w3.org/TR/css-align-3/#infopanel-for-680c755aff348d8bc2f65d3e92fc04aa", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-680c755aff348d8bc2f65d3e92fc04aa", + "https://www.w3.org/TR/css-align-3/#ea65e185e97f9543db2f33e37bb98ca1", + "https://www.w3.org/TR/css-align-3/#infopanel-for-ea65e185e97f9543db2f33e37bb98ca1", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-ea65e185e97f9543db2f33e37bb98ca1", + "https://www.w3.org/TR/css-align-3/#55f43fbe2b31cf7541bb5feadec504c3", + "https://www.w3.org/TR/css-align-3/#infopanel-for-55f43fbe2b31cf7541bb5feadec504c3", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-55f43fbe2b31cf7541bb5feadec504c3", + "https://www.w3.org/TR/css-align-3/#f048325ec0ccacbc29d117e6a55678a0", + "https://www.w3.org/TR/css-align-3/#infopanel-for-f048325ec0ccacbc29d117e6a55678a0", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-f048325ec0ccacbc29d117e6a55678a0", + "https://www.w3.org/TR/css-align-3/#24117adf913fa9bf76af338e72fb0124", + "https://www.w3.org/TR/css-align-3/#infopanel-for-24117adf913fa9bf76af338e72fb0124", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-24117adf913fa9bf76af338e72fb0124", + "https://www.w3.org/TR/css-align-3/#c9d84bd36272cb7be92a73d06400dc33", + "https://www.w3.org/TR/css-align-3/#infopanel-for-c9d84bd36272cb7be92a73d06400dc33", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-c9d84bd36272cb7be92a73d06400dc33", + "https://www.w3.org/TR/css-align-3/#d8ed7d1089dfb0cb02573ae82c85baa3", + "https://www.w3.org/TR/css-align-3/#infopanel-for-d8ed7d1089dfb0cb02573ae82c85baa3", + "https://www.w3.org/TR/css-align-3/#infopaneltitle-for-d8ed7d1089dfb0cb02573ae82c85baa3", "https://www.w3.org/TR/css-align-3/#references", "https://www.w3.org/TR/css-align-3/#normative", "https://www.w3.org/TR/css-align-3/#biblio-css-box-4", "https://www.w3.org/TR/css-align-3/#biblio-css-cascade-5", "https://www.w3.org/TR/css-align-3/#biblio-css-display-3", "https://www.w3.org/TR/css-align-3/#biblio-css-flexbox-1", - "https://www.w3.org/TR/css-align-3/#biblio-css-fonts-3", + "https://www.w3.org/TR/css-align-3/#biblio-css-fonts-4", "https://www.w3.org/TR/css-align-3/#biblio-css-grid-1", "https://www.w3.org/TR/css-align-3/#biblio-css-grid-2", "https://www.w3.org/TR/css-align-3/#biblio-css-inline-3", @@ -1457,21 +1915,25 @@ "https://www.w3.org/TR/css-align-3/#biblio-css-position-3", "https://www.w3.org/TR/css-align-3/#biblio-css-sizing-3", "https://www.w3.org/TR/css-align-3/#biblio-css-sizing-4", + "https://www.w3.org/TR/css-align-3/#biblio-css-tables-3", "https://www.w3.org/TR/css-align-3/#biblio-css-text-3", "https://www.w3.org/TR/css-align-3/#biblio-css-values-3", "https://www.w3.org/TR/css-align-3/#biblio-css-values-4", "https://www.w3.org/TR/css-align-3/#biblio-css-writing-modes-3", "https://www.w3.org/TR/css-align-3/#biblio-css-writing-modes-4", "https://www.w3.org/TR/css-align-3/#biblio-css2", + "https://www.w3.org/TR/css-align-3/#biblio-css22", "https://www.w3.org/TR/css-align-3/#biblio-rfc2119", "https://www.w3.org/TR/css-align-3/#biblio-selectors-3", + "https://www.w3.org/TR/css-align-3/#informative", + "https://www.w3.org/TR/css-align-3/#biblio-cssom-1", "https://www.w3.org/TR/css-align-3/#property-index", - "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-content%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-content%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-items%E2%91%A7", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-align-self%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-column-gap%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-gap%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-content%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-content%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-items%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-justify-self%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-align-3/#ref-for-propdef-place-content%E2%91%A1", diff --git a/tr/ids/css-backgrounds-4.json b/tr/ids/css-backgrounds-4.json index d17629440a52..96074e01e74c 100644 --- a/tr/ids/css-backgrounds-4.json +++ b/tr/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/tr/ids/css-images-4.json b/tr/ids/css-images-4.json index e5d525e2ad07..6dabe54dc01a 100644 --- a/tr/ids/css-images-4.json +++ b/tr/ids/css-images-4.json @@ -1,346 +1,1212 @@ { "spec": { - "title": "CSS Image Values and Replaced Content Module Level 4", + "title": "CSS Images Module Level 4", "url": "https://www.w3.org/TR/css-images-4/" }, "ids": [ "https://www.w3.org/TR/css-images-4/#toc-nav", "https://www.w3.org/TR/css-images-4/#toc-jump", "https://www.w3.org/TR/css-images-4/#toc-toggle", - "https://www.w3.org/TR/css-images-4/#subtitle", + "https://www.w3.org/TR/css-images-4/#title", + "https://www.w3.org/TR/css-images-4/#w3c-state", "https://www.w3.org/TR/css-images-4/#abstract", - "https://www.w3.org/TR/css-images-4/#status", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element", + "https://www.w3.org/TR/css-images-4/#sotd", "https://www.w3.org/TR/css-images-4/#w3c_process_revision", "https://www.w3.org/TR/css-images-4/#toc", "https://www.w3.org/TR/css-images-4/#contents", "https://www.w3.org/TR/css-images-4/#intro", + "https://www.w3.org/TR/css-images-4/#values", + "https://www.w3.org/TR/css-images-4/#ref-for-css-wide-keywords", "https://www.w3.org/TR/css-images-4/#image-values", - "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-1", - "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-2", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image%E2%91%A2", "https://www.w3.org/TR/css-images-4/#typedef-image", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-1", - "https://www.w3.org/TR/css-images-4/#ref-for-typedef-gradient-1", - "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-3", + "https://www.w3.org/TR/css-images-4/#infopanel-for-typedef-image", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-typedef-image", + "https://www.w3.org/TR/css-images-4/#ref-for-url-value", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-one", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-one%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-set", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-one%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-cross-fade", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-one%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-one%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-gradient", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-background-image", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-list-style-image", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-cursor", + "https://www.w3.org/TR/css-images-4/#ref-for-url-value%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-url-value%E2%91%A1", "https://www.w3.org/TR/css-images-4/#invalid-image", - "https://www.w3.org/TR/css-images-4/#ref-for-invalid-image-1", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-2", + "https://www.w3.org/TR/css-images-4/#infopanel-for-invalid-image", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-invalid-image", + "https://www.w3.org/TR/css-images-4/#ref-for-valdef-color-transparent", + "https://www.w3.org/TR/css-images-4/#ref-for-natural-dimensions", + "https://www.w3.org/TR/css-images-4/#ref-for-invalid-image", + "https://www.w3.org/TR/css-images-4/#ref-for-invalid-image%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-list-style-image%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-valdef-list-style-type-none", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-list-style-type", + "https://www.w3.org/TR/css-images-4/#loading-image", + "https://www.w3.org/TR/css-images-4/#infopanel-for-loading-image", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-loading-image", + "https://www.w3.org/TR/css-images-4/#ref-for-loading-image", + "https://www.w3.org/TR/css-images-4/#ref-for-invalid-image%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-valdef-color-transparent%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-natural-dimensions%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-loading-image%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-loading-image%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-natural-dimensions%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-loading-image%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#computed-image", + "https://www.w3.org/TR/css-images-4/#ref-for-computed-value", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-specified-value", + "https://www.w3.org/TR/css-images-4/#ref-for-url-value%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color", + "https://www.w3.org/TR/css-images-4/#ref-for-length-value", "https://www.w3.org/TR/css-images-4/#image-file-formats", - "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-4", - "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-5", - "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-6", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image%E2%91%A7", "https://www.w3.org/TR/css-images-4/#url-notation", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-url", + "https://www.w3.org/TR/css-images-4/#fetching-images", + "https://www.w3.org/TR/css-images-4/#fetch-an-external-image-for-a-stylesheet", + "https://www.w3.org/TR/css-images-4/#ref-for-concept-url", + "https://www.w3.org/TR/css-images-4/#ref-for-cssstylesheet", + "https://www.w3.org/TR/css-images-4/#ref-for-fetch-a-style-resource", + "https://www.w3.org/TR/css-images-4/#ref-for-cssstylesheet%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-concept-response", + "https://www.w3.org/TR/css-images-4/#image-set-notation", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-set%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#funcdef-image-set", + "https://www.w3.org/TR/css-images-4/#infopanel-for-funcdef-image-set", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-funcdef-image-set", + "https://www.w3.org/TR/css-images-4/#issue-86c01534", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-set%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-set%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-set-option", + "https://www.w3.org/TR/css-images-4/#ref-for-mult-comma", + "https://www.w3.org/TR/css-images-4/#typedef-image-set-option", + "https://www.w3.org/TR/css-images-4/#infopanel-for-typedef-image-set-option", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-typedef-image-set-option", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image%E2%91%A8", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-one%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-string-value", + "https://www.w3.org/TR/css-images-4/#ref-for-resolution-value", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-any", + "https://www.w3.org/TR/css-images-4/#ref-for-string-value%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#issue-372ac642", + "https://www.w3.org/TR/css-images-4/#ref-for-the-picture-element", + "https://www.w3.org/TR/css-images-4/#ref-for-string-value%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-set%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-url-value%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-set%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-set-option%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-set%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-linear-gradient", + "https://www.w3.org/TR/css-images-4/#ref-for-resolution-value%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-set-option%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for---natural-resolution", + "https://www.w3.org/TR/css-images-4/#ref-for---natural-resolution%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-set-option%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for---natural-resolution%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for---natural-resolution%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#funcdef-image-set-type", + "https://www.w3.org/TR/css-images-4/#ref-for-string-value%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#infopanel-for-funcdef-image-set-type", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-funcdef-image-set-type", + "https://www.w3.org/TR/css-images-4/#ref-for-string-value%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-string-value%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-valid-mime-type", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-set-option%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-set%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-set-option%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-set-option%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-set%E2%91%A7", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-set-option%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-set-option%E2%91%A7", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-set-type", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-set-option%E2%91%A8", + "https://www.w3.org/TR/css-images-4/#ref-for-resolution-value%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-set-option%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-set%E2%91%A8", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-set-option%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-set-option%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-set%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-images-4/#example-03475a91", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-set%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#example-0c5931ca", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-set-type%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#example-0f284850", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-linear-gradient%E2%91%A0", "https://www.w3.org/TR/css-images-4/#image-notation", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-3", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-4", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-5", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image%E2%91%A3", "https://www.w3.org/TR/css-images-4/#funcdef-image", - "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-tags-1", - "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-src-1", + "https://www.w3.org/TR/css-images-4/#infopanel-for-funcdef-image", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-funcdef-image", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-tags", + "https://www.w3.org/TR/css-images-4/#ref-for-mult-opt", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-src", + "https://www.w3.org/TR/css-images-4/#ref-for-mult-opt%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-comma", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-mult-opt%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-mult-req", "https://www.w3.org/TR/css-images-4/#typedef-image-tags", + "https://www.w3.org/TR/css-images-4/#infopanel-for-typedef-image-tags", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-typedef-image-tags", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-one%E2%91%A5", "https://www.w3.org/TR/css-images-4/#typedef-image-src", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-6", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-7", + "https://www.w3.org/TR/css-images-4/#infopanel-for-typedef-image-src", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-typedef-image-src", + "https://www.w3.org/TR/css-images-4/#ref-for-url-value%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-one%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-string-value%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-string-value%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-url-value%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image%E2%91%A5", "https://www.w3.org/TR/css-images-4/#image-fallbacks", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-8", - "https://www.w3.org/TR/css-images-4/#ref-for-invalid-image-2", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-9", - "https://www.w3.org/TR/css-images-4/#example-aad99fc3", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-10", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-invalid-image%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-loading-image%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image%E2%91%A7", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-invalid-image%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-loading-image%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image%E2%91%A8", + "https://www.w3.org/TR/css-images-4/#example-33b17fe8", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-images-4/#image-fragments", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-11", - "https://www.w3.org/TR/css-images-4/#example-f7159711", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-12", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-13", - "https://www.w3.org/TR/css-images-4/#example-ba5ce8df", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-14", - "https://www.w3.org/TR/css-images-4/#ref-for-invalid-image-3", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-15", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#example-036516b1", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#example-3f0fa76f", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-url%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-invalid-image%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-images-4/#color-images", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-16", - "https://www.w3.org/TR/css-images-4/#example-e375f772", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-natural-dimensions%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#example-393a50db", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-background-color", "https://www.w3.org/TR/css-images-4/#bidi-images", - "https://www.w3.org/TR/css-images-4/#example-7c23d565", - "https://www.w3.org/TR/css-images-4/#image-set-notation", + "https://www.w3.org/TR/css-images-4/#example-32804d47", "https://www.w3.org/TR/css-images-4/#cross-fade-function", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-cross-fade%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-cross-fade%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-cross-fade%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-cross-fade%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#funcdef-cross-fade", + "https://www.w3.org/TR/css-images-4/#infopanel-for-funcdef-cross-fade", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-funcdef-cross-fade", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-cf-image", + "https://www.w3.org/TR/css-images-4/#ref-for-mult-comma%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#typedef-cf-image", + "https://www.w3.org/TR/css-images-4/#infopanel-for-typedef-cf-image", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-typedef-cf-image", + "https://www.w3.org/TR/css-images-4/#ref-for-percentage-value", + "https://www.w3.org/TR/css-images-4/#ref-for-mult-opt%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-all", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-one%E2%91%A7", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-percentage-value%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-percentage-value%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-valdef-color-transparent%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#cross-fade-sizing", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-cross-fade%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-cross-fade%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#natural-dimensions-of-a-cross-fade", + "https://www.w3.org/TR/css-images-4/#ref-for-natural-dimensions%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#infopanel-for-natural-dimensions-of-a-cross-fade", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-natural-dimensions-of-a-cross-fade", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-cross-fade%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-tuple", + "https://www.w3.org/TR/css-images-4/#ref-for-object-size-negotiation", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-cross-fade%E2%91%A7", + "https://www.w3.org/TR/css-images-4/#ref-for-concrete-object-size", + "https://www.w3.org/TR/css-images-4/#ref-for-natural-dimensions%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-list-item", + "https://www.w3.org/TR/css-images-4/#ref-for-list-iterate", + "https://www.w3.org/TR/css-images-4/#ref-for-list-iterate%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-natural-width", + "https://www.w3.org/TR/css-images-4/#ref-for-natural-height", + "https://www.w3.org/TR/css-images-4/#cross-fade-painting", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-cross-fade%E2%91%A8", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-cross-fade%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-images-4/#appearance-of-a-cross-fade", + "https://www.w3.org/TR/css-images-4/#ref-for-tuple%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-concrete-object-size%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-cross-fade%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-natural-dimensions-of-a-cross-fade", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-cross-fade%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-tuple%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color%E2%91%A7", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color%E2%91%A8", + "https://www.w3.org/TR/css-images-4/#ref-for-list-item%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-tuple%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-list-iterate%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-list-iterate%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#cross-fade-complex", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-cross-fade%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#issue-efd818cb", + "https://www.w3.org/TR/css-images-4/#issue-84499f31", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-cross-fade%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-images-4/#element-notation", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element-1", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element-2", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element-3", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element-4", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element-5", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element%E2%91%A5", "https://www.w3.org/TR/css-images-4/#funcdef-element", - "https://www.w3.org/TR/css-images-4/#issue-90473f0b", - "https://www.w3.org/TR/css-images-4/#issue-1449f72e", - "https://www.w3.org/TR/css-images-4/#issue-99f17c20", - "https://www.w3.org/TR/css-images-4/#issue-69699ad7", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element-6", - "https://www.w3.org/TR/css-images-4/#ref-for-dom-css-elementsources-1", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element-7", - "https://www.w3.org/TR/css-images-4/#ref-for-element-not-rendered-1", + "https://www.w3.org/TR/css-images-4/#infopanel-for-funcdef-element", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-funcdef-element", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-id-selector", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-id-selector%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#issue-734aa3f2", + "https://www.w3.org/TR/css-images-4/#issue-2c656975", + "https://www.w3.org/TR/css-images-4/#issue-e85fd299", + "https://www.w3.org/TR/css-images-4/#issue-1b39a877", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-dom-css-elementsources", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element%E2%91%A7", + "https://www.w3.org/TR/css-images-4/#ref-for-element-not-rendered", + "https://www.w3.org/TR/css-images-4/#ref-for-stacking-context", + "https://www.w3.org/TR/css-images-4/#ref-for-natural-size", "https://www.w3.org/TR/css-images-4/#decorated-bounding-box", - "https://www.w3.org/TR/css-images-4/#ref-for-decorated-bounding-box-1", - "https://www.w3.org/TR/css-images-4/#ref-for-decorated-bounding-box-2", - "https://www.w3.org/TR/css-images-4/#ref-for-decorated-bounding-box-3", - "https://www.w3.org/TR/css-images-4/#issue-88986af5", - "https://www.w3.org/TR/css-images-4/#ref-for-decorated-bounding-box-4", - "https://www.w3.org/TR/css-images-4/#example-68e6dc70", - "https://www.w3.org/TR/css-images-4/#ref-for-element-not-rendered-2", - "https://www.w3.org/TR/css-images-4/#ref-for-paint-source-1", - "https://www.w3.org/TR/css-images-4/#ref-for-paint-source-2", - "https://www.w3.org/TR/css-images-4/#example-8cbe73df", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element-8", - "https://www.w3.org/TR/css-images-4/#ref-for-invalid-image-4", - "https://www.w3.org/TR/css-images-4/#example-44351104", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element-9", + "https://www.w3.org/TR/css-images-4/#infopanel-for-decorated-bounding-box", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-decorated-bounding-box", + "https://www.w3.org/TR/css-images-4/#ref-for-decorated-bounding-box", + "https://www.w3.org/TR/css-images-4/#ref-for-decorated-bounding-box%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-valdef-color-transparent%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-decorated-bounding-box%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#issue-ed057ccb", + "https://www.w3.org/TR/css-images-4/#ref-for-decorated-bounding-box%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#example-bd4bbdd7", + "https://www.w3.org/TR/css-images-4/#ref-for-the-p-element", + "https://www.w3.org/TR/css-images-4/#ref-for-element-not-rendered%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-paint-source", + "https://www.w3.org/TR/css-images-4/#ref-for-natural-dimensions%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-paint-source%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#example-e5807cfa", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element%E2%91%A8", + "https://www.w3.org/TR/css-images-4/#ref-for-canvas", + "https://www.w3.org/TR/css-images-4/#ref-for-the-img-element", + "https://www.w3.org/TR/css-images-4/#ref-for-video", + "https://www.w3.org/TR/css-images-4/#ref-for-invalid-image%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#example-c609cf01", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-images-4/#element-not-rendered", - "https://www.w3.org/TR/css-images-4/#example-51c6337b", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element-10", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element-11", + "https://www.w3.org/TR/css-images-4/#infopanel-for-element-not-rendered", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-element-not-rendered", + "https://www.w3.org/TR/css-images-4/#example-b505442b", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-images-4/#paint-sources", "https://www.w3.org/TR/css-images-4/#paint-source", - "https://www.w3.org/TR/css-images-4/#ref-for-element-not-rendered-3", + "https://www.w3.org/TR/css-images-4/#infopanel-for-paint-source", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-paint-source", + "https://www.w3.org/TR/css-images-4/#ref-for-concrete-object-size%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-element-not-rendered%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-the-img-element%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-video%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-canvas%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-concrete-object-size%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-concrete-object-size%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-concrete-object-size%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-concrete-object-size%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-concrete-object-size%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-px", "https://www.w3.org/TR/css-images-4/#elementsources", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element-12", - "https://www.w3.org/TR/css-images-4/#ref-for-paint-source-3", - "https://www.w3.org/TR/css-images-4/#ref-for-dom-css-elementsources-2", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-paint-source%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-canvas%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-dom-css-elementsources%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-namespacedef-css", + "https://www.w3.org/TR/css-images-4/#ref-for-SameObject", + "https://www.w3.org/TR/css-images-4/#ref-for-idl-any", "https://www.w3.org/TR/css-images-4/#dom-css-elementsources", - "https://www.w3.org/TR/css-images-4/#ref-for-dom-css-elementsources-3", - "https://www.w3.org/TR/css-images-4/#ref-for-paint-source-4", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element-13", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element-14", - "https://www.w3.org/TR/css-images-4/#ref-for-dom-css-elementsources-4", - "https://www.w3.org/TR/css-images-4/#ref-for-paint-source-5", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element-15", - "https://www.w3.org/TR/css-images-4/#ref-for-paint-source-6", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element-16", - "https://www.w3.org/TR/css-images-4/#ref-for-invalid-image-5", - "https://www.w3.org/TR/css-images-4/#issue-2184eb06", - "https://www.w3.org/TR/css-images-4/#example-047e94f4", - "https://www.w3.org/TR/css-images-4/#ref-for-dom-css-elementsources-5", - "https://www.w3.org/TR/css-images-4/#ref-for-dom-css-elementsources-6", + "https://www.w3.org/TR/css-images-4/#infopanel-for-dom-css-elementsources", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-dom-css-elementsources", + "https://www.w3.org/TR/css-images-4/#ref-for-dom-css-elementsources%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-paint-source%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-id-selector%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-dom-css-elementsources%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-paint-source%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-paint-source%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-invalid-image%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#issue-049385d0", + "https://www.w3.org/TR/css-images-4/#ref-for-identifier-value", + "https://www.w3.org/TR/css-images-4/#ref-for-identifier-value%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#example-ee03d27a", + "https://www.w3.org/TR/css-images-4/#ref-for-dom-css-elementsources%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-dom-css-elementsources%E2%91%A4", "https://www.w3.org/TR/css-images-4/#element-cycles", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element-17", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element-18", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element-19", - "https://www.w3.org/TR/css-images-4/#ref-for-invalid-image-6", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-images-4/#ref-for-invalid-image%E2%91%A7", "https://www.w3.org/TR/css-images-4/#gradients", - "https://www.w3.org/TR/css-images-4/#ref-for-typedef-gradient-2", + "https://www.w3.org/TR/css-images-4/#gradient-function", + "https://www.w3.org/TR/css-images-4/#infopanel-for-gradient-function", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-gradient-function", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-gradient%E2%91%A0", "https://www.w3.org/TR/css-images-4/#typedef-gradient", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-repeating-linear-gradient-1", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-repeating-radial-gradient-1", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-conic-gradient-1", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-repeating-conic-gradient-1", - "https://www.w3.org/TR/css-images-4/#example-440ce756", - "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-7", + "https://www.w3.org/TR/css-images-4/#infopanel-for-typedef-gradient", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-typedef-gradient", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-linear-gradient%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-one%E2%91%A8", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-repeating-linear-gradient", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-one%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-radial-gradient", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-one%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-repeating-radial-gradient", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-one%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-conic-gradient", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-one%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-repeating-conic-gradient", + "https://www.w3.org/TR/css-images-4/#example-3bdc7fad", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-concrete-object-size%E2%91%A7", "https://www.w3.org/TR/css-images-4/#gradient-box", - "https://www.w3.org/TR/css-images-4/#example-b1768bf9", - "https://www.w3.org/TR/css-images-4/#ref-for-gradient-box-1", - "https://www.w3.org/TR/css-images-4/#ref-for-gradient-box-2", + "https://www.w3.org/TR/css-images-4/#infopanel-for-gradient-box", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-gradient-box", + "https://www.w3.org/TR/css-images-4/#ref-for-natural-dimensions%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#example-aa187bec", + "https://www.w3.org/TR/css-images-4/#ref-for-gradient-box", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-background-size", + "https://www.w3.org/TR/css-images-4/#ref-for-gradient-box%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-list-style-image%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-default-object-size", "https://www.w3.org/TR/css-images-4/#starting-point", + "https://www.w3.org/TR/css-images-4/#infopanel-for-starting-point", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-starting-point", "https://www.w3.org/TR/css-images-4/#ending-point", + "https://www.w3.org/TR/css-images-4/#infopanel-for-ending-point", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-ending-point", "https://www.w3.org/TR/css-images-4/#gradient-line", - "https://www.w3.org/TR/css-images-4/#ref-for-gradient-line-1", + "https://www.w3.org/TR/css-images-4/#infopanel-for-gradient-line", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-gradient-line", + "https://www.w3.org/TR/css-images-4/#ref-for-gradient-line", "https://www.w3.org/TR/css-images-4/#linear-gradients", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-linear-gradient%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-color-interpolation-method", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-linear-gradient%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-repeating-linear-gradient%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#funcdef-linear-gradient", + "https://www.w3.org/TR/css-images-4/#infopanel-for-funcdef-linear-gradient", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-funcdef-linear-gradient", + "https://www.w3.org/TR/css-images-4/#ref-for-angle-value", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-one%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-side-or-corner", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-any%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-color-interpolation-method%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-mult-opt%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-comma%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color-stop-list", + "https://www.w3.org/TR/css-images-4/#typedef-side-or-corner", + "https://www.w3.org/TR/css-images-4/#infopanel-for-typedef-side-or-corner", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-typedef-side-or-corner", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-one%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-any%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-one%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#color-interpolation", + "https://www.w3.org/TR/css-images-4/#example-8e6ae691", + "https://www.w3.org/TR/css-images-4/#example-8dcdff28", + "https://www.w3.org/TR/css-images-4/#example-97405f8b", + "https://www.w3.org/TR/css-images-4/#example-9b093da0", "https://www.w3.org/TR/css-images-4/#radial-gradients", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-radial-gradient%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-color-interpolation-method%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-radial-gradient%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-repeating-radial-gradient%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#funcdef-radial-gradient", + "https://www.w3.org/TR/css-images-4/#infopanel-for-funcdef-radial-gradient", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-funcdef-radial-gradient", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-rg-ending-shape", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-any%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-rg-size", + "https://www.w3.org/TR/css-images-4/#ref-for-mult-opt%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-position", + "https://www.w3.org/TR/css-images-4/#ref-for-mult-opt%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-any%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-color-interpolation-method%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-mult-opt%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-comma%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color-stop-list%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#example-0bb3a5a7", "https://www.w3.org/TR/css-images-4/#conic-gradients", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-conic-gradient-2", - "https://www.w3.org/TR/css-images-4/#example-e6ba6030", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-conic-gradient%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-length-value%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-angle-value%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#example-0a9f6351", "https://www.w3.org/TR/css-images-4/#conic-gradient-syntax", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-conic-gradient-3", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-conic-gradient%E2%91%A1", "https://www.w3.org/TR/css-images-4/#funcdef-conic-gradient", - "https://www.w3.org/TR/css-images-4/#ref-for-typedef-angular-color-stop-list-1", + "https://www.w3.org/TR/css-images-4/#infopanel-for-funcdef-conic-gradient", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-funcdef-conic-gradient", + "https://www.w3.org/TR/css-images-4/#ref-for-angle-value%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-mult-opt%E2%91%A7", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-position%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-mult-opt%E2%91%A8", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-any%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-color-interpolation-method%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-mult-opt%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-comma%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-angular-color-stop-list", "https://www.w3.org/TR/css-images-4/#valdef-conic-gradient-angle", + "https://www.w3.org/TR/css-images-4/#ref-for-angle-value%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-angle-value%E2%91%A3", "https://www.w3.org/TR/css-images-4/#valdef-conic-gradient-position", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-position%E2%91%A1", "https://www.w3.org/TR/css-images-4/#conic-gradient-gradient-center", - "https://www.w3.org/TR/css-images-4/#ref-for-gradient-box-3", + "https://www.w3.org/TR/css-images-4/#infopanel-for-conic-gradient-gradient-center", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-conic-gradient-gradient-center", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-position%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-background-position", + "https://www.w3.org/TR/css-images-4/#ref-for-gradient-box%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-valdef-background-position-center", "https://www.w3.org/TR/css-images-4/#issue-c602e287", "https://www.w3.org/TR/css-images-4/#issue-e52a09ba", "https://www.w3.org/TR/css-images-4/#issue-51674aed", "https://www.w3.org/TR/css-images-4/#conic-color-stops", - "https://www.w3.org/TR/css-images-4/#ref-for-gradient-line-2", - "https://www.w3.org/TR/css-images-4/#ref-for-gradient-line-3", + "https://www.w3.org/TR/css-images-4/#ref-for-gradient-line%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-conic-gradient-gradient-center", + "https://www.w3.org/TR/css-images-4/#ref-for-gradient-line%E2%91%A1", "https://www.w3.org/TR/css-images-4/#conic-gradient-examples", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-conic-gradient-4", - "https://www.w3.org/TR/css-images-4/#example-9afce303", - "https://www.w3.org/TR/css-images-4/#example-968b19d5", - "https://www.w3.org/TR/css-images-4/#example-2645b195", - "https://www.w3.org/TR/css-images-4/#example-d306cd1f", - "https://www.w3.org/TR/css-images-4/#example-f7f908b6", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-conic-gradient%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#example-27baf37f", + "https://www.w3.org/TR/css-images-4/#example-5088fa5e", + "https://www.w3.org/TR/css-images-4/#example-34ff21bd", + "https://www.w3.org/TR/css-images-4/#example-9b0946eb", + "https://www.w3.org/TR/css-images-4/#example-7e5c09d0", "https://www.w3.org/TR/css-images-4/#repeating-gradients", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-repeating-linear-gradient-2", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-repeating-radial-gradient-2", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-repeating-conic-gradient-2", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-conic-gradient-5", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-repeating-linear-gradient%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-repeating-radial-gradient%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-repeating-conic-gradient%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-linear-gradient%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-radial-gradient%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-conic-gradient%E2%91%A3", "https://www.w3.org/TR/css-images-4/#funcdef-repeating-linear-gradient", + "https://www.w3.org/TR/css-images-4/#infopanel-for-funcdef-repeating-linear-gradient", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-funcdef-repeating-linear-gradient", "https://www.w3.org/TR/css-images-4/#funcdef-repeating-radial-gradient", + "https://www.w3.org/TR/css-images-4/#infopanel-for-funcdef-repeating-radial-gradient", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-funcdef-repeating-radial-gradient", "https://www.w3.org/TR/css-images-4/#funcdef-repeating-conic-gradient", - "https://www.w3.org/TR/css-images-4/#example-b7c8aafa", - "https://www.w3.org/TR/css-images-4/#example-34b67cf2", - "https://www.w3.org/TR/css-images-4/#example-c3796508", + "https://www.w3.org/TR/css-images-4/#infopanel-for-funcdef-repeating-conic-gradient", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-funcdef-repeating-conic-gradient", + "https://www.w3.org/TR/css-images-4/#example-f09bb705", + "https://www.w3.org/TR/css-images-4/#example-d3c61f47", + "https://www.w3.org/TR/css-images-4/#example-2de97f53", + "https://www.w3.org/TR/css-images-4/#gradient-colors", + "https://www.w3.org/TR/css-images-4/#color-stop", + "https://www.w3.org/TR/css-images-4/#infopanel-for-color-stop", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-color-stop", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-images-4/#ref-for-gradient-line%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#color-transition-hint", + "https://www.w3.org/TR/css-images-4/#infopanel-for-color-transition-hint", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-color-transition-hint", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop", + "https://www.w3.org/TR/css-images-4/#ref-for-gradient-line%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-gradient-function", + "https://www.w3.org/TR/css-images-4/#ref-for-gradient-line%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-starting-point", + "https://www.w3.org/TR/css-images-4/#ref-for-ending-point", + "https://www.w3.org/TR/css-images-4/#ref-for-gradient-line%E2%91%A5", "https://www.w3.org/TR/css-images-4/#color-stop-syntax", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-color-transition-hint", + "https://www.w3.org/TR/css-images-4/#color-stop-list", + "https://www.w3.org/TR/css-images-4/#infopanel-for-color-stop-list", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-color-stop-list", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-color-transition-hint%E2%91%A0", "https://www.w3.org/TR/css-images-4/#typedef-color-stop-list", - "https://www.w3.org/TR/css-images-4/#ref-for-typedef-linear-color-stop-1", - "https://www.w3.org/TR/css-images-4/#ref-for-typedef-linear-color-hint-1", - "https://www.w3.org/TR/css-images-4/#ref-for-typedef-linear-color-stop-2", + "https://www.w3.org/TR/css-images-4/#infopanel-for-typedef-color-stop-list", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-typedef-color-stop-list", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-linear-color-stop", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-comma%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-linear-color-hint", + "https://www.w3.org/TR/css-images-4/#ref-for-mult-opt%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-comma%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-linear-color-stop%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-mult-comma%E2%91%A1", "https://www.w3.org/TR/css-images-4/#typedef-linear-color-stop", - "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color-stop-length-1", + "https://www.w3.org/TR/css-images-4/#infopanel-for-typedef-linear-color-stop", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-typedef-linear-color-stop", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-all%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color-stop-length", + "https://www.w3.org/TR/css-images-4/#ref-for-mult-opt%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-images-4/#typedef-linear-color-hint", + "https://www.w3.org/TR/css-images-4/#infopanel-for-typedef-linear-color-hint", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-typedef-linear-color-hint", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-length-percentage", "https://www.w3.org/TR/css-images-4/#typedef-color-stop-length", + "https://www.w3.org/TR/css-images-4/#infopanel-for-typedef-color-stop-length", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-typedef-color-stop-length", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-length-percentage%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-mult-num-range", "https://www.w3.org/TR/css-images-4/#typedef-angular-color-stop-list", - "https://www.w3.org/TR/css-images-4/#ref-for-typedef-angular-color-stop-1", - "https://www.w3.org/TR/css-images-4/#ref-for-typedef-angular-color-hint-1", - "https://www.w3.org/TR/css-images-4/#ref-for-typedef-angular-color-stop-2", + "https://www.w3.org/TR/css-images-4/#infopanel-for-typedef-angular-color-stop-list", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-typedef-angular-color-stop-list", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-angular-color-stop", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-comma%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-angular-color-hint", + "https://www.w3.org/TR/css-images-4/#ref-for-mult-opt%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-comma%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-angular-color-stop%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-mult-comma%E2%91%A2", "https://www.w3.org/TR/css-images-4/#typedef-angular-color-stop", - "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color-stop-angle-1", + "https://www.w3.org/TR/css-images-4/#infopanel-for-typedef-angular-color-stop", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-typedef-angular-color-stop", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-all%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color-stop-angle", + "https://www.w3.org/TR/css-images-4/#ref-for-mult-opt%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-images-4/#typedef-angular-color-hint", + "https://www.w3.org/TR/css-images-4/#infopanel-for-typedef-angular-color-hint", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-typedef-angular-color-hint", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-angle-percentage", "https://www.w3.org/TR/css-images-4/#typedef-color-stop-angle", + "https://www.w3.org/TR/css-images-4/#infopanel-for-typedef-color-stop-angle", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-typedef-color-stop-angle", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-angle-percentage%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-mult-num-range%E2%91%A0", "https://www.w3.org/TR/css-images-4/#typedef-color-stop", - "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color-stop-length-2", - "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color-stop-angle-2", - "https://www.w3.org/TR/css-images-4/#issue-c0682528", - "https://www.w3.org/TR/css-images-4/#ref-for-typedef-angular-color-stop-3", - "https://www.w3.org/TR/css-images-4/#issue-cfc5db5e", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-1", - "https://www.w3.org/TR/css-images-4/#color-stop", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-2", - "https://www.w3.org/TR/css-images-4/#color-interpolation-hint", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-3", - "https://www.w3.org/TR/css-images-4/#ref-for-color-interpolation-hint-1", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-4", - "https://www.w3.org/TR/css-images-4/#color-stop-list", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-5", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-6", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-7", - "https://www.w3.org/TR/css-images-4/#ref-for-color-interpolation-hint-2", - "https://www.w3.org/TR/css-images-4/#ref-for-gradient-line-4", - "https://www.w3.org/TR/css-images-4/#ref-for-gradient-line-5", - "https://www.w3.org/TR/css-images-4/#ref-for-starting-point-1", - "https://www.w3.org/TR/css-images-4/#ref-for-ending-point-1", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-8", - "https://www.w3.org/TR/css-images-4/#ref-for-color-interpolation-hint-3", - "https://www.w3.org/TR/css-images-4/#ref-for-gradient-line-6", - "https://www.w3.org/TR/css-images-4/#ref-for-starting-point-2", - "https://www.w3.org/TR/css-images-4/#ref-for-ending-point-2", - "https://www.w3.org/TR/css-images-4/#ref-for-starting-point-3", - "https://www.w3.org/TR/css-images-4/#ref-for-ending-point-3", - "https://www.w3.org/TR/css-images-4/#ref-for-gradient-line-7", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-9", - "https://www.w3.org/TR/css-images-4/#ref-for-color-interpolation-hint-4", - "https://www.w3.org/TR/css-images-4/#ref-for-starting-point-4", - "https://www.w3.org/TR/css-images-4/#ref-for-ending-point-4", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-10", - "https://www.w3.org/TR/css-images-4/#ref-for-color-interpolation-hint-5", - "https://www.w3.org/TR/css-images-4/#ref-for-gradient-line-8", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-11", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-12", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-13", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-14", - "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color-stop-list-1", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-15", - "https://www.w3.org/TR/css-images-4/#ref-for-color-interpolation-hint-6", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-16", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-17", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-18", - "https://www.w3.org/TR/css-images-4/#ref-for-color-interpolation-hint-7", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-19", - "https://www.w3.org/TR/css-images-4/#ref-for-color-interpolation-hint-8", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-20", - "https://www.w3.org/TR/css-images-4/#ref-for-color-interpolation-hint-9", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-21", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-22", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-23", - "https://www.w3.org/TR/css-images-4/#issue-ffe26cbe", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-24", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-25", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-26", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-27", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-28", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-29", - "https://www.w3.org/TR/css-images-4/#ref-for-color-interpolation-hint-10", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-30", - "https://www.w3.org/TR/css-images-4/#ref-for-color-interpolation-hint-11", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-31", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-32", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-33", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-34", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-35", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-36", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-37", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-38", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-39", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-40", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-41", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-42", - "https://www.w3.org/TR/css-images-4/#example-6e1f6f89", - "https://www.w3.org/TR/css-images-4/#example-15b97eed", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-43", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-44", - "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-45", + "https://www.w3.org/TR/css-images-4/#infopanel-for-typedef-color-stop", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-typedef-color-stop", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color-stop-length%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-one%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color-stop-angle%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color-stop-list%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-angular-color-stop-list%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-length-value%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-angle-value%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-gradient-line%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-starting-point%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-ending-point%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-gradient-line%E2%91%A7", + "https://www.w3.org/TR/css-images-4/#ref-for-starting-point%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-ending-point%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-color-transition-hint%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-starting-point%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-ending-point%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-gradient-line%E2%91%A8", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop-list", + "https://www.w3.org/TR/css-images-4/#ref-for-gradient-line%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-images-4/#ref-for-starting-point%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-ending-point%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#coloring-gradient-line", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A7", + "https://www.w3.org/TR/css-images-4/#ref-for-gradient-line%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A8", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-images-4/#ref-for-gradient-line%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-gradient-line%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-gradient-line%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-color-interpolation-method%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-color-transition-hint%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-color-transition-hint%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-color-transition-hint%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#example-bedee7f5", + "https://www.w3.org/TR/css-images-4/#ref-for-color-transition-hint%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#color-stop-fixup", + "https://www.w3.org/TR/css-images-4/#ref-for-used-value", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-images-4/#ref-for-color-transition-hint%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-images-4/#ref-for-color-transition-hint%E2%91%A7", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-images-4/#ref-for-color-transition-hint%E2%91%A8", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-color-transition-hint%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-background-image%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-color-stop%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#example-996853e0", + "https://www.w3.org/TR/css-images-4/#stripes", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-1d", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-stripes", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#1d-image", + "https://www.w3.org/TR/css-images-4/#infopanel-for-1d-image", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-1d-image", + "https://www.w3.org/TR/css-images-4/#paint-line", + "https://www.w3.org/TR/css-images-4/#infopanel-for-paint-line", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-paint-line", + "https://www.w3.org/TR/css-images-4/#typedef-image-1d", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-1d%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#infopanel-for-typedef-image-1d", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-typedef-image-1d", + "https://www.w3.org/TR/css-images-4/#ref-for-1d-image", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-stripes%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-functional-notation", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-stripes%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-stripes%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color-stripe", + "https://www.w3.org/TR/css-images-4/#ref-for-mult-comma%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color-stripe%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-all%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-length-percentage%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-one%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-flex", + "https://www.w3.org/TR/css-images-4/#ref-for-mult-opt%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#funcdef-stripes", + "https://www.w3.org/TR/css-images-4/#infopanel-for-funcdef-stripes", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-funcdef-stripes", + "https://www.w3.org/TR/css-images-4/#ref-for-1d-image%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-paint-line", + "https://www.w3.org/TR/css-images-4/#typedef-color-stripe", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color-stripe%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#infopanel-for-typedef-color-stripe", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-typedef-color-stripe", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#valdef-stripes-percentage-0-100", + "https://www.w3.org/TR/css-images-4/#ref-for-percentage-value%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#valdef-stripes-length-0", + "https://www.w3.org/TR/css-images-4/#ref-for-length-value%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#valdef-stripes-flex", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-flex%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-flex%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-flex%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-flex%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-flex%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-stripes%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-paint-line%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-transparent-black", + "https://www.w3.org/TR/css-images-4/#ref-for-valdef-color-transparent%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#example-465c1bec", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-flex%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-flex%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-flex-layout", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-flex%E2%91%A7", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-flex%E2%91%A8", + "https://www.w3.org/TR/css-images-4/#ref-for-computed-value%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-computed-color", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-flex%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-length-percentage%E2%91%A2", "https://www.w3.org/TR/css-images-4/#sizing", + "https://www.w3.org/TR/css-images-4/#the-object-fit", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-object-fit", + "https://www.w3.org/TR/css-images-4/#propdef-object-fit", + "https://www.w3.org/TR/css-images-4/#infopanel-for-propdef-object-fit", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-propdef-object-fit", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-one%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-one%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-one%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-any%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-object-fit%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#valdef-object-fit-fill", + "https://www.w3.org/TR/css-images-4/#ref-for-concrete-object-size%E2%91%A8", + "https://www.w3.org/TR/css-images-4/#valdef-object-fit-none", + "https://www.w3.org/TR/css-images-4/#infopanel-for-valdef-object-fit-none", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-valdef-object-fit-none", + "https://www.w3.org/TR/css-images-4/#ref-for-concrete-object-size%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-images-4/#ref-for-default-sizing-algorithm", + "https://www.w3.org/TR/css-images-4/#ref-for-default-object-size%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#valdef-object-fit-contain", + "https://www.w3.org/TR/css-images-4/#infopanel-for-valdef-object-fit-contain", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-valdef-object-fit-contain", + "https://www.w3.org/TR/css-images-4/#ref-for-concrete-object-size%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-contain-constraint", + "https://www.w3.org/TR/css-images-4/#ref-for-valdef-object-fit-scale-down", + "https://www.w3.org/TR/css-images-4/#ref-for-valdef-object-fit-none", + "https://www.w3.org/TR/css-images-4/#ref-for-valdef-object-fit-contain", + "https://www.w3.org/TR/css-images-4/#ref-for-concrete-object-size%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-valdef-object-fit-none%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-valdef-object-fit-contain%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-natural-aspect-ratio", + "https://www.w3.org/TR/css-images-4/#valdef-object-fit-cover", + "https://www.w3.org/TR/css-images-4/#infopanel-for-valdef-object-fit-cover", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-valdef-object-fit-cover", + "https://www.w3.org/TR/css-images-4/#ref-for-concrete-object-size%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-cover-constraint", + "https://www.w3.org/TR/css-images-4/#ref-for-valdef-object-fit-scale-down%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-valdef-object-fit-none%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-valdef-object-fit-cover", + "https://www.w3.org/TR/css-images-4/#ref-for-concrete-object-size%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-valdef-object-fit-none%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-valdef-object-fit-cover%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-natural-aspect-ratio%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#valdef-object-fit-scale-down", + "https://www.w3.org/TR/css-images-4/#infopanel-for-valdef-object-fit-scale-down", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-valdef-object-fit-scale-down", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-object-position", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-object-fit%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-object-position%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-valdef-object-fit-scale-down%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-valdef-object-fit-contain%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-valdef-object-fit-none%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-object-fit%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-object-size-negotiation%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-concrete-object-size%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-images-4/#image-processing", "https://www.w3.org/TR/css-images-4/#the-image-resolution", - "https://www.w3.org/TR/css-images-4/#ref-for-propdef-image-resolution-1", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-image-resolution", "https://www.w3.org/TR/css-images-4/#image-resolution", - "https://www.w3.org/TR/css-images-4/#ref-for-propdef-image-resolution-2", + "https://www.w3.org/TR/css-images-4/#ref-for-px%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-image-resolution%E2%91%A0", "https://www.w3.org/TR/css-images-4/#propdef-image-resolution", - "https://www.w3.org/TR/css-images-4/#ref-for-valdef-image-resolution-snap-1", - "https://www.w3.org/TR/css-images-4/#issue-abb2156d", - "https://www.w3.org/TR/css-images-4/#ref-for-propdef-image-resolution-3", - "https://www.w3.org/TR/css-images-4/#ref-for-intrinsic-resolution-1", - "https://www.w3.org/TR/css-images-4/#intrinsic-resolution", + "https://www.w3.org/TR/css-images-4/#infopanel-for-propdef-image-resolution", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-propdef-image-resolution", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-any%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-resolution-value%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-comb-all%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-mult-opt%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-resolution-value%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-valdef-image-resolution-snap", + "https://www.w3.org/TR/css-images-4/#issue-b0a6fceb", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-set%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for---natural-resolution%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-set%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-image-resolution%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-preferred-resolution", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-background-image%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#preferred-resolution", + "https://www.w3.org/TR/css-images-4/#infopanel-for-preferred-resolution", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-preferred-resolution", + "https://www.w3.org/TR/css-images-4/#ref-for-natural-dimensions%E2%91%A7", "https://www.w3.org/TR/css-images-4/#valdef-image-resolution-resolution", + "https://www.w3.org/TR/css-images-4/#ref-for-resolution-value%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-preferred-resolution%E2%91%A0", "https://www.w3.org/TR/css-images-4/#valdef-image-resolution-from-image", + "https://www.w3.org/TR/css-images-4/#ref-for-preferred-resolution%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#--natural-resolution", + "https://www.w3.org/TR/css-images-4/#infopanel-for---natural-resolution", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for---natural-resolution", "https://www.w3.org/TR/css-images-4/#valdef-image-resolution-snap", - "https://www.w3.org/TR/css-images-4/#example-078cfa0d", - "https://www.w3.org/TR/css-images-4/#ref-for-propdef-image-resolution-4", - "https://www.w3.org/TR/css-images-4/#example-a68b0ecf", - "https://www.w3.org/TR/css-images-4/#example-09ca62f6", - "https://www.w3.org/TR/css-images-4/#ref-for-valdef-image-resolution-snap-2", + "https://www.w3.org/TR/css-images-4/#infopanel-for-valdef-image-resolution-snap", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-valdef-image-resolution-snap", + "https://www.w3.org/TR/css-images-4/#ref-for-resolution-value%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for---natural-resolution%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for---natural-resolution%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#example-5de62804", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-image-resolution%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#example-ae06389c", + "https://www.w3.org/TR/css-images-4/#ref-for-px%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#example-3b1f0fe1", + "https://www.w3.org/TR/css-images-4/#ref-for-valdef-image-resolution-snap%E2%91%A0", "https://www.w3.org/TR/css-images-4/#interpolation", + "https://www.w3.org/TR/css-images-4/#interpolating-images", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-images-4/#issue-d366087c", + "https://www.w3.org/TR/css-images-4/#interpolating-image-combinations", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-cross-fade%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-cross-fade%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#interpolating-gradients", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-gradient%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#issue-f1783900", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-linear-gradient%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-linear-gradient%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-linear-gradient%E2%91%A7", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-radial-gradient%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-repeating-linear-gradient%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color-stop", + "https://www.w3.org/TR/css-images-4/#ref-for-length-value%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-percentage-value%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-cross-fade%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-angle-value%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-angle-value%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-length-value%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-percentage-value%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-length-value%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-rg-ending-shape%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-valdef-ending-shape-circle", + "https://www.w3.org/TR/css-images-4/#ref-for-valdef-ending-shape-ellipse", + "https://www.w3.org/TR/css-images-4/#interpolating-stripes", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-stripes%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-stripes%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-stripes%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-color-stripe%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-length-value%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-percentage-value%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-flex%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-cross-fade%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-images-4/#serialization", - "https://www.w3.org/TR/css-images-4/#privsec", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-cross-fade%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-images-4/#ref-for-percentage-value%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#example-4f2de809", + "https://www.w3.org/TR/css-images-4/#deprecated", + "https://www.w3.org/TR/css-images-4/#funcdef--webkit-image-set", + "https://www.w3.org/TR/css-images-4/#infopanel-for-funcdef--webkit-image-set", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-funcdef--webkit-image-set", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-set%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-set%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-set%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#privacy", + "https://www.w3.org/TR/css-images-4/#security", "https://www.w3.org/TR/css-images-4/#changes", + "https://www.w3.org/TR/css-images-4/#changes-20170413", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image-1d%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-stripes%E2%91%A7", + "https://www.w3.org/TR/css-images-4/#ref-for-color-interpolation-method%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-object-view-box", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-set%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-set-type%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-set%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef--webkit-image-set", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-cross-fade%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-cross-fade%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-cross-fade%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#ref-for-loading-image%E2%91%A5", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-images-4/#ref-for-namespacedef-css%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-angle-value%E2%91%A7", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-conic-gradient%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-valdef-object-fit-scale-down%E2%91%A2", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-object-fit%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-images-4/#ref-for-css-bracketed-range-notation", + "https://www.w3.org/TR/css-images-4/#ref-for-natural-dimensions%E2%91%A8", + "https://www.w3.org/TR/css-images-4/#ref-for-intrinsic-size", + "https://www.w3.org/TR/css-images-4/#ref-for-typedef-image%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-images-4/#changes-20120911", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef--webkit-image-set%E2%91%A0", "https://www.w3.org/TR/css-images-4/#changes-3", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image-17", - "https://www.w3.org/TR/css-images-4/#ref-for-propdef-image-resolution-5", - "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element-20", - "https://www.w3.org/TR/css-images-4/#conformance", - "https://www.w3.org/TR/css-images-4/#document-conventions", - "https://www.w3.org/TR/css-images-4/#example-52448c84", - "https://www.w3.org/TR/css-images-4/#conform-classes", - "https://www.w3.org/TR/css-images-4/#conform-responsible", - "https://www.w3.org/TR/css-images-4/#conform-partial", - "https://www.w3.org/TR/css-images-4/#conform-future-proofing", - "https://www.w3.org/TR/css-images-4/#conform-testing", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-image%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-image-resolution%E2%91%A3", + "https://www.w3.org/TR/css-images-4/#ref-for-funcdef-element%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-images-4/#w3c-conformance", + "https://www.w3.org/TR/css-images-4/#w3c-conventions", + "https://www.w3.org/TR/css-images-4/#w3c-example", + "https://www.w3.org/TR/css-images-4/#w3c-conformance-classes", + "https://www.w3.org/TR/css-images-4/#w3c-partial", + "https://www.w3.org/TR/css-images-4/#w3c-conform-future-proofing", + "https://www.w3.org/TR/css-images-4/#w3c-testing", "https://www.w3.org/TR/css-images-4/#index", "https://www.w3.org/TR/css-images-4/#index-defined-here", "https://www.w3.org/TR/css-images-4/#index-defined-elsewhere", + "https://www.w3.org/TR/css-images-4/#49beb49adfba049d0a9c6dff5a19fa3f", + "https://www.w3.org/TR/css-images-4/#infopanel-for-49beb49adfba049d0a9c6dff5a19fa3f", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-49beb49adfba049d0a9c6dff5a19fa3f", + "https://www.w3.org/TR/css-images-4/#6f4bad3ae2bdf5420e49c663f6bbb320", + "https://www.w3.org/TR/css-images-4/#infopanel-for-6f4bad3ae2bdf5420e49c663f6bbb320", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-6f4bad3ae2bdf5420e49c663f6bbb320", + "https://www.w3.org/TR/css-images-4/#59a2df476a1438043523adcc06379e2a", + "https://www.w3.org/TR/css-images-4/#infopanel-for-59a2df476a1438043523adcc06379e2a", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-59a2df476a1438043523adcc06379e2a", + "https://www.w3.org/TR/css-images-4/#9efcd2d346f463084c54b4b34a69deed", + "https://www.w3.org/TR/css-images-4/#infopanel-for-9efcd2d346f463084c54b4b34a69deed", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-9efcd2d346f463084c54b4b34a69deed", + "https://www.w3.org/TR/css-images-4/#45d40881baa559bae5d14843d010b7f6", + "https://www.w3.org/TR/css-images-4/#infopanel-for-45d40881baa559bae5d14843d010b7f6", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-45d40881baa559bae5d14843d010b7f6", + "https://www.w3.org/TR/css-images-4/#87ebaf0ebf08192327da44ccae89a3b2", + "https://www.w3.org/TR/css-images-4/#infopanel-for-87ebaf0ebf08192327da44ccae89a3b2", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-87ebaf0ebf08192327da44ccae89a3b2", + "https://www.w3.org/TR/css-images-4/#aefbd47d4fc4b8892093127c634e14e6", + "https://www.w3.org/TR/css-images-4/#infopanel-for-aefbd47d4fc4b8892093127c634e14e6", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-aefbd47d4fc4b8892093127c634e14e6", + "https://www.w3.org/TR/css-images-4/#e08139f9e0466644139009b37a4c9853", + "https://www.w3.org/TR/css-images-4/#infopanel-for-e08139f9e0466644139009b37a4c9853", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-e08139f9e0466644139009b37a4c9853", + "https://www.w3.org/TR/css-images-4/#dfc4138e185241437ce48955b41c71e4", + "https://www.w3.org/TR/css-images-4/#infopanel-for-dfc4138e185241437ce48955b41c71e4", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-dfc4138e185241437ce48955b41c71e4", + "https://www.w3.org/TR/css-images-4/#b1aa76b4c4253dc951c9042961a664d1", + "https://www.w3.org/TR/css-images-4/#infopanel-for-b1aa76b4c4253dc951c9042961a664d1", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-b1aa76b4c4253dc951c9042961a664d1", + "https://www.w3.org/TR/css-images-4/#5e59b731edb7a3f0521352f0b0bf3da0", + "https://www.w3.org/TR/css-images-4/#infopanel-for-5e59b731edb7a3f0521352f0b0bf3da0", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-5e59b731edb7a3f0521352f0b0bf3da0", + "https://www.w3.org/TR/css-images-4/#e23a140d1c58af6993d016391d8eccc2", + "https://www.w3.org/TR/css-images-4/#infopanel-for-e23a140d1c58af6993d016391d8eccc2", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-e23a140d1c58af6993d016391d8eccc2", + "https://www.w3.org/TR/css-images-4/#005f937feaf412ceaf5bfd4583d84035", + "https://www.w3.org/TR/css-images-4/#infopanel-for-005f937feaf412ceaf5bfd4583d84035", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-005f937feaf412ceaf5bfd4583d84035", + "https://www.w3.org/TR/css-images-4/#db7842f51efc6b10632134e4b4c57c76", + "https://www.w3.org/TR/css-images-4/#infopanel-for-db7842f51efc6b10632134e4b4c57c76", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-db7842f51efc6b10632134e4b4c57c76", + "https://www.w3.org/TR/css-images-4/#4fdf12b7ada148ff53087a8cc4dbf8c7", + "https://www.w3.org/TR/css-images-4/#infopanel-for-4fdf12b7ada148ff53087a8cc4dbf8c7", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-4fdf12b7ada148ff53087a8cc4dbf8c7", + "https://www.w3.org/TR/css-images-4/#c421927e94f7a4eb41d0a6346c0b2625", + "https://www.w3.org/TR/css-images-4/#infopanel-for-c421927e94f7a4eb41d0a6346c0b2625", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-c421927e94f7a4eb41d0a6346c0b2625", + "https://www.w3.org/TR/css-images-4/#223b3eb7c47f05be277940a99a949395", + "https://www.w3.org/TR/css-images-4/#infopanel-for-223b3eb7c47f05be277940a99a949395", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-223b3eb7c47f05be277940a99a949395", + "https://www.w3.org/TR/css-images-4/#782752049c68fb4ff9d3172a1684318a", + "https://www.w3.org/TR/css-images-4/#infopanel-for-782752049c68fb4ff9d3172a1684318a", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-782752049c68fb4ff9d3172a1684318a", + "https://www.w3.org/TR/css-images-4/#1325014adb821a74f4fe06b1719933a5", + "https://www.w3.org/TR/css-images-4/#infopanel-for-1325014adb821a74f4fe06b1719933a5", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-1325014adb821a74f4fe06b1719933a5", + "https://www.w3.org/TR/css-images-4/#32e89b1465fb543995b87594a64aa2fd", + "https://www.w3.org/TR/css-images-4/#infopanel-for-32e89b1465fb543995b87594a64aa2fd", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-32e89b1465fb543995b87594a64aa2fd", + "https://www.w3.org/TR/css-images-4/#674fc129b576c433d06b74ce20788722", + "https://www.w3.org/TR/css-images-4/#infopanel-for-674fc129b576c433d06b74ce20788722", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-674fc129b576c433d06b74ce20788722", + "https://www.w3.org/TR/css-images-4/#07f47aa830e79c7cee832a1bbca1fa11", + "https://www.w3.org/TR/css-images-4/#infopanel-for-07f47aa830e79c7cee832a1bbca1fa11", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-07f47aa830e79c7cee832a1bbca1fa11", + "https://www.w3.org/TR/css-images-4/#58f053c158ab9289768ef939f45400ce", + "https://www.w3.org/TR/css-images-4/#infopanel-for-58f053c158ab9289768ef939f45400ce", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-58f053c158ab9289768ef939f45400ce", + "https://www.w3.org/TR/css-images-4/#b04f6302ccf133450f3a3475b68f9967", + "https://www.w3.org/TR/css-images-4/#infopanel-for-b04f6302ccf133450f3a3475b68f9967", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-b04f6302ccf133450f3a3475b68f9967", + "https://www.w3.org/TR/css-images-4/#22bf7823f18c4174461820465869156f", + "https://www.w3.org/TR/css-images-4/#infopanel-for-22bf7823f18c4174461820465869156f", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-22bf7823f18c4174461820465869156f", + "https://www.w3.org/TR/css-images-4/#5b4919b9f6e90201e2a58ef672d8eb5d", + "https://www.w3.org/TR/css-images-4/#infopanel-for-5b4919b9f6e90201e2a58ef672d8eb5d", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-5b4919b9f6e90201e2a58ef672d8eb5d", + "https://www.w3.org/TR/css-images-4/#266ac084410938f10e1d6fa4556c12a2", + "https://www.w3.org/TR/css-images-4/#infopanel-for-266ac084410938f10e1d6fa4556c12a2", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-266ac084410938f10e1d6fa4556c12a2", + "https://www.w3.org/TR/css-images-4/#c4b6d7aab886c8657e5d99e93def9c32", + "https://www.w3.org/TR/css-images-4/#infopanel-for-c4b6d7aab886c8657e5d99e93def9c32", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-c4b6d7aab886c8657e5d99e93def9c32", + "https://www.w3.org/TR/css-images-4/#b01df3c0a9e50806ad9090e908c84262", + "https://www.w3.org/TR/css-images-4/#infopanel-for-b01df3c0a9e50806ad9090e908c84262", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-b01df3c0a9e50806ad9090e908c84262", + "https://www.w3.org/TR/css-images-4/#53de6fe0f7a28f65d46f2ee4809074fb", + "https://www.w3.org/TR/css-images-4/#infopanel-for-53de6fe0f7a28f65d46f2ee4809074fb", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-53de6fe0f7a28f65d46f2ee4809074fb", + "https://www.w3.org/TR/css-images-4/#60d9d3f73612ade4489f6add7746b64e", + "https://www.w3.org/TR/css-images-4/#infopanel-for-60d9d3f73612ade4489f6add7746b64e", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-60d9d3f73612ade4489f6add7746b64e", + "https://www.w3.org/TR/css-images-4/#9acb6b1a8b0884848532a8a6002b844f", + "https://www.w3.org/TR/css-images-4/#infopanel-for-9acb6b1a8b0884848532a8a6002b844f", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-9acb6b1a8b0884848532a8a6002b844f", + "https://www.w3.org/TR/css-images-4/#4e1f1598d991747baea4cd66627b4930", + "https://www.w3.org/TR/css-images-4/#infopanel-for-4e1f1598d991747baea4cd66627b4930", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-4e1f1598d991747baea4cd66627b4930", + "https://www.w3.org/TR/css-images-4/#ac7d77483a23559ab9144a195b34a24e", + "https://www.w3.org/TR/css-images-4/#infopanel-for-ac7d77483a23559ab9144a195b34a24e", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-ac7d77483a23559ab9144a195b34a24e", + "https://www.w3.org/TR/css-images-4/#f39cf2ffd9013392f107bee69f0b52c9", + "https://www.w3.org/TR/css-images-4/#infopanel-for-f39cf2ffd9013392f107bee69f0b52c9", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-f39cf2ffd9013392f107bee69f0b52c9", + "https://www.w3.org/TR/css-images-4/#3eadb03256ffd22f579347a8fb8c708e", + "https://www.w3.org/TR/css-images-4/#infopanel-for-3eadb03256ffd22f579347a8fb8c708e", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-3eadb03256ffd22f579347a8fb8c708e", + "https://www.w3.org/TR/css-images-4/#90635c819dc1e3d1ad7dc2f06a853f80", + "https://www.w3.org/TR/css-images-4/#infopanel-for-90635c819dc1e3d1ad7dc2f06a853f80", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-90635c819dc1e3d1ad7dc2f06a853f80", + "https://www.w3.org/TR/css-images-4/#65ccd1d1f654a3a8eac9e33fb7809bbc", + "https://www.w3.org/TR/css-images-4/#infopanel-for-65ccd1d1f654a3a8eac9e33fb7809bbc", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-65ccd1d1f654a3a8eac9e33fb7809bbc", + "https://www.w3.org/TR/css-images-4/#0b5bb323a01d33c3301ca5e25beb9662", + "https://www.w3.org/TR/css-images-4/#infopanel-for-0b5bb323a01d33c3301ca5e25beb9662", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-0b5bb323a01d33c3301ca5e25beb9662", + "https://www.w3.org/TR/css-images-4/#809886eed649697b04ac9d4bd1192239", + "https://www.w3.org/TR/css-images-4/#infopanel-for-809886eed649697b04ac9d4bd1192239", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-809886eed649697b04ac9d4bd1192239", + "https://www.w3.org/TR/css-images-4/#a5ef7219d2c4681306b8fbbb037ac9f7", + "https://www.w3.org/TR/css-images-4/#infopanel-for-a5ef7219d2c4681306b8fbbb037ac9f7", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-a5ef7219d2c4681306b8fbbb037ac9f7", + "https://www.w3.org/TR/css-images-4/#b53ca8d30f2bbe86a6c45465d9a33a45", + "https://www.w3.org/TR/css-images-4/#infopanel-for-b53ca8d30f2bbe86a6c45465d9a33a45", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-b53ca8d30f2bbe86a6c45465d9a33a45", + "https://www.w3.org/TR/css-images-4/#cf35ba093b79484ffff7d7dc2b5c5300", + "https://www.w3.org/TR/css-images-4/#infopanel-for-cf35ba093b79484ffff7d7dc2b5c5300", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-cf35ba093b79484ffff7d7dc2b5c5300", + "https://www.w3.org/TR/css-images-4/#b0e6219d0e78585a78e5a52d1b3c955f", + "https://www.w3.org/TR/css-images-4/#infopanel-for-b0e6219d0e78585a78e5a52d1b3c955f", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-b0e6219d0e78585a78e5a52d1b3c955f", + "https://www.w3.org/TR/css-images-4/#82594f1f3a6c873aa8ac6336eb6bf662", + "https://www.w3.org/TR/css-images-4/#infopanel-for-82594f1f3a6c873aa8ac6336eb6bf662", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-82594f1f3a6c873aa8ac6336eb6bf662", + "https://www.w3.org/TR/css-images-4/#53a01a6894b4d2d7b091ae1a56a13251", + "https://www.w3.org/TR/css-images-4/#infopanel-for-53a01a6894b4d2d7b091ae1a56a13251", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-53a01a6894b4d2d7b091ae1a56a13251", + "https://www.w3.org/TR/css-images-4/#d38ad2dc5194c097d2b903765aca9070", + "https://www.w3.org/TR/css-images-4/#infopanel-for-d38ad2dc5194c097d2b903765aca9070", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-d38ad2dc5194c097d2b903765aca9070", + "https://www.w3.org/TR/css-images-4/#cf7377bdd76e9981f59289eaf9ddd896", + "https://www.w3.org/TR/css-images-4/#infopanel-for-cf7377bdd76e9981f59289eaf9ddd896", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-cf7377bdd76e9981f59289eaf9ddd896", + "https://www.w3.org/TR/css-images-4/#4fca53d48613a10ce65784429c0471e5", + "https://www.w3.org/TR/css-images-4/#infopanel-for-4fca53d48613a10ce65784429c0471e5", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-4fca53d48613a10ce65784429c0471e5", + "https://www.w3.org/TR/css-images-4/#19ccb6e7dc9e8cb62749742d224f6b3e", + "https://www.w3.org/TR/css-images-4/#infopanel-for-19ccb6e7dc9e8cb62749742d224f6b3e", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-19ccb6e7dc9e8cb62749742d224f6b3e", + "https://www.w3.org/TR/css-images-4/#f20ffdf31b06a79e8dd06dca9db9a669", + "https://www.w3.org/TR/css-images-4/#infopanel-for-f20ffdf31b06a79e8dd06dca9db9a669", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-f20ffdf31b06a79e8dd06dca9db9a669", + "https://www.w3.org/TR/css-images-4/#4373bc69f46aedba387d3d1565e1ae01", + "https://www.w3.org/TR/css-images-4/#infopanel-for-4373bc69f46aedba387d3d1565e1ae01", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-4373bc69f46aedba387d3d1565e1ae01", + "https://www.w3.org/TR/css-images-4/#921c84f5b251661b843618d3b9c54649", + "https://www.w3.org/TR/css-images-4/#infopanel-for-921c84f5b251661b843618d3b9c54649", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-921c84f5b251661b843618d3b9c54649", + "https://www.w3.org/TR/css-images-4/#f014258978db0b5cb28d306e0a9068b1", + "https://www.w3.org/TR/css-images-4/#infopanel-for-f014258978db0b5cb28d306e0a9068b1", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-f014258978db0b5cb28d306e0a9068b1", + "https://www.w3.org/TR/css-images-4/#5c16a5c7d96544be93be1f20d6d5b266", + "https://www.w3.org/TR/css-images-4/#infopanel-for-5c16a5c7d96544be93be1f20d6d5b266", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-5c16a5c7d96544be93be1f20d6d5b266", + "https://www.w3.org/TR/css-images-4/#cbecbd78afca7d9db3ea65c769dd074e", + "https://www.w3.org/TR/css-images-4/#infopanel-for-cbecbd78afca7d9db3ea65c769dd074e", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-cbecbd78afca7d9db3ea65c769dd074e", + "https://www.w3.org/TR/css-images-4/#c920ec3fedcc249a18c0af2867b09e4e", + "https://www.w3.org/TR/css-images-4/#infopanel-for-c920ec3fedcc249a18c0af2867b09e4e", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-c920ec3fedcc249a18c0af2867b09e4e", + "https://www.w3.org/TR/css-images-4/#cadc3fea0de07940b2222e1a6a2dbc2d", + "https://www.w3.org/TR/css-images-4/#infopanel-for-cadc3fea0de07940b2222e1a6a2dbc2d", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-cadc3fea0de07940b2222e1a6a2dbc2d", + "https://www.w3.org/TR/css-images-4/#a776a1df2063fe697f6c7ee6b178b262", + "https://www.w3.org/TR/css-images-4/#infopanel-for-a776a1df2063fe697f6c7ee6b178b262", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-a776a1df2063fe697f6c7ee6b178b262", + "https://www.w3.org/TR/css-images-4/#63f2f251f3aa0bf36028f290b3f6aba0", + "https://www.w3.org/TR/css-images-4/#infopanel-for-63f2f251f3aa0bf36028f290b3f6aba0", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-63f2f251f3aa0bf36028f290b3f6aba0", + "https://www.w3.org/TR/css-images-4/#2421c65c76a70f9151ba02cfcf7cc94f", + "https://www.w3.org/TR/css-images-4/#infopanel-for-2421c65c76a70f9151ba02cfcf7cc94f", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-2421c65c76a70f9151ba02cfcf7cc94f", + "https://www.w3.org/TR/css-images-4/#1e664ec51e5cf35ae3f415e41c7020e4", + "https://www.w3.org/TR/css-images-4/#infopanel-for-1e664ec51e5cf35ae3f415e41c7020e4", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-1e664ec51e5cf35ae3f415e41c7020e4", + "https://www.w3.org/TR/css-images-4/#c70f5a1f21753c9610e64d66faa06a9d", + "https://www.w3.org/TR/css-images-4/#infopanel-for-c70f5a1f21753c9610e64d66faa06a9d", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-c70f5a1f21753c9610e64d66faa06a9d", + "https://www.w3.org/TR/css-images-4/#d2c742057b5538485830a39496a3ed83", + "https://www.w3.org/TR/css-images-4/#infopanel-for-d2c742057b5538485830a39496a3ed83", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-d2c742057b5538485830a39496a3ed83", + "https://www.w3.org/TR/css-images-4/#d203414c2b48c23fddab90ef753bb7cf", + "https://www.w3.org/TR/css-images-4/#infopanel-for-d203414c2b48c23fddab90ef753bb7cf", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-d203414c2b48c23fddab90ef753bb7cf", + "https://www.w3.org/TR/css-images-4/#ef9f3598c7eea4603a0d0af8b90568bf", + "https://www.w3.org/TR/css-images-4/#infopanel-for-ef9f3598c7eea4603a0d0af8b90568bf", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-ef9f3598c7eea4603a0d0af8b90568bf", + "https://www.w3.org/TR/css-images-4/#abfedd7f01779095e32057f505b061f5", + "https://www.w3.org/TR/css-images-4/#infopanel-for-abfedd7f01779095e32057f505b061f5", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-abfedd7f01779095e32057f505b061f5", + "https://www.w3.org/TR/css-images-4/#9015f9a7f4752cf79caf3bf8a08520fa", + "https://www.w3.org/TR/css-images-4/#infopanel-for-9015f9a7f4752cf79caf3bf8a08520fa", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-9015f9a7f4752cf79caf3bf8a08520fa", + "https://www.w3.org/TR/css-images-4/#edaea98574c0f7886c53fa331407bae7", + "https://www.w3.org/TR/css-images-4/#infopanel-for-edaea98574c0f7886c53fa331407bae7", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-edaea98574c0f7886c53fa331407bae7", + "https://www.w3.org/TR/css-images-4/#fec6bca317a97af3ec1a865ccbce94de", + "https://www.w3.org/TR/css-images-4/#infopanel-for-fec6bca317a97af3ec1a865ccbce94de", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-fec6bca317a97af3ec1a865ccbce94de", + "https://www.w3.org/TR/css-images-4/#8b9e78ceedde26e69095bd6f6cce47bf", + "https://www.w3.org/TR/css-images-4/#infopanel-for-8b9e78ceedde26e69095bd6f6cce47bf", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-8b9e78ceedde26e69095bd6f6cce47bf", + "https://www.w3.org/TR/css-images-4/#c783a9adeafb412d3bdeaeb1c6a29d96", + "https://www.w3.org/TR/css-images-4/#infopanel-for-c783a9adeafb412d3bdeaeb1c6a29d96", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-c783a9adeafb412d3bdeaeb1c6a29d96", + "https://www.w3.org/TR/css-images-4/#decbbd3ee5a73b54e8e8996ce1fddbbc", + "https://www.w3.org/TR/css-images-4/#infopanel-for-decbbd3ee5a73b54e8e8996ce1fddbbc", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-decbbd3ee5a73b54e8e8996ce1fddbbc", + "https://www.w3.org/TR/css-images-4/#624253b1fa9d733070711b1b819a39a1", + "https://www.w3.org/TR/css-images-4/#infopanel-for-624253b1fa9d733070711b1b819a39a1", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-624253b1fa9d733070711b1b819a39a1", + "https://www.w3.org/TR/css-images-4/#b40583ac68dfb9b0acf72a5cdcc8cfcb", + "https://www.w3.org/TR/css-images-4/#infopanel-for-b40583ac68dfb9b0acf72a5cdcc8cfcb", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-b40583ac68dfb9b0acf72a5cdcc8cfcb", + "https://www.w3.org/TR/css-images-4/#fc05c76e016d3aec6a25a91c066500c8", + "https://www.w3.org/TR/css-images-4/#infopanel-for-fc05c76e016d3aec6a25a91c066500c8", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-fc05c76e016d3aec6a25a91c066500c8", + "https://www.w3.org/TR/css-images-4/#f572762cd4679aeacd36722d99d2b741", + "https://www.w3.org/TR/css-images-4/#infopanel-for-f572762cd4679aeacd36722d99d2b741", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-f572762cd4679aeacd36722d99d2b741", + "https://www.w3.org/TR/css-images-4/#8eec6bb7878bb17dddbbb727b8d77c28", + "https://www.w3.org/TR/css-images-4/#infopanel-for-8eec6bb7878bb17dddbbb727b8d77c28", + "https://www.w3.org/TR/css-images-4/#infopaneltitle-for-8eec6bb7878bb17dddbbb727b8d77c28", "https://www.w3.org/TR/css-images-4/#references", "https://www.w3.org/TR/css-images-4/#normative", "https://www.w3.org/TR/css-images-4/#biblio-css-backgrounds-3", - "https://www.w3.org/TR/css-images-4/#biblio-css-color-3", + "https://www.w3.org/TR/css-images-4/#biblio-css-cascade-5", "https://www.w3.org/TR/css-images-4/#biblio-css-color-4", + "https://www.w3.org/TR/css-images-4/#biblio-css-grid-2", "https://www.w3.org/TR/css-images-4/#biblio-css-images-3", + "https://www.w3.org/TR/css-images-4/#biblio-css-images-5", "https://www.w3.org/TR/css-images-4/#biblio-css-lists-3", - "https://www.w3.org/TR/css-images-4/#biblio-css-ui-3", + "https://www.w3.org/TR/css-images-4/#biblio-css-sizing-3", + "https://www.w3.org/TR/css-images-4/#biblio-css-ui-4", "https://www.w3.org/TR/css-images-4/#biblio-css-values-3", - "https://www.w3.org/TR/css-images-4/#biblio-css21", + "https://www.w3.org/TR/css-images-4/#biblio-css-values-4", + "https://www.w3.org/TR/css-images-4/#biblio-css2", + "https://www.w3.org/TR/css-images-4/#biblio-css22", "https://www.w3.org/TR/css-images-4/#biblio-css3-transforms", - "https://www.w3.org/TR/css-images-4/#biblio-cssom-1", + "https://www.w3.org/TR/css-images-4/#biblio-cssom", + "https://www.w3.org/TR/css-images-4/#biblio-fetch", + "https://www.w3.org/TR/css-images-4/#biblio-html", + "https://www.w3.org/TR/css-images-4/#biblio-infra", "https://www.w3.org/TR/css-images-4/#biblio-media-frags", + "https://www.w3.org/TR/css-images-4/#biblio-mimesniff", "https://www.w3.org/TR/css-images-4/#biblio-png", "https://www.w3.org/TR/css-images-4/#biblio-rfc2119", "https://www.w3.org/TR/css-images-4/#biblio-select", "https://www.w3.org/TR/css-images-4/#biblio-selectors-4", "https://www.w3.org/TR/css-images-4/#biblio-svg-integration", "https://www.w3.org/TR/css-images-4/#biblio-svg11", + "https://www.w3.org/TR/css-images-4/#biblio-url", "https://www.w3.org/TR/css-images-4/#biblio-webidl", "https://www.w3.org/TR/css-images-4/#informative", - "https://www.w3.org/TR/css-images-4/#biblio-css3-images", + "https://www.w3.org/TR/css-images-4/#biblio-css-flexbox-1", + "https://www.w3.org/TR/css-images-4/#biblio-smil10", "https://www.w3.org/TR/css-images-4/#property-index", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-image-resolution%E2%91%A4", + "https://www.w3.org/TR/css-images-4/#ref-for-propdef-object-fit%E2%91%A4", "https://www.w3.org/TR/css-images-4/#idl-index", - "https://www.w3.org/TR/css-images-4/#issues-index", - "https://www.w3.org/TR/css-images-4/#back-to-top" + "https://www.w3.org/TR/css-images-4/#issues-index" ] } \ No newline at end of file diff --git a/tr/ids/css-position-3.json b/tr/ids/css-position-3.json index 3f412cee168c..d127f955edea 100644 --- a/tr/ids/css-position-3.json +++ b/tr/ids/css-position-3.json @@ -35,25 +35,41 @@ "https://www.w3.org/TR/css-position-3/#position-property", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-position%E2%91%A0", "https://www.w3.org/TR/css-position-3/#propdef-position", + "https://www.w3.org/TR/css-position-3/#infopanel-for-propdef-position", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-propdef-position", "https://www.w3.org/TR/css-position-3/#ref-for-comb-one", "https://www.w3.org/TR/css-position-3/#ref-for-comb-one%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-comb-one%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-comb-one%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-position%E2%91%A1", "https://www.w3.org/TR/css-position-3/#positioning-scheme", + "https://www.w3.org/TR/css-position-3/#infopanel-for-positioning-scheme", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-positioning-scheme", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-position-static", "https://www.w3.org/TR/css-position-3/#positioned-box", + "https://www.w3.org/TR/css-position-3/#infopanel-for-positioned-box", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-positioned-box", "https://www.w3.org/TR/css-position-3/#absolute-positioning-containing-block", + "https://www.w3.org/TR/css-position-3/#infopanel-for-absolute-positioning-containing-block", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-absolute-positioning-containing-block", "https://www.w3.org/TR/css-position-3/#valdef-position-static", + "https://www.w3.org/TR/css-position-3/#infopanel-for-valdef-position-static", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-valdef-position-static", "https://www.w3.org/TR/css-position-3/#ref-for-positioned-box", "https://www.w3.org/TR/css-position-3/#ref-for-formatting-context", "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A0", "https://www.w3.org/TR/css-position-3/#valdef-position-relative", + "https://www.w3.org/TR/css-position-3/#infopanel-for-valdef-position-relative", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-valdef-position-relative", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-position-static%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-scrollable-overflow-region", "https://www.w3.org/TR/css-position-3/#ref-for-positioning-scheme%E2%91%A1", "https://www.w3.org/TR/css-position-3/#relative-position", + "https://www.w3.org/TR/css-position-3/#infopanel-for-relative-position", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-relative-position", "https://www.w3.org/TR/css-position-3/#valdef-position-sticky", + "https://www.w3.org/TR/css-position-3/#infopanel-for-valdef-position-sticky", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-valdef-position-sticky", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-position-relative", "https://www.w3.org/TR/css-position-3/#ref-for-scroll-container", "https://www.w3.org/TR/css-position-3/#ref-for-scrollport", @@ -63,7 +79,11 @@ "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-positioning-scheme%E2%91%A2", "https://www.w3.org/TR/css-position-3/#sticky-position", + "https://www.w3.org/TR/css-position-3/#infopanel-for-sticky-position", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-sticky-position", "https://www.w3.org/TR/css-position-3/#valdef-position-absolute", + "https://www.w3.org/TR/css-position-3/#infopanel-for-valdef-position-absolute", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-valdef-position-absolute", "https://www.w3.org/TR/css-position-3/#ref-for-out-of-flow%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-formatting-context%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-absolute-positioning-containing-block", @@ -74,7 +94,11 @@ "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-positioning-scheme%E2%91%A3", "https://www.w3.org/TR/css-position-3/#absolute-position", + "https://www.w3.org/TR/css-position-3/#infopanel-for-absolute-position", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-absolute-position", "https://www.w3.org/TR/css-position-3/#valdef-position-fixed", + "https://www.w3.org/TR/css-position-3/#infopanel-for-valdef-position-fixed", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-valdef-position-fixed", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-position-absolute", "https://www.w3.org/TR/css-position-3/#ref-for-fixed-positioning-containing-block", "https://www.w3.org/TR/css-position-3/#ref-for-x1", @@ -85,6 +109,8 @@ "https://www.w3.org/TR/css-position-3/#ref-for-page-area%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-positioning-scheme%E2%91%A4", "https://www.w3.org/TR/css-position-3/#fixed-position", + "https://www.w3.org/TR/css-position-3/#infopanel-for-fixed-position", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-fixed-position", "https://www.w3.org/TR/css-position-3/#ref-for-absolute-position%E2%91%A2", "https://www.w3.org/TR/css-position-3/#example-d41e8cfe", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-position-fixed", @@ -144,6 +170,8 @@ "https://www.w3.org/TR/css-position-3/#ref-for-propdef-position%E2%91%A5", "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-position-3/#fixed-positioning-containing-block", + "https://www.w3.org/TR/css-position-3/#infopanel-for-fixed-positioning-containing-block", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-fixed-positioning-containing-block", "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-absolute-positioning-containing-block%E2%91%A3", "https://www.w3.org/TR/css-position-3/#ref-for-fixed-positioning-containing-block%E2%91%A0", @@ -186,6 +214,8 @@ "https://www.w3.org/TR/css-position-3/#coords", "https://www.w3.org/TR/css-position-3/#ref-for-positioned-box%E2%91%A4", "https://www.w3.org/TR/css-position-3/#inset-properties", + "https://www.w3.org/TR/css-position-3/#infopanel-for-inset-properties", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-inset-properties", "https://www.w3.org/TR/css-position-3/#ref-for-physical", "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A4", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top", @@ -218,13 +248,29 @@ "https://www.w3.org/TR/css-position-3/#ref-for-propdef-inset-block-end%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-inset-inline-end%E2%91%A0", "https://www.w3.org/TR/css-position-3/#propdef-top", + "https://www.w3.org/TR/css-position-3/#infopanel-for-propdef-top", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-propdef-top", "https://www.w3.org/TR/css-position-3/#propdef-right", + "https://www.w3.org/TR/css-position-3/#infopanel-for-propdef-right", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-propdef-right", "https://www.w3.org/TR/css-position-3/#propdef-bottom", + "https://www.w3.org/TR/css-position-3/#infopanel-for-propdef-bottom", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-propdef-bottom", "https://www.w3.org/TR/css-position-3/#propdef-left", + "https://www.w3.org/TR/css-position-3/#infopanel-for-propdef-left", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-propdef-left", "https://www.w3.org/TR/css-position-3/#propdef-inset-block-start", + "https://www.w3.org/TR/css-position-3/#infopanel-for-propdef-inset-block-start", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-propdef-inset-block-start", "https://www.w3.org/TR/css-position-3/#propdef-inset-inline-start", + "https://www.w3.org/TR/css-position-3/#infopanel-for-propdef-inset-inline-start", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-propdef-inset-inline-start", "https://www.w3.org/TR/css-position-3/#propdef-inset-block-end", + "https://www.w3.org/TR/css-position-3/#infopanel-for-propdef-inset-block-end", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-propdef-inset-block-end", "https://www.w3.org/TR/css-position-3/#propdef-inset-inline-end", + "https://www.w3.org/TR/css-position-3/#infopanel-for-propdef-inset-inline-end", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-propdef-inset-inline-end", "https://www.w3.org/TR/css-position-3/#ref-for-comb-one%E2%91%A3", "https://www.w3.org/TR/css-position-3/#ref-for-typedef-length-percentage", "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A0%E2%91%A1", @@ -245,6 +291,8 @@ "https://www.w3.org/TR/css-position-3/#ref-for-sticky-position%E2%91%A3", "https://www.w3.org/TR/css-position-3/#ref-for-scrollport%E2%91%A1", "https://www.w3.org/TR/css-position-3/#valdef-top-auto", + "https://www.w3.org/TR/css-position-3/#infopanel-for-valdef-top-auto", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-valdef-top-auto", "https://www.w3.org/TR/css-position-3/#ref-for-positioning-scheme%E2%91%A6", "https://www.w3.org/TR/css-position-3/#ref-for-fixed-position%E2%91%A5", "https://www.w3.org/TR/css-position-3/#ref-for-x1%E2%91%A4", @@ -253,7 +301,11 @@ "https://www.w3.org/TR/css-position-3/#ref-for-propdef-inset-inline%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-inset%E2%91%A0", "https://www.w3.org/TR/css-position-3/#propdef-inset-block", + "https://www.w3.org/TR/css-position-3/#infopanel-for-propdef-inset-block", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-propdef-inset-block", "https://www.w3.org/TR/css-position-3/#propdef-inset-inline", + "https://www.w3.org/TR/css-position-3/#infopanel-for-propdef-inset-inline", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-propdef-inset-inline", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A3", "https://www.w3.org/TR/css-position-3/#ref-for-mult-num-range", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-inset-block%E2%91%A1", @@ -266,6 +318,8 @@ "https://www.w3.org/TR/css-position-3/#ref-for-start", "https://www.w3.org/TR/css-position-3/#ref-for-end%E2%91%A0", "https://www.w3.org/TR/css-position-3/#propdef-inset", + "https://www.w3.org/TR/css-position-3/#infopanel-for-propdef-inset", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-propdef-inset", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A4", "https://www.w3.org/TR/css-position-3/#ref-for-mult-num-range%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-inset%E2%91%A1", @@ -325,6 +379,8 @@ "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-nearest-scrollport%E2%91%A0", "https://www.w3.org/TR/css-position-3/#sticky-view-rectangle", + "https://www.w3.org/TR/css-position-3/#infopanel-for-sticky-view-rectangle", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-sticky-view-rectangle", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A4", "https://www.w3.org/TR/css-position-3/#ref-for-sticky-view-rectangle", "https://www.w3.org/TR/css-position-3/#ref-for-border-box", @@ -354,6 +410,8 @@ "https://www.w3.org/TR/css-position-3/#ref-for-position-box", "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-position-3/#position-box", + "https://www.w3.org/TR/css-position-3/#infopanel-for-position-box", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-position-box", "https://www.w3.org/TR/css-position-3/#ref-for-margin-box%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-margin-edge", "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A0%E2%91%A6", @@ -378,6 +436,8 @@ "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-position-3/#inset-modified-containing-block", + "https://www.w3.org/TR/css-position-3/#infopanel-for-inset-modified-containing-block", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-inset-modified-containing-block", "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A8", "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A0%E2%91%A5", @@ -407,6 +467,8 @@ "https://www.w3.org/TR/css-position-3/#ref-for-weaker-inset", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-position-3/#weaker-inset", + "https://www.w3.org/TR/css-position-3/#infopanel-for-weaker-inset", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-weaker-inset", "https://www.w3.org/TR/css-position-3/#ref-for-weaker-inset%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-end%E2%91%A4", "https://www.w3.org/TR/css-position-3/#ref-for-end%E2%91%A5", @@ -426,7 +488,11 @@ "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-position-3/#static-position", + "https://www.w3.org/TR/css-position-3/#infopanel-for-static-position", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-static-position", "https://www.w3.org/TR/css-position-3/#static-position-rectangle", + "https://www.w3.org/TR/css-position-3/#infopanel-for-static-position-rectangle", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-static-position-rectangle", "https://www.w3.org/TR/css-position-3/#ref-for-alignment-container", "https://www.w3.org/TR/css-position-3/#ref-for-formatting-context%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-position%E2%91%A7", @@ -475,6 +541,8 @@ "https://www.w3.org/TR/css-position-3/#ref-for-propdef-display", "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-position-3/#static-position-containing-block", + "https://www.w3.org/TR/css-position-3/#infopanel-for-static-position-containing-block", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-static-position-containing-block", "https://www.w3.org/TR/css-position-3/#ref-for-box-alignment-properties", "https://www.w3.org/TR/css-position-3/#ref-for-static-position-containing-block%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A1%E2%91%A4", @@ -918,137 +986,399 @@ "https://www.w3.org/TR/css-position-3/#index", "https://www.w3.org/TR/css-position-3/#index-defined-here", "https://www.w3.org/TR/css-position-3/#index-defined-elsewhere", - "https://www.w3.org/TR/css-position-3/#term-for-alignment-container", - "https://www.w3.org/TR/css-position-3/#term-for-baseline-alignment", - "https://www.w3.org/TR/css-position-3/#term-for-box-alignment-properties", - "https://www.w3.org/TR/css-position-3/#term-for-valdef-self-position-center", - "https://www.w3.org/TR/css-position-3/#term-for-valdef-align-self-normal", - "https://www.w3.org/TR/css-position-3/#term-for-overflow-alignment", - "https://www.w3.org/TR/css-position-3/#term-for-self-align", - "https://www.w3.org/TR/css-position-3/#term-for-self-alignment-properties", - "https://www.w3.org/TR/css-position-3/#term-for-valdef-self-position-self-end", - "https://www.w3.org/TR/css-position-3/#term-for-valdef-self-position-self-start", - "https://www.w3.org/TR/css-position-3/#term-for-valdef-self-position-start", - "https://www.w3.org/TR/css-position-3/#term-for-valdef-align-self-stretch", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-background-attachment", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-border-bottom-width", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-border-left-width", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-border-right-width", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-border-top-width", - "https://www.w3.org/TR/css-position-3/#term-for-border-box", - "https://www.w3.org/TR/css-position-3/#term-for-border-edge", - "https://www.w3.org/TR/css-position-3/#term-for-content-edge", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-margin", - "https://www.w3.org/TR/css-position-3/#term-for-margin-box", - "https://www.w3.org/TR/css-position-3/#term-for-margin-edge", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-margin-bottom", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-margin-left", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-margin-right", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-margin-top", - "https://www.w3.org/TR/css-position-3/#term-for-outer-edge", - "https://www.w3.org/TR/css-position-3/#term-for-padding-edge", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-padding-bottom", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-padding-left", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-padding-right", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-padding-top", - "https://www.w3.org/TR/css-position-3/#term-for-box-fragment", - "https://www.w3.org/TR/css-position-3/#term-for-fragmentation-break", - "https://www.w3.org/TR/css-position-3/#term-for-fragmentation-container", - "https://www.w3.org/TR/css-position-3/#term-for-fragmented-flow", - "https://www.w3.org/TR/css-position-3/#term-for-computed-value", - "https://www.w3.org/TR/css-position-3/#term-for-initial-value", - "https://www.w3.org/TR/css-position-3/#term-for-longhand", - "https://www.w3.org/TR/css-position-3/#term-for-longhand%E2%91%A0", - "https://www.w3.org/TR/css-position-3/#term-for-shorthand-property", - "https://www.w3.org/TR/css-position-3/#term-for-shorthand-property%E2%91%A0", - "https://www.w3.org/TR/css-position-3/#term-for-used-value", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-contain", - "https://www.w3.org/TR/css-position-3/#term-for-block-level", - "https://www.w3.org/TR/css-position-3/#term-for-block-level-box", - "https://www.w3.org/TR/css-position-3/#term-for-blockify", - "https://www.w3.org/TR/css-position-3/#term-for-box", - "https://www.w3.org/TR/css-position-3/#term-for-containing-block", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-display", - "https://www.w3.org/TR/css-position-3/#term-for-establish-an-independent-formatting-context", - "https://www.w3.org/TR/css-position-3/#term-for-formatting-context", - "https://www.w3.org/TR/css-position-3/#term-for-in-flow", - "https://www.w3.org/TR/css-position-3/#term-for-independent-formatting-context", - "https://www.w3.org/TR/css-position-3/#term-for-initial-containing-block", - "https://www.w3.org/TR/css-position-3/#term-for-inline-box", - "https://www.w3.org/TR/css-position-3/#term-for-inline-level-box", - "https://www.w3.org/TR/css-position-3/#term-for-non-replaced", - "https://www.w3.org/TR/css-position-3/#term-for-out-of-flow", - "https://www.w3.org/TR/css-position-3/#term-for-valdef-display-table-cell", - "https://www.w3.org/TR/css-position-3/#term-for-valdef-display-table-column", - "https://www.w3.org/TR/css-position-3/#term-for-valdef-display-table-column-group", - "https://www.w3.org/TR/css-position-3/#term-for-valdef-display-table-footer-group", - "https://www.w3.org/TR/css-position-3/#term-for-valdef-display-table-header-group", - "https://www.w3.org/TR/css-position-3/#term-for-valdef-display-table-row", - "https://www.w3.org/TR/css-position-3/#term-for-valdef-display-table-row-group", - "https://www.w3.org/TR/css-position-3/#term-for-cross-axis", - "https://www.w3.org/TR/css-position-3/#term-for-flex-container", - "https://www.w3.org/TR/css-position-3/#term-for-main-axis", - "https://www.w3.org/TR/css-position-3/#term-for-grid-area", - "https://www.w3.org/TR/css-position-3/#term-for-grid-container", - "https://www.w3.org/TR/css-position-3/#term-for-grid-placement-property", - "https://www.w3.org/TR/css-position-3/#term-for-line-box", - "https://www.w3.org/TR/css-position-3/#term-for-initial-scroll-position", - "https://www.w3.org/TR/css-position-3/#term-for-nearest-scrollport", - "https://www.w3.org/TR/css-position-3/#term-for-scroll-container", - "https://www.w3.org/TR/css-position-3/#term-for-scrollable-overflow-region", - "https://www.w3.org/TR/css-position-3/#term-for-scrollport", - "https://www.w3.org/TR/css-position-3/#term-for-page-area", - "https://www.w3.org/TR/css-position-3/#term-for-valdef-width-auto", - "https://www.w3.org/TR/css-position-3/#term-for-automatic-minimum-size", - "https://www.w3.org/TR/css-position-3/#term-for-automatic-size", - "https://www.w3.org/TR/css-position-3/#term-for-available", - "https://www.w3.org/TR/css-position-3/#term-for-definite", - "https://www.w3.org/TR/css-position-3/#term-for-fit-content-size", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-height", - "https://www.w3.org/TR/css-position-3/#term-for-max-content", - "https://www.w3.org/TR/css-position-3/#term-for-max-width", - "https://www.w3.org/TR/css-position-3/#term-for-min-width", - "https://www.w3.org/TR/css-position-3/#term-for-preferred-size", - "https://www.w3.org/TR/css-position-3/#term-for-stretch-fit-size", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-width", - "https://www.w3.org/TR/css-position-3/#term-for-ratio-dependent-axis", - "https://www.w3.org/TR/css-position-3/#term-for-ratio-determining-axis", - "https://www.w3.org/TR/css-position-3/#term-for-table-wrapper-box", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-transform", - "https://www.w3.org/TR/css-position-3/#term-for-typedef-length-percentage", - "https://www.w3.org/TR/css-position-3/#term-for-css-wide-keywords", - "https://www.w3.org/TR/css-position-3/#term-for-mult-num-range", - "https://www.w3.org/TR/css-position-3/#term-for-comb-one", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-will-change", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-direction", - "https://www.w3.org/TR/css-position-3/#term-for-block-axis", - "https://www.w3.org/TR/css-position-3/#term-for-block-end", - "https://www.w3.org/TR/css-position-3/#term-for-block-start", - "https://www.w3.org/TR/css-position-3/#term-for-end", - "https://www.w3.org/TR/css-position-3/#term-for-flow-relative", - "https://www.w3.org/TR/css-position-3/#term-for-horizontal-writing-mode", - "https://www.w3.org/TR/css-position-3/#term-for-inline-axis", - "https://www.w3.org/TR/css-position-3/#term-for-inline-end", - "https://www.w3.org/TR/css-position-3/#term-for-inline-start", - "https://www.w3.org/TR/css-position-3/#term-for-line-over", - "https://www.w3.org/TR/css-position-3/#term-for-line-under", - "https://www.w3.org/TR/css-position-3/#term-for-valdef-direction-ltr", - "https://www.w3.org/TR/css-position-3/#term-for-physical", - "https://www.w3.org/TR/css-position-3/#term-for-valdef-direction-rtl", - "https://www.w3.org/TR/css-position-3/#term-for-start", - "https://www.w3.org/TR/css-position-3/#term-for-writing-mode", - "https://www.w3.org/TR/css-position-3/#term-for-normal-flow", - "https://www.w3.org/TR/css-position-3/#term-for-x1", - "https://www.w3.org/TR/css-position-3/#term-for-valdef-z-index-auto", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-clear", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-float", - "https://www.w3.org/TR/css-position-3/#term-for-valdef-float-none", - "https://www.w3.org/TR/css-position-3/#term-for-stacking-context", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-z-index", - "https://www.w3.org/TR/css-position-3/#term-for-resolved-value", - "https://www.w3.org/TR/css-position-3/#term-for-concept-range-start", - "https://www.w3.org/TR/css-position-3/#term-for-continuous-media", - "https://www.w3.org/TR/css-position-3/#term-for-paged-media", + "https://www.w3.org/TR/css-position-3/#2d1522628fd2d85357fa0f646014b874", + "https://www.w3.org/TR/css-position-3/#infopanel-for-2d1522628fd2d85357fa0f646014b874", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-2d1522628fd2d85357fa0f646014b874", + "https://www.w3.org/TR/css-position-3/#06203c70da7e6d98338417c7d154341d", + "https://www.w3.org/TR/css-position-3/#infopanel-for-06203c70da7e6d98338417c7d154341d", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-06203c70da7e6d98338417c7d154341d", + "https://www.w3.org/TR/css-position-3/#7bd92ebbe1ddcbafea3a00803cbc926c", + "https://www.w3.org/TR/css-position-3/#infopanel-for-7bd92ebbe1ddcbafea3a00803cbc926c", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-7bd92ebbe1ddcbafea3a00803cbc926c", + "https://www.w3.org/TR/css-position-3/#40a75177e2ba451ad3135b9f5b6f479c", + "https://www.w3.org/TR/css-position-3/#infopanel-for-40a75177e2ba451ad3135b9f5b6f479c", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-40a75177e2ba451ad3135b9f5b6f479c", + "https://www.w3.org/TR/css-position-3/#e5382af729d1b771cbc3593756bcecdc", + "https://www.w3.org/TR/css-position-3/#infopanel-for-e5382af729d1b771cbc3593756bcecdc", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-e5382af729d1b771cbc3593756bcecdc", + "https://www.w3.org/TR/css-position-3/#a24b99ad0e6a77d99bda03132ba5796c", + "https://www.w3.org/TR/css-position-3/#infopanel-for-a24b99ad0e6a77d99bda03132ba5796c", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-a24b99ad0e6a77d99bda03132ba5796c", + "https://www.w3.org/TR/css-position-3/#f984d7e6273cf95bdf341e77d33ef9be", + "https://www.w3.org/TR/css-position-3/#infopanel-for-f984d7e6273cf95bdf341e77d33ef9be", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-f984d7e6273cf95bdf341e77d33ef9be", + "https://www.w3.org/TR/css-position-3/#a609583169b7c0cb4ad388b01a314b0d", + "https://www.w3.org/TR/css-position-3/#infopanel-for-a609583169b7c0cb4ad388b01a314b0d", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-a609583169b7c0cb4ad388b01a314b0d", + "https://www.w3.org/TR/css-position-3/#3eefb738a00faad68dab1b2e3a1ec6bc", + "https://www.w3.org/TR/css-position-3/#infopanel-for-3eefb738a00faad68dab1b2e3a1ec6bc", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-3eefb738a00faad68dab1b2e3a1ec6bc", + "https://www.w3.org/TR/css-position-3/#462099b4be7e70dc1223e877212d0c83", + "https://www.w3.org/TR/css-position-3/#infopanel-for-462099b4be7e70dc1223e877212d0c83", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-462099b4be7e70dc1223e877212d0c83", + "https://www.w3.org/TR/css-position-3/#2e258f64a6eac3a4582ba9886701aca2", + "https://www.w3.org/TR/css-position-3/#infopanel-for-2e258f64a6eac3a4582ba9886701aca2", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-2e258f64a6eac3a4582ba9886701aca2", + "https://www.w3.org/TR/css-position-3/#1cc56314618b6406ab5efe11d3ca137d", + "https://www.w3.org/TR/css-position-3/#infopanel-for-1cc56314618b6406ab5efe11d3ca137d", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-1cc56314618b6406ab5efe11d3ca137d", + "https://www.w3.org/TR/css-position-3/#0b1e13c92f5a9f183f21db901a581b13", + "https://www.w3.org/TR/css-position-3/#infopanel-for-0b1e13c92f5a9f183f21db901a581b13", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-0b1e13c92f5a9f183f21db901a581b13", + "https://www.w3.org/TR/css-position-3/#e9bb883ccd3b3f5219fac52b7c0ee23a", + "https://www.w3.org/TR/css-position-3/#infopanel-for-e9bb883ccd3b3f5219fac52b7c0ee23a", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-e9bb883ccd3b3f5219fac52b7c0ee23a", + "https://www.w3.org/TR/css-position-3/#be2efcc378da7797378bedb2200130bd", + "https://www.w3.org/TR/css-position-3/#infopanel-for-be2efcc378da7797378bedb2200130bd", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-be2efcc378da7797378bedb2200130bd", + "https://www.w3.org/TR/css-position-3/#6bfe127281fd7f0fce16d59576001ef0", + "https://www.w3.org/TR/css-position-3/#infopanel-for-6bfe127281fd7f0fce16d59576001ef0", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-6bfe127281fd7f0fce16d59576001ef0", + "https://www.w3.org/TR/css-position-3/#34c043eb21671828dd827db3ac3109ee", + "https://www.w3.org/TR/css-position-3/#infopanel-for-34c043eb21671828dd827db3ac3109ee", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-34c043eb21671828dd827db3ac3109ee", + "https://www.w3.org/TR/css-position-3/#515123c81e37f70ec3513a7f68fca749", + "https://www.w3.org/TR/css-position-3/#infopanel-for-515123c81e37f70ec3513a7f68fca749", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-515123c81e37f70ec3513a7f68fca749", + "https://www.w3.org/TR/css-position-3/#7aa27e2a6ea4807baf30c730acd21017", + "https://www.w3.org/TR/css-position-3/#infopanel-for-7aa27e2a6ea4807baf30c730acd21017", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-7aa27e2a6ea4807baf30c730acd21017", + "https://www.w3.org/TR/css-position-3/#269fc38a1b65d44c969db83ec3ae1143", + "https://www.w3.org/TR/css-position-3/#infopanel-for-269fc38a1b65d44c969db83ec3ae1143", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-269fc38a1b65d44c969db83ec3ae1143", + "https://www.w3.org/TR/css-position-3/#57e3591fd517efc2ecda2142299286c0", + "https://www.w3.org/TR/css-position-3/#infopanel-for-57e3591fd517efc2ecda2142299286c0", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-57e3591fd517efc2ecda2142299286c0", + "https://www.w3.org/TR/css-position-3/#0435315d98444c94475430f4e7522f00", + "https://www.w3.org/TR/css-position-3/#infopanel-for-0435315d98444c94475430f4e7522f00", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-0435315d98444c94475430f4e7522f00", + "https://www.w3.org/TR/css-position-3/#529d18546802ec028a241c42e3a33f54", + "https://www.w3.org/TR/css-position-3/#infopanel-for-529d18546802ec028a241c42e3a33f54", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-529d18546802ec028a241c42e3a33f54", + "https://www.w3.org/TR/css-position-3/#5d82025a52562b19467a5408d92bc3eb", + "https://www.w3.org/TR/css-position-3/#infopanel-for-5d82025a52562b19467a5408d92bc3eb", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-5d82025a52562b19467a5408d92bc3eb", + "https://www.w3.org/TR/css-position-3/#9f9e66618b2b5b76a5324934d1799991", + "https://www.w3.org/TR/css-position-3/#infopanel-for-9f9e66618b2b5b76a5324934d1799991", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-9f9e66618b2b5b76a5324934d1799991", + "https://www.w3.org/TR/css-position-3/#24834b0d89782b08e2f1b62b068f3a3f", + "https://www.w3.org/TR/css-position-3/#infopanel-for-24834b0d89782b08e2f1b62b068f3a3f", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-24834b0d89782b08e2f1b62b068f3a3f", + "https://www.w3.org/TR/css-position-3/#f4f7ccab0c2b068dde190f5f8204cbff", + "https://www.w3.org/TR/css-position-3/#infopanel-for-f4f7ccab0c2b068dde190f5f8204cbff", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-f4f7ccab0c2b068dde190f5f8204cbff", + "https://www.w3.org/TR/css-position-3/#3a41c4aa8e0c0b2c9d9cd9ca88c3bfef", + "https://www.w3.org/TR/css-position-3/#infopanel-for-3a41c4aa8e0c0b2c9d9cd9ca88c3bfef", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-3a41c4aa8e0c0b2c9d9cd9ca88c3bfef", + "https://www.w3.org/TR/css-position-3/#6b9a7aed44b42fa2ba51bb920530dd64", + "https://www.w3.org/TR/css-position-3/#infopanel-for-6b9a7aed44b42fa2ba51bb920530dd64", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-6b9a7aed44b42fa2ba51bb920530dd64", + "https://www.w3.org/TR/css-position-3/#4ec9b60de15f978faabeec3298fec3ce", + "https://www.w3.org/TR/css-position-3/#infopanel-for-4ec9b60de15f978faabeec3298fec3ce", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-4ec9b60de15f978faabeec3298fec3ce", + "https://www.w3.org/TR/css-position-3/#250c1c8e34dc4b03cf1b9863f7d592e2", + "https://www.w3.org/TR/css-position-3/#infopanel-for-250c1c8e34dc4b03cf1b9863f7d592e2", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-250c1c8e34dc4b03cf1b9863f7d592e2", + "https://www.w3.org/TR/css-position-3/#55bbe51e9ce1b9d7159399876a97813f", + "https://www.w3.org/TR/css-position-3/#infopanel-for-55bbe51e9ce1b9d7159399876a97813f", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-55bbe51e9ce1b9d7159399876a97813f", + "https://www.w3.org/TR/css-position-3/#28d00e19f4c7d4ba6957dad496457035", + "https://www.w3.org/TR/css-position-3/#infopanel-for-28d00e19f4c7d4ba6957dad496457035", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-28d00e19f4c7d4ba6957dad496457035", + "https://www.w3.org/TR/css-position-3/#52ba56f297e3f66940e9879011ca48e7", + "https://www.w3.org/TR/css-position-3/#infopanel-for-52ba56f297e3f66940e9879011ca48e7", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-52ba56f297e3f66940e9879011ca48e7", + "https://www.w3.org/TR/css-position-3/#3c7a8132fc4fff4730dc39a6b4526259", + "https://www.w3.org/TR/css-position-3/#infopanel-for-3c7a8132fc4fff4730dc39a6b4526259", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-3c7a8132fc4fff4730dc39a6b4526259", + "https://www.w3.org/TR/css-position-3/#de311489f07afc1eef9182e283e81521", + "https://www.w3.org/TR/css-position-3/#infopanel-for-de311489f07afc1eef9182e283e81521", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-de311489f07afc1eef9182e283e81521", + "https://www.w3.org/TR/css-position-3/#5fa193fe5e7b6d6df2d1acd091002a1f", + "https://www.w3.org/TR/css-position-3/#infopanel-for-5fa193fe5e7b6d6df2d1acd091002a1f", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-5fa193fe5e7b6d6df2d1acd091002a1f", + "https://www.w3.org/TR/css-position-3/#87ebaf0ebf08192327da44ccae89a3b2", + "https://www.w3.org/TR/css-position-3/#infopanel-for-87ebaf0ebf08192327da44ccae89a3b2", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-87ebaf0ebf08192327da44ccae89a3b2", + "https://www.w3.org/TR/css-position-3/#67fa5e7c53e990719ab99a14d13b4431", + "https://www.w3.org/TR/css-position-3/#infopanel-for-67fa5e7c53e990719ab99a14d13b4431", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-67fa5e7c53e990719ab99a14d13b4431", + "https://www.w3.org/TR/css-position-3/#e62ff53732093c43d981a2ea15a0521d", + "https://www.w3.org/TR/css-position-3/#infopanel-for-e62ff53732093c43d981a2ea15a0521d", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-e62ff53732093c43d981a2ea15a0521d", + "https://www.w3.org/TR/css-position-3/#77be2091f311b4ffc3e1837c32089ef0", + "https://www.w3.org/TR/css-position-3/#infopanel-for-77be2091f311b4ffc3e1837c32089ef0", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-77be2091f311b4ffc3e1837c32089ef0", + "https://www.w3.org/TR/css-position-3/#d3ed6d40c6255374ff59a99d0e30897e", + "https://www.w3.org/TR/css-position-3/#infopanel-for-d3ed6d40c6255374ff59a99d0e30897e", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-d3ed6d40c6255374ff59a99d0e30897e", + "https://www.w3.org/TR/css-position-3/#ebb5aebd0030b6c03607ef6bc1dcc94f", + "https://www.w3.org/TR/css-position-3/#infopanel-for-ebb5aebd0030b6c03607ef6bc1dcc94f", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-ebb5aebd0030b6c03607ef6bc1dcc94f", + "https://www.w3.org/TR/css-position-3/#e08139f9e0466644139009b37a4c9853", + "https://www.w3.org/TR/css-position-3/#infopanel-for-e08139f9e0466644139009b37a4c9853", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-e08139f9e0466644139009b37a4c9853", + "https://www.w3.org/TR/css-position-3/#bc817a09b350308f7ae302b8b6f20a86", + "https://www.w3.org/TR/css-position-3/#infopanel-for-bc817a09b350308f7ae302b8b6f20a86", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-bc817a09b350308f7ae302b8b6f20a86", + "https://www.w3.org/TR/css-position-3/#2a9eb2c678be6b91741f4ef0524a4812", + "https://www.w3.org/TR/css-position-3/#infopanel-for-2a9eb2c678be6b91741f4ef0524a4812", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-2a9eb2c678be6b91741f4ef0524a4812", + "https://www.w3.org/TR/css-position-3/#b926b297aab1f3bdd4af93220aa26b27", + "https://www.w3.org/TR/css-position-3/#infopanel-for-b926b297aab1f3bdd4af93220aa26b27", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-b926b297aab1f3bdd4af93220aa26b27", + "https://www.w3.org/TR/css-position-3/#c785ec9bfd2fd8ddb472b43730010f60", + "https://www.w3.org/TR/css-position-3/#infopanel-for-c785ec9bfd2fd8ddb472b43730010f60", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-c785ec9bfd2fd8ddb472b43730010f60", + "https://www.w3.org/TR/css-position-3/#ead90c50455e30a82e332becbbbce1ae", + "https://www.w3.org/TR/css-position-3/#infopanel-for-ead90c50455e30a82e332becbbbce1ae", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-ead90c50455e30a82e332becbbbce1ae", + "https://www.w3.org/TR/css-position-3/#f2360507b40470f21ce55ef1c7a0fbc6", + "https://www.w3.org/TR/css-position-3/#infopanel-for-f2360507b40470f21ce55ef1c7a0fbc6", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-f2360507b40470f21ce55ef1c7a0fbc6", + "https://www.w3.org/TR/css-position-3/#c8e848d69f1d36d0ea5c2c1042743bca", + "https://www.w3.org/TR/css-position-3/#infopanel-for-c8e848d69f1d36d0ea5c2c1042743bca", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-c8e848d69f1d36d0ea5c2c1042743bca", + "https://www.w3.org/TR/css-position-3/#a5b16936c6f7a7d81579d2c9225f660d", + "https://www.w3.org/TR/css-position-3/#infopanel-for-a5b16936c6f7a7d81579d2c9225f660d", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-a5b16936c6f7a7d81579d2c9225f660d", + "https://www.w3.org/TR/css-position-3/#8be24b7513963cffed8536ce4d190630", + "https://www.w3.org/TR/css-position-3/#infopanel-for-8be24b7513963cffed8536ce4d190630", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-8be24b7513963cffed8536ce4d190630", + "https://www.w3.org/TR/css-position-3/#c424b95f45bdcfd08e8244edd346105a", + "https://www.w3.org/TR/css-position-3/#infopanel-for-c424b95f45bdcfd08e8244edd346105a", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-c424b95f45bdcfd08e8244edd346105a", + "https://www.w3.org/TR/css-position-3/#799485447ddaac5c040f5b3812287b12", + "https://www.w3.org/TR/css-position-3/#infopanel-for-799485447ddaac5c040f5b3812287b12", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-799485447ddaac5c040f5b3812287b12", + "https://www.w3.org/TR/css-position-3/#013877d86d0d02f31ad54e2d84445f68", + "https://www.w3.org/TR/css-position-3/#infopanel-for-013877d86d0d02f31ad54e2d84445f68", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-013877d86d0d02f31ad54e2d84445f68", + "https://www.w3.org/TR/css-position-3/#ae7077cf3492e44efca04f644b72867c", + "https://www.w3.org/TR/css-position-3/#infopanel-for-ae7077cf3492e44efca04f644b72867c", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-ae7077cf3492e44efca04f644b72867c", + "https://www.w3.org/TR/css-position-3/#12c8505eef5dc46f1e8a24758ef9144d", + "https://www.w3.org/TR/css-position-3/#infopanel-for-12c8505eef5dc46f1e8a24758ef9144d", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-12c8505eef5dc46f1e8a24758ef9144d", + "https://www.w3.org/TR/css-position-3/#4b6917cd419ab3a482a2ccc9eb56cbd8", + "https://www.w3.org/TR/css-position-3/#infopanel-for-4b6917cd419ab3a482a2ccc9eb56cbd8", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-4b6917cd419ab3a482a2ccc9eb56cbd8", + "https://www.w3.org/TR/css-position-3/#786c0f0c1d68d4101899ae84b39db499", + "https://www.w3.org/TR/css-position-3/#infopanel-for-786c0f0c1d68d4101899ae84b39db499", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-786c0f0c1d68d4101899ae84b39db499", + "https://www.w3.org/TR/css-position-3/#f7feb065124388264560a6c60c22a1f6", + "https://www.w3.org/TR/css-position-3/#infopanel-for-f7feb065124388264560a6c60c22a1f6", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-f7feb065124388264560a6c60c22a1f6", + "https://www.w3.org/TR/css-position-3/#30ede69393432bc35981f434060bdbf2", + "https://www.w3.org/TR/css-position-3/#infopanel-for-30ede69393432bc35981f434060bdbf2", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-30ede69393432bc35981f434060bdbf2", + "https://www.w3.org/TR/css-position-3/#f5efad58db47d1cf1459b61eec0537db", + "https://www.w3.org/TR/css-position-3/#infopanel-for-f5efad58db47d1cf1459b61eec0537db", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-f5efad58db47d1cf1459b61eec0537db", + "https://www.w3.org/TR/css-position-3/#e512851666bd0cd8b62bd3d0909ce596", + "https://www.w3.org/TR/css-position-3/#infopanel-for-e512851666bd0cd8b62bd3d0909ce596", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-e512851666bd0cd8b62bd3d0909ce596", + "https://www.w3.org/TR/css-position-3/#9265afd368cffffbd960227a5c5ea854", + "https://www.w3.org/TR/css-position-3/#infopanel-for-9265afd368cffffbd960227a5c5ea854", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-9265afd368cffffbd960227a5c5ea854", + "https://www.w3.org/TR/css-position-3/#05a4cc2d69c6cab6deed9c465599dd27", + "https://www.w3.org/TR/css-position-3/#infopanel-for-05a4cc2d69c6cab6deed9c465599dd27", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-05a4cc2d69c6cab6deed9c465599dd27", + "https://www.w3.org/TR/css-position-3/#d49c06ea8946fcab023d7f4ac1a54317", + "https://www.w3.org/TR/css-position-3/#infopanel-for-d49c06ea8946fcab023d7f4ac1a54317", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-d49c06ea8946fcab023d7f4ac1a54317", + "https://www.w3.org/TR/css-position-3/#48366a76c5b2db172b3abcb06df9b160", + "https://www.w3.org/TR/css-position-3/#infopanel-for-48366a76c5b2db172b3abcb06df9b160", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-48366a76c5b2db172b3abcb06df9b160", + "https://www.w3.org/TR/css-position-3/#d156110db9087c6fd57aec3e90c3658f", + "https://www.w3.org/TR/css-position-3/#infopanel-for-d156110db9087c6fd57aec3e90c3658f", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-d156110db9087c6fd57aec3e90c3658f", + "https://www.w3.org/TR/css-position-3/#a5c28669d19dc1b0e8bbf4842bd84bab", + "https://www.w3.org/TR/css-position-3/#infopanel-for-a5c28669d19dc1b0e8bbf4842bd84bab", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-a5c28669d19dc1b0e8bbf4842bd84bab", + "https://www.w3.org/TR/css-position-3/#65842491f08b62dab1c063dc590eb212", + "https://www.w3.org/TR/css-position-3/#infopanel-for-65842491f08b62dab1c063dc590eb212", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-65842491f08b62dab1c063dc590eb212", + "https://www.w3.org/TR/css-position-3/#531b49211167857fe2726dd75da443d6", + "https://www.w3.org/TR/css-position-3/#infopanel-for-531b49211167857fe2726dd75da443d6", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-531b49211167857fe2726dd75da443d6", + "https://www.w3.org/TR/css-position-3/#7910308cb76dd6fe5e9d657703f0e19b", + "https://www.w3.org/TR/css-position-3/#infopanel-for-7910308cb76dd6fe5e9d657703f0e19b", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-7910308cb76dd6fe5e9d657703f0e19b", + "https://www.w3.org/TR/css-position-3/#215fea71d540b6ce9abc84c6e08ec55d", + "https://www.w3.org/TR/css-position-3/#infopanel-for-215fea71d540b6ce9abc84c6e08ec55d", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-215fea71d540b6ce9abc84c6e08ec55d", + "https://www.w3.org/TR/css-position-3/#38006ec7a8691b419415cbd1652c8790", + "https://www.w3.org/TR/css-position-3/#infopanel-for-38006ec7a8691b419415cbd1652c8790", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-38006ec7a8691b419415cbd1652c8790", + "https://www.w3.org/TR/css-position-3/#03f5f355be6c2ef694e2b9633241d543", + "https://www.w3.org/TR/css-position-3/#infopanel-for-03f5f355be6c2ef694e2b9633241d543", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-03f5f355be6c2ef694e2b9633241d543", + "https://www.w3.org/TR/css-position-3/#ff5d9e007b8d431899a23256710f132e", + "https://www.w3.org/TR/css-position-3/#infopanel-for-ff5d9e007b8d431899a23256710f132e", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-ff5d9e007b8d431899a23256710f132e", + "https://www.w3.org/TR/css-position-3/#26d5a0f4c022e69b98ac7f0efe3e5b64", + "https://www.w3.org/TR/css-position-3/#infopanel-for-26d5a0f4c022e69b98ac7f0efe3e5b64", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-26d5a0f4c022e69b98ac7f0efe3e5b64", + "https://www.w3.org/TR/css-position-3/#03e74d688d34ee277ae1897c1380ee2f", + "https://www.w3.org/TR/css-position-3/#infopanel-for-03e74d688d34ee277ae1897c1380ee2f", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-03e74d688d34ee277ae1897c1380ee2f", + "https://www.w3.org/TR/css-position-3/#ea6e2560109fefc959dfa8b69aa51f3a", + "https://www.w3.org/TR/css-position-3/#infopanel-for-ea6e2560109fefc959dfa8b69aa51f3a", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-ea6e2560109fefc959dfa8b69aa51f3a", + "https://www.w3.org/TR/css-position-3/#5e6c085f3d7c2cdf8b981afc60139562", + "https://www.w3.org/TR/css-position-3/#infopanel-for-5e6c085f3d7c2cdf8b981afc60139562", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-5e6c085f3d7c2cdf8b981afc60139562", + "https://www.w3.org/TR/css-position-3/#217bde577eef488c009b06c780631ace", + "https://www.w3.org/TR/css-position-3/#infopanel-for-217bde577eef488c009b06c780631ace", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-217bde577eef488c009b06c780631ace", + "https://www.w3.org/TR/css-position-3/#3285f2c2991616a2e5b0013b0715c8d5", + "https://www.w3.org/TR/css-position-3/#infopanel-for-3285f2c2991616a2e5b0013b0715c8d5", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-3285f2c2991616a2e5b0013b0715c8d5", + "https://www.w3.org/TR/css-position-3/#ab53e5d9d13ac1c0314588ed899d447b", + "https://www.w3.org/TR/css-position-3/#infopanel-for-ab53e5d9d13ac1c0314588ed899d447b", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-ab53e5d9d13ac1c0314588ed899d447b", + "https://www.w3.org/TR/css-position-3/#fe32d162498c77e3e06e44f3bc1b8d7b", + "https://www.w3.org/TR/css-position-3/#infopanel-for-fe32d162498c77e3e06e44f3bc1b8d7b", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-fe32d162498c77e3e06e44f3bc1b8d7b", + "https://www.w3.org/TR/css-position-3/#9ce8f2708e2324f850c9d3bf2e4c9b44", + "https://www.w3.org/TR/css-position-3/#infopanel-for-9ce8f2708e2324f850c9d3bf2e4c9b44", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-9ce8f2708e2324f850c9d3bf2e4c9b44", + "https://www.w3.org/TR/css-position-3/#ff2fc419cd1598ddf4c0f055d318c179", + "https://www.w3.org/TR/css-position-3/#infopanel-for-ff2fc419cd1598ddf4c0f055d318c179", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-ff2fc419cd1598ddf4c0f055d318c179", + "https://www.w3.org/TR/css-position-3/#a619dcb616ee563b27fa13556ab2e779", + "https://www.w3.org/TR/css-position-3/#infopanel-for-a619dcb616ee563b27fa13556ab2e779", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-a619dcb616ee563b27fa13556ab2e779", + "https://www.w3.org/TR/css-position-3/#9504fccefe402d0fee5a54d7154d80e1", + "https://www.w3.org/TR/css-position-3/#infopanel-for-9504fccefe402d0fee5a54d7154d80e1", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-9504fccefe402d0fee5a54d7154d80e1", + "https://www.w3.org/TR/css-position-3/#8d4f1dc947737392ef87eff5142f489e", + "https://www.w3.org/TR/css-position-3/#infopanel-for-8d4f1dc947737392ef87eff5142f489e", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-8d4f1dc947737392ef87eff5142f489e", + "https://www.w3.org/TR/css-position-3/#956b102a732d479a464fd51d7b2783e6", + "https://www.w3.org/TR/css-position-3/#infopanel-for-956b102a732d479a464fd51d7b2783e6", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-956b102a732d479a464fd51d7b2783e6", + "https://www.w3.org/TR/css-position-3/#074632225a2113ff8e7c5e45d95a23b0", + "https://www.w3.org/TR/css-position-3/#infopanel-for-074632225a2113ff8e7c5e45d95a23b0", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-074632225a2113ff8e7c5e45d95a23b0", + "https://www.w3.org/TR/css-position-3/#767e661ded7cb4567a3ab16b47868408", + "https://www.w3.org/TR/css-position-3/#infopanel-for-767e661ded7cb4567a3ab16b47868408", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-767e661ded7cb4567a3ab16b47868408", + "https://www.w3.org/TR/css-position-3/#7301171abce20ff8f3135440d2107bc8", + "https://www.w3.org/TR/css-position-3/#infopanel-for-7301171abce20ff8f3135440d2107bc8", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-7301171abce20ff8f3135440d2107bc8", + "https://www.w3.org/TR/css-position-3/#62ec2ba4a3e8219fd2336da9fc2dccd1", + "https://www.w3.org/TR/css-position-3/#infopanel-for-62ec2ba4a3e8219fd2336da9fc2dccd1", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-62ec2ba4a3e8219fd2336da9fc2dccd1", + "https://www.w3.org/TR/css-position-3/#638d9855560f7160b3c9ccd25e3c5100", + "https://www.w3.org/TR/css-position-3/#infopanel-for-638d9855560f7160b3c9ccd25e3c5100", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-638d9855560f7160b3c9ccd25e3c5100", + "https://www.w3.org/TR/css-position-3/#785b8464a2611950650edbb1909be3fc", + "https://www.w3.org/TR/css-position-3/#infopanel-for-785b8464a2611950650edbb1909be3fc", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-785b8464a2611950650edbb1909be3fc", + "https://www.w3.org/TR/css-position-3/#82594f1f3a6c873aa8ac6336eb6bf662", + "https://www.w3.org/TR/css-position-3/#infopanel-for-82594f1f3a6c873aa8ac6336eb6bf662", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-82594f1f3a6c873aa8ac6336eb6bf662", + "https://www.w3.org/TR/css-position-3/#f014258978db0b5cb28d306e0a9068b1", + "https://www.w3.org/TR/css-position-3/#infopanel-for-f014258978db0b5cb28d306e0a9068b1", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-f014258978db0b5cb28d306e0a9068b1", + "https://www.w3.org/TR/css-position-3/#a776a1df2063fe697f6c7ee6b178b262", + "https://www.w3.org/TR/css-position-3/#infopanel-for-a776a1df2063fe697f6c7ee6b178b262", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-a776a1df2063fe697f6c7ee6b178b262", + "https://www.w3.org/TR/css-position-3/#63f2f251f3aa0bf36028f290b3f6aba0", + "https://www.w3.org/TR/css-position-3/#infopanel-for-63f2f251f3aa0bf36028f290b3f6aba0", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-63f2f251f3aa0bf36028f290b3f6aba0", + "https://www.w3.org/TR/css-position-3/#f92ba3babed5c7ce1fb44d90cb7186a0", + "https://www.w3.org/TR/css-position-3/#infopanel-for-f92ba3babed5c7ce1fb44d90cb7186a0", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-f92ba3babed5c7ce1fb44d90cb7186a0", + "https://www.w3.org/TR/css-position-3/#bf9d91fe5b45ff279aca6f1124e0b86a", + "https://www.w3.org/TR/css-position-3/#infopanel-for-bf9d91fe5b45ff279aca6f1124e0b86a", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-bf9d91fe5b45ff279aca6f1124e0b86a", + "https://www.w3.org/TR/css-position-3/#b7e0ca4b341f3a452f79c1ef6fbdf2bc", + "https://www.w3.org/TR/css-position-3/#infopanel-for-b7e0ca4b341f3a452f79c1ef6fbdf2bc", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-b7e0ca4b341f3a452f79c1ef6fbdf2bc", + "https://www.w3.org/TR/css-position-3/#26ea823513cad6168ffadf28719ab24f", + "https://www.w3.org/TR/css-position-3/#infopanel-for-26ea823513cad6168ffadf28719ab24f", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-26ea823513cad6168ffadf28719ab24f", + "https://www.w3.org/TR/css-position-3/#c1fa5bb914c8133f26e8257bafa6d57e", + "https://www.w3.org/TR/css-position-3/#infopanel-for-c1fa5bb914c8133f26e8257bafa6d57e", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-c1fa5bb914c8133f26e8257bafa6d57e", + "https://www.w3.org/TR/css-position-3/#91ff9a963abadb76423622803dde3de9", + "https://www.w3.org/TR/css-position-3/#infopanel-for-91ff9a963abadb76423622803dde3de9", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-91ff9a963abadb76423622803dde3de9", + "https://www.w3.org/TR/css-position-3/#101960d41133147efd9c1a59332f4806", + "https://www.w3.org/TR/css-position-3/#infopanel-for-101960d41133147efd9c1a59332f4806", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-101960d41133147efd9c1a59332f4806", + "https://www.w3.org/TR/css-position-3/#998154e10b4b1c9f427ae9794114a5f0", + "https://www.w3.org/TR/css-position-3/#infopanel-for-998154e10b4b1c9f427ae9794114a5f0", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-998154e10b4b1c9f427ae9794114a5f0", + "https://www.w3.org/TR/css-position-3/#cd974773a37d83762807136a42ef79d7", + "https://www.w3.org/TR/css-position-3/#infopanel-for-cd974773a37d83762807136a42ef79d7", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-cd974773a37d83762807136a42ef79d7", + "https://www.w3.org/TR/css-position-3/#7e854116d59cdc37f0f0ef9affb5a25e", + "https://www.w3.org/TR/css-position-3/#infopanel-for-7e854116d59cdc37f0f0ef9affb5a25e", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-7e854116d59cdc37f0f0ef9affb5a25e", + "https://www.w3.org/TR/css-position-3/#3a4b86ec7b5881cdee8c9d73121b5d8f", + "https://www.w3.org/TR/css-position-3/#infopanel-for-3a4b86ec7b5881cdee8c9d73121b5d8f", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-3a4b86ec7b5881cdee8c9d73121b5d8f", + "https://www.w3.org/TR/css-position-3/#b7e18f92a680cd3ac2a3fa304e29588f", + "https://www.w3.org/TR/css-position-3/#infopanel-for-b7e18f92a680cd3ac2a3fa304e29588f", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-b7e18f92a680cd3ac2a3fa304e29588f", + "https://www.w3.org/TR/css-position-3/#6bd44c6beea514d9bb7579a71623f814", + "https://www.w3.org/TR/css-position-3/#infopanel-for-6bd44c6beea514d9bb7579a71623f814", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-6bd44c6beea514d9bb7579a71623f814", + "https://www.w3.org/TR/css-position-3/#d7310ff8c3e6c97dedbb0f8e7620341c", + "https://www.w3.org/TR/css-position-3/#infopanel-for-d7310ff8c3e6c97dedbb0f8e7620341c", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-d7310ff8c3e6c97dedbb0f8e7620341c", + "https://www.w3.org/TR/css-position-3/#c99e57d392e1647d2d6690180ea9b0a7", + "https://www.w3.org/TR/css-position-3/#infopanel-for-c99e57d392e1647d2d6690180ea9b0a7", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-c99e57d392e1647d2d6690180ea9b0a7", + "https://www.w3.org/TR/css-position-3/#29b7ef719cbdde0be7eef193ccce207d", + "https://www.w3.org/TR/css-position-3/#infopanel-for-29b7ef719cbdde0be7eef193ccce207d", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-29b7ef719cbdde0be7eef193ccce207d", + "https://www.w3.org/TR/css-position-3/#4b2570eb4691bb17efa60aa22f70af15", + "https://www.w3.org/TR/css-position-3/#infopanel-for-4b2570eb4691bb17efa60aa22f70af15", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-4b2570eb4691bb17efa60aa22f70af15", + "https://www.w3.org/TR/css-position-3/#b2ca6a6b5cd53adae8b1fa1e6c07ed3a", + "https://www.w3.org/TR/css-position-3/#infopanel-for-b2ca6a6b5cd53adae8b1fa1e6c07ed3a", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-b2ca6a6b5cd53adae8b1fa1e6c07ed3a", + "https://www.w3.org/TR/css-position-3/#95ad55344690dcca44abe32373b7ba7f", + "https://www.w3.org/TR/css-position-3/#infopanel-for-95ad55344690dcca44abe32373b7ba7f", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-95ad55344690dcca44abe32373b7ba7f", + "https://www.w3.org/TR/css-position-3/#e0ee336e0062268c29128aaecead20cd", + "https://www.w3.org/TR/css-position-3/#infopanel-for-e0ee336e0062268c29128aaecead20cd", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-e0ee336e0062268c29128aaecead20cd", + "https://www.w3.org/TR/css-position-3/#64c45c7bd619fe8886f777600fd9c3ca", + "https://www.w3.org/TR/css-position-3/#infopanel-for-64c45c7bd619fe8886f777600fd9c3ca", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-64c45c7bd619fe8886f777600fd9c3ca", + "https://www.w3.org/TR/css-position-3/#da50b56bf0e007368997f0af8a131eea", + "https://www.w3.org/TR/css-position-3/#infopanel-for-da50b56bf0e007368997f0af8a131eea", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-da50b56bf0e007368997f0af8a131eea", + "https://www.w3.org/TR/css-position-3/#3c6fe475691c28df9b2f3f91c519563a", + "https://www.w3.org/TR/css-position-3/#infopanel-for-3c6fe475691c28df9b2f3f91c519563a", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-3c6fe475691c28df9b2f3f91c519563a", + "https://www.w3.org/TR/css-position-3/#56ace8b25eef092301bdfb6397367ffb", + "https://www.w3.org/TR/css-position-3/#infopanel-for-56ace8b25eef092301bdfb6397367ffb", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-56ace8b25eef092301bdfb6397367ffb", + "https://www.w3.org/TR/css-position-3/#1e664ec51e5cf35ae3f415e41c7020e4", + "https://www.w3.org/TR/css-position-3/#infopanel-for-1e664ec51e5cf35ae3f415e41c7020e4", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-1e664ec51e5cf35ae3f415e41c7020e4", + "https://www.w3.org/TR/css-position-3/#4c18dfdbcfc5feefe9f5a3402c041dff", + "https://www.w3.org/TR/css-position-3/#infopanel-for-4c18dfdbcfc5feefe9f5a3402c041dff", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-4c18dfdbcfc5feefe9f5a3402c041dff", + "https://www.w3.org/TR/css-position-3/#25ee93fa4044bf87337a78f8541d4222", + "https://www.w3.org/TR/css-position-3/#infopanel-for-25ee93fa4044bf87337a78f8541d4222", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-25ee93fa4044bf87337a78f8541d4222", + "https://www.w3.org/TR/css-position-3/#f993e7a5a63693dc8df0d0ec9979bee1", + "https://www.w3.org/TR/css-position-3/#infopanel-for-f993e7a5a63693dc8df0d0ec9979bee1", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-f993e7a5a63693dc8df0d0ec9979bee1", + "https://www.w3.org/TR/css-position-3/#ccb0613d6ec03417e471231c7d125dd1", + "https://www.w3.org/TR/css-position-3/#infopanel-for-ccb0613d6ec03417e471231c7d125dd1", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-ccb0613d6ec03417e471231c7d125dd1", + "https://www.w3.org/TR/css-position-3/#3b468ad698332aa40f919fefa3eb60f2", + "https://www.w3.org/TR/css-position-3/#infopanel-for-3b468ad698332aa40f919fefa3eb60f2", + "https://www.w3.org/TR/css-position-3/#infopaneltitle-for-3b468ad698332aa40f919fefa3eb60f2", "https://www.w3.org/TR/css-position-3/#references", "https://www.w3.org/TR/css-position-3/#normative", "https://www.w3.org/TR/css-position-3/#biblio-css-align-3", diff --git a/tr/ids/html.json b/tr/ids/html.json index 4d8083074fc1..81385be14c34 100644 --- a/tr/ids/html.json +++ b/tr/ids/html.json @@ -2446,6 +2446,24 @@ "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#blocking-attributes:blocking-token-render", "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#implicitly-potentially-render-blocking", "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#blocking-attributes:implicitly-potentially-render-blocking", + "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#fetch-priority-attributes", + "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#fetch-priority-attribute", + "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#fetch-priority-attributes:enumerated-attribute", + "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#attr-fetchpriority-high", + "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#attr-fetchpriority-high-state", + "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#fetch-priority-attributes:concept-fetch", + "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#fetch-priority-attributes:concept-request-destination", + "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#attr-fetchpriority-low", + "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#attr-fetchpriority-low-state", + "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#fetch-priority-attributes:concept-fetch-2", + "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#fetch-priority-attributes:concept-request-destination-2", + "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#attr-fetchpriority-auto", + "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#attr-fetchpriority-auto-state", + "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#fetch-priority-attributes:concept-fetch-3", + "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#fetch-priority-attributes:concept-request-destination-3", + "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#fetch-priority-attributes:missing-value-default", + "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#fetch-priority-attributes:invalid-value-default", + "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#fetch-priority-attributes:attr-fetchpriority-auto-state", "https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#head", "https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#living-standard", "https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#toc-infrastructure", @@ -5413,6 +5431,9 @@ "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:attr-link-color", "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:attr-link-rel-7", "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:attr-link-disabled", + "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:attr-link-fetchpriority", + "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:concept-request-priority", + "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:concept-fetch-2", "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:attr-link-title", "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:attr-link-title-2", "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:css-style-sheet-set-name", @@ -5454,6 +5475,8 @@ "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:dom-link-blocking", "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:cereactions-12", "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:dom-link-disabled", + "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:cereactions-13", + "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:dom-link-fetchpriority", "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:htmllinkelement", "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:linkstyle", "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:the-link-element", @@ -5648,6 +5671,11 @@ "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:the-link-element-24", "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:explicitly-enabled", "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:attr-link-disabled-3", + "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-fetchpriority", + "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:fetch-priority-attribute", + "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:external-resource-link-8", + "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:concept-request-priority-2", + "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:fetch-and-process-the-linked-resource-3", "https://html.spec.whatwg.org/multipage/semantics.html#dom-link-href", "https://html.spec.whatwg.org/multipage/semantics.html#dom-link-hreflang", "https://html.spec.whatwg.org/multipage/semantics.html#dom-link-integrity", @@ -5671,14 +5699,18 @@ "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:reflect-4", "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:attr-link-referrerpolicy-2", "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:limited-to-only-known-values-3", - "https://html.spec.whatwg.org/multipage/semantics.html#dom-link-imagesrcset", + "https://html.spec.whatwg.org/multipage/semantics.html#dom-link-fetchpriority", "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:reflect-5", + "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:attr-link-fetchpriority-2", + "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:limited-to-only-known-values-4", + "https://html.spec.whatwg.org/multipage/semantics.html#dom-link-imagesrcset", + "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:reflect-6", "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:attr-link-imagesrcset-9", "https://html.spec.whatwg.org/multipage/semantics.html#dom-link-imagesizes", - "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:reflect-6", + "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:reflect-7", "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:attr-link-imagesizes-4", "https://html.spec.whatwg.org/multipage/semantics.html#dom-link-rellist", - "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:reflect-7", + "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:reflect-8", "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:attr-link-rel-26", "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:dom-link-rellist-2", "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:dom-domtokenlist-supports", @@ -5781,6 +5813,8 @@ "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:link-options-referrer-policy", "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:concept-request-client", "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:link-options-environment", + "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:concept-request-priority", + "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:link-options-fetch-priority", "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:fetch-and-process-the-linked-resource-2", "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:external-resource-link-4", "https://html.spec.whatwg.org/multipage/semantics.html#fetching-and-processing-a-resource-from-a-link-element:fetch-and-process-the-linked-resource-3", @@ -5831,6 +5865,9 @@ "https://html.spec.whatwg.org/multipage/semantics.html#processing-link-headers:document", "https://html.spec.whatwg.org/multipage/semantics.html#link-options-on-document-ready", "https://html.spec.whatwg.org/multipage/semantics.html#processing-link-headers:document-2", + "https://html.spec.whatwg.org/multipage/semantics.html#link-options-fetch-priority", + "https://html.spec.whatwg.org/multipage/semantics.html#processing-link-headers:attr-fetchpriority-auto-state", + "https://html.spec.whatwg.org/multipage/semantics.html#processing-link-headers:fetch-priority-attribute", "https://html.spec.whatwg.org/multipage/semantics.html#processing-link-headers:link-processing-options-2", "https://html.spec.whatwg.org/multipage/semantics.html#processing-link-headers:link-options-base-url", "https://html.spec.whatwg.org/multipage/semantics.html#processing-link-headers:link-options-href", @@ -5859,6 +5896,8 @@ "https://html.spec.whatwg.org/multipage/semantics.html#processing-link-headers:link-options-document", "https://html.spec.whatwg.org/multipage/semantics.html#processing-link-headers:link-options-nonce", "https://html.spec.whatwg.org/multipage/semantics.html#processing-link-headers:cryptographicnonce", + "https://html.spec.whatwg.org/multipage/semantics.html#processing-link-headers:link-options-fetch-priority", + "https://html.spec.whatwg.org/multipage/semantics.html#processing-link-headers:attr-link-fetchpriority", "https://html.spec.whatwg.org/multipage/semantics.html#processing-link-headers:attr-link-href", "https://html.spec.whatwg.org/multipage/semantics.html#processing-link-headers:link-options-href-2", "https://html.spec.whatwg.org/multipage/semantics.html#processing-link-headers:attr-link-href-2", @@ -5954,6 +5993,12 @@ "https://html.spec.whatwg.org/multipage/semantics.html#processing-link-headers:map-exists-11", "https://html.spec.whatwg.org/multipage/semantics.html#processing-link-headers:link-options-type-2", "https://html.spec.whatwg.org/multipage/semantics.html#processing-link-headers:attr-link-type-4", + "https://html.spec.whatwg.org/multipage/semantics.html#processing-link-headers:attr-link-fetchpriority-2", + "https://html.spec.whatwg.org/multipage/semantics.html#processing-link-headers:map-exists-12", + "https://html.spec.whatwg.org/multipage/semantics.html#processing-link-headers:ascii-case-insensitive-3", + "https://html.spec.whatwg.org/multipage/semantics.html#processing-link-headers:fetch-priority-attribute-2", + "https://html.spec.whatwg.org/multipage/semantics.html#processing-link-headers:link-options-fetch-priority-2", + "https://html.spec.whatwg.org/multipage/semantics.html#processing-link-headers:fetch-priority-attribute-3", "https://html.spec.whatwg.org/multipage/semantics.html#early-hints", "https://html.spec.whatwg.org/multipage/semantics.html#early-hints-2", "https://html.spec.whatwg.org/multipage/semantics.html#early-hints:concept-response", @@ -9704,12 +9749,14 @@ "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:cryptographicnonce", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:attr-link-integrity", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:attr-link-referrerpolicy-2", + "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:attr-link-fetchpriority", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:script-fetch-options", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:concept-script-fetch-options-nonce", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:concept-script-fetch-options-integrity", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:concept-script-fetch-options-parser", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:concept-script-fetch-options-credentials", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:concept-script-fetch-options-referrer-policy", + "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:concept-script-fetch-options-fetch-priority", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:fetch-a-modulepreload-module-script-graph", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:concept-event-fire-2", "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload:event-error-3", @@ -9872,8 +9919,7 @@ "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:concept-potential-destination", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:attr-link-as", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:concept-request-priority", - "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:concept-potential-destination-translate", - "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:concept-request-destination", + "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:attr-link-fetchpriority", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:dom-img-decode", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:create-a-css-style-sheet", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:link-type-preload-3", @@ -9898,7 +9944,7 @@ "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:external-resource-link-6", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:browsing-context-connected-4", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:attr-link-type-2", - "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:concept-request-destination-2", + "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:concept-request-destination", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:attr-link-media", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:the-link-element-7", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:external-resource-link-7", @@ -9964,7 +10010,7 @@ "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:preload-url-2", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:concept-request-url", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:preload-destination-2", - "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:concept-request-destination-3", + "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:concept-request-destination-2", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:preload-mode-2", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:concept-request-mode-2", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:preload-credentials-mode-2", @@ -10596,6 +10642,9 @@ "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:concept-fetch", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:attr-img-decoding", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:attr-img-loading", + "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:attr-img-fetchpriority", + "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:concept-request-priority", + "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:concept-fetch-2", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:concept-element-accessibility-considerations", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:attr-img-alt-2", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:concept-element-dom", @@ -10632,6 +10681,8 @@ "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:dom-img-decoding", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:cereactions-12", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:dom-img-loading", + "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:cereactions-13", + "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:dom-img-fetchpriority", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:dom-img-decode", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:the-img-element", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:the-img-element-2", @@ -10671,13 +10722,17 @@ "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-referrerpolicy", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:referrer-policy-attribute", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:referrer-policy-2", - "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:concept-fetch-2", + "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:concept-fetch-3", "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-decoding", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:img-decoding-process", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:image-decoding-hint", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:missing-value-default", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:invalid-value-default", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:attr-img-decoding-auto-state", + "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-fetchpriority", + "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:fetch-priority-attribute", + "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:concept-request-priority-2", + "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:concept-fetch-4", "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-loading", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:lazy-loading-attribute", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:attr-img-loading-2", @@ -10784,6 +10839,10 @@ "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:reflect-7", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:attr-img-loading-3", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:limited-to-only-known-values-4", + "https://html.spec.whatwg.org/multipage/embedded-content.html#dom-img-fetchpriority", + "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:reflect-8", + "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:attr-img-fetchpriority-2", + "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:limited-to-only-known-values-5", "https://html.spec.whatwg.org/multipage/embedded-content.html#dom-img-width-dev", "https://html.spec.whatwg.org/multipage/embedded-content.html#dom-img-height-dev", "https://html.spec.whatwg.org/multipage/embedded-content.html#dom-img-naturalwidth-dev", @@ -10810,7 +10869,7 @@ "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:img-available-4", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:img-available-5", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:intrinsic-dimensions-2", - "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:reflect-8", + "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:reflect-9", "https://html.spec.whatwg.org/multipage/embedded-content.html#dom-img-naturalwidth", "https://html.spec.whatwg.org/multipage/embedded-content.html#dom-img-naturalheight", "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:density-corrected-intrinsic-width-and-height-2", @@ -11359,6 +11418,8 @@ "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:concept-request-initiator", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:concept-request-referrer-policy", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:attr-img-referrerpolicy", + "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:concept-request-priority", + "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:attr-img-fetchpriority", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:the-img-element-12", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:lazy-loading-attribute", "https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data:attr-loading-eager-state", @@ -11709,6 +11770,8 @@ "https://html.spec.whatwg.org/multipage/images.html#reacting-to-environment-changes:synchronous-flag", "https://html.spec.whatwg.org/multipage/images.html#reacting-to-environment-changes:concept-request-referrer-policy", "https://html.spec.whatwg.org/multipage/images.html#reacting-to-environment-changes:attr-img-referrerpolicy", + "https://html.spec.whatwg.org/multipage/images.html#reacting-to-environment-changes:concept-request-priority", + "https://html.spec.whatwg.org/multipage/images.html#reacting-to-environment-changes:attr-img-fetchpriority", "https://html.spec.whatwg.org/multipage/images.html#reacting-to-environment-changes:concept-fetch", "https://html.spec.whatwg.org/multipage/images.html#reacting-to-environment-changes:unsafe-response", "https://html.spec.whatwg.org/multipage/images.html#reacting-to-environment-changes:network-error", @@ -25490,6 +25553,9 @@ "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:concept-fetch", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:attr-script-blocking", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:potentially-render-blocking", + "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:attr-script-fetchpriority", + "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:concept-request-priority", + "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:concept-fetch-2", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:concept-element-accessibility-considerations", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:concept-element-dom", "https://html.spec.whatwg.org/multipage/scripting.html#htmlscriptelement", @@ -25516,6 +25582,8 @@ "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:dom-domtokenlist-value", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:domtokenlist", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:dom-script-blocking", + "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:cereactions-10", + "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:dom-script-fetchpriority", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:dom-script-supports", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:the-script-element", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:represents", @@ -25584,6 +25652,7 @@ "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:attr-script-crossorigin-3", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:attr-script-integrity-3", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:attr-script-referrerpolicy-3", + "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:attr-script-fetchpriority-2", "https://html.spec.whatwg.org/multipage/scripting.html#attr-script-nomodule", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:boolean-attribute", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:module-script-3", @@ -25639,10 +25708,14 @@ "https://html.spec.whatwg.org/multipage/scripting.html#attr-script-referrerpolicy", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:referrer-policy-attribute", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:referrer-policy-2", - "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:concept-fetch-2", + "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:concept-fetch-3", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:the-script-element-10", "https://html.spec.whatwg.org/multipage/scripting.html#attr-script-blocking", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:blocking-attribute", + "https://html.spec.whatwg.org/multipage/scripting.html#attr-script-fetchpriority", + "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:fetch-priority-attribute", + "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:concept-request-priority-2", + "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:concept-fetch-4", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:attr-script-src-12", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:attr-script-type-7", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:attr-script-nomodule-5", @@ -25651,6 +25724,7 @@ "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:attr-script-crossorigin-4", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:attr-script-integrity-5", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:attr-script-referrerpolicy-4", + "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:attr-script-fetchpriority-3", "https://html.spec.whatwg.org/multipage/scripting.html#dom-script-src", "https://html.spec.whatwg.org/multipage/scripting.html#dom-script-type", "https://html.spec.whatwg.org/multipage/scripting.html#dom-script-defer", @@ -25661,12 +25735,16 @@ "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:reflect-2", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:attr-script-referrerpolicy-5", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:limited-to-only-known-values", - "https://html.spec.whatwg.org/multipage/scripting.html#dom-script-crossorigin", + "https://html.spec.whatwg.org/multipage/scripting.html#dom-script-fetchpriority", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:reflect-3", - "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:attr-script-crossorigin-5", + "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:attr-script-fetchpriority-4", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:limited-to-only-known-values-2", - "https://html.spec.whatwg.org/multipage/scripting.html#dom-script-nomodule", + "https://html.spec.whatwg.org/multipage/scripting.html#dom-script-crossorigin", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:reflect-4", + "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:attr-script-crossorigin-5", + "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:limited-to-only-known-values-3", + "https://html.spec.whatwg.org/multipage/scripting.html#dom-script-nomodule", + "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:reflect-5", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:attr-script-nomodule-6", "https://html.spec.whatwg.org/multipage/scripting.html#dom-script-async", "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element:this", @@ -25908,6 +25986,7 @@ "https://html.spec.whatwg.org/multipage/scripting.html#script-processing-model:cryptographicnonce", "https://html.spec.whatwg.org/multipage/scripting.html#script-processing-model:attr-script-integrity", "https://html.spec.whatwg.org/multipage/scripting.html#script-processing-model:attr-script-referrerpolicy", + "https://html.spec.whatwg.org/multipage/scripting.html#script-processing-model:attr-script-fetchpriority", "https://html.spec.whatwg.org/multipage/scripting.html#script-processing-model:parser-inserted-4", "https://html.spec.whatwg.org/multipage/scripting.html#script-processing-model:script-fetch-options", "https://html.spec.whatwg.org/multipage/scripting.html#script-processing-model:concept-script-fetch-options-nonce", @@ -25915,6 +25994,7 @@ "https://html.spec.whatwg.org/multipage/scripting.html#script-processing-model:concept-script-fetch-options-parser", "https://html.spec.whatwg.org/multipage/scripting.html#script-processing-model:concept-script-fetch-options-credentials", "https://html.spec.whatwg.org/multipage/scripting.html#script-processing-model:concept-script-fetch-options-referrer-policy", + "https://html.spec.whatwg.org/multipage/scripting.html#script-processing-model:concept-script-fetch-options-fetch-priority", "https://html.spec.whatwg.org/multipage/scripting.html#script-processing-model:node-document-3", "https://html.spec.whatwg.org/multipage/scripting.html#script-processing-model:relevant-settings-object", "https://html.spec.whatwg.org/multipage/scripting.html#script-processing-src-prepare", @@ -40801,6 +40881,8 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-referrer-policy", "https://html.spec.whatwg.org/multipage/webappapis.html#concept-script-fetch-options-render-blocking", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-render-blocking", + "https://html.spec.whatwg.org/multipage/webappapis.html#concept-script-fetch-options-fetch-priority", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-priority", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:import()", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:classic-script-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:module-script-4", @@ -40811,6 +40893,7 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-fetch-options-parser", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-fetch-options-credentials", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-fetch-options-referrer-policy", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-fetch-options-fetch-priority", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:script-fetch-options-2", "https://html.spec.whatwg.org/multipage/webappapis.html#set-up-the-classic-script-request", @@ -40824,6 +40907,8 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-fetch-options-referrer-policy-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-render-blocking-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-fetch-options-render-blocking", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-priority-2", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-fetch-options-fetch-priority-2", "https://html.spec.whatwg.org/multipage/webappapis.html#set-up-the-module-script-request", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-nonce-metadata-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-fetch-options-nonce-3", @@ -40837,11 +40922,14 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-fetch-options-referrer-policy-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-render-blocking-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-fetch-options-render-blocking-2", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-priority-3", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-fetch-options-fetch-priority-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:script-fetch-options-3", "https://html.spec.whatwg.org/multipage/webappapis.html#descendant-script-fetch-options", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:script-fetch-options-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:struct-item-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-fetch-options-integrity-4", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-fetch-options-fetch-priority-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts-perform-fetch", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-request-2", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetching-scripts-is-top-level", @@ -40998,6 +41086,7 @@ "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-fetch-options-parser-4", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-fetch-options-credentials-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-fetch-options-referrer-policy-4", + "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:concept-script-fetch-options-fetch-priority-5", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-a-single-module-script-3", "https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-the-descendants-of-and-link-a-module-script-5", "https://html.spec.whatwg.org/multipage/webappapis.html#fetch-the-descendants-of-and-link-a-module-script", @@ -43572,6 +43661,7 @@ "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers:concept-script-fetch-options-referrer-policy", "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers:concept-script-script-fetch-options-3", "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers:concept-script-fetch-options-referrer-policy-2", + "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers:concept-script-fetch-options-fetch-priority", "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers:dom-settimeout-8", "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers:dom-setinterval-8", "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers:eval()", @@ -57127,6 +57217,7 @@ "https://html.spec.whatwg.org/multipage/indices.html#elements-3:attr-img-referrerpolicy", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:attr-img-decoding", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:attr-img-loading", + "https://html.spec.whatwg.org/multipage/indices.html#elements-3:attr-img-fetchpriority", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:htmlimageelement", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:the-input-element", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:flow-content-2-71", @@ -57240,6 +57331,7 @@ "https://html.spec.whatwg.org/multipage/indices.html#elements-3:attr-link-blocking", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:attr-link-color", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:attr-link-disabled", + "https://html.spec.whatwg.org/multipage/indices.html#elements-3:attr-link-fetchpriority", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:htmllinkelement", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:the-main-element", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:flow-content-2-77", @@ -57491,6 +57583,7 @@ "https://html.spec.whatwg.org/multipage/indices.html#elements-3:attr-script-integrity", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:attr-script-referrerpolicy", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:attr-script-blocking", + "https://html.spec.whatwg.org/multipage/indices.html#elements-3:attr-script-fetchpriority", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:htmlscriptelement", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:the-section-element", "https://html.spec.whatwg.org/multipage/indices.html#elements-3:flow-content-2-106", @@ -58308,6 +58401,14 @@ "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-enterkeyhint-keyword-previous", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-enterkeyhint-keyword-search", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-enterkeyhint-keyword-send", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-img-fetchpriority", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-link-fetchpriority", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-script-fetchpriority", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:concept-request-priority", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:concept-fetch", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-fetchpriority-auto", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-fetchpriority-high", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-fetchpriority-low", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-label-for", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:concept-id", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-output-for", @@ -58564,7 +58665,7 @@ "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-link-referrerpolicy", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-script-referrerpolicy", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:referrer-policy", - "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:concept-fetch", + "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:concept-fetch-2", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:referrer-policy-2", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-hyperlink-rel", "https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-hyperlink-rel-2", diff --git a/tr/ids/permissions-policy-1.json b/tr/ids/permissions-policy-1.json index 05c174e5e724..8df20cc4709a 100644 --- a/tr/ids/permissions-policy-1.json +++ b/tr/ids/permissions-policy-1.json @@ -30,6 +30,8 @@ "https://www.w3.org/TR/permissions-policy-1/#framwork", "https://www.w3.org/TR/permissions-policy-1/#features", "https://www.w3.org/TR/permissions-policy-1/#policy-controlled-feature", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-policy-controlled-feature", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-policy-controlled-feature", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature", "https://www.w3.org/TR/permissions-policy-1/#issue-4ecdbcc2", @@ -38,11 +40,15 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature-default-allowlist", "https://www.w3.org/TR/permissions-policy-1/#supported-features", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-supported-features", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-supported-features", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A4", "https://www.w3.org/TR/permissions-policy-1/#policies", "https://www.w3.org/TR/permissions-policy-1/#permissions-policy", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-permissions-policy", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-permissions-policy", "https://www.w3.org/TR/permissions-policy-1/#ref-for-inherited-policy", "https://www.w3.org/TR/permissions-policy-1/#ref-for-declared-policy", "https://www.w3.org/TR/permissions-policy-1/#empty-permissions-policy", @@ -52,6 +58,8 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-declared-policy%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#inherited-policies", "https://www.w3.org/TR/permissions-policy-1/#inherited-policy", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-inherited-policy", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-inherited-policy", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A5", "https://www.w3.org/TR/permissions-policy-1/#inherited-policy-for-a-feature", "https://www.w3.org/TR/permissions-policy-1/#ref-for-inherited-policy%E2%91%A1", @@ -68,10 +76,14 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-container-policy", "https://www.w3.org/TR/permissions-policy-1/#declared-policies", "https://www.w3.org/TR/permissions-policy-1/#declared-policy", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-declared-policy", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-declared-policy", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A7", "https://www.w3.org/TR/permissions-policy-1/#ref-for-allowlist%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#header-policies", "https://www.w3.org/TR/permissions-policy-1/#header-policy", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-header-policy", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-header-policy", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-directive%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#ref-for-declared-policy%E2%91%A2", @@ -79,6 +91,8 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-header-policy", "https://www.w3.org/TR/permissions-policy-1/#ref-for-child-navigable%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#container-policy", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-container-policy", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-container-policy", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-directive%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-container-policy%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-navigable-container", @@ -89,19 +103,27 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-container-policy%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#policy-directives", "https://www.w3.org/TR/permissions-policy-1/#policy-directive", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-policy-directive", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-policy-directive", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A8", "https://www.w3.org/TR/permissions-policy-1/#ref-for-allowlist%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-directive%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#ref-for-dictionary", "https://www.w3.org/TR/permissions-policy-1/#allowlists", "https://www.w3.org/TR/permissions-policy-1/#allowlist", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-allowlist", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-allowlist", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin", "https://www.w3.org/TR/permissions-policy-1/#ref-for-allowlist%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#the-special-value", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-the-special-value", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-the-special-value", "https://www.w3.org/TR/permissions-policy-1/#ref-for-ordered-set", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-allowlist%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#matches", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-matches", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-matches", "https://www.w3.org/TR/permissions-policy-1/#ref-for-allowlist%E2%91%A4", "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-special-value", "https://www.w3.org/TR/permissions-policy-1/#ref-for-allowlist%E2%91%A5", @@ -109,6 +131,8 @@ "https://www.w3.org/TR/permissions-policy-1/#default-allowlists", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/permissions-policy-1/#policy-controlled-feature-default-allowlist", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-policy-controlled-feature-default-allowlist", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-policy-controlled-feature-default-allowlist", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature-default-allowlist%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-top-level-traversable%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-child-navigable%E2%91%A3", @@ -123,15 +147,25 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-serialized-policy-directive", "https://www.w3.org/TR/permissions-policy-1/#ref-for-serialized-policy-directive%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#serialized-policy-directive", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-serialized-policy-directive", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-serialized-policy-directive", "https://www.w3.org/TR/permissions-policy-1/#ref-for-feature-identifier", "https://www.w3.org/TR/permissions-policy-1/#ref-for-allow-list", "https://www.w3.org/TR/permissions-policy-1/#feature-identifier", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-feature-identifier", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-feature-identifier", "https://www.w3.org/TR/permissions-policy-1/#allow-list", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-allow-list", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-allow-list", "https://www.w3.org/TR/permissions-policy-1/#ref-for-allow-list-value", "https://www.w3.org/TR/permissions-policy-1/#ref-for-allow-list-value%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#allow-list-value", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-allow-list-value", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-allow-list-value", "https://www.w3.org/TR/permissions-policy-1/#ref-for-serialized-origin", "https://www.w3.org/TR/permissions-policy-1/#serialized-origin", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-serialized-origin", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-serialized-origin", "https://www.w3.org/TR/permissions-policy-1/#ref-for-ascii-serialisation-of-an-origin", "https://www.w3.org/TR/permissions-policy-1/#structured-header-serialization", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-directive%E2%91%A4", @@ -143,6 +177,8 @@ "https://www.w3.org/TR/permissions-policy-1/#delivery", "https://www.w3.org/TR/permissions-policy-1/#permissions-policy-http-header-field", "https://www.w3.org/TR/permissions-policy-1/#permissions-policy-header", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-permissions-policy-header", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-permissions-policy-header", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-response-response", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy-header%E2%91%A1", @@ -178,8 +214,12 @@ "https://www.w3.org/TR/permissions-policy-1/#the-policy-object", "https://www.w3.org/TR/permissions-policy-1/#ref-for-Exposed", "https://www.w3.org/TR/permissions-policy-1/#permissionspolicy", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-permissionspolicy", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-permissionspolicy", "https://www.w3.org/TR/permissions-policy-1/#ref-for-idl-boolean", "https://www.w3.org/TR/permissions-policy-1/#dom-permissionspolicy-allowsfeature", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-dom-permissionspolicy-allowsfeature", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-dom-permissionspolicy-allowsfeature", "https://www.w3.org/TR/permissions-policy-1/#ref-for-idl-DOMString", "https://www.w3.org/TR/permissions-policy-1/#dom-permissionspolicy-allowsfeature-feature-origin-feature", "https://www.w3.org/TR/permissions-policy-1/#ref-for-idl-DOMString%E2%91%A0", @@ -187,29 +227,43 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-idl-sequence", "https://www.w3.org/TR/permissions-policy-1/#ref-for-idl-DOMString%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#dom-permissionspolicy-features", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-dom-permissionspolicy-features", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-dom-permissionspolicy-features", "https://www.w3.org/TR/permissions-policy-1/#ref-for-idl-sequence%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-idl-DOMString%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#dom-permissionspolicy-allowedfeatures", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-dom-permissionspolicy-allowedfeatures", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-dom-permissionspolicy-allowedfeatures", "https://www.w3.org/TR/permissions-policy-1/#ref-for-idl-sequence%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-idl-DOMString%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#dom-permissionspolicy-getallowlistforfeature", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-dom-permissionspolicy-getallowlistforfeature", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-dom-permissionspolicy-getallowlistforfeature", "https://www.w3.org/TR/permissions-policy-1/#ref-for-idl-DOMString%E2%91%A4", "https://www.w3.org/TR/permissions-policy-1/#dom-permissionspolicy-getallowlistforfeature-feature-feature", "https://www.w3.org/TR/permissions-policy-1/#ref-for-document%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-SameObject", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicy%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#dom-document-permissionspolicy", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-dom-document-permissionspolicy", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-dom-document-permissionspolicy", "https://www.w3.org/TR/permissions-policy-1/#ref-for-htmliframeelement", "https://www.w3.org/TR/permissions-policy-1/#ref-for-SameObject%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicy%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#dom-htmliframeelement-permissionspolicy", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-dom-htmliframeelement-permissionspolicy", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-dom-htmliframeelement-permissionspolicy", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicy%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#associated-node", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-associated-node", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-associated-node", "https://www.w3.org/TR/permissions-policy-1/#ref-for-node", "https://www.w3.org/TR/permissions-policy-1/#ref-for-associated-node", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicy%E2%91%A4", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicy%E2%91%A5", "https://www.w3.org/TR/permissions-policy-1/#default-origin", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-default-origin", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-default-origin", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicy%E2%91%A6", "https://www.w3.org/TR/permissions-policy-1/#ref-for-associated-node%E2%91%A0", @@ -227,6 +281,8 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-declared-origin", "https://www.w3.org/TR/permissions-policy-1/#ref-for-document%E2%91%A4", "https://www.w3.org/TR/permissions-policy-1/#document-policy-object", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-document-policy-object", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-document-policy-object", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicy%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/permissions-policy-1/#ref-for-associated-node%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#ref-for-document%E2%91%A5", @@ -236,6 +292,8 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-document-policy-object", "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#iframe-policy-object", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-iframe-policy-object", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-iframe-policy-object", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicy%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-associated-node%E2%91%A4", "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A4", @@ -265,6 +323,8 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-associated-node%E2%91%A7", "https://www.w3.org/TR/permissions-policy-1/#ref-for-ascii-serialisation-of-an-origin%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#observable-policy", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-observable-policy", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-observable-policy", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy%E2%91%A4", "https://www.w3.org/TR/permissions-policy-1/#ref-for-observable-policy%E2%91%A4", "https://www.w3.org/TR/permissions-policy-1/#ref-for-observable-policy%E2%91%A5", @@ -273,6 +333,8 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-declared-origin%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy%E2%91%A5", "https://www.w3.org/TR/permissions-policy-1/#declared-origin", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-declared-origin", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-declared-origin", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-node-document", "https://www.w3.org/TR/permissions-policy-1/#ref-for-sandboxed-origin-browsing-context-flag", "https://www.w3.org/TR/permissions-policy-1/#ref-for-attr-iframe-sandbox%E2%91%A0", @@ -284,15 +346,21 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-declared-origin%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#reporting", "https://www.w3.org/TR/permissions-policy-1/#permissions-policy-violation-reports", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-permissions-policy-violation-reports", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-permissions-policy-violation-reports", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-document", "https://www.w3.org/TR/permissions-policy-1/#ref-for-violate", "https://www.w3.org/TR/permissions-policy-1/#violate", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-violate", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-violate", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy-violation-reports", "https://www.w3.org/TR/permissions-policy-1/#ref-for-report-type", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy-violation-reports%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-visible-to-reportingobservers", "https://www.w3.org/TR/permissions-policy-1/#ref-for-Exposed%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#permissionspolicyviolationreportbody", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-permissionspolicyviolationreportbody", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-permissionspolicyviolationreportbody", "https://www.w3.org/TR/permissions-policy-1/#ref-for-reportbody", "https://www.w3.org/TR/permissions-policy-1/#ref-for-idl-DOMString%E2%91%A5", "https://www.w3.org/TR/permissions-policy-1/#dom-permissionspolicyviolationreportbody-featureid", @@ -308,17 +376,27 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-report-body", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicyviolationreportbody", "https://www.w3.org/TR/permissions-policy-1/#permissionspolicyviolationreportbody-featureid", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-permissionspolicyviolationreportbody-featureid", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-permissionspolicyviolationreportbody-featureid", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#ref-for-violate%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#permissionspolicyviolationreportbody-sourcefile", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-permissionspolicyviolationreportbody-sourcefile", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-permissionspolicyviolationreportbody-sourcefile", "https://www.w3.org/TR/permissions-policy-1/#ref-for-violate%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#permissionspolicyviolationreportbody-linenumber", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-permissionspolicyviolationreportbody-linenumber", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-permissionspolicyviolationreportbody-linenumber", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicyviolationreportbody-sourcefile", "https://www.w3.org/TR/permissions-policy-1/#ref-for-violate%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#permissionspolicyviolationreportbody-columnnumber", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-permissionspolicyviolationreportbody-columnnumber", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-permissionspolicyviolationreportbody-columnnumber", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicyviolationreportbody-sourcefile%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-violate%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#permissionspolicyviolationreportbody-disposition", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-permissionspolicyviolationreportbody-disposition", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-permissionspolicyviolationreportbody-disposition", "https://www.w3.org/TR/permissions-policy-1/#ref-for-violate%E2%91%A4", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicyviolationreportbody-disposition", "https://www.w3.org/TR/permissions-policy-1/#ref-for-violate%E2%91%A5", @@ -326,6 +404,8 @@ "https://www.w3.org/TR/permissions-policy-1/#algorithms", "https://www.w3.org/TR/permissions-policy-1/#algo-process-response-policy", "https://www.w3.org/TR/permissions-policy-1/#process-response-policy", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-process-response-policy", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-process-response-policy", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-response-response%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#ref-for-declared-policy%E2%91%A3", @@ -333,6 +413,8 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-construct-policy", "https://www.w3.org/TR/permissions-policy-1/#algo-construct-policy", "https://www.w3.org/TR/permissions-policy-1/#construct-policy", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-construct-policy", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-construct-policy", "https://www.w3.org/TR/permissions-policy-1/#ref-for-ordered-map", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin%E2%91%A4", "https://www.w3.org/TR/permissions-policy-1/#ref-for-declared-policy%E2%91%A4", @@ -344,6 +426,8 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-parser", "https://www.w3.org/TR/permissions-policy-1/#algo-parse-policy-directive", "https://www.w3.org/TR/permissions-policy-1/#parse-policy-directive", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-parse-policy-directive", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-parse-policy-directive", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin%E2%91%A5", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin%E2%91%A6", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-directive%E2%91%A6", @@ -359,6 +443,8 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-parser%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#algo-process-policy-attributes", "https://www.w3.org/TR/permissions-policy-1/#process-policy-attributes", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-process-policy-attributes", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-process-policy-attributes", "https://www.w3.org/TR/permissions-policy-1/#ref-for-container-policy%E2%91%A6", "https://www.w3.org/TR/permissions-policy-1/#ref-for-parse-policy-directive", "https://www.w3.org/TR/permissions-policy-1/#ref-for-declared-origin%E2%91%A2", @@ -366,6 +452,8 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-special-value%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#algo-create-for-navigable", "https://www.w3.org/TR/permissions-policy-1/#create-for-navigable", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-create-for-navigable", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-create-for-navigable", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-element", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin%E2%91%A7", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy%E2%91%A6", @@ -384,6 +472,8 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-declared-policy%E2%91%A5", "https://www.w3.org/TR/permissions-policy-1/#algo-define-inherited-policy-in-container", "https://www.w3.org/TR/permissions-policy-1/#define-inherited-policy-in-container", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-define-inherited-policy-in-container", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-define-inherited-policy-in-container", "https://www.w3.org/TR/permissions-policy-1/#ref-for-navigable-container%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/permissions-policy-1/#ref-for-inherited-policy%E2%91%A5", @@ -401,6 +491,8 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-node-document%E2%91%A6", "https://www.w3.org/TR/permissions-policy-1/#algo-is-feature-enabled", "https://www.w3.org/TR/permissions-policy-1/#is-feature-enabled", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-is-feature-enabled", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-is-feature-enabled", "https://www.w3.org/TR/permissions-policy-1/#ref-for-document%E2%91%A8", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy%E2%91%A0%E2%93%AA", @@ -459,59 +551,165 @@ "https://www.w3.org/TR/permissions-policy-1/#index", "https://www.w3.org/TR/permissions-policy-1/#index-defined-here", "https://www.w3.org/TR/permissions-policy-1/#index-defined-elsewhere", - "https://www.w3.org/TR/permissions-policy-1/#term-for-sandbox", - "https://www.w3.org/TR/permissions-policy-1/#term-for-document", - "https://www.w3.org/TR/permissions-policy-1/#term-for-element", - "https://www.w3.org/TR/permissions-policy-1/#term-for-node", - "https://www.w3.org/TR/permissions-policy-1/#term-for-concept-document", - "https://www.w3.org/TR/permissions-policy-1/#term-for-concept-element", - "https://www.w3.org/TR/permissions-policy-1/#term-for-concept-node-document", - "https://www.w3.org/TR/permissions-policy-1/#term-for-concept-header-list-get-structured-header", - "https://www.w3.org/TR/permissions-policy-1/#term-for-concept-request-origin", - "https://www.w3.org/TR/permissions-policy-1/#term-for-concept-request", - "https://www.w3.org/TR/permissions-policy-1/#term-for-concept-response-response", - "https://www.w3.org/TR/permissions-policy-1/#term-for-concept-request-window", - "https://www.w3.org/TR/permissions-policy-1/#term-for-dom-element-requestfullscreen", - "https://www.w3.org/TR/permissions-policy-1/#term-for-dictionary", - "https://www.w3.org/TR/permissions-policy-1/#term-for-htmliframeelement", - "https://www.w3.org/TR/permissions-policy-1/#term-for-window", - "https://www.w3.org/TR/permissions-policy-1/#term-for-workerglobalscope", - "https://www.w3.org/TR/permissions-policy-1/#term-for-workletglobalscope", - "https://www.w3.org/TR/permissions-policy-1/#term-for-concept-document-window", - "https://www.w3.org/TR/permissions-policy-1/#term-for-child-navigable", - "https://www.w3.org/TR/permissions-policy-1/#term-for-content-navigable", - "https://www.w3.org/TR/permissions-policy-1/#term-for-descendant-navigables", - "https://www.w3.org/TR/permissions-policy-1/#term-for-environment-settings-object", - "https://www.w3.org/TR/permissions-policy-1/#term-for-the-iframe-element", - "https://www.w3.org/TR/permissions-policy-1/#term-for-navigable-container", - "https://www.w3.org/TR/permissions-policy-1/#term-for-same-origin", - "https://www.w3.org/TR/permissions-policy-1/#term-for-same-origin-domain", - "https://www.w3.org/TR/permissions-policy-1/#term-for-attr-iframe-sandbox", - "https://www.w3.org/TR/permissions-policy-1/#term-for-sandboxed-origin-browsing-context-flag", - "https://www.w3.org/TR/permissions-policy-1/#term-for-ascii-serialisation-of-an-origin", - "https://www.w3.org/TR/permissions-policy-1/#term-for-attr-iframe-src", - "https://www.w3.org/TR/permissions-policy-1/#term-for-attr-iframe-srcdoc", - "https://www.w3.org/TR/permissions-policy-1/#term-for-top-level-traversable", - "https://www.w3.org/TR/permissions-policy-1/#term-for-ascii-case-insensitive", - "https://www.w3.org/TR/permissions-policy-1/#term-for-ordered-map", - "https://www.w3.org/TR/permissions-policy-1/#term-for-ordered-set", - "https://www.w3.org/TR/permissions-policy-1/#term-for-split-on-ascii-whitespace", - "https://www.w3.org/TR/permissions-policy-1/#term-for-strictly-split", - "https://www.w3.org/TR/permissions-policy-1/#term-for-dfn-powerful-feature", - "https://www.w3.org/TR/permissions-policy-1/#term-for-reportbody", - "https://www.w3.org/TR/permissions-policy-1/#term-for-report-body", - "https://www.w3.org/TR/permissions-policy-1/#term-for-generate-and-queue-a-report", - "https://www.w3.org/TR/permissions-policy-1/#term-for-report", - "https://www.w3.org/TR/permissions-policy-1/#term-for-report-type", - "https://www.w3.org/TR/permissions-policy-1/#term-for-visible-to-reportingobservers", - "https://www.w3.org/TR/permissions-policy-1/#term-for-concept-url-origin", - "https://www.w3.org/TR/permissions-policy-1/#term-for-concept-url-parser", - "https://www.w3.org/TR/permissions-policy-1/#term-for-idl-DOMString", - "https://www.w3.org/TR/permissions-policy-1/#term-for-Exposed", - "https://www.w3.org/TR/permissions-policy-1/#term-for-SameObject", - "https://www.w3.org/TR/permissions-policy-1/#term-for-idl-boolean", - "https://www.w3.org/TR/permissions-policy-1/#term-for-idl-long", - "https://www.w3.org/TR/permissions-policy-1/#term-for-idl-sequence", + "https://www.w3.org/TR/permissions-policy-1/#455333eb3a3c7ac72dc439c0257d4b6b", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-455333eb3a3c7ac72dc439c0257d4b6b", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-455333eb3a3c7ac72dc439c0257d4b6b", + "https://www.w3.org/TR/permissions-policy-1/#07886e33695d0e7b473ef18f656ad7ac", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-07886e33695d0e7b473ef18f656ad7ac", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-07886e33695d0e7b473ef18f656ad7ac", + "https://www.w3.org/TR/permissions-policy-1/#217dfc85318b612bdb489d33301d0fc2", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-217dfc85318b612bdb489d33301d0fc2", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-217dfc85318b612bdb489d33301d0fc2", + "https://www.w3.org/TR/permissions-policy-1/#d46138fb23d511fa1202922ca660da3c", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-d46138fb23d511fa1202922ca660da3c", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-d46138fb23d511fa1202922ca660da3c", + "https://www.w3.org/TR/permissions-policy-1/#985c42e2af63b3e74bd3b70d55668fd4", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-985c42e2af63b3e74bd3b70d55668fd4", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-985c42e2af63b3e74bd3b70d55668fd4", + "https://www.w3.org/TR/permissions-policy-1/#0e9d2b68d8d34152d128b48f1a821cc6", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-0e9d2b68d8d34152d128b48f1a821cc6", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-0e9d2b68d8d34152d128b48f1a821cc6", + "https://www.w3.org/TR/permissions-policy-1/#e374c2a979dc7a73f7d03be0623d67e6", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-e374c2a979dc7a73f7d03be0623d67e6", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-e374c2a979dc7a73f7d03be0623d67e6", + "https://www.w3.org/TR/permissions-policy-1/#7d20d86aab82c14f214b792b61bc7cb8", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-7d20d86aab82c14f214b792b61bc7cb8", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-7d20d86aab82c14f214b792b61bc7cb8", + "https://www.w3.org/TR/permissions-policy-1/#ac749183eb78d9110066fea84c5417ad", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-ac749183eb78d9110066fea84c5417ad", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-ac749183eb78d9110066fea84c5417ad", + "https://www.w3.org/TR/permissions-policy-1/#491791562dd138987138e7051a96c07c", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-491791562dd138987138e7051a96c07c", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-491791562dd138987138e7051a96c07c", + "https://www.w3.org/TR/permissions-policy-1/#12a5f639c62d2f0bd5e5e8ab36848416", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-12a5f639c62d2f0bd5e5e8ab36848416", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-12a5f639c62d2f0bd5e5e8ab36848416", + "https://www.w3.org/TR/permissions-policy-1/#d72233a2731c7f5b88c9c3da9700b26a", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-d72233a2731c7f5b88c9c3da9700b26a", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-d72233a2731c7f5b88c9c3da9700b26a", + "https://www.w3.org/TR/permissions-policy-1/#17f1422256aaa84ed73c3e82e27bec5c", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-17f1422256aaa84ed73c3e82e27bec5c", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-17f1422256aaa84ed73c3e82e27bec5c", + "https://www.w3.org/TR/permissions-policy-1/#2315b63b2de20d81b833080a975c0672", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-2315b63b2de20d81b833080a975c0672", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-2315b63b2de20d81b833080a975c0672", + "https://www.w3.org/TR/permissions-policy-1/#75ff12c16ae1a8f6cbf2920128280261", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-75ff12c16ae1a8f6cbf2920128280261", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-75ff12c16ae1a8f6cbf2920128280261", + "https://www.w3.org/TR/permissions-policy-1/#d1f0a86fd49be388d8b0159e241a1172", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-d1f0a86fd49be388d8b0159e241a1172", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-d1f0a86fd49be388d8b0159e241a1172", + "https://www.w3.org/TR/permissions-policy-1/#569dd106ffc76704c49d49a9087ebb4e", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-569dd106ffc76704c49d49a9087ebb4e", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-569dd106ffc76704c49d49a9087ebb4e", + "https://www.w3.org/TR/permissions-policy-1/#f1c3158ad16b10a1e2f5e18807f043d3", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-f1c3158ad16b10a1e2f5e18807f043d3", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-f1c3158ad16b10a1e2f5e18807f043d3", + "https://www.w3.org/TR/permissions-policy-1/#04e6c32034490f45e4757ead7871de18", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-04e6c32034490f45e4757ead7871de18", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-04e6c32034490f45e4757ead7871de18", + "https://www.w3.org/TR/permissions-policy-1/#cf9d263a9722f9674575d8cc71ad954e", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-cf9d263a9722f9674575d8cc71ad954e", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-cf9d263a9722f9674575d8cc71ad954e", + "https://www.w3.org/TR/permissions-policy-1/#41825616648aa457b0c5bda985dd4c77", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-41825616648aa457b0c5bda985dd4c77", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-41825616648aa457b0c5bda985dd4c77", + "https://www.w3.org/TR/permissions-policy-1/#a81611b931aeb074712a908933dfb902", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-a81611b931aeb074712a908933dfb902", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-a81611b931aeb074712a908933dfb902", + "https://www.w3.org/TR/permissions-policy-1/#d815dc723d8b4fe4b1166e2013ec62b7", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-d815dc723d8b4fe4b1166e2013ec62b7", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-d815dc723d8b4fe4b1166e2013ec62b7", + "https://www.w3.org/TR/permissions-policy-1/#baf95ce8d0404079723db392663d355e", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-baf95ce8d0404079723db392663d355e", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-baf95ce8d0404079723db392663d355e", + "https://www.w3.org/TR/permissions-policy-1/#dafb0ebfee99f77becebf8c0dfaa16f5", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-dafb0ebfee99f77becebf8c0dfaa16f5", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-dafb0ebfee99f77becebf8c0dfaa16f5", + "https://www.w3.org/TR/permissions-policy-1/#3bd07dd1ec2f367091cfd0df47c118a5", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-3bd07dd1ec2f367091cfd0df47c118a5", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-3bd07dd1ec2f367091cfd0df47c118a5", + "https://www.w3.org/TR/permissions-policy-1/#d5543645caea3991168ea789673b51fd", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-d5543645caea3991168ea789673b51fd", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-d5543645caea3991168ea789673b51fd", + "https://www.w3.org/TR/permissions-policy-1/#7fedfd2db36830e90ebd98d5825db5e6", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-7fedfd2db36830e90ebd98d5825db5e6", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-7fedfd2db36830e90ebd98d5825db5e6", + "https://www.w3.org/TR/permissions-policy-1/#606e5eeae594389642b037ca493a3662", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-606e5eeae594389642b037ca493a3662", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-606e5eeae594389642b037ca493a3662", + "https://www.w3.org/TR/permissions-policy-1/#2aeb953708ac6466a37697c533cf366f", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-2aeb953708ac6466a37697c533cf366f", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-2aeb953708ac6466a37697c533cf366f", + "https://www.w3.org/TR/permissions-policy-1/#682b506e704f2f5564e76ebd1b631560", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-682b506e704f2f5564e76ebd1b631560", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-682b506e704f2f5564e76ebd1b631560", + "https://www.w3.org/TR/permissions-policy-1/#cae709b2795144c63e03980742fde099", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-cae709b2795144c63e03980742fde099", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-cae709b2795144c63e03980742fde099", + "https://www.w3.org/TR/permissions-policy-1/#6bb36d47a5f9a04109a4493b81f2720a", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-6bb36d47a5f9a04109a4493b81f2720a", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-6bb36d47a5f9a04109a4493b81f2720a", + "https://www.w3.org/TR/permissions-policy-1/#40e03093c2abdfda29859443abc155bc", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-40e03093c2abdfda29859443abc155bc", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-40e03093c2abdfda29859443abc155bc", + "https://www.w3.org/TR/permissions-policy-1/#6f2e2caca6e93162e900d159efe5b573", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-6f2e2caca6e93162e900d159efe5b573", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-6f2e2caca6e93162e900d159efe5b573", + "https://www.w3.org/TR/permissions-policy-1/#80524ea4c0063fe3cf0b6c49a40e31bf", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-80524ea4c0063fe3cf0b6c49a40e31bf", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-80524ea4c0063fe3cf0b6c49a40e31bf", + "https://www.w3.org/TR/permissions-policy-1/#fc63a7270d7480e6e37f57b7d6b2b829", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-fc63a7270d7480e6e37f57b7d6b2b829", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-fc63a7270d7480e6e37f57b7d6b2b829", + "https://www.w3.org/TR/permissions-policy-1/#ffa7889afb45e1f224e3ee8ecbd35efd", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-ffa7889afb45e1f224e3ee8ecbd35efd", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-ffa7889afb45e1f224e3ee8ecbd35efd", + "https://www.w3.org/TR/permissions-policy-1/#a0e2653b36f3532897de67425b6c92c3", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-a0e2653b36f3532897de67425b6c92c3", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-a0e2653b36f3532897de67425b6c92c3", + "https://www.w3.org/TR/permissions-policy-1/#0fe15a14a3a3066c0e9c094cc8b81ce7", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-0fe15a14a3a3066c0e9c094cc8b81ce7", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-0fe15a14a3a3066c0e9c094cc8b81ce7", + "https://www.w3.org/TR/permissions-policy-1/#9c2faa84a46f1d8b03d1e92e2afd008b", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-9c2faa84a46f1d8b03d1e92e2afd008b", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-9c2faa84a46f1d8b03d1e92e2afd008b", + "https://www.w3.org/TR/permissions-policy-1/#bc4b36441a96a67ec14f81bb4ba30f72", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-bc4b36441a96a67ec14f81bb4ba30f72", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-bc4b36441a96a67ec14f81bb4ba30f72", + "https://www.w3.org/TR/permissions-policy-1/#87fc1584da3e438c3370a803fd0f821a", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-87fc1584da3e438c3370a803fd0f821a", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-87fc1584da3e438c3370a803fd0f821a", + "https://www.w3.org/TR/permissions-policy-1/#beb3e69457e93e367292d407d82efb32", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-beb3e69457e93e367292d407d82efb32", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-beb3e69457e93e367292d407d82efb32", + "https://www.w3.org/TR/permissions-policy-1/#da48e5191e3adfa2cefb52d979321aae", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-da48e5191e3adfa2cefb52d979321aae", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-da48e5191e3adfa2cefb52d979321aae", + "https://www.w3.org/TR/permissions-policy-1/#eb0e1698348a5ae30cd3aa882b6dff01", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-eb0e1698348a5ae30cd3aa882b6dff01", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-eb0e1698348a5ae30cd3aa882b6dff01", + "https://www.w3.org/TR/permissions-policy-1/#07df417653faafb38ece7480f2c15a3e", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-07df417653faafb38ece7480f2c15a3e", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-07df417653faafb38ece7480f2c15a3e", + "https://www.w3.org/TR/permissions-policy-1/#d0f238a61de9310f1738a214749fab18", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-d0f238a61de9310f1738a214749fab18", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-d0f238a61de9310f1738a214749fab18", + "https://www.w3.org/TR/permissions-policy-1/#dde049eb112f043fc45407ec0d4cb457", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-dde049eb112f043fc45407ec0d4cb457", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-dde049eb112f043fc45407ec0d4cb457", + "https://www.w3.org/TR/permissions-policy-1/#f572762cd4679aeacd36722d99d2b741", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-f572762cd4679aeacd36722d99d2b741", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-f572762cd4679aeacd36722d99d2b741", + "https://www.w3.org/TR/permissions-policy-1/#f8062b07e25ed0281f5cbfb9a54070b4", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-f8062b07e25ed0281f5cbfb9a54070b4", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-f8062b07e25ed0281f5cbfb9a54070b4", + "https://www.w3.org/TR/permissions-policy-1/#a189a0d7ce5bc36522126b11ca418f0a", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-a189a0d7ce5bc36522126b11ca418f0a", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-a189a0d7ce5bc36522126b11ca418f0a", + "https://www.w3.org/TR/permissions-policy-1/#38ab7db52e46bed36993204c29f67202", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-38ab7db52e46bed36993204c29f67202", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-38ab7db52e46bed36993204c29f67202", "https://www.w3.org/TR/permissions-policy-1/#references", "https://www.w3.org/TR/permissions-policy-1/#normative", "https://www.w3.org/TR/permissions-policy-1/#biblio-csp3", diff --git a/tr/ids/priority-hints.json b/tr/ids/priority-hints.json deleted file mode 100644 index cb07c823d238..000000000000 --- a/tr/ids/priority-hints.json +++ /dev/null @@ -1,235 +0,0 @@ -{ - "spec": { - "title": "Priority Hints", - "url": "https://wicg.github.io/priority-hints/" - }, - "ids": [ - "https://wicg.github.io/priority-hints/#toc-nav", - "https://wicg.github.io/priority-hints/#toc-jump", - "https://wicg.github.io/priority-hints/#toc-toggle", - "https://wicg.github.io/priority-hints/#title", - "https://wicg.github.io/priority-hints/#w3c-state", - "https://wicg.github.io/priority-hints/#abstract", - "https://wicg.github.io/priority-hints/#status", - "https://wicg.github.io/priority-hints/#toc", - "https://wicg.github.io/priority-hints/#contents", - "https://wicg.github.io/priority-hints/#ref-for-enumerated-attribute", - "https://wicg.github.io/priority-hints/#ref-for-the-img-element", - "https://wicg.github.io/priority-hints/#ref-for-the-link-element", - "https://wicg.github.io/priority-hints/#ref-for-script", - "https://wicg.github.io/priority-hints/#ref-for-the-iframe-element", - "https://wicg.github.io/priority-hints/#ref-for-dom-requestinit-priority", - "https://wicg.github.io/priority-hints/#ref-for-enumerated-attribute%E2%91%A0", - "https://wicg.github.io/priority-hints/#ref-for-request", - "https://wicg.github.io/priority-hints/#sotd", - "https://wicg.github.io/priority-hints/#introduction", - "https://wicg.github.io/priority-hints/#ref-for-concept-request-destination", - "https://wicg.github.io/priority-hints/#solution", - "https://wicg.github.io/priority-hints/#ref-for-enumerated-attribute%E2%91%A1", - "https://wicg.github.io/priority-hints/#ref-for-the-link-element%E2%91%A0", - "https://wicg.github.io/priority-hints/#ref-for-the-img-element%E2%91%A0", - "https://wicg.github.io/priority-hints/#ref-for-script%E2%91%A0", - "https://wicg.github.io/priority-hints/#ref-for-the-iframe-element%E2%91%A0", - "https://wicg.github.io/priority-hints/#ref-for-invalid-value-default", - "https://wicg.github.io/priority-hints/#ref-for-missing-value-default", - "https://wicg.github.io/priority-hints/#proposal", - "https://wicg.github.io/priority-hints/#definitions", - "https://wicg.github.io/priority-hints/#fetchpriority-enum", - "https://wicg.github.io/priority-hints/#enumdef-fetchpriority", - "https://wicg.github.io/priority-hints/#dom-fetchpriority-high", - "https://wicg.github.io/priority-hints/#dom-fetchpriority-low", - "https://wicg.github.io/priority-hints/#dom-fetchpriority-auto", - "https://wicg.github.io/priority-hints/#fetchpriority-enum-high", - "https://wicg.github.io/priority-hints/#fetchpriority-enum-low", - "https://wicg.github.io/priority-hints/#fetchpriority-enum-auto", - "https://wicg.github.io/priority-hints/#fetch-integration", - "https://wicg.github.io/priority-hints/#ref-for-dom-requestinit-priority%E2%91%A0", - "https://wicg.github.io/priority-hints/#html-integration", - "https://wicg.github.io/priority-hints/#ref-for-the-img-element%E2%91%A1", - "https://wicg.github.io/priority-hints/#ref-for-the-link-element%E2%91%A1", - "https://wicg.github.io/priority-hints/#ref-for-script%E2%91%A1", - "https://wicg.github.io/priority-hints/#ref-for-the-iframe-element%E2%91%A1", - "https://wicg.github.io/priority-hints/#ref-for-fetching-resources", - "https://wicg.github.io/priority-hints/#fetchpriority-attribute", - "https://wicg.github.io/priority-hints/#ref-for-fetchpriority-enum", - "https://wicg.github.io/priority-hints/#ref-for-fetchpriority-enum-auto", - "https://wicg.github.io/priority-hints/#ref-for-concept-fetch", - "https://wicg.github.io/priority-hints/#img", - "https://wicg.github.io/priority-hints/#ref-for-the-img-element%E2%91%A2", - "https://wicg.github.io/priority-hints/#ref-for-concept-fetch%E2%91%A0", - "https://wicg.github.io/priority-hints/#ref-for-the-img-element%E2%91%A3", - "https://wicg.github.io/priority-hints/#ref-for-htmlimageelement", - "https://wicg.github.io/priority-hints/#ref-for-cereactions", - "https://wicg.github.io/priority-hints/#ref-for-idl-DOMString", - "https://wicg.github.io/priority-hints/#ref-for-dom-htmlimageelement-fetchpriority", - "https://wicg.github.io/priority-hints/#ref-for-the-img-element%E2%91%A4", - "https://wicg.github.io/priority-hints/#element-attrdef-img-fetchpriority", - "https://wicg.github.io/priority-hints/#ref-for-fetchpriority-attribute", - "https://wicg.github.io/priority-hints/#ref-for-request-priority", - "https://wicg.github.io/priority-hints/#ref-for-concept-fetch%E2%91%A1", - "https://wicg.github.io/priority-hints/#dom-htmlimageelement-fetchpriority", - "https://wicg.github.io/priority-hints/#ref-for-update-the-image-data", - "https://wicg.github.io/priority-hints/#ref-for-request-priority%E2%91%A0", - "https://wicg.github.io/priority-hints/#ref-for-reacting-to-environment-changes", - "https://wicg.github.io/priority-hints/#ref-for-request-priority%E2%91%A1", - "https://wicg.github.io/priority-hints/#ref-for-elements-3", - "https://wicg.github.io/priority-hints/#ref-for-the-img-element%E2%91%A5", - "https://wicg.github.io/priority-hints/#picture", - "https://wicg.github.io/priority-hints/#ref-for-the-picture-element", - "https://wicg.github.io/priority-hints/#ref-for-the-img-element%E2%91%A6", - "https://wicg.github.io/priority-hints/#ref-for-the-picture-element%E2%91%A0", - "https://wicg.github.io/priority-hints/#ref-for-the-source-element", - "https://wicg.github.io/priority-hints/#link", - "https://wicg.github.io/priority-hints/#ref-for-the-link-element%E2%91%A2", - "https://wicg.github.io/priority-hints/#ref-for-concept-fetch%E2%91%A2", - "https://wicg.github.io/priority-hints/#ref-for-the-link-element%E2%91%A3", - "https://wicg.github.io/priority-hints/#element-attrdef-link-fetchpriority", - "https://wicg.github.io/priority-hints/#ref-for-fetchpriority-attribute%E2%91%A0", - "https://wicg.github.io/priority-hints/#ref-for-external-resource-link", - "https://wicg.github.io/priority-hints/#ref-for-request-priority%E2%91%A2", - "https://wicg.github.io/priority-hints/#ref-for-fetch-and-process-the-linked-resource", - "https://wicg.github.io/priority-hints/#ref-for-the-link-element%E2%91%A4", - "https://wicg.github.io/priority-hints/#ref-for-htmllinkelement", - "https://wicg.github.io/priority-hints/#ref-for-cereactions%E2%91%A0", - "https://wicg.github.io/priority-hints/#ref-for-idl-DOMString%E2%91%A0", - "https://wicg.github.io/priority-hints/#dom-htmllinkelement-fetchpriority", - "https://wicg.github.io/priority-hints/#ref-for-create-a-link-request", - "https://wicg.github.io/priority-hints/#ref-for-fetching-and-processing-a-resource-from-a-link-element", - "https://wicg.github.io/priority-hints/#ref-for-request-priority%E2%91%A3", - "https://wicg.github.io/priority-hints/#ref-for-fetch-and-process-the-linked-resource%E2%91%A0", - "https://wicg.github.io/priority-hints/#ref-for-link-type-modulepreload", - "https://wicg.github.io/priority-hints/#ref-for-request-priority%E2%91%A4", - "https://wicg.github.io/priority-hints/#ref-for-elements-3%E2%91%A0", - "https://wicg.github.io/priority-hints/#ref-for-the-link-element%E2%91%A5", - "https://wicg.github.io/priority-hints/#script", - "https://wicg.github.io/priority-hints/#ref-for-script%E2%91%A2", - "https://wicg.github.io/priority-hints/#ref-for-concept-fetch%E2%91%A3", - "https://wicg.github.io/priority-hints/#ref-for-script%E2%91%A3", - "https://wicg.github.io/priority-hints/#ref-for-htmlscriptelement", - "https://wicg.github.io/priority-hints/#ref-for-cereactions%E2%91%A1", - "https://wicg.github.io/priority-hints/#ref-for-idl-DOMString%E2%91%A1", - "https://wicg.github.io/priority-hints/#ref-for-dom-htmlscriptelement-fetchpriority", - "https://wicg.github.io/priority-hints/#ref-for-script%E2%91%A4", - "https://wicg.github.io/priority-hints/#element-attrdef-script-fetchpriority", - "https://wicg.github.io/priority-hints/#ref-for-fetchpriority-attribute%E2%91%A1", - "https://wicg.github.io/priority-hints/#ref-for-request-priority%E2%91%A5", - "https://wicg.github.io/priority-hints/#ref-for-concept-fetch%E2%91%A4", - "https://wicg.github.io/priority-hints/#dom-htmlscriptelement-fetchpriority", - "https://wicg.github.io/priority-hints/#ref-for-:~:text=dynamically%20has%20no%20direct%20effect", - "https://wicg.github.io/priority-hints/#ref-for-the-script-element:data-block-2", - "https://wicg.github.io/priority-hints/#ref-for-script-fetch-options", - "https://wicg.github.io/priority-hints/#ref-for-request-priority%E2%91%A6", - "https://wicg.github.io/priority-hints/#ref-for-concept-fetch%E2%91%A5", - "https://wicg.github.io/priority-hints/#ref-for-default-classic-script-fetch-options", - "https://wicg.github.io/priority-hints/#ref-for-set-up-the-classic-script-request", - "https://wicg.github.io/priority-hints/#ref-for-request-priority%E2%91%A7", - "https://wicg.github.io/priority-hints/#ref-for-prepare-a-script", - "https://wicg.github.io/priority-hints/#ref-for-prepare-a-script%E2%91%A0", - "https://wicg.github.io/priority-hints/#ref-for-set-up-the-module-script-request", - "https://wicg.github.io/priority-hints/#ref-for-request-priority%E2%91%A8", - "https://wicg.github.io/priority-hints/#ref-for-elements-3%E2%91%A1", - "https://wicg.github.io/priority-hints/#ref-for-script%E2%91%A5", - "https://wicg.github.io/priority-hints/#iframe", - "https://wicg.github.io/priority-hints/#ref-for-the-iframe-element%E2%91%A2", - "https://wicg.github.io/priority-hints/#ref-for-concept-fetch%E2%91%A6", - "https://wicg.github.io/priority-hints/#ref-for-the-iframe-element%E2%91%A3", - "https://wicg.github.io/priority-hints/#ref-for-htmliframeelement", - "https://wicg.github.io/priority-hints/#ref-for-cereactions%E2%91%A2", - "https://wicg.github.io/priority-hints/#ref-for-idl-DOMString%E2%91%A2", - "https://wicg.github.io/priority-hints/#ref-for-dom-htmliframeelement-fetchpriority", - "https://wicg.github.io/priority-hints/#ref-for-the-iframe-element%E2%91%A4", - "https://wicg.github.io/priority-hints/#element-attrdef-iframe-fetchpriority", - "https://wicg.github.io/priority-hints/#ref-for-fetchpriority-attribute%E2%91%A2", - "https://wicg.github.io/priority-hints/#ref-for-request-priority%E2%91%A0%E2%93%AA", - "https://wicg.github.io/priority-hints/#ref-for-process-the-iframe-attributes", - "https://wicg.github.io/priority-hints/#dom-htmliframeelement-fetchpriority", - "https://wicg.github.io/priority-hints/#ref-for-shared-attribute-processing-steps-for-iframe-and-frame-elements", - "https://wicg.github.io/priority-hints/#ref-for-request-priority%E2%91%A0%E2%91%A0", - "https://wicg.github.io/priority-hints/#ref-for-elements-3%E2%91%A2", - "https://wicg.github.io/priority-hints/#ref-for-the-iframe-element%E2%91%A5", - "https://wicg.github.io/priority-hints/#effects-of-priority-hints", - "https://wicg.github.io/priority-hints/#example-69e5b29d", - "https://wicg.github.io/priority-hints/#ref-for-concept-request-destination%E2%91%A0", - "https://wicg.github.io/priority-hints/#example-5350b444", - "https://wicg.github.io/priority-hints/#ref-for-concept-request-destination%E2%91%A1", - "https://wicg.github.io/priority-hints/#examples", - "https://wicg.github.io/priority-hints/#example-6e803901", - "https://wicg.github.io/priority-hints/#example-e38d9c01", - "https://wicg.github.io/priority-hints/#example-129bfae4", - "https://wicg.github.io/priority-hints/#example-539815ea", - "https://wicg.github.io/priority-hints/#example-6542b8d6", - "https://wicg.github.io/priority-hints/#example-900fa3e9", - "https://wicg.github.io/priority-hints/#example-bb9ce34d", - "https://wicg.github.io/priority-hints/#adoptionpath", - "https://wicg.github.io/priority-hints/#outofscope", - "https://wicg.github.io/priority-hints/#ref-for-script%E2%91%A6", - "https://wicg.github.io/priority-hints/#ref-for-the-iframe-element%E2%91%A6", - "https://wicg.github.io/priority-hints/#use-cases", - "https://wicg.github.io/priority-hints/#communicateresourcefetchprioritytothebrowser", - "https://wicg.github.io/priority-hints/#signalaresourceasnoncritical", - "https://wicg.github.io/priority-hints/#avoidbandwidthcontentioninmultipleoriginscenarios", - "https://wicg.github.io/priority-hints/#provideprioritysignalsformarkupbasedresources", - "https://wicg.github.io/priority-hints/#provideprioritysignalsfordynamicallyloadedresources", - "https://wicg.github.io/priority-hints/#safe-usage", - "https://wicg.github.io/priority-hints/#security_privacy", - "https://wicg.github.io/priority-hints/#fingerprintability", - "https://wicg.github.io/priority-hints/#ecosystem", - "https://wicg.github.io/priority-hints/#w3c-conformance", - "https://wicg.github.io/priority-hints/#w3c-conventions", - "https://wicg.github.io/priority-hints/#w3c-example", - "https://wicg.github.io/priority-hints/#w3c-conformant-algorithms", - "https://wicg.github.io/priority-hints/#index", - "https://wicg.github.io/priority-hints/#index-defined-here", - "https://wicg.github.io/priority-hints/#index-defined-elsewhere", - "https://wicg.github.io/priority-hints/#term-for-request", - "https://wicg.github.io/priority-hints/#term-for-concept-request-destination", - "https://wicg.github.io/priority-hints/#term-for-concept-fetch", - "https://wicg.github.io/priority-hints/#term-for-dom-requestinit-priority", - "https://wicg.github.io/priority-hints/#term-for-request-priority", - "https://wicg.github.io/priority-hints/#term-for-cereactions", - "https://wicg.github.io/priority-hints/#term-for-htmliframeelement", - "https://wicg.github.io/priority-hints/#term-for-htmlimageelement", - "https://wicg.github.io/priority-hints/#term-for-htmllinkelement", - "https://wicg.github.io/priority-hints/#term-for-htmlscriptelement", - "https://wicg.github.io/priority-hints/#term-for-create-a-link-request", - "https://wicg.github.io/priority-hints/#term-for-the-script-element:data-block-2", - "https://wicg.github.io/priority-hints/#term-for-default-classic-script-fetch-options", - "https://wicg.github.io/priority-hints/#term-for-:~:text=dynamically%20has%20no%20direct%20effect", - "https://wicg.github.io/priority-hints/#term-for-enumerated-attribute", - "https://wicg.github.io/priority-hints/#term-for-external-resource-link", - "https://wicg.github.io/priority-hints/#term-for-fetch-and-process-the-linked-resource", - "https://wicg.github.io/priority-hints/#term-for-fetching-and-processing-a-resource-from-a-link-element", - "https://wicg.github.io/priority-hints/#term-for-fetch-and-process-the-linked-resource%E2%91%A0", - "https://wicg.github.io/priority-hints/#term-for-fetching-resources", - "https://wicg.github.io/priority-hints/#term-for-the-iframe-element", - "https://wicg.github.io/priority-hints/#term-for-the-img-element", - "https://wicg.github.io/priority-hints/#term-for-invalid-value-default", - "https://wicg.github.io/priority-hints/#term-for-the-link-element", - "https://wicg.github.io/priority-hints/#term-for-the-link-element%E2%91%A0", - "https://wicg.github.io/priority-hints/#term-for-elements-3", - "https://wicg.github.io/priority-hints/#term-for-missing-value-default", - "https://wicg.github.io/priority-hints/#term-for-link-type-modulepreload", - "https://wicg.github.io/priority-hints/#term-for-the-picture-element", - "https://wicg.github.io/priority-hints/#term-for-prepare-a-script", - "https://wicg.github.io/priority-hints/#term-for-process-the-iframe-attributes", - "https://wicg.github.io/priority-hints/#term-for-reacting-to-environment-changes", - "https://wicg.github.io/priority-hints/#term-for-script", - "https://wicg.github.io/priority-hints/#term-for-script-fetch-options", - "https://wicg.github.io/priority-hints/#term-for-set-up-the-classic-script-request", - "https://wicg.github.io/priority-hints/#term-for-set-up-the-module-script-request", - "https://wicg.github.io/priority-hints/#term-for-shared-attribute-processing-steps-for-iframe-and-frame-elements", - "https://wicg.github.io/priority-hints/#term-for-the-source-element", - "https://wicg.github.io/priority-hints/#term-for-update-the-image-data", - "https://wicg.github.io/priority-hints/#term-for-idl-DOMString", - "https://wicg.github.io/priority-hints/#references", - "https://wicg.github.io/priority-hints/#normative", - "https://wicg.github.io/priority-hints/#biblio-fetch", - "https://wicg.github.io/priority-hints/#biblio-html", - "https://wicg.github.io/priority-hints/#biblio-rfc2119", - "https://wicg.github.io/priority-hints/#biblio-webidl", - "https://wicg.github.io/priority-hints/#informative", - "https://wicg.github.io/priority-hints/#biblio-priority-hints", - "https://wicg.github.io/priority-hints/#biblio-rfc5988", - "https://wicg.github.io/priority-hints/#idl-index" - ] -} \ No newline at end of file diff --git a/tr/ids/tc39-temporal.json b/tr/ids/tc39-temporal.json index b2f26b4c33c6..d302fe36b7c9 100644 --- a/tr/ids/tc39-temporal.json +++ b/tr/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,46 @@ "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-calendarmonthdaytoisoreferencedate", + "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 +2841,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/tr/ids/ua-client-hints.json b/tr/ids/ua-client-hints.json index 80335c6639d0..0dfd7b0a7f47 100644 --- a/tr/ids/ua-client-hints.json +++ b/tr/ids/ua-client-hints.json @@ -44,28 +44,48 @@ "https://wicg.github.io/ua-client-hints/#ref-for-user-agent", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent%E2%91%A0", "https://wicg.github.io/ua-client-hints/#user-agent-brand", + "https://wicg.github.io/ua-client-hints/#infopanel-for-user-agent-brand", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-user-agent-brand", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent%E2%91%A1", "https://wicg.github.io/ua-client-hints/#ref-for-ascii-alpha", "https://wicg.github.io/ua-client-hints/#user-agent-significant-version", + "https://wicg.github.io/ua-client-hints/#infopanel-for-user-agent-significant-version", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-user-agent-significant-version", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent%E2%91%A2", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent-brands", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent-equivalence-class", "https://wicg.github.io/ua-client-hints/#user-agent-full-version", + "https://wicg.github.io/ua-client-hints/#infopanel-for-user-agent-full-version", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-user-agent-full-version", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent%E2%91%A3", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent-brands%E2%91%A0", "https://wicg.github.io/ua-client-hints/#user-agent-platform-brand", + "https://wicg.github.io/ua-client-hints/#infopanel-for-user-agent-platform-brand", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-user-agent-platform-brand", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent%E2%91%A4", "https://wicg.github.io/ua-client-hints/#user-agent-platform-version", + "https://wicg.github.io/ua-client-hints/#infopanel-for-user-agent-platform-version", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-user-agent-platform-version", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent%E2%91%A5", "https://wicg.github.io/ua-client-hints/#user-agent-platform-architecture", + "https://wicg.github.io/ua-client-hints/#infopanel-for-user-agent-platform-architecture", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-user-agent-platform-architecture", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent%E2%91%A6", "https://wicg.github.io/ua-client-hints/#user-agent-platform-bitness", + "https://wicg.github.io/ua-client-hints/#infopanel-for-user-agent-platform-bitness", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-user-agent-platform-bitness", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent%E2%91%A7", "https://wicg.github.io/ua-client-hints/#user-agent-model", + "https://wicg.github.io/ua-client-hints/#infopanel-for-user-agent-model", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-user-agent-model", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent%E2%91%A8", "https://wicg.github.io/ua-client-hints/#user-agent-mobileness", + "https://wicg.github.io/ua-client-hints/#infopanel-for-user-agent-mobileness", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-user-agent-mobileness", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent%E2%91%A0%E2%93%AA", "https://wicg.github.io/ua-client-hints/#user-agent-wow64-ness", + "https://wicg.github.io/ua-client-hints/#infopanel-for-user-agent-wow64-ness", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-user-agent-wow64-ness", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent%E2%91%A0%E2%91%A0", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent%E2%91%A0%E2%91%A1", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent%E2%91%A0%E2%91%A2", @@ -88,10 +108,12 @@ "https://wicg.github.io/ua-client-hints/#ref-for-user-agent-model%E2%91%A1", "https://wicg.github.io/ua-client-hints/#sec-ch-ua", "https://wicg.github.io/ua-client-hints/#http-headerdef-sec-ch-ua", + "https://wicg.github.io/ua-client-hints/#infopanel-for-http-headerdef-sec-ch-ua", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-http-headerdef-sec-ch-ua", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent%E2%91%A0%E2%91%A8", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent-brand", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent-significant-version", - "https://wicg.github.io/ua-client-hints/#termref-for-", + "https://wicg.github.io/ua-client-hints/#ref-for-edc3e3324b8239e1191d55af2617bd31", "https://wicg.github.io/ua-client-hints/#ref-for-section-3.1", "https://wicg.github.io/ua-client-hints/#ref-for-section-3.3.3", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent%E2%91%A1%E2%93%AA", @@ -109,23 +131,25 @@ "https://wicg.github.io/ua-client-hints/#sec-ch-ua-arch", "https://wicg.github.io/ua-client-hints/#http-headerdef-sec-ch-ua-arch", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent%E2%91%A1%E2%91%A1", - "https://wicg.github.io/ua-client-hints/#termref-for-%E2%91%A0", + "https://wicg.github.io/ua-client-hints/#ref-for-edc3e3324b8239e1191d55af2617bd31%E2%91%A0", "https://wicg.github.io/ua-client-hints/#ref-for-section-3.3.3%E2%91%A0", "https://wicg.github.io/ua-client-hints/#sec-ch-ua-bitness", "https://wicg.github.io/ua-client-hints/#http-headerdef-sec-ch-ua-bitness", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent%E2%91%A1%E2%91%A2", - "https://wicg.github.io/ua-client-hints/#termref-for-%E2%91%A1", + "https://wicg.github.io/ua-client-hints/#ref-for-edc3e3324b8239e1191d55af2617bd31%E2%91%A1", "https://wicg.github.io/ua-client-hints/#ref-for-section-3.3.3%E2%91%A1", "https://wicg.github.io/ua-client-hints/#sec-ch-ua-full-version", "https://wicg.github.io/ua-client-hints/#http-headerdef-sec-ch-ua-full-version", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent-full-version%E2%91%A1", - "https://wicg.github.io/ua-client-hints/#termref-for-%E2%91%A2", + "https://wicg.github.io/ua-client-hints/#ref-for-edc3e3324b8239e1191d55af2617bd31%E2%91%A2", "https://wicg.github.io/ua-client-hints/#ref-for-section-3.3.3%E2%91%A2", "https://wicg.github.io/ua-client-hints/#sec-ch-ua-full-version-list", "https://wicg.github.io/ua-client-hints/#http-headerdef-sec-ch-ua-full-version-list", + "https://wicg.github.io/ua-client-hints/#infopanel-for-http-headerdef-sec-ch-ua-full-version-list", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-http-headerdef-sec-ch-ua-full-version-list", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent-full-version%E2%91%A2", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent-brands%E2%91%A2", - "https://wicg.github.io/ua-client-hints/#termref-for-%E2%91%A3", + "https://wicg.github.io/ua-client-hints/#ref-for-edc3e3324b8239e1191d55af2617bd31%E2%91%A3", "https://wicg.github.io/ua-client-hints/#ref-for-section-3.1%E2%91%A0", "https://wicg.github.io/ua-client-hints/#abstract-opdef-return-the-sec-ch-ua-full-version-list-value-for-a-request", "https://wicg.github.io/ua-client-hints/#ref-for-create-brands%E2%91%A0", @@ -134,19 +158,19 @@ "https://wicg.github.io/ua-client-hints/#sec-ch-ua-mobile", "https://wicg.github.io/ua-client-hints/#http-headerdef-sec-ch-ua-mobile", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent%E2%91%A1%E2%91%A3", - "https://wicg.github.io/ua-client-hints/#termref-for-%E2%91%A4", + "https://wicg.github.io/ua-client-hints/#ref-for-edc3e3324b8239e1191d55af2617bd31%E2%91%A4", "https://wicg.github.io/ua-client-hints/#ref-for-section-3.3.6", "https://wicg.github.io/ua-client-hints/#ref-for-low-entropy-hint-table%E2%91%A0", "https://wicg.github.io/ua-client-hints/#ref-for-policy-controlled-client-hints-features%E2%91%A0", "https://wicg.github.io/ua-client-hints/#sec-ch-ua-model", "https://wicg.github.io/ua-client-hints/#http-headerdef-sec-ch-ua-model", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent%E2%91%A1%E2%91%A4", - "https://wicg.github.io/ua-client-hints/#termref-for-%E2%91%A5", + "https://wicg.github.io/ua-client-hints/#ref-for-edc3e3324b8239e1191d55af2617bd31%E2%91%A5", "https://wicg.github.io/ua-client-hints/#ref-for-section-3.3.3%E2%91%A3", "https://wicg.github.io/ua-client-hints/#sec-ch-ua-platform", "https://wicg.github.io/ua-client-hints/#http-headerdef-sec-ch-ua-platform", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent%E2%91%A1%E2%91%A5", - "https://wicg.github.io/ua-client-hints/#termref-for-%E2%91%A6", + "https://wicg.github.io/ua-client-hints/#ref-for-edc3e3324b8239e1191d55af2617bd31%E2%91%A6", "https://wicg.github.io/ua-client-hints/#ref-for-section-3.3.3%E2%91%A4", "https://wicg.github.io/ua-client-hints/#ref-for-low-entropy-hint-table%E2%91%A1", "https://wicg.github.io/ua-client-hints/#ref-for-policy-controlled-client-hints-features%E2%91%A1", @@ -154,11 +178,13 @@ "https://wicg.github.io/ua-client-hints/#http-headerdef-sec-ch-ua-platform-version", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent-platform-version", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent%E2%91%A1%E2%91%A6", - "https://wicg.github.io/ua-client-hints/#termref-for-%E2%91%A7", + "https://wicg.github.io/ua-client-hints/#ref-for-edc3e3324b8239e1191d55af2617bd31%E2%91%A7", "https://wicg.github.io/ua-client-hints/#ref-for-section-3.3.3%E2%91%A5", "https://wicg.github.io/ua-client-hints/#ref-for-get-the-platform-version", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent-platform-brand", "https://wicg.github.io/ua-client-hints/#get-the-platform-version", + "https://wicg.github.io/ua-client-hints/#infopanel-for-get-the-platform-version", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-get-the-platform-version", "https://wicg.github.io/ua-client-hints/#ref-for-create-a-unified-platform-version-string", "https://wicg.github.io/ua-client-hints/#ref-for-create-a-unified-platform-version-string%E2%91%A0", "https://wicg.github.io/ua-client-hints/#ref-for-get-the-legacy-windows-version-number", @@ -169,7 +195,11 @@ "https://wicg.github.io/ua-client-hints/#ref-for-list-append%E2%91%A1", "https://wicg.github.io/ua-client-hints/#ref-for-string-concatenate", "https://wicg.github.io/ua-client-hints/#get-the-legacy-windows-version-number", + "https://wicg.github.io/ua-client-hints/#infopanel-for-get-the-legacy-windows-version-number", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-get-the-legacy-windows-version-number", "https://wicg.github.io/ua-client-hints/#create-a-unified-platform-version-string", + "https://wicg.github.io/ua-client-hints/#infopanel-for-create-a-unified-platform-version-string", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-create-a-unified-platform-version-string", "https://wicg.github.io/ua-client-hints/#ref-for-list%E2%91%A0", "https://wicg.github.io/ua-client-hints/#ref-for-list%E2%91%A1", "https://wicg.github.io/ua-client-hints/#ref-for-strictly-split", @@ -180,55 +210,99 @@ "https://wicg.github.io/ua-client-hints/#sec-ch-ua-wow64", "https://wicg.github.io/ua-client-hints/#http-headerdef-sec-ch-ua-wow64", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent%E2%91%A1%E2%91%A7", - "https://wicg.github.io/ua-client-hints/#termref-for-%E2%91%A8", + "https://wicg.github.io/ua-client-hints/#ref-for-edc3e3324b8239e1191d55af2617bd31%E2%91%A8", "https://wicg.github.io/ua-client-hints/#ref-for-section-3.3.6%E2%91%A0", "https://wicg.github.io/ua-client-hints/#ref-for-client-hints-token", "https://wicg.github.io/ua-client-hints/#interface", "https://wicg.github.io/ua-client-hints/#dictdef-navigatoruabrandversion", + "https://wicg.github.io/ua-client-hints/#infopanel-for-dictdef-navigatoruabrandversion", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-dictdef-navigatoruabrandversion", "https://wicg.github.io/ua-client-hints/#ref-for-idl-DOMString", "https://wicg.github.io/ua-client-hints/#dom-navigatoruabrandversion-brand", + "https://wicg.github.io/ua-client-hints/#infopanel-for-dom-navigatoruabrandversion-brand", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-dom-navigatoruabrandversion-brand", "https://wicg.github.io/ua-client-hints/#ref-for-idl-DOMString%E2%91%A0", "https://wicg.github.io/ua-client-hints/#dom-navigatoruabrandversion-version", + "https://wicg.github.io/ua-client-hints/#infopanel-for-dom-navigatoruabrandversion-version", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-dom-navigatoruabrandversion-version", "https://wicg.github.io/ua-client-hints/#dictdef-uadatavalues", + "https://wicg.github.io/ua-client-hints/#infopanel-for-dictdef-uadatavalues", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-dictdef-uadatavalues", "https://wicg.github.io/ua-client-hints/#ref-for-idl-sequence", "https://wicg.github.io/ua-client-hints/#ref-for-dictdef-navigatoruabrandversion", "https://wicg.github.io/ua-client-hints/#dom-uadatavalues-brands", + "https://wicg.github.io/ua-client-hints/#infopanel-for-dom-uadatavalues-brands", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-dom-uadatavalues-brands", "https://wicg.github.io/ua-client-hints/#ref-for-idl-boolean", "https://wicg.github.io/ua-client-hints/#dom-uadatavalues-mobile", + "https://wicg.github.io/ua-client-hints/#infopanel-for-dom-uadatavalues-mobile", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-dom-uadatavalues-mobile", "https://wicg.github.io/ua-client-hints/#ref-for-idl-DOMString%E2%91%A1", "https://wicg.github.io/ua-client-hints/#dom-uadatavalues-architecture", + "https://wicg.github.io/ua-client-hints/#infopanel-for-dom-uadatavalues-architecture", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-dom-uadatavalues-architecture", "https://wicg.github.io/ua-client-hints/#ref-for-idl-DOMString%E2%91%A2", "https://wicg.github.io/ua-client-hints/#dom-uadatavalues-bitness", + "https://wicg.github.io/ua-client-hints/#infopanel-for-dom-uadatavalues-bitness", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-dom-uadatavalues-bitness", "https://wicg.github.io/ua-client-hints/#ref-for-idl-DOMString%E2%91%A3", "https://wicg.github.io/ua-client-hints/#dom-uadatavalues-model", + "https://wicg.github.io/ua-client-hints/#infopanel-for-dom-uadatavalues-model", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-dom-uadatavalues-model", "https://wicg.github.io/ua-client-hints/#ref-for-idl-DOMString%E2%91%A4", "https://wicg.github.io/ua-client-hints/#dom-uadatavalues-platform", + "https://wicg.github.io/ua-client-hints/#infopanel-for-dom-uadatavalues-platform", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-dom-uadatavalues-platform", "https://wicg.github.io/ua-client-hints/#ref-for-idl-DOMString%E2%91%A5", "https://wicg.github.io/ua-client-hints/#dom-uadatavalues-platformversion", + "https://wicg.github.io/ua-client-hints/#infopanel-for-dom-uadatavalues-platformversion", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-dom-uadatavalues-platformversion", "https://wicg.github.io/ua-client-hints/#ref-for-idl-DOMString%E2%91%A6", "https://wicg.github.io/ua-client-hints/#dom-uadatavalues-uafullversion", + "https://wicg.github.io/ua-client-hints/#infopanel-for-dom-uadatavalues-uafullversion", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-dom-uadatavalues-uafullversion", "https://wicg.github.io/ua-client-hints/#ref-for-idl-boolean%E2%91%A0", "https://wicg.github.io/ua-client-hints/#dom-uadatavalues-wow64", + "https://wicg.github.io/ua-client-hints/#infopanel-for-dom-uadatavalues-wow64", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-dom-uadatavalues-wow64", "https://wicg.github.io/ua-client-hints/#ref-for-idl-sequence%E2%91%A0", "https://wicg.github.io/ua-client-hints/#ref-for-dictdef-navigatoruabrandversion%E2%91%A0", "https://wicg.github.io/ua-client-hints/#dom-uadatavalues-fullversionlist", + "https://wicg.github.io/ua-client-hints/#infopanel-for-dom-uadatavalues-fullversionlist", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-dom-uadatavalues-fullversionlist", "https://wicg.github.io/ua-client-hints/#dictdef-ualowentropyjson", + "https://wicg.github.io/ua-client-hints/#infopanel-for-dictdef-ualowentropyjson", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-dictdef-ualowentropyjson", "https://wicg.github.io/ua-client-hints/#ref-for-idl-sequence%E2%91%A1", "https://wicg.github.io/ua-client-hints/#ref-for-dictdef-navigatoruabrandversion%E2%91%A1", "https://wicg.github.io/ua-client-hints/#dom-ualowentropyjson-brands", + "https://wicg.github.io/ua-client-hints/#infopanel-for-dom-ualowentropyjson-brands", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-dom-ualowentropyjson-brands", "https://wicg.github.io/ua-client-hints/#ref-for-idl-boolean%E2%91%A1", "https://wicg.github.io/ua-client-hints/#dom-ualowentropyjson-mobile", + "https://wicg.github.io/ua-client-hints/#infopanel-for-dom-ualowentropyjson-mobile", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-dom-ualowentropyjson-mobile", "https://wicg.github.io/ua-client-hints/#ref-for-idl-DOMString%E2%91%A7", "https://wicg.github.io/ua-client-hints/#dom-ualowentropyjson-platform", + "https://wicg.github.io/ua-client-hints/#infopanel-for-dom-ualowentropyjson-platform", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-dom-ualowentropyjson-platform", "https://wicg.github.io/ua-client-hints/#ref-for-Exposed", "https://wicg.github.io/ua-client-hints/#navigatoruadata", + "https://wicg.github.io/ua-client-hints/#infopanel-for-navigatoruadata", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-navigatoruadata", "https://wicg.github.io/ua-client-hints/#ref-for-idl-frozen-array", "https://wicg.github.io/ua-client-hints/#ref-for-dictdef-navigatoruabrandversion%E2%91%A2", "https://wicg.github.io/ua-client-hints/#dom-navigatoruadata-brands", + "https://wicg.github.io/ua-client-hints/#infopanel-for-dom-navigatoruadata-brands", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-dom-navigatoruadata-brands", "https://wicg.github.io/ua-client-hints/#ref-for-idl-boolean%E2%91%A2", "https://wicg.github.io/ua-client-hints/#dom-navigatoruadata-mobile", + "https://wicg.github.io/ua-client-hints/#infopanel-for-dom-navigatoruadata-mobile", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-dom-navigatoruadata-mobile", "https://wicg.github.io/ua-client-hints/#ref-for-idl-DOMString%E2%91%A8", "https://wicg.github.io/ua-client-hints/#dom-navigatoruadata-platform", + "https://wicg.github.io/ua-client-hints/#infopanel-for-dom-navigatoruadata-platform", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-dom-navigatoruadata-platform", "https://wicg.github.io/ua-client-hints/#ref-for-idl-promise", "https://wicg.github.io/ua-client-hints/#ref-for-dictdef-uadatavalues", "https://wicg.github.io/ua-client-hints/#dom-navigatoruadata-gethighentropyvalues", @@ -238,6 +312,8 @@ "https://wicg.github.io/ua-client-hints/#ref-for-dictdef-ualowentropyjson", "https://wicg.github.io/ua-client-hints/#dom-navigatoruadata-tojson", "https://wicg.github.io/ua-client-hints/#navigatorua", + "https://wicg.github.io/ua-client-hints/#infopanel-for-navigatorua", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-navigatorua", "https://wicg.github.io/ua-client-hints/#ref-for-SecureContext", "https://wicg.github.io/ua-client-hints/#ref-for-navigatoruadata", "https://wicg.github.io/ua-client-hints/#dom-navigatorua-useragentdata", @@ -251,11 +327,15 @@ "https://wicg.github.io/ua-client-hints/#monkeypatch-html-windoworworkerglobalscope", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent%E2%91%A2%E2%93%AA", "https://wicg.github.io/ua-client-hints/#user-agent-brands", + "https://wicg.github.io/ua-client-hints/#infopanel-for-user-agent-brands", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-user-agent-brands", "https://wicg.github.io/ua-client-hints/#ref-for-list%E2%91%A2", "https://wicg.github.io/ua-client-hints/#ref-for-create-brands%E2%91%A1", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent-significant-version%E2%91%A0", "https://wicg.github.io/ua-client-hints/#ref-for-windoworworkerglobalscope", "https://wicg.github.io/ua-client-hints/#windoworworkerglobalscope-brands-frozen-array", + "https://wicg.github.io/ua-client-hints/#infopanel-for-windoworworkerglobalscope-brands-frozen-array", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-windoworworkerglobalscope-brands-frozen-array", "https://wicg.github.io/ua-client-hints/#ref-for-idl-frozen-array%E2%91%A0", "https://wicg.github.io/ua-client-hints/#ref-for-dictdef-navigatoruabrandversion%E2%91%A3", "https://wicg.github.io/ua-client-hints/#ref-for-dfn-create-frozen-array", @@ -263,6 +343,8 @@ "https://wicg.github.io/ua-client-hints/#ref-for-user-agent-brands%E2%91%A3", "https://wicg.github.io/ua-client-hints/#ref-for-windoworworkerglobalscope%E2%91%A0", "https://wicg.github.io/ua-client-hints/#windoworworkerglobalscope-full-version-list-frozen-array", + "https://wicg.github.io/ua-client-hints/#infopanel-for-windoworworkerglobalscope-full-version-list-frozen-array", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-windoworworkerglobalscope-full-version-list-frozen-array", "https://wicg.github.io/ua-client-hints/#ref-for-idl-frozen-array%E2%91%A1", "https://wicg.github.io/ua-client-hints/#ref-for-dictdef-navigatoruabrandversion%E2%91%A4", "https://wicg.github.io/ua-client-hints/#ref-for-dfn-create-frozen-array%E2%91%A0", @@ -270,6 +352,8 @@ "https://wicg.github.io/ua-client-hints/#ref-for-user-agent-full-version%E2%91%A3", "https://wicg.github.io/ua-client-hints/#create-ua-list-section", "https://wicg.github.io/ua-client-hints/#create-brands", + "https://wicg.github.io/ua-client-hints/#infopanel-for-create-brands", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-create-brands", "https://wicg.github.io/ua-client-hints/#ref-for-list%E2%91%A3", "https://wicg.github.io/ua-client-hints/#ref-for-assert", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent-brand%E2%91%A0", @@ -293,9 +377,13 @@ "https://wicg.github.io/ua-client-hints/#ref-for-list-item%E2%91%A0", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent%E2%91%A2%E2%91%A3", "https://wicg.github.io/ua-client-hints/#user-agent-equivalence-class", + "https://wicg.github.io/ua-client-hints/#infopanel-for-user-agent-equivalence-class", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-user-agent-equivalence-class", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent-equivalence-class%E2%91%A1", "https://wicg.github.io/ua-client-hints/#create-arbitrary-brands-section", "https://wicg.github.io/ua-client-hints/#create-an-arbitrary-brand", + "https://wicg.github.io/ua-client-hints/#infopanel-for-create-an-arbitrary-brand", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-create-an-arbitrary-brand", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent%E2%91%A2%E2%91%A4", "https://wicg.github.io/ua-client-hints/#ref-for-string%E2%91%A0", "https://wicg.github.io/ua-client-hints/#ref-for-ascii-alpha%E2%91%A0", @@ -315,15 +403,19 @@ "https://wicg.github.io/ua-client-hints/#ref-for-list-append%E2%91%A0%E2%93%AA", "https://wicg.github.io/ua-client-hints/#ref-for-strip-leading-and-trailing-ascii-whitespace", "https://wicg.github.io/ua-client-hints/#ref-for-string-concatenate%E2%91%A1", - "https://wicg.github.io/ua-client-hints/#termref-for-%E2%91%A0%E2%93%AA", + "https://wicg.github.io/ua-client-hints/#ref-for-edc3e3324b8239e1191d55af2617bd31%E2%91%A0%E2%93%AA", "https://wicg.github.io/ua-client-hints/#ref-for-section-3.3.3%E2%91%A6", "https://wicg.github.io/ua-client-hints/#create-an-arbitrary-version", + "https://wicg.github.io/ua-client-hints/#infopanel-for-create-an-arbitrary-version", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-create-an-arbitrary-version", "https://wicg.github.io/ua-client-hints/#ref-for-assert%E2%91%A0", "https://wicg.github.io/ua-client-hints/#ref-for-string%E2%91%A1", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent-full-version%E2%91%A5", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent-significant-version%E2%91%A2", "https://wicg.github.io/ua-client-hints/#create-brand-version-list", "https://wicg.github.io/ua-client-hints/#create-a-brand-version-list", + "https://wicg.github.io/ua-client-hints/#infopanel-for-create-a-brand-version-list", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-create-a-brand-version-list", "https://wicg.github.io/ua-client-hints/#ref-for-list%E2%91%A6", "https://wicg.github.io/ua-client-hints/#ref-for-assert%E2%91%A1", "https://wicg.github.io/ua-client-hints/#ref-for-user-agent-full-version%E2%91%A6", @@ -459,56 +551,167 @@ "https://wicg.github.io/ua-client-hints/#index", "https://wicg.github.io/ua-client-hints/#index-defined-here", "https://wicg.github.io/ua-client-hints/#index-defined-elsewhere", - "https://wicg.github.io/ua-client-hints/#term-for-navigator", - "https://wicg.github.io/ua-client-hints/#term-for-windoworworkerglobalscope", - "https://wicg.github.io/ua-client-hints/#term-for-workernavigator", - "https://wicg.github.io/ua-client-hints/#term-for-in-parallel", - "https://wicg.github.io/ua-client-hints/#term-for-queue-a-task", - "https://wicg.github.io/ua-client-hints/#term-for-concept-relevant-global", - "https://wicg.github.io/ua-client-hints/#term-for-list-append", - "https://wicg.github.io/ua-client-hints/#term-for-ascii-alpha", - "https://wicg.github.io/ua-client-hints/#term-for-ascii-byte", - "https://wicg.github.io/ua-client-hints/#term-for-assert", - "https://wicg.github.io/ua-client-hints/#term-for-string-concatenate", - "https://wicg.github.io/ua-client-hints/#term-for-list-contain", - "https://wicg.github.io/ua-client-hints/#term-for-list-is-empty", - "https://wicg.github.io/ua-client-hints/#term-for-list-item", - "https://wicg.github.io/ua-client-hints/#term-for-list", - "https://wicg.github.io/ua-client-hints/#term-for-stack-pop", - "https://wicg.github.io/ua-client-hints/#term-for-stack-push", - "https://wicg.github.io/ua-client-hints/#term-for-list-size", - "https://wicg.github.io/ua-client-hints/#term-for-split-on-ascii-whitespace", - "https://wicg.github.io/ua-client-hints/#term-for-stack", - "https://wicg.github.io/ua-client-hints/#term-for-strictly-split", - "https://wicg.github.io/ua-client-hints/#term-for-string", - "https://wicg.github.io/ua-client-hints/#term-for-strip-leading-and-trailing-ascii-whitespace", - "https://wicg.github.io/ua-client-hints/#term-for-user-agent", - "https://wicg.github.io/ua-client-hints/#term-for-dfn-permissions-task-source", - "https://wicg.github.io/ua-client-hints/#term-for-section-3.3.6", - "https://wicg.github.io/ua-client-hints/#term-for-section-3.1", - "https://wicg.github.io/ua-client-hints/#term-for-section-4.1.1", - "https://wicg.github.io/ua-client-hints/#term-for-section-3.3.3", - "https://wicg.github.io/ua-client-hints/#term-for-", - "https://wicg.github.io/ua-client-hints/#term-for-idl-DOMString", - "https://wicg.github.io/ua-client-hints/#term-for-Exposed", - "https://wicg.github.io/ua-client-hints/#term-for-idl-frozen-array", - "https://wicg.github.io/ua-client-hints/#term-for-notallowederror", - "https://wicg.github.io/ua-client-hints/#term-for-idl-promise", - "https://wicg.github.io/ua-client-hints/#term-for-SecureContext", - "https://wicg.github.io/ua-client-hints/#term-for-a-new-promise", - "https://wicg.github.io/ua-client-hints/#term-for-idl-boolean", - "https://wicg.github.io/ua-client-hints/#term-for-dfn-create-frozen-array", - "https://wicg.github.io/ua-client-hints/#term-for-dfn-dictionary", - "https://wicg.github.io/ua-client-hints/#term-for-reject", - "https://wicg.github.io/ua-client-hints/#term-for-resolve", - "https://wicg.github.io/ua-client-hints/#term-for-idl-sequence", - "https://wicg.github.io/ua-client-hints/#term-for-this", + "https://wicg.github.io/ua-client-hints/#3997f5197f70f1d443e7fae4bfdf7813", + "https://wicg.github.io/ua-client-hints/#infopanel-for-3997f5197f70f1d443e7fae4bfdf7813", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-3997f5197f70f1d443e7fae4bfdf7813", + "https://wicg.github.io/ua-client-hints/#2b590f303e1e5fffbc3446b9b26c8e4f", + "https://wicg.github.io/ua-client-hints/#infopanel-for-2b590f303e1e5fffbc3446b9b26c8e4f", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-2b590f303e1e5fffbc3446b9b26c8e4f", + "https://wicg.github.io/ua-client-hints/#cfc84645713774846e370ab47464bdd6", + "https://wicg.github.io/ua-client-hints/#infopanel-for-cfc84645713774846e370ab47464bdd6", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-cfc84645713774846e370ab47464bdd6", + "https://wicg.github.io/ua-client-hints/#e602a07ee228912cb928210a662599bb", + "https://wicg.github.io/ua-client-hints/#infopanel-for-e602a07ee228912cb928210a662599bb", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-e602a07ee228912cb928210a662599bb", + "https://wicg.github.io/ua-client-hints/#0e616968f50afe67919c71544b7ff178", + "https://wicg.github.io/ua-client-hints/#infopanel-for-0e616968f50afe67919c71544b7ff178", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-0e616968f50afe67919c71544b7ff178", + "https://wicg.github.io/ua-client-hints/#f6ea1e00f886e38f90f930c2bb07d289", + "https://wicg.github.io/ua-client-hints/#infopanel-for-f6ea1e00f886e38f90f930c2bb07d289", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-f6ea1e00f886e38f90f930c2bb07d289", + "https://wicg.github.io/ua-client-hints/#838052d91918daa0341851a344650d06", + "https://wicg.github.io/ua-client-hints/#infopanel-for-838052d91918daa0341851a344650d06", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-838052d91918daa0341851a344650d06", + "https://wicg.github.io/ua-client-hints/#1f9c7a637d2441cd6f3af324d00e6a87", + "https://wicg.github.io/ua-client-hints/#infopanel-for-1f9c7a637d2441cd6f3af324d00e6a87", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-1f9c7a637d2441cd6f3af324d00e6a87", + "https://wicg.github.io/ua-client-hints/#cc29bfc56397134563b20d679eafd421", + "https://wicg.github.io/ua-client-hints/#infopanel-for-cc29bfc56397134563b20d679eafd421", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-cc29bfc56397134563b20d679eafd421", + "https://wicg.github.io/ua-client-hints/#3c82b19be23a00eb4bb6896ec20cd7aa", + "https://wicg.github.io/ua-client-hints/#infopanel-for-3c82b19be23a00eb4bb6896ec20cd7aa", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-3c82b19be23a00eb4bb6896ec20cd7aa", + "https://wicg.github.io/ua-client-hints/#e027d9579874c4c69c0da88943bc748f", + "https://wicg.github.io/ua-client-hints/#infopanel-for-e027d9579874c4c69c0da88943bc748f", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-e027d9579874c4c69c0da88943bc748f", + "https://wicg.github.io/ua-client-hints/#f9c60134d1166b5cbe490d111703a3b0", + "https://wicg.github.io/ua-client-hints/#infopanel-for-f9c60134d1166b5cbe490d111703a3b0", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-f9c60134d1166b5cbe490d111703a3b0", + "https://wicg.github.io/ua-client-hints/#3a2763fcaa6bc82693554cf36780c0dd", + "https://wicg.github.io/ua-client-hints/#infopanel-for-3a2763fcaa6bc82693554cf36780c0dd", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-3a2763fcaa6bc82693554cf36780c0dd", + "https://wicg.github.io/ua-client-hints/#da7ed5f190c4eedd375552d6f7876301", + "https://wicg.github.io/ua-client-hints/#infopanel-for-da7ed5f190c4eedd375552d6f7876301", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-da7ed5f190c4eedd375552d6f7876301", + "https://wicg.github.io/ua-client-hints/#2233058c8f0998915af8393ee2abbc1d", + "https://wicg.github.io/ua-client-hints/#infopanel-for-2233058c8f0998915af8393ee2abbc1d", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-2233058c8f0998915af8393ee2abbc1d", + "https://wicg.github.io/ua-client-hints/#fcfc8b0ed220faa237969aed00e2586d", + "https://wicg.github.io/ua-client-hints/#infopanel-for-fcfc8b0ed220faa237969aed00e2586d", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-fcfc8b0ed220faa237969aed00e2586d", + "https://wicg.github.io/ua-client-hints/#e1e46f5ff1289bed869101f3ad873031", + "https://wicg.github.io/ua-client-hints/#infopanel-for-e1e46f5ff1289bed869101f3ad873031", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-e1e46f5ff1289bed869101f3ad873031", + "https://wicg.github.io/ua-client-hints/#f7ea7339a0bfdd0024f0cbd9cf67997e", + "https://wicg.github.io/ua-client-hints/#infopanel-for-f7ea7339a0bfdd0024f0cbd9cf67997e", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-f7ea7339a0bfdd0024f0cbd9cf67997e", + "https://wicg.github.io/ua-client-hints/#7618b9a6d44febb7e784c8f39faac140", + "https://wicg.github.io/ua-client-hints/#infopanel-for-7618b9a6d44febb7e784c8f39faac140", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-7618b9a6d44febb7e784c8f39faac140", + "https://wicg.github.io/ua-client-hints/#b554fa62e66e696c005b983f794a74e2", + "https://wicg.github.io/ua-client-hints/#infopanel-for-b554fa62e66e696c005b983f794a74e2", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-b554fa62e66e696c005b983f794a74e2", + "https://wicg.github.io/ua-client-hints/#eb75379b05abc264a531a791358e1eba", + "https://wicg.github.io/ua-client-hints/#infopanel-for-eb75379b05abc264a531a791358e1eba", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-eb75379b05abc264a531a791358e1eba", + "https://wicg.github.io/ua-client-hints/#a46173c17cabb7b019631b97ab2f07c6", + "https://wicg.github.io/ua-client-hints/#infopanel-for-a46173c17cabb7b019631b97ab2f07c6", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-a46173c17cabb7b019631b97ab2f07c6", + "https://wicg.github.io/ua-client-hints/#c783a9adeafb412d3bdeaeb1c6a29d96", + "https://wicg.github.io/ua-client-hints/#infopanel-for-c783a9adeafb412d3bdeaeb1c6a29d96", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-c783a9adeafb412d3bdeaeb1c6a29d96", + "https://wicg.github.io/ua-client-hints/#fafd38d2108e357bcc9a6fd7f3cd04a7", + "https://wicg.github.io/ua-client-hints/#infopanel-for-fafd38d2108e357bcc9a6fd7f3cd04a7", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-fafd38d2108e357bcc9a6fd7f3cd04a7", + "https://wicg.github.io/ua-client-hints/#f5d2c37d1d4cf75f0a4c5c22df3b6431", + "https://wicg.github.io/ua-client-hints/#infopanel-for-f5d2c37d1d4cf75f0a4c5c22df3b6431", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-f5d2c37d1d4cf75f0a4c5c22df3b6431", + "https://wicg.github.io/ua-client-hints/#297d79b515c58dd17d08f7a65252af8f", + "https://wicg.github.io/ua-client-hints/#infopanel-for-297d79b515c58dd17d08f7a65252af8f", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-297d79b515c58dd17d08f7a65252af8f", + "https://wicg.github.io/ua-client-hints/#bed8381510f5967f5d37a33de776e857", + "https://wicg.github.io/ua-client-hints/#infopanel-for-bed8381510f5967f5d37a33de776e857", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-bed8381510f5967f5d37a33de776e857", + "https://wicg.github.io/ua-client-hints/#fc63a7270d7480e6e37f57b7d6b2b829", + "https://wicg.github.io/ua-client-hints/#infopanel-for-fc63a7270d7480e6e37f57b7d6b2b829", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-fc63a7270d7480e6e37f57b7d6b2b829", + "https://wicg.github.io/ua-client-hints/#b4227545bc14365743d4f4634b1f6d3d", + "https://wicg.github.io/ua-client-hints/#infopanel-for-b4227545bc14365743d4f4634b1f6d3d", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-b4227545bc14365743d4f4634b1f6d3d", + "https://wicg.github.io/ua-client-hints/#adb176cd03e93496f5eaada8f9e4dc0f", + "https://wicg.github.io/ua-client-hints/#infopanel-for-adb176cd03e93496f5eaada8f9e4dc0f", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-adb176cd03e93496f5eaada8f9e4dc0f", + "https://wicg.github.io/ua-client-hints/#40b59bc325bd4d66701dfd8b7f1847c0", + "https://wicg.github.io/ua-client-hints/#infopanel-for-40b59bc325bd4d66701dfd8b7f1847c0", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-40b59bc325bd4d66701dfd8b7f1847c0", + "https://wicg.github.io/ua-client-hints/#de718597721576a078bc4d521df323a6", + "https://wicg.github.io/ua-client-hints/#infopanel-for-de718597721576a078bc4d521df323a6", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-de718597721576a078bc4d521df323a6", + "https://wicg.github.io/ua-client-hints/#52bdfc59f72538efe80e2a86647ac489", + "https://wicg.github.io/ua-client-hints/#infopanel-for-52bdfc59f72538efe80e2a86647ac489", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-52bdfc59f72538efe80e2a86647ac489", + "https://wicg.github.io/ua-client-hints/#5bb426afb0158d16c2665b4c871137e8", + "https://wicg.github.io/ua-client-hints/#infopanel-for-5bb426afb0158d16c2665b4c871137e8", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-5bb426afb0158d16c2665b4c871137e8", + "https://wicg.github.io/ua-client-hints/#6274216a854620c22387e26067966b4e", + "https://wicg.github.io/ua-client-hints/#infopanel-for-6274216a854620c22387e26067966b4e", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-6274216a854620c22387e26067966b4e", + "https://wicg.github.io/ua-client-hints/#ac7a70e01f20468344f56a6bf551ceb9", + "https://wicg.github.io/ua-client-hints/#infopanel-for-ac7a70e01f20468344f56a6bf551ceb9", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-ac7a70e01f20468344f56a6bf551ceb9", + "https://wicg.github.io/ua-client-hints/#74d52bb72ef9fb1bb5520406f010079c", + "https://wicg.github.io/ua-client-hints/#infopanel-for-74d52bb72ef9fb1bb5520406f010079c", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-74d52bb72ef9fb1bb5520406f010079c", + "https://wicg.github.io/ua-client-hints/#edc3e3324b8239e1191d55af2617bd31", + "https://wicg.github.io/ua-client-hints/#infopanel-for-edc3e3324b8239e1191d55af2617bd31", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-edc3e3324b8239e1191d55af2617bd31", + "https://wicg.github.io/ua-client-hints/#d0f238a61de9310f1738a214749fab18", + "https://wicg.github.io/ua-client-hints/#infopanel-for-d0f238a61de9310f1738a214749fab18", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-d0f238a61de9310f1738a214749fab18", + "https://wicg.github.io/ua-client-hints/#dde049eb112f043fc45407ec0d4cb457", + "https://wicg.github.io/ua-client-hints/#infopanel-for-dde049eb112f043fc45407ec0d4cb457", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-dde049eb112f043fc45407ec0d4cb457", + "https://wicg.github.io/ua-client-hints/#30e8367dc9a547b9096d98ba691987d9", + "https://wicg.github.io/ua-client-hints/#infopanel-for-30e8367dc9a547b9096d98ba691987d9", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-30e8367dc9a547b9096d98ba691987d9", + "https://wicg.github.io/ua-client-hints/#aa43258e2b51dc6ebe6268a36e6fd733", + "https://wicg.github.io/ua-client-hints/#infopanel-for-aa43258e2b51dc6ebe6268a36e6fd733", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-aa43258e2b51dc6ebe6268a36e6fd733", + "https://wicg.github.io/ua-client-hints/#93669c631ec1ef8e696b4c083bdbe12c", + "https://wicg.github.io/ua-client-hints/#infopanel-for-93669c631ec1ef8e696b4c083bdbe12c", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-93669c631ec1ef8e696b4c083bdbe12c", + "https://wicg.github.io/ua-client-hints/#cdf224ec60dc3b08449a2fbdf3a90406", + "https://wicg.github.io/ua-client-hints/#infopanel-for-cdf224ec60dc3b08449a2fbdf3a90406", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-cdf224ec60dc3b08449a2fbdf3a90406", + "https://wicg.github.io/ua-client-hints/#bbe33fc7ac016834e4aaddbfd1b084a1", + "https://wicg.github.io/ua-client-hints/#infopanel-for-bbe33fc7ac016834e4aaddbfd1b084a1", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-bbe33fc7ac016834e4aaddbfd1b084a1", + "https://wicg.github.io/ua-client-hints/#f8062b07e25ed0281f5cbfb9a54070b4", + "https://wicg.github.io/ua-client-hints/#infopanel-for-f8062b07e25ed0281f5cbfb9a54070b4", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-f8062b07e25ed0281f5cbfb9a54070b4", + "https://wicg.github.io/ua-client-hints/#0a99406bd73373ee3ccdafd36af2e87b", + "https://wicg.github.io/ua-client-hints/#infopanel-for-0a99406bd73373ee3ccdafd36af2e87b", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-0a99406bd73373ee3ccdafd36af2e87b", + "https://wicg.github.io/ua-client-hints/#e111d752819bc457f7b554b621087a4a", + "https://wicg.github.io/ua-client-hints/#infopanel-for-e111d752819bc457f7b554b621087a4a", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-e111d752819bc457f7b554b621087a4a", + "https://wicg.github.io/ua-client-hints/#f7204c0306e7ffcb24c31adf6e629e1d", + "https://wicg.github.io/ua-client-hints/#infopanel-for-f7204c0306e7ffcb24c31adf6e629e1d", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-f7204c0306e7ffcb24c31adf6e629e1d", + "https://wicg.github.io/ua-client-hints/#f4f973f92274819781816b033aea1f11", + "https://wicg.github.io/ua-client-hints/#infopanel-for-f4f973f92274819781816b033aea1f11", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-f4f973f92274819781816b033aea1f11", + "https://wicg.github.io/ua-client-hints/#38ab7db52e46bed36993204c29f67202", + "https://wicg.github.io/ua-client-hints/#infopanel-for-38ab7db52e46bed36993204c29f67202", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-38ab7db52e46bed36993204c29f67202", + "https://wicg.github.io/ua-client-hints/#be0933df03cd63338f98de217c4158c7", + "https://wicg.github.io/ua-client-hints/#infopanel-for-be0933df03cd63338f98de217c4158c7", + "https://wicg.github.io/ua-client-hints/#infopaneltitle-for-be0933df03cd63338f98de217c4158c7", "https://wicg.github.io/ua-client-hints/#references", "https://wicg.github.io/ua-client-hints/#normative", "https://wicg.github.io/ua-client-hints/#biblio-client-hints-infrastructure", "https://wicg.github.io/ua-client-hints/#biblio-html", "https://wicg.github.io/ua-client-hints/#biblio-infra", - "https://wicg.github.io/ua-client-hints/#biblio-permissions", "https://wicg.github.io/ua-client-hints/#biblio-permissions-policy-1", "https://wicg.github.io/ua-client-hints/#biblio-rfc8941", "https://wicg.github.io/ua-client-hints/#biblio-rfc8942", diff --git a/tr/ids/wasm-js-api-2-fork-exception-handling.json b/tr/ids/wasm-js-api-2-fork-exception-handling.json index 5a0f83c85a67..d0b709ab88d1 100644 --- a/tr/ids/wasm-js-api-2-fork-exception-handling.json +++ b/tr/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/tr/index.json b/tr/index.json index 5df91fac07be..e0e8a6791976 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2023-02-17T01:38:45.456Z", + "date": "2023-02-18T01:39:20.714Z", "options": { "fallback": "webref-fallback/tr/index.json", "output": "report", @@ -27,10 +27,10 @@ ] }, "stats": { - "crawled": 557, - "errors": 1 + "crawled": 556, + "errors": 0 }, - "crawler": "reffy-11.4.4", + "crawler": "reffy-11.4.5", "results": [ { "url": "https://compat.spec.whatwg.org/", @@ -277,9 +277,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", @@ -324,9 +324,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", @@ -441,7 +441,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-typed-om-2/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 23:18:57 GMT" + "lastModified": "Sat, 18 Feb 2023 01:12:57 GMT" }, "generator": "bikeshed", "date": "8 February 2021", @@ -489,7 +489,7 @@ ], "crawled": "https://drafts.css-houdini.org/font-metrics-api-1/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 23:19:35 GMT" + "lastModified": "Sat, 18 Feb 2023 01:13:23 GMT" }, "generator": "bikeshed", "date": "12 May 2021", @@ -542,7 +542,7 @@ ], "crawled": "https://drafts.csswg.org/css-anchor-position-1/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 22:36:02 GMT" + "lastModified": "Sat, 18 Feb 2023 00:34:42 GMT" }, "generator": "bikeshed", "date": "14 February 2023", @@ -602,7 +602,7 @@ ], "crawled": "https://drafts.csswg.org/css-animations-2/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 22:36:10 GMT" + "lastModified": "Sat, 18 Feb 2023 00:34:50 GMT" }, "generator": "bikeshed", "date": "8 February 2023", @@ -663,10 +663,10 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-4/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 22:36:22 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", @@ -723,7 +723,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-6/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 22:37:33 GMT" + "lastModified": "Sat, 18 Feb 2023 00:36:10 GMT" }, "generator": "bikeshed", "date": "15 February 2023", @@ -774,7 +774,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-hdr/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 22:37:39 GMT" + "lastModified": "Sat, 18 Feb 2023 00:36:17 GMT" }, "generator": "bikeshed", "date": "31 May 2021", @@ -826,7 +826,7 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-values-1/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 22:37:49 GMT" + "lastModified": "Sat, 18 Feb 2023 00:36:27 GMT" }, "generator": "bikeshed", "date": "14 July 2021", @@ -886,7 +886,7 @@ ], "crawled": "https://drafts.csswg.org/css-display-4/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 22:38:32 GMT" + "lastModified": "Sat, 18 Feb 2023 00:37:06 GMT" }, "generator": "bikeshed", "date": "19 January 2023", @@ -946,7 +946,7 @@ ], "crawled": "https://drafts.csswg.org/css-easing-2/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 22:38:36 GMT" + "lastModified": "Sat, 18 Feb 2023 00:37:10 GMT" }, "generator": "bikeshed", "date": "29 November 2022", @@ -1005,7 +1005,7 @@ ], "crawled": "https://drafts.csswg.org/css-env-1/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 22:38:42 GMT" + "lastModified": "Sat, 18 Feb 2023 00:37:16 GMT" }, "generator": "bikeshed", "date": "30 August 2021", @@ -1058,7 +1058,7 @@ ], "crawled": "https://drafts.csswg.org/css-extensions-1/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 22:38:47 GMT" + "lastModified": "Sat, 18 Feb 2023 00:37:21 GMT" }, "generator": "bikeshed", "date": "26 August 2020", @@ -1111,7 +1111,7 @@ ], "crawled": "https://drafts.csswg.org/css-forms-1/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 22:39:34 GMT" + "lastModified": "Sat, 18 Feb 2023 00:38:07 GMT" }, "generator": "bikeshed", "date": "11 October 2017", @@ -1169,7 +1169,7 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-4/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 22:39:40 GMT" + "lastModified": "Sat, 18 Feb 2023 00:38:11 GMT" }, "generator": "bikeshed", "date": "27 June 2022", @@ -1229,7 +1229,7 @@ ], "crawled": "https://drafts.csswg.org/css-grid-3/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 22:40:11 GMT" + "lastModified": "Sat, 18 Feb 2023 00:39:04 GMT" }, "generator": "bikeshed", "date": "21 February 2021", @@ -1289,7 +1289,7 @@ ], "crawled": "https://drafts.csswg.org/css-images-5/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 22:40:32 GMT" + "lastModified": "Sat, 18 Feb 2023 00:39:22 GMT" }, "generator": "bikeshed", "date": "28 November 2022", @@ -1342,7 +1342,7 @@ ], "crawled": "https://drafts.csswg.org/css-link-params-1/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 22:40:47 GMT" + "lastModified": "Sat, 18 Feb 2023 00:39:33 GMT" }, "generator": "bikeshed", "date": "15 December 2022", @@ -1402,7 +1402,7 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-2/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 22:41:14 GMT" + "lastModified": "Sat, 18 Feb 2023 00:39:58 GMT" }, "generator": "bikeshed", "date": "5 October 2021", @@ -1520,7 +1520,7 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-2/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 22:42:40 GMT" + "lastModified": "Sat, 18 Feb 2023 00:41:19 GMT" }, "generator": "bikeshed", "date": "22 June 2022", @@ -1581,7 +1581,7 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-2/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 22:42:52 GMT" + "lastModified": "Sat, 18 Feb 2023 00:41:30 GMT" }, "generator": "bikeshed", "date": "7 March 2022", @@ -1640,7 +1640,7 @@ ], "crawled": "https://drafts.csswg.org/css-size-adjust-1/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 22:42:54 GMT" + "lastModified": "Sat, 18 Feb 2023 00:41:32 GMT" }, "generator": "bikeshed", "date": "22 June 2022", @@ -1700,7 +1700,7 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-2/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 22:44:23 GMT" + "lastModified": "Sat, 18 Feb 2023 00:42:58 GMT" }, "generator": "bikeshed", "date": "14 July 2022", @@ -1760,7 +1760,7 @@ ], "crawled": "https://drafts.csswg.org/css-values-5/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 22:44:58 GMT" + "lastModified": "Sat, 18 Feb 2023 00:43:32 GMT" }, "generator": "bikeshed", "date": "30 January 2023", @@ -1820,7 +1820,7 @@ ], "crawled": "https://drafts.csswg.org/css-variables-2/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 22:45:08 GMT" + "lastModified": "Sat, 18 Feb 2023 00:43:40 GMT" }, "generator": "bikeshed", "date": "29 June 2022", @@ -1871,7 +1871,7 @@ ], "crawled": "https://drafts.csswg.org/css-viewport/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 22:45:17 GMT" + "lastModified": "Sat, 18 Feb 2023 00:43:50 GMT" }, "generator": "bikeshed", "date": "11 October 2022", @@ -1895,14 +1895,6 @@ }, "seriesVersion": "2", "standing": "good", - "seriesPrevious": "web-animations-1", - "organization": "W3C", - "groups": [ - { - "name": "Cascading Style Sheets (CSS) Working Group", - "url": "https://www.w3.org/Style/CSS/" - } - ], "nightly": { "url": "https://drafts.csswg.org/web-animations-2/", "status": "Unofficial Proposal Draft", @@ -1913,6 +1905,14 @@ "sourcePath": "web-animations-2/Overview.bs", "filename": "Overview.html" }, + "seriesPrevious": "web-animations-1", + "organization": "W3C", + "groups": [ + { + "name": "Cascading Style Sheets (CSS) Working Group", + "url": "https://www.w3.org/Style/CSS/" + } + ], "title": "Web Animations Level 2", "source": "spec", "shortTitle": "Web Animations 2", @@ -1930,7 +1930,7 @@ ], "crawled": "https://drafts.csswg.org/web-animations-2/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 22:47:27 GMT" + "lastModified": "Sat, 18 Feb 2023 00:45:56 GMT" }, "generator": "bikeshed", "date": "21 February 2023", @@ -2046,7 +2046,7 @@ ], "crawled": "https://drafts.fxtf.org/filter-effects-2/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 23:15:01 GMT" + "lastModified": "Sat, 18 Feb 2023 01:10:35 GMT" }, "generator": "bikeshed", "date": "10 February 2022", @@ -2513,9 +2513,9 @@ ], "crawled": "https://html.spec.whatwg.org/multipage/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Feb 2023 08:29:04 GMT" + "lastModified": "Fri, 17 Feb 2023 06:10:53 GMT" }, - "date": "16 February 2023", + "date": "17 February 2023", "links": "links/html.json", "refs": "refs/html.json", "events": "events/html.json", @@ -5646,9 +5646,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", @@ -6916,9 +6916,9 @@ ], "crawled": "https://tc39.es/proposal-temporal/", "crawlCacheInfo": { - "lastModified": "Wed, 15 Feb 2023 00:32:46 GMT" + "lastModified": "Sat, 18 Feb 2023 00:54:55 GMT" }, - "date": "15 February 2023", + "date": "18 February 2023", "links": "links/tc39-temporal.json", "headings": "headings/tc39-temporal.json", "ids": "ids/tc39-temporal.json" @@ -7620,8 +7620,7 @@ "links": "links/rdf12-schema.json", "refs": "refs/rdf12-schema.json", "headings": "headings/rdf12-schema.json", - "ids": "ids/rdf12-schema.json", - "error": "Error: Evaluation failed: Error: Respec generation took too long\n at isReady (pptr://__puppeteer_evaluation_script__:25:31)\n at async pptr://__puppeteer_evaluation_script__:34:13 Error: Evaluation failed: Error: Respec generation took too long\n at isReady (pptr://__puppeteer_evaluation_script__:25:31)\n at async pptr://__puppeteer_evaluation_script__:34:13\n at ExecutionContext._ExecutionContext_evaluate (/home/runner/work/webref/webref/node_modules/puppeteer-core/lib/cjs/puppeteer/common/ExecutionContext.js:255:15)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async ExecutionContext.evaluate (/home/runner/work/webref/webref/node_modules/puppeteer-core/lib/cjs/puppeteer/common/ExecutionContext.js:143:16)\n at async processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:599:9)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:92:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:354:22)\n at async Promise.all (index 145)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:362:21)" + "ids": "ids/rdf12-schema.json" }, { "url": "https://w3c.github.io/rdf-semantics/spec/", @@ -8564,10 +8563,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", @@ -8940,10 +8939,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", @@ -9215,10 +9214,10 @@ ], "crawled": "https://wicg.github.io/cookie-store/", "crawlCacheInfo": { - "lastModified": "Thu, 15 Sep 2022 20:04:37 GMT" + "lastModified": "Sat, 18 Feb 2023 00:57:46 GMT" }, "generator": "bikeshed", - "date": "15 September 2022", + "date": "18 February 2023", "links": "links/cookie-store.json", "refs": "refs/cookie-store.json", "events": "events/cookie-store.json", @@ -11335,61 +11334,6 @@ "headings": "headings/prefer-current-tab.json", "ids": "ids/prefer-current-tab.json" }, - { - "url": "https://wicg.github.io/priority-hints/", - "seriesComposition": "full", - "shortname": "priority-hints", - "series": { - "shortname": "priority-hints", - "currentSpecification": "priority-hints", - "title": "Priority Hints", - "shortTitle": "Priority Hints", - "nightlyUrl": "https://wicg.github.io/priority-hints/" - }, - "organization": "W3C", - "groups": [ - { - "name": "Web Platform Incubator Community Group", - "url": "https://www.w3.org/community/wicg/" - } - ], - "nightly": { - "url": "https://wicg.github.io/priority-hints/", - "status": "Draft Community Group Report", - "alternateUrls": [], - "repository": "https://github.com/WICG/priority-hints", - "sourcePath": "index.bs", - "filename": "index.html" - }, - "title": "Priority Hints", - "source": "specref", - "shortTitle": "Priority Hints", - "categories": [ - "browser" - ], - "standing": "good", - "tests": { - "repository": "https://github.com/web-platform-tests/wpt", - "testPaths": [ - "priority-hints" - ] - }, - "versions": [ - "https://wicg.github.io/priority-hints/" - ], - "crawled": "https://wicg.github.io/priority-hints/", - "crawlCacheInfo": { - "lastModified": "Tue, 10 Jan 2023 15:45:57 GMT" - }, - "generator": "bikeshed", - "date": "10 January 2023", - "links": "links/priority-hints.json", - "refs": "refs/priority-hints.json", - "idl": "idl/priority-hints.idl", - "dfns": "dfns/priority-hints.json", - "headings": "headings/priority-hints.json", - "ids": "ids/priority-hints.json" - }, { "url": "https://wicg.github.io/responsive-image-client-hints/", "seriesComposition": "full", @@ -11968,10 +11912,10 @@ ], "crawled": "https://wicg.github.io/ua-client-hints/", "crawlCacheInfo": { - "lastModified": "Tue, 20 Sep 2022 20:23:49 GMT" + "lastModified": "Fri, 17 Feb 2023 14:29:56 GMT" }, "generator": "bikeshed", - "date": "20 September 2022", + "date": "17 February 2023", "links": "links/ua-client-hints.json", "refs": "refs/ua-client-hints.json", "idl": "idl/ua-client-hints.idl", @@ -12530,7 +12474,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" }, @@ -12569,7 +12513,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" }, @@ -12702,7 +12646,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" }, @@ -12741,7 +12685,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" }, @@ -12780,7 +12724,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" }, @@ -13102,7 +13046,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" }, @@ -13141,7 +13085,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" }, @@ -13274,7 +13218,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" }, @@ -13642,7 +13586,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", @@ -13921,7 +13865,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", @@ -15403,10 +15347,10 @@ ], "crawled": "https://www.w3.org/TR/css-align-3/", "crawlCacheInfo": { - "lastModified": "Fri, 24 Dec 2021 22:53:37 GMT" + "lastModified": "Fri, 17 Feb 2023 19:17:10 GMT" }, "generator": "bikeshed", - "date": "24 December 2021", + "date": "17 February 2023", "links": "links/css-align-3.json", "refs": "refs/css-align-3.json", "css": "css/css-align.json", @@ -15636,7 +15580,7 @@ ], "release": { "url": "https://www.w3.org/TR/css-box-3/", - "status": "Candidate Recommendation Draft", + "status": "Proposed Recommendation", "filename": "Overview.html" }, "nightly": { @@ -17707,7 +17651,7 @@ "sourcePath": "css-images-4/Overview.bs", "filename": "Overview.html" }, - "title": "CSS Image Values and Replaced Content Module Level 4", + "title": "CSS Images Module Level 4", "source": "w3c", "categories": [ "browser" @@ -17725,10 +17669,10 @@ ], "crawled": "https://www.w3.org/TR/css-images-4/", "crawlCacheInfo": { - "lastModified": "Thu, 13 Apr 2017 00:15:55 GMT" + "lastModified": "Fri, 17 Feb 2023 19:20:53 GMT" }, "generator": "bikeshed", - "date": "13 April 2017", + "date": "17 February 2023", "links": "links/css-images-4.json", "refs": "refs/css-images-4.json", "idl": "idl/css-images-4.idl", @@ -18820,7 +18764,7 @@ ], "crawled": "https://www.w3.org/TR/css-position-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Feb 2023 00:47:50 GMT" + "lastModified": "Fri, 17 Feb 2023 19:17:21 GMT" }, "generator": "bikeshed", "date": "17 February 2023", @@ -25830,10 +25774,10 @@ ], "crawled": "https://www.w3.org/TR/permissions-policy-1/", "crawlCacheInfo": { - "lastModified": "Mon, 23 Jan 2023 18:45:56 GMT" + "lastModified": "Fri, 17 Feb 2023 19:53:28 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", diff --git a/tr/links/capability-delegation.json b/tr/links/capability-delegation.json index 053093da72ed..371132dad691 100644 --- a/tr/links/capability-delegation.json +++ b/tr/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/tr/links/cookie-store.json b/tr/links/cookie-store.json index f294157aa4a6..e36c262e698a 100644 --- a/tr/links/cookie-store.json +++ b/tr/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/tr/links/css-align-3.json b/tr/links/css-align-3.json index ccfa3e21c6cc..84b4e9523810 100644 --- a/tr/links/css-align-3.json +++ b/tr/links/css-align-3.json @@ -11,13 +11,25 @@ ], "specShortname": "css-logical-1" }, + "https://drafts.csswg.org/css-multicol-1/": { + "anchors": [ + "multi-column-spanner" + ], + "specShortname": "css-multicol-1" + }, "https://drafts.csswg.org/css2/": { "anchors": [ - "visudet", - "abs-non-replaced-width" + "propdef-vertical-align", + "propdef-max-height", + "propdef-max-width", + "propdef-min-height", + "propdef-min-width", + "propdef-border-spacing", + "line-box" ], "specShortname": "CSS21" }, + "https://github.com/w3c/csswg-drafts/commit/29e253d0344d4a2bec47305a70cbcbfde669af7b": {}, "https://github.com/w3c/csswg-drafts/issues": {}, "https://github.com/w3c/csswg-drafts/issues/1001": {}, "https://github.com/w3c/csswg-drafts/issues/1002": { @@ -28,6 +40,11 @@ "https://github.com/w3c/csswg-drafts/issues/1038": {}, "https://github.com/w3c/csswg-drafts/issues/1167": {}, "https://github.com/w3c/csswg-drafts/issues/1184": {}, + "https://github.com/w3c/csswg-drafts/issues/129": { + "anchors": [ + "issuecomment-1113489051" + ] + }, "https://github.com/w3c/csswg-drafts/issues/1318": {}, "https://github.com/w3c/csswg-drafts/issues/1403": {}, "https://github.com/w3c/csswg-drafts/issues/1556": {}, @@ -42,12 +59,17 @@ "https://github.com/w3c/csswg-drafts/issues/509": {}, "https://github.com/w3c/csswg-drafts/issues/5235": {}, "https://github.com/w3c/csswg-drafts/issues/5923": {}, + "https://github.com/w3c/csswg-drafts/issues/6389": {}, + "https://github.com/w3c/csswg-drafts/issues/7599": {}, + "https://github.com/w3c/csswg-drafts/issues/7612": {}, + "https://github.com/w3c/csswg-drafts/issues/7639": {}, + "https://github.com/w3c/csswg-drafts/issues/7645": {}, "https://github.com/w3c/csswg-drafts/issues/766": {}, + "https://github.com/w3c/csswg-drafts/issues/7856": {}, "https://github.com/w3c/csswg-drafts/issues?q=is%3Aissue+label%3Acss-align-3+author%3Adbaron": {}, "https://lists.w3.org/Archives/Public/public-css-archive/": {}, "https://lists.w3.org/Archives/Public/public-css-testsuite": {}, "https://lists.w3.org/Archives/Public/www-style/": {}, - "https://www.w3.org/2004/01/pp-impl/32061/status": {}, "https://www.w3.org/2021/Process-20211102/": { "anchors": [ "recs-and-notes" @@ -73,6 +95,7 @@ "https://www.w3.org/TR/2018/WD-css-align-3-20180830/": {}, "https://www.w3.org/TR/2018/WD-css-align-3-20181206/": {}, "https://www.w3.org/TR/2020/WD-css-align-3-20200421/": {}, + "https://www.w3.org/TR/2021/WD-css-align-3-20211224/": {}, "https://www.w3.org/TR/CSS/": { "anchors": [ "partial", @@ -90,17 +113,11 @@ }, "https://www.w3.org/TR/CSS2/tables.html": { "anchors": [ - "height-layout", - "propdef-border-spacing" + "height-layout" ] }, "https://www.w3.org/TR/CSS2/visudet.html": { "anchors": [ - "propdef-vertical-align", - "propdef-max-height", - "propdef-max-width", - "propdef-min-height", - "propdef-min-width", "blockwidth", "abs-non-replaced-width", "abs-non-replaced-height", @@ -109,13 +126,20 @@ }, "https://www.w3.org/TR/CSS2/visuren.html": { "anchors": [ - "absolutely-positioned", - "line-box" + "absolutely-positioned" ] }, "https://www.w3.org/TR/CSS21/": { + "anchors": [ + "visudet" + ], "specShortname": "CSS21" }, + "https://www.w3.org/TR/CSS21//": { + "anchors": [ + "abs-non-replaced-width" + ] + }, "https://www.w3.org/TR/CSS21/conform.html": { "anchors": [ "style-sheet", @@ -124,15 +148,13 @@ ], "specShortname": "CSS21" }, - "https://www.w3.org/TR/css-align-3/": { - "anchors": [ - "content-distribute" - ], - "specShortname": "css-align-3" + "https://www.w3.org/TR/CSS22/": { + "specShortname": "CSS22" }, "https://www.w3.org/TR/css-box-4/": { "anchors": [ "margin-edge", + "box-box-edge", "margin", "margin-box", "propdef-margin", @@ -204,10 +226,11 @@ "https://www.w3.org/TR/css-flexbox/": { "specShortname": "css-flexbox-1" }, - "https://www.w3.org/TR/css-fonts-3/": { + "https://www.w3.org/TR/css-fonts-4/": { "anchors": [ "first-available-font" - ] + ], + "specShortname": "css-fonts-4" }, "https://www.w3.org/TR/css-grid-1/": { "anchors": [ @@ -241,6 +264,7 @@ "valdef-alignment-baseline-middle", "propdef-dominant-baseline", "propdef-alignment-baseline", + "root-inline-box", "baseline-synthesis" ], "specShortname": "css-inline-3" @@ -262,15 +286,17 @@ "scrollable-overflow-region", "scroll-container", "initial-scroll-position", - "scrollable", "scrollport", - "propdef-overflow" + "propdef-overflow", + "scrollable-overflow" ], "specShortname": "css-overflow-3" }, "https://www.w3.org/TR/css-position-3/": { "anchors": [ "valdef-top-auto", + "static-position", + "static-position-containing-block", "propdef-top", "propdef-right", "propdef-bottom", @@ -303,6 +329,12 @@ ], "specShortname": "css-sizing-4" }, + "https://www.w3.org/TR/css-tables-3/": { + "anchors": [ + "column" + ], + "specShortname": "css-tables-3" + }, "https://www.w3.org/TR/css-text-3/": { "anchors": [ "propdef-text-align" @@ -321,7 +353,8 @@ "comb-one", "mult-opt", "comb-all", - "typedef-length-percentage" + "typedef-length-percentage", + "css-bracketed-range-notation" ], "specShortname": "css-values-4" }, @@ -335,6 +368,8 @@ "https://www.w3.org/TR/css-writing-modes-3/": { "anchors": [ "intro-baselines", + "start", + "end", "propdef-direction", "dominant-baseline" ], @@ -351,14 +386,13 @@ "vertical-writing-mode", "line-left", "line-right", - "start", - "end", "inline-size", "valdef-direction-ltr", "valdef-direction-rtl", "inline-start", "inline-end", "block-end", + "block-start", "line-under", "line-over", "block-flow-direction", @@ -366,7 +400,7 @@ "valdef-writing-mode-vertical-lr", "propdef-writing-mode", "line-orientation", - "block-start" + "physical-direction" ], "specShortname": "css-writing-modes-4" }, @@ -411,6 +445,7 @@ ], "specShortname": "web-animations-1" }, - "https://www.w3.org/groups/wg/css": {} + "https://www.w3.org/groups/wg/css": {}, + "https://www.w3.org/groups/wg/css/ipr": {} } } \ No newline at end of file diff --git a/tr/links/css-backgrounds-4.json b/tr/links/css-backgrounds-4.json index 2a4084c672bc..9180f1e9e638 100644 --- a/tr/links/css-backgrounds-4.json +++ b/tr/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/tr/links/css-images-4.json b/tr/links/css-images-4.json index bbca3d102938..6ee5eb3bdaa4 100644 --- a/tr/links/css-images-4.json +++ b/tr/links/css-images-4.json @@ -1,94 +1,171 @@ { "spec": { - "title": "CSS Image Values and Replaced Content Module Level 4", + "title": "CSS Images Module Level 4", "url": "https://www.w3.org/TR/css-images-4/" }, "links": { - "http://lists.w3.org/Archives/Public/public-css-testsuite": {}, - "http://www.w3.org/Style/CSS/Test/": {}, - "http://www.w3.org/TR/CSS/": { + "https://caniuse.com/": { "anchors": [ - "future-proofing", - "unstable", - "proprietary-extension", - "vendor-prefix" - ], - "specShortname": "CSS22" - }, - "http://www.w3.org/TR/CSS2/conform.html": { - "anchors": [ - "style-sheet", - "user-agent", - "ignore" + "feat=css-cross-fade", + "feat=css-element-function" ] }, - "http://www.whatwg.org/specs/web-apps/current-work/multipage/": {}, + "https://datatracker.ietf.org/doc/html/rfc2119": {}, "https://drafts.csswg.org/css-images-3/": { "anchors": [ - "funcdef-image-set", - "funcdef-cross-fade" + "typedef-rg-ending-shape", + "typedef-rg-size" ], "specShortname": "css-images-3" }, - "https://drafts.csswg.org/css-pseudo/": { + "https://drafts.csswg.org/css-images-5/": { "anchors": [ - "generated-content" + "propdef-object-view-box" ], - "specShortname": "css-pseudo-4" + "specShortname": "css-images-5" }, - "https://drafts.csswg.org/css-values-4/": { + "https://drafts.csswg.org/css2/": { "anchors": [ - "comb-one", - "funcdef-url", - "mult-opt", - "comb-comma", - "mult-req", - "px", - "identifier-value", - "mult-comma", - "comb-all", - "typedef-length-percentage", - "mult-num-range", - "typedef-angle-percentage", - "comb-any" + "stacking-context" ], - "specShortname": "css-values-4" + "specShortname": "CSS21" }, + "https://fetch.spec.whatwg.org/": { + "anchors": [ + "concept-response" + ], + "specShortname": "fetch" + }, + "https://github.com/w3c/csswg-drafts/commit/ab20b4cbccf41db8e61850f58b2f1c1afc6ec66a": {}, + "https://github.com/w3c/csswg-drafts/commit/edb0b3090bdd73abb765023475e58afe52c701b9": {}, "https://github.com/w3c/csswg-drafts/issues": {}, - "https://heycam.github.io/webidl/": { + "https://github.com/w3c/csswg-drafts/issues/1162": {}, + "https://github.com/w3c/csswg-drafts/issues/1334": {}, + "https://github.com/w3c/csswg-drafts/issues/1578": {}, + "https://github.com/w3c/csswg-drafts/issues/1984": {}, + "https://github.com/w3c/csswg-drafts/issues/2532": {}, + "https://github.com/w3c/csswg-drafts/issues/2852": {}, + "https://github.com/w3c/csswg-drafts/issues/4042": {}, + "https://github.com/w3c/csswg-drafts/issues/4793": {}, + "https://github.com/w3c/csswg-drafts/issues/4929": {}, + "https://github.com/w3c/csswg-drafts/issues/4961": {}, + "https://github.com/w3c/csswg-drafts/issues/5170": {}, + "https://github.com/w3c/csswg-drafts/issues/562": {}, + "https://github.com/w3c/csswg-drafts/issues/6094": {}, + "https://github.com/w3c/csswg-drafts/issues/6285": {}, + "https://github.com/w3c/csswg-drafts/issues/656": {}, + "https://github.com/w3c/csswg-drafts/issues/6667": {}, + "https://github.com/w3c/csswg-drafts/issues/7058": {}, + "https://github.com/w3c/csswg-drafts/pull/437": {}, + "https://github.com/w3c/csswg-drafts/pull/6715": {}, + "https://html.spec.whatwg.org/multipage/": {}, + "https://html.spec.whatwg.org/multipage/canvas.html": { "anchors": [ - "SameObject" + "canvas" ] }, + "https://html.spec.whatwg.org/multipage/embedded-content.html": { + "anchors": [ + "the-picture-element", + "the-img-element" + ] + }, + "https://html.spec.whatwg.org/multipage/grouping-content.html": { + "anchors": [ + "the-p-element" + ] + }, + "https://html.spec.whatwg.org/multipage/media.html": { + "anchors": [ + "video" + ] + }, + "https://infra.spec.whatwg.org/": { + "anchors": [ + "tuple", + "list-item", + "list-iterate" + ], + "specShortname": "infra" + }, "https://lists.w3.org/Archives/Public/public-css-archive/": {}, + "https://lists.w3.org/Archives/Public/public-css-testsuite": {}, "https://lists.w3.org/Archives/Public/www-style/": {}, - "https://tools.ietf.org/html/rfc2119": {}, - "https://www.w3.org/2004/01/pp-impl/32061/status": {}, - "https://www.w3.org/2017/Process-20170301/": {}, - "https://www.w3.org/Consortium/Patent-Policy-20040205/": { + "https://lists.w3.org/Archives/Public/www-style/2018Jul/0024.html": {}, + "https://mimesniff.spec.whatwg.org/": { + "anchors": [ + "valid-mime-type" + ], + "specShortname": "mimesniff" + }, + "https://url.spec.whatwg.org/": { + "anchors": [ + "concept-url" + ], + "specShortname": "url" + }, + "https://webidl.spec.whatwg.org/": { + "anchors": [ + "SameObject", + "idl-any" + ], + "specShortname": "webidl" + }, + "https://www.w3.org/2021/Process-20211102/": { + "anchors": [ + "recs-and-notes" + ] + }, + "https://www.w3.org/Consortium/Patent-Policy-20200915/": { "anchors": [ "def-essential", "sec-Disclosure" ] }, - "https://www.w3.org/Style/": {}, - "https://www.w3.org/Style/CSS/members": {}, + "https://www.w3.org/Style/CSS/Test/": {}, "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/1998/REC-smil-19980615/": {}, "https://www.w3.org/TR/2011/CR-css3-background-20110215/": { "anchors": [ "border-image-area" ] }, "https://www.w3.org/TR/2012/WD-css4-images-20120911/": {}, - "https://www.w3.org/TR/CSS2": {}, + "https://www.w3.org/TR/2017/WD-css-images-4-20170413/": {}, + "https://www.w3.org/TR/CSS/": { + "anchors": [ + "future-proofing", + "unstable", + "proprietary-extension" + ], + "specShortname": "CSS22" + }, + "https://www.w3.org/TR/CSS2/about.html": { + "anchors": [ + "property-defs" + ] + }, + "https://www.w3.org/TR/CSS21/": { + "specShortname": "CSS21" + }, + "https://www.w3.org/TR/CSS21/conform.html": { + "anchors": [ + "style-sheet", + "user-agent", + "ignore" + ], + "specShortname": "CSS21" + }, "https://www.w3.org/TR/CSS21/visuren.html": { "anchors": [ - "propdef-direction", - "x43" + "propdef-direction" ], "specShortname": "CSS21" }, - "https://www.w3.org/TR/PNG": {}, + "https://www.w3.org/TR/CSS22/": { + "specShortname": "CSS22" + }, + "https://www.w3.org/TR/PNG/": {}, "https://www.w3.org/TR/SVG/coords.html": { "anchors": [ "Units" @@ -101,66 +178,181 @@ "https://www.w3.org/TR/SVG11/": { "specShortname": "SVG11" }, + "https://www.w3.org/TR/SVG11/coords.html": { + "anchors": [ + "PreserveAspectRatioAttribute" + ], + "specShortname": "SVG11" + }, "https://www.w3.org/TR/SVGTiny12/intro.html": { "anchors": [ "TermDecoratedBoundingBox" ] }, - "https://www.w3.org/TR/WebIDL-1/": {}, + "https://www.w3.org/TR/css-animations/": { + "specShortname": "css-animations-1" + }, + "https://www.w3.org/TR/css-backgrounds-3/": { + "anchors": [ + "propdef-background-image", + "propdef-background-color", + "propdef-background-size", + "propdef-background-position", + "valdef-background-position-center" + ], + "specShortname": "css-backgrounds-3" + }, + "https://www.w3.org/TR/css-cascade-5/": { + "anchors": [ + "computed-value", + "specified-value", + "used-value" + ], + "specShortname": "css-cascade-5" + }, + "https://www.w3.org/TR/css-cascade/": { + "anchors": [ + "initial-values", + "applies-to", + "inherited-property", + "computed" + ], + "specShortname": "css-cascade-4" + }, "https://www.w3.org/TR/css-color-4/": { "anchors": [ - "valdef-color-transparent" + "valdef-color-transparent", + "typedef-color", + "color-interpolation-method", + "interpolation", + "interpolation-alpha", + "transparent-black", + "computed-color" ], "specShortname": "css-color-4" }, + "https://www.w3.org/TR/css-flexbox-1/": { + "anchors": [ + "flex-layout" + ], + "specShortname": "css-flexbox-1" + }, + "https://www.w3.org/TR/css-grid-2/": { + "anchors": [ + "typedef-flex" + ], + "specShortname": "css-grid-2" + }, + "https://www.w3.org/TR/css-images-3/": { + "anchors": [ + "natural-dimensions", + "object-size-negotiation", + "concrete-object-size", + "natural-width", + "natural-height", + "natural-size", + "default-object-size", + "default-sizing-algorithm", + "contain-constraint", + "natural-aspect-ratio", + "cover-constraint", + "propdef-object-position", + "url-metadata", + "valdef-ending-shape-circle", + "valdef-ending-shape-ellipse" + ], + "specShortname": "css-images-3" + }, "https://www.w3.org/TR/css-lists-3/": { "anchors": [ - "propdef-list-style-image" + "propdef-list-style-image", + "valdef-list-style-type-none", + "propdef-list-style-type" ], "specShortname": "css-lists-3" }, + "https://www.w3.org/TR/css-pseudo/": { + "anchors": [ + "generated-content" + ], + "specShortname": "css-pseudo-4" + }, + "https://www.w3.org/TR/css-sizing-3/": { + "anchors": [ + "intrinsic-size" + ], + "specShortname": "css-sizing-3" + }, "https://www.w3.org/TR/css-transforms-1/": { "specShortname": "css-transforms-1" }, - "https://www.w3.org/TR/css-ui-3/": { - "specShortname": "css-ui-3" + "https://www.w3.org/TR/css-transitions/": { + "specShortname": "css-transitions-1" + }, + "https://www.w3.org/TR/css-ui-4/": { + "anchors": [ + "propdef-cursor" + ], + "specShortname": "css-ui-4" }, "https://www.w3.org/TR/css-values-3/": { + "anchors": [ + "value-defs" + ], "specShortname": "css-values-3" }, - "https://www.w3.org/TR/css3-background/": { + "https://www.w3.org/TR/css-values-4/": { "anchors": [ - "background-image", - "background-color", - "background-size", - "ltpositiongt", - "background-position" - ] + "css-wide-keywords", + "url-value", + "comb-one", + "length-value", + "funcdef-url", + "fetch-a-style-resource", + "mult-comma", + "string-value", + "resolution-value", + "comb-any", + "mult-opt", + "comb-comma", + "mult-req", + "percentage-value", + "comb-all", + "px", + "identifier-value", + "angle-value", + "typedef-position", + "typedef-length-percentage", + "mult-num-range", + "typedef-angle-percentage", + "functional-notation", + "css-bracketed-range-notation" + ], + "specShortname": "css-values-4" }, - "https://www.w3.org/TR/css3-color/": { + "https://www.w3.org/TR/css-values/": { "anchors": [ - "valuea-def-color" - ] + "value-defs", + "percentages" + ], + "specShortname": "css-values-4" }, - "https://www.w3.org/TR/css3-images/": {}, - "https://www.w3.org/TR/css3-selectors/": {}, - "https://www.w3.org/TR/css3-ui/": { + "https://www.w3.org/TR/css3-transitions/": { "anchors": [ - "propdef-cursor" + "animtype-length", + "animtype-color" ] }, - "https://www.w3.org/TR/css3-values/": { + "https://www.w3.org/TR/cssom-1/": { "anchors": [ - "url-value", - "string-value", - "length-value", - "angle-value", - "resolution-value" - ] + "cssstylesheet", + "namespacedef-css" + ], + "specShortname": "cssom-1" }, - "https://www.w3.org/TR/cssom-1/": { + "https://www.w3.org/TR/cssom/": { "anchors": [ - "css" + "serializing-css-values" ], "specShortname": "cssom-1" }, @@ -169,10 +361,14 @@ "naming-space" ] }, - "https://www.w3.org/TR/selectors4/": { + "https://www.w3.org/TR/selectors-3/": { + "specShortname": "selectors-3" + }, + "https://www.w3.org/TR/selectors-4/": { "anchors": [ - "ltid-selector" - ] + "typedef-id-selector" + ], + "specShortname": "selectors-4" }, "https://www.w3.org/TR/svg-integration/": { "anchors": [ @@ -180,6 +376,14 @@ "secure-animated-mode" ], "specShortname": "svg-integration" - } + }, + "https://www.w3.org/TR/web-animations/": { + "anchors": [ + "animation-type" + ], + "specShortname": "web-animations-1" + }, + "https://www.w3.org/groups/wg/css": {}, + "https://www.w3.org/groups/wg/css/ipr": {} } } \ No newline at end of file diff --git a/tr/links/fido-v2.1.json b/tr/links/fido-v2.1.json index 2f3fb4ec8bb8..05f5dc0486aa 100644 --- a/tr/links/fido-v2.1.json +++ b/tr/links/fido-v2.1.json @@ -6,6 +6,7 @@ "links": { "http://csrc.nist.gov/publications/fips/fips140-2/fips1402.pdf": {}, "http://secg.org/download/aid-780/sec1-v2.pdf": {}, + "http://www.commoncriteriaportal.org/cc/": {}, "https://csrc.nist.gov/CSRC/media/Projects/Cryptographic-Module-Validation-Program/documents/fips140-2/FIPS1402IG.pdf": {}, "https://csrc.nist.gov/publications/nistpubs/800-56A/SP800-56A_Revision1_Mar08-2007.pdf": {}, "https://developers.google.com/identity/fido/android/native-apps": {}, @@ -77,7 +78,6 @@ "https://www.bluetooth.com/specifications/adopted-specifications": {}, "https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=229737": {}, "https://www.bluetooth.org/en-us/specification/assigned-numbers": {}, - "https://www.commoncriteriaportal.org/cc/": {}, "https://www.commoncriteriaportal.org/files/ccfiles/CCPART1V3.1R5.pdf": {}, "https://www.fidoalliance.org/specifications/": {}, "https://www.iana.org/assignments/cose/cose.xhtml": { diff --git a/tr/links/html.json b/tr/links/html.json index de459bb19050..33f48eec938f 100644 --- a/tr/links/html.json +++ b/tr/links/html.json @@ -2013,7 +2013,7 @@ "concept-potential-destination", "concept-potential-destination-translate", "request-destination-script-like", - "concept-request-priority", + "request-priority", "concept-request-origin", "concept-request-referrer", "synchronous-flag", diff --git a/tr/links/priority-hints.json b/tr/links/priority-hints.json deleted file mode 100644 index 1ee254c14494..000000000000 --- a/tr/links/priority-hints.json +++ /dev/null @@ -1,120 +0,0 @@ -{ - "spec": { - "title": "Priority Hints", - "url": "https://wicg.github.io/priority-hints/" - }, - "links": { - "http://www.w3.org/community/": {}, - "https://datatracker.ietf.org/doc/html/rfc2119": {}, - "https://fetch.spec.whatwg.org/": { - "anchors": [ - "dom-requestinit-priority", - "request", - "fetch-method", - "concept-request-destination", - "concept-fetch", - "request-priority" - ], - "specShortname": "fetch" - }, - "https://html.spec.whatwg.org/multipage": { - "anchors": [ - "enumerated-attribute", - "invalid-value-default", - "missing-value-default" - ] - }, - "https://html.spec.whatwg.org/multipage/": {}, - "https://html.spec.whatwg.org/multipage/custom-elements.html": { - "anchors": [ - "cereactions" - ] - }, - "https://html.spec.whatwg.org/multipage/embedded-content.html": { - "anchors": [ - "the-img-element", - "htmlimageelement", - "the-picture-element", - "the-source-element" - ] - }, - "https://html.spec.whatwg.org/multipage/iframe-embed-object.html": { - "anchors": [ - "the-iframe-element", - "htmliframeelement", - "process-the-iframe-attributes", - "shared-attribute-processing-steps-for-iframe-and-frame-elements" - ] - }, - "https://html.spec.whatwg.org/multipage/images.html": { - "anchors": [ - "update-the-image-data", - "reacting-to-environment-changes" - ] - }, - "https://html.spec.whatwg.org/multipage/indices.html": { - "anchors": [ - "elements-3" - ] - }, - "https://html.spec.whatwg.org/multipage/links.html": { - "anchors": [ - "external-resource-link", - "link-type-modulepreload" - ] - }, - "https://html.spec.whatwg.org/multipage/scripting.html": { - "anchors": [ - "script", - "htmlscriptelement", - ":~:text=dynamically%20has%20no%20direct%20effect", - "the-script-element:data-block-2", - "prepare-a-script" - ] - }, - "https://html.spec.whatwg.org/multipage/semantics.html": { - "anchors": [ - "the-link-element", - "fetch-and-process-the-linked-resource", - "htmllinkelement", - "create-a-link-request", - "fetching-and-processing-a-resource-from-a-link-element" - ] - }, - "https://html.spec.whatwg.org/multipage/urls-and-fetching.html": { - "anchors": [ - "fetching-resources" - ] - }, - "https://html.spec.whatwg.org/multipage/webappapis.html": { - "anchors": [ - "script-fetch-options", - "default-classic-script-fetch-options", - "set-up-the-classic-script-request", - "set-up-the-module-script-request" - ] - }, - "https://httpwg.org/http-extensions/draft-ietf-httpbis-priority.html": { - "anchors": [ - "name-urgency" - ] - }, - "https://httpwg.org/http2-spec/draft-ietf-httpbis-http2bis.html": { - "anchors": [ - "name-prioritization" - ] - }, - "https://tools.ietf.org/html/rfc5988": {}, - "https://webidl.spec.whatwg.org/": { - "anchors": [ - "idl-DOMString" - ], - "specShortname": "webidl" - }, - "https://wicg.github.io/priority-hints/": { - "specShortname": "priority-hints" - }, - "https://www.w3.org/community/about/agreements/cla/": {}, - "https://www.w3.org/community/wicg/": {} - } -} \ No newline at end of file diff --git a/tr/links/tc39-temporal.json b/tr/links/tc39-temporal.json index a4a729f3769d..b3b876dba216 100644 --- a/tr/links/tc39-temporal.json +++ b/tr/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/tr/links/web-animations-2.json b/tr/links/web-animations-2.json index a5430d9e5236..59046f450da4 100644 --- a/tr/links/web-animations-2.json +++ b/tr/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/tr/refs/capability-delegation.json b/tr/refs/capability-delegation.json index d90b9851ff2c..5958d34dc59a 100644 --- a/tr/refs/capability-delegation.json +++ b/tr/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/tr/refs/css-align-3.json b/tr/refs/css-align-3.json index 917297fa7d77..67e7783045f6 100644 --- a/tr/refs/css-align-3.json +++ b/tr/refs/css-align-3.json @@ -22,8 +22,8 @@ "url": "https://www.w3.org/TR/css-flexbox-1/" }, { - "name": "CSS-FONTS-3", - "url": "https://www.w3.org/TR/css-fonts-3/" + "name": "CSS-FONTS-4", + "url": "https://www.w3.org/TR/css-fonts-4/" }, { "name": "CSS-GRID-1", @@ -61,6 +61,10 @@ "name": "CSS-SIZING-4", "url": "https://www.w3.org/TR/css-sizing-4/" }, + { + "name": "CSS-TABLES-3", + "url": "https://www.w3.org/TR/css-tables-3/" + }, { "name": "CSS-TEXT-3", "url": "https://www.w3.org/TR/css-text-3/" @@ -85,6 +89,10 @@ "name": "CSS2", "url": "https://www.w3.org/TR/CSS21/" }, + { + "name": "CSS22", + "url": "https://www.w3.org/TR/CSS22/" + }, { "name": "RFC2119", "url": "https://datatracker.ietf.org/doc/html/rfc2119" @@ -94,6 +102,11 @@ "url": "https://www.w3.org/TR/selectors-3/" } ], - "informative": [] + "informative": [ + { + "name": "CSSOM-1", + "url": "https://www.w3.org/TR/cssom-1/" + } + ] } } \ No newline at end of file diff --git a/tr/refs/css-images-4.json b/tr/refs/css-images-4.json index c5c08356a30f..1ede29ff3238 100644 --- a/tr/refs/css-images-4.json +++ b/tr/refs/css-images-4.json @@ -1,69 +1,105 @@ { "spec": { - "title": "CSS Image Values and Replaced Content Module Level 4", + "title": "CSS Images Module Level 4", "url": "https://www.w3.org/TR/css-images-4/" }, "refs": { "normative": [ { "name": "CSS-BACKGROUNDS-3", - "url": "https://www.w3.org/TR/css3-background/" + "url": "https://www.w3.org/TR/css-backgrounds-3/" }, { - "name": "CSS-COLOR-3", - "url": "https://www.w3.org/TR/css3-color/" + "name": "CSS-CASCADE-5", + "url": "https://www.w3.org/TR/css-cascade-5/" }, { "name": "CSS-COLOR-4", "url": "https://www.w3.org/TR/css-color-4/" }, + { + "name": "CSS-GRID-2", + "url": "https://www.w3.org/TR/css-grid-2/" + }, { "name": "CSS-IMAGES-3", - "url": "https://www.w3.org/TR/css3-images/" + "url": "https://www.w3.org/TR/css-images-3/" + }, + { + "name": "CSS-IMAGES-5", + "url": "https://drafts.csswg.org/css-images-5/" }, { "name": "CSS-LISTS-3", "url": "https://www.w3.org/TR/css-lists-3/" }, { - "name": "CSS-UI-3", - "url": "https://www.w3.org/TR/css-ui-3/" + "name": "CSS-SIZING-3", + "url": "https://www.w3.org/TR/css-sizing-3/" + }, + { + "name": "CSS-UI-4", + "url": "https://www.w3.org/TR/css-ui-4/" }, { "name": "CSS-VALUES-3", "url": "https://www.w3.org/TR/css-values-3/" }, { - "name": "CSS21", - "url": "https://www.w3.org/TR/CSS2" + "name": "CSS-VALUES-4", + "url": "https://www.w3.org/TR/css-values-4/" + }, + { + "name": "CSS2", + "url": "https://www.w3.org/TR/CSS21/" + }, + { + "name": "CSS22", + "url": "https://www.w3.org/TR/CSS22/" }, { "name": "CSS3-TRANSFORMS", "url": "https://www.w3.org/TR/css-transforms-1/" }, { - "name": "CSSOM-1", + "name": "CSSOM", "url": "https://www.w3.org/TR/cssom-1/" }, + { + "name": "FETCH", + "url": "https://fetch.spec.whatwg.org/" + }, + { + "name": "HTML", + "url": "https://html.spec.whatwg.org/multipage/" + }, + { + "name": "INFRA", + "url": "https://infra.spec.whatwg.org/" + }, { "name": "MEDIA-FRAGS", "url": "https://www.w3.org/TR/media-frags/" }, + { + "name": "MIMESNIFF", + "url": "https://mimesniff.spec.whatwg.org/" + }, { "name": "PNG", - "url": "https://www.w3.org/TR/PNG" + "url": "https://www.w3.org/TR/PNG/" }, { "name": "RFC2119", - "url": "https://tools.ietf.org/html/rfc2119" + "url": "https://datatracker.ietf.org/doc/html/rfc2119" }, { "name": "SELECT", - "url": "https://www.w3.org/TR/css3-selectors/" + "url": "https://www.w3.org/TR/selectors-3/" }, { "name": "SELECTORS-4", - "url": "https://www.w3.org/TR/selectors4/" + "url": "https://www.w3.org/TR/selectors-4/" }, { "name": "SVG-INTEGRATION", @@ -74,14 +110,22 @@ "url": "https://www.w3.org/TR/SVG11/" }, { - "name": "WebIDL", - "url": "https://www.w3.org/TR/WebIDL-1/" + "name": "URL", + "url": "https://url.spec.whatwg.org/" + }, + { + "name": "WEBIDL", + "url": "https://webidl.spec.whatwg.org/" } ], "informative": [ { - "name": "CSS3-IMAGES", - "url": "https://www.w3.org/TR/css3-images/" + "name": "CSS-FLEXBOX-1", + "url": "https://www.w3.org/TR/css-flexbox-1/" + }, + { + "name": "SMIL10", + "url": "https://www.w3.org/TR/1998/REC-smil-19980615/" } ] } diff --git a/tr/refs/fido-v2.1.json b/tr/refs/fido-v2.1.json index fefb7fd84487..61b6b1280b5c 100644 --- a/tr/refs/fido-v2.1.json +++ b/tr/refs/fido-v2.1.json @@ -51,7 +51,7 @@ }, { "name": "CommonCriteria", - "url": "https://www.commoncriteriaportal.org/cc/" + "url": "http://www.commoncriteriaportal.org/cc/" }, { "name": "CREDENTIAL-MANAGEMENT-1", diff --git a/tr/refs/priority-hints.json b/tr/refs/priority-hints.json deleted file mode 100644 index fa2721d4cbfc..000000000000 --- a/tr/refs/priority-hints.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "spec": { - "title": "Priority Hints", - "url": "https://wicg.github.io/priority-hints/" - }, - "refs": { - "normative": [ - { - "name": "FETCH", - "url": "https://fetch.spec.whatwg.org/" - }, - { - "name": "HTML", - "url": "https://html.spec.whatwg.org/multipage/" - }, - { - "name": "RFC2119", - "url": "https://datatracker.ietf.org/doc/html/rfc2119" - }, - { - "name": "WEBIDL", - "url": "https://webidl.spec.whatwg.org/" - } - ], - "informative": [ - { - "name": "PRIORITY-HINTS", - "url": "https://wicg.github.io/priority-hints/" - }, - { - "name": "RFC5988", - "url": "https://tools.ietf.org/html/rfc5988" - } - ] - } -} \ No newline at end of file diff --git a/tr/refs/ua-client-hints.json b/tr/refs/ua-client-hints.json index abab724f4cf1..0c69ef70a91d 100644 --- a/tr/refs/ua-client-hints.json +++ b/tr/refs/ua-client-hints.json @@ -17,10 +17,6 @@ "name": "INFRA", "url": "https://infra.spec.whatwg.org/" }, - { - "name": "PERMISSIONS", - "url": "https://w3c.github.io/permissions/" - }, { "name": "PERMISSIONS-POLICY-1", "url": "https://w3c.github.io/webappsec-permissions-policy/"