diff --git a/tr/css/css-color.json b/tr/css/css-color.json index 3791e77cddbd..00654104e95e 100644 --- a/tr/css/css-color.json +++ b/tr/css/css-color.json @@ -22,7 +22,7 @@ { "name": "opacity", "href": "https://www.w3.org/TR/css-color-4/#propdef-opacity", - "value": "", + "value": "", "initial": "1", "appliesTo": "all elements", "inherited": "no", @@ -30,6 +30,14 @@ "computedValue": "specified number, clamped to the range [0,1]", "canonicalOrder": "per grammar", "animationType": "by computed value type", + "values": [ + { + "name": "", + "prose": "The opacity to be applied to the element. The resulting opacity is applied to the entire element, rather than a particular color. Opacity values outside the range [0,1] are not invalid, and are preserved in specified values, but are clamped to the range [0, 1] in computed values.", + "href": "https://www.w3.org/TR/css-color-4/#typedef-opacity-opacity-value", + "type": "type" + } + ], "styleDeclaration": [ "opacity" ] @@ -43,8 +51,14 @@ "prose": "Colors in CSS are represented by the type:", "href": "https://www.w3.org/TR/css-color-4/#typedef-color", "type": "type", - "value": " | currentcolor | ", + "value": " | currentColor | ", "values": [ + { + "name": "", + "href": "https://www.w3.org/TR/css-color-4/#typedef-color-alpha-value", + "type": "type", + "value": " | " + }, { "name": "none", "prose": "It can also be specified explicitly, by providing the keyword none for a component in a color function. All color functions (with the exception of those using the legacy color syntax) allow any of their components to be specified as none.", @@ -52,6 +66,249 @@ "type": "value", "value": "none" }, + { + "name": "transparent", + "prose": "The keyword transparent specifies a transparent black. It is a type of .", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-transparent", + "type": "value", + "value": "transparent" + }, + { + "name": "currentcolor", + "prose": "The keyword currentcolor represents value of the color property on the same element. Unlike s, it is not restricted to sRGB; the value can be any . Its used values is determined by resolving color values.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-currentcolor", + "type": "value", + "value": "currentcolor" + }, + { + "name": "ActiveBorder", + "prose": "Active window border. Same as ButtonBorder.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-activeborder", + "type": "value", + "value": "ActiveBorder" + }, + { + "name": "ActiveCaption", + "prose": "Active window caption. Same as Canvas.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-activecaption", + "type": "value", + "value": "ActiveCaption" + }, + { + "name": "AppWorkspace", + "prose": "Background color of multiple document interface. Same as Canvas.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-appworkspace", + "type": "value", + "value": "AppWorkspace" + }, + { + "name": "Background", + "prose": "Desktop background. Same as Canvas.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-background", + "type": "value", + "value": "Background" + }, + { + "name": "ButtonHighlight", + "prose": "The color of the border facing the light source for 3-D elements that appear 3-D due to one layer of surrounding border. Same as ButtonFace.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-buttonhighlight", + "type": "value", + "value": "ButtonHighlight" + }, + { + "name": "ButtonShadow", + "prose": "The color of the border away from the light source for 3-D elements that appear 3-D due to one layer of surrounding border. Same as ButtonFace.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-buttonshadow", + "type": "value", + "value": "ButtonShadow" + }, + { + "name": "CaptionText", + "prose": "Text in caption, size box, and scrollbar arrow box. Same as CanvasText.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-captiontext", + "type": "value", + "value": "CaptionText" + }, + { + "name": "InactiveBorder", + "prose": "Inactive window border. Same as ButtonBorder.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-inactiveborder", + "type": "value", + "value": "InactiveBorder" + }, + { + "name": "InactiveCaption", + "prose": "Inactive window caption. Same as Canvas.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-inactivecaption", + "type": "value", + "value": "InactiveCaption" + }, + { + "name": "InactiveCaptionText", + "prose": "Color of text in an inactive caption. Same as GrayText.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-inactivecaptiontext", + "type": "value", + "value": "InactiveCaptionText" + }, + { + "name": "InfoBackground", + "prose": "Background color for tooltip controls. Same as Canvas.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-infobackground", + "type": "value", + "value": "InfoBackground" + }, + { + "name": "InfoText", + "prose": "Text color for tooltip controls. Same as CanvasText.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-infotext", + "type": "value", + "value": "InfoText" + }, + { + "name": "Menu", + "prose": "Menu background. Same as Canvas.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-menu", + "type": "value", + "value": "Menu" + }, + { + "name": "MenuText", + "prose": "Text in menus. Same as CanvasText.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-menutext", + "type": "value", + "value": "MenuText" + }, + { + "name": "Scrollbar", + "prose": "Scroll bar gray area. Same as Canvas.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-scrollbar", + "type": "value", + "value": "Scrollbar" + }, + { + "name": "ThreeDDarkShadow", + "prose": "The color of the darker (generally outer) of the two borders away from the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border. Same as ButtonBorder.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-threeddarkshadow", + "type": "value", + "value": "ThreeDDarkShadow" + }, + { + "name": "ThreeDFace", + "prose": "The face background color for 3-D elements that appear 3-D due to two concentric layers of surrounding border. Same as ButtonFace.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-threedface", + "type": "value", + "value": "ThreeDFace" + }, + { + "name": "ThreeDHighlight", + "prose": "The color of the lighter (generally outer) of the two borders facing the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border. Same as ButtonBorder.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-threedhighlight", + "type": "value", + "value": "ThreeDHighlight" + }, + { + "name": "ThreeDLightShadow", + "prose": "The color of the darker (generally inner) of the two borders facing the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border. Same as ButtonBorder.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-threedlightshadow", + "type": "value", + "value": "ThreeDLightShadow" + }, + { + "name": "ThreeDShadow", + "prose": "The color of the lighter (generally inner) of the two borders away from the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border. Same as ButtonBorder.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-threedshadow", + "type": "value", + "value": "ThreeDShadow" + }, + { + "name": "Window", + "prose": "Window background. Same as Canvas.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-window", + "type": "value", + "value": "Window" + }, + { + "name": "WindowFrame", + "prose": "Window frame. Same as ButtonBorder.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-windowframe", + "type": "value", + "value": "WindowFrame" + }, + { + "name": "WindowText", + "prose": "Text in windows. Same as CanvasText.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-windowtext", + "type": "value", + "value": "WindowText" + } + ] + }, + { + "name": "", + "href": "https://www.w3.org/TR/css-color-4/#typedef-color-base", + "type": "type", + "value": " | | | transparent" + }, + { + "name": "", + "href": "https://www.w3.org/TR/css-color-4/#typedef-color-function", + "type": "type", + "value": " | | | | | | | | | " + }, + { + "name": "", + "href": "https://www.w3.org/TR/css-color-4/#typedef-hue", + "type": "type", + "value": " | " + }, + { + "name": "rgb()", + "href": "https://www.w3.org/TR/css-color-4/#funcdef-rgb", + "type": "function", + "value": "[ | ]" + }, + { + "name": "rgba()", + "href": "https://www.w3.org/TR/css-color-4/#funcdef-rgba", + "type": "function", + "value": "[ | ]" + }, + { + "name": "", + "href": "https://www.w3.org/TR/css-color-4/#typedef-legacy-rgb-syntax", + "type": "type", + "value": "rgb( #{3} , ? ) | rgb( #{3} , ? )" + }, + { + "name": "", + "href": "https://www.w3.org/TR/css-color-4/#typedef-legacy-rgba-syntax", + "type": "type", + "value": "rgba( #{3} , ? ) | rgba( #{3} , ? )" + }, + { + "name": "", + "href": "https://www.w3.org/TR/css-color-4/#typedef-modern-rgb-syntax", + "type": "type", + "value": "rgb( [ | | none]{3} [ / [ | none] ]? )" + }, + { + "name": "", + "href": "https://www.w3.org/TR/css-color-4/#typedef-modern-rgba-syntax", + "type": "type", + "value": "rgba( [ | | none]{3} [ / [ | none] ]? )" + }, + { + "name": "", + "prose": "The syntax of a is a token whose value consists of 3, 4, 6, or 8 hexadecimal digits. In other words, a hex color is written as a hash character, \"#\", followed by some number of digits 0-9 or letters a-f (the case of the letters doesn’t matter - #00ff00 is identical to #00FF00).", + "href": "https://www.w3.org/TR/css-color-4/#typedef-hex-color", + "type": "type" + }, + { + "name": "", + "prose": "CSS defines a large set of named colors, so that common colors can be written and read more easily. A is written as an , accepted anywhere a is. As usual for CSS-defined s, all of these keywords are ASCII case-insensitive.", + "href": "https://www.w3.org/TR/css-color-4/#typedef-named-color", + "type": "type", + "values": [ { "name": "aliceblue", "href": "https://www.w3.org/TR/css-color-4/#valdef-color-aliceblue", @@ -939,71 +1196,9 @@ "href": "https://www.w3.org/TR/css-color-4/#valdef-color-yellowgreen", "type": "value", "value": "yellowgreen" - }, - { - "name": "transparent", - "prose": "The keyword transparent specifies a transparent black. It is a type of .", - "href": "https://www.w3.org/TR/css-color-4/#valdef-color-transparent", - "type": "value", - "value": "transparent" - }, - { - "name": "currentcolor", - "prose": "The keyword currentcolor represents value of the color property on the same element. Unlike s, it is not restricted to sRGB; the value can be any . Its used values is determined by resolving color values.", - "href": "https://www.w3.org/TR/css-color-4/#valdef-color-currentcolor", - "type": "value", - "value": "currentcolor" } ] }, - { - "name": "", - "href": "https://www.w3.org/TR/css-color-4/#typedef-absolute-color-base", - "type": "type", - "value": " | | | transparent" - }, - { - "name": "", - "href": "https://www.w3.org/TR/css-color-4/#typedef-absolute-color-function", - "type": "type", - "value": " | | | | | | | | | " - }, - { - "name": "", - "href": "https://www.w3.org/TR/css-color-4/#typedef-alpha-value", - "type": "type", - "value": " | " - }, - { - "name": "", - "href": "https://www.w3.org/TR/css-color-4/#typedef-hue", - "type": "type", - "value": " | " - }, - { - "name": "rgb()", - "href": "https://www.w3.org/TR/css-color-4/#funcdef-rgb", - "type": "function", - "value": "rgb( [ | none]{3} [ / [ | none] ]? ) | rgb( [ | none]{3} [ / [ | none] ]? ) | rgb( #{3} , ? ) | rgb( #{3} , ? ) | rgb( [ | none]{3} [ / [ | none] ]? ) | rgb( [ | none]{3} [ / [ | none] ]? )" - }, - { - "name": "rgba()", - "prose": "Also, an rgba() legacy color syntax also exists, with an identical grammar and behavior to rgb().", - "href": "https://www.w3.org/TR/css-color-4/#funcdef-rgba", - "type": "function" - }, - { - "name": "", - "prose": "The syntax of a is a token whose value consists of 3, 4, 6, or 8 hexadecimal digits. In other words, a hex color is written as a hash character, \"#\", followed by some number of digits 0-9 or letters a-f (the case of the letters doesn’t matter - #00ff00 is identical to #00FF00).", - "href": "https://www.w3.org/TR/css-color-4/#typedef-hex-color", - "type": "type" - }, - { - "name": "", - "prose": "CSS defines a large set of named colors, so that common colors can be written and read more easily. A is written as an , accepted anywhere a is. As usual for CSS-defined s, all of these keywords are ASCII case-insensitive.", - "href": "https://www.w3.org/TR/css-color-4/#typedef-named-color", - "type": "type" - }, { "name": "", "prose": "However, in forced colors mode, most colors on the page are forced into a restricted, user-chosen palette. The keywords expose these user-chosen colors so that the rest of the page can integrate with this restricted palette.", @@ -1011,137 +1206,137 @@ "type": "type", "values": [ { - "name": "Canvas", - "prose": "Background of application content or documents.", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-canvas", - "type": "value", - "value": "Canvas" - }, - { - "name": "CanvasText", - "prose": "Text in application content or documents.", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-canvastext", - "type": "value", - "value": "CanvasText" - }, - { - "name": "LinkText", - "prose": "Text in non-active, non-visited links. For light backgrounds, traditionally blue.", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-linktext", + "name": "AccentColor", + "prose": "Background of accented user interface controls.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-accentcolor", "type": "value", - "value": "LinkText" + "value": "AccentColor" }, { - "name": "VisitedText", - "prose": "Text in visited links. For light backgrounds, traditionally purple.", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-visitedtext", + "name": "AccentColorText", + "prose": "Text of accented user interface controls.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-accentcolortext", "type": "value", - "value": "VisitedText" + "value": "AccentColorText" }, { "name": "ActiveText", "prose": "Text in active links. For light backgrounds, traditionally red.", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-activetext", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-activetext", "type": "value", "value": "ActiveText" }, + { + "name": "ButtonBorder", + "prose": "The base border color for push buttons.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-buttonborder", + "type": "value", + "value": "ButtonBorder" + }, { "name": "ButtonFace", "prose": "The face background color for push buttons.", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-buttonface", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-buttonface", "type": "value", "value": "ButtonFace" }, { "name": "ButtonText", "prose": "Text on push buttons.", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-buttontext", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-buttontext", "type": "value", "value": "ButtonText" }, { - "name": "ButtonBorder", - "prose": "The base border color for push buttons.", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-buttonborder", + "name": "Canvas", + "prose": "Background of application content or documents.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-canvas", "type": "value", - "value": "ButtonBorder" + "value": "Canvas" + }, + { + "name": "CanvasText", + "prose": "Text in application content or documents.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-canvastext", + "type": "value", + "value": "CanvasText" }, { "name": "Field", "prose": "Background of input fields.", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-field", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-field", "type": "value", "value": "Field" }, { "name": "FieldText", "prose": "Text in input fields.", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-fieldtext", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-fieldtext", "type": "value", "value": "FieldText" }, + { + "name": "GrayText", + "prose": "Disabled text. (Often, but not necessarily, gray.)", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-graytext", + "type": "value", + "value": "GrayText" + }, { "name": "Highlight", "prose": "Background of selected text, for example from ::selection.", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-highlight", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-highlight", "type": "value", "value": "Highlight" }, { "name": "HighlightText", "prose": "Text of selected text.", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-highlighttext", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-highlighttext", "type": "value", "value": "HighlightText" }, { - "name": "SelectedItem", - "prose": "Background of selected items, for example a selected checkbox.", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-selecteditem", - "type": "value", - "value": "SelectedItem" - }, - { - "name": "SelectedItemText", - "prose": "Text of selected items.", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-selecteditemtext", + "name": "LinkText", + "prose": "Text in non-active, non-visited links. For light backgrounds, traditionally blue.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-linktext", "type": "value", - "value": "SelectedItemText" + "value": "LinkText" }, { "name": "Mark", "prose": "Background of text that has been specially marked (such as by the HTML mark element).", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-mark", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-mark", "type": "value", "value": "Mark" }, { "name": "MarkText", "prose": "Text that has been specially marked (such as by the HTML mark element).", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-marktext", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-marktext", "type": "value", "value": "MarkText" }, { - "name": "GrayText", - "prose": "Disabled text. (Often, but not necessarily, gray.)", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-graytext", + "name": "SelectedItem", + "prose": "Background of selected items, for example a selected checkbox.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-selecteditem", "type": "value", - "value": "GrayText" + "value": "SelectedItem" }, { - "name": "AccentColor", - "prose": "Background of accented user interface controls.", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-accentcolor", + "name": "SelectedItemText", + "prose": "Text of selected items.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-selecteditemtext", "type": "value", - "value": "AccentColor" + "value": "SelectedItemText" }, { - "name": "AccentColorText", - "prose": "Text of accented user interface controls.", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-accentcolortext", + "name": "VisitedText", + "prose": "Text in visited links. For light backgrounds, traditionally purple.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-visitedtext", "type": "value", - "value": "AccentColorText" + "value": "VisitedText" } ] }, @@ -1149,11 +1344,11 @@ "name": "hsl()", "href": "https://www.w3.org/TR/css-color-4/#funcdef-hsl", "type": "function", - "value": "hsl( [ | none] [ | none] [ | none] [ / [ | none] ]? ) | hsl( , , , ? ) | hsl( [ | none] [ | none] [ | none] [ / [ | none] ]? )", + "value": "[ | ]", "values": [ { "name": "HSL", - "prose": "HSL colors are specified as a triplet of hue, saturation, and lightness. The syntax of the hsl() function is:", + "prose": "HSL colors are specified as a triplet of hue, saturation, and lightness. The syntax of the hsl() and hsla() functions is:", "href": "https://www.w3.org/TR/css-color-4/#valdef-hsl-hsl", "type": "value", "value": "HSL" @@ -1162,15 +1357,39 @@ }, { "name": "hsla()", - "prose": "Also, an hsla() legacy color syntax also exists, with an identical grammar and behavior to hsl().", "href": "https://www.w3.org/TR/css-color-4/#funcdef-hsla", - "type": "function" + "type": "function", + "value": "[ | ]" + }, + { + "name": "", + "href": "https://www.w3.org/TR/css-color-4/#typedef-modern-hsl-syntax", + "type": "type", + "value": "hsl( [ | none] [ | | none] [ | | none] [ / [ | none] ]? )" + }, + { + "name": "", + "href": "https://www.w3.org/TR/css-color-4/#typedef-modern-hsla-syntax", + "type": "type", + "value": "hsla( [ | none] [ | | none] [ | | none] [ / [ | none] ]? )" + }, + { + "name": "", + "href": "https://www.w3.org/TR/css-color-4/#typedef-legacy-hsl-syntax", + "type": "type", + "value": "hsl( , , , ? )" + }, + { + "name": "", + "href": "https://www.w3.org/TR/css-color-4/#typedef-legacy-hsla-syntax", + "type": "type", + "value": "hsla( , , , ? )" }, { "name": "hwb()", "href": "https://www.w3.org/TR/css-color-4/#funcdef-hwb", "type": "function", - "value": "hwb( [ | none] [ | none] [ | none] [ / [ | none] ]? )", + "value": "hwb( [ | none] [ | | none] [ | | none] [ / [ | none] ]? )", "values": [ { "name": "HWB", @@ -1189,7 +1408,7 @@ "values": [ { "name": "Lab", - "prose": "Lab is a rectangular coordinate system with a central Lightness axis. This value is usually written as a unitless number; for compatibility with the rest of CSS, it is written as a percentage. 100% means an L value of 100, not 1.0. L=0% is deep black (no light at all) while L=100% is a diffuse white", + "prose": "In Lab, the first argument specifies the CIE Lightness, L. This is a number between 0% or 0 and 100% or 100 Values less than 0% or 0 must be clamped to 0% at parsed-value time; values greater than 100% or 100 are clamped to 100% at parsed-value time.", "href": "https://www.w3.org/TR/css-color-4/#valdef-lab-lab", "type": "value", "value": "Lab" @@ -1204,7 +1423,7 @@ "values": [ { "name": "LCH", - "prose": "CIE LCH has the same L axis as Lab, but uses polar coordinates C (chroma) and H (hue), making it a polar, cylindrical coordinate system. C is the geometric distance from the L axis and H is the angle from the positive a axis, towards the positive b axis.", + "prose": "In CIE LCH the first argument specifies the CIE Lightness L, interpreted identically to the Lightness argument of lab().", "href": "https://www.w3.org/TR/css-color-4/#valdef-lch-lch", "type": "value", "value": "LCH" @@ -1219,7 +1438,7 @@ "values": [ { "name": "Oklab", - "prose": "Recently, Oklab, an improved Lab-like space has been developed [Oklab]. The corresponding polar form is called Oklch. It was produced by numerical optimisation of a large dataset of visually similar colors, and has improved hue linearity, hue uniformity, and chroma uniformity compared to CIE LCH.", + "prose": "In Oklab the first argument specifies the Oklab Lightness. This is a number between 0% or 0 and 100% or 1.0.", "href": "https://www.w3.org/TR/css-color-4/#valdef-oklab-oklab", "type": "value", "value": "Oklab" @@ -1234,7 +1453,7 @@ "values": [ { "name": "Oklch", - "prose": "Recently, Oklab, an improved Lab-like space has been developed [Oklab]. The corresponding polar form is called Oklch. It was produced by numerical optimisation of a large dataset of visually similar colors, and has improved hue linearity, hue uniformity, and chroma uniformity compared to CIE LCH.", + "prose": "In Oklch the first argument specifies the Oklch Lightness L, interpreted identically to the Lightness argument of oklab().", "href": "https://www.w3.org/TR/css-color-4/#valdef-oklch-oklch", "type": "value", "value": "Oklch" @@ -1249,7 +1468,7 @@ "values": [ { "name": "srgb", - "prose": "The srgb [SRGB] color space accepts three numeric parameters, representing the red, green, and blue channels of the color. In-gamut colors have all three components in the range [0, 1]. The whitepoint is D65. [SRGB] specifies two viewing conditions, encoding and typical. The [ICC] recommends using the encoding conditions for color conversion and for optimal viewing, which are the values in the table below. sRGB is the default color space for CSS, used for all the legacy color functions. It has the following characteristics: x y Red chromaticity 0.640 0.330 Green chromaticity 0.300 0.600 Blue chromaticity 0.150 0.060 White chromaticity D65 Transfer function see below White luminance 80.0 cd/m Black luminance 0.20 cd/m Image state display-referred Percentages Allowed for R, G and B Percent reference range for R,G,B: 0% = 0.0, 100% = 1.0 let sign = c < 0? -1 : 1; let abs = Math.abs(c); if (abs < 0.04045) { cl = c / 12.92; } else { cl = sign * (Math.pow((abs + 0.055) / 1.055, 2.4)); } c is the gamma-encoded red, green or blue component. cl is the corresponding linear-light component. Visualization of the sRGB color space in LCH. The primaries and secondaries are shown.", + "prose": "The srgb [SRGB] color space accepts three numeric parameters, representing the red, green, and blue channels of the color. In-gamut colors have all three components in the range [0, 1]. The whitepoint is D65. [SRGB] specifies two viewing conditions, encoding and typical. The [ICC] recommends using the encoding conditions for color conversion and for optimal viewing, which are the values in the table below. sRGB is the default color space for CSS, used for all the legacy color functions. It has the following characteristics: x y Red chromaticity 0.640 0.330 Green chromaticity 0.300 0.600 Blue chromaticity 0.150 0.060 White chromaticity D65 Transfer function see below White luminance 80.0 cd/m Black luminance 0.20 cd/m Image state display-referred Percentages Allowed for R, G and B Percent reference range for R,G,B: 0% = 0.0, 100% = 1.0 let sign = c < 0? -1 : 1; let abs = Math.abs(c); if (abs <= 0.04045) { cl = c / 12.92; } else { cl = sign * (Math.pow((abs + 0.055) / 1.055, 2.4)); } c is the gamma-encoded red, green or blue component. cl is the corresponding linear-light component. Visualization of the sRGB color space in LCH. The primaries and secondaries are shown.", "href": "https://www.w3.org/TR/css-color-4/#valdef-color-srgb", "type": "value", "value": "srgb" @@ -1352,7 +1571,7 @@ "name": "", "href": "https://www.w3.org/TR/css-color-4/#typedef-rectangular-color-space", "type": "type", - "value": "srgb | srgb-linear | lab | oklab | xyz | xyz-d50 | xyz-d65" + "value": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | xyz | xyz-d50 | xyz-d65" }, { "name": "", @@ -1376,7 +1595,170 @@ "name": "", "prose": "The deprecated system colors are represented as the sub-type, and are defined as:", "href": "https://www.w3.org/TR/css-color-4/#typedef-deprecated-color", - "type": "type" + "type": "type", + "values": [ + { + "name": "ActiveBorder", + "prose": "Active window border. Same as ButtonBorder.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-activeborder", + "type": "value", + "value": "ActiveBorder" + }, + { + "name": "ActiveCaption", + "prose": "Active window caption. Same as Canvas.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-activecaption", + "type": "value", + "value": "ActiveCaption" + }, + { + "name": "AppWorkspace", + "prose": "Background color of multiple document interface. Same as Canvas.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-appworkspace", + "type": "value", + "value": "AppWorkspace" + }, + { + "name": "Background", + "prose": "Desktop background. Same as Canvas.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-background", + "type": "value", + "value": "Background" + }, + { + "name": "ButtonHighlight", + "prose": "The color of the border facing the light source for 3-D elements that appear 3-D due to one layer of surrounding border. Same as ButtonFace.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-buttonhighlight", + "type": "value", + "value": "ButtonHighlight" + }, + { + "name": "ButtonShadow", + "prose": "The color of the border away from the light source for 3-D elements that appear 3-D due to one layer of surrounding border. Same as ButtonFace.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-buttonshadow", + "type": "value", + "value": "ButtonShadow" + }, + { + "name": "CaptionText", + "prose": "Text in caption, size box, and scrollbar arrow box. Same as CanvasText.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-captiontext", + "type": "value", + "value": "CaptionText" + }, + { + "name": "InactiveBorder", + "prose": "Inactive window border. Same as ButtonBorder.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-inactiveborder", + "type": "value", + "value": "InactiveBorder" + }, + { + "name": "InactiveCaption", + "prose": "Inactive window caption. Same as Canvas.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-inactivecaption", + "type": "value", + "value": "InactiveCaption" + }, + { + "name": "InactiveCaptionText", + "prose": "Color of text in an inactive caption. Same as GrayText.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-inactivecaptiontext", + "type": "value", + "value": "InactiveCaptionText" + }, + { + "name": "InfoBackground", + "prose": "Background color for tooltip controls. Same as Canvas.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-infobackground", + "type": "value", + "value": "InfoBackground" + }, + { + "name": "InfoText", + "prose": "Text color for tooltip controls. Same as CanvasText.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-infotext", + "type": "value", + "value": "InfoText" + }, + { + "name": "Menu", + "prose": "Menu background. Same as Canvas.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-menu", + "type": "value", + "value": "Menu" + }, + { + "name": "MenuText", + "prose": "Text in menus. Same as CanvasText.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-menutext", + "type": "value", + "value": "MenuText" + }, + { + "name": "Scrollbar", + "prose": "Scroll bar gray area. Same as Canvas.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-scrollbar", + "type": "value", + "value": "Scrollbar" + }, + { + "name": "ThreeDDarkShadow", + "prose": "The color of the darker (generally outer) of the two borders away from the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border. Same as ButtonBorder.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-threeddarkshadow", + "type": "value", + "value": "ThreeDDarkShadow" + }, + { + "name": "ThreeDFace", + "prose": "The face background color for 3-D elements that appear 3-D due to two concentric layers of surrounding border. Same as ButtonFace.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-threedface", + "type": "value", + "value": "ThreeDFace" + }, + { + "name": "ThreeDHighlight", + "prose": "The color of the lighter (generally outer) of the two borders facing the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border. Same as ButtonBorder.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-threedhighlight", + "type": "value", + "value": "ThreeDHighlight" + }, + { + "name": "ThreeDLightShadow", + "prose": "The color of the darker (generally inner) of the two borders facing the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border. Same as ButtonBorder.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-threedlightshadow", + "type": "value", + "value": "ThreeDLightShadow" + }, + { + "name": "ThreeDShadow", + "prose": "The color of the lighter (generally inner) of the two borders away from the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border. Same as ButtonBorder.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-threedshadow", + "type": "value", + "value": "ThreeDShadow" + }, + { + "name": "Window", + "prose": "Window background. Same as Canvas.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-window", + "type": "value", + "value": "Window" + }, + { + "name": "WindowFrame", + "prose": "Window frame. Same as ButtonBorder.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-windowframe", + "type": "value", + "value": "WindowFrame" + }, + { + "name": "WindowText", + "prose": "Text in windows. Same as CanvasText.", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-windowtext", + "type": "value", + "value": "WindowText" + } + ] }, { "name": "", diff --git a/tr/dfns/css-color-4.json b/tr/dfns/css-color-4.json index 9499c2a8c904..640196a8cba1 100644 --- a/tr/dfns/css-color-4.json +++ b/tr/dfns/css-color-4.json @@ -312,6 +312,27 @@ }, "definedIn": "table" }, + { + "id": "typedef-opacity-opacity-value", + "href": "https://www.w3.org/TR/css-color-4/#typedef-opacity-opacity-value", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [ + "opacity" + ], + "access": "public", + "informative": false, + "heading": { + "id": "transparency", + "href": "https://www.w3.org/TR/css-color-4/#transparency", + "title": "Transparency: the opacity property", + "number": "3.3" + }, + "definedIn": "dt" + }, { "id": "tagged-image", "href": "https://www.w3.org/TR/css-color-4/#tagged-image", @@ -504,10 +525,10 @@ "definedIn": "prose" }, { - "id": "typedef-absolute-color-base", - "href": "https://www.w3.org/TR/css-color-4/#typedef-absolute-color-base", + "id": "typedef-color-base", + "href": "https://www.w3.org/TR/css-color-4/#typedef-color-base", "linkingText": [ - "" + "" ], "localLinkingText": [], "type": "type", @@ -523,10 +544,10 @@ "definedIn": "pre" }, { - "id": "typedef-absolute-color-function", - "href": "https://www.w3.org/TR/css-color-4/#typedef-absolute-color-function", + "id": "typedef-color-function", + "href": "https://www.w3.org/TR/css-color-4/#typedef-color-function", "linkingText": [ - "" + "" ], "localLinkingText": [], "type": "type", @@ -541,6 +562,44 @@ }, "definedIn": "pre" }, + { + "id": "absolute-color", + "href": "https://www.w3.org/TR/css-color-4/#absolute-color", + "linkingText": [ + "absolute color" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "color-syntax", + "href": "https://www.w3.org/TR/css-color-4/#color-syntax", + "title": "The syntax", + "number": "4.1" + }, + "definedIn": "prose" + }, + { + "id": "modern-color-syntax", + "href": "https://www.w3.org/TR/css-color-4/#modern-color-syntax", + "linkingText": [ + "modern color syntax" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "color-syntax-modern", + "href": "https://www.w3.org/TR/css-color-4/#color-syntax-modern", + "title": "Modern (Space-separated) Color Function Syntax", + "number": "4.1.1" + }, + "definedIn": "prose" + }, { "id": "legacy-color-syntax", "href": "https://www.w3.org/TR/css-color-4/#legacy-color-syntax", @@ -555,26 +614,28 @@ "heading": { "id": "color-syntax-legacy", "href": "https://www.w3.org/TR/css-color-4/#color-syntax-legacy", - "title": "Legacy Comma-separated Color Function Syntax", - "number": "4.1.1" + "title": "Legacy (Comma-separated) Color Function Syntax", + "number": "4.1.2" }, "definedIn": "prose" }, { - "id": "typedef-alpha-value", - "href": "https://www.w3.org/TR/css-color-4/#typedef-alpha-value", + "id": "typedef-color-alpha-value", + "href": "https://www.w3.org/TR/css-color-4/#typedef-color-alpha-value", "linkingText": [ "" ], "localLinkingText": [], "type": "type", - "for": [], + "for": [ + "" + ], "access": "public", "informative": false, "heading": { "id": "alpha-syntax", "href": "https://www.w3.org/TR/css-color-4/#alpha-syntax", - "title": "Representing Transparency: the syntax", + "title": "Representing Transparency in Colors: the syntax", "number": "4.2" }, "definedIn": "pre" @@ -663,6 +724,25 @@ }, "definedIn": "prose" }, + { + "id": "parse-a-css-color-value", + "href": "https://www.w3.org/TR/css-color-4/#parse-a-css-color-value", + "linkingText": [ + "parse a CSS value" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "parse-color", + "href": "https://www.w3.org/TR/css-color-4/#parse-color", + "title": "Parsing a Value", + "number": "4.5" + }, + "definedIn": "prose" + }, { "id": "funcdef-rgb", "href": "https://www.w3.org/TR/css-color-4/#funcdef-rgb", @@ -699,7 +779,83 @@ "title": "The RGB functions: rgb() and rgba()", "number": "5.1" }, - "definedIn": "prose" + "definedIn": "pre" + }, + { + "id": "typedef-legacy-rgb-syntax", + "href": "https://www.w3.org/TR/css-color-4/#typedef-legacy-rgb-syntax", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "rgb-functions", + "href": "https://www.w3.org/TR/css-color-4/#rgb-functions", + "title": "The RGB functions: rgb() and rgba()", + "number": "5.1" + }, + "definedIn": "pre" + }, + { + "id": "typedef-legacy-rgba-syntax", + "href": "https://www.w3.org/TR/css-color-4/#typedef-legacy-rgba-syntax", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "rgb-functions", + "href": "https://www.w3.org/TR/css-color-4/#rgb-functions", + "title": "The RGB functions: rgb() and rgba()", + "number": "5.1" + }, + "definedIn": "pre" + }, + { + "id": "typedef-modern-rgb-syntax", + "href": "https://www.w3.org/TR/css-color-4/#typedef-modern-rgb-syntax", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "rgb-functions", + "href": "https://www.w3.org/TR/css-color-4/#rgb-functions", + "title": "The RGB functions: rgb() and rgba()", + "number": "5.1" + }, + "definedIn": "pre" + }, + { + "id": "typedef-modern-rgba-syntax", + "href": "https://www.w3.org/TR/css-color-4/#typedef-modern-rgba-syntax", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "rgb-functions", + "href": "https://www.w3.org/TR/css-color-4/#rgb-functions", + "title": "The RGB functions: rgb() and rgba()", + "number": "5.1" + }, + "definedIn": "pre" }, { "id": "hex-color", @@ -787,7 +943,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -808,7 +965,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -829,7 +987,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -850,7 +1009,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -871,7 +1031,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -892,7 +1053,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -913,7 +1075,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -934,7 +1097,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -955,7 +1119,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -976,7 +1141,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -997,7 +1163,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1018,7 +1185,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1039,7 +1207,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1060,7 +1229,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1081,7 +1251,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1102,7 +1273,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1123,7 +1295,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1144,7 +1317,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1165,7 +1339,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1186,7 +1361,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1207,7 +1383,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1228,7 +1405,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1249,7 +1427,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1270,7 +1449,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1291,7 +1471,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1312,7 +1493,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1333,7 +1515,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1354,7 +1537,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1375,7 +1559,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1396,7 +1581,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1417,7 +1603,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1438,7 +1625,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1459,7 +1647,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1480,7 +1669,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1501,7 +1691,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1522,7 +1713,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1543,7 +1735,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1564,7 +1757,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1585,7 +1779,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1606,7 +1801,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1627,7 +1823,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1648,7 +1845,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1669,7 +1867,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1690,7 +1889,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1711,7 +1911,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1732,7 +1933,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1753,7 +1955,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1774,7 +1977,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1795,7 +1999,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1816,7 +2021,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1837,7 +2043,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1858,7 +2065,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1879,7 +2087,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1900,7 +2109,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1921,7 +2131,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1942,7 +2153,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1963,7 +2175,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -1984,7 +2197,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2005,7 +2219,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2026,7 +2241,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2047,7 +2263,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2068,7 +2285,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2089,7 +2307,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2110,7 +2329,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2131,7 +2351,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2152,7 +2373,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2173,7 +2395,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2194,7 +2417,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2215,7 +2439,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2236,7 +2461,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2257,7 +2483,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2278,7 +2505,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2299,7 +2527,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2320,7 +2549,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2341,7 +2571,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2362,7 +2593,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2383,7 +2615,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2404,7 +2637,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2425,7 +2659,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2446,7 +2681,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2467,7 +2703,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2488,7 +2725,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2509,7 +2747,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2530,7 +2769,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2551,7 +2791,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2572,7 +2813,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2593,7 +2835,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2614,7 +2857,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2635,7 +2879,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2656,7 +2901,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2677,7 +2923,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2698,7 +2945,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2719,7 +2967,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2740,7 +2989,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2761,7 +3011,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2782,7 +3033,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2803,7 +3055,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2824,7 +3077,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2845,7 +3099,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2866,7 +3121,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2887,7 +3143,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2908,7 +3165,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2929,7 +3187,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2950,7 +3209,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2971,7 +3231,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -2992,7 +3253,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3013,7 +3275,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3034,7 +3297,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3055,7 +3319,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3076,7 +3341,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3097,7 +3363,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3118,7 +3385,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3139,7 +3407,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3160,7 +3429,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3181,7 +3451,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3202,7 +3473,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3223,7 +3495,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3244,7 +3517,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3265,7 +3539,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3286,7 +3561,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3307,7 +3583,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3328,7 +3605,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3349,7 +3627,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3370,7 +3649,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3391,7 +3671,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3412,7 +3693,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3433,7 +3715,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3454,7 +3737,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3475,7 +3759,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3496,7 +3781,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3517,7 +3803,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3538,7 +3825,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3559,7 +3847,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3580,7 +3869,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3601,7 +3891,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3622,7 +3913,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3643,7 +3935,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3664,7 +3957,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3685,7 +3979,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3706,7 +4001,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3727,7 +4023,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3748,7 +4045,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3769,7 +4067,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3790,7 +4089,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3811,7 +4111,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3832,7 +4133,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3853,7 +4155,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3874,7 +4177,8 @@ "localLinkingText": [], "type": "value", "for": [ - "" + "", + "" ], "access": "public", "informative": false, @@ -3925,14 +4229,15 @@ "definedIn": "prose" }, { - "id": "valdef-system-color-canvas", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-canvas", + "id": "valdef-color-accentcolor", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-accentcolor", "linkingText": [ - "Canvas" + "AccentColor" ], "localLinkingText": [], "type": "value", "for": [ + "", "" ], "access": "public", @@ -3946,14 +4251,15 @@ "definedIn": "dt" }, { - "id": "valdef-system-color-canvastext", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-canvastext", + "id": "valdef-color-accentcolortext", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-accentcolortext", "linkingText": [ - "CanvasText" + "AccentColorText" ], "localLinkingText": [], "type": "value", "for": [ + "", "" ], "access": "public", @@ -3967,14 +4273,15 @@ "definedIn": "dt" }, { - "id": "valdef-system-color-linktext", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-linktext", + "id": "valdef-color-activetext", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-activetext", "linkingText": [ - "LinkText" + "ActiveText" ], "localLinkingText": [], "type": "value", "for": [ + "", "" ], "access": "public", @@ -3988,14 +4295,15 @@ "definedIn": "dt" }, { - "id": "valdef-system-color-visitedtext", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-visitedtext", + "id": "valdef-color-buttonborder", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-buttonborder", "linkingText": [ - "VisitedText" + "ButtonBorder" ], "localLinkingText": [], "type": "value", "for": [ + "", "" ], "access": "public", @@ -4009,14 +4317,15 @@ "definedIn": "dt" }, { - "id": "valdef-system-color-activetext", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-activetext", + "id": "valdef-color-buttonface", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-buttonface", "linkingText": [ - "ActiveText" + "ButtonFace" ], "localLinkingText": [], "type": "value", "for": [ + "", "" ], "access": "public", @@ -4030,14 +4339,15 @@ "definedIn": "dt" }, { - "id": "valdef-system-color-buttonface", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-buttonface", + "id": "valdef-color-buttontext", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-buttontext", "linkingText": [ - "ButtonFace" + "ButtonText" ], "localLinkingText": [], "type": "value", "for": [ + "", "" ], "access": "public", @@ -4051,14 +4361,15 @@ "definedIn": "dt" }, { - "id": "valdef-system-color-buttontext", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-buttontext", + "id": "valdef-color-canvas", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-canvas", "linkingText": [ - "ButtonText" + "Canvas" ], "localLinkingText": [], "type": "value", "for": [ + "", "" ], "access": "public", @@ -4072,14 +4383,15 @@ "definedIn": "dt" }, { - "id": "valdef-system-color-buttonborder", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-buttonborder", + "id": "valdef-color-canvastext", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-canvastext", "linkingText": [ - "ButtonBorder" + "CanvasText" ], "localLinkingText": [], "type": "value", "for": [ + "", "" ], "access": "public", @@ -4093,14 +4405,15 @@ "definedIn": "dt" }, { - "id": "valdef-system-color-field", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-field", + "id": "valdef-color-field", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-field", "linkingText": [ "Field" ], "localLinkingText": [], "type": "value", "for": [ + "", "" ], "access": "public", @@ -4114,14 +4427,15 @@ "definedIn": "dt" }, { - "id": "valdef-system-color-fieldtext", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-fieldtext", + "id": "valdef-color-fieldtext", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-fieldtext", "linkingText": [ "FieldText" ], "localLinkingText": [], "type": "value", "for": [ + "", "" ], "access": "public", @@ -4135,14 +4449,15 @@ "definedIn": "dt" }, { - "id": "valdef-system-color-highlight", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-highlight", + "id": "valdef-color-graytext", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-graytext", "linkingText": [ - "Highlight" + "GrayText" ], "localLinkingText": [], "type": "value", "for": [ + "", "" ], "access": "public", @@ -4156,14 +4471,15 @@ "definedIn": "dt" }, { - "id": "valdef-system-color-highlighttext", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-highlighttext", + "id": "valdef-color-highlight", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-highlight", "linkingText": [ - "HighlightText" + "Highlight" ], "localLinkingText": [], "type": "value", "for": [ + "", "" ], "access": "public", @@ -4177,14 +4493,15 @@ "definedIn": "dt" }, { - "id": "valdef-system-color-selecteditem", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-selecteditem", + "id": "valdef-color-highlighttext", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-highlighttext", "linkingText": [ - "SelectedItem" + "HighlightText" ], "localLinkingText": [], "type": "value", "for": [ + "", "" ], "access": "public", @@ -4198,14 +4515,15 @@ "definedIn": "dt" }, { - "id": "valdef-system-color-selecteditemtext", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-selecteditemtext", + "id": "valdef-color-linktext", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-linktext", "linkingText": [ - "SelectedItemText" + "LinkText" ], "localLinkingText": [], "type": "value", "for": [ + "", "" ], "access": "public", @@ -4219,14 +4537,15 @@ "definedIn": "dt" }, { - "id": "valdef-system-color-mark", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-mark", + "id": "valdef-color-mark", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-mark", "linkingText": [ "Mark" ], "localLinkingText": [], "type": "value", "for": [ + "", "" ], "access": "public", @@ -4240,14 +4559,15 @@ "definedIn": "dt" }, { - "id": "valdef-system-color-marktext", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-marktext", + "id": "valdef-color-marktext", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-marktext", "linkingText": [ "MarkText" ], "localLinkingText": [], "type": "value", "for": [ + "", "" ], "access": "public", @@ -4261,14 +4581,15 @@ "definedIn": "dt" }, { - "id": "valdef-system-color-graytext", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-graytext", + "id": "valdef-color-selecteditem", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-selecteditem", "linkingText": [ - "GrayText" + "SelectedItem" ], "localLinkingText": [], "type": "value", "for": [ + "", "" ], "access": "public", @@ -4282,14 +4603,15 @@ "definedIn": "dt" }, { - "id": "valdef-system-color-accentcolor", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-accentcolor", + "id": "valdef-color-selecteditemtext", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-selecteditemtext", "linkingText": [ - "AccentColor" + "SelectedItemText" ], "localLinkingText": [], "type": "value", "for": [ + "", "" ], "access": "public", @@ -4303,14 +4625,15 @@ "definedIn": "dt" }, { - "id": "valdef-system-color-accentcolortext", - "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-accentcolortext", + "id": "valdef-color-visitedtext", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-visitedtext", "linkingText": [ - "AccentColorText" + "VisitedText" ], "localLinkingText": [], "type": "value", "for": [ + "", "" ], "access": "public", @@ -4441,148 +4764,140 @@ "title": "HSL Colors: hsl() and hsla() functions", "number": "7" }, - "definedIn": "prose" + "definedIn": "pre" }, { - "id": "valdef-hwb-hwb", - "href": "https://www.w3.org/TR/css-color-4/#valdef-hwb-hwb", + "id": "typedef-modern-hsl-syntax", + "href": "https://www.w3.org/TR/css-color-4/#typedef-modern-hsl-syntax", "linkingText": [ - "HWB" + "" ], "localLinkingText": [], - "type": "value", - "for": [ - "hwb()" - ], + "type": "type", + "for": [], "access": "public", "informative": false, "heading": { - "id": "the-hwb-notation", - "href": "https://www.w3.org/TR/css-color-4/#the-hwb-notation", - "title": "HWB Colors: hwb() function", - "number": "8" + "id": "the-hsl-notation", + "href": "https://www.w3.org/TR/css-color-4/#the-hsl-notation", + "title": "HSL Colors: hsl() and hsla() functions", + "number": "7" }, - "definedIn": "prose" + "definedIn": "pre" }, { - "id": "funcdef-hwb", - "href": "https://www.w3.org/TR/css-color-4/#funcdef-hwb", + "id": "typedef-modern-hsla-syntax", + "href": "https://www.w3.org/TR/css-color-4/#typedef-modern-hsla-syntax", "linkingText": [ - "hwb()" + "" ], "localLinkingText": [], - "type": "function", + "type": "type", "for": [], "access": "public", "informative": false, "heading": { - "id": "the-hwb-notation", - "href": "https://www.w3.org/TR/css-color-4/#the-hwb-notation", - "title": "HWB Colors: hwb() function", - "number": "8" + "id": "the-hsl-notation", + "href": "https://www.w3.org/TR/css-color-4/#the-hsl-notation", + "title": "HSL Colors: hsl() and hsla() functions", + "number": "7" }, "definedIn": "pre" }, { - "id": "valdef-lab-lab", - "href": "https://www.w3.org/TR/css-color-4/#valdef-lab-lab", + "id": "typedef-legacy-hsl-syntax", + "href": "https://www.w3.org/TR/css-color-4/#typedef-legacy-hsl-syntax", "linkingText": [ - "Lab" + "" ], "localLinkingText": [], - "type": "value", - "for": [ - "lab()" - ], + "type": "type", + "for": [], "access": "public", "informative": false, "heading": { - "id": "cie-lab", - "href": "https://www.w3.org/TR/css-color-4/#cie-lab", - "title": "CIE Lab and LCH", - "number": "9.1" + "id": "the-hsl-notation", + "href": "https://www.w3.org/TR/css-color-4/#the-hsl-notation", + "title": "HSL Colors: hsl() and hsla() functions", + "number": "7" }, - "definedIn": "prose" + "definedIn": "pre" }, { - "id": "chromatic-adaptation-transform", - "href": "https://www.w3.org/TR/css-color-4/#chromatic-adaptation-transform", + "id": "typedef-legacy-hsla-syntax", + "href": "https://www.w3.org/TR/css-color-4/#typedef-legacy-hsla-syntax", "linkingText": [ - "chromatic adaptation transform" + "" ], "localLinkingText": [], - "type": "dfn", + "type": "type", "for": [], "access": "public", "informative": false, "heading": { - "id": "cie-lab", - "href": "https://www.w3.org/TR/css-color-4/#cie-lab", - "title": "CIE Lab and LCH", - "number": "9.1" + "id": "the-hsl-notation", + "href": "https://www.w3.org/TR/css-color-4/#the-hsl-notation", + "title": "HSL Colors: hsl() and hsla() functions", + "number": "7" }, - "definedIn": "prose" + "definedIn": "pre" }, { - "id": "valdef-lch-lch", - "href": "https://www.w3.org/TR/css-color-4/#valdef-lch-lch", + "id": "valdef-hwb-hwb", + "href": "https://www.w3.org/TR/css-color-4/#valdef-hwb-hwb", "linkingText": [ - "LCH" + "HWB" ], "localLinkingText": [], "type": "value", "for": [ - "lch()" + "hwb()" ], "access": "public", "informative": false, "heading": { - "id": "cie-lab", - "href": "https://www.w3.org/TR/css-color-4/#cie-lab", - "title": "CIE Lab and LCH", - "number": "9.1" + "id": "the-hwb-notation", + "href": "https://www.w3.org/TR/css-color-4/#the-hwb-notation", + "title": "HWB Colors: hwb() function", + "number": "8" }, "definedIn": "prose" }, { - "id": "valdef-oklab-oklab", - "href": "https://www.w3.org/TR/css-color-4/#valdef-oklab-oklab", + "id": "funcdef-hwb", + "href": "https://www.w3.org/TR/css-color-4/#funcdef-hwb", "linkingText": [ - "Oklab" + "hwb()" ], "localLinkingText": [], - "type": "value", - "for": [ - "oklab()" - ], + "type": "function", + "for": [], "access": "public", "informative": false, "heading": { - "id": "ok-lab", - "href": "https://www.w3.org/TR/css-color-4/#ok-lab", - "title": "Oklab and Oklch", - "number": "9.2" + "id": "the-hwb-notation", + "href": "https://www.w3.org/TR/css-color-4/#the-hwb-notation", + "title": "HWB Colors: hwb() function", + "number": "8" }, - "definedIn": "prose" + "definedIn": "pre" }, { - "id": "valdef-oklch-oklch", - "href": "https://www.w3.org/TR/css-color-4/#valdef-oklch-oklch", + "id": "chromatic-adaptation-transform", + "href": "https://www.w3.org/TR/css-color-4/#chromatic-adaptation-transform", "linkingText": [ - "Oklch" + "chromatic adaptation transform" ], "localLinkingText": [], - "type": "value", - "for": [ - "oklch()" - ], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "ok-lab", - "href": "https://www.w3.org/TR/css-color-4/#ok-lab", - "title": "Oklab and Oklch", - "number": "9.2" + "id": "cie-lab", + "href": "https://www.w3.org/TR/css-color-4/#cie-lab", + "title": "CIE Lab and LCH", + "number": "9.1" }, "definedIn": "prose" }, @@ -4605,6 +4920,27 @@ }, "definedIn": "pre" }, + { + "id": "valdef-lab-lab", + "href": "https://www.w3.org/TR/css-color-4/#valdef-lab-lab", + "linkingText": [ + "Lab" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "lab()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "specifying-lab-lch", + "href": "https://www.w3.org/TR/css-color-4/#specifying-lab-lch", + "title": "Specifying Lab and LCH: the lab() and lch() functional notations", + "number": "9.3" + }, + "definedIn": "prose" + }, { "id": "funcdef-lch", "href": "https://www.w3.org/TR/css-color-4/#funcdef-lch", @@ -4624,6 +4960,27 @@ }, "definedIn": "pre" }, + { + "id": "valdef-lch-lch", + "href": "https://www.w3.org/TR/css-color-4/#valdef-lch-lch", + "linkingText": [ + "LCH" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "lch()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "specifying-lab-lch", + "href": "https://www.w3.org/TR/css-color-4/#specifying-lab-lch", + "title": "Specifying Lab and LCH: the lab() and lch() functional notations", + "number": "9.3" + }, + "definedIn": "prose" + }, { "id": "funcdef-oklab", "href": "https://www.w3.org/TR/css-color-4/#funcdef-oklab", @@ -4643,6 +5000,27 @@ }, "definedIn": "pre" }, + { + "id": "valdef-oklab-oklab", + "href": "https://www.w3.org/TR/css-color-4/#valdef-oklab-oklab", + "linkingText": [ + "Oklab" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "oklab()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "specifying-oklab-oklch", + "href": "https://www.w3.org/TR/css-color-4/#specifying-oklab-oklch", + "title": "Specifying Oklab and Oklch: the oklab() and oklch() functional notations", + "number": "9.4" + }, + "definedIn": "prose" + }, { "id": "funcdef-oklch", "href": "https://www.w3.org/TR/css-color-4/#funcdef-oklch", @@ -4662,6 +5040,27 @@ }, "definedIn": "pre" }, + { + "id": "valdef-oklch-oklch", + "href": "https://www.w3.org/TR/css-color-4/#valdef-oklch-oklch", + "linkingText": [ + "Oklch" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "oklch()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "specifying-oklab-oklch", + "href": "https://www.w3.org/TR/css-color-4/#specifying-oklab-oklch", + "title": "Specifying Oklab and Oklch: the oklab() and oklch() functional notations", + "number": "9.4" + }, + "definedIn": "prose" + }, { "id": "funcdef-color", "href": "https://www.w3.org/TR/css-color-4/#funcdef-color", @@ -5173,6 +5572,25 @@ }, "definedIn": "pre" }, + { + "id": "analogous-components", + "href": "https://www.w3.org/TR/css-color-4/#analogous-components", + "linkingText": [ + "analogous components" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "interpolation-missing", + "href": "https://www.w3.org/TR/css-color-4/#interpolation-missing", + "title": "Interpolating with Missing Components", + "number": "12.2" + }, + "definedIn": "prose" + }, { "id": "premultiplied-color-values", "href": "https://www.w3.org/TR/css-color-4/#premultiplied-color-values", @@ -5400,15 +5818,18 @@ "definedIn": "prose" }, { - "id": "activeborder", - "href": "https://www.w3.org/TR/css-color-4/#activeborder", + "id": "valdef-color-activeborder", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-activeborder", "linkingText": [ "ActiveBorder" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "", + "" + ], + "access": "public", "informative": false, "heading": { "id": "deprecated-system-colors", @@ -5419,15 +5840,18 @@ "definedIn": "dt" }, { - "id": "activecaption", - "href": "https://www.w3.org/TR/css-color-4/#activecaption", + "id": "valdef-color-activecaption", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-activecaption", "linkingText": [ "ActiveCaption" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "", + "" + ], + "access": "public", "informative": false, "heading": { "id": "deprecated-system-colors", @@ -5438,15 +5862,18 @@ "definedIn": "dt" }, { - "id": "appworkspace", - "href": "https://www.w3.org/TR/css-color-4/#appworkspace", + "id": "valdef-color-appworkspace", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-appworkspace", "linkingText": [ "AppWorkspace" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "", + "" + ], + "access": "public", "informative": false, "heading": { "id": "deprecated-system-colors", @@ -5457,15 +5884,18 @@ "definedIn": "dt" }, { - "id": "background", - "href": "https://www.w3.org/TR/css-color-4/#background", + "id": "valdef-color-background", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-background", "linkingText": [ "Background" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "", + "" + ], + "access": "public", "informative": false, "heading": { "id": "deprecated-system-colors", @@ -5476,15 +5906,18 @@ "definedIn": "dt" }, { - "id": "buttonhighlight", - "href": "https://www.w3.org/TR/css-color-4/#buttonhighlight", + "id": "valdef-color-buttonhighlight", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-buttonhighlight", "linkingText": [ "ButtonHighlight" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "", + "" + ], + "access": "public", "informative": false, "heading": { "id": "deprecated-system-colors", @@ -5495,15 +5928,18 @@ "definedIn": "dt" }, { - "id": "buttonshadow", - "href": "https://www.w3.org/TR/css-color-4/#buttonshadow", + "id": "valdef-color-buttonshadow", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-buttonshadow", "linkingText": [ "ButtonShadow" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "", + "" + ], + "access": "public", "informative": false, "heading": { "id": "deprecated-system-colors", @@ -5514,15 +5950,18 @@ "definedIn": "dt" }, { - "id": "captiontext", - "href": "https://www.w3.org/TR/css-color-4/#captiontext", + "id": "valdef-color-captiontext", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-captiontext", "linkingText": [ "CaptionText" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "", + "" + ], + "access": "public", "informative": false, "heading": { "id": "deprecated-system-colors", @@ -5533,15 +5972,18 @@ "definedIn": "dt" }, { - "id": "inactiveborder", - "href": "https://www.w3.org/TR/css-color-4/#inactiveborder", + "id": "valdef-color-inactiveborder", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-inactiveborder", "linkingText": [ "InactiveBorder" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "", + "" + ], + "access": "public", "informative": false, "heading": { "id": "deprecated-system-colors", @@ -5552,15 +5994,18 @@ "definedIn": "dt" }, { - "id": "inactivecaption", - "href": "https://www.w3.org/TR/css-color-4/#inactivecaption", + "id": "valdef-color-inactivecaption", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-inactivecaption", "linkingText": [ "InactiveCaption" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "", + "" + ], + "access": "public", "informative": false, "heading": { "id": "deprecated-system-colors", @@ -5571,15 +6016,18 @@ "definedIn": "dt" }, { - "id": "inactivecaptiontext", - "href": "https://www.w3.org/TR/css-color-4/#inactivecaptiontext", + "id": "valdef-color-inactivecaptiontext", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-inactivecaptiontext", "linkingText": [ "InactiveCaptionText" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "", + "" + ], + "access": "public", "informative": false, "heading": { "id": "deprecated-system-colors", @@ -5590,15 +6038,18 @@ "definedIn": "dt" }, { - "id": "infobackground", - "href": "https://www.w3.org/TR/css-color-4/#infobackground", + "id": "valdef-color-infobackground", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-infobackground", "linkingText": [ "InfoBackground" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "", + "" + ], + "access": "public", "informative": false, "heading": { "id": "deprecated-system-colors", @@ -5609,15 +6060,18 @@ "definedIn": "dt" }, { - "id": "infotext", - "href": "https://www.w3.org/TR/css-color-4/#infotext", + "id": "valdef-color-infotext", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-infotext", "linkingText": [ "InfoText" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "", + "" + ], + "access": "public", "informative": false, "heading": { "id": "deprecated-system-colors", @@ -5628,15 +6082,18 @@ "definedIn": "dt" }, { - "id": "menu", - "href": "https://www.w3.org/TR/css-color-4/#menu", + "id": "valdef-color-menu", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-menu", "linkingText": [ "Menu" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "", + "" + ], + "access": "public", "informative": false, "heading": { "id": "deprecated-system-colors", @@ -5647,15 +6104,18 @@ "definedIn": "dt" }, { - "id": "menutext", - "href": "https://www.w3.org/TR/css-color-4/#menutext", + "id": "valdef-color-menutext", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-menutext", "linkingText": [ "MenuText" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "", + "" + ], + "access": "public", "informative": false, "heading": { "id": "deprecated-system-colors", @@ -5666,15 +6126,18 @@ "definedIn": "dt" }, { - "id": "scrollbar", - "href": "https://www.w3.org/TR/css-color-4/#scrollbar", + "id": "valdef-color-scrollbar", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-scrollbar", "linkingText": [ "Scrollbar" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "", + "" + ], + "access": "public", "informative": false, "heading": { "id": "deprecated-system-colors", @@ -5685,15 +6148,18 @@ "definedIn": "dt" }, { - "id": "threeddarkshadow", - "href": "https://www.w3.org/TR/css-color-4/#threeddarkshadow", + "id": "valdef-color-threeddarkshadow", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-threeddarkshadow", "linkingText": [ "ThreeDDarkShadow" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "", + "" + ], + "access": "public", "informative": false, "heading": { "id": "deprecated-system-colors", @@ -5704,15 +6170,18 @@ "definedIn": "dt" }, { - "id": "threedface", - "href": "https://www.w3.org/TR/css-color-4/#threedface", + "id": "valdef-color-threedface", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-threedface", "linkingText": [ "ThreeDFace" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "", + "" + ], + "access": "public", "informative": false, "heading": { "id": "deprecated-system-colors", @@ -5723,15 +6192,18 @@ "definedIn": "dt" }, { - "id": "threedhighlight", - "href": "https://www.w3.org/TR/css-color-4/#threedhighlight", + "id": "valdef-color-threedhighlight", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-threedhighlight", "linkingText": [ "ThreeDHighlight" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "", + "" + ], + "access": "public", "informative": false, "heading": { "id": "deprecated-system-colors", @@ -5742,15 +6214,18 @@ "definedIn": "dt" }, { - "id": "threedlightshadow", - "href": "https://www.w3.org/TR/css-color-4/#threedlightshadow", + "id": "valdef-color-threedlightshadow", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-threedlightshadow", "linkingText": [ "ThreeDLightShadow" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "", + "" + ], + "access": "public", "informative": false, "heading": { "id": "deprecated-system-colors", @@ -5761,15 +6236,18 @@ "definedIn": "dt" }, { - "id": "threedshadow", - "href": "https://www.w3.org/TR/css-color-4/#threedshadow", + "id": "valdef-color-threedshadow", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-threedshadow", "linkingText": [ "ThreeDShadow" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "", + "" + ], + "access": "public", "informative": false, "heading": { "id": "deprecated-system-colors", @@ -5780,15 +6258,18 @@ "definedIn": "dt" }, { - "id": "window", - "href": "https://www.w3.org/TR/css-color-4/#window", + "id": "valdef-color-window", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-window", "linkingText": [ "Window" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "", + "" + ], + "access": "public", "informative": false, "heading": { "id": "deprecated-system-colors", @@ -5799,15 +6280,18 @@ "definedIn": "dt" }, { - "id": "windowframe", - "href": "https://www.w3.org/TR/css-color-4/#windowframe", + "id": "valdef-color-windowframe", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-windowframe", "linkingText": [ "WindowFrame" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "", + "" + ], + "access": "public", "informative": false, "heading": { "id": "deprecated-system-colors", @@ -5818,15 +6302,18 @@ "definedIn": "dt" }, { - "id": "windowtext", - "href": "https://www.w3.org/TR/css-color-4/#windowtext", + "id": "valdef-color-windowtext", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-windowtext", "linkingText": [ "WindowText" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "", + "" + ], + "access": "public", "informative": false, "heading": { "id": "deprecated-system-colors", diff --git a/tr/headings/css-color-4.json b/tr/headings/css-color-4.json index 370b968704b2..35d82d6543e2 100644 --- a/tr/headings/css-color-4.json +++ b/tr/headings/css-color-4.json @@ -105,18 +105,25 @@ "title": "The syntax", "number": "4.1" }, + { + "id": "color-syntax-modern", + "href": "https://www.w3.org/TR/css-color-4/#color-syntax-modern", + "level": 4, + "title": "Modern (Space-separated) Color Function Syntax", + "number": "4.1.1" + }, { "id": "color-syntax-legacy", "href": "https://www.w3.org/TR/css-color-4/#color-syntax-legacy", "level": 4, - "title": "Legacy Comma-separated Color Function Syntax", - "number": "4.1.1" + "title": "Legacy (Comma-separated) Color Function Syntax", + "number": "4.1.2" }, { "id": "alpha-syntax", "href": "https://www.w3.org/TR/css-color-4/#alpha-syntax", "level": 3, - "title": "Representing Transparency: the syntax", + "title": "Representing Transparency in Colors: the syntax", "number": "4.2" }, { @@ -140,6 +147,13 @@ "title": "“Powerless” Color Components", "number": "4.4.1" }, + { + "id": "parse-color", + "href": "https://www.w3.org/TR/css-color-4/#parse-color", + "level": 3, + "title": "Parsing a Value", + "number": "4.5" + }, { "id": "numeric-srgb", "href": "https://www.w3.org/TR/css-color-4/#numeric-srgb", @@ -675,6 +689,12 @@ "level": 2, "title": "Changes" }, + { + "id": "changes-from-20221101", + "href": "https://www.w3.org/TR/css-color-4/#changes-from-20221101", + "level": 3, + "title": "Changes since the Candidate Recommendation Draft of 1 November 2022" + }, { "id": "changes-from-20220705", "href": "https://www.w3.org/TR/css-color-4/#changes-from-20220705", @@ -830,12 +850,6 @@ "href": "https://www.w3.org/TR/css-color-4/#property-index", "level": 2, "title": "Property Index" - }, - { - "id": "issues-index", - "href": "https://www.w3.org/TR/css-color-4/#issues-index", - "level": 2, - "title": "Issues Index" } ] } \ No newline at end of file diff --git a/tr/ids/css-color-4.json b/tr/ids/css-color-4.json index e80bcad0e504..eaa2a7f05f7d 100644 --- a/tr/ids/css-color-4.json +++ b/tr/ids/css-color-4.json @@ -60,27 +60,32 @@ "https://www.w3.org/TR/css-color-4/#propdef-color", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-used-value", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-border-color", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-text-emphasis-color", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ex-lime", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor", "https://www.w3.org/TR/css-color-4/#transparency", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-opacity", "https://www.w3.org/TR/css-color-4/#propdef-opacity", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-opacity-opacity-value", + "https://www.w3.org/TR/css-color-4/#typedef-opacity-opacity-value", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-opacity-opacity-value%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-opacity-opacity-value%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-opacity%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value", + "https://www.w3.org/TR/css-color-4/#ref-for-computed-value", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-opacity%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#arabic-opacity-rendering", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-opacity%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#arabic-opacity-rendering", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-opacity%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-opacity%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-TermStackingContext", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-opacity%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-stacking-context", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-z-index", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-z-index-auto", "https://www.w3.org/TR/css-color-4/#tagged-images", @@ -97,7 +102,7 @@ "https://www.w3.org/TR/css-color-4/#ref-for-color-functions", "https://www.w3.org/TR/css-color-4/#ref-for-named-color", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0", "https://www.w3.org/TR/css-color-4/#color-functions", "https://www.w3.org/TR/css-color-4/#ref-for-functional-notation", "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A2", @@ -105,7 +110,7 @@ "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue", "https://www.w3.org/TR/css-color-4/#rectangular-orthogonal-color", "https://www.w3.org/TR/css-color-4/#ref-for-color-functions%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba", "https://www.w3.org/TR/css-color-4/#ref-for-hex-color%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl", @@ -122,19 +127,19 @@ "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A6", "https://www.w3.org/TR/css-color-4/#typedef-color", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-absolute-color-base", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-base", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#typedef-absolute-color-base", + "https://www.w3.org/TR/css-color-4/#typedef-color-base", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hex-color", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-absolute-color-function", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-function", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-named-color", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#typedef-absolute-color-function", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#typedef-color-function", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5", @@ -153,6 +158,11 @@ "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#absolute-color", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A1", @@ -163,65 +173,64 @@ "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-color-functions%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-rectangular-orthogonal-color", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-absolute-color-function%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#example-generic-syntax", + "https://www.w3.org/TR/css-color-4/#color-syntax-modern", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-absolute-color-function", + "https://www.w3.org/TR/css-color-4/#modern-color-syntax", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#example-modern-syntax", "https://www.w3.org/TR/css-color-4/#color-syntax-legacy", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A2", "https://www.w3.org/TR/css-color-4/#legacy-color-syntax", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2", "https://www.w3.org/TR/css-color-4/#example-rgba-legacy", "https://www.w3.org/TR/css-color-4/#ref-for-color-functions%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax", "https://www.w3.org/TR/css-color-4/#alpha-syntax", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#typedef-alpha-value", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value", + "https://www.w3.org/TR/css-color-4/#typedef-color-alpha-value", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-propdef-opacity%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-alpha-channel", - "https://www.w3.org/TR/css-color-4/#ref-for-color-functions%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-computed-value", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A0", "https://www.w3.org/TR/css-color-4/#hue-syntax", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A1", "https://www.w3.org/TR/css-color-4/#typedef-hue", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-angle-value", + "https://www.w3.org/TR/css-color-4/#ref-for-canonical-unit", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component", "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0", "https://www.w3.org/TR/css-color-4/#missing", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A1", "https://www.w3.org/TR/css-color-4/#missing-color-component", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-white", "https://www.w3.org/TR/css-color-4/#valdef-color-none", "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ex-missing-hue", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color-mix", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-white%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-green", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-white%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-white%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ex-grayscale-with-missing", "https://www.w3.org/TR/css-color-4/#powerless", "https://www.w3.org/TR/css-color-4/#powerless-color-component", @@ -230,76 +239,116 @@ "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#parse-color", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#parse-a-css-color-value", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-string", + "https://www.w3.org/TR/css-color-4/#ref-for-concept-element", + "https://www.w3.org/TR/css-color-4/#ref-for-css-parse-something-according-to-a-css-grammar", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-used-color", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors", + "https://www.w3.org/TR/css-color-4/#ref-for-initial-value", "https://www.w3.org/TR/css-color-4/#numeric-srgb", "https://www.w3.org/TR/css-color-4/#ref-for-sRGB-space", "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-hex-color%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-color-functions%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-color-functions%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-color-functions%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-color-functions%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-color-functions%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-color-functions%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-named-color%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent", "https://www.w3.org/TR/css-color-4/#rgb-functions", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A4", "https://www.w3.org/TR/css-color-4/#funcdef-rgb", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-legacy-rgb-syntax", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-num", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-modern-rgb-syntax", + "https://www.w3.org/TR/css-color-4/#funcdef-rgba", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-legacy-rgba-syntax", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-num%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-modern-rgba-syntax", + "https://www.w3.org/TR/css-color-4/#typedef-legacy-rgb-syntax", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-legacy-rgb-syntax%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-mult-comma", "https://www.w3.org/TR/css-color-4/#ref-for-comb-comma", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-mult-comma%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-comb-comma%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#typedef-legacy-rgba-syntax", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-legacy-rgba-syntax%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-comma%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-comma%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-comma%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-comma%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#funcdef-rgba", - "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#typedef-modern-rgb-syntax", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-modern-rgb-syntax%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-num", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#typedef-modern-rgba-syntax", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-modern-rgba-syntax%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-num%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#prr-srgb", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A2", "https://www.w3.org/TR/css-color-4/#hex-notation", "https://www.w3.org/TR/css-color-4/#hex-color", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A6", "https://www.w3.org/TR/css-color-4/#typedef-hex-color", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hash-token", "https://www.w3.org/TR/css-color-4/#ex-hex6", "https://www.w3.org/TR/css-color-4/#ex-hex8", "https://www.w3.org/TR/css-color-4/#ex-hex3", "https://www.w3.org/TR/css-color-4/#color-keywords", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-color-4/#named-colors", "https://www.w3.org/TR/css-color-4/#named-color", "https://www.w3.org/TR/css-color-4/#typedef-named-color", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-ident", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-ident%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-darkgray", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-gray", @@ -307,7 +356,7 @@ "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-pink", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-indianred", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A3", "https://www.w3.org/TR/css-color-4/#valdef-color-aliceblue", "https://www.w3.org/TR/css-color-4/#valdef-color-antiquewhite", "https://www.w3.org/TR/css-color-4/#valdef-color-aqua", @@ -457,129 +506,169 @@ "https://www.w3.org/TR/css-color-4/#valdef-color-yellow", "https://www.w3.org/TR/css-color-4/#valdef-color-yellowgreen", "https://www.w3.org/TR/css-color-4/#css-system-colors", - "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ex-LM-DM-links", "https://www.w3.org/TR/css-color-4/#ref-for-forced-colors-mode", "https://www.w3.org/TR/css-color-4/#typedef-system-color", "https://www.w3.org/TR/css-color-4/#ref-for-media-feature", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-canvas", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-buttontext", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-canvas", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-buttontext", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color%E2%91%A6", "https://www.w3.org/TR/css-color-4/#system-color-values", - "https://www.w3.org/TR/css-color-4/#valdef-system-color-canvas", - "https://www.w3.org/TR/css-color-4/#valdef-system-color-canvastext", - "https://www.w3.org/TR/css-color-4/#valdef-system-color-linktext", - "https://www.w3.org/TR/css-color-4/#valdef-system-color-visitedtext", - "https://www.w3.org/TR/css-color-4/#valdef-system-color-activetext", - "https://www.w3.org/TR/css-color-4/#valdef-system-color-buttonface", - "https://www.w3.org/TR/css-color-4/#valdef-system-color-buttontext", - "https://www.w3.org/TR/css-color-4/#valdef-system-color-buttonborder", - "https://www.w3.org/TR/css-color-4/#valdef-system-color-field", - "https://www.w3.org/TR/css-color-4/#valdef-system-color-fieldtext", - "https://www.w3.org/TR/css-color-4/#valdef-system-color-highlight", - "https://www.w3.org/TR/css-color-4/#valdef-system-color-highlighttext", - "https://www.w3.org/TR/css-color-4/#valdef-system-color-selecteditem", - "https://www.w3.org/TR/css-color-4/#valdef-system-color-selecteditemtext", - "https://www.w3.org/TR/css-color-4/#valdef-system-color-mark", + "https://www.w3.org/TR/css-color-4/#valdef-color-accentcolor", + "https://www.w3.org/TR/css-color-4/#valdef-color-accentcolortext", + "https://www.w3.org/TR/css-color-4/#valdef-color-activetext", + "https://www.w3.org/TR/css-color-4/#valdef-color-buttonborder", + "https://www.w3.org/TR/css-color-4/#valdef-color-buttonface", + "https://www.w3.org/TR/css-color-4/#valdef-color-buttontext", + "https://www.w3.org/TR/css-color-4/#valdef-color-canvas", + "https://www.w3.org/TR/css-color-4/#valdef-color-canvastext", + "https://www.w3.org/TR/css-color-4/#valdef-color-field", + "https://www.w3.org/TR/css-color-4/#valdef-color-fieldtext", + "https://www.w3.org/TR/css-color-4/#valdef-color-graytext", + "https://www.w3.org/TR/css-color-4/#valdef-color-highlight", + "https://www.w3.org/TR/css-color-4/#valdef-color-highlighttext", + "https://www.w3.org/TR/css-color-4/#valdef-color-linktext", + "https://www.w3.org/TR/css-color-4/#valdef-color-mark", "https://www.w3.org/TR/css-color-4/#ref-for-the-mark-element", - "https://www.w3.org/TR/css-color-4/#valdef-system-color-marktext", + "https://www.w3.org/TR/css-color-4/#valdef-color-marktext", "https://www.w3.org/TR/css-color-4/#ref-for-the-mark-element%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#valdef-system-color-graytext", - "https://www.w3.org/TR/css-color-4/#valdef-system-color-accentcolor", - "https://www.w3.org/TR/css-color-4/#valdef-system-color-accentcolortext", + "https://www.w3.org/TR/css-color-4/#valdef-color-selecteditem", + "https://www.w3.org/TR/css-color-4/#valdef-color-selecteditemtext", + "https://www.w3.org/TR/css-color-4/#valdef-color-visitedtext", "https://www.w3.org/TR/css-color-4/#ref-for-css-keyword", "https://www.w3.org/TR/css-color-4/#system-color-pairings", "https://www.w3.org/TR/css-color-4/#system-color-pairs", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-canvas%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-canvastext", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-linktext", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-visitedtext", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-activetext", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-canvas%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-buttonborder", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-canvas%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-buttonface", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-buttontext%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-field", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-fieldtext", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-mark", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-marktext", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-buttonface%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-field%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-buttonborder%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-canvas%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-highlight", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-highlighttext", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-selecteditem", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-selecteditemtext", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-accentcolor", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-accentcolortext", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-graytext", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-canvas%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-canvastext", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-linktext", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-visitedtext", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-activetext", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-canvas%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-buttonborder", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-canvas%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-buttonface", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-buttontext%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-field", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-fieldtext", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-mark", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-marktext", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-buttonface%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-field%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-buttonborder%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-canvas%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-highlight", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-highlighttext", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-selecteditem", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-selecteditemtext", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-accentcolor", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-accentcolortext", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-graytext", "https://www.w3.org/TR/css-color-4/#ex-SystemCombo", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color%E2%91%A8", "https://www.w3.org/TR/css-color-4/#transparent-color", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent%E2%91%A1", "https://www.w3.org/TR/css-color-4/#valdef-color-transparent", "https://www.w3.org/TR/css-color-4/#ref-for-transparent-black", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-named-color%E2%91%A0", "https://www.w3.org/TR/css-color-4/#currentcolor-color", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A4", "https://www.w3.org/TR/css-color-4/#valdef-color-currentcolor", - "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-named-color%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-used-value%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ex-currentcolor", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ex-textemph-currentcolor", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-text-emphasis-color%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A8", "https://www.w3.org/TR/css-color-4/#the-hsl-notation", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A5", "https://www.w3.org/TR/css-color-4/#valdef-hsl-hsl", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A6", "https://www.w3.org/TR/css-color-4/#funcdef-hsl", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-legacy-hsl-syntax", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-modern-hsl-syntax", + "https://www.w3.org/TR/css-color-4/#funcdef-hsla", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-legacy-hsla-syntax", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-modern-hsla-syntax", + "https://www.w3.org/TR/css-color-4/#typedef-modern-hsl-syntax", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-modern-hsl-syntax%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#typedef-modern-hsla-syntax", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-modern-hsla-syntax%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#typedef-legacy-hsl-syntax", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-legacy-hsl-syntax%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-comma%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-comma%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-comma%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#typedef-legacy-hsla-syntax", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-legacy-hsla-syntax%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-comma%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-comma%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-comma%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#prr-hsl", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ex-hsl-primary-red", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-red", "https://www.w3.org/TR/css-color-4/#ex-hsl-tweak", + "https://www.w3.org/TR/css-color-4/#disadvantage-hsl", "https://www.w3.org/TR/css-color-4/#ex-hsl-sucks", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-blue", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-yellow", "https://www.w3.org/TR/css-color-4/#ex-hsl-sucks-more", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-comma%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-comma%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-comma%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#funcdef-hsla", - "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A3", "https://www.w3.org/TR/css-color-4/#hsl-to-rgb", "https://www.w3.org/TR/css-color-4/#rgb-to-hsl", "https://www.w3.org/TR/css-color-4/#hsl-examples", @@ -590,34 +679,39 @@ "https://www.w3.org/TR/css-color-4/#ref-for-valdef-hsl-hsl", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A4", "https://www.w3.org/TR/css-color-4/#funcdef-hwb", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#prr-hwb", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ex-hwb-simple", + "https://www.w3.org/TR/css-color-4/#hwb-normalization", + "https://www.w3.org/TR/css-color-4/#ex-hwb-achromatic", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-hwb-hwb", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A6", "https://www.w3.org/TR/css-color-4/#hwb-to-rgb", "https://www.w3.org/TR/css-color-4/#rgb-to-hwb", "https://www.w3.org/TR/css-color-4/#hwb-examples", "https://www.w3.org/TR/css-color-4/#lab-colors", "https://www.w3.org/TR/css-color-4/#cie-lab", - "https://www.w3.org/TR/css-color-4/#valdef-lab-lab", + "https://www.w3.org/TR/css-color-4/#lightness-vs-luminance", "https://www.w3.org/TR/css-color-4/#ref-for-d50-whitepoint", "https://www.w3.org/TR/css-color-4/#chromatic-adaptation-transform", - "https://www.w3.org/TR/css-color-4/#valdef-lch-lch", "https://www.w3.org/TR/css-color-4/#ok-lab", - "https://www.w3.org/TR/css-color-4/#valdef-oklab-oklab", - "https://www.w3.org/TR/css-color-4/#valdef-oklch-oklch", "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A0", "https://www.w3.org/TR/css-color-4/#CIELCH-blue-hueshift", "https://www.w3.org/TR/css-color-4/#Oklch-blue-no-hueshift", @@ -625,106 +719,110 @@ "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A3", "https://www.w3.org/TR/css-color-4/#funcdef-lab", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-alpha-channel%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#prr-lab", + "https://www.w3.org/TR/css-color-4/#valdef-lab-lab", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-alpha-channel", "https://www.w3.org/TR/css-color-4/#ex-lab-samples", "https://www.w3.org/TR/css-color-4/#funcdef-lch", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#prr-lch", + "https://www.w3.org/TR/css-color-4/#valdef-lch-lch", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-alpha-channel%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-alpha-channel%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ex-lch-samples", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-lab-lab", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-lch-lch", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A5", "https://www.w3.org/TR/css-color-4/#specifying-oklab-oklch", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A2", "https://www.w3.org/TR/css-color-4/#funcdef-oklab", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-alpha-channel%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#prr-oklab", + "https://www.w3.org/TR/css-color-4/#valdef-oklab-oklab", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-alpha-channel%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ex-oklab-samples", "https://www.w3.org/TR/css-color-4/#funcdef-oklch", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#prr-oklch", + "https://www.w3.org/TR/css-color-4/#valdef-oklch-oklch", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-alpha-channel%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-alpha-channel%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ex-oklch-samples", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-oklab-oklab", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-oklch-oklch", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A6", "https://www.w3.org/TR/css-color-4/#lab-to-lch", - "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A5", "https://www.w3.org/TR/css-color-4/#lch-to-lab", "https://www.w3.org/TR/css-color-4/#predefined", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A0", @@ -736,60 +834,58 @@ "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A4", "https://www.w3.org/TR/css-color-4/#funcdef-color", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-colorspace-params", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-color-4/#typedef-colorspace-params", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-predefined-rgb-params", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-xyz-params", "https://www.w3.org/TR/css-color-4/#typedef-predefined-rgb-params", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-predefined-rgb", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-mult-num%E2%91%A1", "https://www.w3.org/TR/css-color-4/#typedef-predefined-rgb", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb-linear", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-a98-rgb", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A7%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A0", "https://www.w3.org/TR/css-color-4/#typedef-xyz-params", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-xyz-space", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A7%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-mult-num%E2%91%A2", "https://www.w3.org/TR/css-color-4/#typedef-xyz-space", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A7%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d50", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A7%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65", "https://www.w3.org/TR/css-color-4/#ref-for-invalid-color%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-valid-color%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-ident%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-ident%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-invalid-color%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-css-gamut-mapped%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-legacy-color-syntax%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-invalid-color%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-out-of-gamut%E2%91%A0", "https://www.w3.org/TR/css-color-4/#cant-be-displayed", @@ -808,10 +904,11 @@ "https://www.w3.org/TR/css-color-4/#predefined-sRGB", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A1", "https://www.w3.org/TR/css-color-4/#sRGB-space", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-4/#valdef-color-srgb", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#prr-color-srgb", "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A2", "https://www.w3.org/TR/css-color-4/#predefined-sRGB-linear", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A0", @@ -820,6 +917,7 @@ "https://www.w3.org/TR/css-color-4/#valdef-color-srgb-linear", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#prr-color-srgb-linear", "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A4", @@ -829,11 +927,13 @@ "https://www.w3.org/TR/css-color-4/#valdef-color-display-p3", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#prr-color-display-p3", "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A6", "https://www.w3.org/TR/css-color-4/#predefined-a98-rgb", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A0", "https://www.w3.org/TR/css-color-4/#valdef-color-a98-rgb", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#prr-color-a98-rgb", "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A7", "https://www.w3.org/TR/css-color-4/#predefined-prophoto-rgb", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A1", @@ -841,11 +941,13 @@ "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-d50-whitepoint%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#prr-color-prophoto-rgb", "https://www.w3.org/TR/css-color-4/#ref-for-d50-whitepoint%E2%91%A1", "https://www.w3.org/TR/css-color-4/#predefined-rec2020", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A1", "https://www.w3.org/TR/css-color-4/#valdef-color-rec2020", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#prr-color-rec2020", "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A8", "https://www.w3.org/TR/css-color-4/#predefined-xyz", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d50%E2%91%A0", @@ -860,6 +962,7 @@ "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#prr-color-xyz", "https://www.w3.org/TR/css-color-4/#ex-xyz", "https://www.w3.org/TR/css-color-4/#predefined-to-lab-oklab", "https://www.w3.org/TR/css-color-4/#predefined-to-lab", @@ -894,7 +997,7 @@ "https://www.w3.org/TR/css-color-4/#convert-polrect", "https://www.w3.org/TR/css-color-4/#ref-for-cylindrical-polar-color%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-rectangular-orthogonal-color%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A6", "https://www.w3.org/TR/css-color-4/#convert-tolinear", "https://www.w3.org/TR/css-color-4/#convert-toXYZ", "https://www.w3.org/TR/css-color-4/#convert-CAT", @@ -906,21 +1009,17 @@ "https://www.w3.org/TR/css-color-4/#convert-display", "https://www.w3.org/TR/css-color-4/#ref-for-css-gamut-mapped%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-can-be-displayed", - "https://www.w3.org/TR/css-color-4/#convert-hslhwb", - "https://www.w3.org/TR/css-color-4/#ref-for-out-of-gamut%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-hsl-hsl%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-hwb-hwb%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-css-gamut-mapped%E2%91%A3", "https://www.w3.org/TR/css-color-4/#convert-rectpol", "https://www.w3.org/TR/css-color-4/#ref-for-cylindrical-polar-color%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A7", "https://www.w3.org/TR/css-color-4/#interpolation", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-analogous-components", "https://www.w3.org/TR/css-color-4/#interpolation-color-space", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#issue-7fabb422", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue-interpolation-method", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-propdef-text-emphasis-color%E2%91%A1", "https://www.w3.org/TR/css-color-4/#interpolation-space", "https://www.w3.org/TR/css-color-4/#ex-interpolating-specs", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-gradient", @@ -932,72 +1031,81 @@ "https://www.w3.org/TR/css-color-4/#ref-for-interpolation-color-space%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-color-interpolation-method", "https://www.w3.org/TR/css-color-4/#typedef-color-space", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A7%E2%91%A4", "https://www.w3.org/TR/css-color-4/#typedef-rectangular-color-space", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A7%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A7%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A7%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A7%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A8%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A8%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-lab-lab%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A8%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-oklab-oklab%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A8%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A8%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d50%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A8%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A2", "https://www.w3.org/TR/css-color-4/#typedef-polar-color-space", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-hsl-hsl%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-hwb-hwb%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-hsl-hsl%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A8%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-hwb-hwb%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A8%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-lch-lch%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A8%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-oklch-oklch%E2%91%A0", "https://www.w3.org/TR/css-color-4/#typedef-hue-interpolation-method", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A7%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A8%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A0", "https://www.w3.org/TR/css-color-4/#color-interpolation-method", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-rectangular-color-space", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A7%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-polar-color-space", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue-interpolation-method", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue-interpolation-method%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-rectangular-color-space%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-polar-color-space%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-ident%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-interpolation-color-space%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#interpolation-missing", "https://www.w3.org/TR/css-color-4/#ref-for-interpolation-color-space%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#interpolation-missing", "https://www.w3.org/TR/css-color-4/#ref-for-interpolation-color-space%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ex-analogous-hue", "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-interpolation-color-space%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-analogous-components%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#analogous-components", + "https://www.w3.org/TR/css-color-4/#ex-analogous-hue", "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ex-oklch-missing-hue", "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ex-oklch-missing-alpha", "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ex-oklch-missing-hue", "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ex-oklch-missing-alpha", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-color-4/#interpolation-alpha", "https://www.w3.org/TR/css-color-4/#premultiplied-color-values", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-rectangular-orthogonal-color%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-cylindrical-polar-color%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-4/#premultiplied", "https://www.w3.org/TR/css-color-4/#ex-gradient-transition-premultiply", "https://www.w3.org/TR/css-color-4/#ex-premultiplied-srgb", @@ -1005,17 +1113,21 @@ "https://www.w3.org/TR/css-color-4/#ex-premultiplied-lch", "https://www.w3.org/TR/css-color-4/#hue-interpolation", "https://www.w3.org/TR/css-color-4/#ref-for-color-interpolation-method%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue-interpolation-method%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue-interpolation-method%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-color-4/#hue-shorter", "https://www.w3.org/TR/css-color-4/#shorter", + "https://www.w3.org/TR/css-color-4/#ex-shorter", "https://www.w3.org/TR/css-color-4/#hue-longer", "https://www.w3.org/TR/css-color-4/#longer", + "https://www.w3.org/TR/css-color-4/#ex-longer", "https://www.w3.org/TR/css-color-4/#hue-increasing", "https://www.w3.org/TR/css-color-4/#increasing", + "https://www.w3.org/TR/css-color-4/#ex-increasing", "https://www.w3.org/TR/css-color-4/#hue-decreasing", "https://www.w3.org/TR/css-color-4/#decreasing", + "https://www.w3.org/TR/css-color-4/#ex-decreasing", "https://www.w3.org/TR/css-color-4/#gamut-mapping", "https://www.w3.org/TR/css-color-4/#gamut-mapping-intro", "https://www.w3.org/TR/css-color-4/#GM-clip", @@ -1038,229 +1150,259 @@ "https://www.w3.org/TR/css-color-4/#binsearch", "https://www.w3.org/TR/css-color-4/#css-gamut-map", "https://www.w3.org/TR/css-color-4/#resolving-color-values", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-specified-value", "https://www.w3.org/TR/css-color-4/#computed-color", - "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A0", "https://www.w3.org/TR/css-color-4/#used-color", "https://www.w3.org/TR/css-color-4/#ref-for-used-value%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-resolved-value", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-used-value%E2%91%A2", "https://www.w3.org/TR/css-color-4/#resolving-sRGB-values", "https://www.w3.org/TR/css-color-4/#ref-for-hex-color%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-named-color%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-named-color%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-specified-value%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ex-hsl-case", + "https://www.w3.org/TR/css-color-4/#ex-named-case", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-calc", + "https://www.w3.org/TR/css-color-4/#ex-srgb-calc-specified", + "https://www.w3.org/TR/css-color-4/#ex-srgb-hsl-calc-specified", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-calc%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ex-srgb-clamped-calc-specified", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-calc-infinity", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-calc-nan", "https://www.w3.org/TR/css-color-4/#ex-hsl-computed", "https://www.w3.org/TR/css-color-4/#resolving-lab-lch-values", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ex-lch-computed", "https://www.w3.org/TR/css-color-4/#resolving-oklab-oklch-values", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ex-oklch-computed", "https://www.w3.org/TR/css-color-4/#resolving-color-function-values", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ex-p3-computed", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#wx-xyz-computed", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ex-xyz-computed", "https://www.w3.org/TR/css-color-4/#resolving-other-colors", - "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-deprecated-color", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-deprecated-color%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ex-system-resolve", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-transparent-black%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-inherited-value", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-inherited-value", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ex-currentcolor-resolve", "https://www.w3.org/TR/css-color-4/#serializing-color-values", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-4/#serializing-alpha-values", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ex-alpha-255", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ex-alpha-trimzero", "https://www.w3.org/TR/css-color-4/#ex-alpha-round", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ex-alpha-clamp", "https://www.w3.org/TR/css-color-4/#serializing-sRGB-values", "https://www.w3.org/TR/css-color-4/#ref-for-hex-color%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-named-color%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-named-color%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-specified-value%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-named-color%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-specified-value%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ex-rgb-ser-int-rgba", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ex-hwb-serial", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-integer-value", "https://www.w3.org/TR/css-color-4/#sRGB-precision", "https://www.w3.org/TR/css-color-4/#ref-for-integer-value%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ex-rgb-number", "https://www.w3.org/TR/css-color-4/#ex-rgb-notrail", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-goldenrod", "https://www.w3.org/TR/css-color-4/#serializing-lab-lch", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ex-lab-zero-a", + "https://www.w3.org/TR/css-color-4/#ex-lab-percent-b", "https://www.w3.org/TR/css-color-4/#ex-lch-serial", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ex-lch-alpha", "https://www.w3.org/TR/css-color-4/#serializing-oklab-oklch", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ex-oklab-trailzero", + "https://www.w3.org/TR/css-color-4/#ex-oklab-percent-a-b", "https://www.w3.org/TR/css-color-4/#ex-oklch-serial", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ex-oklch-alpha", "https://www.w3.org/TR/css-color-4/#serializing-color-function-values", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ex-color-serial", + "https://www.w3.org/TR/css-color-4/#ex-color-trailzero", "https://www.w3.org/TR/css-color-4/#predefined-precision-table", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d50%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ex-color-prophoto-alpha-serial", "https://www.w3.org/TR/css-color-4/#serializing-other-colors", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-color-4/#sample", "https://www.w3.org/TR/css-color-4/#color-conversion-code", "https://www.w3.org/TR/css-color-4/#color-difference-code", "https://www.w3.org/TR/css-color-4/#color-difference-2000", "https://www.w3.org/TR/css-color-4/#color-difference-OK", "https://www.w3.org/TR/css-color-4/#deprecated-system-colors", - "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors%E2%91%A6", "https://www.w3.org/TR/css-color-4/#typedef-deprecated-color", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-deprecated-color%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#activeborder", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-buttonborder%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#activecaption", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-canvastext%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#appworkspace", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-canvas%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#background", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-canvas%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#buttonhighlight", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-buttonface%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#buttonshadow", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-buttonface%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#captiontext", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-canvastext%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#inactiveborder", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-buttonborder%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#inactivecaption", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-canvas%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#inactivecaptiontext", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-graytext%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#infobackground", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-canvas%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#infotext", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-canvastext%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#menu", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-canvas%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#menutext", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-canvastext%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#scrollbar", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-canvas%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#threeddarkshadow", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-buttonborder%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#threedface", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-buttonface%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#threedhighlight", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-buttonborder%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#threedlightshadow", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-buttonborder%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#threedshadow", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-buttonborder%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#window", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-canvas%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#windowframe", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-buttonborder%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#windowtext", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-canvastext%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-deprecated-color%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#valdef-color-activeborder", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-buttonborder%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#valdef-color-activecaption", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-canvas%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#valdef-color-appworkspace", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-canvas%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#valdef-color-background", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-canvas%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#valdef-color-buttonhighlight", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-buttonface%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#valdef-color-buttonshadow", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-buttonface%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#valdef-color-captiontext", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-canvastext%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#valdef-color-inactiveborder", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-buttonborder%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#valdef-color-inactivecaption", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-canvas%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#valdef-color-inactivecaptiontext", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-graytext%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#valdef-color-infobackground", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-canvas%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#valdef-color-infotext", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-canvastext%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#valdef-color-menu", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-canvas%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#valdef-color-menutext", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-canvastext%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#valdef-color-scrollbar", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-canvas%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#valdef-color-threeddarkshadow", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-buttonborder%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#valdef-color-threedface", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-buttonface%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#valdef-color-threedhighlight", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-buttonborder%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#valdef-color-threedlightshadow", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-buttonborder%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#valdef-color-threedshadow", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-buttonborder%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#valdef-color-window", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-canvas%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#valdef-color-windowframe", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-buttonborder%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#valdef-color-windowtext", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-canvastext%E2%91%A3", "https://www.w3.org/TR/css-color-4/#quirky-color", "https://www.w3.org/TR/css-color-4/#ref-for-concept-document-quirks", "https://www.w3.org/TR/css-color-4/#typedef-quirky-color", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-quirky-color", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-background-color", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-border-color%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-border-top-color", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-border-right-color", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-border-bottom-color", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-border-left-color", - "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-background", "https://www.w3.org/TR/css-color-4/#ref-for-functional-notation%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color-mix%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-quirky-color%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-at-ruledef-supports", "https://www.w3.org/TR/css-color-4/#ref-for-dom-css-supports-conditiontext", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-quirky-color%E2%91%A1", @@ -1275,29 +1417,30 @@ "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hex-color%E2%91%A2", "https://www.w3.org/TR/css-color-4/#acknowledgments", "https://www.w3.org/TR/css-color-4/#changes", + "https://www.w3.org/TR/css-color-4/#changes-from-20221101", "https://www.w3.org/TR/css-color-4/#changes-from-20220705", "https://www.w3.org/TR/css-color-4/#changes-from-20220628", "https://www.w3.org/TR/css-color-4/#changes-from-20220428", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#changes-from-20211215", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#changes-from-20211215", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#changes-from-20210601", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#changes-from-20210601", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-color-4/#changes-from-20201112", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#changes-from-20191105", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#changes-from-20191105", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ref-for-d50-whitepoint%E2%91%A8", "https://www.w3.org/TR/css-color-4/#changes-from-20160705", "https://www.w3.org/TR/css-color-4/#changes-from-3", @@ -1305,33 +1448,33 @@ "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rebeccapurple", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-integer-value%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-angle-value%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-integer-value%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-angle-value%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color-alpha-value%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-color-4/#security", "https://www.w3.org/TR/css-color-4/#privacy", "https://www.w3.org/TR/css-color-4/#a11y-sec", - "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors%E2%91%A8", "https://www.w3.org/TR/css-color-4/#w3c-conformance", "https://www.w3.org/TR/css-color-4/#w3c-conventions", "https://www.w3.org/TR/css-color-4/#w3c-example", @@ -1343,50 +1486,59 @@ "https://www.w3.org/TR/css-color-4/#index", "https://www.w3.org/TR/css-color-4/#index-defined-here", "https://www.w3.org/TR/css-color-4/#index-defined-elsewhere", - "https://www.w3.org/TR/css-color-4/#term-for-propdef-animation", - "https://www.w3.org/TR/css-color-4/#term-for-propdef-background", - "https://www.w3.org/TR/css-color-4/#term-for-propdef-background-color", - "https://www.w3.org/TR/css-color-4/#term-for-propdef-border-bottom-color", - "https://www.w3.org/TR/css-color-4/#term-for-propdef-border-color", - "https://www.w3.org/TR/css-color-4/#term-for-propdef-border-left-color", - "https://www.w3.org/TR/css-color-4/#term-for-propdef-border-right-color", - "https://www.w3.org/TR/css-color-4/#term-for-propdef-border-top-color", - "https://www.w3.org/TR/css-color-4/#term-for-computed-value", - "https://www.w3.org/TR/css-color-4/#term-for-inherited-value", - "https://www.w3.org/TR/css-color-4/#term-for-specified-value", - "https://www.w3.org/TR/css-color-4/#term-for-used-value", - "https://www.w3.org/TR/css-color-4/#term-for-funcdef-color-mix", - "https://www.w3.org/TR/css-color-4/#term-for-forced-colors-mode", - "https://www.w3.org/TR/css-color-4/#term-for-at-ruledef-supports", - "https://www.w3.org/TR/css-color-4/#term-for-dom-css-supports-conditiontext", - "https://www.w3.org/TR/css-color-4/#term-for-typedef-gradient", - "https://www.w3.org/TR/css-color-4/#term-for-typedef-dimension-token", - "https://www.w3.org/TR/css-color-4/#term-for-typedef-hash-token", - "https://www.w3.org/TR/css-color-4/#term-for-typedef-ident-token", - "https://www.w3.org/TR/css-color-4/#term-for-typedef-number-token", - "https://www.w3.org/TR/css-color-4/#term-for-propdef-transition", - "https://www.w3.org/TR/css-color-4/#term-for-mult-comma", - "https://www.w3.org/TR/css-color-4/#term-for-comb-comma", - "https://www.w3.org/TR/css-color-4/#term-for-angle-value", - "https://www.w3.org/TR/css-color-4/#term-for-typedef-ident", - "https://www.w3.org/TR/css-color-4/#term-for-integer-value", - "https://www.w3.org/TR/css-color-4/#term-for-number-value", - "https://www.w3.org/TR/css-color-4/#term-for-percentage-value", - "https://www.w3.org/TR/css-color-4/#term-for-mult-opt", - "https://www.w3.org/TR/css-color-4/#term-for-css-wide-keywords", - "https://www.w3.org/TR/css-color-4/#term-for-functional-notation", - "https://www.w3.org/TR/css-color-4/#term-for-css-keyword", - "https://www.w3.org/TR/css-color-4/#term-for-mult-num", - "https://www.w3.org/TR/css-color-4/#term-for-comb-one", - "https://www.w3.org/TR/css-color-4/#term-for-valdef-z-index-auto", - "https://www.w3.org/TR/css-color-4/#term-for-propdef-z-index", - "https://www.w3.org/TR/css-color-4/#term-for-propdef-text-emphasis-color", - "https://www.w3.org/TR/css-color-4/#term-for-resolved-value", - "https://www.w3.org/TR/css-color-4/#term-for-concept-document-quirks", - "https://www.w3.org/TR/css-color-4/#term-for-propdef-filter", - "https://www.w3.org/TR/css-color-4/#term-for-the-mark-element", - "https://www.w3.org/TR/css-color-4/#term-for-media-feature", - "https://www.w3.org/TR/css-color-4/#term-for-TermStackingContext", + "https://www.w3.org/TR/css-color-4/#1e12dba3", + "https://www.w3.org/TR/css-color-4/#db6870d5", + "https://www.w3.org/TR/css-color-4/#2754893b", + "https://www.w3.org/TR/css-color-4/#7bb914ec", + "https://www.w3.org/TR/css-color-4/#29da74f9", + "https://www.w3.org/TR/css-color-4/#04aee887", + "https://www.w3.org/TR/css-color-4/#64e35b5b", + "https://www.w3.org/TR/css-color-4/#060efe1f", + "https://www.w3.org/TR/css-color-4/#8c8e51b4", + "https://www.w3.org/TR/css-color-4/#4905669f", + "https://www.w3.org/TR/css-color-4/#6b448e93", + "https://www.w3.org/TR/css-color-4/#d5e08d9c", + "https://www.w3.org/TR/css-color-4/#1a2b1083", + "https://www.w3.org/TR/css-color-4/#699b4207", + "https://www.w3.org/TR/css-color-4/#0644a74e", + "https://www.w3.org/TR/css-color-4/#51e4fdb6", + "https://www.w3.org/TR/css-color-4/#a5d6c9d2", + "https://www.w3.org/TR/css-color-4/#087858ba", + "https://www.w3.org/TR/css-color-4/#cda7345f", + "https://www.w3.org/TR/css-color-4/#87de393a", + "https://www.w3.org/TR/css-color-4/#7b8be35b", + "https://www.w3.org/TR/css-color-4/#446c663e", + "https://www.w3.org/TR/css-color-4/#eebbfe3d", + "https://www.w3.org/TR/css-color-4/#67800454", + "https://www.w3.org/TR/css-color-4/#441d3fda", + "https://www.w3.org/TR/css-color-4/#d3706df0", + "https://www.w3.org/TR/css-color-4/#c297b070", + "https://www.w3.org/TR/css-color-4/#8cd4f032", + "https://www.w3.org/TR/css-color-4/#d7e1d67b", + "https://www.w3.org/TR/css-color-4/#dcecfc13", + "https://www.w3.org/TR/css-color-4/#d73c993d", + "https://www.w3.org/TR/css-color-4/#61bb5e44", + "https://www.w3.org/TR/css-color-4/#128295ac", + "https://www.w3.org/TR/css-color-4/#d4441b24", + "https://www.w3.org/TR/css-color-4/#14d3255d", + "https://www.w3.org/TR/css-color-4/#4dbf81d6", + "https://www.w3.org/TR/css-color-4/#8a110a7b", + "https://www.w3.org/TR/css-color-4/#de901111", + "https://www.w3.org/TR/css-color-4/#f7826991", + "https://www.w3.org/TR/css-color-4/#0aac835b", + "https://www.w3.org/TR/css-color-4/#b9babad7", + "https://www.w3.org/TR/css-color-4/#8cbc2b3b", + "https://www.w3.org/TR/css-color-4/#4eb9d37e", + "https://www.w3.org/TR/css-color-4/#5455396f", + "https://www.w3.org/TR/css-color-4/#d332e4ec", + "https://www.w3.org/TR/css-color-4/#efdded2e", + "https://www.w3.org/TR/css-color-4/#fc19454a", + "https://www.w3.org/TR/css-color-4/#27d9b7ea", + "https://www.w3.org/TR/css-color-4/#fd11cdcd", + "https://www.w3.org/TR/css-color-4/#e9f6aadb", + "https://www.w3.org/TR/css-color-4/#80a98d6e", + "https://www.w3.org/TR/css-color-4/#0698d556", + "https://www.w3.org/TR/css-color-4/#0a000463", "https://www.w3.org/TR/css-color-4/#references", "https://www.w3.org/TR/css-color-4/#normative", "https://www.w3.org/TR/css-color-4/#biblio-bradford-cat", @@ -1394,15 +1546,17 @@ "https://www.w3.org/TR/css-color-4/#biblio-colorimetry", "https://www.w3.org/TR/css-color-4/#biblio-compositing", "https://www.w3.org/TR/css-color-4/#biblio-css-backgrounds-3", + "https://www.w3.org/TR/css-color-4/#biblio-css-borders-4", "https://www.w3.org/TR/css-color-4/#biblio-css-cascade-5", + "https://www.w3.org/TR/css-color-4/#biblio-css-color-4", "https://www.w3.org/TR/css-color-4/#biblio-css-color-adjust-1", "https://www.w3.org/TR/css-color-4/#biblio-css-conditional-3", - "https://www.w3.org/TR/css-color-4/#biblio-css-images-4", "https://www.w3.org/TR/css-color-4/#biblio-css-syntax-3", + "https://www.w3.org/TR/css-color-4/#biblio-css-text-decor-4", "https://www.w3.org/TR/css-color-4/#biblio-css-values-3", "https://www.w3.org/TR/css-color-4/#biblio-css-values-4", "https://www.w3.org/TR/css-color-4/#biblio-css2", - "https://www.w3.org/TR/css-color-4/#biblio-css3-text-decor", + "https://www.w3.org/TR/css-color-4/#biblio-css22", "https://www.w3.org/TR/css-color-4/#biblio-cssom-1", "https://www.w3.org/TR/css-color-4/#biblio-display-p3", "https://www.w3.org/TR/css-color-4/#biblio-dom", @@ -1410,6 +1564,7 @@ "https://www.w3.org/TR/css-color-4/#biblio-html", "https://www.w3.org/TR/css-color-4/#biblio-hwb", "https://www.w3.org/TR/css-color-4/#biblio-icc", + "https://www.w3.org/TR/css-color-4/#biblio-infra", "https://www.w3.org/TR/css-color-4/#biblio-itu-r-bt601", "https://www.w3.org/TR/css-color-4/#biblio-itu-r-bt709", "https://www.w3.org/TR/css-color-4/#biblio-mediaqueries-5", @@ -1420,11 +1575,12 @@ "https://www.w3.org/TR/css-color-4/#biblio-smpte296", "https://www.w3.org/TR/css-color-4/#biblio-srgb", "https://www.w3.org/TR/css-color-4/#biblio-svg11", - "https://www.w3.org/TR/css-color-4/#biblio-svg2", "https://www.w3.org/TR/css-color-4/#informative", "https://www.w3.org/TR/css-color-4/#biblio-css-animations-1", "https://www.w3.org/TR/css-color-4/#biblio-css-color-5", + "https://www.w3.org/TR/css-color-4/#biblio-css-images-4", "https://www.w3.org/TR/css-color-4/#biblio-css-transitions-1", + "https://www.w3.org/TR/css-color-4/#biblio-css3-text-decor", "https://www.w3.org/TR/css-color-4/#biblio-dci-p3", "https://www.w3.org/TR/css-color-4/#biblio-filter-effects-1", "https://www.w3.org/TR/css-color-4/#biblio-jpeg", @@ -1435,8 +1591,7 @@ "https://www.w3.org/TR/css-color-4/#biblio-wcag21", "https://www.w3.org/TR/css-color-4/#biblio-wolfe", "https://www.w3.org/TR/css-color-4/#property-index", - "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-propdef-opacity%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#issues-index" + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-opacity%E2%91%A6" ] } \ No newline at end of file diff --git a/tr/ids/orientation-event.json b/tr/ids/orientation-event.json index 9fa6e9b09184..b0e9768cbd3f 100644 --- a/tr/ids/orientation-event.json +++ b/tr/ids/orientation-event.json @@ -326,6 +326,8 @@ "https://www.w3.org/TR/orientation-event/#ref-for-significant-change-in-orientation%E2%91%A1", "https://www.w3.org/TR/orientation-event/#ref-for-navigable", "https://www.w3.org/TR/orientation-event/#ref-for-nav-window", + "https://www.w3.org/TR/orientation-event/#ref-for-concept-document-window", + "https://www.w3.org/TR/orientation-event/#ref-for-visibility-state", "https://www.w3.org/TR/orientation-event/#ref-for-relative-orientation%E2%91%A3", "https://www.w3.org/TR/orientation-event/#ref-for-absolute-orientation%E2%91%A3", "https://www.w3.org/TR/orientation-event/#ref-for-accelerometer-feature%E2%91%A2", @@ -333,7 +335,6 @@ "https://www.w3.org/TR/orientation-event/#ref-for-magnetometer-feature%E2%91%A1", "https://www.w3.org/TR/orientation-event/#ref-for-accelerometer-feature%E2%91%A3", "https://www.w3.org/TR/orientation-event/#ref-for-gyroscope-feature%E2%91%A3", - "https://www.w3.org/TR/orientation-event/#ref-for-concept-document-window", "https://www.w3.org/TR/orientation-event/#ref-for-list-iterate%E2%91%A2", "https://www.w3.org/TR/orientation-event/#ref-for-allowed-to-use", "https://www.w3.org/TR/orientation-event/#ref-for-policy-controlled-feature%E2%91%A1", @@ -342,6 +343,7 @@ "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-alpha%E2%91%A6", "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-beta%E2%91%A5", "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-gamma%E2%91%A5", + "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-absolute%E2%91%A1", "https://www.w3.org/TR/orientation-event/#deviceorientationabsolute", "https://www.w3.org/TR/orientation-event/#issue-58b60688", "https://www.w3.org/TR/orientation-event/#ref-for-def-deviceorientationabsolute%E2%91%A2", @@ -374,6 +376,7 @@ "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-alpha%E2%91%A7", "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-beta%E2%91%A6", "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-gamma%E2%91%A6", + "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-absolute%E2%91%A2", "https://www.w3.org/TR/orientation-event/#devicemotion", "https://www.w3.org/TR/orientation-event/#device-motion-event-acceleration-api", "https://www.w3.org/TR/orientation-event/#ref-for-Exposed%E2%91%A0", @@ -615,6 +618,7 @@ "https://www.w3.org/TR/orientation-event/#ref-for-navigable%E2%91%A1", "https://www.w3.org/TR/orientation-event/#ref-for-nav-window%E2%91%A1", "https://www.w3.org/TR/orientation-event/#ref-for-concept-document-window%E2%91%A0", + "https://www.w3.org/TR/orientation-event/#ref-for-visibility-state%E2%91%A0", "https://www.w3.org/TR/orientation-event/#ref-for-list-iterate%E2%91%A5", "https://www.w3.org/TR/orientation-event/#ref-for-accelerometer-feature%E2%91%A4", "https://www.w3.org/TR/orientation-event/#ref-for-gyroscope-feature%E2%91%A4", @@ -690,7 +694,7 @@ "https://www.w3.org/TR/orientation-event/#ref-for-dfn-express-permission", "https://www.w3.org/TR/orientation-event/#ref-for-navigable%E2%91%A2", "https://www.w3.org/TR/orientation-event/#ref-for-nav-document", - "https://www.w3.org/TR/orientation-event/#ref-for-visibility-state", + "https://www.w3.org/TR/orientation-event/#ref-for-visibility-state%E2%91%A1", "https://www.w3.org/TR/orientation-event/#ref-for-child-navigable", "https://www.w3.org/TR/orientation-event/#ref-for-top-level-traversable", "https://www.w3.org/TR/orientation-event/#ref-for-navigable%E2%91%A3", @@ -794,12 +798,12 @@ "https://www.w3.org/TR/orientation-event/#examples", "https://www.w3.org/TR/orientation-event/#worked-example", "https://www.w3.org/TR/orientation-event/#example-cad08fa0", - "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-absolute%E2%91%A1", + "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-absolute%E2%91%A3", "https://www.w3.org/TR/orientation-event/#worked-example-2", "https://www.w3.org/TR/orientation-event/#example-76d62ad0", - "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-absolute%E2%91%A2", + "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-absolute%E2%91%A4", "https://www.w3.org/TR/orientation-event/#example-8f884833", - "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-absolute%E2%91%A3", + "https://www.w3.org/TR/orientation-event/#ref-for-dom-deviceorientationevent-absolute%E2%91%A5", "https://www.w3.org/TR/orientation-event/#acknowledgments", "https://www.w3.org/TR/orientation-event/#changes", "https://www.w3.org/TR/orientation-event/#index", diff --git a/tr/ids/webnn.json b/tr/ids/webnn.json index 2a7d8bc330f0..7af4a6be252c 100644 --- a/tr/ids/webnn.json +++ b/tr/ids/webnn.json @@ -2592,10 +2592,12 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-gemm", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-gemm", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-gemm", + "https://www.w3.org/TR/webnn/#ref-for-list-clone", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-list-clone%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A6%E2%93%AA", @@ -2761,7 +2763,7 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-gru", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-gru", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-gru", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A6%E2%91%A3", @@ -2781,13 +2783,13 @@ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-initialhiddenstate%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A6%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-activations%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A1", @@ -2876,7 +2878,7 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-grucell", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-grucell", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-grucell", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A6%E2%91%A8", @@ -2890,19 +2892,19 @@ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A7%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-bias%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A7%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-recurrentbias%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A7%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-activations%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A0%E2%91%A7", @@ -3092,8 +3094,8 @@ "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlinstancenormalizationoptions-scale", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlinstancenormalizationoptions-scale", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlinstancenormalizationoptions-bias", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlinstancenormalizationoptions-bias", @@ -3101,8 +3103,8 @@ "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlinstancenormalizationoptions-bias", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlinstancenormalizationoptions-bias", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mlinstancenormalizationoptions-epsilon", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlinstancenormalizationoptions-epsilon", @@ -3124,16 +3126,16 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-instancenormalization", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-instancenormalization", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-instancenormalization", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A8%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mlinstancenormalizationoptions-scale%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A8%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mlinstancenormalizationoptions-bias%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A4%E2%91%A2", @@ -3208,29 +3210,29 @@ "https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-axes%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-scale%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-axes%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A8%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-bias%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-axes%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A8%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-list-iterate%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-axes%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-axes%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A8%E2%91%A5", @@ -3508,7 +3510,7 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-lstm", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-direction%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mlrecurrentnetworkdirection-forward", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA%E2%91%A1", @@ -3519,7 +3521,7 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-bias%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA%E2%91%A3", @@ -3535,7 +3537,7 @@ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-recurrentbias%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA%E2%91%A6", @@ -3551,7 +3553,7 @@ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-peepholeweight%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A0%E2%93%AA", @@ -3567,7 +3569,7 @@ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-initialhiddenstate%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A0%E2%91%A2", @@ -3588,7 +3590,7 @@ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-initialcellstate%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A0%E2%91%A6", @@ -3609,7 +3611,7 @@ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-activations%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A8", @@ -3721,14 +3723,14 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-lstmcell", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-lstmcell", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-lstmcell", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A6%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmcelloptions-bias%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A6%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1%E2%91%A2", @@ -3739,7 +3741,7 @@ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmcelloptions-recurrentbias%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A7%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1%E2%91%A4", @@ -3750,7 +3752,7 @@ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmcelloptions-peepholeweight%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A7%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1%E2%91%A6", @@ -3761,7 +3763,7 @@ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmcelloptions-activations%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A1%E2%91%A0", @@ -3796,25 +3798,33 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A6%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webnn/#mlgraphbuilder-calculate-matmul-output-sizes", "https://www.w3.org/TR/webnn/#infopanel-for-mlgraphbuilder-calculate-matmul-output-sizes", "https://www.w3.org/TR/webnn/#infopaneltitle-for-mlgraphbuilder-calculate-matmul-output-sizes", "https://www.w3.org/TR/webnn/#infopanel-for-mlgraphbuilder-calculate-matmul-output-sizes", "https://www.w3.org/TR/webnn/#infopaneltitle-for-mlgraphbuilder-calculate-matmul-output-sizes", + "https://www.w3.org/TR/webnn/#ref-for-list-clone%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-list-clone%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A7%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A7%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-list-iterate%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-list-clone%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-list-remove", + "https://www.w3.org/TR/webnn/#ref-for-list-clone%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-list-remove%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-bidirectionally-broadcasting-the-shapes%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A7%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-list-append", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-matmul", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-matmul", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-matmul", @@ -3823,12 +3833,12 @@ "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-calculate-matmul-output-sizes", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-datatype%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A1%E2%91%A7", @@ -3891,9 +3901,9 @@ "https://www.w3.org/TR/webnn/#ref-for-dom-mlpaddingmode-constant", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A6%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlpadoptions%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A6%E2%91%A7", "https://www.w3.org/TR/webnn/#mlgraphbuilder-calculate-padding-output-sizes", @@ -3902,23 +3912,23 @@ "https://www.w3.org/TR/webnn/#infopanel-for-mlgraphbuilder-calculate-padding-output-sizes", "https://www.w3.org/TR/webnn/#infopaneltitle-for-mlgraphbuilder-calculate-padding-output-sizes", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-pad", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-pad", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-pad", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-pad", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-pad", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-descriptor-slot%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-calculate-padding-output-sizes", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A1%E2%91%A8", @@ -4056,73 +4066,73 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A7%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlpool2doptions%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-assert%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A7%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-windowdimensions%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A7%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A7%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-windowdimensions%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A7%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-windowdimensions%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-outputsizes%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-padding%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-padding%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-padding%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A7%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A8%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-strides%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-strides%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-strides%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A7%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-strides%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A7%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A8%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-strides%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A8%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-outputsizes%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-outputsizes%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-outputsizes%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-strides%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A8%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A8%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-dilations%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-dilations%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-dilations%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A8%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-dilations%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A8%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A8%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-dilations%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A8%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-autopad%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mlautopad-explicit%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-padding%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-descriptor-slot%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%91%A6", @@ -4138,24 +4148,24 @@ "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-averagepool2d", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-averagepool2d", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-pooling-op", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-l2pool2d", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-l2pool2d", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-l2pool2d", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-l2pool2d", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-l2pool2d", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-pooling-op%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-maxpool2d", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-maxpool2d", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-maxpool2d", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-maxpool2d", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-maxpool2d", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-pooling-op%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d-average", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d-l2", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d-max", @@ -4183,12 +4193,12 @@ "https://www.w3.org/TR/webnn/#ref-for-unidirectionally-broadcasting-the-shapes%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A8%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A8%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A2%E2%91%A0", @@ -4277,14 +4287,14 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlreduceoptions-axes", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlreduceoptions-axes", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlreduceoptions-axes", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/webnn/#dom-mlreduceoptions-keepdimensions", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlreduceoptions-keepdimensions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlreduceoptions-keepdimensions", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlreduceoptions-keepdimensions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlreduceoptions-keepdimensions", "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlreduceoptions%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A0%E2%91%A4", @@ -4299,18 +4309,18 @@ "https://www.w3.org/TR/webnn/#ref-for-assert%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mlreduceoptions-axes%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A8%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A8%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-datatype%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A2%E2%91%A1", @@ -4325,80 +4335,80 @@ "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducel1", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducel1", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-reduce-op", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducel2", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducel2", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducel2", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducel2", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducel2", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-reduce-op%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducelogsum", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducelogsum", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducelogsum", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducelogsum", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducelogsum", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-reduce-op%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducelogsumexp", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducelogsumexp", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducelogsumexp", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducelogsumexp", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducelogsumexp", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-reduce-op%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducemax", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducemax", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducemax", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducemax", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducemax", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-reduce-op%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducemean", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducemean", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducemean", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducemean", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducemean", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-reduce-op%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducemin", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducemin", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducemin", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducemin", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducemin", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-reduce-op%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reduceproduct", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reduceproduct", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reduceproduct", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reduceproduct", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reduceproduct", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-reduce-op%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducesum", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducesum", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducesum", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducesum", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducesum", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-reduce-op%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducesumsquare", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducesumsquare", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducesumsquare", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducesumsquare", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducesumsquare", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-reduce-op%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-relu-method", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A0%E2%91%A6", @@ -4416,9 +4426,9 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-relu", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-relu", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-relu", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A0", @@ -4436,8 +4446,8 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-relu-noargs", "https://www.w3.org/TR/webnn/#ref-for-create-an-mlactivation%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A7", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d-method", "https://www.w3.org/TR/webnn/#enumdef-mlinterpolationmode", "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mlinterpolationmode", @@ -4503,13 +4513,13 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-mlgraphbuilder-check-resample-options", "https://www.w3.org/TR/webnn/#ref-for-dom-mlresample2doptions-scales%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mlresample2doptions-sizes%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mlresample2doptions-axes%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#mlgraphbuilder-calculate-resample-output-sizes", "https://www.w3.org/TR/webnn/#infopanel-for-mlgraphbuilder-calculate-resample-output-sizes", "https://www.w3.org/TR/webnn/#infopaneltitle-for-mlgraphbuilder-calculate-resample-output-sizes", @@ -4519,8 +4529,8 @@ "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlresample2doptions%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-descriptor-slot%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mlresample2doptions-axes%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mlresample2doptions-sizes%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A0", @@ -4536,18 +4546,18 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-resample2d", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-resample2d", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-resample2d", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A8%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-check-resample-options", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A8%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A8%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-calculate-resample-output-sizes", + "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-check-resample-options", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A8%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-calculate-resample-output-sizes", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A2%E2%91%A3", @@ -4575,20 +4585,20 @@ "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reshape", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reshape", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A8%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A8%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A0%E2%93%AA%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-descriptor-slot%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A0%E2%93%AA%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-descriptor-slot%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A2%E2%91%A4", @@ -4614,9 +4624,9 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-sigmoid", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-sigmoid", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-sigmoid", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A3", @@ -4634,8 +4644,8 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-sigmoid-noargs", "https://www.w3.org/TR/webnn/#ref-for-create-an-mlactivation%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A6", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-slice", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A2%E2%91%A3", @@ -4650,24 +4660,24 @@ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-slice-input-starts-sizes-sizes", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-slice", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-slice", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-slice", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-slice", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-slice", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A4", @@ -4692,13 +4702,13 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-softmax", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-softmax", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-softmax", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A8%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A0%E2%93%AA%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A5", @@ -4716,8 +4726,8 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-softmax-noargs", "https://www.w3.org/TR/webnn/#ref-for-create-an-mlactivation%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A3", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softplus-method", "https://www.w3.org/TR/webnn/#dictdef-mlsoftplusoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlsoftplusoptions", @@ -4754,9 +4764,9 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-softplus", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-softplus", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-softplus", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A3%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A6", @@ -4775,8 +4785,8 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-softplus-options", "https://www.w3.org/TR/webnn/#ref-for-create-an-mlactivation%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A6", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softsign-method", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A3%E2%91%A5", @@ -4794,9 +4804,9 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-softsign", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-softsign", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-softsign", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A7", @@ -4814,8 +4824,8 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-softsign-noargs", "https://www.w3.org/TR/webnn/#ref-for-create-an-mlactivation%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%93%AA", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-split", "https://www.w3.org/TR/webnn/#dictdef-mlsplitoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlsplitoptions", @@ -4844,10 +4854,10 @@ "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsplitoptions%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A5%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsplitoptions%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlsplitoptions-axis", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlsplitoptions-axis", @@ -4855,7 +4865,7 @@ "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlsplitoptions-axis", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlsplitoptions-axis", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-split", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-split", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-split", @@ -4864,16 +4874,16 @@ "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mlsplitoptions-axis%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mlsplitoptions-axis%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A4%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A8", @@ -4898,9 +4908,9 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-tanh", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-tanh", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-tanh", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A4%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%93%AA", @@ -4918,8 +4928,8 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-tanh-noargs", "https://www.w3.org/TR/webnn/#ref-for-create-an-mlactivation%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A5", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-transpose", "https://www.w3.org/TR/webnn/#dictdef-mltransposeoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mltransposeoptions", @@ -4942,8 +4952,8 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mltransposeoptions-permutation", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mltransposeoptions-permutation", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mltransposeoptions-permutation", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mltransposeoptions%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A5%E2%91%A0", @@ -4958,24 +4968,24 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mltransposeoptions-permutation%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mltransposeoptions-permutation%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mltransposeoptions-permutation%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mltransposeoptions-permutation%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A4%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A0", @@ -5021,15 +5031,15 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-triangular", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-triangular", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-triangular", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-descriptor-slot%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A0%E2%93%AA%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A0%E2%93%AA%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A1", @@ -5040,8 +5050,8 @@ "https://www.w3.org/TR/webnn/#example-c029a3ee", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-where", "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A6%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-where", @@ -5062,32 +5072,32 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-where", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-uint8%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A0%E2%93%AA%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A5%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A0%E2%93%AA%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A0%E2%93%AA%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A0%E2%93%AA%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-datatype%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-bidirectionally-broadcasting-the-shapes%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-bidirectionally-broadcasting-the-shapes%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A0%E2%93%AA%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A5%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-bidirectionally-broadcastable", - "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A0%E2%93%AA%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A0%E2%93%AA%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-bidirectionally-broadcastable", + "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A0%E2%93%AA%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A3%E2%91%A4", @@ -5161,7 +5171,7 @@ "https://www.w3.org/TR/webnn/#infopanel-for-mloperand-rank", "https://www.w3.org/TR/webnn/#infopaneltitle-for-mloperand-rank", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A7%E2%91%A4", "https://www.w3.org/TR/webnn/#mloperand-datatype", "https://www.w3.org/TR/webnn/#infopanel-for-mloperand-datatype", @@ -5209,10 +5219,10 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-check-dimensions", "https://www.w3.org/TR/webnn/#infopanel-for-check-dimensions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-check-dimensions", - "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mloperanddatatype%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webnn/#mloperand-validate-mloperand", "https://www.w3.org/TR/webnn/#infopanel-for-mloperand-validate-mloperand", "https://www.w3.org/TR/webnn/#infopaneltitle-for-mloperand-validate-mloperand", @@ -5334,7 +5344,7 @@ "https://www.w3.org/TR/webnn/#infopanel-for-mloperanddescriptor-byte-length", "https://www.w3.org/TR/webnn/#infopaneltitle-for-mloperanddescriptor-byte-length", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-list-iterate%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-list-iterate%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-table-the-typedarray-constructors%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-ArrayBufferView%E2%91%A5", @@ -5346,17 +5356,17 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-unidirectionally-broadcasting-the-shapes", "https://www.w3.org/TR/webnn/#infopanel-for-unidirectionally-broadcasting-the-shapes", "https://www.w3.org/TR/webnn/#infopaneltitle-for-unidirectionally-broadcasting-the-shapes", + "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-list-clone", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-list-clone%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-list-prepend", - "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-list-iterate%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-list-append", + "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-list-iterate%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-list-append%E2%91%A0", "https://www.w3.org/TR/webnn/#unidirectionally-broadcastable", "https://www.w3.org/TR/webnn/#infopanel-for-unidirectionally-broadcastable", "https://www.w3.org/TR/webnn/#infopaneltitle-for-unidirectionally-broadcastable", @@ -5368,26 +5378,26 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-bidirectionally-broadcasting-the-shapes", "https://www.w3.org/TR/webnn/#infopanel-for-bidirectionally-broadcasting-the-shapes", "https://www.w3.org/TR/webnn/#infopaneltitle-for-bidirectionally-broadcasting-the-shapes", + "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-list-clone%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-list-clone%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-list-prepend%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-list-clone%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-list-clone%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-list-prepend%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-list-iterate%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-list-append%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-list-iterate%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-list-append%E2%91%A1", "https://www.w3.org/TR/webnn/#bidirectionally-broadcastable", "https://www.w3.org/TR/webnn/#infopanel-for-bidirectionally-broadcastable", "https://www.w3.org/TR/webnn/#infopaneltitle-for-bidirectionally-broadcastable", "https://www.w3.org/TR/webnn/#infopanel-for-bidirectionally-broadcastable", "https://www.w3.org/TR/webnn/#infopaneltitle-for-bidirectionally-broadcastable", - "https://www.w3.org/TR/webnn/#ref-for-bidirectionally-broadcasting-the-shapes%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-bidirectionally-broadcasting-the-shapes%E2%91%A3", "https://www.w3.org/TR/webnn/#examples", "https://www.w3.org/TR/webnn/#example-99852ef0", "https://www.w3.org/TR/webnn/#example-fab7a63a", @@ -5546,6 +5556,11 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-e2fc6023", "https://www.w3.org/TR/webnn/#infopanel-for-e2fc6023", "https://www.w3.org/TR/webnn/#infopaneltitle-for-e2fc6023", + "https://www.w3.org/TR/webnn/#99c988d6", + "https://www.w3.org/TR/webnn/#infopanel-for-99c988d6", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-99c988d6", + "https://www.w3.org/TR/webnn/#infopanel-for-99c988d6", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-99c988d6", "https://www.w3.org/TR/webnn/#0204d188", "https://www.w3.org/TR/webnn/#infopanel-for-0204d188", "https://www.w3.org/TR/webnn/#infopaneltitle-for-0204d188", diff --git a/tr/index.json b/tr/index.json index b1d381c0318e..1e5729604e9b 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-02-14T01:22:34.131Z", + "date": "2024-02-15T01:22:25.832Z", "options": { "fallback": "tr/index.json", "output": "report", @@ -673,7 +673,7 @@ "https://aomediacodec.github.io/av1-spec/" ], "crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf", - "date": "14 February 2024" + "date": "15 February 2024" }, { "url": "https://www.w3.org/TR/accelerometer/", @@ -3137,11 +3137,11 @@ ], "crawled": "https://www.w3.org/TR/css-color-4/", "crawlCacheInfo": { - "lastModified": "Thu, 27 Oct 2022 19:23:20 GMT" + "lastModified": "Fri, 09 Feb 2024 19:01:02 GMT" }, "generator": "bikeshed", - "date": "1 November 2022", - "revision": "41823c20fff13e6b3eba73d9818706014bb76050", + "date": "13 February 2024", + "revision": "d7a3d507ea6f347caacdf7fbb6bcd18325c6bd57", "links": "links/css-color-4.json", "refs": "refs/css-color-4.json", "css": "css/css-color.json", @@ -12878,11 +12878,11 @@ ], "crawled": "https://www.w3.org/TR/orientation-event/", "crawlCacheInfo": { - "lastModified": "Fri, 02 Feb 2024 11:04:39 GMT" + "lastModified": "Wed, 14 Feb 2024 17:14:25 GMT" }, "generator": "bikeshed", - "date": "2 February 2024", - "revision": "36b567ec7e67674c624bf2ddbbb77f737e2bfb3b", + "date": "14 February 2024", + "revision": "c0f629e841ef788cda818d17a1d8671b23e87ca3", "links": "links/orientation-event.json", "refs": "refs/orientation-event.json", "events": "events/orientation-event.json", @@ -19082,11 +19082,11 @@ ], "crawled": "https://www.w3.org/TR/webnn/", "crawlCacheInfo": { - "lastModified": "Tue, 13 Feb 2024 23:04:13 GMT" + "lastModified": "Wed, 14 Feb 2024 08:49:59 GMT" }, "generator": "bikeshed", - "date": "13 February 2024", - "revision": "8503e2487126803a66cd870192657093dc16cb48", + "date": "14 February 2024", + "revision": "a2f7e0ad03189a558d50945b92ee6ae4049a855e", "links": "links/webnn.json", "refs": "refs/webnn.json", "idl": "idl/webnn.idl", diff --git a/tr/links/css-color-4.json b/tr/links/css-color-4.json index dc8cca21f572..9b48f48a84ed 100644 --- a/tr/links/css-color-4.json +++ b/tr/links/css-color-4.json @@ -25,6 +25,7 @@ "http://wpt.live/css/css-color/background-color-rgb-003.html": {}, "http://wpt.live/css/css-color/body-opacity-0-to-1-stacking-context.html": {}, "http://wpt.live/css/css-color/border-bottom-color.xht": {}, + "http://wpt.live/css/css-color/border-color-currentcolor.html": {}, "http://wpt.live/css/css-color/border-left-color.xht": {}, "http://wpt.live/css/css-color/border-right-color.xht": {}, "http://wpt.live/css/css-color/border-top-color.xht": {}, @@ -33,12 +34,15 @@ "http://wpt.live/css/css-color/color-002.html": {}, "http://wpt.live/css/css-color/color-003.html": {}, "http://wpt.live/css/css-color/color-initial-canvastext.html": {}, + "http://wpt.live/css/css-color/color-mix-currentcolor-nested-for-color-property.html": {}, "http://wpt.live/css/css-color/color-mix-percents-01.html": {}, "http://wpt.live/css/css-color/color-mix-percents-02.html": {}, "http://wpt.live/css/css-color/composited-filters-under-opacity.html": {}, "http://wpt.live/css/css-color/currentcolor-001.html": {}, "http://wpt.live/css/css-color/currentcolor-002.html": {}, "http://wpt.live/css/css-color/currentcolor-003.html": {}, + "http://wpt.live/css/css-color/currentcolor-004.html": {}, + "http://wpt.live/css/css-color/currentcolor-visited-fallback.html": {}, "http://wpt.live/css/css-color/deprecated-sameas-001.html": {}, "http://wpt.live/css/css-color/deprecated-sameas-002.html": {}, "http://wpt.live/css/css-color/deprecated-sameas-003.html": {}, @@ -104,6 +108,8 @@ "http://wpt.live/css/css-color/lab-006.html": {}, "http://wpt.live/css/css-color/lab-007.html": {}, "http://wpt.live/css/css-color/lab-008.html": {}, + "http://wpt.live/css/css-color/lab-l-over-100-1.html": {}, + "http://wpt.live/css/css-color/lab-l-over-100-2.html": {}, "http://wpt.live/css/css-color/lch-001.html": {}, "http://wpt.live/css/css-color/lch-002.html": {}, "http://wpt.live/css/css-color/lch-003.html": {}, @@ -114,6 +120,8 @@ "http://wpt.live/css/css-color/lch-008.html": {}, "http://wpt.live/css/css-color/lch-009.html": {}, "http://wpt.live/css/css-color/lch-010.html": {}, + "http://wpt.live/css/css-color/lch-l-over-100-1.html": {}, + "http://wpt.live/css/css-color/lch-l-over-100-2.html": {}, "http://wpt.live/css/css-color/named-001.html": {}, "http://wpt.live/css/css-color/oklab-001.html": {}, "http://wpt.live/css/css-color/oklab-002.html": {}, @@ -123,6 +131,9 @@ "http://wpt.live/css/css-color/oklab-006.html": {}, "http://wpt.live/css/css-color/oklab-007.html": {}, "http://wpt.live/css/css-color/oklab-008.html": {}, + "http://wpt.live/css/css-color/oklab-009.html": {}, + "http://wpt.live/css/css-color/oklab-l-over-1-1.html": {}, + "http://wpt.live/css/css-color/oklab-l-over-1-2.html": {}, "http://wpt.live/css/css-color/oklch-001.html": {}, "http://wpt.live/css/css-color/oklch-002.html": {}, "http://wpt.live/css/css-color/oklch-003.html": {}, @@ -133,13 +144,18 @@ "http://wpt.live/css/css-color/oklch-008.html": {}, "http://wpt.live/css/css-color/oklch-009.html": {}, "http://wpt.live/css/css-color/oklch-010.html": {}, + "http://wpt.live/css/css-color/oklch-011.html": {}, + "http://wpt.live/css/css-color/oklch-l-over-1-1.html": {}, + "http://wpt.live/css/css-color/oklch-l-over-1-2.html": {}, "http://wpt.live/css/css-color/opacity-overlapping-letters.html": {}, + "http://wpt.live/css/css-color/out-of-gamut-legacy-rgb.html": {}, "http://wpt.live/css/css-color/parsing/color-computed-color-function.html": {}, "http://wpt.live/css/css-color/parsing/color-computed-hex-color.html": {}, "http://wpt.live/css/css-color/parsing/color-computed-hsl.html": {}, "http://wpt.live/css/css-color/parsing/color-computed-hwb.html": {}, "http://wpt.live/css/css-color/parsing/color-computed-lab.html": {}, "http://wpt.live/css/css-color/parsing/color-computed-named-color.html": {}, + "http://wpt.live/css/css-color/parsing/color-computed-relative-color.html": {}, "http://wpt.live/css/css-color/parsing/color-computed-rgb.html": {}, "http://wpt.live/css/css-color/parsing/color-computed.html": {}, "http://wpt.live/css/css-color/parsing/color-invalid-color-function.html": {}, @@ -151,9 +167,11 @@ "http://wpt.live/css/css-color/parsing/color-invalid-rgb.html": {}, "http://wpt.live/css/css-color/parsing/color-invalid.html": {}, "http://wpt.live/css/css-color/parsing/color-valid-color-function.html": {}, + "http://wpt.live/css/css-color/parsing/color-valid-color-mix-function.html": {}, "http://wpt.live/css/css-color/parsing/color-valid-hsl.html": {}, "http://wpt.live/css/css-color/parsing/color-valid-hwb.html": {}, "http://wpt.live/css/css-color/parsing/color-valid-lab.html": {}, + "http://wpt.live/css/css-color/parsing/color-valid-relative-color.html": {}, "http://wpt.live/css/css-color/parsing/color-valid-rgb.html": {}, "http://wpt.live/css/css-color/parsing/color-valid-system-color.html": {}, "http://wpt.live/css/css-color/parsing/color-valid.html": {}, @@ -203,8 +221,22 @@ "http://wpt.live/css/css-color/srgb-linear-004.html": {}, "http://wpt.live/css/css-color/system-color-compute.html": {}, "http://wpt.live/css/css-color/system-color-consistency.html": {}, + "http://wpt.live/css/css-color/system-color-hightlights-vs-getSelection-001.html": {}, + "http://wpt.live/css/css-color/system-color-hightlights-vs-getSelection-002.html": {}, + "http://wpt.live/css/css-color/system-color-support.html": {}, + "http://wpt.live/css/css-color/t32-opacity-basic-0.0-a.xht": {}, + "http://wpt.live/css/css-color/t32-opacity-basic-0.6-a.xht": {}, + "http://wpt.live/css/css-color/t32-opacity-basic-1.0-a.xht": {}, + "http://wpt.live/css/css-color/t32-opacity-clamping-0.0-b.xht": {}, + "http://wpt.live/css/css-color/t32-opacity-clamping-1.0-b.xht": {}, + "http://wpt.live/css/css-color/t32-opacity-offscreen-b.xht": {}, + "http://wpt.live/css/css-color/t32-opacity-offscreen-multiple-boxes-1-c.xht": {}, + "http://wpt.live/css/css-color/t32-opacity-offscreen-multiple-boxes-2-c.xht": {}, + "http://wpt.live/css/css-color/t32-opacity-offscreen-with-alpha-c.xht": {}, + "http://wpt.live/css/css-color/t32-opacity-zorder-c.xht": {}, "http://wpt.live/css/css-color/t423-transparent-1-a.xht": {}, "http://wpt.live/css/css-color/t423-transparent-2-a.xht": {}, + "http://wpt.live/css/css-color/t424-hsl-clip-outside-gamut-b.xht": {}, "http://wpt.live/css/css-color/tagged-images-001.html": {}, "http://wpt.live/css/css-color/tagged-images-002.html": {}, "http://wpt.live/css/css-color/tagged-images-003.html": {}, @@ -225,30 +257,56 @@ "http://wpt.live/css/css-color/xyz-d65-003.html": {}, "http://wpt.live/css/css-color/xyz-d65-004.html": {}, "http://wpt.live/css/css-color/xyz-d65-005.html": {}, + "http://wpt.live/css/css-images/gradient/gradient-eval-001.html": {}, + "http://wpt.live/css/css-images/gradient/gradient-eval-002.html": {}, + "http://wpt.live/css/css-images/gradient/gradient-eval-003.html": {}, + "http://wpt.live/css/css-images/gradient/gradient-eval-004.html": {}, + "http://wpt.live/css/css-images/gradient/gradient-eval-005.html": {}, + "http://wpt.live/css/css-images/gradient/gradient-eval-006.html": {}, + "http://wpt.live/css/css-images/gradient/gradient-eval-007.html": {}, + "http://wpt.live/css/css-images/gradient/gradient-eval-008.html": {}, + "http://wpt.live/css/css-images/gradient/gradient-eval-009.html": {}, + "http://wpt.live/css/css-images/gradient/gradient-none-interpolation.html": {}, + "http://wpt.live/css/css-images/gradient/legacy-color-gradient.html": {}, + "http://wpt.live/css/css-images/gradient/oklab-gradient.html": {}, + "http://wpt.live/css/css-images/gradient/srgb-gradient.html": {}, + "http://wpt.live/css/css-images/gradient/srgb-linear-gradient.html": {}, + "http://wpt.live/css/css-images/gradient/xyz-gradient.html": {}, + "http://wpt.live/css/css-images/gradients-with-transparent.html": {}, "http://wpt.live/css/css-images/parsing/gradient-interpolation-method-computed.html": {}, "http://wpt.live/css/css-images/parsing/gradient-interpolation-method-invalid.html": {}, "http://wpt.live/css/css-images/parsing/gradient-interpolation-method-valid.html": {}, "http://wpt.live/css/css-transitions/animations/color-transition-premultiplied.html": {}, + "http://wpt.live/png/apng/fDAT-inherits-cICP.html": {}, + "http://wpt.live/png/cicp-chunk.html": {}, "http://www.cie.co.at/publications/colorimetry-4th-edition": {}, - "http://www.color.org/specification/ICC1v43_2010-12.pdf": {}, + "http://www.color.org/specification/ICC.1-2022-05.pdf": {}, "http://www.itu.int/rec/R-REC-BT.2020/en": {}, "http://www.realtimerendering.com/blog/2011-color-and-imaging-conference-part-vi-special-session/": {}, "http://www2.ece.rochester.edu/~gsharma/ciede2000/": {}, "https://bottosson.github.io/posts/oklab/": {}, - "https://colorjs.io/tests/delta.html": { - "anchors": [ - "deltae-2000" - ] - }, + "https://colorjs.io/test/?test=delta": {}, "https://datatracker.ietf.org/doc/html/rfc2119": {}, "https://doi.org/10.1145/965139.807362": {}, "https://doi.org/10.5594/SMPTE.ST296.2012": {}, "https://dom.spec.whatwg.org/": { "anchors": [ + "concept-element", "concept-document-quirks" ], "specShortname": "dom" }, + "https://drafts.csswg.org/css-borders-4/": { + "anchors": [ + "propdef-border-color", + "propdef-border-top-color", + "propdef-border-right-color", + "propdef-border-bottom-color", + "propdef-border-left-color" + ], + "specShortname": "css-borders-4" + }, + "https://drafts.csswg.org/css-color-4/test-coverage": {}, "https://drafts.csswg.org/css-values-4/": { "anchors": [ "combine-integers" @@ -257,6 +315,7 @@ }, "https://drafts.csswg.org/css2/": { "anchors": [ + "stacking-context", "valdef-z-index-auto" ], "specShortname": "CSS22" @@ -274,7 +333,6 @@ "specShortname": "mediaqueries-5" }, "https://github.com/w3c/csswg-drafts/issues": {}, - "https://github.com/w3c/csswg-drafts/issues/445": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/a98rgb-001.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/a98rgb-002.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/a98rgb-003.html": {}, @@ -293,6 +351,7 @@ "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/background-color-rgb-003.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/body-opacity-0-to-1-stacking-context.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/border-bottom-color.xht": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/border-color-currentcolor.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/border-left-color.xht": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/border-right-color.xht": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/border-top-color.xht": {}, @@ -301,12 +360,15 @@ "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-002.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-003.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-initial-canvastext.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-mix-currentcolor-nested-for-color-property.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-mix-percents-01.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-mix-percents-02.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/composited-filters-under-opacity.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/currentcolor-001.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/currentcolor-002.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/currentcolor-003.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/currentcolor-004.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/currentcolor-visited-fallback.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/deprecated-sameas-001.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/deprecated-sameas-002.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/deprecated-sameas-003.html": {}, @@ -372,6 +434,8 @@ "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lab-006.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lab-007.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lab-008.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lab-l-over-100-1.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lab-l-over-100-2.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lch-001.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lch-002.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lch-003.html": {}, @@ -382,6 +446,8 @@ "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lch-008.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lch-009.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lch-010.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lch-l-over-100-1.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lch-l-over-100-2.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/named-001.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/oklab-001.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/oklab-002.html": {}, @@ -391,6 +457,9 @@ "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/oklab-006.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/oklab-007.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/oklab-008.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/oklab-009.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/oklab-l-over-1-1.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/oklab-l-over-1-2.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/oklch-001.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/oklch-002.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/oklch-003.html": {}, @@ -401,13 +470,18 @@ "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/oklch-008.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/oklch-009.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/oklch-010.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/oklch-011.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/oklch-l-over-1-1.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/oklch-l-over-1-2.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/opacity-overlapping-letters.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/out-of-gamut-legacy-rgb.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-computed-color-function.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-computed-hex-color.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-computed-hsl.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-computed-hwb.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-computed-lab.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-computed-named-color.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-computed-relative-color.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-computed-rgb.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-computed.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-invalid-color-function.html": {}, @@ -419,9 +493,11 @@ "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-invalid-rgb.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-invalid.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-valid-color-function.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-valid-color-mix-function.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-valid-hsl.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-valid-hwb.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-valid-lab.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-valid-relative-color.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-valid-rgb.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-valid-system-color.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-valid.html": {}, @@ -471,8 +547,22 @@ "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/srgb-linear-004.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/system-color-compute.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/system-color-consistency.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/system-color-hightlights-vs-getSelection-001.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/system-color-hightlights-vs-getSelection-002.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/system-color-support.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/t32-opacity-basic-0.0-a.xht": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/t32-opacity-basic-0.6-a.xht": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/t32-opacity-basic-1.0-a.xht": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/t32-opacity-clamping-0.0-b.xht": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/t32-opacity-clamping-1.0-b.xht": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/t32-opacity-offscreen-b.xht": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/t32-opacity-offscreen-multiple-boxes-1-c.xht": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/t32-opacity-offscreen-multiple-boxes-2-c.xht": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/t32-opacity-offscreen-with-alpha-c.xht": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/t32-opacity-zorder-c.xht": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/t423-transparent-1-a.xht": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/t423-transparent-2-a.xht": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/t424-hsl-clip-outside-gamut-b.xht": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/tagged-images-001.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/tagged-images-002.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/tagged-images-003.html": {}, @@ -493,10 +583,28 @@ "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/xyz-d65-003.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/xyz-d65-004.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/xyz-d65-005.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-images/gradient/gradient-eval-001.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-images/gradient/gradient-eval-002.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-images/gradient/gradient-eval-003.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-images/gradient/gradient-eval-004.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-images/gradient/gradient-eval-005.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-images/gradient/gradient-eval-006.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-images/gradient/gradient-eval-007.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-images/gradient/gradient-eval-008.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-images/gradient/gradient-eval-009.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-images/gradient/gradient-none-interpolation.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-images/gradient/legacy-color-gradient.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-images/gradient/oklab-gradient.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-images/gradient/srgb-gradient.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-images/gradient/srgb-linear-gradient.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-images/gradient/xyz-gradient.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-images/gradients-with-transparent.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-images/parsing/gradient-interpolation-method-computed.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-images/parsing/gradient-interpolation-method-invalid.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-images/parsing/gradient-interpolation-method-valid.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-transitions/animations/color-transition-premultiplied.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/png/apng/fDAT-inherits-cICP.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/png/cicp-chunk.html": {}, "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/text-level-semantics.html": { "anchors": [ @@ -505,14 +613,15 @@ }, "https://infra.spec.whatwg.org/": { "anchors": [ - "ascii-case-insensitive" + "string", + "ascii-case-insensitive", + "ascii-lowercase" ], "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://test.csswg.org/harness/results/css-color-4_dev/grouped/": {}, "https://webstore.iec.ch/publication/6169": {}, "https://wiki.csswg.org/ideas/functional-notation": { "anchors": [ @@ -537,6 +646,7 @@ "https://wpt.fyi/results/css/css-color/background-color-rgb-003.html": {}, "https://wpt.fyi/results/css/css-color/body-opacity-0-to-1-stacking-context.html": {}, "https://wpt.fyi/results/css/css-color/border-bottom-color.xht": {}, + "https://wpt.fyi/results/css/css-color/border-color-currentcolor.html": {}, "https://wpt.fyi/results/css/css-color/border-left-color.xht": {}, "https://wpt.fyi/results/css/css-color/border-right-color.xht": {}, "https://wpt.fyi/results/css/css-color/border-top-color.xht": {}, @@ -545,12 +655,15 @@ "https://wpt.fyi/results/css/css-color/color-002.html": {}, "https://wpt.fyi/results/css/css-color/color-003.html": {}, "https://wpt.fyi/results/css/css-color/color-initial-canvastext.html": {}, + "https://wpt.fyi/results/css/css-color/color-mix-currentcolor-nested-for-color-property.html": {}, "https://wpt.fyi/results/css/css-color/color-mix-percents-01.html": {}, "https://wpt.fyi/results/css/css-color/color-mix-percents-02.html": {}, "https://wpt.fyi/results/css/css-color/composited-filters-under-opacity.html": {}, "https://wpt.fyi/results/css/css-color/currentcolor-001.html": {}, "https://wpt.fyi/results/css/css-color/currentcolor-002.html": {}, "https://wpt.fyi/results/css/css-color/currentcolor-003.html": {}, + "https://wpt.fyi/results/css/css-color/currentcolor-004.html": {}, + "https://wpt.fyi/results/css/css-color/currentcolor-visited-fallback.html": {}, "https://wpt.fyi/results/css/css-color/deprecated-sameas-001.html": {}, "https://wpt.fyi/results/css/css-color/deprecated-sameas-002.html": {}, "https://wpt.fyi/results/css/css-color/deprecated-sameas-003.html": {}, @@ -616,6 +729,8 @@ "https://wpt.fyi/results/css/css-color/lab-006.html": {}, "https://wpt.fyi/results/css/css-color/lab-007.html": {}, "https://wpt.fyi/results/css/css-color/lab-008.html": {}, + "https://wpt.fyi/results/css/css-color/lab-l-over-100-1.html": {}, + "https://wpt.fyi/results/css/css-color/lab-l-over-100-2.html": {}, "https://wpt.fyi/results/css/css-color/lch-001.html": {}, "https://wpt.fyi/results/css/css-color/lch-002.html": {}, "https://wpt.fyi/results/css/css-color/lch-003.html": {}, @@ -626,6 +741,8 @@ "https://wpt.fyi/results/css/css-color/lch-008.html": {}, "https://wpt.fyi/results/css/css-color/lch-009.html": {}, "https://wpt.fyi/results/css/css-color/lch-010.html": {}, + "https://wpt.fyi/results/css/css-color/lch-l-over-100-1.html": {}, + "https://wpt.fyi/results/css/css-color/lch-l-over-100-2.html": {}, "https://wpt.fyi/results/css/css-color/named-001.html": {}, "https://wpt.fyi/results/css/css-color/oklab-001.html": {}, "https://wpt.fyi/results/css/css-color/oklab-002.html": {}, @@ -635,6 +752,9 @@ "https://wpt.fyi/results/css/css-color/oklab-006.html": {}, "https://wpt.fyi/results/css/css-color/oklab-007.html": {}, "https://wpt.fyi/results/css/css-color/oklab-008.html": {}, + "https://wpt.fyi/results/css/css-color/oklab-009.html": {}, + "https://wpt.fyi/results/css/css-color/oklab-l-over-1-1.html": {}, + "https://wpt.fyi/results/css/css-color/oklab-l-over-1-2.html": {}, "https://wpt.fyi/results/css/css-color/oklch-001.html": {}, "https://wpt.fyi/results/css/css-color/oklch-002.html": {}, "https://wpt.fyi/results/css/css-color/oklch-003.html": {}, @@ -645,13 +765,18 @@ "https://wpt.fyi/results/css/css-color/oklch-008.html": {}, "https://wpt.fyi/results/css/css-color/oklch-009.html": {}, "https://wpt.fyi/results/css/css-color/oklch-010.html": {}, + "https://wpt.fyi/results/css/css-color/oklch-011.html": {}, + "https://wpt.fyi/results/css/css-color/oklch-l-over-1-1.html": {}, + "https://wpt.fyi/results/css/css-color/oklch-l-over-1-2.html": {}, "https://wpt.fyi/results/css/css-color/opacity-overlapping-letters.html": {}, + "https://wpt.fyi/results/css/css-color/out-of-gamut-legacy-rgb.html": {}, "https://wpt.fyi/results/css/css-color/parsing/color-computed-color-function.html": {}, "https://wpt.fyi/results/css/css-color/parsing/color-computed-hex-color.html": {}, "https://wpt.fyi/results/css/css-color/parsing/color-computed-hsl.html": {}, "https://wpt.fyi/results/css/css-color/parsing/color-computed-hwb.html": {}, "https://wpt.fyi/results/css/css-color/parsing/color-computed-lab.html": {}, "https://wpt.fyi/results/css/css-color/parsing/color-computed-named-color.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-computed-relative-color.html": {}, "https://wpt.fyi/results/css/css-color/parsing/color-computed-rgb.html": {}, "https://wpt.fyi/results/css/css-color/parsing/color-computed.html": {}, "https://wpt.fyi/results/css/css-color/parsing/color-invalid-color-function.html": {}, @@ -663,9 +788,11 @@ "https://wpt.fyi/results/css/css-color/parsing/color-invalid-rgb.html": {}, "https://wpt.fyi/results/css/css-color/parsing/color-invalid.html": {}, "https://wpt.fyi/results/css/css-color/parsing/color-valid-color-function.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-valid-color-mix-function.html": {}, "https://wpt.fyi/results/css/css-color/parsing/color-valid-hsl.html": {}, "https://wpt.fyi/results/css/css-color/parsing/color-valid-hwb.html": {}, "https://wpt.fyi/results/css/css-color/parsing/color-valid-lab.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-valid-relative-color.html": {}, "https://wpt.fyi/results/css/css-color/parsing/color-valid-rgb.html": {}, "https://wpt.fyi/results/css/css-color/parsing/color-valid-system-color.html": {}, "https://wpt.fyi/results/css/css-color/parsing/color-valid.html": {}, @@ -715,8 +842,22 @@ "https://wpt.fyi/results/css/css-color/srgb-linear-004.html": {}, "https://wpt.fyi/results/css/css-color/system-color-compute.html": {}, "https://wpt.fyi/results/css/css-color/system-color-consistency.html": {}, + "https://wpt.fyi/results/css/css-color/system-color-hightlights-vs-getSelection-001.html": {}, + "https://wpt.fyi/results/css/css-color/system-color-hightlights-vs-getSelection-002.html": {}, + "https://wpt.fyi/results/css/css-color/system-color-support.html": {}, + "https://wpt.fyi/results/css/css-color/t32-opacity-basic-0.0-a.xht": {}, + "https://wpt.fyi/results/css/css-color/t32-opacity-basic-0.6-a.xht": {}, + "https://wpt.fyi/results/css/css-color/t32-opacity-basic-1.0-a.xht": {}, + "https://wpt.fyi/results/css/css-color/t32-opacity-clamping-0.0-b.xht": {}, + "https://wpt.fyi/results/css/css-color/t32-opacity-clamping-1.0-b.xht": {}, + "https://wpt.fyi/results/css/css-color/t32-opacity-offscreen-b.xht": {}, + "https://wpt.fyi/results/css/css-color/t32-opacity-offscreen-multiple-boxes-1-c.xht": {}, + "https://wpt.fyi/results/css/css-color/t32-opacity-offscreen-multiple-boxes-2-c.xht": {}, + "https://wpt.fyi/results/css/css-color/t32-opacity-offscreen-with-alpha-c.xht": {}, + "https://wpt.fyi/results/css/css-color/t32-opacity-zorder-c.xht": {}, "https://wpt.fyi/results/css/css-color/t423-transparent-1-a.xht": {}, "https://wpt.fyi/results/css/css-color/t423-transparent-2-a.xht": {}, + "https://wpt.fyi/results/css/css-color/t424-hsl-clip-outside-gamut-b.xht": {}, "https://wpt.fyi/results/css/css-color/tagged-images-001.html": {}, "https://wpt.fyi/results/css/css-color/tagged-images-002.html": {}, "https://wpt.fyi/results/css/css-color/tagged-images-003.html": {}, @@ -737,10 +878,28 @@ "https://wpt.fyi/results/css/css-color/xyz-d65-003.html": {}, "https://wpt.fyi/results/css/css-color/xyz-d65-004.html": {}, "https://wpt.fyi/results/css/css-color/xyz-d65-005.html": {}, + "https://wpt.fyi/results/css/css-images/gradient/gradient-eval-001.html": {}, + "https://wpt.fyi/results/css/css-images/gradient/gradient-eval-002.html": {}, + "https://wpt.fyi/results/css/css-images/gradient/gradient-eval-003.html": {}, + "https://wpt.fyi/results/css/css-images/gradient/gradient-eval-004.html": {}, + "https://wpt.fyi/results/css/css-images/gradient/gradient-eval-005.html": {}, + "https://wpt.fyi/results/css/css-images/gradient/gradient-eval-006.html": {}, + "https://wpt.fyi/results/css/css-images/gradient/gradient-eval-007.html": {}, + "https://wpt.fyi/results/css/css-images/gradient/gradient-eval-008.html": {}, + "https://wpt.fyi/results/css/css-images/gradient/gradient-eval-009.html": {}, + "https://wpt.fyi/results/css/css-images/gradient/gradient-none-interpolation.html": {}, + "https://wpt.fyi/results/css/css-images/gradient/legacy-color-gradient.html": {}, + "https://wpt.fyi/results/css/css-images/gradient/oklab-gradient.html": {}, + "https://wpt.fyi/results/css/css-images/gradient/srgb-gradient.html": {}, + "https://wpt.fyi/results/css/css-images/gradient/srgb-linear-gradient.html": {}, + "https://wpt.fyi/results/css/css-images/gradient/xyz-gradient.html": {}, + "https://wpt.fyi/results/css/css-images/gradients-with-transparent.html": {}, "https://wpt.fyi/results/css/css-images/parsing/gradient-interpolation-method-computed.html": {}, "https://wpt.fyi/results/css/css-images/parsing/gradient-interpolation-method-invalid.html": {}, "https://wpt.fyi/results/css/css-images/parsing/gradient-interpolation-method-valid.html": {}, "https://wpt.fyi/results/css/css-transitions/animations/color-transition-premultiplied.html": {}, + "https://wpt.fyi/results/png/apng/fDAT-inherits-cICP.html": {}, + "https://wpt.fyi/results/png/cicp-chunk.html": {}, "https://www.color.org/chardata/rgb/DisplayP3.xalter": {}, "https://www.color.org/chardata/rgb/rommrgb.xalter": {}, "https://www.iso.org/standard/56591.html": {}, @@ -748,7 +907,7 @@ "https://www.itu.int/rec/R-REC-BT.709/en": {}, "https://www.loc.gov/preservation/digital/formats/fdd/fdd000022.shtml": {}, "https://www.scratchapixel.com/lessons/mathematics-physics-for-computer-graphics/geometry/row-major-vs-column-major-vector": {}, - "https://www.w3.org/2021/Process-20211102/": { + "https://www.w3.org/2023/Process-20231103/": { "anchors": [ "recs-and-notes" ] @@ -768,6 +927,7 @@ "https://www.w3.org/TR/2021/WD-css-color-4-20210601/": {}, "https://www.w3.org/TR/2021/WD-css-color-4-20211215/": {}, "https://www.w3.org/TR/2022/CR-css-color-4-20220705/": {}, + "https://www.w3.org/TR/2022/CRD-css-color-4-20221101/": {}, "https://www.w3.org/TR/2022/WD-css-color-4-20220428/": {}, "https://www.w3.org/TR/2022/WD-css-color-4-20220628/": {}, "https://www.w3.org/TR/CSS/": { @@ -785,11 +945,6 @@ "property-defs" ] }, - "https://www.w3.org/TR/CSS2/visuren.html": { - "anchors": [ - "propdef-z-index" - ] - }, "https://www.w3.org/TR/CSS21/": { "specShortname": "CSS2" }, @@ -803,11 +958,15 @@ }, "https://www.w3.org/TR/CSS21/visuren.html": { "anchors": [ + "propdef-z-index", "layers" ], "specShortname": "CSS2" }, "https://www.w3.org/TR/CSS21/zindex.html": {}, + "https://www.w3.org/TR/CSS22/": { + "specShortname": "CSS22" + }, "https://www.w3.org/TR/PNG/": { "anchors": [ "11sRGB" @@ -825,15 +984,6 @@ ], "specShortname": "SVG11" }, - "https://www.w3.org/TR/SVG2/": { - "specShortname": "SVG2" - }, - "https://www.w3.org/TR/SVG2/render.html": { - "anchors": [ - "TermStackingContext" - ], - "specShortname": "SVG2" - }, "https://www.w3.org/TR/WCAG21/": { "anchors": [ "use-of-color" @@ -853,12 +1003,7 @@ }, "https://www.w3.org/TR/css-backgrounds-3/": { "anchors": [ - "propdef-border-color", "propdef-background-color", - "propdef-border-top-color", - "propdef-border-right-color", - "propdef-border-bottom-color", - "propdef-border-left-color", "propdef-background" ], "specShortname": "css-backgrounds-3" @@ -867,6 +1012,7 @@ "anchors": [ "used-value", "computed-value", + "initial-value", "specified-value", "inherited-value" ], @@ -887,6 +1033,12 @@ ], "specShortname": "css-color-3" }, + "https://www.w3.org/TR/css-color-4/": { + "anchors": [ + "typedef-absolute-color-function" + ], + "specShortname": "css-color-4" + }, "https://www.w3.org/TR/css-color-5/": { "anchors": [ "funcdef-color-mix" @@ -901,6 +1053,10 @@ "specShortname": "css-color-adjust-1" }, "https://www.w3.org/TR/css-conditional-3/": { + "anchors": [ + "at-ruledef-supports", + "dom-css-supports-conditiontext" + ], "specShortname": "css-conditional-3" }, "https://www.w3.org/TR/css-images-4/": { @@ -918,6 +1074,7 @@ }, "https://www.w3.org/TR/css-syntax-3/": { "anchors": [ + "css-parse-something-according-to-a-css-grammar", "typedef-hash-token", "typedef-number-token", "typedef-dimension-token", @@ -926,10 +1083,13 @@ "specShortname": "css-syntax-3" }, "https://www.w3.org/TR/css-text-decor-3/": { + "specShortname": "css-text-decor-3" + }, + "https://www.w3.org/TR/css-text-decor-4/": { "anchors": [ "propdef-text-emphasis-color" ], - "specShortname": "css-text-decor-3" + "specShortname": "css-text-decor-4" }, "https://www.w3.org/TR/css-transitions-1/": { "anchors": [ @@ -946,17 +1106,22 @@ "https://www.w3.org/TR/css-values-4/": { "anchors": [ "css-wide-keywords", - "functional-notation", - "comb-one", "number-value", "percentage-value", + "functional-notation", + "comb-one", "angle-value", - "mult-num", - "mult-opt", + "canonical-unit", "mult-comma", "comb-comma", + "mult-opt", + "mult-num", "typedef-ident", "css-keyword", + "funcdef-calc", + "valdef-calc-infinity", + "valdef-calc-nan", + "calc-range", "integer-value" ], "specShortname": "css-values-4" @@ -968,12 +1133,6 @@ ], "specShortname": "css-values-4" }, - "https://www.w3.org/TR/css3-conditional/": { - "anchors": [ - "at-ruledef-supports", - "dom-css-supports-conditiontext" - ] - }, "https://www.w3.org/TR/cssom-1/": { "anchors": [ "resolved-value" @@ -998,6 +1157,11 @@ ], "specShortname": "mediaqueries-5" }, + "https://www.w3.org/TR/png-3/": { + "anchors": [ + "cICP-chunk" + ] + }, "https://www.w3.org/TR/web-animations/": { "anchors": [ "animation-type" diff --git a/tr/links/webnn.json b/tr/links/webnn.json index 3151da15ceab..a02b5f5b1dde 100644 --- a/tr/links/webnn.json +++ b/tr/links/webnn.json @@ -123,8 +123,9 @@ "iteration-break", "iteration-continue", "list-clone", - "list-prepend", - "list-append" + "list-remove", + "list-append", + "list-prepend" ], "specShortname": "infra" }, diff --git a/tr/refs/css-color-4.json b/tr/refs/css-color-4.json index 4f20c9f71df2..e30219beeb37 100644 --- a/tr/refs/css-color-4.json +++ b/tr/refs/css-color-4.json @@ -24,10 +24,18 @@ "name": "CSS-BACKGROUNDS-3", "url": "https://www.w3.org/TR/css-backgrounds-3/" }, + { + "name": "CSS-BORDERS-4", + "url": "https://drafts.csswg.org/css-borders-4/" + }, { "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-COLOR-ADJUST-1", "url": "https://www.w3.org/TR/css-color-adjust-1/" @@ -36,14 +44,14 @@ "name": "CSS-CONDITIONAL-3", "url": "https://www.w3.org/TR/css-conditional-3/" }, - { - "name": "CSS-IMAGES-4", - "url": "https://www.w3.org/TR/css-images-4/" - }, { "name": "CSS-SYNTAX-3", "url": "https://www.w3.org/TR/css-syntax-3/" }, + { + "name": "CSS-TEXT-DECOR-4", + "url": "https://www.w3.org/TR/css-text-decor-4/" + }, { "name": "CSS-VALUES-3", "url": "https://www.w3.org/TR/css-values-3/" @@ -57,8 +65,8 @@ "url": "https://www.w3.org/TR/CSS21/" }, { - "name": "CSS3-TEXT-DECOR", - "url": "https://www.w3.org/TR/css-text-decor-3/" + "name": "CSS22", + "url": "https://www.w3.org/TR/CSS22/" }, { "name": "CSSOM-1", @@ -86,7 +94,11 @@ }, { "name": "ICC", - "url": "http://www.color.org/specification/ICC1v43_2010-12.pdf" + "url": "http://www.color.org/specification/ICC.1-2022-05.pdf" + }, + { + "name": "INFRA", + "url": "https://infra.spec.whatwg.org/" }, { "name": "ITU-R-BT.601", @@ -127,10 +139,6 @@ { "name": "SVG11", "url": "https://www.w3.org/TR/SVG11/" - }, - { - "name": "SVG2", - "url": "https://www.w3.org/TR/SVG2/" } ], "informative": [ @@ -142,10 +150,18 @@ "name": "CSS-COLOR-5", "url": "https://www.w3.org/TR/css-color-5/" }, + { + "name": "CSS-IMAGES-4", + "url": "https://www.w3.org/TR/css-images-4/" + }, { "name": "CSS-TRANSITIONS-1", "url": "https://www.w3.org/TR/css-transitions-1/" }, + { + "name": "CSS3-TEXT-DECOR", + "url": "https://www.w3.org/TR/css-text-decor-3/" + }, { "name": "DCI-P3", "url": "http://ieeexplore.ieee.org/document/7290729/" @@ -160,7 +176,7 @@ }, { "name": "PNG", - "url": "https://www.w3.org/TR/PNG/" + "url": "https://www.w3.org/TR/png-3/" }, { "name": "ROMM-RGB",