From 54a5df3b13692e8087ba65e854f334556de8c81c Mon Sep 17 00:00:00 2001 From: reffy-bot <> Date: Sat, 23 Mar 2024 01:21:11 +0000 Subject: [PATCH] Update of TR report from new reffy run Using reffy commit 14.8.3. --- tr/dfns/css-values-3.json | 55 +- tr/dfns/device-posture.json | 23 +- tr/dfns/webgpu.json | 6 +- tr/headings/device-posture.json | 37 +- tr/ids/WGSL.json | 384 +++++------ tr/ids/css-values-3.json | 372 ++++++----- tr/ids/device-posture.json | 41 +- tr/ids/webgpu.json | 9 +- tr/ids/webnn.json | 1066 ++++++++++++++++--------------- tr/index.json | 39 +- tr/links/css-values-3.json | 115 ++-- tr/links/device-posture.json | 22 +- tr/links/remote-playback.json | 14 +- tr/refs/css-values-3.json | 54 +- tr/refs/device-posture.json | 4 + 15 files changed, 1209 insertions(+), 1032 deletions(-) diff --git a/tr/dfns/css-values-3.json b/tr/dfns/css-values-3.json index 886575e5d474..a521c8725d26 100644 --- a/tr/dfns/css-values-3.json +++ b/tr/dfns/css-values-3.json @@ -8,7 +8,8 @@ "id": "css-value-definition-syntax", "href": "https://www.w3.org/TR/css-values-3/#css-value-definition-syntax", "linkingText": [ - "value definition syntax" + "value definition syntax", + "CSS value definition syntax" ], "localLinkingText": [], "type": "dfn", @@ -806,7 +807,8 @@ "id": "relative-length", "href": "https://www.w3.org/TR/css-values-3/#relative-length", "linkingText": [ - "relative length" + "relative length", + "relative length unit" ], "localLinkingText": [], "type": "dfn", @@ -844,7 +846,8 @@ "id": "em", "href": "https://www.w3.org/TR/css-values-3/#em", "linkingText": [ - "em" + "em", + "em unit" ], "localLinkingText": [], "type": "value", @@ -862,10 +865,11 @@ "definedIn": "dt" }, { - "id": "ex", - "href": "https://www.w3.org/TR/css-values-3/#ex", + "id": "rem", + "href": "https://www.w3.org/TR/css-values-3/#rem", "linkingText": [ - "ex" + "rem", + "rem unit" ], "localLinkingText": [], "type": "value", @@ -883,10 +887,11 @@ "definedIn": "dt" }, { - "id": "ch", - "href": "https://www.w3.org/TR/css-values-3/#ch", + "id": "ex", + "href": "https://www.w3.org/TR/css-values-3/#ex", "linkingText": [ - "ch" + "ex", + "ex unit" ], "localLinkingText": [], "type": "value", @@ -904,13 +909,14 @@ "definedIn": "dt" }, { - "id": "length-advance-measure", - "href": "https://www.w3.org/TR/css-values-3/#length-advance-measure", + "id": "ch", + "href": "https://www.w3.org/TR/css-values-3/#ch", "linkingText": [ - "advance measure" + "ch", + "ch unit" ], "localLinkingText": [], - "type": "dfn", + "type": "value", "for": [ "" ], @@ -922,16 +928,16 @@ "title": "Font-relative Lengths: the em, ex, ch, rem units", "number": "5.1.1" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "rem", - "href": "https://www.w3.org/TR/css-values-3/#rem", + "id": "length-advance-measure", + "href": "https://www.w3.org/TR/css-values-3/#length-advance-measure", "linkingText": [ - "rem" + "advance measure" ], "localLinkingText": [], - "type": "value", + "type": "dfn", "for": [ "" ], @@ -943,7 +949,7 @@ "title": "Font-relative Lengths: the em, ex, ch, rem units", "number": "5.1.1" }, - "definedIn": "dt" + "definedIn": "prose" }, { "id": "viewport-percentage-lengths", @@ -1052,7 +1058,8 @@ "id": "absolute-length", "href": "https://www.w3.org/TR/css-values-3/#absolute-length", "linkingText": [ - "absolute length" + "absolute length", + "absolute length unit" ], "localLinkingText": [], "type": "dfn", @@ -1068,15 +1075,15 @@ "definedIn": "prose" }, { - "id": "physical-units", - "href": "https://www.w3.org/TR/css-values-3/#physical-units", + "id": "physical-unit", + "href": "https://www.w3.org/TR/css-values-3/#physical-unit", "linkingText": [ - "physical units" + "physical unit" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "absolute-lengths", diff --git a/tr/dfns/device-posture.json b/tr/dfns/device-posture.json index 898f7d912dd5..74ac824cdd5e 100644 --- a/tr/dfns/device-posture.json +++ b/tr/dfns/device-posture.json @@ -44,6 +44,27 @@ }, "definedIn": "table" }, + { + "id": "dfn-postureoverride", + "href": "https://www.w3.org/TR/device-posture/#dfn-postureoverride", + "linkingText": [ + "[[PostureOverride]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "top-level traversable" + ], + "access": "private", + "informative": false, + "heading": { + "id": "internal-slots", + "href": "https://www.w3.org/TR/device-posture/#internal-slots", + "title": "Internal slots", + "number": "2" + }, + "definedIn": "table" + }, { "id": "dom-navigator-deviceposture", "href": "https://www.w3.org/TR/device-posture/#dom-navigator-deviceposture", @@ -365,7 +386,7 @@ "heading": { "id": "conformance", "href": "https://www.w3.org/TR/device-posture/#conformance", - "title": "13. Conformance" + "title": "14. Conformance" }, "definedIn": "prose" } diff --git a/tr/dfns/webgpu.json b/tr/dfns/webgpu.json index d1d483cd7823..0bd46e29188a 100644 --- a/tr/dfns/webgpu.json +++ b/tr/dfns/webgpu.json @@ -16570,10 +16570,10 @@ "definedIn": "dt" }, { - "id": "imagecopytexture-subresource-size", - "href": "https://www.w3.org/TR/webgpu/#imagecopytexture-subresource-size", + "id": "imagecopytexture-physical-subresource-size", + "href": "https://www.w3.org/TR/webgpu/#imagecopytexture-physical-subresource-size", "linkingText": [ - "imageCopyTexture subresource size" + "imageCopyTexture physical subresource size" ], "localLinkingText": [], "type": "dfn", diff --git a/tr/headings/device-posture.json b/tr/headings/device-posture.json index 14420d570a6f..ef576aa141a5 100644 --- a/tr/headings/device-posture.json +++ b/tr/headings/device-posture.json @@ -182,38 +182,65 @@ "level": 2, "title": "11. Accessibility considerations" }, + { + "id": "automation", + "href": "https://www.w3.org/TR/device-posture/#automation", + "level": 2, + "title": "12. Automation" + }, + { + "id": "extension-commands", + "href": "https://www.w3.org/TR/device-posture/#extension-commands", + "level": 3, + "title": "Extension Commands", + "number": "12.1" + }, + { + "id": "set-device-posture", + "href": "https://www.w3.org/TR/device-posture/#set-device-posture", + "level": 4, + "title": "Set device posture", + "number": "12.1.1" + }, + { + "id": "clear-device-posture", + "href": "https://www.w3.org/TR/device-posture/#clear-device-posture", + "level": 4, + "title": "Clear device posture", + "number": "12.1.2" + }, { "id": "examples", "href": "https://www.w3.org/TR/device-posture/#examples", "level": 2, - "title": "12. Examples" + "title": "13. Examples" }, { "id": "example-1-posture-data", "href": "https://www.w3.org/TR/device-posture/#example-1-posture-data", "level": 3, "title": "Example 1: Posture data", - "number": "12.1" + "number": "13.1" }, { "id": "example-2-device-posture", "href": "https://www.w3.org/TR/device-posture/#example-2-device-posture", "level": 3, "title": "Example 2: device-posture", - "number": "12.2" + "number": "13.2" }, { "id": "example-3-feature-detection-of-device-posture-media-feature", "href": "https://www.w3.org/TR/device-posture/#example-3-feature-detection-of-device-posture-media-feature", "level": 3, "title": "Example 3: Feature detection of device-posture media feature", - "number": "12.3" + "number": "13.3" }, { "id": "conformance", "href": "https://www.w3.org/TR/device-posture/#conformance", "level": 2, - "title": "13. Conformance" + "title": "14. Conformance" }, { "id": "idl-index", diff --git a/tr/ids/WGSL.json b/tr/ids/WGSL.json index 7a4f85adf61f..cbccc740f498 100644 --- a/tr/ids/WGSL.json +++ b/tr/ids/WGSL.json @@ -1769,6 +1769,8 @@ "https://www.w3.org/TR/WGSL/#override-decls", "https://www.w3.org/TR/WGSL/#override-declaration", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-overridable%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/WGSL/#pipeline-overridable", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-concretization-of-a-value", @@ -1817,7 +1819,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-private%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-memory-view%E2%91%A0%E2%91%A3", @@ -1836,14 +1838,14 @@ "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-handle%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-function-scope%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-access-mode%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A2", "https://www.w3.org/TR/WGSL/#uniform-buffer", "https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A0%E2%91%A3", @@ -1858,7 +1860,7 @@ "https://www.w3.org/TR/WGSL/#texture-resource", "https://www.w3.org/TR/WGSL/#ref-for-effective-value-type%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-texture-types%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-texel%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-texture%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-handle%E2%91%A1", @@ -1867,12 +1869,12 @@ "https://www.w3.org/TR/WGSL/#sampler-resource", "https://www.w3.org/TR/WGSL/#ref-for-effective-value-type%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-sampler-types%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-handle%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-resource-interface-of-a-shader%E2%91%A0", "https://www.w3.org/TR/WGSL/#lifetime", "https://www.w3.org/TR/WGSL/#ref-for-memory-locations%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-private%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-function-scope%E2%91%A5", @@ -1984,7 +1986,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-const-functions", "https://www.w3.org/TR/WGSL/#ref-for-type-alias%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-type-rule%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-creation-fixed-footprint%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A6", @@ -2017,7 +2019,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#override-expr", @@ -2086,7 +2088,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-matrix%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-fixed-size-array%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-runtime-sized%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-syntax-component_or_swizzle_specifier", "https://www.w3.org/TR/WGSL/#ref-for-indexing-expression%E2%91%A4", @@ -2104,20 +2106,20 @@ "https://www.w3.org/TR/WGSL/#vector-access-expr", "https://www.w3.org/TR/WGSL/#swizzle", "https://www.w3.org/TR/WGSL/#ref-for-context-dependent-name%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/WGSL/#example-78b3a51f", "https://www.w3.org/TR/WGSL/#vector-single-component", "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value", "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-concretization-of-a-value%E2%91%A3", "https://www.w3.org/TR/WGSL/#vector-multi-component", @@ -2148,7 +2150,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-memory-view%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-originating-variable%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-memory-view%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A0%E2%91%A4", @@ -2156,18 +2158,18 @@ "https://www.w3.org/TR/WGSL/#ref-for-originating-variable%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#matrix-access-expr", "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-concretization-of-a-value%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-memory-view%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A0%E2%91%A6", @@ -2175,18 +2177,18 @@ "https://www.w3.org/TR/WGSL/#ref-for-originating-variable%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#array-access-expr", "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-concretization-of-a-value%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-memory-view%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A0%E2%91%A8", @@ -2194,7 +2196,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-originating-variable%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-memory-view%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-invalid-memory-reference%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%93%AA", @@ -2219,33 +2221,33 @@ "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-truncate", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-truncate%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A5", @@ -2266,23 +2268,23 @@ "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-shader-execution-start%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%93%AA", @@ -2307,9 +2309,9 @@ "https://www.w3.org/TR/WGSL/#address-of", "https://www.w3.org/TR/WGSL/#ref-for-memory-view%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-invalid-memory-reference%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-handle%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-handle%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A1", "https://www.w3.org/TR/WGSL/#indirection-expr", "https://www.w3.org/TR/WGSL/#indirection", "https://www.w3.org/TR/WGSL/#ref-for-memory-view%E2%91%A1%E2%91%A5", @@ -2633,7 +2635,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-_shift_right_assign", "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-_shift_left_assign", "https://www.w3.org/TR/WGSL/#ref-for-reference-type%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-access-read_write%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-access-mode%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-compound-assignment", @@ -2651,7 +2653,7 @@ "https://www.w3.org/TR/WGSL/#syntax-decrement_statement", "https://www.w3.org/TR/WGSL/#ref-for-syntax-lhs_expression%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-minus_minus", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A1%E2%91%A1", @@ -2682,7 +2684,7 @@ "https://www.w3.org/TR/WGSL/#syntax-else_clause", "https://www.w3.org/TR/WGSL/#ref-for-syntax-compound_statement%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-type-rule-preconditions%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A5", "https://www.w3.org/TR/WGSL/#switch-statement", "https://www.w3.org/TR/WGSL/#statement-switch", @@ -2725,19 +2727,19 @@ "https://www.w3.org/TR/WGSL/#ref-for-case-clause%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-syntax_kw-default%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-default-alone-clause%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-default-clause%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax_kw-default%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-syntax-case_selector%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-type-rule-preconditions%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-syntax-case_selectors%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-syntax-case_selector%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-case-clause%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-default-clause%E2%91%A1", @@ -2800,7 +2802,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-scope%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-iteration", "https://www.w3.org/TR/WGSL/#ref-for-type-rule-preconditions%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-statement-continuing%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-declaration%E2%91%A0%E2%91%A2", @@ -2819,7 +2821,7 @@ "https://www.w3.org/TR/WGSL/#statement-while", "https://www.w3.org/TR/WGSL/#ref-for-iteration%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-type-rule-preconditions%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-statement-loop%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-statement-for%E2%91%A2", @@ -2827,12 +2829,12 @@ "https://www.w3.org/TR/WGSL/#syntax-break_statement", "https://www.w3.org/TR/WGSL/#statement-break", "https://www.w3.org/TR/WGSL/#ref-for-statement-switch%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-statement-loop%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-statement-for%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-statement-while%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-statement-switch%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A3", "https://www.w3.org/TR/WGSL/#example-58268bcc", "https://www.w3.org/TR/WGSL/#break-if-statement", "https://www.w3.org/TR/WGSL/#syntax-break_if_statement", @@ -2841,7 +2843,7 @@ "https://www.w3.org/TR/WGSL/#statement-break-if", "https://www.w3.org/TR/WGSL/#ref-for-statement-loop%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-type-rule-preconditions%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A8", "https://www.w3.org/TR/WGSL/#example-c9adc204", "https://www.w3.org/TR/WGSL/#continue-statement", @@ -2850,13 +2852,13 @@ "https://www.w3.org/TR/WGSL/#ref-for-statement-loop%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-statement-continuing%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-iteration%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-statement-loop%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-statement-for%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-statement-while%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-statement-continuing%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-statement-continuing%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-statement-continuing%E2%91%A3", "https://www.w3.org/TR/WGSL/#example-f39a4ef5", "https://www.w3.org/TR/WGSL/#continuing-statement", @@ -2871,7 +2873,7 @@ "https://www.w3.org/TR/WGSL/#statement-continuing", "https://www.w3.org/TR/WGSL/#ref-for-compound-statement%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-iteration%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-statement-return%E2%91%A0", "https://www.w3.org/TR/WGSL/#return-statement", "https://www.w3.org/TR/WGSL/#syntax-return_statement", @@ -2881,14 +2883,14 @@ "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-return-type%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-statement-return%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/WGSL/#return-value", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/WGSL/#return-value", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#discard-statement", "https://www.w3.org/TR/WGSL/#statement-discard", "https://www.w3.org/TR/WGSL/#ref-for-helper-invocation", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-fragment", "https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-helper-invocation%E2%91%A0", @@ -2900,19 +2902,19 @@ "https://www.w3.org/TR/WGSL/#syntax-func_call_statement", "https://www.w3.org/TR/WGSL/#ref-for-syntax-call_phrase%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-function-call%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-attribute-must_use", "https://www.w3.org/TR/WGSL/#ref-for-return-value%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-attribute-must_use%E2%91%A0", "https://www.w3.org/TR/WGSL/#const-assert-statement", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-statically-accessed%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-function-scope%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-type-rule-preconditions%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#syntax-const_assert_statement", "https://www.w3.org/TR/WGSL/#ref-for-syntax-expression%E2%91%A1%E2%91%A2", @@ -2956,14 +2958,14 @@ "https://www.w3.org/TR/WGSL/#ref-for-statement-while%E2%91%A4", "https://www.w3.org/TR/WGSL/#behavior", "https://www.w3.org/TR/WGSL/#ref-for-behavior", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-syntax-switch_clause%E2%91%A0", @@ -2972,7 +2974,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#behaviors-notes", "https://www.w3.org/TR/WGSL/#behaviors-examples", "https://www.w3.org/TR/WGSL/#example-ad6c34a8", @@ -3005,21 +3007,21 @@ "https://www.w3.org/TR/WGSL/#return-type", "https://www.w3.org/TR/WGSL/#function-body", "https://www.w3.org/TR/WGSL/#ref-for-function-call%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-in-scope%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-user-defined-function%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-overload%E2%91%A1", "https://www.w3.org/TR/WGSL/#formal-parameter", "https://www.w3.org/TR/WGSL/#ref-for-declaration%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-scope%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-function-body%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-abstract-numeric-types%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-return-type%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-shader-stage-attributes", "https://www.w3.org/TR/WGSL/#ref-for-attribute-vertex", @@ -3060,10 +3062,10 @@ "https://www.w3.org/TR/WGSL/#called-function", "https://www.w3.org/TR/WGSL/#callee", "https://www.w3.org/TR/WGSL/#ref-for-called-function", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-formal-parameter%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-called-function%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-calling-function%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-called-function%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-returns", @@ -3097,24 +3099,24 @@ "https://www.w3.org/TR/WGSL/#ref-for-shader-module-creation%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#const-functions", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-const-declaration%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-attribute-const%E2%91%A0", "https://www.w3.org/TR/WGSL/#example-62c7bf88", "https://www.w3.org/TR/WGSL/#function-restriction", "https://www.w3.org/TR/WGSL/#ref-for-vertex", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-built-in-values-position%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-built-in-output-value", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-function-call%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-function-call%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-formal-parameter%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-access-mode%E2%91%A1%E2%91%A1", @@ -3146,53 +3148,53 @@ "https://www.w3.org/TR/WGSL/#ref-for-root-identifier%E2%91%A3", "https://www.w3.org/TR/WGSL/#alias", "https://www.w3.org/TR/WGSL/#ref-for-originating-variable%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-write-access%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-write-access%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-read-access%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-write-access%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-read-access%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/WGSL/#example-1243cb94", "https://www.w3.org/TR/WGSL/#attributes", "https://www.w3.org/TR/WGSL/#attribute", "https://www.w3.org/TR/WGSL/#ref-for-context-dependent-name%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/WGSL/#attribute-align", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/WGSL/#attribute-align", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-type-rule%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-requiredalignof", "https://www.w3.org/TR/WGSL/#attribute-binding", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-type-rule%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-resource%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-attribute-group", "https://www.w3.org/TR/WGSL/#attribute-builtin", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-enumerant%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-built-in-values%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-enumerant%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#attribute-const", "https://www.w3.org/TR/WGSL/#ref-for-const-functions%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/WGSL/#attribute-diagnostic", "https://www.w3.org/TR/WGSL/#ref-for-syntax-severity_control_name", @@ -3200,102 +3202,102 @@ "https://www.w3.org/TR/WGSL/#ref-for-diagnostic-triggering-rule%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-range-diagnostic-filter", "https://www.w3.org/TR/WGSL/#ref-for-attribute-diagnostic", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-diagnostic-triggering-rule%E2%91%A8", "https://www.w3.org/TR/WGSL/#attribute-group", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-type-rule%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-resource%E2%91%A7", "https://www.w3.org/TR/WGSL/#attribute-id", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-type-rule%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-override-declaration%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-overridable%E2%91%A2", "https://www.w3.org/TR/WGSL/#attribute-interpolate", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-enumerant%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-interpolation-type%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-enumerant%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-interpolation-sampling%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-attribute-location%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-attribute-location%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-vertex%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A1", "https://www.w3.org/TR/WGSL/#attribute-invariant", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-built-in-values-position%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-built-in-values-position%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-built-in-output-value%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-built-in-input-value", "https://www.w3.org/TR/WGSL/#attribute-location", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-type-rule%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-compute", "https://www.w3.org/TR/WGSL/#attribute-must_use", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-function-function%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-return-type%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-function-call%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-expression%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-expression%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-phony-assignment%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-value-declaration%E2%91%A5", "https://www.w3.org/TR/WGSL/#attribute-size", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-type-rule%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-creation-fixed-footprint%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-creation-fixed-footprint%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-byte-size%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-sizeof", "https://www.w3.org/TR/WGSL/#attribute-workgroup_size", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-workgroup-grid", "https://www.w3.org/TR/WGSL/#shader-stage-attributes", "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-shader-stages%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-function-declaration%E2%91%A2", "https://www.w3.org/TR/WGSL/#attribute-vertex", "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A6", @@ -3415,7 +3417,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-shader-stage-input%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-return-value%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-shader-stage-output%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A1", @@ -3496,21 +3498,21 @@ "https://www.w3.org/TR/WGSL/#ref-for-attribute-invariant%E2%91%A2", "https://www.w3.org/TR/WGSL/#builtin-inputs-outputs", "https://www.w3.org/TR/WGSL/#built-in-input-value", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-formal-parameter%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-shader-stages%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-attribute-builtin%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A1", - "https://www.w3.org/TR/WGSL/#built-in-output-value", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A2", + "https://www.w3.org/TR/WGSL/#built-in-output-value", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-return-value%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-shader-stages%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-return-type%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-return-type%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-attribute-builtin%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-built-in-values-position%E2%91%A3", "https://www.w3.org/TR/WGSL/#built-in-values", "https://www.w3.org/TR/WGSL/#ref-for-predeclared%E2%91%A0%E2%91%A3", @@ -3603,43 +3605,43 @@ "https://www.w3.org/TR/WGSL/#user-defined-inputs-outputs", "https://www.w3.org/TR/WGSL/#user-defined-input-datum", "https://www.w3.org/TR/WGSL/#user-defined-output-datum", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-compute%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A6", "https://www.w3.org/TR/WGSL/#input-output-locations", "https://www.w3.org/TR/WGSL/#ref-for-attribute-location%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-user-defined-input-datum%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-user-defined-output-datum%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%93%AA", "https://www.w3.org/TR/WGSL/#example-7d0deae3", "https://www.w3.org/TR/WGSL/#example-ee897116", "https://www.w3.org/TR/WGSL/#example-9e1a0874", "https://www.w3.org/TR/WGSL/#interpolation", "https://www.w3.org/TR/WGSL/#ref-for-attribute-interpolate%E2%91%A3", "https://www.w3.org/TR/WGSL/#interpolation-type", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-predeclared%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-enumerant%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#interpolation-type-perspective", "https://www.w3.org/TR/WGSL/#interpolation-type-linear", "https://www.w3.org/TR/WGSL/#interpolation-type-flat", "https://www.w3.org/TR/WGSL/#interpolation-sampling", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-predeclared%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-enumerant%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#interpolation-sampling-center", "https://www.w3.org/TR/WGSL/#interpolation-sampling-centroid", "https://www.w3.org/TR/WGSL/#interpolation-sampling-sample", "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-vertex%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-vertex%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-attribute-location%E2%91%A5", @@ -3655,11 +3657,11 @@ "https://www.w3.org/TR/WGSL/#resource-interface-of-a-shader", "https://www.w3.org/TR/WGSL/#ref-for-statically-accessed%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-functions-in-a-shader-stage%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-attribute-group%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-attribute-binding", "https://www.w3.org/TR/WGSL/#ref-for-shader", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-attribute-group%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-attribute-binding%E2%91%A0", "https://www.w3.org/TR/WGSL/#resource-layout-compatibility", @@ -3801,7 +3803,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-enumerant%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-variable%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-statically-accessed%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-variable%E2%91%A0%E2%91%A3", @@ -3822,7 +3824,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-pointer-type%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-access-read%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A8", "https://www.w3.org/TR/WGSL/#memory-layouts", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-uniform-buffer%E2%91%A0%E2%91%A0", @@ -3831,9 +3833,9 @@ "https://www.w3.org/TR/WGSL/#memory-layout", "https://www.w3.org/TR/WGSL/#ref-for-memory-locations%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-host-shareable%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-host-shareable%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A4", @@ -3862,7 +3864,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-host-shareable%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-fixed-footprint%E2%91%A3", "https://www.w3.org/TR/WGSL/#alignment", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-memory-locations%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#byte-size", "https://www.w3.org/TR/WGSL/#ref-for-host-shareable%E2%91%A7", @@ -3917,7 +3919,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-attribute-align%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-alignof%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-attribute-size%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-sizeofmember%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-sizeof%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-offsetofmember%E2%91%A1", @@ -3934,7 +3936,7 @@ "https://www.w3.org/TR/WGSL/#internal-value-layout", "https://www.w3.org/TR/WGSL/#ref-for-attribute-align%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-attribute-size%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-alignof%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A1%E2%93%AA", @@ -3959,8 +3961,8 @@ "https://www.w3.org/TR/WGSL/#ref-for-address-spaces%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A5", "https://www.w3.org/TR/WGSL/#requiredalignof", "https://www.w3.org/TR/WGSL/#ref-for-alignment%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A5", @@ -3995,11 +3997,11 @@ "https://www.w3.org/TR/WGSL/#ref-for-alignof%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-roundup%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-alignof%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-requiredalignof%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-offsetofmember%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-requiredalignof%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-element-stride", "https://www.w3.org/TR/WGSL/#ref-for-requiredalignof%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-strideof%E2%91%A5", @@ -4012,7 +4014,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-requiredalignof%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-strideof%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-roundup%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-sizeof%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-attribute-align%E2%91%A5", @@ -4083,7 +4085,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-statement-while%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-statement-for%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-statement-switch%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-variable%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-built-in-values%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-built-in-values-num_workgroups%E2%91%A1", @@ -4109,7 +4111,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-severity-error%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-diagnostic%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-triggered%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#uniformity-concepts", "https://www.w3.org/TR/WGSL/#uniform-control-flow", "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A0%E2%91%A0", @@ -4202,7 +4204,7 @@ "https://www.w3.org/TR/WGSL/#parameternorestriction", "https://www.w3.org/TR/WGSL/#ref-for-parameter-return-tag", "https://www.w3.org/TR/WGSL/#parameterreturncontentsrequiredtobeuniform", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-return-value%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A6", @@ -4609,7 +4611,7 @@ "https://www.w3.org/TR/WGSL/#barrier", "https://www.w3.org/TR/WGSL/#control-barrier", "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage-workgroup%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#derivatives", @@ -4628,7 +4630,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%91%A4", @@ -4640,7 +4642,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-f16%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-runtime-expression%E2%91%A4", @@ -4684,7 +4686,7 @@ "https://www.w3.org/TR/WGSL/#numeric-scalar-conversion-to-floating-point", "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%91%A6", @@ -4723,7 +4725,7 @@ "https://www.w3.org/TR/WGSL/#reserved-words", "https://www.w3.org/TR/WGSL/#reserved-word", "https://www.w3.org/TR/WGSL/#ref-for-token%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#syntax-_reserved", "https://www.w3.org/TR/WGSL/#syntactic-tokens", "https://www.w3.org/TR/WGSL/#syntactic-token", @@ -4818,10 +4820,10 @@ "https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-in-scope%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/WGSL/#zero-value-builtin-function", "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A3%E2%91%A0", @@ -4886,7 +4888,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/WGSL/#mat2x2-builtin", "https://www.w3.org/TR/WGSL/#ref-for-f16%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A2%E2%91%A5", @@ -5036,7 +5038,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-overload-resolution%E2%91%A1", "https://www.w3.org/TR/WGSL/#vec2-builtin", @@ -5112,7 +5114,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A3%E2%91%A4", @@ -5163,7 +5165,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/WGSL/#clamp", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A4%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%91%A7", @@ -5192,13 +5194,13 @@ "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/WGSL/#extractBits-signed-builtin", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A5%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/WGSL/#extractBits-unsigned-builtin", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A5%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A3%E2%93%AA", @@ -5220,14 +5222,14 @@ "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A6", "https://www.w3.org/TR/WGSL/#example-450e6187", "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/WGSL/#example-2820d825", "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/WGSL/#insertBits-builtin", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A6%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A3%E2%91%A0", @@ -5236,7 +5238,7 @@ "https://www.w3.org/TR/WGSL/#ldexp-builtin", "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A4%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A3%E2%91%A1", @@ -5261,7 +5263,7 @@ "https://www.w3.org/TR/WGSL/#pow-builtin", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A7%E2%91%A2", "https://www.w3.org/TR/WGSL/#quantizeToF16-builtin", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A3%E2%91%A2", @@ -5301,7 +5303,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-truncate%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A8%E2%91%A6", "https://www.w3.org/TR/WGSL/#derivative-builtin-functions", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-triggered%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-trigger-derivative_uniformity%E2%91%A6", @@ -5336,7 +5338,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#texture-builtin-functions", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/WGSL/#texturedimensions", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A2%E2%91%A3", @@ -5420,13 +5422,13 @@ "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A5%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/WGSL/#example-16e82a5f", "https://www.w3.org/TR/WGSL/#texturegathercompare", "https://www.w3.org/TR/WGSL/#texture-gather-compare", @@ -5437,10 +5439,10 @@ "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A5%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/WGSL/#example-e6a4066b", "https://www.w3.org/TR/WGSL/#textureload", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A6%E2%91%A1", @@ -5552,7 +5554,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-texture-sample-count%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-type-multisampled-texture%E2%91%A4", "https://www.w3.org/TR/WGSL/#texturesample", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-uniformity-analysis%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A2", @@ -5574,14 +5576,14 @@ "https://www.w3.org/TR/WGSL/#ref-for-type-sampled-texture%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-type-depth-texture%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-sampler%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/WGSL/#texturesamplebias", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-uniformity-analysis%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A4", @@ -5596,16 +5598,16 @@ "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%93%AA%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-type-sampled-texture%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-type-sampler%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/WGSL/#texturesamplecompare", "https://www.w3.org/TR/WGSL/#ref-for-type-depth-texture%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-uniformity-analysis%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A6", @@ -5620,10 +5622,10 @@ "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%93%AA%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-type-depth-texture%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-type-sampler_comparison%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/WGSL/#texturesamplecomparelevel", @@ -5636,10 +5638,10 @@ "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-type-depth-texture%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-type-sampler_comparison%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/WGSL/#texturesamplegrad", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A0%E2%91%A8", @@ -5650,10 +5652,10 @@ "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-type-sampled-texture%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-type-sampler%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/WGSL/#texturesamplelevel", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A0%E2%91%A3", @@ -5682,10 +5684,10 @@ "https://www.w3.org/TR/WGSL/#ref-for-type-sampled-texture%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-type-depth-texture%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-sampler%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/WGSL/#textureSampleBaseClampToEdge", "https://www.w3.org/TR/WGSL/#ref-for-type-sampled-texture%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-type-external-texture%E2%91%A1", @@ -5725,12 +5727,12 @@ "https://www.w3.org/TR/WGSL/#ref-for-logical-texel-address%E2%91%A2", "https://www.w3.org/TR/WGSL/#atomic-builtin-functions", "https://www.w3.org/TR/WGSL/#ref-for-memory-locations%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-vertex%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-vertex%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/WGSL/#atomic-load", @@ -5752,7 +5754,7 @@ "https://www.w3.org/TR/WGSL/#pack2x16snorm-builtin", "https://www.w3.org/TR/WGSL/#pack2x16unorm-builtin", "https://www.w3.org/TR/WGSL/#pack2x16float-builtin", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A3%E2%91%A3", @@ -5770,9 +5772,9 @@ "https://www.w3.org/TR/WGSL/#ref-for-control-barrier", "https://www.w3.org/TR/WGSL/#ref-for-memory-scope%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-execution-scope", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-compute%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-compute%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/WGSL/#storageBarrier-builtin", "https://www.w3.org/TR/WGSL/#ref-for-control-barrier%E2%91%A0", @@ -5789,7 +5791,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-fixed-footprint%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-atomic-type%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-control-barrier%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A1%E2%91%A2", diff --git a/tr/ids/css-values-3.json b/tr/ids/css-values-3.json index 5322e2a10ee5..89ce9856420b 100644 --- a/tr/ids/css-values-3.json +++ b/tr/ids/css-values-3.json @@ -8,7 +8,6 @@ "https://www.w3.org/TR/css-values-3/#toc-jump", "https://www.w3.org/TR/css-values-3/#toc-toggle", "https://www.w3.org/TR/css-values-3/#title", - "https://www.w3.org/TR/css-values-3/#annotation_root_", "https://www.w3.org/TR/css-values-3/#w3c-state", "https://www.w3.org/TR/css-values-3/#abstract", "https://www.w3.org/TR/css-values-3/#sotd", @@ -29,12 +28,16 @@ "https://www.w3.org/TR/css-values-3/#ref-for-propdef-background-attachment", "https://www.w3.org/TR/css-values-3/#ref-for-valdef-all-inherit", "https://www.w3.org/TR/css-values-3/#ref-for-mult-comma", + "https://www.w3.org/TR/css-values-3/#ref-for-mult-comma%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-identifier-value", "https://www.w3.org/TR/css-values-3/#ref-for-integer-value", "https://www.w3.org/TR/css-values-3/#ref-for-identifier-value%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-integer-value%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-identifier-value%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-integer-value%E2%91%A1", + "https://www.w3.org/TR/css-values-3/#ref-for-coordinating-list-property", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc", + "https://www.w3.org/TR/css-values-3/#ref-for-functional-notation", "https://www.w3.org/TR/css-values-3/#ref-for-value-def-border-width", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-border-width%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-border-width%E2%91%A1", @@ -59,6 +62,7 @@ "https://www.w3.org/TR/css-values-3/#mult-num-range", "https://www.w3.org/TR/css-values-3/#mult-comma", "https://www.w3.org/TR/css-values-3/#mult-req", + "https://www.w3.org/TR/css-values-3/#ref-for-user-agent", "https://www.w3.org/TR/css-values-3/#combinator-multiplier-patterns", "https://www.w3.org/TR/css-values-3/#ref-for-component-value", "https://www.w3.org/TR/css-values-3/#component-whitespace", @@ -102,7 +106,6 @@ "https://www.w3.org/TR/css-values-3/#ref-for-css-css-identifier%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-css-wide-keywords", "https://www.w3.org/TR/css-values-3/#ref-for-identifier-value%E2%91%A4", - "https://www.w3.org/TR/css-values-3/#ref-for-valdef-cursor-default", "https://www.w3.org/TR/css-values-3/#ref-for-identifier-value%E2%91%A5", "https://www.w3.org/TR/css-values-3/#ref-for-identifier-value%E2%91%A6", "https://www.w3.org/TR/css-values-3/#ref-for-identifier-value%E2%91%A7", @@ -129,7 +132,7 @@ "https://www.w3.org/TR/css-values-3/#urls", "https://www.w3.org/TR/css-values-3/#ref-for-url-value%E2%91%A0", "https://www.w3.org/TR/css-values-3/#funcdef-url", - "https://www.w3.org/TR/css-values-3/#ref-for-functional-notation", + "https://www.w3.org/TR/css-values-3/#ref-for-functional-notation%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-url-value%E2%91%A1", "https://www.w3.org/TR/css-values-3/#url", "https://www.w3.org/TR/css-values-3/#ref-for-url-value%E2%91%A2", @@ -137,35 +140,36 @@ "https://www.w3.org/TR/css-values-3/#ref-for-string-value%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-url-modifier", "https://www.w3.org/TR/css-values-3/#ref-for-mult-zero-plus", - "https://www.w3.org/TR/css-values-3/#example-5917b301", - "https://www.w3.org/TR/css-values-3/#ref-for-url-value%E2%91%A3", + "https://www.w3.org/TR/css-values-3/#example-1dcaf1ec", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-url", "https://www.w3.org/TR/css-values-3/#ref-for-consume-a-url-token", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-url-token", - "https://www.w3.org/TR/css-values-3/#example-b71f0a96", + "https://www.w3.org/TR/css-values-3/#example-2e04cf61", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-url%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-url-modifier%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-string-value%E2%91%A2", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-url", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-url%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-at-ruledef-import", - "https://www.w3.org/TR/css-values-3/#ref-for-url-value%E2%91%A4", + "https://www.w3.org/TR/css-values-3/#ref-for-url-value%E2%91%A3", "https://www.w3.org/TR/css-values-3/#ref-for-string-value%E2%91%A3", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-url%E2%91%A0", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-url%E2%91%A1", - "https://www.w3.org/TR/css-values-3/#example-d264fc07", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-url%E2%91%A2", + "https://www.w3.org/TR/css-values-3/#example-ae720903", "https://www.w3.org/TR/css-values-3/#relative-urls", - "https://www.w3.org/TR/css-values-3/#ref-for-url-value%E2%91%A5", + "https://www.w3.org/TR/css-values-3/#ref-for-url-value%E2%91%A4", + "https://www.w3.org/TR/css-values-3/#ref-for-user-agent%E2%91%A0", "https://www.w3.org/TR/css-values-3/#example-b514611a", "https://www.w3.org/TR/css-values-3/#local-urls", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-url%E2%91%A2", - "https://www.w3.org/TR/css-values-3/#url-local-url-flag", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-url%E2%91%A3", + "https://www.w3.org/TR/css-values-3/#url-local-url-flag", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-url%E2%91%A4", - "https://www.w3.org/TR/css-values-3/#ref-for-url-local-url-flag", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-url%E2%91%A5", + "https://www.w3.org/TR/css-values-3/#ref-for-url-local-url-flag", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-url%E2%91%A6", "https://www.w3.org/TR/css-values-3/#ref-for-url-local-url-flag%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-the-base-element", "https://www.w3.org/TR/css-values-3/#ref-for-dom-history-pushstate", "https://www.w3.org/TR/css-values-3/#url-empty", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-url%E2%91%A6", + "https://www.w3.org/TR/css-values-3/#ref-for-url-value%E2%91%A5", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-url%E2%91%A7", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-url%E2%91%A8", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-url%E2%91%A0%E2%93%AA", @@ -174,7 +178,7 @@ "https://www.w3.org/TR/css-values-3/#typedef-url-modifier", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-url-modifier%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-ident%E2%91%A0", - "https://www.w3.org/TR/css-values-3/#ref-for-functional-notation%E2%91%A0", + "https://www.w3.org/TR/css-values-3/#ref-for-functional-notation%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-url-modifier%E2%91%A2", "https://www.w3.org/TR/css-values-3/#ref-for-url-value%E2%91%A6", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-url%E2%91%A0%E2%91%A1", @@ -198,6 +202,7 @@ "https://www.w3.org/TR/css-values-3/#css-bracketed-range-notation", "https://www.w3.org/TR/css-values-3/#ref-for-integer-value%E2%91%A3", "https://www.w3.org/TR/css-values-3/#ref-for-angle-value%E2%91%A0", + "https://www.w3.org/TR/css-values-3/#ref-for-user-agent%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-length-value%E2%91%A2", "https://www.w3.org/TR/css-values-3/#ref-for-css-bracketed-range-notation", "https://www.w3.org/TR/css-values-3/#ref-for-time-value%E2%91%A0", @@ -253,7 +258,7 @@ "https://www.w3.org/TR/css-values-3/#ref-for-percentage-value%E2%91%A2", "https://www.w3.org/TR/css-values-3/#ref-for-dimension%E2%91%A4", "https://www.w3.org/TR/css-values-3/#ref-for-component-value%E2%91%A0", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A0", "https://www.w3.org/TR/css-values-3/#typedef-length-percentage", "https://www.w3.org/TR/css-values-3/#ref-for-length-value%E2%91%A4", "https://www.w3.org/TR/css-values-3/#ref-for-comb-one", @@ -278,7 +283,7 @@ "https://www.w3.org/TR/css-values-3/#ref-for-percentage-value%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-values-3/#ref-for-percentage-value%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-time-value%E2%91%A3", - "https://www.w3.org/TR/css-values-3/#example-ac6b1005", + "https://www.w3.org/TR/css-values-3/#example-10c2940e", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-width", "https://www.w3.org/TR/css-values-3/#ref-for-length-value%E2%91%A6", "https://www.w3.org/TR/css-values-3/#ref-for-percentage-value%E2%91%A0%E2%91%A1", @@ -290,12 +295,12 @@ "https://www.w3.org/TR/css-values-3/#ref-for-propdef-width%E2%91%A5", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-hsl", "https://www.w3.org/TR/css-values-3/#ref-for-percentage-value%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A0", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-percentage-value%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-values-3/#ref-for-compatible-units%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-number-value%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-percentage-value%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A1", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A2", "https://www.w3.org/TR/css-values-3/#lengths", "https://www.w3.org/TR/css-values-3/#ref-for-length-value%E2%91%A7", "https://www.w3.org/TR/css-values-3/#length-value", @@ -331,8 +336,11 @@ "https://www.w3.org/TR/css-values-3/#em", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-font-size%E2%91%A0", "https://www.w3.org/TR/css-values-3/#example-83bc8a19", + "https://www.w3.org/TR/css-values-3/#rem", + "https://www.w3.org/TR/css-values-3/#ref-for-em%E2%91%A2", "https://www.w3.org/TR/css-values-3/#ex", "https://www.w3.org/TR/css-values-3/#ref-for-ex%E2%91%A1", + "https://www.w3.org/TR/css-values-3/#ref-for-user-agent%E2%91%A2", "https://www.w3.org/TR/css-values-3/#ch", "https://www.w3.org/TR/css-values-3/#ref-for-length-advance-measure%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-length-advance-measure%E2%91%A1", @@ -344,13 +352,9 @@ "https://www.w3.org/TR/css-values-3/#ref-for-valdef-writing-mode-vertical-lr", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-text-orientation", "https://www.w3.org/TR/css-values-3/#ref-for-valdef-text-orientation-upright", - "https://www.w3.org/TR/css-values-3/#rem", - "https://www.w3.org/TR/css-values-3/#ref-for-propdef-font-size%E2%91%A1", - "https://www.w3.org/TR/css-values-3/#ref-for-propdef-font-size%E2%91%A2", - "https://www.w3.org/TR/css-values-3/#ref-for-propdef-font-size%E2%91%A3", "https://www.w3.org/TR/css-values-3/#ref-for-media-query", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-font", - "https://www.w3.org/TR/css-values-3/#ref-for-propdef-font-size%E2%91%A4", + "https://www.w3.org/TR/css-values-3/#ref-for-propdef-font-size%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-font%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-font-relative-length", "https://www.w3.org/TR/css-values-3/#viewport-relative-lengths", @@ -359,7 +363,10 @@ "https://www.w3.org/TR/css-values-3/#ref-for-vmin%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-vmax%E2%91%A0", "https://www.w3.org/TR/css-values-3/#viewport-percentage-lengths", + "https://www.w3.org/TR/css-values-3/#ref-for-continuous-media", + "https://www.w3.org/TR/css-values-3/#ref-for-page-area", "https://www.w3.org/TR/css-values-3/#ref-for-paged-media", + "https://www.w3.org/TR/css-values-3/#ref-for-paged-media%E2%91%A0", "https://www.w3.org/TR/css-values-3/#vw", "https://www.w3.org/TR/css-values-3/#example-6068ee5d", "https://www.w3.org/TR/css-values-3/#vh", @@ -379,7 +386,7 @@ "https://www.w3.org/TR/css-values-3/#ref-for-px%E2%91%A1", "https://www.w3.org/TR/css-values-3/#absolute-length", "https://www.w3.org/TR/css-values-3/#ref-for-anchor-unit", - "https://www.w3.org/TR/css-values-3/#physical-units", + "https://www.w3.org/TR/css-values-3/#physical-unit", "https://www.w3.org/TR/css-values-3/#ref-for-in%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-cm%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-mm%E2%91%A0", @@ -400,22 +407,28 @@ "https://www.w3.org/TR/css-values-3/#ref-for-px%E2%91%A3", "https://www.w3.org/TR/css-values-3/#ref-for-canonical-unit%E2%91%A0", "https://www.w3.org/TR/css-values-3/#anchor-unit", - "https://www.w3.org/TR/css-values-3/#ref-for-physical-units", + "https://www.w3.org/TR/css-values-3/#ref-for-physical-unit", "https://www.w3.org/TR/css-values-3/#ref-for-visual-angle-unit", "https://www.w3.org/TR/css-values-3/#ref-for-reference-pixel", "https://www.w3.org/TR/css-values-3/#ref-for-anchor-unit%E2%91%A0", - "https://www.w3.org/TR/css-values-3/#ref-for-physical-units%E2%91%A0", + "https://www.w3.org/TR/css-values-3/#ref-for-physical-unit%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-anchor-unit%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-visual-angle-unit%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-visual-angle-unit%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-device-pixel", - "https://www.w3.org/TR/css-values-3/#ref-for-device-pixel%E2%91%A0", + "https://www.w3.org/TR/css-values-3/#ref-for-anchor-unit%E2%91%A2", "https://www.w3.org/TR/css-values-3/#ref-for-visual-angle-unit%E2%91%A2", - "https://www.w3.org/TR/css-values-3/#ref-for-physical-units%E2%91%A1", + "https://www.w3.org/TR/css-values-3/#ref-for-physical-unit%E2%91%A1", + "https://www.w3.org/TR/css-values-3/#ref-for-anchor-unit%E2%91%A3", + "https://www.w3.org/TR/css-values-3/#ref-for-physical-unit%E2%91%A2", "https://www.w3.org/TR/css-values-3/#ref-for-visual-angle-unit%E2%91%A3", - "https://www.w3.org/TR/css-values-3/#ref-for-physical-units%E2%91%A2", - "https://www.w3.org/TR/css-values-3/#ref-for-physical-units%E2%91%A3", + "https://www.w3.org/TR/css-values-3/#ref-for-device-pixel%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-visual-angle-unit%E2%91%A4", + "https://www.w3.org/TR/css-values-3/#ref-for-physical-unit%E2%91%A3", + "https://www.w3.org/TR/css-values-3/#ref-for-visual-angle-unit%E2%91%A5", + "https://www.w3.org/TR/css-values-3/#ref-for-physical-unit%E2%91%A4", + "https://www.w3.org/TR/css-values-3/#ref-for-physical-unit%E2%91%A5", + "https://www.w3.org/TR/css-values-3/#ref-for-visual-angle-unit%E2%91%A6", "https://www.w3.org/TR/css-values-3/#ref-for-ascii-case-insensitive%E2%91%A2", "https://www.w3.org/TR/css-values-3/#reference-pixel", "https://www.w3.org/TR/css-values-3/#ref-for-device-pixel%E2%91%A1", @@ -485,8 +498,8 @@ "https://www.w3.org/TR/css-values-3/#ref-for-propdef-image-resolution", "https://www.w3.org/TR/css-values-3/#ref-for-resolution-value%E2%91%A3", "https://www.w3.org/TR/css-values-3/#ref-for-compatible-units%E2%91%A6", - "https://www.w3.org/TR/css-values-3/#ref-for-dppx%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-canonical-unit%E2%91%A4", + "https://www.w3.org/TR/css-values-3/#ref-for-resolution-value%E2%91%A4", "https://www.w3.org/TR/css-values-3/#ref-for-in%E2%91%A3", "https://www.w3.org/TR/css-values-3/#ref-for-px%E2%91%A6", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-image-resolution%E2%91%A0", @@ -511,109 +524,114 @@ "https://www.w3.org/TR/css-values-3/#ref-for-typedef-position%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A3", "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A4", - "https://www.w3.org/TR/css-values-3/#ref-for-comb-any", "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A5", "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A6", "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A7", + "https://www.w3.org/TR/css-values-3/#ref-for-typedef-length-percentage", "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A8", "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-values-3/#ref-for-typedef-length-percentage", + "https://www.w3.org/TR/css-values-3/#ref-for-comb-all", "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-values-3/#ref-for-typedef-length-percentage%E2%91%A0", - "https://www.w3.org/TR/css-values-3/#ref-for-mult-opt%E2%91%A2", "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-values-3/#ref-for-typedef-length-percentage%E2%91%A1", - "https://www.w3.org/TR/css-values-3/#ref-for-comb-all", "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-values-3/#ref-for-typedef-length-percentage%E2%91%A0", + "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-values-3/#ref-for-typedef-length-percentage%E2%91%A1", + "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-length-percentage%E2%91%A2", + "https://www.w3.org/TR/css-values-3/#ref-for-comb-all%E2%91%A0", + "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-values-3/#ref-for-typedef-length-percentage%E2%91%A3", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-background-position%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-length-value%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-values-3/#ref-for-percentage-value%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-position%E2%91%A2", - "https://www.w3.org/TR/css-values-3/#example-aa45b932", + "https://www.w3.org/TR/css-values-3/#example-2622a7d7", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-transform-origin", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-position%E2%91%A3", - "https://www.w3.org/TR/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-position%E2%91%A4", - "https://www.w3.org/TR/css-values-3/#ref-for-typedef-position%E2%91%A5", - "https://www.w3.org/TR/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-values-3/#functional-notations", "https://www.w3.org/TR/css-values-3/#functional-notation", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-function-token", - "https://www.w3.org/TR/css-values-3/#ref-for-functional-notation%E2%91%A1", + "https://www.w3.org/TR/css-values-3/#ref-for-ascii-case-insensitive%E2%91%A4", + "https://www.w3.org/TR/css-values-3/#ref-for-functional-notation%E2%91%A2", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-rgba", "https://www.w3.org/TR/css-values-3/#example-3fbb1c9d", "https://www.w3.org/TR/css-values-3/#calc-notation", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A2", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A3", "https://www.w3.org/TR/css-values-3/#funcdef-calc", "https://www.w3.org/TR/css-values-3/#ref-for-selectordef-adjacent", "https://www.w3.org/TR/css-values-3/#ref-for-x", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A3", - "https://www.w3.org/TR/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A4", + "https://www.w3.org/TR/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-frequency-value%E2%91%A5", "https://www.w3.org/TR/css-values-3/#ref-for-angle-value%E2%91%A8", "https://www.w3.org/TR/css-values-3/#ref-for-time-value%E2%91%A6", "https://www.w3.org/TR/css-values-3/#ref-for-percentage-value%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-values-3/#ref-for-number-value%E2%91%A5", "https://www.w3.org/TR/css-values-3/#ref-for-integer-value%E2%91%A5", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A4", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A5", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A6", "https://www.w3.org/TR/css-values-3/#example-ec5d11f6", "https://www.w3.org/TR/css-values-3/#example-e56942d8", "https://www.w3.org/TR/css-values-3/#example-8f3f3fe7", - "https://www.w3.org/TR/css-values-3/#ref-for-propdef-font-size%E2%91%A5", + "https://www.w3.org/TR/css-values-3/#ref-for-propdef-font-size%E2%91%A2", "https://www.w3.org/TR/css-values-3/#ref-for-rem%E2%91%A2", "https://www.w3.org/TR/css-values-3/#example-816e5203", "https://www.w3.org/TR/css-values-3/#example-cac7a502", "https://www.w3.org/TR/css-values-3/#calc-syntax", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A6", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A7", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A8", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-calc-sum", "https://www.w3.org/TR/css-values-3/#typedef-calc-sum", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-calc-product", - "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-calc-product%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-mult-zero-plus%E2%91%A0", "https://www.w3.org/TR/css-values-3/#typedef-calc-product", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-calc-value", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-calc-value%E2%91%A0", - "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-calc-number-value", "https://www.w3.org/TR/css-values-3/#ref-for-mult-zero-plus%E2%91%A1", "https://www.w3.org/TR/css-values-3/#typedef-calc-value", "https://www.w3.org/TR/css-values-3/#ref-for-number-value%E2%91%A6", - "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-dimension%E2%91%A1", - "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/css-values-3/#ref-for-percentage-value%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-calc-sum%E2%91%A0", "https://www.w3.org/TR/css-values-3/#typedef-calc-number-sum", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-calc-number-product", - "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-calc-number-product%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-mult-zero-plus%E2%91%A2", "https://www.w3.org/TR/css-values-3/#typedef-calc-number-product", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-calc-number-value%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-calc-number-value%E2%91%A1", - "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-calc-number-value%E2%91%A2", "https://www.w3.org/TR/css-values-3/#ref-for-mult-zero-plus%E2%91%A3", "https://www.w3.org/TR/css-values-3/#typedef-calc-number-value", "https://www.w3.org/TR/css-values-3/#ref-for-number-value%E2%91%A7", - "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-values-3/#ref-for-comb-one%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-calc-number-sum", "https://www.w3.org/TR/css-values-3/#ref-for-selectordef-adjacent%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-x%E2%91%A0", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A8", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-values-3/#calc-type-checking", "https://www.w3.org/TR/css-values-3/#resolved-type", - "https://www.w3.org/TR/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-values-3/#ref-for-frequency-value%E2%91%A6", "https://www.w3.org/TR/css-values-3/#ref-for-angle-value%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-values-3/#ref-for-time-value%E2%91%A7", @@ -627,38 +645,38 @@ "https://www.w3.org/TR/css-values-3/#ref-for-integer-value%E2%91%A7", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-dimension-token%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-cm%E2%91%A2", - "https://www.w3.org/TR/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-values-3/#ref-for-deg%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-angle-value%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-number-token%E2%91%A2", "https://www.w3.org/TR/css-values-3/#ref-for-number-value%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-integer-value%E2%91%A8", - "https://www.w3.org/TR/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-width%E2%91%A6", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-width%E2%91%A7", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-width%E2%91%A8", "https://www.w3.org/TR/css-values-3/#ref-for-number-value%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-percentage-token%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-width%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-values-3/#ref-for-percentage-value%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-values-3/#ref-for-percentage-value%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-values-3/#ref-for-percentage-value%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-number-value%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-opacity", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-dimension%E2%91%A2", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-opacity%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-opacity%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-number-value%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-line-height%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-tab-size", "https://www.w3.org/TR/css-values-3/#ref-for-number-value%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-values-3/#ref-for-number-value%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-values-3/#ref-for-selectordef-adjacent%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-number-value%E2%91%A0%E2%91%A6", @@ -673,81 +691,87 @@ "https://www.w3.org/TR/css-values-3/#ref-for-number-value%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-integer-value%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-values-3/#ref-for-number-value%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-values-3/#calc-computed-value", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-values-3/#calc-computed-value", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-values-3/#example-023dad93", - "https://www.w3.org/TR/css-values-3/#ref-for-propdef-font-size%E2%91%A6", + "https://www.w3.org/TR/css-values-3/#ref-for-propdef-font-size%E2%91%A3", "https://www.w3.org/TR/css-values-3/#ref-for-computed-value%E2%91%A2", "https://www.w3.org/TR/css-values-3/#ref-for-font-relative-length%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-background-position%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-background-position%E2%91%A2", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-values-3/#ref-for-propdef-font-size%E2%91%A7", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-values-3/#ref-for-propdef-font-size%E2%91%A4", "https://www.w3.org/TR/css-values-3/#ref-for-valdef-width-auto", "https://www.w3.org/TR/css-values-3/#calc-range", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-computed-value%E2%91%A3", "https://www.w3.org/TR/css-values-3/#ref-for-used-value%E2%91%A2", "https://www.w3.org/TR/css-values-3/#ref-for-specified-value%E2%91%A0", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-values-3/#example-ec14dee2", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-width%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-width%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/css-values-3/#calc-serialize", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-values-3/#calc-serialize", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/css-values-3/#iana", "https://www.w3.org/TR/css-values-3/#about-invalid", "https://www.w3.org/TR/css-values-3/#acknowledgments", "https://www.w3.org/TR/css-values-3/#changes", + "https://www.w3.org/TR/css-values-3/#ref-for-css-value-definition-syntax", + "https://www.w3.org/TR/css-values-3/#ref-for-resolution-value%E2%91%A5", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-attr", "https://www.w3.org/TR/css-values-3/#ref-for-font-relative-length%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-device-pixel%E2%91%A2", "https://www.w3.org/TR/css-values-3/#ref-for-css-wide-keywords%E2%91%A0", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-values-3/#ref-for-number%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-css-bracketed-range-notation%E2%91%A1", - "https://www.w3.org/TR/css-values-3/#ref-for-css-value-definition-syntax", + "https://www.w3.org/TR/css-values-3/#ref-for-css-value-definition-syntax%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-background-position%E2%91%A3", - "https://www.w3.org/TR/css-values-3/#ref-for-typedef-position%E2%91%A6", + "https://www.w3.org/TR/css-values-3/#ref-for-typedef-position%E2%91%A5", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-object-position", - "https://www.w3.org/TR/css-values-3/#ref-for-typedef-position%E2%91%A7", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-values-3/#ref-for-typedef-position%E2%91%A6", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/css-values-3/#ref-for-number-value%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-values-3/#ref-for-number-value%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-url%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-values-3/#ref-for-number-value%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-url%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-url%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-toggle", "https://www.w3.org/TR/css-values-3/#ref-for-url-value%E2%91%A8", "https://www.w3.org/TR/css-values-3/#ref-for-compatible-units%E2%91%A7", "https://www.w3.org/TR/css-values-3/#ref-for-canonical-unit%E2%91%A5", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-url%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-values-3/#ref-for-typedef-ident%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-css-css-identifier%E2%91%A3", - "https://www.w3.org/TR/css-values-3/#ref-for-typedef-length-percentage%E2%91%A3", - "https://www.w3.org/TR/css-values-3/#ref-for-length-value%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-values-3/#ref-for-typedef-length-percentage%E2%91%A4", + "https://www.w3.org/TR/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-values-3/#ref-for-percentage-value%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-values-3/#ref-for-percentage-value%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-calc%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/css-values-3/#ref-for-Q%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-identifier-value%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-toggle%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-attr%E2%91%A0", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-attr%E2%91%A1", "https://www.w3.org/TR/css-values-3/#change-2012-vwh-scrollbars", "https://www.w3.org/TR/css-values-3/#ref-for-propdef-overflow", "https://www.w3.org/TR/css-values-3/#ref-for-valdef-overflow-auto", - "https://www.w3.org/TR/css-values-3/#ref-for-paged-media%E2%91%A0", + "https://www.w3.org/TR/css-values-3/#ref-for-paged-media%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-identifier-value%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-values-3/#ref-for-css-wide-keywords%E2%91%A1", "https://www.w3.org/TR/css-values-3/#ref-for-ex%E2%91%A2", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-attr%E2%91%A2", + "https://www.w3.org/TR/css-values-3/#ref-for-valdef-attr-string", + "https://www.w3.org/TR/css-values-3/#ref-for-valdef-attr-url", "https://www.w3.org/TR/css-values-3/#ref-for-string-value%E2%91%A4", "https://www.w3.org/TR/css-values-3/#security", "https://www.w3.org/TR/css-values-3/#ref-for-funcdef-url%E2%91%A0%E2%91%A6", @@ -768,94 +792,99 @@ "https://www.w3.org/TR/css-values-3/#index", "https://www.w3.org/TR/css-values-3/#index-defined-here", "https://www.w3.org/TR/css-values-3/#index-defined-elsewhere", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-animation", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-animation-name", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-animation-timing-function", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-padding-top", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-orphans", - "https://www.w3.org/TR/css-values-3/#term-for-at-ruledef-import", - "https://www.w3.org/TR/css-values-3/#term-for-actual-value", - "https://www.w3.org/TR/css-values-3/#term-for-computed-value", - "https://www.w3.org/TR/css-values-3/#term-for-valdef-all-inherit", - "https://www.w3.org/TR/css-values-3/#term-for-valdef-all-initial", - "https://www.w3.org/TR/css-values-3/#term-for-specified-value", - "https://www.w3.org/TR/css-values-3/#term-for-valdef-all-unset", - "https://www.w3.org/TR/css-values-3/#term-for-used-value", - "https://www.w3.org/TR/css-values-3/#term-for-typedef-color", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-opacity", - "https://www.w3.org/TR/css-values-3/#term-for-funcdef-rgba", - "https://www.w3.org/TR/css-values-3/#term-for-funcdef-hsl", - "https://www.w3.org/TR/css-values-3/#term-for-disc", - "https://www.w3.org/TR/css-values-3/#term-for-containing-block", - "https://www.w3.org/TR/css-values-3/#term-for-typedef-easing-function", - "https://www.w3.org/TR/css-values-3/#term-for-valdef-cubic-bezier-easing-function-ease-in", - "https://www.w3.org/TR/css-values-3/#term-for-valdef-cubic-bezier-easing-function-ease-out", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-font", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-font-family", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-font-size", - "https://www.w3.org/TR/css-values-3/#term-for-valdef-flex-fr", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-image-resolution", - "https://www.w3.org/TR/css-values-3/#term-for-valdef-overflow-auto", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-overflow", - "https://www.w3.org/TR/css-values-3/#term-for-valdef-width-auto", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-width", - "https://www.w3.org/TR/css-values-3/#term-for-typedef-dimension-token", - "https://www.w3.org/TR/css-values-3/#term-for-typedef-function-token", - "https://www.w3.org/TR/css-values-3/#term-for-typedef-ident-token", - "https://www.w3.org/TR/css-values-3/#term-for-typedef-number-token", - "https://www.w3.org/TR/css-values-3/#term-for-typedef-percentage-token", - "https://www.w3.org/TR/css-values-3/#term-for-typedef-string-token", - "https://www.w3.org/TR/css-values-3/#term-for-typedef-url-token", - "https://www.w3.org/TR/css-values-3/#term-for-component-value", - "https://www.w3.org/TR/css-values-3/#term-for-consume-a-url-token", - "https://www.w3.org/TR/css-values-3/#term-for-valdef-text-align-center", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-tab-size", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-text-align", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-text-decoration", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-transform-origin", - "https://www.w3.org/TR/css-values-3/#term-for-valdef-cursor-default", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-outline-color", - "https://www.w3.org/TR/css-values-3/#term-for-funcdef-attr", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-text-orientation", - "https://www.w3.org/TR/css-values-3/#term-for-valdef-text-orientation-upright", - "https://www.w3.org/TR/css-values-3/#term-for-valdef-writing-mode-vertical-lr", - "https://www.w3.org/TR/css-values-3/#term-for-valdef-writing-mode-vertical-rl", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-writing-mode", - "https://www.w3.org/TR/css-values-3/#term-for-value-def-border-width", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-border-collapse", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-line-height", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-background", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-background-attachment", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-background-position", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-border-color", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-border-width", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-box-shadow", - "https://www.w3.org/TR/css-values-3/#term-for-typedef-image", - "https://www.w3.org/TR/css-values-3/#term-for-funcdef-linear-gradient", - "https://www.w3.org/TR/css-values-3/#term-for-propdef-object-position", - "https://www.w3.org/TR/css-values-3/#term-for-the-base-element", - "https://www.w3.org/TR/css-values-3/#term-for-dom-history-pushstate", - "https://www.w3.org/TR/css-values-3/#term-for-ascii-case-insensitive", - "https://www.w3.org/TR/css-values-3/#term-for-string", - "https://www.w3.org/TR/css-values-3/#term-for-media-query", - "https://www.w3.org/TR/css-values-3/#term-for-paged-media", - "https://www.w3.org/TR/css-values-3/#term-for-x", - "https://www.w3.org/TR/css-values-3/#term-for-selectordef-adjacent", + "https://www.w3.org/TR/css-values-3/#861626b1", + "https://www.w3.org/TR/css-values-3/#1e12dba3", + "https://www.w3.org/TR/css-values-3/#04beed9b", + "https://www.w3.org/TR/css-values-3/#79dcf364", + "https://www.w3.org/TR/css-values-3/#f72f0a02", + "https://www.w3.org/TR/css-values-3/#4f75e4ec", + "https://www.w3.org/TR/css-values-3/#3eef835e", + "https://www.w3.org/TR/css-values-3/#0948355d", + "https://www.w3.org/TR/css-values-3/#8c8e51b4", + "https://www.w3.org/TR/css-values-3/#d0dc95c3", + "https://www.w3.org/TR/css-values-3/#762bad34", + "https://www.w3.org/TR/css-values-3/#d5e08d9c", + "https://www.w3.org/TR/css-values-3/#7c39b465", + "https://www.w3.org/TR/css-values-3/#1a2b1083", + "https://www.w3.org/TR/css-values-3/#5bd3632a", + "https://www.w3.org/TR/css-values-3/#3b7558dc", + "https://www.w3.org/TR/css-values-3/#f3226176", + "https://www.w3.org/TR/css-values-3/#d04b6986", + "https://www.w3.org/TR/css-values-3/#a9efccbc", + "https://www.w3.org/TR/css-values-3/#6b4fc208", + "https://www.w3.org/TR/css-values-3/#c7d3b8b7", + "https://www.w3.org/TR/css-values-3/#2f7ff51f", + "https://www.w3.org/TR/css-values-3/#056b67db", + "https://www.w3.org/TR/css-values-3/#11a985a9", + "https://www.w3.org/TR/css-values-3/#7066562d", + "https://www.w3.org/TR/css-values-3/#297dfe3a", + "https://www.w3.org/TR/css-values-3/#ca502323", + "https://www.w3.org/TR/css-values-3/#5663abb5", + "https://www.w3.org/TR/css-values-3/#dcb1125e", + "https://www.w3.org/TR/css-values-3/#0bcf441e", + "https://www.w3.org/TR/css-values-3/#add377f4", + "https://www.w3.org/TR/css-values-3/#c20b5ff5", + "https://www.w3.org/TR/css-values-3/#49731d1d", + "https://www.w3.org/TR/css-values-3/#87de393a", + "https://www.w3.org/TR/css-values-3/#a6331414", + "https://www.w3.org/TR/css-values-3/#446c663e", + "https://www.w3.org/TR/css-values-3/#eebbfe3d", + "https://www.w3.org/TR/css-values-3/#8a73a2e3", + "https://www.w3.org/TR/css-values-3/#17fe01a1", + "https://www.w3.org/TR/css-values-3/#30679d85", + "https://www.w3.org/TR/css-values-3/#267b6766", + "https://www.w3.org/TR/css-values-3/#cdce34f5", + "https://www.w3.org/TR/css-values-3/#36e5f32e", + "https://www.w3.org/TR/css-values-3/#291965b2", + "https://www.w3.org/TR/css-values-3/#beb6807a", + "https://www.w3.org/TR/css-values-3/#4d38e4c5", + "https://www.w3.org/TR/css-values-3/#31452ed5", + "https://www.w3.org/TR/css-values-3/#6ed19243", + "https://www.w3.org/TR/css-values-3/#b1f72e36", + "https://www.w3.org/TR/css-values-3/#57699934", + "https://www.w3.org/TR/css-values-3/#8ac10bc6", + "https://www.w3.org/TR/css-values-3/#2ef1aa7d", + "https://www.w3.org/TR/css-values-3/#d10808c7", + "https://www.w3.org/TR/css-values-3/#8664e85f", + "https://www.w3.org/TR/css-values-3/#cec0d4db", + "https://www.w3.org/TR/css-values-3/#35f596e9", + "https://www.w3.org/TR/css-values-3/#ee88ce59", + "https://www.w3.org/TR/css-values-3/#37bb38a0", + "https://www.w3.org/TR/css-values-3/#17f0c439", + "https://www.w3.org/TR/css-values-3/#29ca9f85", + "https://www.w3.org/TR/css-values-3/#ac54fbff", + "https://www.w3.org/TR/css-values-3/#db6870d5", + "https://www.w3.org/TR/css-values-3/#8218676f", + "https://www.w3.org/TR/css-values-3/#f2249e38", + "https://www.w3.org/TR/css-values-3/#65b3a7bc", + "https://www.w3.org/TR/css-values-3/#064303ba", + "https://www.w3.org/TR/css-values-3/#c48eaa20", + "https://www.w3.org/TR/css-values-3/#35bf32f2", + "https://www.w3.org/TR/css-values-3/#534310cb", + "https://www.w3.org/TR/css-values-3/#1fe10a71", + "https://www.w3.org/TR/css-values-3/#c847111b", + "https://www.w3.org/TR/css-values-3/#87806adf", + "https://www.w3.org/TR/css-values-3/#7f9469b5", + "https://www.w3.org/TR/css-values-3/#0698d556", + "https://www.w3.org/TR/css-values-3/#9e462db5", + "https://www.w3.org/TR/css-values-3/#3ea2fcbb", + "https://www.w3.org/TR/css-values-3/#23af89d0", + "https://www.w3.org/TR/css-values-3/#dfd67b05", + "https://www.w3.org/TR/css-values-3/#3c7eec47", "https://www.w3.org/TR/css-values-3/#references", "https://www.w3.org/TR/css-values-3/#normative", + "https://www.w3.org/TR/css-values-3/#biblio-css-2023", "https://www.w3.org/TR/css-values-3/#biblio-css-cascade-5", - "https://www.w3.org/TR/css-values-3/#biblio-css-color-4", + "https://www.w3.org/TR/css-values-3/#biblio-css-color-5", "https://www.w3.org/TR/css-values-3/#biblio-css-counter-styles-3", "https://www.w3.org/TR/css-values-3/#biblio-css-display-3", "https://www.w3.org/TR/css-values-3/#biblio-css-fonts-4", "https://www.w3.org/TR/css-values-3/#biblio-css-images-4", - "https://www.w3.org/TR/css-values-3/#biblio-css-overflow-3", "https://www.w3.org/TR/css-values-3/#biblio-css-sizing-3", "https://www.w3.org/TR/css-values-3/#biblio-css-syntax-3", - "https://www.w3.org/TR/css-values-3/#biblio-css-ui-3", - "https://www.w3.org/TR/css-values-3/#biblio-css-values-3", "https://www.w3.org/TR/css-values-3/#biblio-css-writing-modes-4", - "https://www.w3.org/TR/css-values-3/#biblio-css21", + "https://www.w3.org/TR/css-values-3/#biblio-css2", + "https://www.w3.org/TR/css-values-3/#biblio-css22", "https://www.w3.org/TR/css-values-3/#biblio-css3-background", "https://www.w3.org/TR/css-values-3/#biblio-css3-fonts", "https://www.w3.org/TR/css-values-3/#biblio-css3-images", @@ -873,13 +902,18 @@ "https://www.w3.org/TR/css-values-3/#biblio-css-box-4", "https://www.w3.org/TR/css-values-3/#biblio-css-break-3", "https://www.w3.org/TR/css-values-3/#biblio-css-cascade-3", - "https://www.w3.org/TR/css-values-3/#biblio-css-color-5", + "https://www.w3.org/TR/css-values-3/#biblio-css-color-4", "https://www.w3.org/TR/css-values-3/#biblio-css-easing-1", "https://www.w3.org/TR/css-values-3/#biblio-css-grid-1", "https://www.w3.org/TR/css-values-3/#biblio-css-grid-2", + "https://www.w3.org/TR/css-values-3/#biblio-css-overflow-3", "https://www.w3.org/TR/css-values-3/#biblio-css-text-3", - "https://www.w3.org/TR/css-values-3/#biblio-css-text-decor-3", + "https://www.w3.org/TR/css-values-3/#biblio-css-text-4", + "https://www.w3.org/TR/css-values-3/#biblio-css-text-decor-4", "https://www.w3.org/TR/css-values-3/#biblio-css-transforms-1", + "https://www.w3.org/TR/css-values-3/#biblio-css-ui-4", + "https://www.w3.org/TR/css-values-3/#biblio-css-values-4", + "https://www.w3.org/TR/css-values-3/#biblio-css-values-5", "https://www.w3.org/TR/css-values-3/#biblio-html", "https://www.w3.org/TR/css-values-3/#biblio-mediaq", "https://www.w3.org/TR/css-values-3/#biblio-rfc6694" diff --git a/tr/ids/device-posture.json b/tr/ids/device-posture.json index e9dd78fdc057..74c27f2ca62a 100644 --- a/tr/ids/device-posture.json +++ b/tr/ids/device-posture.json @@ -21,6 +21,9 @@ "https://www.w3.org/TR/device-posture/#x2-internal-slots", "https://www.w3.org/TR/device-posture/#dfn-currentposture", "https://www.w3.org/TR/device-posture/#dfn-current-posture", + "https://www.w3.org/TR/device-posture/#dfn-postureoverride", + "https://www.w3.org/TR/device-posture/#ref-for-dom-deviceposturetype-continuous-1", + "https://www.w3.org/TR/device-posture/#ref-for-dom-deviceposturetype-folded-1", "https://www.w3.org/TR/device-posture/#extensions-to-the-navigator-interface-0", "https://www.w3.org/TR/device-posture/#extensions-to-the-navigator-interface", "https://www.w3.org/TR/device-posture/#webidl-1684897042", @@ -56,10 +59,10 @@ "https://www.w3.org/TR/device-posture/#posture-types", "https://www.w3.org/TR/device-posture/#x5-posture-types", "https://www.w3.org/TR/device-posture/#dfn-posture", - "https://www.w3.org/TR/device-posture/#ref-for-dom-deviceposturetype-continuous-1", + "https://www.w3.org/TR/device-posture/#ref-for-dom-deviceposturetype-continuous-2", "https://www.w3.org/TR/device-posture/#issue-container-generatedID", "https://www.w3.org/TR/device-posture/#h-note", - "https://www.w3.org/TR/device-posture/#ref-for-dom-deviceposturetype-folded-1", + "https://www.w3.org/TR/device-posture/#ref-for-dom-deviceposturetype-folded-2", "https://www.w3.org/TR/device-posture/#ref-for-dfn-posture-1", "https://www.w3.org/TR/device-posture/#ref-for-dom-deviceposturetype-2", "https://www.w3.org/TR/device-posture/#device-posture-media-queries", @@ -70,8 +73,8 @@ "https://www.w3.org/TR/device-posture/#ref-for-dfn-device-posture-1", "https://www.w3.org/TR/device-posture/#ref-for-dfn-posture-2", "https://www.w3.org/TR/device-posture/#ref-for-dfn-posture-3", - "https://www.w3.org/TR/device-posture/#ref-for-dom-deviceposturetype-continuous-2", - "https://www.w3.org/TR/device-posture/#ref-for-dom-deviceposturetype-folded-2", + "https://www.w3.org/TR/device-posture/#ref-for-dom-deviceposturetype-continuous-3", + "https://www.w3.org/TR/device-posture/#ref-for-dom-deviceposturetype-folded-3", "https://www.w3.org/TR/device-posture/#ref-for-dfn-posture-4", "https://www.w3.org/TR/device-posture/#reading-the-posture", "https://www.w3.org/TR/device-posture/#x7-reading-the-posture", @@ -91,6 +94,7 @@ "https://www.w3.org/TR/device-posture/#calculating-the-device-posture-information", "https://www.w3.org/TR/device-posture/#x8-1-calculating-the-device-posture-information", "https://www.w3.org/TR/device-posture/#dfn-calculate-the-device-posture-information", + "https://www.w3.org/TR/device-posture/#ref-for-dfn-postureoverride-1", "https://www.w3.org/TR/device-posture/#ref-for-dom-deviceposturetype-3", "https://www.w3.org/TR/device-posture/#ref-for-dfn-posture-values-table-1", "https://www.w3.org/TR/device-posture/#device-posture-change", @@ -137,28 +141,44 @@ "https://www.w3.org/TR/device-posture/#accessibility-considerations", "https://www.w3.org/TR/device-posture/#x11-accessibility-considerations", "https://www.w3.org/TR/device-posture/#ref-for-dfn-posture-7", + "https://www.w3.org/TR/device-posture/#automation", + "https://www.w3.org/TR/device-posture/#x12-automation", + "https://www.w3.org/TR/device-posture/#extension-commands", + "https://www.w3.org/TR/device-posture/#x12-1-extension-commands", + "https://www.w3.org/TR/device-posture/#set-device-posture", + "https://www.w3.org/TR/device-posture/#x12-1-1-set-device-posture", + "https://www.w3.org/TR/device-posture/#ref-for-dom-deviceposturetype-4", + "https://www.w3.org/TR/device-posture/#ref-for-dom-deviceposturetype-continuous-4", + "https://www.w3.org/TR/device-posture/#ref-for-dom-deviceposturetype-folded-4", + "https://www.w3.org/TR/device-posture/#ref-for-dfn-postureoverride-2", + "https://www.w3.org/TR/device-posture/#ref-for-dfn-device-posture-change-steps-6", + "https://www.w3.org/TR/device-posture/#clear-device-posture", + "https://www.w3.org/TR/device-posture/#x12-1-2-clear-device-posture", + "https://www.w3.org/TR/device-posture/#ref-for-dfn-postureoverride-3", + "https://www.w3.org/TR/device-posture/#ref-for-dfn-postureoverride-4", + "https://www.w3.org/TR/device-posture/#ref-for-dfn-device-posture-change-steps-7", "https://www.w3.org/TR/device-posture/#examples", - "https://www.w3.org/TR/device-posture/#x12-examples", + "https://www.w3.org/TR/device-posture/#x13-examples", "https://www.w3.org/TR/device-posture/#example-1-posture-data", - "https://www.w3.org/TR/device-posture/#x12-1-example-1-posture-data", + "https://www.w3.org/TR/device-posture/#x13-1-example-1-posture-data", "https://www.w3.org/TR/device-posture/#ref-for-dfn-posture-8", "https://www.w3.org/TR/device-posture/#example-react-to-poster-change", "https://www.w3.org/TR/device-posture/#example-2-device-posture", - "https://www.w3.org/TR/device-posture/#x12-2-example-2-device-posture", + "https://www.w3.org/TR/device-posture/#x13-2-example-2-device-posture", "https://www.w3.org/TR/device-posture/#ref-for-dfn-posture-9", "https://www.w3.org/TR/device-posture/#example-adapting-ui-to-posture", "https://www.w3.org/TR/device-posture/#example-3-feature-detection-of-device-posture-media-feature", - "https://www.w3.org/TR/device-posture/#x12-3-example-3-feature-detection-of-device-posture-media-feature", + "https://www.w3.org/TR/device-posture/#x13-3-example-3-feature-detection-of-device-posture-media-feature", "https://www.w3.org/TR/device-posture/#example-feature-detect-the-device-posture", "https://www.w3.org/TR/device-posture/#conformance", - "https://www.w3.org/TR/device-posture/#x13-conformance", + "https://www.w3.org/TR/device-posture/#x14-conformance", "https://www.w3.org/TR/device-posture/#dfn-user-agent", "https://www.w3.org/TR/device-posture/#idl-index", "https://www.w3.org/TR/device-posture/#a-idl-index", "https://www.w3.org/TR/device-posture/#actual-idl-index", "https://www.w3.org/TR/device-posture/#ref-for-dom-deviceposture-5", "https://www.w3.org/TR/device-posture/#ref-for-dom-deviceposture-6", - "https://www.w3.org/TR/device-posture/#ref-for-dom-deviceposturetype-4", + "https://www.w3.org/TR/device-posture/#ref-for-dom-deviceposturetype-5", "https://www.w3.org/TR/device-posture/#ref-for-dom-deviceposture-type-2", "https://www.w3.org/TR/device-posture/#ref-for-dom-deviceposture-onchange-4", "https://www.w3.org/TR/device-posture/#acknowledgments", @@ -174,6 +194,7 @@ "https://www.w3.org/TR/device-posture/#bib-rfc2119", "https://www.w3.org/TR/device-posture/#bib-rfc8174", "https://www.w3.org/TR/device-posture/#bib-screen-orientation", + "https://www.w3.org/TR/device-posture/#bib-webdriver2", "https://www.w3.org/TR/device-posture/#bib-webidl", "https://www.w3.org/TR/device-posture/#back-to-top" ] diff --git a/tr/ids/webgpu.json b/tr/ids/webgpu.json index e540f2037960..13f61c196ba8 100644 --- a/tr/ids/webgpu.json +++ b/tr/ids/webgpu.json @@ -5477,7 +5477,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-x", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-origin%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-y", - "https://www.w3.org/TR/webgpu/#ref-for-imagecopytexture-subresource-size", + "https://www.w3.org/TR/webgpu/#ref-for-imagecopytexture-physical-subresource-size", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-format%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A7", @@ -5549,10 +5549,10 @@ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopyexternalimage-origin%E2%91%A0", "https://www.w3.org/TR/webgpu/#image-copies-subroutines", - "https://www.w3.org/TR/webgpu/#imagecopytexture-subresource-size", + "https://www.w3.org/TR/webgpu/#imagecopytexture-physical-subresource-size", "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexture%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-imagecopytexture-subresource-size%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-imagecopytexture-physical-subresource-size%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-width%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-height%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-depthorarraylayers%E2%91%A0%E2%91%A2", @@ -5593,7 +5593,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-texel-block-height%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-format%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-imagecopytexture-subresource-size%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-imagecopytexture-physical-subresource-size%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-origin%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-x%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-width%E2%91%A1%E2%93%AA", @@ -5608,6 +5608,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-depthorarraylayers%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-width%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-height%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-compressed-format%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webgpu/#copy-compatible", "https://www.w3.org/TR/webgpu/#abstract-opdef-set-of-subresources-for-texture-copy", diff --git a/tr/ids/webnn.json b/tr/ids/webnn.json index 7bc5ab29517d..5383341a832d 100644 --- a/tr/ids/webnn.json +++ b/tr/ids/webnn.json @@ -1838,6 +1838,15 @@ "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%A3%E2%91%A3", "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-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", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-filterlayout%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2dfilteroperandlayout-hwio%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2dfilteroperandlayout-ohwi%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2dfilteroperandlayout-ihwo%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2dfilteroperandlayout-oihw%E2%91%A1", "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%A3%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A6", @@ -1851,19 +1860,14 @@ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A6", "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-mlconv2doptions-bias%E2%91%A3", - "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-mloperand-shape%E2%91%A0%E2%91%A6", "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%A4%E2%93%AA", - "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", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-filterlayout%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2dfilteroperandlayout-hwio%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2dfilteroperandlayout-ohwi%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2dfilteroperandlayout-ihwo%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2dfilteroperandlayout-oihw%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-bias%E2%91%A4", + "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%A3%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-calculate-conv2d-output-sizes", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-padding%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-strides%E2%91%A3", @@ -1871,10 +1875,6 @@ "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-inputlayout%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nchw%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nhwc%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-bias%E2%91%A4", - "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%A3%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A0", "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", @@ -1887,6 +1887,9 @@ "https://www.w3.org/TR/webnn/#ref-for-operator-activation%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-bias%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A4", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-convtranspose2d", "https://www.w3.org/TR/webnn/#enumdef-mlconvtranspose2dfilteroperandlayout", @@ -2052,11 +2055,11 @@ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%91%A8", "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%A1%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-dfn-throw%E2%91%A4%E2%93%AA", "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-activation%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-map-exists%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-activation%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A0", @@ -2072,14 +2075,14 @@ "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%A4%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%A1%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-list%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%A4%E2%91%A4", "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-strides%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A1%E2%91%A3", + "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%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", @@ -2089,66 +2092,62 @@ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%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%A1%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A1%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%A4%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%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%A1%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-list%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%A4%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%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%A1%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A1%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%93%AA", "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%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-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", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-filterlayout%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2dfilteroperandlayout-iohw%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2dfilteroperandlayout-hwoi%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2dfilteroperandlayout-ohwi%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%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%A1", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%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%A2", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-bias%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-map-exists%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-bias%E2%91%A2", "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%A5%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A5", + "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%A5%E2%91%A3", "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%A5%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-bias%E2%91%A4", "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%A5%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%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", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-filterlayout%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2dfilteroperandlayout-iohw%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2dfilteroperandlayout-hwoi%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2dfilteroperandlayout-ohwi%E2%91%A0", + "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%A5%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-outputsizes%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-outputsizes%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-calculate-convtranspose2d-output-sizes", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-padding%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-strides%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-strides%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-dilations%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-outputpadding%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-inputlayout%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nchw%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nhwc%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-bias%E2%91%A4", - "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%A5%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%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", @@ -2157,10 +2156,13 @@ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-activation%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-operator-activation%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-bias%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A5", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-binary", "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A0%E2%91%A6", @@ -2222,12 +2224,12 @@ "https://www.w3.org/TR/webnn/#ref-for-assert%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A8", + "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%A5%E2%91%A6", "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%A5%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%93%AA", + "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%A5%E2%91%A7", "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", @@ -2235,13 +2237,13 @@ "https://www.w3.org/TR/webnn/#ref-for-bidirectionally-broadcasting-the-shapes", "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%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-dfn-throw%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A8", "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%A3%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-add", @@ -2250,56 +2252,56 @@ "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-add", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-add", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-sub", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-sub", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-sub", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-sub", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-sub", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%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-dfn-throw%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-mul", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-mul", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-mul", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-mul", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-mul", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%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/#dom-mlgraphbuilder-div", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-div", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-div", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-div", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-div", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-max", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-max", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-max", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-max", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-max", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A6", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-min", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-min", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-min", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-min", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-min", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A8", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-pow", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-pow", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-pow", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-pow", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-pow", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A0", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-logical", "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A1%E2%93%AA", @@ -2359,20 +2361,20 @@ "https://www.w3.org/TR/webnn/#ref-for-assert%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%93%AA", "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%A7%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A1", "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%A7%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A2", "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", @@ -2380,13 +2382,13 @@ "https://www.w3.org/TR/webnn/#ref-for-bidirectionally-broadcasting-the-shapes%E2%91%A0", "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%A7%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A3", "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%A3%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-logical-op", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-equal", @@ -2395,48 +2397,48 @@ "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-equal", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-equal", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-logical-op%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-greater", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-greater", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-greater", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-greater", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-greater", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-logical-op%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%93%AA", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-greaterorequal", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-greaterorequal", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-greaterorequal", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-greaterorequal", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-greaterorequal", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-logical-op%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-dfn-throw%E2%91%A8%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lesser", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-lesser", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-lesser", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-lesser", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-lesser", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-logical-op%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%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/#dom-mlgraphbuilder-lesserorequal", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-lesserorequal", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-lesserorequal", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-lesserorequal", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-lesserorequal", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-logical-op%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-not", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-not", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-not", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-not", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-not", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-logical-op%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A7", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-unary", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A3%E2%91%A4", @@ -2503,12 +2505,12 @@ "https://www.w3.org/TR/webnn/#ref-for-assert%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-abs", @@ -2517,104 +2519,104 @@ "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-abs", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-abs", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-ceil", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-ceil", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-ceil", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-ceil", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-ceil", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-cos", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-cos", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-cos", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-cos", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-cos", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A5", - "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-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-erf", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-erf", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-erf", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-erf", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-erf", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A5", + "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/#dom-mlgraphbuilder-exp", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-exp", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-exp", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-exp", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-exp", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A8", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-floor", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-floor", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-floor", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-floor", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-floor", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-identity", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-identity", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-identity", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-identity", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-identity", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-log", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-log", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-log", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-log", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-log", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-neg", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-neg", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-neg", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-neg", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-neg", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reciprocal", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reciprocal", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reciprocal", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reciprocal", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reciprocal", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-sin", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-sin", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-sin", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-sin", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-sin", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-sqrt", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-sqrt", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-sqrt", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-sqrt", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-sqrt", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-tan", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-tan", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-tan", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-tan", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-tan", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-elu", "https://www.w3.org/TR/webnn/#dictdef-mleluoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mleluoptions", @@ -2647,12 +2649,12 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-elu", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-elu-options", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-elu-options%E2%91%A0", @@ -2686,21 +2688,21 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-expand", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-datatype%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A0%E2%91%A4", "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%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A7", "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%A4%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-gather", "https://www.w3.org/TR/webnn/#dictdef-mlgatheroptions", @@ -2744,23 +2746,23 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-gather", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A0", "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%A1", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#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%A2", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A0", "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%A3", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A1", "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", @@ -2773,7 +2775,7 @@ "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-operators%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#example-7464c83f", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-gemm", @@ -2846,25 +2848,25 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-gemm", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%91%A2", - "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-exceptiondef-typeerror%E2%91%A7%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-list-clone%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-list-clone%E2%91%A1", "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%A2%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-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A3", + "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-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%A2%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-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A4", "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%A2%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A2", "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%A2%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-dfn-throw%E2%91%A0%E2%91%A2%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-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", @@ -2875,10 +2877,10 @@ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgemmoptions-c%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-gru", "https://www.w3.org/TR/webnn/#enumdef-mlgruweightlayout", @@ -3018,48 +3020,48 @@ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%91%A4", "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%A2%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A4", "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%A2%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-initialhiddenstate%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A3", - "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-exceptiondef-typeerror%E2%91%A7%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A6", + "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-exceptiondef-typeerror%E2%91%A7%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-activations%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-activation%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-list-item%E2%91%A0", - "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-exceptiondef-typeerror%E2%91%A8%E2%93%AA", + "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-exceptiondef-typeerror%E2%91%A7%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A0", + "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-exceptiondef-typeerror%E2%91%A7%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-bias%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%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-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%A1", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%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-exceptiondef-typeerror%E2%91%A8%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-recurrentbias%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%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-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%A2", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A2", + "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-exceptiondef-typeerror%E2%91%A8%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-initialhiddenstate%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A0", "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%A3", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A3", + "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-exceptiondef-typeerror%E2%91%A8%E2%91%A1", "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%A2%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A1", "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%A4", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A4", + "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-exceptiondef-typeerror%E2%91%A8%E2%91%A2", "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%A3%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A5", + "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-exceptiondef-typeerror%E2%91%A8%E2%91%A3", "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", @@ -3082,16 +3084,16 @@ "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-bias%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-recurrentbias%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-initialhiddenstate%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-activations%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-operator-activation%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A0%E2%91%A3", @@ -3176,42 +3178,42 @@ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgrucelloptions-bias%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-map-exists%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgrucelloptions-recurrentbias%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A6", + "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-exceptiondef-typeerror%E2%91%A8%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgrucelloptions-activations%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-map-exists%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-activation%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-list-item%E2%91%A1", + "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-exceptiondef-typeerror%E2%91%A8%E2%91%A5", + "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%A3%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%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%A3%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A3", "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%A8%E2%91%A8", - "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%93%AA", - "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-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%A0", - "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-mlgruoptions-bias%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A8", "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%A1", - "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-dfn-throw%E2%91%A0%E2%91%A4%E2%93%AA", + "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-mlgruoptions-recurrentbias%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%93%AA", "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%A2", - "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-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A0", + "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-mlgruoptions-activations%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A3", - "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-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A1", + "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-dictdef-mloperanddescriptor%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A2", @@ -3222,13 +3224,13 @@ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgrucelloptions-bias%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgrucelloptions-recurrentbias%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgrucelloptions-activations%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-operator-activation%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A0%E2%91%A4", @@ -3281,12 +3283,12 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-hardsigmoid", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%91%A1", - "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-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A4", + "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-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-hardsigmoid-options", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hardsigmoid-options%E2%91%A0", @@ -3299,8 +3301,8 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-hardsigmoid-options", "https://www.w3.org/TR/webnn/#ref-for-create-an-mlactivation%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%91%A2", - "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-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A6", + "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-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-hard-swish", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A7", @@ -3320,12 +3322,12 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-hardswish", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%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-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A5", + "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-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-hardswish", "https://www.w3.org/TR/webnn/#ref-for-hardswish-noargs%E2%91%A0", @@ -3337,8 +3339,8 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-hardswish-noargs", "https://www.w3.org/TR/webnn/#ref-for-create-an-mlactivation%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%93%AA", + "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-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-instancenorm", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-batchnormalization%E2%91%A1", "https://www.w3.org/TR/webnn/#dictdef-mlinstancenormalizationoptions", @@ -3403,32 +3405,32 @@ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlinstancenormalizationoptions-scale%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%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-map-exists%E2%91%A4%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A0", - "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-map-exists%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A4", "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%A1", - "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-dfn-throw%E2%91%A0%E2%91%A5%E2%93%AA", + "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-mlinstancenormalizationoptions-scale%E2%91%A1", "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%A2", - "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-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A0", + "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-mlinstancenormalizationoptions-bias%E2%91%A1", "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%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%A0%E2%91%A5%E2%91%A1", + "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-copy-an-mloperand%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mlinstancenormalizationoptions-scale%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mlinstancenormalizationoptions-bias%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nchw%E2%91%A7", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-layernorm", @@ -3491,13 +3493,13 @@ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-scale%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-bias%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A5", - "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-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-axes%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-axes%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A4", @@ -3508,41 +3510,41 @@ "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-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%A5", - "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-dfn-throw%E2%91%A0%E2%91%A5%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-dom-mllayernormalizationoptions-bias%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-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%A5%E2%91%A6", - "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-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A4", + "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-list-iterate%E2%91%A5", "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", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A7", "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%A5%E2%91%A7", - "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-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A5", + "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-mloperand-shape%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-scale%E2%91%A2", "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%A5%E2%91%A8", - "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-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A6", + "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-mllayernormalizationoptions-bias%E2%91%A2", "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%93%AA", - "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-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A7", + "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-copy-an-mloperand%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-scale%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-bias%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-leakyrelu", "https://www.w3.org/TR/webnn/#dictdef-mlleakyreluoptions", @@ -3582,12 +3584,12 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-leakyrelu", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A6", + "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-exceptiondef-typeerror%E2%91%A0%E2%91%A0%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-operators%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-leaky-relu-options", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-leakyrelu-options%E2%91%A0", @@ -3600,9 +3602,9 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-leakyrelu-options", "https://www.w3.org/TR/webnn/#ref-for-create-an-mlactivation%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%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-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A2", - "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-linear", + "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-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-linear", "https://www.w3.org/TR/webnn/#dictdef-mllinearoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mllinearoptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mllinearoptions", @@ -3648,12 +3650,12 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-linear", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%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-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A7", + "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-exceptiondef-typeerror%E2%91%A0%E2%91%A0%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-operators%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-linear-options", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-linear-options%E2%91%A0", @@ -3666,8 +3668,8 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-linear-options", "https://www.w3.org/TR/webnn/#ref-for-create-an-mlactivation%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%E2%91%A0", - "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-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A5", + "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-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstm", "https://www.w3.org/TR/webnn/#enumdef-mllstmweightlayout", "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mllstmweightlayout", @@ -3798,111 +3800,111 @@ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%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%A5%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A2", "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%A5%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A3", "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%A5%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A4", "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%A5%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-initialcellstate%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A6", - "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-map-exists%E2%91%A5%E2%91%A6", + "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-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A6", "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%A5%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-activation%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-list-item%E2%91%A2", - "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-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A5", + "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-dom-mllstmoptions-direction%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mlrecurrentnetworkdirection-forward", "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A8", - "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-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A6", + "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-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%93%AA", - "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-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A7", + "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-mloperand-shape%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-bias%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A8", "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%A0", - "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-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A8", + "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-dom-mllstmoptions-bias%E2%91%A2", "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%A1", - "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-dfn-throw%E2%91%A0%E2%91%A7%E2%93%AA", + "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-mllstmoptions-bias%E2%91%A3", "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%A2", - "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-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A0", + "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-mllstmoptions-recurrentbias%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A6%E2%93%AA", "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%A3", - "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-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A1", + "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-mllstmoptions-recurrentbias%E2%91%A2", "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%A4", - "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-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A2", + "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-mllstmoptions-recurrentbias%E2%91%A3", "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%A5", - "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-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A3", + "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-mllstmoptions-peepholeweight%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A6%E2%91%A0", "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%A6", - "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-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A4", + "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-mllstmoptions-peepholeweight%E2%91%A2", "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%A7%E2%91%A7", - "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-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A5", + "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-mllstmoptions-peepholeweight%E2%91%A3", "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%A7%E2%91%A8", - "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-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A6", + "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-mllstmoptions-initialhiddenstate%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A6%E2%91%A1", "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%93%AA", - "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%A0%E2%91%A7%E2%91%A7", + "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-mllstmoptions-initialhiddenstate%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A0", - "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-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A8", + "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-mllstmoptions-initialhiddenstate%E2%91%A3", "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%A1", - "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-dfn-throw%E2%91%A0%E2%91%A8%E2%93%AA", + "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-dom-mllstmoptions-initialhiddenstate%E2%91%A4", "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%A2", - "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-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A0", + "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-dom-mllstmoptions-initialcellstate%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A6%E2%91%A2", "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%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-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A1", + "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-dom-mllstmoptions-initialcellstate%E2%91%A2", "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%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-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A2", + "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-dom-mllstmoptions-initialcellstate%E2%91%A3", "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%A5", - "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-dfn-throw%E2%91%A0%E2%91%A8%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-dom-mllstmoptions-initialcellstate%E2%91%A4", "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%A6", - "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%A0%E2%91%A8%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-mllstmoptions-activations%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A6%E2%91%A3", "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%A0%E2%91%A8%E2%91%A7", - "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%A0%E2%91%A8%E2%91%A5", + "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-dictdef-mloperanddescriptor%E2%91%A2%E2%93%AA", "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", @@ -3929,22 +3931,22 @@ "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-bias%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A6%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A6%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-recurrentbias%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A6%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-peepholeweight%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A6%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-initialhiddenstate%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A6%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A6%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-initialcellstate%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A6%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-lstmcell", "https://www.w3.org/TR/webnn/#dictdef-mllstmcelloptions", @@ -4031,56 +4033,56 @@ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%E2%91%A6", "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%A6%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A7%E2%93%AA", "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%A6%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A0", "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%A6%E2%91%A8", - "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-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A7%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-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A8", "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%A7%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-activation%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-list-item%E2%91%A3", - "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%A0%E2%91%A3%E2%91%A1", + "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-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%93%AA", "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%A0", - "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-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A8", + "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-mloperand-shape%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmcelloptions-bias%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A3", "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%A1", - "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-dfn-throw%E2%91%A1%E2%93%AA%E2%93%AA", + "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-dom-mllstmcelloptions-bias%E2%91%A2", "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%A2", - "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%93%AA%E2%91%A0", + "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-mllstmcelloptions-recurrentbias%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A4", "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%A3", - "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%93%AA%E2%91%A1", + "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-mllstmcelloptions-recurrentbias%E2%91%A2", "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%A4", - "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-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A2", + "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-dom-mllstmcelloptions-peepholeweight%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A5", "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%A5", - "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-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A3", + "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-dom-mllstmcelloptions-peepholeweight%E2%91%A2", "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%A6", - "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-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A4", + "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-dom-mllstmcelloptions-activations%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A6", "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%A7", - "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%93%AA%E2%91%A5", + "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%A1", "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-list%E2%91%A2%E2%93%AA", @@ -4094,16 +4096,16 @@ "https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmcelloptions-bias%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmcelloptions-recurrentbias%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmcelloptions-peepholeweight%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A8%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mllstmweightlayout-iofg", "https://www.w3.org/TR/webnn/#ref-for-sigmoid-noargs%E2%91%A1", @@ -4131,17 +4133,17 @@ "https://www.w3.org/TR/webnn/#ref-for-list-clone%E2%91%A3", "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%93%AA%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A0", - "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-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A1", + "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-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A8", + "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-exceptiondef-typeerror%E2%91%A0%E2%91%A4%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%A0", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A2", + "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%A0%E2%91%A4%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", @@ -4150,19 +4152,19 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-matmul", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%91%A0", - "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-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A3", + "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-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A2%E2%91%A2", "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-matmul-output-sizes", - "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-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A0", "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%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%A7%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pad", "https://www.w3.org/TR/webnn/#enumdef-mlpaddingmode", @@ -4239,13 +4241,13 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-pad", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A4", + "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-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-list-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%A4", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A5", + "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-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A3", "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%A4", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-calculate-padding-output-sizes", @@ -4253,7 +4255,7 @@ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#example-0cdaa4c5", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d", @@ -4398,59 +4400,59 @@ "https://www.w3.org/TR/webnn/#ref-for-assert%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%91%A4", - "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%A0%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A4", "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%A6", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A7", + "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-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A5", "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%A7%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A8%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A8", + "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%A0%E2%91%A4%E2%91%A6", "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%A7%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A8%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-padding%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A8%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A8%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-padding%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A2%E2%91%A8", "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%A0%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%93%AA", + "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-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A7", "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%A8%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A8%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-strides%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A3%E2%93%AA", "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%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A8", "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%A0", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A1", + "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-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%93%AA", "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%A8%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A8%E2%91%A4", "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%A1", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A2", + "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-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A0", "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%A2", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A3", + "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-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A1", "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%A8%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A8%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-dilations%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A3%E2%91%A0", "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%A3", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A4", + "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-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A2", "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%A4", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-descriptor-slot%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-calculate-pool2d-output-sizes", @@ -4462,12 +4464,12 @@ "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-strides%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-dilations%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-outputsizes%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A8%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A8%E2%91%A6", "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%A7%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-averagepool2d", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-averagepool2d", @@ -4475,24 +4477,24 @@ "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-averagepool2d", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-averagepool2d", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-pooling-op", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A5", - "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-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A3", + "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/#dom-mlgraphbuilder-l2pool2d", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-l2pool2d", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-l2pool2d", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-l2pool2d", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-l2pool2d", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-pooling-op%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A5", + "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/#dom-mlgraphbuilder-maxpool2d", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-maxpool2d", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-maxpool2d", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-maxpool2d", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-maxpool2d", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-pooling-op%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d-average", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d-l2", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d-max", @@ -4515,8 +4517,8 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-prelu", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A4", "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%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A2%E2%91%A0", @@ -4524,13 +4526,13 @@ "https://www.w3.org/TR/webnn/#ref-for-unidirectionally-broadcasting-the-shapes%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%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%A2", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A5", "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%A7%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reduce", "https://www.w3.org/TR/webnn/#ref-for-dom-mlreduceoptions-axes", @@ -4653,18 +4655,18 @@ "https://www.w3.org/TR/webnn/#ref-for-assert%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mlreduceoptions-axes%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A8%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A8%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-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%A4", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A7", "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", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A8%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A8%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mlreduceoptions-keepdimensions%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-datatype%E2%91%A1%E2%91%A2", @@ -4674,7 +4676,7 @@ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducel1", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducel1", @@ -4682,80 +4684,80 @@ "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducel1", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducel1", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-reduce-op", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%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-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A3", + "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/#dom-mlgraphbuilder-reducel2", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducel2", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducel2", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducel2", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducel2", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-reduce-op%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%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/#dom-mlgraphbuilder-reducelogsum", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducelogsum", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducelogsum", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducelogsum", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducelogsum", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-reduce-op%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducelogsumexp", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducelogsumexp", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducelogsumexp", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducelogsumexp", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducelogsumexp", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-reduce-op%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducemax", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducemax", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducemax", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducemax", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducemax", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-reduce-op%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducemean", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducemean", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducemean", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducemean", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducemean", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-reduce-op%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducemin", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducemin", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducemin", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducemin", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducemin", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-reduce-op%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reduceproduct", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reduceproduct", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reduceproduct", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reduceproduct", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reduceproduct", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-reduce-op%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducesum", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducesum", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducesum", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducesum", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducesum", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-reduce-op%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducesumsquare", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducesumsquare", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducesumsquare", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-reducesumsquare", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reducesumsquare", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-reduce-op%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-relu-method", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A3%E2%93%AA", @@ -4775,12 +4777,12 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-relu", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A8", "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-operators%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-relu", "https://www.w3.org/TR/webnn/#ref-for-relu-noargs%E2%91%A2", @@ -4792,8 +4794,8 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-relu-noargs", "https://www.w3.org/TR/webnn/#ref-for-create-an-mlactivation%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-resample2d-method", "https://www.w3.org/TR/webnn/#enumdef-mlinterpolationmode", "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mlinterpolationmode", @@ -4860,13 +4862,13 @@ "https://www.w3.org/TR/webnn/#infopanel-for-mlgraphbuilder-check-resample-options", "https://www.w3.org/TR/webnn/#infopaneltitle-for-mlgraphbuilder-check-resample-options", "https://www.w3.org/TR/webnn/#ref-for-dom-mlresample2doptions-scales%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A8%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mlresample2doptions-sizes%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A8%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mlresample2doptions-axes%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A8%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webnn/#mlgraphbuilder-calculate-resample-output-sizes", "https://www.w3.org/TR/webnn/#infopanel-for-mlgraphbuilder-calculate-resample-output-sizes", @@ -4881,7 +4883,7 @@ "https://www.w3.org/TR/webnn/#ref-for-dom-mlresample2doptions-axes%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mlresample2doptions-sizes%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mlresample2doptions-axes%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mlresample2doptions-sizes%E2%91%A2", @@ -4897,20 +4899,20 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-resample2d", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%93%AA", "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%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A2", + "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-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A0", "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%A0", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-calculate-resample-output-sizes", "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%A8%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reshape-method", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A1", @@ -4932,23 +4934,23 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-reshape", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%91%A4", - "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-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A3%E2%91%A7", - "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-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A5", + "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-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A6", - "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-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A6", + "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-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A4", "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%A2%E2%91%A0", "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%A8%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-reshape%E2%91%A0", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-sigmoid-method", @@ -4970,12 +4972,12 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-sigmoid", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%91%A6", - "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-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A7", + "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-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A5", "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-operators%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-sigmoid", "https://www.w3.org/TR/webnn/#ref-for-sigmoid-noargs%E2%91%A3", @@ -4987,8 +4989,8 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-sigmoid-noargs", "https://www.w3.org/TR/webnn/#ref-for-create-an-mlactivation%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-slice", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A4%E2%91%A6", @@ -5016,20 +5018,20 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-slice", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A8", + "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-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A6", "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%A5%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%93%AA", + "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-exceptiondef-typeerror%E2%91%A0%E2%91%A6%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%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A8", "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-operators%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softmax-method", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A4", @@ -5050,15 +5052,15 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-softmax", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%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%A0%E2%91%A7%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%93%AA", "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%A1", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A2", + "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%A0%E2%91%A7%E2%91%A0", "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-operators%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softmax", "https://www.w3.org/TR/webnn/#ref-for-softmax-noargs%E2%91%A1", @@ -5070,8 +5072,8 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-softmax-noargs", "https://www.w3.org/TR/webnn/#ref-for-create-an-mlactivation%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%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-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softplus-method", "https://www.w3.org/TR/webnn/#dictdef-mlsoftplusoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlsoftplusoptions", @@ -5110,12 +5112,12 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-softplus", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A3", + "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-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A1", "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-operators%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softplus-options", "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-softplus-options%E2%91%A0", @@ -5128,8 +5130,8 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-softplus-options", "https://www.w3.org/TR/webnn/#ref-for-create-an-mlactivation%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A3", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softsign-method", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A5%E2%91%A8", @@ -5149,12 +5151,12 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-softsign", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A4", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A2", "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-operators%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softsign", "https://www.w3.org/TR/webnn/#ref-for-softsign-noargs%E2%91%A0", @@ -5166,8 +5168,8 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-softsign-noargs", "https://www.w3.org/TR/webnn/#ref-for-create-an-mlactivation%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A7", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-split", "https://www.w3.org/TR/webnn/#dictdef-mlsplitoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlsplitoptions", @@ -5218,17 +5220,17 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-split", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A5", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mlsplitoptions-axis%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A6", + "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-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A4", "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%A5%E2%91%A8", - "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%A0%E2%91%A7%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A3%E2%91%A8", @@ -5240,7 +5242,7 @@ "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-mloperand-operator-slot%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-list-append%E2%91%A1", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-tanh-method", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A8", @@ -5261,12 +5263,12 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-tanh", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A6", - "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%A0%E2%91%A7%E2%91%A8", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A6", "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-operators%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-tanh", "https://www.w3.org/TR/webnn/#ref-for-tanh-noargs%E2%91%A2", @@ -5278,8 +5280,8 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-tanh-noargs", "https://www.w3.org/TR/webnn/#ref-for-create-an-mlactivation%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A4", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A5", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A2", + "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/#api-mlgraphbuilder-transpose", "https://www.w3.org/TR/webnn/#dictdef-mltransposeoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mltransposeoptions", @@ -5314,28 +5316,28 @@ "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-transpose", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-transpose", "https://www.w3.org/TR/webnn/#ref-for-dom-mltransposeoptions-permutation%E2%91%A0", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mltransposeoptions-permutation%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-dom-mltransposeoptions-permutation%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%93%AA%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mltransposeoptions-permutation%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%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%A6", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%93%AA", + "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-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A7", "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%A2", "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%A7%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A0", + "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-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A8", "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%A7%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%93%AA", "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-operators%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A7", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-triangular", "https://www.w3.org/TR/webnn/#dictdef-mltriangularoptions", @@ -5377,12 +5379,12 @@ "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-triangular", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-triangular", "https://www.w3.org/TR/webnn/#ref-for-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%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A7", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A0", "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-operators%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A8", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webnn/#example-c029a3ee", "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-where", @@ -5409,12 +5411,12 @@ "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-where", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A2%E2%91%A2", "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%A0", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A3", + "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%A0%E2%91%A8%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A2%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-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A4", + "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%A0%E2%91%A8%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-datatype%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A2%E2%91%A5", @@ -5422,17 +5424,17 @@ "https://www.w3.org/TR/webnn/#ref-for-bidirectionally-broadcasting-the-shapes%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%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%A2", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%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%A0%E2%91%A8%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-bidirectionally-broadcastable", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A3", - "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A6", + "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A1", + "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webnn/#algorithms", "https://www.w3.org/TR/webnn/#algorithms-broadcasting", diff --git a/tr/index.json b/tr/index.json index 440c846538a9..f17fd94591a1 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-03-22T01:22:07.357Z", + "date": "2024-03-23T01:21:03.638Z", "options": { "fallback": "tr/index.json", "output": "report", @@ -686,7 +686,7 @@ "https://aomediacodec.github.io/av1-spec/" ], "crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf", - "date": "22 March 2024" + "date": "23 March 2024" }, { "url": "https://www.w3.org/TR/accelerometer/", @@ -7754,11 +7754,11 @@ ], "crawled": "https://www.w3.org/TR/css-values-3/", "crawlCacheInfo": { - "lastModified": "Tue, 29 Nov 2022 18:50:12 GMT" + "lastModified": "Fri, 22 Mar 2024 21:15:08 GMT" }, "generator": "bikeshed", - "date": "01 December 2022", - "revision": "2741bc77ea159ba13c22deda297369665dabcab1", + "date": "22 March 2024", + "revision": "1752d4e9f63e1989a041eb4ab8ff618376989c9f", "links": "links/css-values-3.json", "refs": "refs/css-values-3.json", "dfns": "dfns/css-values-3.json", @@ -8755,11 +8755,11 @@ ], "crawled": "https://www.w3.org/TR/device-posture/", "crawlCacheInfo": { - "lastModified": "Fri, 15 Mar 2024 18:48:58 GMT" + "lastModified": "Fri, 22 Mar 2024 19:17:36 GMT" }, "generator": "respec", - "date": "15 March 2024", - "revision": "dc5163e49292a0d01b1de8c9510faec66f256ca2", + "date": "22 March 2024", + "revision": "39d82848122d370293a3a1aac09efc1a853212a0", "links": "links/device-posture.json", "refs": "refs/device-posture.json", "events": "events/device-posture.json", @@ -14521,10 +14521,11 @@ ], "crawled": "https://www.w3.org/TR/remote-playback/", "crawlCacheInfo": { - "lastModified": "Thu, 29 Sep 2022 21:19:32 GMT" + "lastModified": "Fri, 22 Mar 2024 17:19:49 GMT" }, "generator": "respec", - "date": "29 September 2022", + "date": "22 March 2024", + "revision": "ac9a2bb01bf3f76d074dc46c899ef0e44a532ff6", "links": "links/remote-playback.json", "refs": "refs/remote-playback.json", "events": "events/remote-playback.json", @@ -19039,11 +19040,11 @@ ], "crawled": "https://www.w3.org/TR/webgpu/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Mar 2024 19:58:31 GMT" + "lastModified": "Sat, 23 Mar 2024 00:52:03 GMT" }, "generator": "bikeshed", - "date": "13 March 2024", - "revision": "4e138b1f121c096dbe615bdfdb40aea7e3645121", + "date": "23 March 2024", + "revision": "c187604b0964efdfe5486a760ad28374c672e00e", "links": "links/webgpu.json", "refs": "refs/webgpu.json", "events": "events/webgpu.json", @@ -19166,11 +19167,11 @@ ], "crawled": "https://www.w3.org/TR/webnn/", "crawlCacheInfo": { - "lastModified": "Thu, 21 Mar 2024 21:17:32 GMT" + "lastModified": "Fri, 22 Mar 2024 03:33:11 GMT" }, "generator": "bikeshed", - "date": "21 March 2024", - "revision": "2dff6332e284f543d2a528c990cf1d1f40cd6c4a", + "date": "22 March 2024", + "revision": "8da249a3d519e59acc1a87d208852620e8cd69ae", "links": "links/webnn.json", "refs": "refs/webnn.json", "idl": "idl/webnn.idl", @@ -20303,11 +20304,11 @@ ], "crawled": "https://www.w3.org/TR/WGSL/", "crawlCacheInfo": { - "lastModified": "Sun, 17 Mar 2024 00:24:13 GMT" + "lastModified": "Fri, 22 Mar 2024 17:23:41 GMT" }, "generator": "bikeshed", - "date": "17 March 2024", - "revision": "53e8c777655b70f28dcab9069c4ce78336139510", + "date": "22 March 2024", + "revision": "9b9c407f433e023906213a3820b342b830a5c05f", "links": "links/WGSL.json", "refs": "refs/WGSL.json", "dfns": "dfns/WGSL.json", diff --git a/tr/links/css-values-3.json b/tr/links/css-values-3.json index 9cea3a30c087..fab4ade347b2 100644 --- a/tr/links/css-values-3.json +++ b/tr/links/css-values-3.json @@ -16,6 +16,21 @@ "issue-8" ] }, + "https://drafts.csswg.org/css-values-5/": { + "anchors": [ + "funcdef-attr", + "funcdef-toggle", + "valdef-attr-string", + "valdef-attr-url" + ], + "specShortname": "css-values-5" + }, + "https://drafts.csswg.org/css2/": { + "anchors": [ + "propdef-line-height" + ], + "specShortname": "CSS22" + }, "https://en.wikipedia.org/wiki/Scientific_notation": {}, "https://github.com/w3c/csswg-drafts/issues": {}, "https://github.com/w3c/csswg-drafts/issues/1463": {}, @@ -69,10 +84,9 @@ "specShortname": "url" }, "https://www.rfc-editor.org/rfc/rfc6694": {}, - "https://www.w3.org/2021/Process-20211102/": { + "https://www.w3.org/2023/Process-20231103/": { "anchors": [ - "recs-and-notes", - "dfn-wide-review" + "recs-and-notes" ] }, "https://www.w3.org/Consortium/Patent-Policy-20200915/": { @@ -81,12 +95,6 @@ "sec-Disclosure" ] }, - "https://www.w3.org/Consortium/Patent-Policy/": { - "anchors": [ - "sec-Requirements" - ], - "specShortname": "w3c-patent-policy" - }, "https://www.w3.org/Style/CSS/Test/": {}, "https://www.w3.org/TR/": {}, "https://www.w3.org/TR/2012/CR-css3-values-20120828/": {}, @@ -97,6 +105,7 @@ "https://www.w3.org/TR/2018/CR-css-values-3-20180814/": {}, "https://www.w3.org/TR/2019/CR-css-values-3-20190131/": {}, "https://www.w3.org/TR/2019/CR-css-values-3-20190606/": {}, + "https://www.w3.org/TR/2022/CR-css-values-3-20221201/": {}, "https://www.w3.org/TR/CSS/": { "anchors": [ "future-proofing", @@ -105,57 +114,64 @@ ], "specShortname": "CSS22" }, - "https://www.w3.org/TR/CSS2/box.html": { + "https://www.w3.org/TR/CSS2/about.html": { "anchors": [ - "value-def-border-width" + "value-defs" ] }, - "https://www.w3.org/TR/CSS2/tables.html": { + "https://www.w3.org/TR/CSS2/aural.html": { "anchors": [ - "propdef-border-collapse" + "aural-intro" ] }, - "https://www.w3.org/TR/CSS2/visudet.html": { + "https://www.w3.org/TR/CSS2/conform.html": { "anchors": [ - "propdef-line-height" + "ignore" ] }, - "https://www.w3.org/TR/CSS21/": { - "specShortname": "CSS2" + "https://www.w3.org/TR/CSS2/syndata.html": { + "anchors": [ + "values", + "escaped-characters" + ] }, - "https://www.w3.org/TR/CSS21/about.html": { + "https://www.w3.org/TR/CSS2/visudet.html": { "anchors": [ - "value-defs" - ], + "containing-block-details", + "the-height-property" + ] + }, + "https://www.w3.org/TR/CSS21/": { "specShortname": "CSS2" }, - "https://www.w3.org/TR/CSS21/aural.html": { + "https://www.w3.org/TR/CSS21/box.html": { "anchors": [ - "aural-intro" + "value-def-border-width" ], "specShortname": "CSS2" }, "https://www.w3.org/TR/CSS21/conform.html": { "anchors": [ - "ignore", "style-sheet", - "user-agent" + "user-agent", + "ignore" ], "specShortname": "CSS2" }, - "https://www.w3.org/TR/CSS21/syndata.html": { + "https://www.w3.org/TR/CSS21/tables.html": { "anchors": [ - "values", - "escaped-characters" + "propdef-border-collapse" ], "specShortname": "CSS2" }, - "https://www.w3.org/TR/CSS21/visudet.html": { + "https://www.w3.org/TR/CSS22/": { + "specShortname": "CSS22" + }, + "https://www.w3.org/TR/css-2023/": { "anchors": [ - "containing-block-details", - "the-height-property" + "user-agent" ], - "specShortname": "CSS2" + "specShortname": "css-2023" }, "https://www.w3.org/TR/css-animations-1/": { "anchors": [ @@ -215,7 +231,7 @@ }, "https://www.w3.org/TR/css-color-4/": { "anchors": [ - "typedef-color", + "funcdef-hsl", "funcdef-rgba", "propdef-opacity" ], @@ -223,7 +239,7 @@ }, "https://www.w3.org/TR/css-color-5/": { "anchors": [ - "funcdef-hsl" + "typedef-color" ], "specShortname": "css-color-5" }, @@ -267,7 +283,6 @@ }, "https://www.w3.org/TR/css-images-3/": { "anchors": [ - "funcdef-linear-gradient", "typedef-image", "propdef-object-position" ], @@ -275,6 +290,7 @@ }, "https://www.w3.org/TR/css-images-4/": { "anchors": [ + "funcdef-linear-gradient", "propdef-image-resolution" ], "specShortname": "css-images-4" @@ -287,6 +303,9 @@ "specShortname": "css-overflow-3" }, "https://www.w3.org/TR/css-page-3/": { + "anchors": [ + "page-area" + ], "specShortname": "css-page-3" }, "https://www.w3.org/TR/css-sizing-3/": { @@ -304,6 +323,7 @@ "typedef-string-token", "consume-a-url-token", "typedef-url-token", + "consume-url-token", "typedef-number-token", "typedef-percentage-token", "typedef-function-token" @@ -318,17 +338,22 @@ }, "https://www.w3.org/TR/css-text-3/": { "anchors": [ - "propdef-text-align", + "propdef-text-align" + ], + "specShortname": "css-text-3" + }, + "https://www.w3.org/TR/css-text-4/": { + "anchors": [ "valdef-text-align-center", "propdef-tab-size" ], - "specShortname": "css-text-3" + "specShortname": "css-text-4" }, - "https://www.w3.org/TR/css-text-decor-3/": { + "https://www.w3.org/TR/css-text-decor-4/": { "anchors": [ "propdef-text-decoration" ], - "specShortname": "css-text-decor-3" + "specShortname": "css-text-decor-4" }, "https://www.w3.org/TR/css-transforms-1/": { "anchors": [ @@ -336,18 +361,17 @@ ], "specShortname": "css-transforms-1" }, - "https://www.w3.org/TR/css-ui-3/": { + "https://www.w3.org/TR/css-ui-4/": { "anchors": [ - "propdef-outline-color", - "valdef-cursor-default" + "propdef-outline-color" ], - "specShortname": "css-ui-3" + "specShortname": "css-ui-4" }, - "https://www.w3.org/TR/css-values-3/": { + "https://www.w3.org/TR/css-values-4/": { "anchors": [ - "funcdef-attr" + "coordinating-list-property" ], - "specShortname": "css-values-3" + "specShortname": "css-values-4" }, "https://www.w3.org/TR/css-writing-modes-4/": { "anchors": [ @@ -379,6 +403,7 @@ "https://www.w3.org/TR/mediaqueries-5/": { "anchors": [ "media-query", + "continuous-media", "paged-media" ], "specShortname": "mediaqueries-5" diff --git a/tr/links/device-posture.json b/tr/links/device-posture.json index df636b054595..0bbee78a7365 100644 --- a/tr/links/device-posture.json +++ b/tr/links/device-posture.json @@ -32,11 +32,12 @@ "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/document-sequences.html": { "anchors": [ + "top-level-traversable", "navigable", "nav-top", - "top-level-traversable", "nav-document", - "descendant-navigables" + "descendant-navigables", + "bc-traversable" ] }, "https://html.spec.whatwg.org/multipage/interaction.html": { @@ -70,7 +71,8 @@ "https://infra.spec.whatwg.org/": { "anchors": [ "implementation-defined", - "list-iterate" + "list-iterate", + "string" ], "specShortname": "infra" }, @@ -111,6 +113,20 @@ ], "specShortname": "screen-orientation" }, + "https://www.w3.org/TR/webdriver2/": { + "anchors": [ + "dfn-extension-commands", + "dfn-extension-command-uri-template", + "dfn-remote-end-steps", + "dfn-getting-properties", + "dfn-error", + "dfn-error-code", + "dfn-invalid-argument", + "dfn-current-browsing-context", + "dfn-success" + ], + "specShortname": "webdriver2" + }, "https://www.w3.org/WAI/WCAG21/Understanding/orientation.html": {}, "https://www.w3.org/groups/wg/das": {}, "https://www.w3.org/groups/wg/das/ipr": {} diff --git a/tr/links/remote-playback.json b/tr/links/remote-playback.json index c732f838b065..195c244275a3 100644 --- a/tr/links/remote-playback.json +++ b/tr/links/remote-playback.json @@ -33,16 +33,16 @@ "reflecting-content-attributes-in-idl-attributes" ] }, - "https://html.spec.whatwg.org/multipage/browsers.html": { + "https://html.spec.whatwg.org/multipage/custom-elements.html": { "anchors": [ - "browsing-context", - "active-window", - "nested-browsing-context" + "cereactions" ] }, - "https://html.spec.whatwg.org/multipage/custom-elements.html": { + "https://html.spec.whatwg.org/multipage/document-sequences.html": { "anchors": [ - "cereactions" + "browsing-context", + "nav-window", + "child-navigable" ] }, "https://html.spec.whatwg.org/multipage/infrastructure.html": { @@ -99,7 +99,7 @@ }, "https://www.rfc-editor.org/rfc/rfc2119": {}, "https://www.rfc-editor.org/rfc/rfc8174": {}, - "https://www.w3.org/2021/Process-20211102/": { + "https://www.w3.org/2023/Process-20231103/": { "anchors": [ "recs-and-notes" ] diff --git a/tr/refs/css-values-3.json b/tr/refs/css-values-3.json index 41a926ae2af1..df49f5e0176a 100644 --- a/tr/refs/css-values-3.json +++ b/tr/refs/css-values-3.json @@ -5,13 +5,17 @@ }, "refs": { "normative": [ + { + "name": "CSS-2023", + "url": "https://www.w3.org/TR/css-2023/" + }, { "name": "CSS-CASCADE-5", "url": "https://www.w3.org/TR/css-cascade-5/" }, { - "name": "CSS-COLOR-4", - "url": "https://www.w3.org/TR/css-color-4/" + "name": "CSS-COLOR-5", + "url": "https://www.w3.org/TR/css-color-5/" }, { "name": "CSS-COUNTER-STYLES-3", @@ -29,10 +33,6 @@ "name": "CSS-IMAGES-4", "url": "https://www.w3.org/TR/css-images-4/" }, - { - "name": "CSS-OVERFLOW-3", - "url": "https://www.w3.org/TR/css-overflow-3/" - }, { "name": "CSS-SIZING-3", "url": "https://www.w3.org/TR/css-sizing-3/" @@ -41,22 +41,18 @@ "name": "CSS-SYNTAX-3", "url": "https://www.w3.org/TR/css-syntax-3/" }, - { - "name": "CSS-UI-3", - "url": "https://www.w3.org/TR/css-ui-3/" - }, - { - "name": "CSS-VALUES-3", - "url": "https://www.w3.org/TR/css-values-3/" - }, { "name": "CSS-WRITING-MODES-4", "url": "https://www.w3.org/TR/css-writing-modes-4/" }, { - "name": "CSS21", + "name": "CSS2", "url": "https://www.w3.org/TR/CSS21/" }, + { + "name": "CSS22", + "url": "https://www.w3.org/TR/CSS22/" + }, { "name": "CSS3-BACKGROUND", "url": "https://www.w3.org/TR/css-backgrounds-3/" @@ -124,8 +120,8 @@ "url": "https://www.w3.org/TR/css-cascade-3/" }, { - "name": "CSS-COLOR-5", - "url": "https://www.w3.org/TR/css-color-5/" + "name": "CSS-COLOR-4", + "url": "https://www.w3.org/TR/css-color-4/" }, { "name": "CSS-EASING-1", @@ -139,18 +135,38 @@ "name": "CSS-GRID-2", "url": "https://www.w3.org/TR/css-grid-2/" }, + { + "name": "CSS-OVERFLOW-3", + "url": "https://www.w3.org/TR/css-overflow-3/" + }, { "name": "CSS-TEXT-3", "url": "https://www.w3.org/TR/css-text-3/" }, { - "name": "CSS-TEXT-DECOR-3", - "url": "https://www.w3.org/TR/css-text-decor-3/" + "name": "CSS-TEXT-4", + "url": "https://www.w3.org/TR/css-text-4/" + }, + { + "name": "CSS-TEXT-DECOR-4", + "url": "https://www.w3.org/TR/css-text-decor-4/" }, { "name": "CSS-TRANSFORMS-1", "url": "https://www.w3.org/TR/css-transforms-1/" }, + { + "name": "CSS-UI-4", + "url": "https://www.w3.org/TR/css-ui-4/" + }, + { + "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": "HTML", "url": "https://html.spec.whatwg.org/multipage/" diff --git a/tr/refs/device-posture.json b/tr/refs/device-posture.json index a96331ae160a..ad15372ce9b9 100644 --- a/tr/refs/device-posture.json +++ b/tr/refs/device-posture.json @@ -33,6 +33,10 @@ "name": "SCREEN-ORIENTATION", "url": "https://www.w3.org/TR/screen-orientation/" }, + { + "name": "WEBDRIVER2", + "url": "https://www.w3.org/TR/webdriver2/" + }, { "name": "webidl", "url": "https://webidl.spec.whatwg.org/"