From 779c07416d5495a745c8b285e689cc3c3bc15158 Mon Sep 17 00:00:00 2001 From: reffy-bot <> Date: Fri, 1 Mar 2024 01:26:01 +0000 Subject: [PATCH] Update of TR report from new reffy run Using reffy commit 14.8.1. --- tr/css/css-color-5.json | 306 ++++++---- tr/dfns/css-color-5.json | 682 +++++++++++++++++----- tr/dfns/webcodecs.json | 294 ++++++++++ tr/headings/css-color-5.json | 168 ++++-- tr/idl/css-color-5.idl | 12 + tr/idl/webcodecs.idl | 24 +- tr/idl/webnn.idl | 97 ++-- tr/ids/css-color-5.json | 1037 +++++++++++++++++++++------------- tr/ids/webcodecs.json | 334 +++++++++-- tr/ids/webnn.json | 561 ++++++++---------- tr/index.json | 113 ++-- tr/links/css-color-5.json | 212 +++++-- tr/links/rdf-canon.json | 3 +- tr/links/webnn.json | 4 +- tr/refs/css-color-5.json | 18 +- 15 files changed, 2669 insertions(+), 1196 deletions(-) create mode 100644 tr/idl/css-color-5.idl diff --git a/tr/css/css-color-5.json b/tr/css/css-color-5.json index 1b22f6b75abf..e3be5bab2a44 100644 --- a/tr/css/css-color-5.json +++ b/tr/css/css-color-5.json @@ -67,6 +67,25 @@ ], "selectors": [], "values": [ + { + "name": "", + "prose": "Colors in CSS are represented by the type:", + "href": "https://www.w3.org/TR/css-color-5/#typedef-color", + "type": "type", + "value": " | currentColor | | | " + }, + { + "name": "", + "href": "https://www.w3.org/TR/css-color-5/#typedef-color-base", + "type": "type", + "value": " | | | | transparent" + }, + { + "name": "", + "href": "https://www.w3.org/TR/css-color-5/#typedef-color-function", + "type": "type", + "value": " | | | | | | | | | " + }, { "name": "color-mix()", "href": "https://www.w3.org/TR/css-color-5/#funcdef-color-mix", @@ -74,82 +93,28 @@ "value": "color-mix( , [ && ? ]#{2})" }, { - "name": "rgb()", - "href": "https://www.w3.org/TR/css-color-5/#funcdef-rgb", - "type": "function", - "value": "rgb( [ | none]{3} [ / [ | none] ]? ) | rgb( [ | none]{3} [ / [ | none] ]? rgb( [ from ]? [ | | none]{3} [ / [ | none] ]? )", - "values": [ - { - "name": "r", - "prose": "r, g, and b are all s or s that correspond to the origin color’s red, green, and blue channels after its conversion to sRGB. For s, 255 (or 255.0) is equivalent to 100%.", - "href": "https://www.w3.org/TR/css-color-5/#valdef-rgb-r", - "type": "value", - "value": "r" - }, - { - "name": "g", - "prose": "r, g, and b are all s or s that correspond to the origin color’s red, green, and blue channels after its conversion to sRGB. For s, 255 (or 255.0) is equivalent to 100%.", - "href": "https://www.w3.org/TR/css-color-5/#valdef-rgb-g", - "type": "value", - "value": "g" - }, - { - "name": "b", - "prose": "r, g, and b are all s or s that correspond to the origin color’s red, green, and blue channels after its conversion to sRGB. For s, 255 (or 255.0) is equivalent to 100%.", - "href": "https://www.w3.org/TR/css-color-5/#valdef-rgb-b", - "type": "value", - "value": "b" - }, - { - "name": "alpha", - "prose": "alpha is a or that corresponds to the origin color’s alpha transparency", - "href": "https://www.w3.org/TR/css-color-5/#valdef-rgb-alpha", - "type": "value", - "value": "alpha" - } - ] + "name": "", + "href": "https://www.w3.org/TR/css-color-5/#typedef-modern-rgb-syntax", + "type": "type", + "value": "rgb( [ from ]? [ | | none]{3} [ / [ | none] ]? )" }, { - "name": "", - "href": "https://www.w3.org/TR/css-color-5/#typedef-alpha-value", + "name": "", + "href": "https://www.w3.org/TR/css-color-5/#typedef-modern-rgba-syntax", "type": "type", - "value": " | " + "value": "rgba( [ from ]? [ | | none]{3} [ / [ | none] ]? )" }, { - "name": "hsl()", - "href": "https://www.w3.org/TR/css-color-5/#funcdef-hsl", - "type": "function", - "value": "hsl([from ]? [ | none] [ | | none] [ | | none] [ / [ | none] ]? )", - "values": [ - { - "name": "h", - "prose": "h is an that corresponds to the origin color’s HSL hue after its conversion to sRGB, normalized to a [0deg, 360deg) range", - "href": "https://www.w3.org/TR/css-color-5/#valdef-hsl-h", - "type": "value", - "value": "h" - }, - { - "name": "s", - "prose": "s and l are s or s that correspond to the origin color’s HSL saturation and lightness after its conversion to sRGB", - "href": "https://www.w3.org/TR/css-color-5/#valdef-hsl-s", - "type": "value", - "value": "s" - }, - { - "name": "l", - "prose": "s and l are s or s that correspond to the origin color’s HSL saturation and lightness after its conversion to sRGB", - "href": "https://www.w3.org/TR/css-color-5/#valdef-hsl-l", - "type": "value", - "value": "l" - }, - { - "name": "alpha", - "prose": "alpha is a or that corresponds to the origin color’s alpha transparency", - "href": "https://www.w3.org/TR/css-color-5/#valdef-hsl-alpha", - "type": "value", - "value": "alpha" - } - ] + "name": "", + "href": "https://www.w3.org/TR/css-color-5/#typedef-modern-hsl-syntax", + "type": "type", + "value": "hsl([from ]? [ | none] [ | | none] [ | | none] [ / [ | none] ]? )" + }, + { + "name": "", + "href": "https://www.w3.org/TR/css-color-5/#typedef-modern-hsla-syntax", + "type": "type", + "value": "hsla([from ]? [ | none] [ | | none] [ | | none] [ / [ | none] ]? )" }, { "name": "hwb()", @@ -159,28 +124,28 @@ "values": [ { "name": "h", - "prose": "h is an that corresponds to the origin color’s HWB hue after its conversion to sRGB, normalized to a [0deg, 360deg) range", + "prose": "h is a that corresponds to the origin color’s HWB hue, in degrees, after conversion, if required to sRGB, normalized to a [0, 360] range. 90 is equivalent to 90deg.", "href": "https://www.w3.org/TR/css-color-5/#valdef-hwb-h", "type": "value", "value": "h" }, { "name": "w", - "prose": "w and b are s or s that correspond to the origin color’s HWB whiteness and blackness after its conversion to sRGB", + "prose": "w and b are s that correspond to the origin color’s HWB whiteness and blackness after conversion, if required to sRGB. 100 is equivalent to 100%.", "href": "https://www.w3.org/TR/css-color-5/#valdef-hwb-w", "type": "value", "value": "w" }, { "name": "b", - "prose": "w and b are s or s that correspond to the origin color’s HWB whiteness and blackness after its conversion to sRGB", + "prose": "w and b are s that correspond to the origin color’s HWB whiteness and blackness after conversion, if required to sRGB. 100 is equivalent to 100%.", "href": "https://www.w3.org/TR/css-color-5/#valdef-hwb-b", "type": "value", "value": "b" }, { "name": "alpha", - "prose": "alpha is a or that corresponds to the origin color’s alpha transparency", + "prose": "alpha is a that corresponds to the origin color’s alpha transparency. 1.0 is equivalent to 100%.", "href": "https://www.w3.org/TR/css-color-5/#valdef-hwb-alpha", "type": "value", "value": "alpha" @@ -195,28 +160,28 @@ "values": [ { "name": "l", - "prose": "l is a or that corresponds to the origin color’s CIE Lightness", + "prose": "l is a that corresponds to the origin color’s CIE Lightness after conversion, if required, to CIE Lab. 100 is equivalent to 100%.", "href": "https://www.w3.org/TR/css-color-5/#valdef-lab-l", "type": "value", "value": "l" }, { "name": "a", - "prose": "a and b are s or s that correspond to the origin color’s CIELab a and b axes", + "prose": "a and b are s that correspond to the origin color’s CIE Lab a and b axes after conversion, if required, to CIE Lab. 125 is equivalent to 100%, while -125 is equivalent to -100%.", "href": "https://www.w3.org/TR/css-color-5/#valdef-lab-a", "type": "value", "value": "a" }, { "name": "b", - "prose": "a and b are s or s that correspond to the origin color’s CIELab a and b axes", + "prose": "a and b are s that correspond to the origin color’s CIE Lab a and b axes after conversion, if required, to CIE Lab. 125 is equivalent to 100%, while -125 is equivalent to -100%.", "href": "https://www.w3.org/TR/css-color-5/#valdef-lab-b", "type": "value", "value": "b" }, { "name": "alpha", - "prose": "alpha is a or that corresponds to the origin color’s alpha transparency", + "prose": "alpha is a that corresponds to the origin color’s alpha transparency. 1.0 is equivalent to 100%.", "href": "https://www.w3.org/TR/css-color-5/#valdef-lab-alpha", "type": "value", "value": "alpha" @@ -231,28 +196,28 @@ "values": [ { "name": "l", - "prose": "l is a or that corresponds to the origin color’s OKLab Lightness", + "prose": "l is a that corresponds to the origin color’s Oklab Lightness after conversion, if required, to Oklab. 1.0 is equivalent to 100%.", "href": "https://www.w3.org/TR/css-color-5/#valdef-oklab-l", "type": "value", "value": "l" }, { "name": "a", - "prose": "a and b are s or s that correspond to the origin color’s OKLab a and b axes", + "prose": "a and b are s that correspond to the origin color’s Oklab a and b axes after conversion, if required, to Oklab. 0.4 is equivalent to 100%, while -0.4 is equivalent to -100%.", "href": "https://www.w3.org/TR/css-color-5/#valdef-oklab-a", "type": "value", "value": "a" }, { "name": "b", - "prose": "a and b are s or s that correspond to the origin color’s OKLab a and b axes", + "prose": "a and b are s that correspond to the origin color’s Oklab a and b axes after conversion, if required, to Oklab. 0.4 is equivalent to 100%, while -0.4 is equivalent to -100%.", "href": "https://www.w3.org/TR/css-color-5/#valdef-oklab-b", "type": "value", "value": "b" }, { "name": "alpha", - "prose": "alpha is a or that corresponds to the origin color’s alpha transparency", + "prose": "alpha is a that corresponds to the origin color’s alpha transparency. 1.0 is equivalent to 100%.", "href": "https://www.w3.org/TR/css-color-5/#valdef-oklab-alpha", "type": "value", "value": "alpha" @@ -267,28 +232,28 @@ "values": [ { "name": "l", - "prose": "l is a or that corresponds to the origin color’s CIE Lightness", + "prose": "l is a that corresponds to the origin color’s CIE Lightness after conversion, if required, to CIE LCH. 100 is equivalent to 100%.", "href": "https://www.w3.org/TR/css-color-5/#valdef-lch-l", "type": "value", "value": "l" }, { "name": "c", - "prose": "c is a or that corresponds to the origin color’s LCH chroma", + "prose": "c is a that corresponds to the origin color’s LCH chroma after conversion, if required, to CIE LCH. 150 is equivalent to 100%.", "href": "https://www.w3.org/TR/css-color-5/#valdef-lch-c", "type": "value", "value": "c" }, { "name": "h", - "prose": "h is an that corresponds to the origin color’s LCH hue, normalized to a [0deg, 360deg) range.", + "prose": "h is a that corresponds to the origin color’s LCH hue, in degrees, after conversion, if required, to CIE LCH, normalized to a [0, 360] range. 90 is equivalent to 90deg.", "href": "https://www.w3.org/TR/css-color-5/#valdef-lch-h", "type": "value", "value": "h" }, { "name": "alpha", - "prose": "alpha is a or that corresponds to the origin color’s alpha transparency", + "prose": "alpha is a that corresponds to the origin color’s alpha transparency. 1.0 is equivalent to 100%.", "href": "https://www.w3.org/TR/css-color-5/#valdef-lch-alpha", "type": "value", "value": "alpha" @@ -303,28 +268,28 @@ "values": [ { "name": "l", - "prose": "l is a or that corresponds to the origin color’s OKLab Lightness", + "prose": "l is a that corresponds to the origin color’s Oklab Lightness after conversion, if required, to Oklch. 1.0 is equivalent to 100%.", "href": "https://www.w3.org/TR/css-color-5/#valdef-oklch-l", "type": "value", "value": "l" }, { "name": "c", - "prose": "c is a or that corresponds to the origin color’s OKLCH chroma", + "prose": "c is a that corresponds to the origin color’s Oklch chroma after conversion, if required, to Oklch. 0.4 is equivalent to 100%.", "href": "https://www.w3.org/TR/css-color-5/#valdef-oklch-c", "type": "value", "value": "c" }, { "name": "h", - "prose": "h is an that corresponds to the origin color’s OKLCH hue, normalized to a [0deg, 360deg) range.", + "prose": "h is a that corresponds to the origin color’s Oklch hue, in degrees, after conversion, if required, to Oklch, normalized to a [0, 360] range. 90 is equivalent to 90deg.", "href": "https://www.w3.org/TR/css-color-5/#valdef-oklch-h", "type": "value", "value": "h" }, { "name": "alpha", - "prose": "alpha is a or that corresponds to the origin color’s alpha transparency", + "prose": "alpha is a that corresponds to the origin color’s alpha transparency. 1.0 is equivalent to 100%.", "href": "https://www.w3.org/TR/css-color-5/#valdef-oklch-alpha", "type": "value", "value": "alpha" @@ -339,45 +304,52 @@ "values": [ { "name": "r", - "prose": "r, g, and b are all s or s that correspond to the origin color’s red, green, and blue channels after its conversion to the predefined RGB color space.", + "prose": "r, g, and b are all s that correspond to the origin color’s red, green, and blue channels after conversion, if required to the predefined RGB color space. The value 1.0 corresponds to 100%.", "href": "https://www.w3.org/TR/css-color-5/#valdef-color-r", "type": "value", "value": "r" }, { "name": "g", - "prose": "r, g, and b are all s or s that correspond to the origin color’s red, green, and blue channels after its conversion to the predefined RGB color space.", + "prose": "r, g, and b are all s that correspond to the origin color’s red, green, and blue channels after conversion, if required to the predefined RGB color space. The value 1.0 corresponds to 100%.", "href": "https://www.w3.org/TR/css-color-5/#valdef-color-g", "type": "value", "value": "g" }, { "name": "b", - "prose": "r, g, and b are all s or s that correspond to the origin color’s red, green, and blue channels after its conversion to the predefined RGB color space.", + "prose": "r, g, and b are all s that correspond to the origin color’s red, green, and blue channels after conversion, if required to the predefined RGB color space. The value 1.0 corresponds to 100%.", "href": "https://www.w3.org/TR/css-color-5/#valdef-color-b", "type": "value", "value": "b" }, { "name": "x", - "prose": "x, y, z are all s or s that correspond to the origin color’s X, Y and Z channels after its conversion to relative CIE XYZ color space adapted to the relevant white point.", + "prose": "x, y, z are all s that correspond to the origin color’s X, Y and Z channels after conversion, if required to relative CIE XYZ color space adapted to the relevant white point. The value 1.0 corresponds to 100%.", "href": "https://www.w3.org/TR/css-color-5/#valdef-color-x", "type": "value", "value": "x" }, { "name": "y", - "prose": "x, y, z are all s or s that correspond to the origin color’s X, Y and Z channels after its conversion to relative CIE XYZ color space adapted to the relevant white point.", + "prose": "x, y, z are all s that correspond to the origin color’s X, Y and Z channels after conversion, if required to relative CIE XYZ color space adapted to the relevant white point. The value 1.0 corresponds to 100%.", "href": "https://www.w3.org/TR/css-color-5/#valdef-color-y", "type": "value", "value": "y" }, { "name": "z", - "prose": "x, y, z are all s or s that correspond to the origin color’s X, Y and Z channels after its conversion to relative CIE XYZ color space adapted to the relevant white point.", + "prose": "x, y, z are all s that correspond to the origin color’s X, Y and Z channels after conversion, if required to relative CIE XYZ color space adapted to the relevant white point. The value 1.0 corresponds to 100%.", "href": "https://www.w3.org/TR/css-color-5/#valdef-color-z", "type": "value", "value": "z" + }, + { + "name": "alpha", + "prose": "alpha is a that corresponds to the origin color’s alpha transparency. 1.0 is equivalent to 100%.", + "href": "https://www.w3.org/TR/css-color-5/#valdef-color-alpha", + "type": "value", + "value": "alpha" } ] }, @@ -391,7 +363,7 @@ "name": "", "href": "https://www.w3.org/TR/css-color-5/#typedef-custom-params", "type": "type", - "value": " [ | | none ]#" + "value": " [ | | none ]+" }, { "name": "", @@ -421,13 +393,147 @@ "name": "device-cmyk()", "href": "https://www.w3.org/TR/css-color-5/#funcdef-device-cmyk", "type": "function", - "value": "device-cmyk( {4} [ / ]? )" + "value": " | " + }, + { + "name": "", + "href": "https://www.w3.org/TR/css-color-5/#typedef-legacy-device-cmyk-syntax", + "type": "type", + "value": "device-cmyk( #{4} )" + }, + { + "name": "", + "href": "https://www.w3.org/TR/css-color-5/#typedef-modern-device-cmyk-syntax", + "type": "type", + "value": "device-cmyk( {4} [ / [ | none ] ]? )" }, { "name": "", "href": "https://www.w3.org/TR/css-color-5/#typedef-cmyk-component", "type": "type", - "value": " | " + "value": " | | none" + }, + { + "name": "light-dark()", + "href": "https://www.w3.org/TR/css-color-5/#funcdef-light-dark", + "type": "function", + "value": "light-dark( , )" + }, + { + "name": "contrast-color()", + "href": "https://www.w3.org/TR/css-color-5/#funcdef-contrast-color", + "type": "function", + "value": "contrast-color( max? )" + }, + { + "name": "", + "href": "https://www.w3.org/TR/css-color-5/#typedef-color-space", + "type": "type", + "value": " | | " + }, + { + "name": "", + "href": "https://www.w3.org/TR/css-color-5/#typedef-rectangular-color-space", + "type": "type", + "value": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | xyz | xyz-d50 | xyz-d65" + }, + { + "name": "", + "href": "https://www.w3.org/TR/css-color-5/#typedef-polar-color-space", + "type": "type", + "value": "hsl | hwb | lch | oklch" + }, + { + "name": "", + "href": "https://www.w3.org/TR/css-color-5/#typedef-custom-color-space", + "type": "type", + "value": "" + }, + { + "name": "", + "href": "https://www.w3.org/TR/css-color-5/#typedef-hue-interpolation-method", + "type": "type", + "value": "[ shorter | longer | increasing | decreasing ] hue" + }, + { + "name": "", + "href": "https://www.w3.org/TR/css-color-5/#color-interpolation-method", + "type": "type", + "value": "in [ | ? | ]" + } + ], + "warnings": [ + { + "msg": "Dangling value", + "name": "r", + "prose": "r, g, and b are all s that correspond to the origin color’s red, green, and blue channels after conversion, if required to sRGB. 255.0 is equivalent to 100%.", + "href": "https://www.w3.org/TR/css-color-5/#valdef-rgb-r", + "type": "value", + "value": "r", + "for": "rgb()" + }, + { + "msg": "Dangling value", + "name": "g", + "prose": "r, g, and b are all s that correspond to the origin color’s red, green, and blue channels after conversion, if required to sRGB. 255.0 is equivalent to 100%.", + "href": "https://www.w3.org/TR/css-color-5/#valdef-rgb-g", + "type": "value", + "value": "g", + "for": "rgb()" + }, + { + "msg": "Dangling value", + "name": "b", + "prose": "r, g, and b are all s that correspond to the origin color’s red, green, and blue channels after conversion, if required to sRGB. 255.0 is equivalent to 100%.", + "href": "https://www.w3.org/TR/css-color-5/#valdef-rgb-b", + "type": "value", + "value": "b", + "for": "rgb()" + }, + { + "msg": "Dangling value", + "name": "alpha", + "prose": "alpha is a that corresponds to the origin color’s alpha transparency. 1.0 is equivalent to 100%.", + "href": "https://www.w3.org/TR/css-color-5/#valdef-rgb-alpha", + "type": "value", + "value": "alpha", + "for": "rgb()" + }, + { + "msg": "Dangling value", + "name": "h", + "prose": "h is a that corresponds to the origin color’s HSL hue, in degrees, after conversion, if required to sRGB, normalized to a [0, 360] range. 90 is equivalent to 90deg.", + "href": "https://www.w3.org/TR/css-color-5/#valdef-hsl-h", + "type": "value", + "value": "h", + "for": "hsl()" + }, + { + "msg": "Dangling value", + "name": "s", + "prose": "s and l are s that correspond to the origin color’s HSL saturation and lightness, after conversion, if required to sRGB. 100 is equivalent to 100%.", + "href": "https://www.w3.org/TR/css-color-5/#valdef-hsl-s", + "type": "value", + "value": "s", + "for": "hsl()" + }, + { + "msg": "Dangling value", + "name": "l", + "prose": "s and l are s that correspond to the origin color’s HSL saturation and lightness, after conversion, if required to sRGB. 100 is equivalent to 100%.", + "href": "https://www.w3.org/TR/css-color-5/#valdef-hsl-l", + "type": "value", + "value": "l", + "for": "hsl()" + }, + { + "msg": "Dangling value", + "name": "alpha", + "prose": "alpha is a that corresponds to the origin color’s alpha transparency 1.0 is equivalent to 100%.", + "href": "https://www.w3.org/TR/css-color-5/#valdef-hsl-alpha", + "type": "value", + "value": "alpha", + "for": "hsl()" } ] } diff --git a/tr/dfns/css-color-5.json b/tr/dfns/css-color-5.json index d5d503573e36..d2993f950e52 100644 --- a/tr/dfns/css-color-5.json +++ b/tr/dfns/css-color-5.json @@ -4,6 +4,82 @@ "url": "https://www.w3.org/TR/css-color-5/" }, "dfns": [ + { + "id": "typedef-color", + "href": "https://www.w3.org/TR/css-color-5/#typedef-color", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "color-syntax", + "href": "https://www.w3.org/TR/css-color-5/#color-syntax", + "title": "The syntax", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "typedef-color-base", + "href": "https://www.w3.org/TR/css-color-5/#typedef-color-base", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "color-syntax", + "href": "https://www.w3.org/TR/css-color-5/#color-syntax", + "title": "The syntax", + "number": "2" + }, + "definedIn": "pre" + }, + { + "id": "typedef-color-function", + "href": "https://www.w3.org/TR/css-color-5/#typedef-color-function", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "color-syntax", + "href": "https://www.w3.org/TR/css-color-5/#color-syntax", + "title": "The syntax", + "number": "2" + }, + "definedIn": "pre" + }, + { + "id": "absolute-color", + "href": "https://www.w3.org/TR/css-color-5/#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-5/#color-syntax", + "title": "The syntax", + "number": "2" + }, + "definedIn": "prose" + }, { "id": "funcdef-color-mix", "href": "https://www.w3.org/TR/css-color-5/#funcdef-color-mix", @@ -19,7 +95,7 @@ "id": "color-mix", "href": "https://www.w3.org/TR/css-color-5/#color-mix", "title": "Mixing Colors: the color-mix() Function", - "number": "2" + "number": "3" }, "definedIn": "pre" }, @@ -38,7 +114,7 @@ "id": "relative-colors", "href": "https://www.w3.org/TR/css-color-5/#relative-colors", "title": "Relative Color Syntax", - "number": "3" + "number": "4" }, "definedIn": "prose" }, @@ -57,7 +133,7 @@ "id": "relative-colors", "href": "https://www.w3.org/TR/css-color-5/#relative-colors", "title": "Relative Color Syntax", - "number": "3" + "number": "4" }, "definedIn": "prose" }, @@ -76,18 +152,37 @@ "id": "relative-colors", "href": "https://www.w3.org/TR/css-color-5/#relative-colors", "title": "Relative Color Syntax", - "number": "3" + "number": "4" }, "definedIn": "prose" }, { - "id": "funcdef-rgb", - "href": "https://www.w3.org/TR/css-color-5/#funcdef-rgb", + "id": "originally-specified-color-space", + "href": "https://www.w3.org/TR/css-color-5/#originally-specified-color-space", "linkingText": [ - "rgb()" + "originally specified color space" ], "localLinkingText": [], - "type": "function", + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "relative-colors", + "href": "https://www.w3.org/TR/css-color-5/#relative-colors", + "title": "Relative Color Syntax", + "number": "4" + }, + "definedIn": "prose" + }, + { + "id": "typedef-modern-rgb-syntax", + "href": "https://www.w3.org/TR/css-color-5/#typedef-modern-rgb-syntax", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", "for": [], "access": "public", "informative": false, @@ -95,15 +190,15 @@ "id": "relative-RGB", "href": "https://www.w3.org/TR/css-color-5/#relative-RGB", "title": "Relative sRGB Colors", - "number": "3.1" + "number": "4.1" }, "definedIn": "pre" }, { - "id": "typedef-alpha-value", - "href": "https://www.w3.org/TR/css-color-5/#typedef-alpha-value", + "id": "typedef-modern-rgba-syntax", + "href": "https://www.w3.org/TR/css-color-5/#typedef-modern-rgba-syntax", "linkingText": [ - "" + "" ], "localLinkingText": [], "type": "type", @@ -114,7 +209,7 @@ "id": "relative-RGB", "href": "https://www.w3.org/TR/css-color-5/#relative-RGB", "title": "Relative sRGB Colors", - "number": "3.1" + "number": "4.1" }, "definedIn": "pre" }, @@ -135,7 +230,7 @@ "id": "relative-RGB", "href": "https://www.w3.org/TR/css-color-5/#relative-RGB", "title": "Relative sRGB Colors", - "number": "3.1" + "number": "4.1" }, "definedIn": "prose" }, @@ -156,7 +251,7 @@ "id": "relative-RGB", "href": "https://www.w3.org/TR/css-color-5/#relative-RGB", "title": "Relative sRGB Colors", - "number": "3.1" + "number": "4.1" }, "definedIn": "prose" }, @@ -177,7 +272,7 @@ "id": "relative-RGB", "href": "https://www.w3.org/TR/css-color-5/#relative-RGB", "title": "Relative sRGB Colors", - "number": "3.1" + "number": "4.1" }, "definedIn": "prose" }, @@ -198,18 +293,18 @@ "id": "relative-RGB", "href": "https://www.w3.org/TR/css-color-5/#relative-RGB", "title": "Relative sRGB Colors", - "number": "3.1" + "number": "4.1" }, "definedIn": "prose" }, { - "id": "funcdef-hsl", - "href": "https://www.w3.org/TR/css-color-5/#funcdef-hsl", + "id": "typedef-modern-hsl-syntax", + "href": "https://www.w3.org/TR/css-color-5/#typedef-modern-hsl-syntax", "linkingText": [ - "hsl()" + "" ], "localLinkingText": [], - "type": "function", + "type": "type", "for": [], "access": "public", "informative": false, @@ -217,7 +312,26 @@ "id": "relative-HSL", "href": "https://www.w3.org/TR/css-color-5/#relative-HSL", "title": "Relative HSL Colors", - "number": "3.2" + "number": "4.2" + }, + "definedIn": "pre" + }, + { + "id": "typedef-modern-hsla-syntax", + "href": "https://www.w3.org/TR/css-color-5/#typedef-modern-hsla-syntax", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "relative-HSL", + "href": "https://www.w3.org/TR/css-color-5/#relative-HSL", + "title": "Relative HSL Colors", + "number": "4.2" }, "definedIn": "pre" }, @@ -238,7 +352,7 @@ "id": "relative-HSL", "href": "https://www.w3.org/TR/css-color-5/#relative-HSL", "title": "Relative HSL Colors", - "number": "3.2" + "number": "4.2" }, "definedIn": "prose" }, @@ -259,7 +373,7 @@ "id": "relative-HSL", "href": "https://www.w3.org/TR/css-color-5/#relative-HSL", "title": "Relative HSL Colors", - "number": "3.2" + "number": "4.2" }, "definedIn": "prose" }, @@ -280,7 +394,7 @@ "id": "relative-HSL", "href": "https://www.w3.org/TR/css-color-5/#relative-HSL", "title": "Relative HSL Colors", - "number": "3.2" + "number": "4.2" }, "definedIn": "prose" }, @@ -301,7 +415,7 @@ "id": "relative-HSL", "href": "https://www.w3.org/TR/css-color-5/#relative-HSL", "title": "Relative HSL Colors", - "number": "3.2" + "number": "4.2" }, "definedIn": "prose" }, @@ -320,7 +434,7 @@ "id": "relative-HWB", "href": "https://www.w3.org/TR/css-color-5/#relative-HWB", "title": "Relative HWB Colors", - "number": "3.3" + "number": "4.3" }, "definedIn": "pre" }, @@ -341,7 +455,7 @@ "id": "relative-HWB", "href": "https://www.w3.org/TR/css-color-5/#relative-HWB", "title": "Relative HWB Colors", - "number": "3.3" + "number": "4.3" }, "definedIn": "prose" }, @@ -362,7 +476,7 @@ "id": "relative-HWB", "href": "https://www.w3.org/TR/css-color-5/#relative-HWB", "title": "Relative HWB Colors", - "number": "3.3" + "number": "4.3" }, "definedIn": "prose" }, @@ -383,7 +497,7 @@ "id": "relative-HWB", "href": "https://www.w3.org/TR/css-color-5/#relative-HWB", "title": "Relative HWB Colors", - "number": "3.3" + "number": "4.3" }, "definedIn": "prose" }, @@ -404,7 +518,7 @@ "id": "relative-HWB", "href": "https://www.w3.org/TR/css-color-5/#relative-HWB", "title": "Relative HWB Colors", - "number": "3.3" + "number": "4.3" }, "definedIn": "prose" }, @@ -423,7 +537,7 @@ "id": "relative-Lab", "href": "https://www.w3.org/TR/css-color-5/#relative-Lab", "title": "Relative Lab Colors", - "number": "3.4" + "number": "4.4" }, "definedIn": "pre" }, @@ -444,7 +558,7 @@ "id": "relative-Lab", "href": "https://www.w3.org/TR/css-color-5/#relative-Lab", "title": "Relative Lab Colors", - "number": "3.4" + "number": "4.4" }, "definedIn": "prose" }, @@ -465,7 +579,7 @@ "id": "relative-Lab", "href": "https://www.w3.org/TR/css-color-5/#relative-Lab", "title": "Relative Lab Colors", - "number": "3.4" + "number": "4.4" }, "definedIn": "prose" }, @@ -486,7 +600,7 @@ "id": "relative-Lab", "href": "https://www.w3.org/TR/css-color-5/#relative-Lab", "title": "Relative Lab Colors", - "number": "3.4" + "number": "4.4" }, "definedIn": "prose" }, @@ -507,7 +621,7 @@ "id": "relative-Lab", "href": "https://www.w3.org/TR/css-color-5/#relative-Lab", "title": "Relative Lab Colors", - "number": "3.4" + "number": "4.4" }, "definedIn": "prose" }, @@ -523,10 +637,10 @@ "access": "public", "informative": false, "heading": { - "id": "relative-OKLab", - "href": "https://www.w3.org/TR/css-color-5/#relative-OKLab", - "title": "Relative OKLab Colors", - "number": "3.5" + "id": "relative-Oklab", + "href": "https://www.w3.org/TR/css-color-5/#relative-Oklab", + "title": "Relative Oklab Colors", + "number": "4.5" }, "definedIn": "pre" }, @@ -544,10 +658,10 @@ "access": "public", "informative": false, "heading": { - "id": "relative-OKLab", - "href": "https://www.w3.org/TR/css-color-5/#relative-OKLab", - "title": "Relative OKLab Colors", - "number": "3.5" + "id": "relative-Oklab", + "href": "https://www.w3.org/TR/css-color-5/#relative-Oklab", + "title": "Relative Oklab Colors", + "number": "4.5" }, "definedIn": "prose" }, @@ -565,10 +679,10 @@ "access": "public", "informative": false, "heading": { - "id": "relative-OKLab", - "href": "https://www.w3.org/TR/css-color-5/#relative-OKLab", - "title": "Relative OKLab Colors", - "number": "3.5" + "id": "relative-Oklab", + "href": "https://www.w3.org/TR/css-color-5/#relative-Oklab", + "title": "Relative Oklab Colors", + "number": "4.5" }, "definedIn": "prose" }, @@ -586,10 +700,10 @@ "access": "public", "informative": false, "heading": { - "id": "relative-OKLab", - "href": "https://www.w3.org/TR/css-color-5/#relative-OKLab", - "title": "Relative OKLab Colors", - "number": "3.5" + "id": "relative-Oklab", + "href": "https://www.w3.org/TR/css-color-5/#relative-Oklab", + "title": "Relative Oklab Colors", + "number": "4.5" }, "definedIn": "prose" }, @@ -607,10 +721,10 @@ "access": "public", "informative": false, "heading": { - "id": "relative-OKLab", - "href": "https://www.w3.org/TR/css-color-5/#relative-OKLab", - "title": "Relative OKLab Colors", - "number": "3.5" + "id": "relative-Oklab", + "href": "https://www.w3.org/TR/css-color-5/#relative-Oklab", + "title": "Relative Oklab Colors", + "number": "4.5" }, "definedIn": "prose" }, @@ -629,7 +743,7 @@ "id": "relative-LCH", "href": "https://www.w3.org/TR/css-color-5/#relative-LCH", "title": "Relative LCH Colors", - "number": "3.6" + "number": "4.6" }, "definedIn": "pre" }, @@ -650,7 +764,7 @@ "id": "relative-LCH", "href": "https://www.w3.org/TR/css-color-5/#relative-LCH", "title": "Relative LCH Colors", - "number": "3.6" + "number": "4.6" }, "definedIn": "prose" }, @@ -671,7 +785,7 @@ "id": "relative-LCH", "href": "https://www.w3.org/TR/css-color-5/#relative-LCH", "title": "Relative LCH Colors", - "number": "3.6" + "number": "4.6" }, "definedIn": "prose" }, @@ -692,7 +806,7 @@ "id": "relative-LCH", "href": "https://www.w3.org/TR/css-color-5/#relative-LCH", "title": "Relative LCH Colors", - "number": "3.6" + "number": "4.6" }, "definedIn": "prose" }, @@ -713,7 +827,7 @@ "id": "relative-LCH", "href": "https://www.w3.org/TR/css-color-5/#relative-LCH", "title": "Relative LCH Colors", - "number": "3.6" + "number": "4.6" }, "definedIn": "prose" }, @@ -729,10 +843,10 @@ "access": "public", "informative": false, "heading": { - "id": "relative-OKLCH", - "href": "https://www.w3.org/TR/css-color-5/#relative-OKLCH", - "title": "Relative OKLCH Colors", - "number": "3.7" + "id": "relative-Oklch", + "href": "https://www.w3.org/TR/css-color-5/#relative-Oklch", + "title": "Relative Oklch Colors", + "number": "4.7" }, "definedIn": "pre" }, @@ -750,10 +864,10 @@ "access": "public", "informative": false, "heading": { - "id": "relative-OKLCH", - "href": "https://www.w3.org/TR/css-color-5/#relative-OKLCH", - "title": "Relative OKLCH Colors", - "number": "3.7" + "id": "relative-Oklch", + "href": "https://www.w3.org/TR/css-color-5/#relative-Oklch", + "title": "Relative Oklch Colors", + "number": "4.7" }, "definedIn": "prose" }, @@ -771,10 +885,10 @@ "access": "public", "informative": false, "heading": { - "id": "relative-OKLCH", - "href": "https://www.w3.org/TR/css-color-5/#relative-OKLCH", - "title": "Relative OKLCH Colors", - "number": "3.7" + "id": "relative-Oklch", + "href": "https://www.w3.org/TR/css-color-5/#relative-Oklch", + "title": "Relative Oklch Colors", + "number": "4.7" }, "definedIn": "prose" }, @@ -792,10 +906,10 @@ "access": "public", "informative": false, "heading": { - "id": "relative-OKLCH", - "href": "https://www.w3.org/TR/css-color-5/#relative-OKLCH", - "title": "Relative OKLCH Colors", - "number": "3.7" + "id": "relative-Oklch", + "href": "https://www.w3.org/TR/css-color-5/#relative-Oklch", + "title": "Relative Oklch Colors", + "number": "4.7" }, "definedIn": "prose" }, @@ -813,10 +927,10 @@ "access": "public", "informative": false, "heading": { - "id": "relative-OKLCH", - "href": "https://www.w3.org/TR/css-color-5/#relative-OKLCH", - "title": "Relative OKLCH Colors", - "number": "3.7" + "id": "relative-Oklch", + "href": "https://www.w3.org/TR/css-color-5/#relative-Oklch", + "title": "Relative Oklch Colors", + "number": "4.7" }, "definedIn": "prose" }, @@ -834,8 +948,8 @@ "heading": { "id": "color-function", "href": "https://www.w3.org/TR/css-color-5/#color-function", - "title": "Specifying Custom Color Spaces: the color() Function", - "number": "4" + "title": "Specifying Predefined and Custom Color Spaces: the color() Function", + "number": "5" }, "definedIn": "pre" }, @@ -853,8 +967,8 @@ "heading": { "id": "color-function", "href": "https://www.w3.org/TR/css-color-5/#color-function", - "title": "Specifying Custom Color Spaces: the color() Function", - "number": "4" + "title": "Specifying Predefined and Custom Color Spaces: the color() Function", + "number": "5" }, "definedIn": "pre" }, @@ -872,8 +986,8 @@ "heading": { "id": "color-function", "href": "https://www.w3.org/TR/css-color-5/#color-function", - "title": "Specifying Custom Color Spaces: the color() Function", - "number": "4" + "title": "Specifying Predefined and Custom Color Spaces: the color() Function", + "number": "5" }, "definedIn": "pre" }, @@ -891,8 +1005,8 @@ "heading": { "id": "color-function", "href": "https://www.w3.org/TR/css-color-5/#color-function", - "title": "Specifying Custom Color Spaces: the color() Function", - "number": "4" + "title": "Specifying Predefined and Custom Color Spaces: the color() Function", + "number": "5" }, "definedIn": "pre" }, @@ -910,8 +1024,8 @@ "heading": { "id": "color-function", "href": "https://www.w3.org/TR/css-color-5/#color-function", - "title": "Specifying Custom Color Spaces: the color() Function", - "number": "4" + "title": "Specifying Predefined and Custom Color Spaces: the color() Function", + "number": "5" }, "definedIn": "pre" }, @@ -929,8 +1043,8 @@ "heading": { "id": "color-function", "href": "https://www.w3.org/TR/css-color-5/#color-function", - "title": "Specifying Custom Color Spaces: the color() Function", - "number": "4" + "title": "Specifying Predefined and Custom Color Spaces: the color() Function", + "number": "5" }, "definedIn": "pre" }, @@ -948,8 +1062,8 @@ "heading": { "id": "color-function", "href": "https://www.w3.org/TR/css-color-5/#color-function", - "title": "Specifying Custom Color Spaces: the color() Function", - "number": "4" + "title": "Specifying Predefined and Custom Color Spaces: the color() Function", + "number": "5" }, "definedIn": "pre" }, @@ -967,8 +1081,8 @@ "heading": { "id": "color-function", "href": "https://www.w3.org/TR/css-color-5/#color-function", - "title": "Specifying Custom Color Spaces: the color() Function", - "number": "4" + "title": "Specifying Predefined and Custom Color Spaces: the color() Function", + "number": "5" }, "definedIn": "prose" }, @@ -986,8 +1100,8 @@ "heading": { "id": "color-function", "href": "https://www.w3.org/TR/css-color-5/#color-function", - "title": "Specifying Custom Color Spaces: the color() Function", - "number": "4" + "title": "Specifying Predefined and Custom Color Spaces: the color() Function", + "number": "5" }, "definedIn": "prose" }, @@ -1005,8 +1119,8 @@ "heading": { "id": "color-function", "href": "https://www.w3.org/TR/css-color-5/#color-function", - "title": "Specifying Custom Color Spaces: the color() Function", - "number": "4" + "title": "Specifying Predefined and Custom Color Spaces: the color() Function", + "number": "5" }, "definedIn": "prose" }, @@ -1027,7 +1141,7 @@ "id": "relative-color-function", "href": "https://www.w3.org/TR/css-color-5/#relative-color-function", "title": "Relative Color-Function Colors", - "number": "4.1" + "number": "5.1" }, "definedIn": "prose" }, @@ -1048,7 +1162,7 @@ "id": "relative-color-function", "href": "https://www.w3.org/TR/css-color-5/#relative-color-function", "title": "Relative Color-Function Colors", - "number": "4.1" + "number": "5.1" }, "definedIn": "prose" }, @@ -1069,7 +1183,7 @@ "id": "relative-color-function", "href": "https://www.w3.org/TR/css-color-5/#relative-color-function", "title": "Relative Color-Function Colors", - "number": "4.1" + "number": "5.1" }, "definedIn": "prose" }, @@ -1090,7 +1204,7 @@ "id": "relative-color-function", "href": "https://www.w3.org/TR/css-color-5/#relative-color-function", "title": "Relative Color-Function Colors", - "number": "4.1" + "number": "5.1" }, "definedIn": "prose" }, @@ -1111,7 +1225,7 @@ "id": "relative-color-function", "href": "https://www.w3.org/TR/css-color-5/#relative-color-function", "title": "Relative Color-Function Colors", - "number": "4.1" + "number": "5.1" }, "definedIn": "prose" }, @@ -1132,45 +1246,28 @@ "id": "relative-color-function", "href": "https://www.w3.org/TR/css-color-5/#relative-color-function", "title": "Relative Color-Function Colors", - "number": "4.1" + "number": "5.1" }, "definedIn": "prose" }, { - "id": "cant-be-displayed", - "href": "https://www.w3.org/TR/css-color-5/#cant-be-displayed", + "id": "valdef-color-alpha", + "href": "https://www.w3.org/TR/css-color-5/#valdef-color-alpha", "linkingText": [ - "can’t be displayed" + "alpha" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "relative-color-function", - "href": "https://www.w3.org/TR/css-color-5/#relative-color-function", - "title": "Relative Color-Function Colors", - "number": "4.1" - }, - "definedIn": "prose" - }, - { - "id": "can-be-displayed", - "href": "https://www.w3.org/TR/css-color-5/#can-be-displayed", - "linkingText": [ - "can be displayed" + "type": "value", + "for": [ + "color()" ], - "localLinkingText": [], - "type": "dfn", - "for": [], "access": "public", "informative": false, "heading": { "id": "relative-color-function", "href": "https://www.w3.org/TR/css-color-5/#relative-color-function", "title": "Relative Color-Function Colors", - "number": "4.1" + "number": "5.1" }, "definedIn": "prose" }, @@ -1189,7 +1286,7 @@ "id": "at-profile", "href": "https://www.w3.org/TR/css-color-5/#at-profile", "title": "Specifying a Color Profile: the @color-profile at-rule", - "number": "4.3" + "number": "5.3" }, "definedIn": "prose" }, @@ -1210,7 +1307,7 @@ "id": "at-profile", "href": "https://www.w3.org/TR/css-color-5/#at-profile", "title": "Specifying a Color Profile: the @color-profile at-rule", - "number": "4.3" + "number": "5.3" }, "definedIn": "prose" }, @@ -1231,7 +1328,7 @@ "id": "at-profile", "href": "https://www.w3.org/TR/css-color-5/#at-profile", "title": "Specifying a Color Profile: the @color-profile at-rule", - "number": "4.3" + "number": "5.3" }, "definedIn": "table" }, @@ -1250,7 +1347,7 @@ "id": "at-profile", "href": "https://www.w3.org/TR/css-color-5/#at-profile", "title": "Specifying a Color Profile: the @color-profile at-rule", - "number": "4.3" + "number": "5.3" }, "definedIn": "prose" }, @@ -1271,7 +1368,7 @@ "id": "at-profile", "href": "https://www.w3.org/TR/css-color-5/#at-profile", "title": "Specifying a Color Profile: the @color-profile at-rule", - "number": "4.3" + "number": "5.3" }, "definedIn": "table" }, @@ -1290,7 +1387,7 @@ "id": "at-profile", "href": "https://www.w3.org/TR/css-color-5/#at-profile", "title": "Specifying a Color Profile: the @color-profile at-rule", - "number": "4.3" + "number": "5.3" }, "definedIn": "prose" }, @@ -1311,7 +1408,7 @@ "id": "at-profile", "href": "https://www.w3.org/TR/css-color-5/#at-profile", "title": "Specifying a Color Profile: the @color-profile at-rule", - "number": "4.3" + "number": "5.3" }, "definedIn": "dt" }, @@ -1332,7 +1429,7 @@ "id": "at-profile", "href": "https://www.w3.org/TR/css-color-5/#at-profile", "title": "Specifying a Color Profile: the @color-profile at-rule", - "number": "4.3" + "number": "5.3" }, "definedIn": "dt" }, @@ -1353,7 +1450,7 @@ "id": "at-profile", "href": "https://www.w3.org/TR/css-color-5/#at-profile", "title": "Specifying a Color Profile: the @color-profile at-rule", - "number": "4.3" + "number": "5.3" }, "definedIn": "dt" }, @@ -1374,7 +1471,7 @@ "id": "at-profile", "href": "https://www.w3.org/TR/css-color-5/#at-profile", "title": "Specifying a Color Profile: the @color-profile at-rule", - "number": "4.3" + "number": "5.3" }, "definedIn": "dt" }, @@ -1395,7 +1492,7 @@ "id": "at-profile", "href": "https://www.w3.org/TR/css-color-5/#at-profile", "title": "Specifying a Color Profile: the @color-profile at-rule", - "number": "4.3" + "number": "5.3" }, "definedIn": "table" }, @@ -1414,7 +1511,45 @@ "id": "device-cmyk", "href": "https://www.w3.org/TR/css-color-5/#device-cmyk", "title": "Uncalibrated CMYK Colors: the device-cmyk() Function", - "number": "5" + "number": "6" + }, + "definedIn": "pre" + }, + { + "id": "typedef-legacy-device-cmyk-syntax", + "href": "https://www.w3.org/TR/css-color-5/#typedef-legacy-device-cmyk-syntax", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "device-cmyk", + "href": "https://www.w3.org/TR/css-color-5/#device-cmyk", + "title": "Uncalibrated CMYK Colors: the device-cmyk() Function", + "number": "6" + }, + "definedIn": "pre" + }, + { + "id": "typedef-modern-device-cmyk-syntax", + "href": "https://www.w3.org/TR/css-color-5/#typedef-modern-device-cmyk-syntax", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "device-cmyk", + "href": "https://www.w3.org/TR/css-color-5/#device-cmyk", + "title": "Uncalibrated CMYK Colors: the device-cmyk() Function", + "number": "6" }, "definedIn": "pre" }, @@ -1433,7 +1568,7 @@ "id": "device-cmyk", "href": "https://www.w3.org/TR/css-color-5/#device-cmyk", "title": "Uncalibrated CMYK Colors: the device-cmyk() Function", - "number": "5" + "number": "6" }, "definedIn": "pre" }, @@ -1453,7 +1588,7 @@ "id": "cmyk-rgb", "href": "https://www.w3.org/TR/css-color-5/#cmyk-rgb", "title": "Naively Converting Between Uncalibrated CMYK and sRGB-Based Color", - "number": "5.1" + "number": "6.1" }, "definedIn": "prose" }, @@ -1473,9 +1608,264 @@ "id": "cmyk-rgb", "href": "https://www.w3.org/TR/css-color-5/#cmyk-rgb", "title": "Naively Converting Between Uncalibrated CMYK and sRGB-Based Color", - "number": "5.1" + "number": "6.1" }, "definedIn": "prose" + }, + { + "id": "funcdef-light-dark", + "href": "https://www.w3.org/TR/css-color-5/#funcdef-light-dark", + "linkingText": [ + "light-dark()" + ], + "localLinkingText": [], + "type": "function", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "light-dark", + "href": "https://www.w3.org/TR/css-color-5/#light-dark", + "title": "Reacting to the used color-scheme: the light-dark() Function", + "number": "7" + }, + "definedIn": "pre" + }, + { + "id": "funcdef-contrast-color", + "href": "https://www.w3.org/TR/css-color-5/#funcdef-contrast-color", + "linkingText": [ + "contrast-color()" + ], + "localLinkingText": [], + "type": "function", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "contrast-color", + "href": "https://www.w3.org/TR/css-color-5/#contrast-color", + "title": "Dynamically specifying a text color with adequate contrast: the contrast-color() Function", + "number": "8" + }, + "definedIn": "pre" + }, + { + "id": "typedef-color-space", + "href": "https://www.w3.org/TR/css-color-5/#typedef-color-space", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "interpolation-space", + "href": "https://www.w3.org/TR/css-color-5/#interpolation-space", + "title": "Color Space for Interpolation", + "number": "9.1" + }, + "definedIn": "pre" + }, + { + "id": "typedef-rectangular-color-space", + "href": "https://www.w3.org/TR/css-color-5/#typedef-rectangular-color-space", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "interpolation-space", + "href": "https://www.w3.org/TR/css-color-5/#interpolation-space", + "title": "Color Space for Interpolation", + "number": "9.1" + }, + "definedIn": "pre" + }, + { + "id": "typedef-polar-color-space", + "href": "https://www.w3.org/TR/css-color-5/#typedef-polar-color-space", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "interpolation-space", + "href": "https://www.w3.org/TR/css-color-5/#interpolation-space", + "title": "Color Space for Interpolation", + "number": "9.1" + }, + "definedIn": "pre" + }, + { + "id": "typedef-custom-color-space", + "href": "https://www.w3.org/TR/css-color-5/#typedef-custom-color-space", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "interpolation-space", + "href": "https://www.w3.org/TR/css-color-5/#interpolation-space", + "title": "Color Space for Interpolation", + "number": "9.1" + }, + "definedIn": "pre" + }, + { + "id": "typedef-hue-interpolation-method", + "href": "https://www.w3.org/TR/css-color-5/#typedef-hue-interpolation-method", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "interpolation-space", + "href": "https://www.w3.org/TR/css-color-5/#interpolation-space", + "title": "Color Space for Interpolation", + "number": "9.1" + }, + "definedIn": "pre" + }, + { + "id": "color-interpolation-method", + "href": "https://www.w3.org/TR/css-color-5/#color-interpolation-method", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "interpolation-space", + "href": "https://www.w3.org/TR/css-color-5/#interpolation-space", + "title": "Color Space for Interpolation", + "number": "9.1" + }, + "definedIn": "pre" + }, + { + "id": "csscolorprofilerule", + "href": "https://www.w3.org/TR/css-color-5/#csscolorprofilerule", + "linkingText": [ + "CSSColorProfileRule" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-csscolorprofilerule-interface", + "href": "https://www.w3.org/TR/css-color-5/#the-csscolorprofilerule-interface", + "title": "The CSSColorProfileRule interface", + "number": "12.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-csscolorprofilerule-name", + "href": "https://www.w3.org/TR/css-color-5/#dom-csscolorprofilerule-name", + "linkingText": [ + "name" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSColorProfileRule" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-csscolorprofilerule-interface", + "href": "https://www.w3.org/TR/css-color-5/#the-csscolorprofilerule-interface", + "title": "The CSSColorProfileRule interface", + "number": "12.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-csscolorprofilerule-src", + "href": "https://www.w3.org/TR/css-color-5/#dom-csscolorprofilerule-src", + "linkingText": [ + "src" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSColorProfileRule" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-csscolorprofilerule-interface", + "href": "https://www.w3.org/TR/css-color-5/#the-csscolorprofilerule-interface", + "title": "The CSSColorProfileRule interface", + "number": "12.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-csscolorprofilerule-renderingintent", + "href": "https://www.w3.org/TR/css-color-5/#dom-csscolorprofilerule-renderingintent", + "linkingText": [ + "renderingIntent" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSColorProfileRule" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-csscolorprofilerule-interface", + "href": "https://www.w3.org/TR/css-color-5/#the-csscolorprofilerule-interface", + "title": "The CSSColorProfileRule interface", + "number": "12.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-csscolorprofilerule-components", + "href": "https://www.w3.org/TR/css-color-5/#dom-csscolorprofilerule-components", + "linkingText": [ + "components" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSColorProfileRule" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-csscolorprofilerule-interface", + "href": "https://www.w3.org/TR/css-color-5/#the-csscolorprofilerule-interface", + "title": "The CSSColorProfileRule interface", + "number": "12.1" + }, + "definedIn": "dt" } ] } \ No newline at end of file diff --git a/tr/dfns/webcodecs.json b/tr/dfns/webcodecs.json index 2585387a604b..64deddccaca1 100644 --- a/tr/dfns/webcodecs.json +++ b/tr/dfns/webcodecs.json @@ -9142,6 +9142,48 @@ }, "definedIn": "dt" }, + { + "id": "dom-videopixelformat-i420p10", + "href": "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i420p10", + "linkingText": [ + "\"I420P10\"", + "I420P10" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "VideoPixelFormat" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/webcodecs/#title", + "title": "WebCodecs" + }, + "definedIn": "dt" + }, + { + "id": "dom-videopixelformat-i420p12", + "href": "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i420p12", + "linkingText": [ + "\"I420P12\"", + "I420P12" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "VideoPixelFormat" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/webcodecs/#title", + "title": "WebCodecs" + }, + "definedIn": "dt" + }, { "id": "dom-videopixelformat-i420a", "href": "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i420a", @@ -9163,6 +9205,48 @@ }, "definedIn": "dt" }, + { + "id": "dom-videopixelformat-i420ap10", + "href": "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i420ap10", + "linkingText": [ + "\"I420AP10\"", + "I420AP10" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "VideoPixelFormat" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/webcodecs/#title", + "title": "WebCodecs" + }, + "definedIn": "dt" + }, + { + "id": "dom-videopixelformat-i420ap12", + "href": "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i420ap12", + "linkingText": [ + "\"I420AP12\"", + "I420AP12" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "VideoPixelFormat" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/webcodecs/#title", + "title": "WebCodecs" + }, + "definedIn": "dt" + }, { "id": "dom-videopixelformat-i422", "href": "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i422", @@ -9184,6 +9268,111 @@ }, "definedIn": "dt" }, + { + "id": "dom-videopixelformat-i422p10", + "href": "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i422p10", + "linkingText": [ + "\"I422P10\"", + "I422P10" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "VideoPixelFormat" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/webcodecs/#title", + "title": "WebCodecs" + }, + "definedIn": "dt" + }, + { + "id": "dom-videopixelformat-i422p12", + "href": "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i422p12", + "linkingText": [ + "\"I422P12\"", + "I422P12" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "VideoPixelFormat" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/webcodecs/#title", + "title": "WebCodecs" + }, + "definedIn": "dt" + }, + { + "id": "dom-videopixelformat-i422a", + "href": "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i422a", + "linkingText": [ + "\"I422A\"", + "I422A" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "VideoPixelFormat" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/webcodecs/#title", + "title": "WebCodecs" + }, + "definedIn": "dt" + }, + { + "id": "dom-videopixelformat-i422ap10", + "href": "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i422ap10", + "linkingText": [ + "\"I422AP10\"", + "I422AP10" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "VideoPixelFormat" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/webcodecs/#title", + "title": "WebCodecs" + }, + "definedIn": "dt" + }, + { + "id": "dom-videopixelformat-i422ap12", + "href": "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i422ap12", + "linkingText": [ + "\"I422AP12\"", + "I422AP12" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "VideoPixelFormat" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/webcodecs/#title", + "title": "WebCodecs" + }, + "definedIn": "dt" + }, { "id": "dom-videopixelformat-i444", "href": "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i444", @@ -9205,6 +9394,111 @@ }, "definedIn": "dt" }, + { + "id": "dom-videopixelformat-i444p10", + "href": "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i444p10", + "linkingText": [ + "\"I444P10\"", + "I444P10" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "VideoPixelFormat" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/webcodecs/#title", + "title": "WebCodecs" + }, + "definedIn": "dt" + }, + { + "id": "dom-videopixelformat-i444p12", + "href": "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i444p12", + "linkingText": [ + "\"I444P12\"", + "I444P12" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "VideoPixelFormat" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/webcodecs/#title", + "title": "WebCodecs" + }, + "definedIn": "dt" + }, + { + "id": "dom-videopixelformat-i444a", + "href": "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i444a", + "linkingText": [ + "\"I444A\"", + "I444A" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "VideoPixelFormat" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/webcodecs/#title", + "title": "WebCodecs" + }, + "definedIn": "dt" + }, + { + "id": "dom-videopixelformat-i444ap10", + "href": "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i444ap10", + "linkingText": [ + "\"I444AP10\"", + "I444AP10" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "VideoPixelFormat" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/webcodecs/#title", + "title": "WebCodecs" + }, + "definedIn": "dt" + }, + { + "id": "dom-videopixelformat-i444ap12", + "href": "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i444ap12", + "linkingText": [ + "\"I444AP12\"", + "I444AP12" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "VideoPixelFormat" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/webcodecs/#title", + "title": "WebCodecs" + }, + "definedIn": "dt" + }, { "id": "dom-videopixelformat-nv12", "href": "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-nv12", diff --git a/tr/headings/css-color-5.json b/tr/headings/css-color-5.json index eeb23221559f..71b928dbdd01 100644 --- a/tr/headings/css-color-5.json +++ b/tr/headings/css-color-5.json @@ -17,8 +17,8 @@ "title": "Abstract" }, { - "id": "status", - "href": "https://www.w3.org/TR/css-color-5/#status", + "id": "sotd", + "href": "https://www.w3.org/TR/css-color-5/#sotd", "level": 2, "title": "Status of this document" }, @@ -35,276 +35,334 @@ "title": "Introduction", "number": "1" }, + { + "id": "color-syntax", + "href": "https://www.w3.org/TR/css-color-5/#color-syntax", + "level": 2, + "title": "The syntax", + "number": "2" + }, { "id": "color-mix", "href": "https://www.w3.org/TR/css-color-5/#color-mix", "level": 2, "title": "Mixing Colors: the color-mix() Function", - "number": "2" + "number": "3" }, { "id": "color-mix-percent-norm", "href": "https://www.w3.org/TR/css-color-5/#color-mix-percent-norm", "level": 3, "title": "Percentage Normalization", - "number": "2.1" + "number": "3.1" }, { "id": "color-mix-result", "href": "https://www.w3.org/TR/css-color-5/#color-mix-result", "level": 3, "title": "Calculating the Result of color-mix", - "number": "2.2" + "number": "3.2" }, { "id": "color-mix-color-space-effect", "href": "https://www.w3.org/TR/css-color-5/#color-mix-color-space-effect", "level": 3, "title": "Effect of Mixing Color Space on color-mix", - "number": "2.3" + "number": "3.3" }, { "id": "color-mix-with-alpha", "href": "https://www.w3.org/TR/css-color-5/#color-mix-with-alpha", "level": 3, "title": "Effect of Non-Unity Alpha on color-mix", - "number": "2.4" + "number": "3.4" }, { "id": "relative-colors", "href": "https://www.w3.org/TR/css-color-5/#relative-colors", "level": 2, "title": "Relative Color Syntax", - "number": "3" + "number": "4" }, { "id": "relative-RGB", "href": "https://www.w3.org/TR/css-color-5/#relative-RGB", "level": 3, "title": "Relative sRGB Colors", - "number": "3.1" + "number": "4.1" }, { "id": "relative-HSL", "href": "https://www.w3.org/TR/css-color-5/#relative-HSL", "level": 3, "title": "Relative HSL Colors", - "number": "3.2" + "number": "4.2" }, { "id": "relative-HWB", "href": "https://www.w3.org/TR/css-color-5/#relative-HWB", "level": 3, "title": "Relative HWB Colors", - "number": "3.3" + "number": "4.3" }, { "id": "relative-Lab", "href": "https://www.w3.org/TR/css-color-5/#relative-Lab", "level": 3, "title": "Relative Lab Colors", - "number": "3.4" + "number": "4.4" }, { - "id": "relative-OKLab", - "href": "https://www.w3.org/TR/css-color-5/#relative-OKLab", + "id": "relative-Oklab", + "href": "https://www.w3.org/TR/css-color-5/#relative-Oklab", "level": 3, - "title": "Relative OKLab Colors", - "number": "3.5" + "title": "Relative Oklab Colors", + "number": "4.5" }, { "id": "relative-LCH", "href": "https://www.w3.org/TR/css-color-5/#relative-LCH", "level": 3, "title": "Relative LCH Colors", - "number": "3.6" + "number": "4.6" }, { - "id": "relative-OKLCH", - "href": "https://www.w3.org/TR/css-color-5/#relative-OKLCH", + "id": "relative-Oklch", + "href": "https://www.w3.org/TR/css-color-5/#relative-Oklch", "level": 3, - "title": "Relative OKLCH Colors", - "number": "3.7" + "title": "Relative Oklch Colors", + "number": "4.7" }, { "id": "color-function", "href": "https://www.w3.org/TR/css-color-5/#color-function", "level": 2, - "title": "Specifying Custom Color Spaces: the color() Function", - "number": "4" + "title": "Specifying Predefined and Custom Color Spaces: the color() Function", + "number": "5" }, { "id": "relative-color-function", "href": "https://www.w3.org/TR/css-color-5/#relative-color-function", "level": 3, "title": "Relative Color-Function Colors", - "number": "4.1" + "number": "5.1" }, { "id": "custom-color", "href": "https://www.w3.org/TR/css-color-5/#custom-color", "level": 3, "title": "Custom Color Spaces", - "number": "4.2" + "number": "5.2" }, { "id": "at-profile", "href": "https://www.w3.org/TR/css-color-5/#at-profile", "level": 3, "title": "Specifying a Color Profile: the @color-profile at-rule", - "number": "4.3" + "number": "5.3" }, { "id": "cal-cmyk", "href": "https://www.w3.org/TR/css-color-5/#cal-cmyk", "level": 3, "title": "CSS and Print: Using Calibrated CMYK and Other Printed Color Spaces", - "number": "4.4" + "number": "5.4" }, { "id": "cmyk-to-lab", "href": "https://www.w3.org/TR/css-color-5/#cmyk-to-lab", "level": 3, "title": "Converting CMYK colors to Lab", - "number": "4.5" + "number": "5.5" }, { "id": "lab-to-cmyk", "href": "https://www.w3.org/TR/css-color-5/#lab-to-cmyk", "level": 3, "title": "Converting Lab colors to CMYK", - "number": "4.6" + "number": "5.6" }, { "id": "device-cmyk", "href": "https://www.w3.org/TR/css-color-5/#device-cmyk", "level": 2, "title": "Uncalibrated CMYK Colors: the device-cmyk() Function", - "number": "5" + "number": "6" }, { "id": "cmyk-rgb", "href": "https://www.w3.org/TR/css-color-5/#cmyk-rgb", "level": 3, "title": "Naively Converting Between Uncalibrated CMYK and sRGB-Based Color", - "number": "5.1" + "number": "6.1" + }, + { + "id": "light-dark", + "href": "https://www.w3.org/TR/css-color-5/#light-dark", + "level": 2, + "title": "Reacting to the used color-scheme: the light-dark() Function", + "number": "7" + }, + { + "id": "contrast-color", + "href": "https://www.w3.org/TR/css-color-5/#contrast-color", + "level": 2, + "title": "Dynamically specifying a text color with adequate contrast: the contrast-color() Function", + "number": "8" + }, + { + "id": "interpolation", + "href": "https://www.w3.org/TR/css-color-5/#interpolation", + "level": 2, + "title": "Color Interpolation", + "number": "9" + }, + { + "id": "interpolation-space", + "href": "https://www.w3.org/TR/css-color-5/#interpolation-space", + "level": 3, + "title": "Color Space for Interpolation", + "number": "9.1" }, { "id": "resolving-color-values", "href": "https://www.w3.org/TR/css-color-5/#resolving-color-values", "level": 2, - "title": "Resolving Values", - "number": "6" + "title": "10. Resolving Values" }, { "id": "resolving-mix", "href": "https://www.w3.org/TR/css-color-5/#resolving-mix", "level": 3, "title": "Resolving color-mix() Values", - "number": "6.1" + "number": "10.1" + }, + { + "id": "resolving-rcs", + "href": "https://www.w3.org/TR/css-color-5/#resolving-rcs", + "level": 3, + "title": "Resolving Relative Color Syntax Values", + "number": "10.2" }, { "id": "resolving-device-cmyk-values", "href": "https://www.w3.org/TR/css-color-5/#resolving-device-cmyk-values", "level": 3, "title": "Resolving device-cmyk Values", - "number": "6.2" + "number": "10.3" }, { "id": "serial", "href": "https://www.w3.org/TR/css-color-5/#serial", "level": 2, - "title": "Serialization", - "number": "7" + "title": "11. Serialization" }, { "id": "serial-color-mix", "href": "https://www.w3.org/TR/css-color-5/#serial-color-mix", "level": 3, "title": "Serializing color-mix()", - "number": "7.1" + "number": "11.1" }, { "id": "serial-relative-color", "href": "https://www.w3.org/TR/css-color-5/#serial-relative-color", "level": 3, "title": "Serializing Relative Color Functions", - "number": "7.2" + "number": "11.2" }, { "id": "serial-custom-color", "href": "https://www.w3.org/TR/css-color-5/#serial-custom-color", "level": 3, "title": "Serializing Custom Color Spaces", - "number": "7.3" + "number": "11.3" }, { "id": "serializing-device-cmyk-values", "href": "https://www.w3.org/TR/css-color-5/#serializing-device-cmyk-values", "level": 3, "title": "Serializing device-cmyk Values", - "number": "7.4" + "number": "11.4" + }, + { + "id": "apis", + "href": "https://www.w3.org/TR/css-color-5/#apis", + "level": 2, + "title": "12. APIs" + }, + { + "id": "the-csscolorprofilerule-interface", + "href": "https://www.w3.org/TR/css-color-5/#the-csscolorprofilerule-interface", + "level": 3, + "title": "The CSSColorProfileRule interface", + "number": "12.1" }, { "id": "sample", "href": "https://www.w3.org/TR/css-color-5/#sample", "level": 2, - "title": "Default Style Rules", - "number": "8" + "title": "13. Default Style Rules" }, { "id": "security", "href": "https://www.w3.org/TR/css-color-5/#security", "level": 2, - "title": "Security Considerations", - "number": "9" + "title": "14. Security Considerations" }, { "id": "privacy", "href": "https://www.w3.org/TR/css-color-5/#privacy", "level": 2, - "title": "10. Privacy Considerations" + "title": "15. Privacy Considerations" }, { "id": "changes", "href": "https://www.w3.org/TR/css-color-5/#changes", "level": 2, - "title": "11. Changes" + "title": "16. Changes" + }, + { + "id": "changes-20220628", + "href": "https://www.w3.org/TR/css-color-5/#changes-20220628", + "level": 3, + "title": "Since the Working Draft of 28 June 2022", + "number": "16.1" }, { "id": "changes-20220428", "href": "https://www.w3.org/TR/css-color-5/#changes-20220428", "level": 3, "title": "Since the Working Draft of 28 April 2022", - "number": "11.1" + "number": "16.2" }, { "id": "changes-20211215", "href": "https://www.w3.org/TR/css-color-5/#changes-20211215", "level": 3, "title": "Since the Working Draft of 15 December 2021", - "number": "11.2" + "number": "16.3" }, { "id": "changes-20210601", "href": "https://www.w3.org/TR/css-color-5/#changes-20210601", "level": 3, "title": "Since the Working Draft of 1 June 2021", - "number": "11.3" + "number": "16.4" }, { "id": "changes-20200303", "href": "https://www.w3.org/TR/css-color-5/#changes-20200303", "level": 3, "title": "Since the FPWD of 10 June 2020", - "number": "11.4" + "number": "16.5" }, { "id": "changes-from-4", "href": "https://www.w3.org/TR/css-color-5/#changes-from-4", "level": 3, "title": "Changes from CSS Color 4", - "number": "11.5" + "number": "16.6" }, { "id": "w3c-conformance", @@ -383,6 +441,12 @@ "href": "https://www.w3.org/TR/css-color-5/#color-profile-descriptor-table", "level": 3, "title": "@color-profile Descriptors" + }, + { + "id": "idl-index", + "href": "https://www.w3.org/TR/css-color-5/#idl-index", + "level": 2, + "title": "IDL Index" } ] } \ No newline at end of file diff --git a/tr/idl/css-color-5.idl b/tr/idl/css-color-5.idl new file mode 100644 index 000000000000..bf9d1f715152 --- /dev/null +++ b/tr/idl/css-color-5.idl @@ -0,0 +1,12 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: CSS Color Module Level 5 (https://www.w3.org/TR/css-color-5/) + +[Exposed=Window] +interface CSSColorProfileRule : CSSRule { + readonly attribute CSSOMString name ; + readonly attribute CSSOMString src ; + readonly attribute CSSOMString renderingIntent ; + readonly attribute CSSOMString components ; +}; diff --git a/tr/idl/webcodecs.idl b/tr/idl/webcodecs.idl index d8cc7eaba479..167a3a60caf2 100644 --- a/tr/idl/webcodecs.idl +++ b/tr/idl/webcodecs.idl @@ -390,21 +390,37 @@ dictionary PlaneLayout { enum VideoPixelFormat { // 4:2:0 Y, U, V "I420", + "I420P10", + "I420P12", // 4:2:0 Y, U, V, A "I420A", + "I420AP10", + "I420AP12", // 4:2:2 Y, U, V "I422", + "I422P10", + "I422P12", + // 4:2:2 Y, U, V, A + "I422A", + "I422AP10", + "I422AP12", // 4:4:4 Y, U, V "I444", + "I444P10", + "I444P12", + // 4:4:4 Y, U, V, A + "I444A", + "I444AP10", + "I444AP12", // 4:2:0 Y, UV "NV12", - // 32bpp RGBA + // 4:4:4 RGBA "RGBA", - // 32bpp RGBX (opaque) + // 4:4:4 RGBX (opaque) "RGBX", - // 32bpp BGRA + // 4:4:4 BGRA "BGRA", - // 32bpp BGRX (opaque) + // 4:4:4 BGRX (opaque) "BGRX", }; diff --git a/tr/idl/webnn.idl b/tr/idl/webnn.idl index 7a7e41b8bbf4..a89de517cd77 100644 --- a/tr/idl/webnn.idl +++ b/tr/idl/webnn.idl @@ -69,7 +69,7 @@ dictionary MLOperandDescriptor { // The dimensions field is empty for scalar operands, // and non-empty for tensor operands. - sequence dimensions = []; + sequence<[EnforceRange] unsigned long> dimensions = []; }; [SecureContext, Exposed=(Window, DedicatedWorker)] @@ -102,7 +102,7 @@ interface MLGraphBuilder { }; dictionary MLArgMinMaxOptions { - sequence axes; + sequence<[EnforceRange] unsigned long> axes; boolean keepDimensions = false; boolean selectLastIndex = false; }; @@ -115,7 +115,7 @@ partial interface MLGraphBuilder { dictionary MLBatchNormalizationOptions { MLOperand scale; MLOperand bias; - unsigned long axis = 1; + [EnforceRange] unsigned long axis = 1; float epsilon = 1e-5; MLActivation activation; }; @@ -140,7 +140,7 @@ partial interface MLGraphBuilder { }; partial interface MLGraphBuilder { - MLOperand concat(sequence inputs, unsigned long axis); + MLOperand concat(sequence inputs, [EnforceRange] unsigned long axis); }; enum MLConv2dFilterOperandLayout { @@ -151,10 +151,10 @@ enum MLConv2dFilterOperandLayout { }; dictionary MLConv2dOptions { - sequence padding; - sequence strides; - sequence dilations; - unsigned long groups = 1; + sequence<[EnforceRange] unsigned long> padding; + sequence<[EnforceRange] unsigned long> strides; + sequence<[EnforceRange] unsigned long> dilations; + [EnforceRange] unsigned long groups = 1; MLInputOperandLayout inputLayout = "nchw"; MLConv2dFilterOperandLayout filterLayout = "oihw"; MLOperand bias; @@ -172,12 +172,12 @@ enum MLConvTranspose2dFilterOperandLayout { }; dictionary MLConvTranspose2dOptions { - sequence padding; - sequence strides; - sequence dilations; - sequence outputPadding; - sequence outputSizes; - unsigned long groups = 1; + sequence<[EnforceRange] unsigned long> padding; + sequence<[EnforceRange] unsigned long> strides; + sequence<[EnforceRange] unsigned long> dilations; + sequence<[EnforceRange] unsigned long> outputPadding; + sequence<[EnforceRange] unsigned long> outputSizes; + [EnforceRange] unsigned long groups = 1; MLInputOperandLayout inputLayout = "nchw"; MLConvTranspose2dFilterOperandLayout filterLayout = "iohw"; MLOperand bias; @@ -234,11 +234,11 @@ partial interface MLGraphBuilder { }; partial interface MLGraphBuilder { - MLOperand expand(MLOperand input, sequence newShape); + MLOperand expand(MLOperand input, sequence<[EnforceRange] unsigned long> newShape); }; dictionary MLGatherOptions { - unsigned long axis = 0; + [EnforceRange] unsigned long axis = 0; }; partial interface MLGraphBuilder { @@ -280,8 +280,11 @@ dictionary MLGruOptions { }; partial interface MLGraphBuilder { - sequence gru(MLOperand input, MLOperand weight, MLOperand recurrentWeight, - unsigned long steps, unsigned long hiddenSize, + sequence gru(MLOperand input, + MLOperand weight, + MLOperand recurrentWeight, + [EnforceRange] unsigned long steps, + [EnforceRange] unsigned long hiddenSize, optional MLGruOptions options = {}); }; @@ -294,8 +297,11 @@ dictionary MLGruCellOptions { }; partial interface MLGraphBuilder { - MLOperand gruCell(MLOperand input, MLOperand weight, MLOperand recurrentWeight, - MLOperand hiddenState, unsigned long hiddenSize, + MLOperand gruCell(MLOperand input, + MLOperand weight, + MLOperand recurrentWeight, + MLOperand hiddenState, + [EnforceRange] unsigned long hiddenSize, optional MLGruCellOptions options = {}); }; @@ -329,7 +335,7 @@ partial interface MLGraphBuilder { dictionary MLLayerNormalizationOptions { MLOperand scale; MLOperand bias; - sequence axes; + sequence<[EnforceRange] unsigned long> axes; float epsilon = 1e-5; }; @@ -374,8 +380,11 @@ dictionary MLLstmOptions { }; partial interface MLGraphBuilder { - sequence lstm(MLOperand input, MLOperand weight, MLOperand recurrentWeight, - unsigned long steps, unsigned long hiddenSize, + sequence lstm(MLOperand input, + MLOperand weight, + MLOperand recurrentWeight, + [EnforceRange] unsigned long steps, + [EnforceRange] unsigned long hiddenSize, optional MLLstmOptions options = {}); }; @@ -388,8 +397,12 @@ dictionary MLLstmCellOptions { }; partial interface MLGraphBuilder { - sequence lstmCell(MLOperand input, MLOperand weight, MLOperand recurrentWeight, - MLOperand hiddenState, MLOperand cellState, unsigned long hiddenSize, + sequence lstmCell(MLOperand input, + MLOperand weight, + MLOperand recurrentWeight, + MLOperand hiddenState, + MLOperand cellState, + [EnforceRange] unsigned long hiddenSize, optional MLLstmCellOptions options = {}); }; @@ -411,8 +424,8 @@ dictionary MLPadOptions { partial interface MLGraphBuilder { MLOperand pad(MLOperand input, - sequence beginningPadding, - sequence endingPadding, + sequence<[EnforceRange] unsigned long> beginningPadding, + sequence<[EnforceRange] unsigned long> endingPadding, optional MLPadOptions options = {}); }; @@ -422,13 +435,13 @@ enum MLRoundingType { }; dictionary MLPool2dOptions { - sequence windowDimensions; - sequence padding; - sequence strides; - sequence dilations; + sequence<[EnforceRange] unsigned long> windowDimensions; + sequence<[EnforceRange] unsigned long> padding; + sequence<[EnforceRange] unsigned long> strides; + sequence<[EnforceRange] unsigned long> dilations; MLInputOperandLayout layout = "nchw"; MLRoundingType roundingType = "floor"; - sequence outputSizes; + sequence<[EnforceRange] unsigned long> outputSizes; }; partial interface MLGraphBuilder { @@ -442,7 +455,7 @@ partial interface MLGraphBuilder { }; dictionary MLReduceOptions { - sequence axes; + sequence<[EnforceRange] unsigned long> axes; boolean keepDimensions = false; }; @@ -472,8 +485,8 @@ enum MLInterpolationMode { dictionary MLResample2dOptions { MLInterpolationMode mode = "nearest-neighbor"; sequence scales; - sequence sizes; - sequence axes; + sequence<[EnforceRange] unsigned long> sizes; + sequence<[EnforceRange] unsigned long> axes; }; partial interface MLGraphBuilder { @@ -481,7 +494,7 @@ partial interface MLGraphBuilder { }; partial interface MLGraphBuilder { - MLOperand reshape(MLOperand input, sequence newShape); + MLOperand reshape(MLOperand input, sequence<[EnforceRange] unsigned long> newShape); }; partial interface MLGraphBuilder { @@ -490,7 +503,9 @@ partial interface MLGraphBuilder { }; partial interface MLGraphBuilder { - MLOperand slice(MLOperand input, sequence starts, sequence sizes); + MLOperand slice(MLOperand input, + sequence<[EnforceRange] unsigned long> starts, + sequence<[EnforceRange] unsigned long> sizes); }; partial interface MLGraphBuilder { @@ -513,12 +528,12 @@ partial interface MLGraphBuilder { }; dictionary MLSplitOptions { - unsigned long axis = 0; + [EnforceRange] unsigned long axis = 0; }; partial interface MLGraphBuilder { sequence split(MLOperand input, - (unsigned long or sequence) splits, + ([EnforceRange] unsigned long or sequence<[EnforceRange] unsigned long>) splits, optional MLSplitOptions options = {}); }; @@ -528,7 +543,7 @@ partial interface MLGraphBuilder { }; dictionary MLTransposeOptions { - sequence permutation; + sequence<[EnforceRange] unsigned long> permutation; }; partial interface MLGraphBuilder { @@ -537,7 +552,7 @@ partial interface MLGraphBuilder { dictionary MLTriangularOptions { boolean upper = true; - long diagonal = 0; + [EnforceRange] long diagonal = 0; }; partial interface MLGraphBuilder { diff --git a/tr/ids/css-color-5.json b/tr/ids/css-color-5.json index ae506c773242..51fe3ead1f54 100644 --- a/tr/ids/css-color-5.json +++ b/tr/ids/css-color-5.json @@ -10,21 +10,72 @@ "https://www.w3.org/TR/css-color-5/#title", "https://www.w3.org/TR/css-color-5/#w3c-state", "https://www.w3.org/TR/css-color-5/#abstract", - "https://www.w3.org/TR/css-color-5/#status", + "https://www.w3.org/TR/css-color-5/#sotd", "https://www.w3.org/TR/css-color-5/#w3c_process_revision", "https://www.w3.org/TR/css-color-5/#toc", "https://www.w3.org/TR/css-color-5/#contents", "https://www.w3.org/TR/css-color-5/#intro", + "https://www.w3.org/TR/css-color-5/#fig-chloropleth", "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-light-dark", "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color", - "https://www.w3.org/TR/css-color-5/#color-mix", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#color-syntax", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color", + "https://www.w3.org/TR/css-color-5/#typedef-color", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color-base", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-system-color", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-light-dark%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#typedef-color-base", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-hex-color", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color-function", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-named-color", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#typedef-color-function", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-rgb", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-rgba", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-hsl", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-hsla", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-hwb", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-lab", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-lch", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-oklab", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-oklch", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#absolute-color", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-currentcolor", + "https://www.w3.org/TR/css-color-5/#ref-for-propdef-color", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-system-color%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-light-dark%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#color-mix", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A2", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color-space", "https://www.w3.org/TR/css-color-5/#funcdef-color-mix", "https://www.w3.org/TR/css-color-5/#ref-for-color-interpolation-method", "https://www.w3.org/TR/css-color-5/#ref-for-comb-comma", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A3", "https://www.w3.org/TR/css-color-5/#ref-for-comb-all", "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value", "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt", @@ -33,36 +84,36 @@ "https://www.w3.org/TR/css-color-5/#ex-mix-syntactic", "https://www.w3.org/TR/css-color-5/#color-mix-result", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color-space%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-valdef-hsl-hsl", - "https://www.w3.org/TR/css-color-5/#ref-for-valdef-hwb-hwb", - "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-srgb", + "https://www.w3.org/TR/css-color-5/#ref-for-analogous-components", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-hue-interpolation-method", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-hue-interpolation-method%E2%91%A0", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-hue-interpolation-method%E2%91%A1", "https://www.w3.org/TR/css-color-5/#ex-mix-lch-peru40", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-lch", - "https://www.w3.org/TR/css-color-5/#ex-mix-lch-teal65", "https://www.w3.org/TR/css-color-5/#ref-for-valdef-lch-lch", + "https://www.w3.org/TR/css-color-5/#fig-LCH-peru-goldenrod", + "https://www.w3.org/TR/css-color-5/#ex-mix-lch-teal65", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-lch-lch%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#fig-LCH-teal-olive", "https://www.w3.org/TR/css-color-5/#color-mix-color-space-effect", "https://www.w3.org/TR/css-color-5/#ex-mix-colorspaces-black-white", "https://www.w3.org/TR/css-color-5/#ex-mix-xyz", "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-xyz", "https://www.w3.org/TR/css-color-5/#ex-mix-blue-white", "https://www.w3.org/TR/css-color-5/#ex-hsl-gamut-map", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-hsl-hsl", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-srgb", "https://www.w3.org/TR/css-color-5/#ref-for-valdef-hsl-hsl%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-srgb%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-valdef-hsl-hsl%E2%91%A1", "https://www.w3.org/TR/css-color-5/#color-mix-with-alpha", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A3", "https://www.w3.org/TR/css-color-5/#ex-premultiply-srgb", "https://www.w3.org/TR/css-color-5/#ex-premultiply-srgb-2", "https://www.w3.org/TR/css-color-5/#relative-colors", "https://www.w3.org/TR/css-color-5/#relative-color", + "https://www.w3.org/TR/css-color-5/#ref-for-modern-color-syntax", "https://www.w3.org/TR/css-color-5/#origin-color", "https://www.w3.org/TR/css-color-5/#ref-for-math-function", "https://www.w3.org/TR/css-color-5/#ref-for-relative-color", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A1", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0", "https://www.w3.org/TR/css-color-5/#channel-keyword", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1", @@ -70,341 +121,371 @@ "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A2", "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A0", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-modern-color-syntax%E2%91%A0", "https://www.w3.org/TR/css-color-5/#ref-for-legacy-color-syntax", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#example-e5e90948", + "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-angle-value", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-angle-value%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-canonical-unit", + "https://www.w3.org/TR/css-color-5/#example-1f6216e3", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#example-4889a5cd", + "https://www.w3.org/TR/css-color-5/#ref-for-angle-value%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-angle-value%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#required-conversion", + "https://www.w3.org/TR/css-color-5/#originally-specified-color-space", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A7", "https://www.w3.org/TR/css-color-5/#example-f70ef931", - "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword", + "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A0", "https://www.w3.org/TR/css-color-5/#ref-for-math-function%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A7", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-lch%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#example-e5e90948", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-lch%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#example-4a72a837", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#example-f7c4445d", "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A1", "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-red", "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-lime", "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-blue", "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-darkolivegreen", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-oklch", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-oklch%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ex-no-percentage-magic", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-analogous-components%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ex-missing-analogous", + "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#fig-gradient-missing", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-none", "https://www.w3.org/TR/css-color-5/#relative-RGB", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-rgb", - "https://www.w3.org/TR/css-color-5/#funcdef-rgb", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one", + "https://www.w3.org/TR/css-color-5/#ref-for-modern-color-syntax%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-rgb%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-rgba%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#typedef-modern-rgb-syntax", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-modern-rgb-syntax", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-color-5/#ref-for-mult-num", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-num%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#typedef-modern-rgba-syntax", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-modern-rgba-syntax", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A5", "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-num%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-num%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#typedef-alpha-value", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A7", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-rgb%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-rgb%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-rgba%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A2", "https://www.w3.org/TR/css-color-5/#valdef-rgb-r", "https://www.w3.org/TR/css-color-5/#valdef-rgb-g", "https://www.w3.org/TR/css-color-5/#valdef-rgb-b", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#valdef-rgb-alpha", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A8", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#valdef-rgb-alpha", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-color-5/#example-077312cb", - "https://www.w3.org/TR/css-color-5/#example-6ebac0e8", + "https://www.w3.org/TR/css-color-5/#example-648e776c", "https://www.w3.org/TR/css-color-5/#ref-for-legacy-color-syntax%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#example-2d0c28bc", + "https://www.w3.org/TR/css-color-5/#example-53895412", "https://www.w3.org/TR/css-color-5/#relative-HSL", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-hsl", - "https://www.w3.org/TR/css-color-5/#funcdef-hsl", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-modern-color-syntax%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-hsl%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-hsla%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#typedef-modern-hsl-syntax", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-modern-hsl-syntax", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A6", "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A4", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-hue", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-hsl%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#typedef-modern-hsla-syntax", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-modern-hsla-syntax", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-hue%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-hsl%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-hsla%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A3", "https://www.w3.org/TR/css-color-5/#valdef-hsl-h", - "https://www.w3.org/TR/css-color-5/#ref-for-angle-value", - "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-color-5/#valdef-hsl-s", "https://www.w3.org/TR/css-color-5/#valdef-hsl-l", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A7", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A7", - "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#valdef-hsl-alpha", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A8", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#example-2e48222a", + "https://www.w3.org/TR/css-color-5/#valdef-hsl-alpha", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#example-c4b276dd", "https://www.w3.org/TR/css-color-5/#relative-HWB", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-hwb", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-hwb%E2%91%A0", "https://www.w3.org/TR/css-color-5/#funcdef-hwb", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-hue%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-hue%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A7", - "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-hwb%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-hwb%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A4", "https://www.w3.org/TR/css-color-5/#valdef-hwb-h", - "https://www.w3.org/TR/css-color-5/#ref-for-angle-value%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-color-5/#valdef-hwb-w", "https://www.w3.org/TR/css-color-5/#valdef-hwb-b", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-color-5/#valdef-hwb-alpha", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#valdef-hwb-alpha", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-color-5/#relative-Lab", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-lab", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-lab%E2%91%A0", "https://www.w3.org/TR/css-color-5/#funcdef-lab", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-lab%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-lab%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A5", "https://www.w3.org/TR/css-color-5/#valdef-lab-l", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-color-5/#valdef-lab-a", "https://www.w3.org/TR/css-color-5/#valdef-lab-b", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#valdef-lab-alpha", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#example-35ec0113", - "https://www.w3.org/TR/css-color-5/#example-80df9fb3", - "https://www.w3.org/TR/css-color-5/#relative-OKLab", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-oklab", + "https://www.w3.org/TR/css-color-5/#valdef-lab-alpha", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#example-b411f1d3", + "https://www.w3.org/TR/css-color-5/#example-d39afaf1", + "https://www.w3.org/TR/css-color-5/#relative-Oklab", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-oklab%E2%91%A0", "https://www.w3.org/TR/css-color-5/#funcdef-oklab", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-oklab%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-oklab%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A6", "https://www.w3.org/TR/css-color-5/#valdef-oklab-l", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-color-5/#valdef-oklab-a", "https://www.w3.org/TR/css-color-5/#valdef-oklab-b", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#valdef-oklab-alpha", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#valdef-oklab-alpha", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-color-5/#relative-LCH", "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-lch%E2%91%A1", "https://www.w3.org/TR/css-color-5/#funcdef-lch", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A7", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-hue%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-hue%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A8", "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-lch%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A7", "https://www.w3.org/TR/css-color-5/#valdef-lch-l", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#valdef-lch-c", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#valdef-lch-h", - "https://www.w3.org/TR/css-color-5/#ref-for-angle-value%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#valdef-lch-c", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/css-color-5/#valdef-lch-alpha", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#valdef-lch-h", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/css-color-5/#example-f950a899", - "https://www.w3.org/TR/css-color-5/#example-d5df127d", - "https://www.w3.org/TR/css-color-5/#example-634fc265", + "https://www.w3.org/TR/css-color-5/#valdef-lch-alpha", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#example-fef81186", + "https://www.w3.org/TR/css-color-5/#example-fb53cf30", + "https://www.w3.org/TR/css-color-5/#example-dddffb4a", "https://www.w3.org/TR/css-color-5/#ex-wildly-oog", - "https://www.w3.org/TR/css-color-5/#relative-OKLCH", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-oklch%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#fig-LCH-rotation-oog", + "https://www.w3.org/TR/css-color-5/#relative-Oklch", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-oklch%E2%91%A1", "https://www.w3.org/TR/css-color-5/#funcdef-oklch", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A8", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-hue%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-hue%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A7", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A8", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-oklch%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-oklch%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A8", "https://www.w3.org/TR/css-color-5/#valdef-oklch-l", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/css-color-5/#valdef-oklch-c", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#valdef-oklch-h", - "https://www.w3.org/TR/css-color-5/#ref-for-angle-value%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#valdef-oklch-c", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#valdef-oklch-alpha", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#valdef-oklch-h", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#valdef-oklch-alpha", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/css-color-5/#ex-oklch-wildly-oog", "https://www.w3.org/TR/css-color-5/#color-function", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A0", "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-color-space", "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-color-space", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A3", "https://www.w3.org/TR/css-color-5/#funcdef-color", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-colorspace-params", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A8", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-color-5/#typedef-colorspace-params", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-custom-params", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-predefined-rgb-params", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-xyz-params", "https://www.w3.org/TR/css-color-5/#typedef-custom-params", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-dashed-ident", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-comma%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-one-plus", "https://www.w3.org/TR/css-color-5/#typedef-predefined-rgb-params", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-predefined-rgb", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-num%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A6%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-num%E2%91%A1", "https://www.w3.org/TR/css-color-5/#typedef-predefined-rgb", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A6%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A6%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A6%E2%91%A7", "https://www.w3.org/TR/css-color-5/#typedef-xyz-params", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-xyz", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4%E2%91%A8", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A5%E2%93%AA", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-num%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A7%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-num%E2%91%A2", "https://www.w3.org/TR/css-color-5/#typedef-xyz", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A5%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A7%E2%91%A1", "https://www.w3.org/TR/css-color-5/#invalid-color", "https://www.w3.org/TR/css-color-5/#ref-for-valid-color", "https://www.w3.org/TR/css-color-5/#ref-for-invalid-color", @@ -415,76 +496,67 @@ "https://www.w3.org/TR/css-color-5/#ref-for-valid-color%E2%91%A1", "https://www.w3.org/TR/css-color-5/#ref-for-out-of-gamut", "https://www.w3.org/TR/css-color-5/#relative-color-function", - "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A4", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-custom-params%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-5/#ref-for-descdef-color-profile-components", "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A5", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-predefined-rgb-params%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-5/#valdef-color-r", "https://www.w3.org/TR/css-color-5/#valdef-color-g", "https://www.w3.org/TR/css-color-5/#valdef-color-b", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A6", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-xyz-params%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-color-5/#valdef-color-x", "https://www.w3.org/TR/css-color-5/#valdef-color-y", "https://www.w3.org/TR/css-color-5/#valdef-color-z", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-predefined-rgb-params%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-xyz-params%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#valdef-color-alpha", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-ident", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-dashed-ident%E2%91%A0", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-ident%E2%91%A0", "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-display-p3", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-dashed-ident%E2%91%A1", "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-ident%E2%91%A1", "https://www.w3.org/TR/css-color-5/#ref-for-invalid-color%E2%91%A0", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-dashed-ident%E2%91%A2", "https://www.w3.org/TR/css-color-5/#ref-for-css-color-profile", "https://www.w3.org/TR/css-color-5/#ref-for-invalid-color%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/css-color-5/#ref-for-valid-color%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/css-color-5/#ref-for-valid-color%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-rgb%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-invalid-color%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-out-of-gamut%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#cant-be-displayed", - "https://www.w3.org/TR/css-color-5/#can-be-displayed", - "https://www.w3.org/TR/css-color-5/#ref-for-invalid-color%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#ref-for-out-of-gamut%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/css-color-5/#ref-for-valid-color%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#ref-for-cant-be-displayed", - "https://www.w3.org/TR/css-color-5/#ref-for-gamut-map%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-invalid-color%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#ref-for-opaque-black", - "https://www.w3.org/TR/css-color-5/#ex-2020-oog-p3", - "https://www.w3.org/TR/css-color-5/#ex-profoto-bad", - "https://www.w3.org/TR/css-color-5/#ref-for-opaque-black%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ex-RCS-XYZ", "https://www.w3.org/TR/css-color-5/#custom-color", "https://www.w3.org/TR/css-color-5/#ref-for-color", "https://www.w3.org/TR/css-color-5/#ex-profiles-colors", @@ -495,9 +567,9 @@ "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A2", "https://www.w3.org/TR/css-color-5/#at-ruledef-profile", "https://www.w3.org/TR/css-color-5/#css-color-profile", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A8", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-dashed-ident%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A7%E2%91%A2", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-declaration-list", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-dashed-ident%E2%91%A5", "https://www.w3.org/TR/css-color-5/#ref-for-css-color-profile%E2%91%A0", @@ -506,7 +578,7 @@ "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A4", "https://www.w3.org/TR/css-color-5/#ref-for-url-value", "https://www.w3.org/TR/css-color-5/#ref-for-descdef-color-profile-src", - "https://www.w3.org/TR/css-color-5/#ref-for-invalid-color%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-invalid-color%E2%91%A2", "https://www.w3.org/TR/css-color-5/#fetch-an-external-color-profile", "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A5", "https://www.w3.org/TR/css-color-5/#ref-for-fetch-a-style-resource", @@ -514,9 +586,9 @@ "https://www.w3.org/TR/css-color-5/#ref-for-concept-response", "https://www.w3.org/TR/css-color-5/#descdef-color-profile-rendering-intent", "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A5%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A5%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A7%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A7%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A7%E2%91%A5", "https://www.w3.org/TR/css-color-5/#ref-for-css-color-profile%E2%91%A1", "https://www.w3.org/TR/css-color-5/#gamut-map", "https://www.w3.org/TR/css-color-5/#ref-for-descdef-color-profile-rendering-intent", @@ -527,7 +599,7 @@ "https://www.w3.org/TR/css-color-5/#descdef-color-profile-components", "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A7", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-ident%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-comma%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-comma%E2%91%A0", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-ident%E2%91%A3", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-ident%E2%91%A4", "https://www.w3.org/TR/css-color-5/#ex-components-cmyk", @@ -538,88 +610,238 @@ "https://www.w3.org/TR/css-color-5/#cal-cmyk", "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A8", "https://www.w3.org/TR/css-color-5/#ex-fogra", - "https://www.w3.org/TR/css-color-5/#fogra51-roundtrip", + "https://www.w3.org/TR/css-color-5/#fig-fogra51-roundtrip", "https://www.w3.org/TR/css-color-5/#ex-swop5v2", "https://www.w3.org/TR/css-color-5/#ex-fogra39-fallback-mq", "https://www.w3.org/TR/css-color-5/#ex-fogra55beta-7color", "https://www.w3.org/TR/css-color-5/#cmyk-to-lab", "https://www.w3.org/TR/css-color-5/#lab-to-cmyk", "https://www.w3.org/TR/css-color-5/#device-cmyk", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A2", "https://www.w3.org/TR/css-color-5/#funcdef-device-cmyk", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-legacy-device-cmyk-syntax", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A7%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-modern-device-cmyk-syntax", + "https://www.w3.org/TR/css-color-5/#typedef-legacy-device-cmyk-syntax", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-comma%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#typedef-modern-device-cmyk-syntax", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-cmyk-component", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-num%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-num%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A7%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-none%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-color-5/#typedef-cmyk-component", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A3%E2%91%A7", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A5%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A7%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A8%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-none%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A3", "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-rgb%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-legacy-color-syntax%E2%91%A1", "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A6", "https://www.w3.org/TR/css-color-5/#ex-device-cmyk-naive", "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-5/#ex-device-cmyk-colprof", "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#fig-naive-cmyk", "https://www.w3.org/TR/css-color-5/#cmyk-rgb", "https://www.w3.org/TR/css-color-5/#naively-convert-from-cmyk-to-rgba", "https://www.w3.org/TR/css-color-5/#naively-convert-from-rgba-to-cmyk", + "https://www.w3.org/TR/css-color-5/#light-dark", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-light-dark%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-light-dark%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#funcdef-light-dark", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-comma%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-used-color-scheme", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-scheme-light", + "https://www.w3.org/TR/css-color-5/#ref-for-used-color-scheme%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-scheme-dark", + "https://www.w3.org/TR/css-color-5/#contrast-color", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-contrast-color", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-contrast-color%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#funcdef-contrast-color", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-white", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-black", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-white%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-white%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-black%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#interpolation", + "https://www.w3.org/TR/css-color-5/#interpolation-space", + "https://www.w3.org/TR/css-color-5/#ref-for-color-interpolation-method%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#typedef-color-space", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-rectangular-color-space", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A8%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-polar-color-space", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A8%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-custom-color-space", + "https://www.w3.org/TR/css-color-5/#typedef-rectangular-color-space", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-srgb%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A8%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-srgb-linear", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A8%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-display-p3%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A8%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-a98-rgb", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A8%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-prophoto-rgb", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A8%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-rec2020", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A8%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-lab-lab", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A8%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-oklab-oklab", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-xyz%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-xyz-d50", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-xyz-d65", + "https://www.w3.org/TR/css-color-5/#typedef-polar-color-space", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-hsl-hsl%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-hwb-hwb", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-lch-lch%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-oklch-oklch", + "https://www.w3.org/TR/css-color-5/#typedef-custom-color-space", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-dashed-ident%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#typedef-hue-interpolation-method", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#color-interpolation-method", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-rectangular-color-space%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-polar-color-space%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-hue-interpolation-method%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-custom-color-space%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-dashed-ident%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-color-interpolation-method%E2%91%A1", "https://www.w3.org/TR/css-color-5/#resolving-color-values", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-color-5/#resolving-mix", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-currentcolor", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-currentcolor%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#resolving-rcs", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-currentcolor%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-color-5/#resolving-device-cmyk-values", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A3%E2%91%A8", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/css-color-5/#ref-for-actual-value", "https://www.w3.org/TR/css-color-5/#ex-device-cmyk-used", "https://www.w3.org/TR/css-color-5/#serial", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A7", "https://www.w3.org/TR/css-color-5/#serial-color-mix", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color-space%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ex-serial-specified-mix", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-currentcolor%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-attr-color", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-color-5/#fn1", - "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-xyz%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-xyz-d65", - "https://www.w3.org/TR/css-color-5/#example-4359b61a", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-xyz%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-xyz-d65%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ex-serial-computed-color-mix", "https://www.w3.org/TR/css-color-5/#serial-relative-color", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#example-6da97e26", + "https://www.w3.org/TR/css-color-5/#ex-serial-rcs-specified-simple", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-currentcolor%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-attr-color%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ex-serial-rcs-computed", "https://www.w3.org/TR/css-color-5/#serial-custom-color", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-5/#ex-color-swop-serial", "https://www.w3.org/TR/css-color-5/#serializing-device-cmyk-values", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A8", "https://www.w3.org/TR/css-color-5/#ref-for-computed-value", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/css-color-5/#ex-device-cmyk-serial", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#apis", + "https://www.w3.org/TR/css-color-5/#the-csscolorprofilerule-interface", + "https://www.w3.org/TR/css-color-5/#ref-for-csscolorprofilerule", + "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-Exposed", + "https://www.w3.org/TR/css-color-5/#csscolorprofilerule", + "https://www.w3.org/TR/css-color-5/#ref-for-cssrule", + "https://www.w3.org/TR/css-color-5/#ref-for-cssomstring", + "https://www.w3.org/TR/css-color-5/#ref-for-dom-csscolorprofilerule-name", + "https://www.w3.org/TR/css-color-5/#ref-for-cssomstring%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-dom-csscolorprofilerule-src", + "https://www.w3.org/TR/css-color-5/#ref-for-cssomstring%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-dom-csscolorprofilerule-renderingintent", + "https://www.w3.org/TR/css-color-5/#ref-for-cssomstring%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-dom-csscolorprofilerule-components", + "https://www.w3.org/TR/css-color-5/#dom-csscolorprofilerule-name", + "https://www.w3.org/TR/css-color-5/#ref-for-cssomstring%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-css-color-profile%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#dom-csscolorprofilerule-src", + "https://www.w3.org/TR/css-color-5/#ref-for-cssomstring%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#dom-csscolorprofilerule-renderingintent", + "https://www.w3.org/TR/css-color-5/#ref-for-cssomstring%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#dom-csscolorprofilerule-components", + "https://www.w3.org/TR/css-color-5/#ref-for-cssomstring%E2%91%A6", "https://www.w3.org/TR/css-color-5/#sample", "https://www.w3.org/TR/css-color-5/#security", "https://www.w3.org/TR/css-color-5/#privacy", "https://www.w3.org/TR/css-color-5/#changes", + "https://www.w3.org/TR/css-color-5/#changes-20220628", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-contrast-color%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-hsl%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-hwb%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-light-dark%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-none%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-light-dark%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-hsl%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-hwb%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-currentcolor%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-csscolorprofilerule%E2%91%A0", "https://www.w3.org/TR/css-color-5/#changes-20220428", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-none%E2%91%A3", "https://www.w3.org/TR/css-color-5/#changes-20211215", - "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-none", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-none%E2%91%A4", "https://www.w3.org/TR/css-color-5/#changes-20210601", "https://www.w3.org/TR/css-color-5/#changes-20200303", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color-space%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color-space%E2%91%A2", "https://www.w3.org/TR/css-color-5/#changes-from-4", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A7", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-color-5/#w3c-conformance", "https://www.w3.org/TR/css-color-5/#w3c-conventions", "https://www.w3.org/TR/css-color-5/#w3c-example", @@ -630,64 +852,93 @@ "https://www.w3.org/TR/css-color-5/#index", "https://www.w3.org/TR/css-color-5/#index-defined-here", "https://www.w3.org/TR/css-color-5/#index-defined-elsewhere", - "https://www.w3.org/TR/css-color-5/#term-for-actual-value", - "https://www.w3.org/TR/css-color-5/#term-for-computed-value", - "https://www.w3.org/TR/css-color-5/#term-for-color-interpolation-method", - "https://www.w3.org/TR/css-color-5/#term-for-typedef-color-space", - "https://www.w3.org/TR/css-color-5/#term-for-typedef-color", - "https://www.w3.org/TR/css-color-5/#term-for-typedef-hue-interpolation-method", - "https://www.w3.org/TR/css-color-5/#term-for-typedef-hue", - "https://www.w3.org/TR/css-color-5/#term-for-valdef-color-blue", - "https://www.w3.org/TR/css-color-5/#term-for-color", - "https://www.w3.org/TR/css-color-5/#term-for-color-space", - "https://www.w3.org/TR/css-color-5/#term-for-valdef-color-currentcolor", - "https://www.w3.org/TR/css-color-5/#term-for-valdef-color-darkolivegreen", - "https://www.w3.org/TR/css-color-5/#term-for-valdef-color-display-p3", - "https://www.w3.org/TR/css-color-5/#term-for-valdef-hsl-hsl", - "https://www.w3.org/TR/css-color-5/#term-for-valdef-hwb-hwb", - "https://www.w3.org/TR/css-color-5/#term-for-valdef-lch-lch", - "https://www.w3.org/TR/css-color-5/#term-for-legacy-color-syntax", - "https://www.w3.org/TR/css-color-5/#term-for-valdef-color-lime", - "https://www.w3.org/TR/css-color-5/#term-for-valdef-color-none", - "https://www.w3.org/TR/css-color-5/#term-for-opaque-black", - "https://www.w3.org/TR/css-color-5/#term-for-valdef-color-red", - "https://www.w3.org/TR/css-color-5/#term-for-valdef-color-srgb", - "https://www.w3.org/TR/css-color-5/#term-for-valdef-color-xyz", - "https://www.w3.org/TR/css-color-5/#term-for-valdef-color-xyz-d65", - "https://www.w3.org/TR/css-color-5/#term-for-typedef-declaration-list", - "https://www.w3.org/TR/css-color-5/#term-for-mult-comma", - "https://www.w3.org/TR/css-color-5/#term-for-comb-all", - "https://www.w3.org/TR/css-color-5/#term-for-comb-comma", - "https://www.w3.org/TR/css-color-5/#term-for-angle-value", - "https://www.w3.org/TR/css-color-5/#term-for-typedef-dashed-ident", - "https://www.w3.org/TR/css-color-5/#term-for-typedef-ident", - "https://www.w3.org/TR/css-color-5/#term-for-number-value", - "https://www.w3.org/TR/css-color-5/#term-for-percentage-value", - "https://www.w3.org/TR/css-color-5/#term-for-url-value", - "https://www.w3.org/TR/css-color-5/#term-for-mult-opt", - "https://www.w3.org/TR/css-color-5/#term-for-funcdef-calc", - "https://www.w3.org/TR/css-color-5/#term-for-fetch-a-style-resource", - "https://www.w3.org/TR/css-color-5/#term-for-math-function", - "https://www.w3.org/TR/css-color-5/#term-for-valdef-calc-pi", - "https://www.w3.org/TR/css-color-5/#term-for-mult-num", - "https://www.w3.org/TR/css-color-5/#term-for-comb-one", - "https://www.w3.org/TR/css-color-5/#term-for-concept-css-rule-parent-css-style-sheet", - "https://www.w3.org/TR/css-color-5/#term-for-concept-response", + "https://www.w3.org/TR/css-color-5/#0948355d", + "https://www.w3.org/TR/css-color-5/#8c8e51b4", + "https://www.w3.org/TR/css-color-5/#cee404c5", + "https://www.w3.org/TR/css-color-5/#33347c0e", + "https://www.w3.org/TR/css-color-5/#8fad2d26", + "https://www.w3.org/TR/css-color-5/#024532da", + "https://www.w3.org/TR/css-color-5/#d11b143f", + "https://www.w3.org/TR/css-color-5/#4dee7468", + "https://www.w3.org/TR/css-color-5/#0ed7201e", + "https://www.w3.org/TR/css-color-5/#a976c737", + "https://www.w3.org/TR/css-color-5/#b46a2c7d", + "https://www.w3.org/TR/css-color-5/#f6f69187", + "https://www.w3.org/TR/css-color-5/#a42c65ac", + "https://www.w3.org/TR/css-color-5/#19512a47", + "https://www.w3.org/TR/css-color-5/#abed060e", + "https://www.w3.org/TR/css-color-5/#bc4e4c18", + "https://www.w3.org/TR/css-color-5/#239640fd", + "https://www.w3.org/TR/css-color-5/#85dbac5b", + "https://www.w3.org/TR/css-color-5/#4a14e4dc", + "https://www.w3.org/TR/css-color-5/#4b8ab2a8", + "https://www.w3.org/TR/css-color-5/#e2a9e9b9", + "https://www.w3.org/TR/css-color-5/#f8e15dd7", + "https://www.w3.org/TR/css-color-5/#77a29323", + "https://www.w3.org/TR/css-color-5/#528ea935", + "https://www.w3.org/TR/css-color-5/#01b14142", + "https://www.w3.org/TR/css-color-5/#404710e3", + "https://www.w3.org/TR/css-color-5/#691e902b", + "https://www.w3.org/TR/css-color-5/#2eb59b48", + "https://www.w3.org/TR/css-color-5/#970f70ea", + "https://www.w3.org/TR/css-color-5/#f3226176", + "https://www.w3.org/TR/css-color-5/#ce4cacb8", + "https://www.w3.org/TR/css-color-5/#e98886a5", + "https://www.w3.org/TR/css-color-5/#17858dc9", + "https://www.w3.org/TR/css-color-5/#01b00791", + "https://www.w3.org/TR/css-color-5/#e5457abf", + "https://www.w3.org/TR/css-color-5/#b3bfee63", + "https://www.w3.org/TR/css-color-5/#af3e7cd2", + "https://www.w3.org/TR/css-color-5/#8e993f60", + "https://www.w3.org/TR/css-color-5/#f3b8a771", + "https://www.w3.org/TR/css-color-5/#746d81ae", + "https://www.w3.org/TR/css-color-5/#99387b3d", + "https://www.w3.org/TR/css-color-5/#a55c0dec", + "https://www.w3.org/TR/css-color-5/#a81b1fb8", + "https://www.w3.org/TR/css-color-5/#c297b070", + "https://www.w3.org/TR/css-color-5/#bdb4e757", + "https://www.w3.org/TR/css-color-5/#af4a190d", + "https://www.w3.org/TR/css-color-5/#8cd4f032", + "https://www.w3.org/TR/css-color-5/#d7e1d67b", + "https://www.w3.org/TR/css-color-5/#f5b34cad", + "https://www.w3.org/TR/css-color-5/#dcecfc13", + "https://www.w3.org/TR/css-color-5/#61bb5e44", + "https://www.w3.org/TR/css-color-5/#128295ac", + "https://www.w3.org/TR/css-color-5/#699488a8", + "https://www.w3.org/TR/css-color-5/#d4441b24", + "https://www.w3.org/TR/css-color-5/#14d3255d", + "https://www.w3.org/TR/css-color-5/#4dbf81d6", + "https://www.w3.org/TR/css-color-5/#24ecd148", + "https://www.w3.org/TR/css-color-5/#3db7b9e0", + "https://www.w3.org/TR/css-color-5/#d9909296", + "https://www.w3.org/TR/css-color-5/#8cbc2b3b", + "https://www.w3.org/TR/css-color-5/#4eb9d37e", + "https://www.w3.org/TR/css-color-5/#9f6a123e", + "https://www.w3.org/TR/css-color-5/#9d357000", + "https://www.w3.org/TR/css-color-5/#0f78dbdd", + "https://www.w3.org/TR/css-color-5/#d6c25acf", + "https://www.w3.org/TR/css-color-5/#ee7bba09", + "https://www.w3.org/TR/css-color-5/#889e932f", "https://www.w3.org/TR/css-color-5/#references", "https://www.w3.org/TR/css-color-5/#normative", "https://www.w3.org/TR/css-color-5/#biblio-css-cascade-5", "https://www.w3.org/TR/css-color-5/#biblio-css-color-4", + "https://www.w3.org/TR/css-color-5/#biblio-css-color-5", + "https://www.w3.org/TR/css-color-5/#biblio-css-color-adjust-1", "https://www.w3.org/TR/css-color-5/#biblio-css-syntax-3", "https://www.w3.org/TR/css-color-5/#biblio-css-values-4", + "https://www.w3.org/TR/css-color-5/#biblio-css-values-5", "https://www.w3.org/TR/css-color-5/#biblio-cssom-1", "https://www.w3.org/TR/css-color-5/#biblio-fetch", "https://www.w3.org/TR/css-color-5/#biblio-icc", "https://www.w3.org/TR/css-color-5/#biblio-rfc2119", + "https://www.w3.org/TR/css-color-5/#biblio-webidl", "https://www.w3.org/TR/css-color-5/#property-index", "https://www.w3.org/TR/css-color-5/#color-profile-descriptor-table", - "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-color-5/#ref-for-descdef-color-profile-components%E2%91%A0", "https://www.w3.org/TR/css-color-5/#ref-for-descdef-color-profile-rendering-intent%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-descdef-color-profile-src%E2%91%A0" + "https://www.w3.org/TR/css-color-5/#ref-for-descdef-color-profile-src%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#idl-index" ] } \ No newline at end of file diff --git a/tr/ids/webcodecs.json b/tr/ids/webcodecs.json index 03a8b7f26736..e14f8c336c18 100644 --- a/tr/ids/webcodecs.json +++ b/tr/ids/webcodecs.json @@ -4631,9 +4631,23 @@ "https://www.w3.org/TR/webcodecs/#infopanel-for-enumdef-videopixelformat", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-enumdef-videopixelformat", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420p10", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420p12", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420a", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420ap10", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420ap12", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i422", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i422p10", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i422p12", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i422a", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i422ap10", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i422ap12", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i444", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i444p10", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i444p12", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i444a", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i444ap10", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i444ap12", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-nv12", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-rgba", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-rgbx", @@ -4681,11 +4695,11 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A7", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-y%E2%91%A3", - "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i420a", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i420a", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i420a", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i420a", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i420a", + "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i420p10", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i420p10", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i420p10", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i420p10", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i420p10", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A5", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A7", @@ -4698,17 +4712,13 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-y%E2%91%A4", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420a%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420%E2%91%A1", - "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i422", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422", - "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422", + "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i420p12", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i420p12", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i420p12", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i420p12", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i420p12", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A6", - "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A4", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A0%E2%91%A1", @@ -4717,76 +4727,302 @@ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-y%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i420a", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i420a", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i420a", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i420a", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i420a", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-y%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420a%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i420ap10", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i420ap10", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i420ap10", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i420ap10", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i420ap10", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-y%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420ap10%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420p10%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i420ap12", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i420ap12", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i420ap12", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i420ap12", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i420ap12", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-y%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420ap12%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420p12%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i422", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i422p10", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422p10", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422p10", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422p10", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422p10", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i422p12", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422p12", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422p12", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422p12", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422p12", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i422a", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422a", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422a", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422a", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422a", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i422a%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i422%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i422ap10", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422ap10", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422ap10", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422ap10", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422ap10", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i422ap10%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420p10%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i422ap12", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422ap12", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422ap12", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i422ap12", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i422ap12", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i422ap10%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i420p10%E2%91%A2", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i444", "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i444", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i444", "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i444", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i444", - "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A5", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i444p10", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i444p10", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i444p10", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i444p10", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i444p10", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i444p12", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i444p12", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i444p12", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i444p12", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i444p12", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i444a", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i444a", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i444a", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i444a", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i444a", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i444a%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i444%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i444ap10", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i444ap10", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i444ap10", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i444ap10", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i444ap10", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i444ap10%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i444p10%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-i444ap12", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i444ap12", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i444ap12", + "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-i444ap12", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-i444ap12", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i444ap10%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-i444p10%E2%91%A1", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-nv12", "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-nv12", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-nv12", "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-nv12", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-nv12", - "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A6", - "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A7", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A6", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-y%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-sub-sampling-factor%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-x%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-visiblerect%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-domrectinit-y%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webcodecs/#example-26ede914", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-rgba", "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-rgba", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-rgba", "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-rgba", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-rgba", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-rgba%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-rgbx%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-rgbx", "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-rgbx", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-rgbx", "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-rgbx", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-rgbx", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-bgra", "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-bgra", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-bgra", "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-bgra", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-bgra", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-bgra%E2%91%A0", - "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A4", + "https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webcodecs/#ref-for-dom-videopixelformat-bgrx%E2%91%A0", "https://www.w3.org/TR/webcodecs/#dom-videopixelformat-bgrx", "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-bgrx", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-bgrx", "https://www.w3.org/TR/webcodecs/#infopanel-for-dom-videopixelformat-bgrx", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-dom-videopixelformat-bgrx", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/webcodecs/#video-color-space-interface", "https://www.w3.org/TR/webcodecs/#ref-for-Exposed%E2%91%A7", "https://www.w3.org/TR/webcodecs/#videocolorspace", diff --git a/tr/ids/webnn.json b/tr/ids/webnn.json index 21990320d1da..bdbb05c3bc94 100644 --- a/tr/ids/webnn.json +++ b/tr/ids/webnn.json @@ -447,13 +447,11 @@ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-outputdescriptors-slot", "https://www.w3.org/TR/webnn/#ref-for-mloperanddescriptor-byte-length%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dataerror", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror", "https://www.w3.org/TR/webnn/#ref-for-table-the-typedarray-constructors%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-table-the-typedarray-constructors%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-idl-undefined", "https://www.w3.org/TR/webnn/#mlnamedarraybufferviews-transfer-alg", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedarraybufferviews%E2%91%A8", @@ -479,7 +477,7 @@ "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlcontextoptions%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-arraybufferview-write", "https://www.w3.org/TR/webnn/#ref-for-mlnamedarraybufferviews-transfer", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedarraybufferviews%E2%91%A0%E2%91%A1", @@ -499,24 +497,21 @@ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-context-slot", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-context-slot%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-contexttype-slot%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-context-type-default%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-validate-graph-resources", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-inputdescriptors-slot%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-validate-graph-resources%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-outputdescriptors-slot%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mlnamedarraybufferviews-transfer%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedarraybufferviews%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mlnamedarraybufferviews-transfer%E2%91%A3", @@ -653,6 +648,7 @@ "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperanddescriptor-datatype", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mloperanddescriptor-datatype", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long", "https://www.w3.org/TR/webnn/#dom-mloperanddescriptor-dimensions", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperanddescriptor-dimensions", @@ -888,7 +884,7 @@ "https://www.w3.org/TR/webnn/#ref-for-dom-mlactivation-options-slot", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mlactivation-operator-slot", "https://www.w3.org/TR/webnn/#ref-for-dom-mlactivation-operator-slot%E2%91%A0", @@ -970,7 +966,7 @@ "https://www.w3.org/TR/webnn/#ref-for-webnn-feature%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-securityerror%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-context-slot", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-input", @@ -984,14 +980,13 @@ "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-input", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-input", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mloperanddescriptor-check-dimensions%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-name-slot%E2%91%A2", @@ -1013,14 +1008,13 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-constant", "https://www.w3.org/TR/webnn/#ref-for-mloperanddescriptor-check-dimensions%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-validate-buffer-with-descriptor%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dfn-get-buffer-source-copy", @@ -1045,7 +1039,7 @@ "https://www.w3.org/TR/webnn/#ref-for-list", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-platform-operand%E2%91%A2", @@ -1071,7 +1065,7 @@ "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-implementation-defined%E2%91%A3", @@ -1089,13 +1083,13 @@ "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-in-parallel%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-map-iterate%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-context-slot%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A0", @@ -1106,10 +1100,10 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand-validate-mloperand", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-name-slot%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-descriptor-slot%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-inputdescriptors-slot%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-name-slot%E2%91%A4", @@ -1124,6 +1118,7 @@ "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlargminmaxoptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlargminmaxoptions", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mlargminmaxoptions-axes", "https://www.w3.org/TR/webnn/#ref-for-idl-boolean", @@ -1181,8 +1176,7 @@ "https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-calculate-reduction-output-sizes", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mlargminmaxoptions-axes%E2%91%A1", @@ -1194,7 +1188,7 @@ "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A5", @@ -1229,6 +1223,7 @@ "https://www.w3.org/TR/webnn/#ref-for-dom-mlbatchnormalizationoptions-scale", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlbatchnormalizationoptions-bias", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mlbatchnormalizationoptions-axis", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A3", @@ -1301,48 +1296,48 @@ "https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mlbatchnormalizationoptions-axis%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlbatchnormalizationoptions-axis%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mlbatchnormalizationoptions-scale%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mlbatchnormalizationoptions-scale%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mlbatchnormalizationoptions-axis%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mlbatchnormalizationoptions-bias%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mlbatchnormalizationoptions-bias%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mlbatchnormalizationoptions-axis%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-descriptor-slot%E2%91%A6", @@ -1369,7 +1364,7 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-cast", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand", @@ -1430,10 +1425,10 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-clamp", "https://www.w3.org/TR/webnn/#ref-for-check-clamp-options", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mlclampoptions-minvalue%E2%91%A0", @@ -1456,7 +1451,7 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-clamp-options", "https://www.w3.org/TR/webnn/#ref-for-check-clamp-options%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-create-an-mlactivation", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4", @@ -1468,6 +1463,7 @@ "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-concat-inputs-axis-inputs", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-concat-inputs-axis-axis", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A6%E2%91%A6", @@ -1481,12 +1477,10 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-concat", "https://www.w3.org/TR/webnn/#ref-for-list-is-empty", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-datatype%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0", @@ -1501,31 +1495,27 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand-validate-mloperand%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A8", "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%A3", "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A0%E2%93%AA", @@ -1565,14 +1555,18 @@ "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlconv2doptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlconv2doptions", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-padding", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-strides", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-dilations", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-groups", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlinputoperandlayout", @@ -1680,63 +1674,57 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-padding%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-padding%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-strides%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-strides%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-strides%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8", + "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-mlconv2doptions-dilations%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-dilations%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA", + "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-mlconv2doptions-groups%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%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-dom-mlconv2doptions-groups%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%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-dom-mlconv2doptions-groups%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-bias%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-bias%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%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-dom-mlconv2doptions-bias%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1", + "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-mlconv2doptions-inputlayout%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nchw%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nhwc%E2%91%A0", @@ -1756,15 +1744,14 @@ "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-bias%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-datatype%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A0%E2%91%A0", @@ -1802,20 +1789,26 @@ "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlconvtranspose2doptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlconvtranspose2doptions", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-padding", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-strides", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-dilations", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-outputpadding", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-outputsizes", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-groups", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlinputoperandlayout%E2%91%A1", @@ -1933,77 +1926,71 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%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%A4%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-padding%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-padding%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-strides%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-strides%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-strides%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-dilations%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-dilations%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-outputpadding%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-outputpadding%E2%91%A3", "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%A5%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-outputsizes%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-outputsizes%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-dfn-throw%E2%91%A5%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-outputsizes%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-strides%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-groups%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-groups%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-bias%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-bias%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-bias%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-inputlayout%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nchw%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nhwc%E2%91%A3", @@ -2023,15 +2010,14 @@ "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-bias%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-datatype%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A0%E2%91%A1", @@ -2103,8 +2089,7 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A8", "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-datatype%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%91%A5", @@ -2113,11 +2098,10 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A0%E2%91%A2", @@ -2244,13 +2228,11 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-uint8", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-datatype%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-uint8%E2%91%A0", @@ -2259,11 +2241,10 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A0%E2%91%A3", @@ -2388,7 +2369,7 @@ "https://www.w3.org/TR/webnn/#ref-for-assert%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A8", @@ -2533,7 +2514,7 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-elu", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%93%AA", @@ -2560,6 +2541,7 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%91%A6", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-expand-input-newshape-input", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-expand-input-newshape-newshape", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%91%A7", @@ -2577,11 +2559,10 @@ "https://www.w3.org/TR/webnn/#ref-for-unidirectionally-broadcasting-the-shapes", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A0%E2%91%A6", @@ -2595,6 +2576,7 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlgatheroptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlgatheroptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlgatheroptions", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgatheroptions-axis", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A3", @@ -2632,20 +2614,17 @@ "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-uint32%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-int64%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgatheroptions-axis%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-map-iterate%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-map-iterate%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-iteration-break", "https://www.w3.org/TR/webnn/#ref-for-map-iterate%E2%91%A7", @@ -2657,7 +2636,7 @@ "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%A0%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%91%A1", @@ -2742,19 +2721,16 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A0", - "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%A5%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgemmoptions-atranspose%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgemmoptions-btranspose%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgemmoptions-c%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-unidirectionally-broadcastable%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgemmoptions-c%E2%91%A2", "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-dimensions%E2%91%A0%E2%91%A6", @@ -2763,7 +2739,7 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A0%E2%91%A8", @@ -2833,8 +2809,10 @@ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-gru-input-weight-recurrentweight-steps-hiddensize-options-weight", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%93%AA", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-gru-input-weight-recurrentweight-steps-hiddensize-options-recurrentweight", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-gru-input-weight-recurrentweight-steps-hiddensize-options-steps", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-gru-input-weight-recurrentweight-steps-hiddensize-options-hiddensize", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlgruoptions", @@ -2908,40 +2886,36 @@ "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%A5", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A4", - "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%A5%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-bias%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-bias%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-recurrentbias%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-dom-mlgruoptions-recurrentbias%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A2", "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%A3", "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%A3%E2%91%A7", - "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%A1", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A3", "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%A4", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A6%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operand-slot%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-grucell", @@ -2972,6 +2946,7 @@ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-grucell-input-weight-recurrentweight-hiddenstate-hiddensize-options-recurrentweight", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-grucell-input-weight-recurrentweight-hiddenstate-hiddensize-options-hiddenstate", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-grucell-input-weight-recurrentweight-hiddenstate-hiddensize-options-hiddensize", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlgrucelloptions", @@ -3023,33 +2998,28 @@ "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%A7", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A1", - "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%A3", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A6%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A8", "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%A5", "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%A4%E2%91%A4", - "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%A6%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%93%AA", "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%A6", "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%A4%E2%91%A5", - "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%A6%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A0", "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%A7", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A0%E2%91%A8", @@ -3058,7 +3028,7 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A1%E2%91%A0", @@ -3116,7 +3086,7 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-hardsigmoid", "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-operationerror%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A7%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%91%A4", @@ -3156,7 +3126,7 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-hardswish", "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-operationerror%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%91%A5", @@ -3239,21 +3209,18 @@ "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%A0", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A3%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A7%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mlinstancenormalizationoptions-scale%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A1", "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%A4%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A7%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mlinstancenormalizationoptions-bias%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A6", - "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%A7%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A7%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%91%A6", @@ -3275,6 +3242,7 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-bias", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-axes", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A1%E2%91%A4", @@ -3331,15 +3299,13 @@ "https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-axes%E2%91%A2", "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%A0%E2%91%A5%E2%91%A8", - "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%A7%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%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-mloperand-rank%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-axes%E2%91%A3", "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%A0%E2%91%A6%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A4%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A7%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A6", "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%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-axes%E2%91%A4", @@ -3347,22 +3313,19 @@ "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%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-dataerror%E2%91%A4%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A7%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-scale%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A1", - "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%A7%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-bias%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A2", - "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%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A8%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%91%A7", @@ -3408,7 +3371,7 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-leakyrelu", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A8%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%91%A8", @@ -3475,7 +3438,7 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-linear", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A8%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A1%E2%93%AA", @@ -3542,8 +3505,10 @@ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstm-input-weight-recurrentweight-steps-hiddensize-options-weight", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstm-input-weight-recurrentweight-steps-hiddensize-options-recurrentweight", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstm-input-weight-recurrentweight-steps-hiddensize-options-steps", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstm-input-weight-recurrentweight-steps-hiddensize-options-hiddensize", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mllstmoptions", @@ -3625,111 +3590,92 @@ "https://www.w3.org/TR/webnn/#ref-for-dom-mlrecurrentnetworkdirection-forward", "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%A0%E2%91%A7%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A4%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A8%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A4%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A8%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A1", "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%93%AA", "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%A0%E2%91%A7%E2%91%A2", - "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%A8%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-bias%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A2", "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%A5%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A8%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-bias%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A3", "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%A5%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A8%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A4", "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%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-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A5%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A8%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-recurrentbias%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A4", "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%A5%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-recurrentbias%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A5", "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%A5%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A7", "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%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-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A5%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-peepholeweight%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A5%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-peepholeweight%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A0", - "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%93%AA%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A0", "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%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-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A5%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-initialhiddenstate%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A5%E2%91%A8", - "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-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-initialhiddenstate%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A3", - "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%93%AA%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-initialhiddenstate%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A6%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A4", "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%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-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A6%E2%91%A1", - "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-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-initialcellstate%E2%91%A1", "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%A0%E2%91%A8%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A6%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-initialcellstate%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A7", - "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%A0", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-initialcellstate%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A3", "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%A6%E2%91%A4", - "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-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A8", "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%A4", "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%93%AA%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%93%AA", "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-operationerror%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A1", @@ -3786,6 +3732,7 @@ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstmcell-input-weight-recurrentweight-hiddenstate-cellstate-hiddensize-options-hiddenstate", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A7%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstmcell-input-weight-recurrentweight-hiddenstate-cellstate-hiddensize-options-cellstate", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstmcell-input-weight-recurrentweight-hiddenstate-cellstate-hiddensize-options-hiddensize", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mllstmcelloptions", @@ -3838,47 +3785,40 @@ "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%A4", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A6%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A4", "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%A5", "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%93%AA%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A6%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmcelloptions-bias%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%93%AA%E2%91%A3", - "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%A0%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A2", "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%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-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A4", - "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%A0%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmcelloptions-recurrentbias%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A7%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A4", "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%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-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A6", - "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%A0%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmcelloptions-peepholeweight%E2%91%A1", "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%A1%E2%93%AA%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A7%E2%91%A1", - "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-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A6", "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%A2%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A5", @@ -3886,7 +3826,7 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A5", "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-operationerror%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%93%AA", @@ -3926,19 +3866,16 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A0", - "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%A1", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dataerror%E2%91%A7%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-list-clone%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-list-remove", "https://www.w3.org/TR/webnn/#ref-for-list-clone%E2%91%A5", "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%A0%E2%91%A2", - "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%A1%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A0", "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", @@ -3953,7 +3890,7 @@ "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%A1%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A8", "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%A5", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A2%E2%93%AA", @@ -3992,9 +3929,11 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A8%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-pad-input-beginningpadding-endingpadding-options-input", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-pad-input-beginningpadding-endingpadding-options-beginningpadding", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-pad-input-beginningpadding-endingpadding-options-endingpadding", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlpadoptions", @@ -4038,13 +3977,13 @@ "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A3", "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%A0%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-descriptor-slot%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A1%E2%91%A2", "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%A0%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A2%E2%91%A4", - "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-idl-DOMException%E2%91%A3%E2%93%AA", "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%A6", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A2%E2%91%A0", @@ -4076,15 +4015,19 @@ "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlpool2doptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlpool2doptions", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-windowdimensions", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-padding", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-strides", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-dilations", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlinputoperandlayout%E2%91%A5", @@ -4092,6 +4035,7 @@ "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlroundingtype", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-roundingtype", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-outputsizes", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A7", @@ -4191,14 +4135,12 @@ "https://www.w3.org/TR/webnn/#ref-for-assert%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A3", "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-dataerror%E2%91%A7%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A2", "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%93%AA", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A8", - "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%A1%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A3", "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%A0", @@ -4209,8 +4151,7 @@ "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-padding%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A5", "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%A7%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A4", "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%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-strides%E2%91%A1", @@ -4218,23 +4159,20 @@ "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-strides%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-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A0", - "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%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A5", "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%A1%E2%91%A1", - "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%A0", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A6", "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%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-outputsizes%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A7", "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-exceptiondef-typeerror%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A7", "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%A1%E2%91%A3", - "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%A1", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A8", "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%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-dilations%E2%91%A1", @@ -4242,16 +4180,14 @@ "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-dilations%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A8", "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%A8%E2%91%A1", - "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-exceptiondef-typeerror%E2%91%A0%E2%91%A2%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%A1%E2%91%A5", - "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%A2%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-descriptor-slot%E2%91%A8", "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-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%A4", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-calculate-pool2d-output-sizes", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-layout%E2%91%A0", @@ -4323,11 +4259,10 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A3", "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-dataerror%E2%91%A8%E2%91%A3", - "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-exceptiondef-typeerror%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%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%A6", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A1", "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%A8", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A2%E2%91%A2", @@ -4345,6 +4280,7 @@ "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlreduceoptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlreduceoptions", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlreduceoptions-axes%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%91%A7", @@ -4459,8 +4395,7 @@ "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%A4%E2%91%A5", "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%A8%E2%91%A4", - "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-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-calculate-reduction-output-sizes%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mlreduceoptions-axes%E2%91%A2", @@ -4472,7 +4407,7 @@ "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A1%E2%91%A5", "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-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%A8", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A2", "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%A3%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A2%E2%91%A3", @@ -4580,7 +4515,7 @@ "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%A4%E2%91%A7", "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%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A3", "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%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A0", @@ -4619,9 +4554,11 @@ "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mlresample2doptions-scales", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mlresample2doptions-sizes", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A2%E2%91%A1", "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-dom-mlresample2doptions-axes", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A1", @@ -4700,16 +4637,14 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-resample2d", "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%A5%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%A0", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A3", "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%A5%E2%91%A1", - "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%A1", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A4", "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%A5%E2%91%A2", "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%A2", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A4", "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%A1", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A2%E2%91%A5", @@ -4725,6 +4660,7 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reshape-input-newshape-input", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reshape-input-newshape-newshape", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A4%E2%93%AA", @@ -4740,17 +4676,15 @@ "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%E2%91%A3%E2%91%A3", "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-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%A3", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A8", "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-dataerror%E2%91%A8%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-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-descriptor-slot%E2%91%A0%E2%91%A0", "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-dfn-throw%E2%91%A1%E2%91%A5%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%A5", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A5", "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%A2", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A2%E2%91%A6", @@ -4779,7 +4713,7 @@ "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%A5%E2%91%A6", "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%A6", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A6", "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%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A3", @@ -4806,9 +4740,11 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-slice-input-starts-sizes-input", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-slice-input-starts-sizes-starts", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A2", "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%A4%E2%91%A7", @@ -4824,15 +4760,15 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-slice", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%91%A4", "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-exceptiondef-typeerror%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A7", "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/#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%A0", - "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%A0%E2%91%A2%E2%91%A8", "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-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%A7", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A7", "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%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A4", @@ -4859,11 +4795,10 @@ "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%A0", "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-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%A3%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%93%AA", "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-operationerror%E2%91%A3%E2%91%A3", - "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-idl-DOMException%E2%91%A3%E2%91%A8", "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%A3%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A5", @@ -4921,7 +4856,7 @@ "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%A6%E2%91%A6", "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%A0", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%93%AA", "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%A3%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A6", @@ -4961,7 +4896,7 @@ "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%A7%E2%93%AA", "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%A1", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A0", "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%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A7", @@ -4987,6 +4922,7 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlsplitoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlsplitoptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlsplitoptions", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlsplitoptions-axis", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A8", @@ -4995,8 +4931,10 @@ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-split", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-split-input-splits-options-input", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-split-input-splits-options-splits", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsplitoptions", @@ -5030,15 +4968,15 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%93%AA", "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%A1%E2%91%A7%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A0", "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%A1%E2%91%A7%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A1", "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%A6", - "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-idl-DOMException%E2%91%A4%E2%91%A1", "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%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A8", @@ -5065,7 +5003,7 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-tanh", "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-operationerror%E2%91%A3%E2%91%A7", - "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-idl-DOMException%E2%91%A4%E2%91%A2", "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%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%93%AA", @@ -5092,6 +5030,7 @@ "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mltransposeoptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mltransposeoptions", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mltransposeoptions-permutation", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A5%E2%91%A0", @@ -5127,18 +5066,18 @@ "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%A5", "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-exceptiondef-typeerror%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A2", "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%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-dfn-throw%E2%91%A1%E2%91%A8%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A3", "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%A1%E2%91%A8%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A4", "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%A8", - "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-idl-DOMException%E2%91%A4%E2%91%A3", "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%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A0", @@ -5154,6 +5093,7 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mltriangularoptions", "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mltriangularoptions-upper", + "https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-idl-long", "https://www.w3.org/TR/webnn/#ref-for-dom-mltriangularoptions-diagonal", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A5%E2%91%A1", @@ -5186,11 +5126,10 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-triangular", "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A7", "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-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%A5", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A5", "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%A4%E2%93%AA", - "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-idl-DOMException%E2%91%A4%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%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A1", @@ -5224,13 +5163,11 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A2%E2%93%AA", "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%A1%E2%91%A8%E2%91%A4", - "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%A7", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A2%E2%91%A1", "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-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%A4%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-datatype%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A2%E2%91%A2", @@ -5239,16 +5176,14 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A3", "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-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%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-bidirectionally-broadcastable", "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-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A7", - "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%A0", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%93%AA", "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-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%A1", + "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A5", "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%A8", "https://www.w3.org/TR/webnn/#ref-for-platform-operator%E2%91%A3%E2%91%A6", @@ -5530,11 +5465,11 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-8855a9aa", "https://www.w3.org/TR/webnn/#infopanel-for-8855a9aa", "https://www.w3.org/TR/webnn/#infopaneltitle-for-8855a9aa", - "https://www.w3.org/TR/webnn/#24fec0b4", - "https://www.w3.org/TR/webnn/#infopanel-for-24fec0b4", - "https://www.w3.org/TR/webnn/#infopaneltitle-for-24fec0b4", - "https://www.w3.org/TR/webnn/#infopanel-for-24fec0b4", - "https://www.w3.org/TR/webnn/#infopaneltitle-for-24fec0b4", + "https://www.w3.org/TR/webnn/#c01cbda0", + "https://www.w3.org/TR/webnn/#infopanel-for-c01cbda0", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-c01cbda0", + "https://www.w3.org/TR/webnn/#infopanel-for-c01cbda0", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-c01cbda0", "https://www.w3.org/TR/webnn/#889e932f", "https://www.w3.org/TR/webnn/#infopanel-for-889e932f", "https://www.w3.org/TR/webnn/#infopaneltitle-for-889e932f", diff --git a/tr/index.json b/tr/index.json index 51c917f00493..7f30d64f3d22 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-02-29T01:21:48.108Z", + "date": "2024-03-01T01:25:53.136Z", "options": { "fallback": "tr/index.json", "output": "report", @@ -679,7 +679,7 @@ "https://aomediacodec.github.io/av1-spec/" ], "crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf", - "date": "29 February 2024" + "date": "1 March 2024" }, { "url": "https://www.w3.org/TR/accelerometer/", @@ -3213,13 +3213,14 @@ ], "crawled": "https://www.w3.org/TR/css-color-5/", "crawlCacheInfo": { - "lastModified": "Thu, 23 Jun 2022 10:48:22 GMT" + "lastModified": "Tue, 27 Feb 2024 16:44:48 GMT" }, "generator": "bikeshed", - "date": "28 June 2022", - "revision": "683bde25d58df0046fc28fc2abb84825d297131a", + "date": "29 February 2024", + "revision": "db3f508c2e58a6e16f2dc967b0bce0c34fb065ed", "links": "links/css-color-5.json", "refs": "refs/css-color-5.json", + "idl": "idl/css-color-5.idl", "css": "css/css-color-5.json", "dfns": "dfns/css-color-5.json", "headings": "headings/css-color-5.json", @@ -13943,11 +13944,11 @@ ], "crawled": "https://www.w3.org/TR/rdf-canon/", "crawlCacheInfo": { - "lastModified": "Thu, 30 Nov 2023 11:09:38 GMT" + "lastModified": "Thu, 29 Feb 2024 16:47:40 GMT" }, "generator": "respec", - "date": "30 November 2023", - "revision": "eaf67e398b2358f9987c9550443c109d43ce89b1", + "date": "29 February 2024", + "revision": "dce74c5023a5f1a29934793e642915058a43dc96", "links": "links/rdf-canon.json", "refs": "refs/rdf-canon.json", "dfns": "dfns/rdf-canon.json", @@ -18042,11 +18043,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-aac-codec-registration/", "crawlCacheInfo": { - "lastModified": "Wed, 28 Feb 2024 16:21:04 GMT" + "lastModified": "Thu, 29 Feb 2024 17:22:03 GMT" }, "generator": "bikeshed", - "date": "28 February 2024", - "revision": "724ad876ed1cbd5bb8a0c8117d47c9fffc01e8b6", + "date": "29 February 2024", + "revision": "d5a4ed2934b3c7249c31d6fae486c7049aa62fad", "links": "links/webcodecs-aac-codec-registration.json", "refs": "refs/webcodecs-aac-codec-registration.json", "idl": "idl/webcodecs-aac-codec-registration.idl", @@ -18099,11 +18100,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-alaw-codec-registration/", "crawlCacheInfo": { - "lastModified": "Wed, 28 Feb 2024 16:34:25 GMT" + "lastModified": "Thu, 29 Feb 2024 17:34:35 GMT" }, "generator": "bikeshed", - "date": "28 February 2024", - "revision": "724ad876ed1cbd5bb8a0c8117d47c9fffc01e8b6", + "date": "29 February 2024", + "revision": "d5a4ed2934b3c7249c31d6fae486c7049aa62fad", "links": "links/webcodecs-alaw-codec-registration.json", "refs": "refs/webcodecs-alaw-codec-registration.json", "headings": "headings/webcodecs-alaw-codec-registration.json", @@ -18154,11 +18155,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-av1-codec-registration/", "crawlCacheInfo": { - "lastModified": "Wed, 28 Feb 2024 16:26:16 GMT" + "lastModified": "Thu, 29 Feb 2024 17:27:12 GMT" }, "generator": "bikeshed", - "date": "28 February 2024", - "revision": "724ad876ed1cbd5bb8a0c8117d47c9fffc01e8b6", + "date": "29 February 2024", + "revision": "d5a4ed2934b3c7249c31d6fae486c7049aa62fad", "links": "links/webcodecs-av1-codec-registration.json", "refs": "refs/webcodecs-av1-codec-registration.json", "idl": "idl/webcodecs-av1-codec-registration.idl", @@ -18211,11 +18212,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-avc-codec-registration/", "crawlCacheInfo": { - "lastModified": "Wed, 28 Feb 2024 16:16:01 GMT" + "lastModified": "Thu, 29 Feb 2024 17:16:56 GMT" }, "generator": "bikeshed", - "date": "28 February 2024", - "revision": "724ad876ed1cbd5bb8a0c8117d47c9fffc01e8b6", + "date": "29 February 2024", + "revision": "d5a4ed2934b3c7249c31d6fae486c7049aa62fad", "links": "links/webcodecs-avc-codec-registration.json", "refs": "refs/webcodecs-avc-codec-registration.json", "idl": "idl/webcodecs-avc-codec-registration.idl", @@ -18268,11 +18269,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-codec-registry/", "crawlCacheInfo": { - "lastModified": "Wed, 28 Feb 2024 16:14:17 GMT" + "lastModified": "Thu, 29 Feb 2024 17:15:06 GMT" }, "generator": "bikeshed", - "date": "28 February 2024", - "revision": "724ad876ed1cbd5bb8a0c8117d47c9fffc01e8b6", + "date": "29 February 2024", + "revision": "d5a4ed2934b3c7249c31d6fae486c7049aa62fad", "links": "links/webcodecs-codec-registry.json", "refs": "refs/webcodecs-codec-registry.json", "headings": "headings/webcodecs-codec-registry.json", @@ -18323,11 +18324,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-flac-codec-registration/", "crawlCacheInfo": { - "lastModified": "Wed, 28 Feb 2024 16:22:49 GMT" + "lastModified": "Thu, 29 Feb 2024 17:23:56 GMT" }, "generator": "bikeshed", - "date": "28 February 2024", - "revision": "724ad876ed1cbd5bb8a0c8117d47c9fffc01e8b6", + "date": "29 February 2024", + "revision": "d5a4ed2934b3c7249c31d6fae486c7049aa62fad", "links": "links/webcodecs-flac-codec-registration.json", "refs": "refs/webcodecs-flac-codec-registration.json", "idl": "idl/webcodecs-flac-codec-registration.idl", @@ -18380,11 +18381,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-hevc-codec-registration/", "crawlCacheInfo": { - "lastModified": "Wed, 28 Feb 2024 16:38:48 GMT" + "lastModified": "Thu, 29 Feb 2024 17:38:28 GMT" }, "generator": "bikeshed", - "date": "28 February 2024", - "revision": "724ad876ed1cbd5bb8a0c8117d47c9fffc01e8b6", + "date": "29 February 2024", + "revision": "d5a4ed2934b3c7249c31d6fae486c7049aa62fad", "links": "links/webcodecs-hevc-codec-registration.json", "refs": "refs/webcodecs-hevc-codec-registration.json", "idl": "idl/webcodecs-hevc-codec-registration.idl", @@ -18437,11 +18438,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-mp3-codec-registration/", "crawlCacheInfo": { - "lastModified": "Wed, 28 Feb 2024 16:19:17 GMT" + "lastModified": "Thu, 29 Feb 2024 17:20:17 GMT" }, "generator": "bikeshed", - "date": "28 February 2024", - "revision": "724ad876ed1cbd5bb8a0c8117d47c9fffc01e8b6", + "date": "29 February 2024", + "revision": "d5a4ed2934b3c7249c31d6fae486c7049aa62fad", "links": "links/webcodecs-mp3-codec-registration.json", "refs": "refs/webcodecs-mp3-codec-registration.json", "headings": "headings/webcodecs-mp3-codec-registration.json", @@ -18492,11 +18493,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-opus-codec-registration/", "crawlCacheInfo": { - "lastModified": "Wed, 28 Feb 2024 16:24:27 GMT" + "lastModified": "Thu, 29 Feb 2024 17:25:41 GMT" }, "generator": "bikeshed", - "date": "28 February 2024", - "revision": "724ad876ed1cbd5bb8a0c8117d47c9fffc01e8b6", + "date": "29 February 2024", + "revision": "d5a4ed2934b3c7249c31d6fae486c7049aa62fad", "links": "links/webcodecs-opus-codec-registration.json", "refs": "refs/webcodecs-opus-codec-registration.json", "idl": "idl/webcodecs-opus-codec-registration.idl", @@ -18549,11 +18550,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-pcm-codec-registration/", "crawlCacheInfo": { - "lastModified": "Wed, 28 Feb 2024 16:32:12 GMT" + "lastModified": "Thu, 29 Feb 2024 17:32:51 GMT" }, "generator": "bikeshed", - "date": "28 February 2024", - "revision": "724ad876ed1cbd5bb8a0c8117d47c9fffc01e8b6", + "date": "29 February 2024", + "revision": "d5a4ed2934b3c7249c31d6fae486c7049aa62fad", "links": "links/webcodecs-pcm-codec-registration.json", "refs": "refs/webcodecs-pcm-codec-registration.json", "headings": "headings/webcodecs-pcm-codec-registration.json", @@ -18604,11 +18605,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/", "crawlCacheInfo": { - "lastModified": "Wed, 28 Feb 2024 16:36:40 GMT" + "lastModified": "Thu, 29 Feb 2024 17:36:23 GMT" }, "generator": "bikeshed", - "date": "28 February 2024", - "revision": "724ad876ed1cbd5bb8a0c8117d47c9fffc01e8b6", + "date": "29 February 2024", + "revision": "d5a4ed2934b3c7249c31d6fae486c7049aa62fad", "links": "links/webcodecs-ulaw-codec-registration.json", "refs": "refs/webcodecs-ulaw-codec-registration.json", "headings": "headings/webcodecs-ulaw-codec-registration.json", @@ -18659,11 +18660,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-vorbis-codec-registration/", "crawlCacheInfo": { - "lastModified": "Wed, 28 Feb 2024 16:17:54 GMT" + "lastModified": "Thu, 29 Feb 2024 17:18:33 GMT" }, "generator": "bikeshed", - "date": "28 February 2024", - "revision": "724ad876ed1cbd5bb8a0c8117d47c9fffc01e8b6", + "date": "29 February 2024", + "revision": "d5a4ed2934b3c7249c31d6fae486c7049aa62fad", "links": "links/webcodecs-vorbis-codec-registration.json", "refs": "refs/webcodecs-vorbis-codec-registration.json", "headings": "headings/webcodecs-vorbis-codec-registration.json", @@ -18714,11 +18715,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-vp8-codec-registration/", "crawlCacheInfo": { - "lastModified": "Wed, 28 Feb 2024 16:30:17 GMT" + "lastModified": "Thu, 29 Feb 2024 17:31:06 GMT" }, "generator": "bikeshed", - "date": "28 February 2024", - "revision": "724ad876ed1cbd5bb8a0c8117d47c9fffc01e8b6", + "date": "29 February 2024", + "revision": "d5a4ed2934b3c7249c31d6fae486c7049aa62fad", "links": "links/webcodecs-vp8-codec-registration.json", "refs": "refs/webcodecs-vp8-codec-registration.json", "headings": "headings/webcodecs-vp8-codec-registration.json", @@ -18769,11 +18770,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-vp9-codec-registration/", "crawlCacheInfo": { - "lastModified": "Wed, 28 Feb 2024 16:28:00 GMT" + "lastModified": "Thu, 29 Feb 2024 17:29:06 GMT" }, "generator": "bikeshed", - "date": "28 February 2024", - "revision": "724ad876ed1cbd5bb8a0c8117d47c9fffc01e8b6", + "date": "29 February 2024", + "revision": "d5a4ed2934b3c7249c31d6fae486c7049aa62fad", "links": "links/webcodecs-vp9-codec-registration.json", "refs": "refs/webcodecs-vp9-codec-registration.json", "idl": "idl/webcodecs-vp9-codec-registration.idl", @@ -18832,11 +18833,11 @@ ], "crawled": "https://www.w3.org/TR/webcodecs/", "crawlCacheInfo": { - "lastModified": "Wed, 28 Feb 2024 16:11:49 GMT" + "lastModified": "Thu, 29 Feb 2024 17:13:21 GMT" }, "generator": "bikeshed", - "date": "28 February 2024", - "revision": "724ad876ed1cbd5bb8a0c8117d47c9fffc01e8b6", + "date": "29 February 2024", + "revision": "d5a4ed2934b3c7249c31d6fae486c7049aa62fad", "links": "links/webcodecs.json", "refs": "refs/webcodecs.json", "events": "events/webcodecs.json", @@ -19148,11 +19149,11 @@ ], "crawled": "https://www.w3.org/TR/webnn/", "crawlCacheInfo": { - "lastModified": "Wed, 28 Feb 2024 05:58:46 GMT" + "lastModified": "Fri, 01 Mar 2024 01:21:28 GMT" }, "generator": "bikeshed", - "date": "28 February 2024", - "revision": "0de084d7169d6435dda396e75f43a061b2993f9c", + "date": "1 March 2024", + "revision": "ca0b903ad3455b30f24d668de46d0ff72ab5d466", "links": "links/webnn.json", "refs": "refs/webnn.json", "idl": "idl/webnn.idl", diff --git a/tr/links/css-color-5.json b/tr/links/css-color-5.json index 169bf74db1e6..237d0c93aaff 100644 --- a/tr/links/css-color-5.json +++ b/tr/links/css-color-5.json @@ -5,20 +5,46 @@ }, "links": { "http://wpt.live/css/css-color/at-color-profile-001.html": {}, - "http://wpt.live/css/css-color/color-function-parsing.html": {}, "http://wpt.live/css/css-color/color-mix-basic-001.html": {}, "http://wpt.live/css/css-color/color-mix-currentcolor-001.html": {}, "http://wpt.live/css/css-color/color-mix-currentcolor-002.html": {}, + "http://wpt.live/css/css-color/color-mix-currentcolor-003.html": {}, + "http://wpt.live/css/css-color/color-mix-currentcolor-nested-for-color-property.html": {}, + "http://wpt.live/css/css-color/color-mix-currentcolor-visited-getcomputedstyle.html": {}, + "http://wpt.live/css/css-color/color-mix-currentcolor-visited.html": {}, "http://wpt.live/css/css-color/color-mix-non-srgb-001.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/parsing/color-mix-computed.html": {}, - "http://wpt.live/css/css-color/parsing/color-mix-invalid.html": {}, - "http://wpt.live/css/css-color/parsing/color-mix-valid.html": {}, - "http://wpt.live/css/css-color/parsing/relative-color-computed.html": {}, - "http://wpt.live/css/css-color/parsing/relative-color-invalid.html": {}, - "http://wpt.live/css/css-color/parsing/relative-color-valid.html": {}, - "http://www.color.org/specification/ICC1v43_2010-12.pdf": {}, + "http://wpt.live/css/css-color/light-dark-basic.html": {}, + "http://wpt.live/css/css-color/light-dark-currentcolor-in-color.html": {}, + "http://wpt.live/css/css-color/light-dark-currentcolor.html": {}, + "http://wpt.live/css/css-color/light-dark-inheritance.html": {}, + "http://wpt.live/css/css-color/nested-color-mix-with-currentcolor.html": {}, + "http://wpt.live/css/css-color/parsing/color-computed-color-mix-function.html": {}, + "http://wpt.live/css/css-color/parsing/color-computed-relative-color.html": {}, + "http://wpt.live/css/css-color/parsing/color-invalid-color-mix-function.html": {}, + "http://wpt.live/css/css-color/parsing/color-invalid-relative-color.html": {}, + "http://wpt.live/css/css-color/parsing/color-mix-out-of-gamut.html": {}, + "http://wpt.live/css/css-color/parsing/color-valid-color-mix-function.html": {}, + "http://wpt.live/css/css-color/parsing/color-valid-relative-color.html": {}, + "http://wpt.live/css/css-color/parsing/relative-color-out-of-gamut.html": {}, + "http://wpt.live/css/css-color/relative-currentcolor-a98rgb-01.html": {}, + "http://wpt.live/css/css-color/relative-currentcolor-displayp3-01.html": {}, + "http://wpt.live/css/css-color/relative-currentcolor-hsl-01.html": {}, + "http://wpt.live/css/css-color/relative-currentcolor-hsl-02.html": {}, + "http://wpt.live/css/css-color/relative-currentcolor-hwb-01.html": {}, + "http://wpt.live/css/css-color/relative-currentcolor-lab-01.html": {}, + "http://wpt.live/css/css-color/relative-currentcolor-lch-01.html": {}, + "http://wpt.live/css/css-color/relative-currentcolor-oklab-01.html": {}, + "http://wpt.live/css/css-color/relative-currentcolor-oklch-01.html": {}, + "http://wpt.live/css/css-color/relative-currentcolor-prophoto-01.html": {}, + "http://wpt.live/css/css-color/relative-currentcolor-rec2020-01.html": {}, + "http://wpt.live/css/css-color/relative-currentcolor-rec2020-02.html": {}, + "http://wpt.live/css/css-color/relative-currentcolor-rgb-01.html": {}, + "http://wpt.live/css/css-color/relative-currentcolor-rgb-02.html": {}, + "http://wpt.live/css/css-color/relative-currentcolor-xyzd50-01.html": {}, + "http://wpt.live/css/css-color/relative-currentcolor-xyzd65-01.html": {}, + "http://www.color.org/specification/ICC.1-2022-05.pdf": {}, "https://datatracker.ietf.org/doc/html/rfc2119": {}, "https://drafts.csswg.org/css-values-4/": { "anchors": [ @@ -26,6 +52,12 @@ ], "specShortname": "css-values-4" }, + "https://drafts.csswg.org/css-values-5/": { + "anchors": [ + "valdef-attr-color" + ], + "specShortname": "css-values-5" + }, "https://fetch.spec.whatwg.org/": { "anchors": [ "concept-response" @@ -34,38 +66,97 @@ }, "https://github.com/w3c/csswg-drafts/issues": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/at-color-profile-001.html": {}, - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-function-parsing.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-mix-basic-001.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-mix-currentcolor-001.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-mix-currentcolor-002.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-mix-currentcolor-003.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-currentcolor-visited-getcomputedstyle.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-mix-currentcolor-visited.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-mix-non-srgb-001.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/parsing/color-mix-computed.html": {}, - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-mix-invalid.html": {}, - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-mix-valid.html": {}, - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/relative-color-computed.html": {}, - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/relative-color-invalid.html": {}, - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/relative-color-valid.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/light-dark-basic.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/light-dark-currentcolor-in-color.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/light-dark-currentcolor.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/light-dark-inheritance.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/nested-color-mix-with-currentcolor.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-computed-color-mix-function.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-invalid-color-mix-function.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-invalid-relative-color.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/color-mix-out-of-gamut.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-relative-color.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/relative-color-out-of-gamut.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/relative-currentcolor-a98rgb-01.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/relative-currentcolor-displayp3-01.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/relative-currentcolor-hsl-01.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/relative-currentcolor-hsl-02.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/relative-currentcolor-hwb-01.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/relative-currentcolor-lab-01.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/relative-currentcolor-lch-01.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/relative-currentcolor-oklab-01.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/relative-currentcolor-oklch-01.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/relative-currentcolor-prophoto-01.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/relative-currentcolor-rec2020-01.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/relative-currentcolor-rec2020-02.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/relative-currentcolor-rgb-01.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/relative-currentcolor-rgb-02.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/relative-currentcolor-xyzd50-01.html": {}, + "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/relative-currentcolor-xyzd65-01.html": {}, "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://webidl.spec.whatwg.org/": { + "anchors": [ + "Exposed" + ], + "specShortname": "webidl" + }, "https://wpt.fyi/results/css/css-color/at-color-profile-001.html": {}, - "https://wpt.fyi/results/css/css-color/color-function-parsing.html": {}, "https://wpt.fyi/results/css/css-color/color-mix-basic-001.html": {}, "https://wpt.fyi/results/css/css-color/color-mix-currentcolor-001.html": {}, "https://wpt.fyi/results/css/css-color/color-mix-currentcolor-002.html": {}, + "https://wpt.fyi/results/css/css-color/color-mix-currentcolor-003.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-currentcolor-visited-getcomputedstyle.html": {}, + "https://wpt.fyi/results/css/css-color/color-mix-currentcolor-visited.html": {}, "https://wpt.fyi/results/css/css-color/color-mix-non-srgb-001.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/parsing/color-mix-computed.html": {}, - "https://wpt.fyi/results/css/css-color/parsing/color-mix-invalid.html": {}, - "https://wpt.fyi/results/css/css-color/parsing/color-mix-valid.html": {}, - "https://wpt.fyi/results/css/css-color/parsing/relative-color-computed.html": {}, - "https://wpt.fyi/results/css/css-color/parsing/relative-color-invalid.html": {}, - "https://wpt.fyi/results/css/css-color/parsing/relative-color-valid.html": {}, + "https://wpt.fyi/results/css/css-color/light-dark-basic.html": {}, + "https://wpt.fyi/results/css/css-color/light-dark-currentcolor-in-color.html": {}, + "https://wpt.fyi/results/css/css-color/light-dark-currentcolor.html": {}, + "https://wpt.fyi/results/css/css-color/light-dark-inheritance.html": {}, + "https://wpt.fyi/results/css/css-color/nested-color-mix-with-currentcolor.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-computed-color-mix-function.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-computed-relative-color.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-invalid-color-mix-function.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-invalid-relative-color.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/color-mix-out-of-gamut.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-relative-color.html": {}, + "https://wpt.fyi/results/css/css-color/parsing/relative-color-out-of-gamut.html": {}, + "https://wpt.fyi/results/css/css-color/relative-currentcolor-a98rgb-01.html": {}, + "https://wpt.fyi/results/css/css-color/relative-currentcolor-displayp3-01.html": {}, + "https://wpt.fyi/results/css/css-color/relative-currentcolor-hsl-01.html": {}, + "https://wpt.fyi/results/css/css-color/relative-currentcolor-hsl-02.html": {}, + "https://wpt.fyi/results/css/css-color/relative-currentcolor-hwb-01.html": {}, + "https://wpt.fyi/results/css/css-color/relative-currentcolor-lab-01.html": {}, + "https://wpt.fyi/results/css/css-color/relative-currentcolor-lch-01.html": {}, + "https://wpt.fyi/results/css/css-color/relative-currentcolor-oklab-01.html": {}, + "https://wpt.fyi/results/css/css-color/relative-currentcolor-oklch-01.html": {}, + "https://wpt.fyi/results/css/css-color/relative-currentcolor-prophoto-01.html": {}, + "https://wpt.fyi/results/css/css-color/relative-currentcolor-rec2020-01.html": {}, + "https://wpt.fyi/results/css/css-color/relative-currentcolor-rec2020-02.html": {}, + "https://wpt.fyi/results/css/css-color/relative-currentcolor-rgb-01.html": {}, + "https://wpt.fyi/results/css/css-color/relative-currentcolor-rgb-02.html": {}, + "https://wpt.fyi/results/css/css-color/relative-currentcolor-xyzd50-01.html": {}, + "https://wpt.fyi/results/css/css-color/relative-currentcolor-xyzd65-01.html": {}, + "https://www.cedc.tools/article.html": {}, "https://www.iana.org/assignments/media-types/application/vnd.iccprofile": {}, - "https://www.w3.org/2021/Process-20211102/": { + "https://www.w3.org/2023/Process-20231103/": { "anchors": [ "recs-and-notes" ] @@ -78,10 +169,16 @@ }, "https://www.w3.org/Style/CSS/Test/": {}, "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/2011/WD-css3-gcpm-20111129/": { + "anchors": [ + "cmyk-colors" + ] + }, "https://www.w3.org/TR/2020/WD-css-color-5-20200303/": {}, "https://www.w3.org/TR/2021/WD-css-color-5-20210601/": {}, "https://www.w3.org/TR/2021/WD-css-color-5-20211215/": {}, "https://www.w3.org/TR/2022/WD-css-color-5-20220428/": {}, + "https://www.w3.org/TR/2022/WD-css-color-5-20220628/": {}, "https://www.w3.org/TR/CSS/": { "anchors": [ "future-proofing", @@ -98,6 +195,11 @@ ], "specShortname": "CSS2" }, + "https://www.w3.org/TR/WCAG21/": { + "anchors": [ + "contrast-minimum" + ] + }, "https://www.w3.org/TR/css-cascade-5/": { "anchors": [ "actual-value", @@ -107,37 +209,67 @@ }, "https://www.w3.org/TR/css-color-4/": { "anchors": [ - "typedef-color", - "typedef-color-space", - "color-interpolation-method", - "valdef-hsl-hsl", - "valdef-hwb-hwb", - "valdef-color-srgb", + "typedef-system-color", + "typedef-hex-color", + "typedef-named-color", + "funcdef-rgba", + "funcdef-hsla", + "valdef-color-currentcolor", + "propdef-color", "interpolation", - "typedef-hue-interpolation-method", + "analogous-components", "hue-interpolation", "valdef-lch-lch", "valdef-color-xyz", + "valdef-hsl-hsl", + "valdef-color-srgb", + "modern-color-syntax", "legacy-color-syntax", "valdef-color-red", "valdef-color-lime", "valdef-color-blue", "valdef-color-darkolivegreen", + "interpolation-missing", + "valdef-color-none", "typedef-hue", "color-space", "predefined", "valdef-color-display-p3", - "opaque-black", "color", + "valdef-color-white", + "valdef-color-black", + "valdef-color-srgb-linear", + "valdef-color-a98-rgb", + "valdef-color-prophoto-rgb", + "valdef-color-rec2020", + "valdef-lab-lab", + "valdef-oklab-oklab", + "valdef-color-xyz-d50", + "valdef-color-xyz-d65", + "valdef-hwb-hwb", + "valdef-oklch-oklch", "resolving-color-values", - "valdef-color-currentcolor", "serializing-color-values", - "valdef-color-xyz-d65", - "serializing-color-function-values", - "valdef-color-none" + "serializing-color-function-values" ], "specShortname": "css-color-4" }, + "https://www.w3.org/TR/css-color-5/": { + "anchors": [ + "funcdef-rgb", + "funcdef-hsl", + "typedef-alpha-value" + ], + "specShortname": "css-color-5" + }, + "https://www.w3.org/TR/css-color-adjust-1/": { + "anchors": [ + "used-color-scheme", + "valdef-color-scheme-light", + "valdef-color-scheme-dark" + ], + "specShortname": "css-color-adjust-1" + }, "https://www.w3.org/TR/css-syntax-3/": { "anchors": [ "typedef-declaration-list" @@ -146,17 +278,19 @@ }, "https://www.w3.org/TR/css-values-4/": { "anchors": [ + "comb-one", "comb-comma", "comb-all", "percentage-value", "mult-opt", "mult-comma", "math-function", - "comb-one", - "mult-num", "number-value", "angle-value", + "canonical-unit", + "mult-num", "typedef-dashed-ident", + "mult-one-plus", "typedef-ident", "url-value", "fetch-a-style-resource", @@ -168,7 +302,9 @@ }, "https://www.w3.org/TR/cssom-1/": { "anchors": [ - "concept-css-rule-parent-css-style-sheet" + "concept-css-rule-parent-css-style-sheet", + "cssrule", + "cssomstring" ], "specShortname": "cssom-1" }, diff --git a/tr/links/rdf-canon.json b/tr/links/rdf-canon.json index a6e17dc37c0e..46d74ac75c13 100644 --- a/tr/links/rdf-canon.json +++ b/tr/links/rdf-canon.json @@ -46,7 +46,8 @@ "https://www.w3.org/2001/sw/wiki/How_to_diff_RDF": {}, "https://www.w3.org/2023/Process-20231103/": { "anchors": [ - "recs-and-notes" + "recs-and-notes", + "allow-new-features" ] }, "https://www.w3.org/Consortium/Patent-Policy/": { diff --git a/tr/links/webnn.json b/tr/links/webnn.json index 2686aba487af..c83e44f9f710 100644 --- a/tr/links/webnn.json +++ b/tr/links/webnn.json @@ -181,17 +181,17 @@ "idl-record", "idl-DOMString", "dfn-throw", - "dataerror", + "exceptiondef-typeerror", "idl-undefined", "arraybuffer-transfer", "buffersource-underlying-buffer", "buffersource-byte-length", "arraybufferview-write", "idl-sequence", + "EnforceRange", "idl-unsigned-long", "idl-double", "new", - "exceptiondef-typeerror", "dfn-get-buffer-source-copy", "idl-float", "idl-boolean", diff --git a/tr/refs/css-color-5.json b/tr/refs/css-color-5.json index 4b61fccfbd58..3ea5b0e63c5e 100644 --- a/tr/refs/css-color-5.json +++ b/tr/refs/css-color-5.json @@ -13,6 +13,14 @@ "name": "CSS-COLOR-4", "url": "https://www.w3.org/TR/css-color-4/" }, + { + "name": "CSS-COLOR-5", + "url": "https://www.w3.org/TR/css-color-5/" + }, + { + "name": "CSS-COLOR-ADJUST-1", + "url": "https://www.w3.org/TR/css-color-adjust-1/" + }, { "name": "CSS-SYNTAX-3", "url": "https://www.w3.org/TR/css-syntax-3/" @@ -21,6 +29,10 @@ "name": "CSS-VALUES-4", "url": "https://www.w3.org/TR/css-values-4/" }, + { + "name": "CSS-VALUES-5", + "url": "https://drafts.csswg.org/css-values-5/" + }, { "name": "CSSOM-1", "url": "https://www.w3.org/TR/cssom-1/" @@ -31,11 +43,15 @@ }, { "name": "ICC", - "url": "http://www.color.org/specification/ICC1v43_2010-12.pdf" + "url": "http://www.color.org/specification/ICC.1-2022-05.pdf" }, { "name": "RFC2119", "url": "https://datatracker.ietf.org/doc/html/rfc2119" + }, + { + "name": "WEBIDL", + "url": "https://webidl.spec.whatwg.org/" } ], "informative": []