From e1310383ec1709714c0fdb4a43d4e3082018cd80 Mon Sep 17 00:00:00 2001 From: reffy-bot <> Date: Sat, 18 Mar 2023 01:29:05 +0000 Subject: [PATCH] Update of TR report from new reffy run Using reffy commit 12.1.1. --- tr/dfns/WGSL.json | 135 ++++++++++++-- tr/dfns/resource-hints.json | 12 +- tr/dfns/webgpu.json | 228 +++++++++++++++++++++--- tr/idl/webgpu.idl | 33 +++- tr/ids/WGSL.json | 72 ++++++-- tr/ids/webcodecs.json | 17 +- tr/ids/webgpu.json | 341 ++++++++++++++++++------------------ tr/index.json | 72 ++++---- tr/links/server-timing.json | 2 +- tr/links/webcodecs.json | 8 +- tr/links/webgpu.json | 19 +- tr/refs/server-timing.json | 2 +- tr/refs/webgpu.json | 4 - 13 files changed, 620 insertions(+), 325 deletions(-) diff --git a/tr/dfns/WGSL.json b/tr/dfns/WGSL.json index 3735b16bd76a..c607db943119 100644 --- a/tr/dfns/WGSL.json +++ b/tr/dfns/WGSL.json @@ -114,6 +114,24 @@ }, "definedIn": "prose" }, + { + "id": "interval", + "href": "https://www.w3.org/TR/WGSL/#interval", + "linkingText": [ + "interval" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/WGSL/#title", + "title": "WebGPU Shading Language" + }, + "definedIn": "prose" + }, { "id": "floor-expression", "href": "https://www.w3.org/TR/WGSL/#floor-expression", @@ -4042,9 +4060,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/WGSL/#title", - "title": "WebGPU Shading Language" + "id": "invalid-mem-reference", + "href": "https://www.w3.org/TR/WGSL/#invalid-mem-reference", + "title": "Invalid Memory Reference", + "number": "5.4.5" }, "definedIn": "prose" }, @@ -4124,14 +4143,16 @@ "definedIn": "prose" }, { - "id": "non-arrayed-texture", - "href": "https://www.w3.org/TR/WGSL/#non-arrayed-texture", + "id": "texture-dimensionality", + "href": "https://www.w3.org/TR/WGSL/#texture-dimensionality", "linkingText": [ - "non-arrayed texture" + "dimensionality" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "texture" + ], "access": "private", "informative": false, "heading": { @@ -4139,17 +4160,19 @@ "href": "https://www.w3.org/TR/WGSL/#title", "title": "WebGPU Shading Language" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "arrayed-texture", - "href": "https://www.w3.org/TR/WGSL/#arrayed-texture", + "id": "texture-size", + "href": "https://www.w3.org/TR/WGSL/#texture-size", "linkingText": [ - "arrayed texture" + "size" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "texture" + ], "access": "private", "informative": false, "heading": { @@ -4157,7 +4180,27 @@ "href": "https://www.w3.org/TR/WGSL/#title", "title": "WebGPU Shading Language" }, - "definedIn": "prose" + "definedIn": "dt" + }, + { + "id": "texture-mip-level-count", + "href": "https://www.w3.org/TR/WGSL/#texture-mip-level-count", + "linkingText": [ + "mip level count" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "texture" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/WGSL/#title", + "title": "WebGPU Shading Language" + }, + "definedIn": "dt" }, { "id": "mip-level", @@ -4178,14 +4221,56 @@ "definedIn": "prose" }, { - "id": "array-size", - "href": "https://www.w3.org/TR/WGSL/#array-size", + "id": "texture-arrayed", + "href": "https://www.w3.org/TR/WGSL/#texture-arrayed", + "linkingText": [ + "arrayed" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "texture" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/WGSL/#title", + "title": "WebGPU Shading Language" + }, + "definedIn": "dt" + }, + { + "id": "texture-array-size", + "href": "https://www.w3.org/TR/WGSL/#texture-array-size", "linkingText": [ "array size" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "texture" + ], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/WGSL/#title", + "title": "WebGPU Shading Language" + }, + "definedIn": "dt" + }, + { + "id": "texture-sample-count", + "href": "https://www.w3.org/TR/WGSL/#texture-sample-count", + "linkingText": [ + "sample count" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "texture" + ], "access": "private", "informative": false, "heading": { @@ -4195,6 +4280,24 @@ }, "definedIn": "dt" }, + { + "id": "logical-texel-address", + "href": "https://www.w3.org/TR/WGSL/#logical-texel-address", + "linkingText": [ + "logical texel address" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/WGSL/#title", + "title": "WebGPU Shading Language" + }, + "definedIn": "prose" + }, { "id": "texture-types", "href": "https://www.w3.org/TR/WGSL/#texture-types", diff --git a/tr/dfns/resource-hints.json b/tr/dfns/resource-hints.json index 6ba9cd2b45c1..d0157e5af8ac 100644 --- a/tr/dfns/resource-hints.json +++ b/tr/dfns/resource-hints.json @@ -66341,8 +66341,10 @@ ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "event handler" + ], + "access": "public", "informative": false, "heading": { "id": "event-handler-attributes", @@ -66417,8 +66419,10 @@ ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "EventTarget" + ], + "access": "public", "informative": false, "heading": { "id": "event-handler-attributes", diff --git a/tr/dfns/webgpu.json b/tr/dfns/webgpu.json index 9192626e6cc9..6760b5d7565e 100644 --- a/tr/dfns/webgpu.json +++ b/tr/dfns/webgpu.json @@ -17368,13 +17368,13 @@ "definedIn": "dt" }, { - "id": "dictdef-gpucomputepasstimestampwrites", - "href": "https://www.w3.org/TR/webgpu/#dictdef-gpucomputepasstimestampwrites", + "id": "enumdef-gpucomputepasstimestamplocation", + "href": "https://www.w3.org/TR/webgpu/#enumdef-gpucomputepasstimestamplocation", "linkingText": [ - "GPUComputePassTimestampWrites" + "GPUComputePassTimestampLocation" ], "localLinkingText": [], - "type": "dictionary", + "type": "enum", "for": [], "access": "public", "informative": false, @@ -17387,15 +17387,73 @@ "definedIn": "pre" }, { - "id": "dom-gpucomputepasstimestampwrites-queryset", - "href": "https://www.w3.org/TR/webgpu/#dom-gpucomputepasstimestampwrites-queryset", + "id": "dom-gpucomputepasstimestamplocation-beginning", + "href": "https://www.w3.org/TR/webgpu/#dom-gpucomputepasstimestamplocation-beginning", + "linkingText": [ + "\"beginning\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "GPUComputePassTimestampLocation" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/webgpu/#title", + "title": "WebGPU" + }, + "definedIn": "pre" + }, + { + "id": "dom-gpucomputepasstimestamplocation-end", + "href": "https://www.w3.org/TR/webgpu/#dom-gpucomputepasstimestamplocation-end", + "linkingText": [ + "\"end\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "GPUComputePassTimestampLocation" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/webgpu/#title", + "title": "WebGPU" + }, + "definedIn": "pre" + }, + { + "id": "dictdef-gpucomputepasstimestampwrite", + "href": "https://www.w3.org/TR/webgpu/#dictdef-gpucomputepasstimestampwrite", + "linkingText": [ + "GPUComputePassTimestampWrite" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/webgpu/#title", + "title": "WebGPU" + }, + "definedIn": "pre" + }, + { + "id": "dom-gpucomputepasstimestampwrite-queryset", + "href": "https://www.w3.org/TR/webgpu/#dom-gpucomputepasstimestampwrite-queryset", "linkingText": [ "querySet" ], "localLinkingText": [], "type": "dict-member", "for": [ - "GPUComputePassTimestampWrites" + "GPUComputePassTimestampWrite" ], "access": "public", "informative": false, @@ -17407,15 +17465,15 @@ "definedIn": "pre" }, { - "id": "dom-gpucomputepasstimestampwrites-beginningofpasswriteindex", - "href": "https://www.w3.org/TR/webgpu/#dom-gpucomputepasstimestampwrites-beginningofpasswriteindex", + "id": "dom-gpucomputepasstimestampwrite-queryindex", + "href": "https://www.w3.org/TR/webgpu/#dom-gpucomputepasstimestampwrite-queryindex", "linkingText": [ - "beginningOfPassWriteIndex" + "queryIndex" ], "localLinkingText": [], "type": "dict-member", "for": [ - "GPUComputePassTimestampWrites" + "GPUComputePassTimestampWrite" ], "access": "public", "informative": false, @@ -17427,16 +17485,34 @@ "definedIn": "pre" }, { - "id": "dom-gpucomputepasstimestampwrites-endofpasswriteindex", - "href": "https://www.w3.org/TR/webgpu/#dom-gpucomputepasstimestampwrites-endofpasswriteindex", + "id": "dom-gpucomputepasstimestampwrite-location", + "href": "https://www.w3.org/TR/webgpu/#dom-gpucomputepasstimestampwrite-location", "linkingText": [ - "endOfPassWriteIndex" + "location" ], "localLinkingText": [], "type": "dict-member", "for": [ + "GPUComputePassTimestampWrite" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/webgpu/#title", + "title": "WebGPU" + }, + "definedIn": "pre" + }, + { + "id": "typedefdef-gpucomputepasstimestampwrites", + "href": "https://www.w3.org/TR/webgpu/#typedefdef-gpucomputepasstimestampwrites", + "linkingText": [ "GPUComputePassTimestampWrites" ], + "localLinkingText": [], + "type": "typedef", + "for": [], "access": "public", "informative": false, "heading": { @@ -17964,13 +18040,13 @@ "definedIn": "dt" }, { - "id": "dictdef-gpurenderpasstimestampwrites", - "href": "https://www.w3.org/TR/webgpu/#dictdef-gpurenderpasstimestampwrites", + "id": "enumdef-gpurenderpasstimestamplocation", + "href": "https://www.w3.org/TR/webgpu/#enumdef-gpurenderpasstimestamplocation", "linkingText": [ - "GPURenderPassTimestampWrites" + "GPURenderPassTimestampLocation" ], "localLinkingText": [], - "type": "dictionary", + "type": "enum", "for": [], "access": "public", "informative": false, @@ -17983,15 +18059,73 @@ "definedIn": "pre" }, { - "id": "dom-gpurenderpasstimestampwrites-queryset", - "href": "https://www.w3.org/TR/webgpu/#dom-gpurenderpasstimestampwrites-queryset", + "id": "dom-gpurenderpasstimestamplocation-beginning", + "href": "https://www.w3.org/TR/webgpu/#dom-gpurenderpasstimestamplocation-beginning", + "linkingText": [ + "\"beginning\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "GPURenderPassTimestampLocation" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/webgpu/#title", + "title": "WebGPU" + }, + "definedIn": "pre" + }, + { + "id": "dom-gpurenderpasstimestamplocation-end", + "href": "https://www.w3.org/TR/webgpu/#dom-gpurenderpasstimestamplocation-end", + "linkingText": [ + "\"end\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "GPURenderPassTimestampLocation" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/webgpu/#title", + "title": "WebGPU" + }, + "definedIn": "pre" + }, + { + "id": "dictdef-gpurenderpasstimestampwrite", + "href": "https://www.w3.org/TR/webgpu/#dictdef-gpurenderpasstimestampwrite", + "linkingText": [ + "GPURenderPassTimestampWrite" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/webgpu/#title", + "title": "WebGPU" + }, + "definedIn": "pre" + }, + { + "id": "dom-gpurenderpasstimestampwrite-queryset", + "href": "https://www.w3.org/TR/webgpu/#dom-gpurenderpasstimestampwrite-queryset", "linkingText": [ "querySet" ], "localLinkingText": [], "type": "dict-member", "for": [ - "GPURenderPassTimestampWrites" + "GPURenderPassTimestampWrite" ], "access": "public", "informative": false, @@ -18003,15 +18137,15 @@ "definedIn": "pre" }, { - "id": "dom-gpurenderpasstimestampwrites-beginningofpasswriteindex", - "href": "https://www.w3.org/TR/webgpu/#dom-gpurenderpasstimestampwrites-beginningofpasswriteindex", + "id": "dom-gpurenderpasstimestampwrite-queryindex", + "href": "https://www.w3.org/TR/webgpu/#dom-gpurenderpasstimestampwrite-queryindex", "linkingText": [ - "beginningOfPassWriteIndex" + "queryIndex" ], "localLinkingText": [], "type": "dict-member", "for": [ - "GPURenderPassTimestampWrites" + "GPURenderPassTimestampWrite" ], "access": "public", "informative": false, @@ -18023,16 +18157,34 @@ "definedIn": "pre" }, { - "id": "dom-gpurenderpasstimestampwrites-endofpasswriteindex", - "href": "https://www.w3.org/TR/webgpu/#dom-gpurenderpasstimestampwrites-endofpasswriteindex", + "id": "dom-gpurenderpasstimestampwrite-location", + "href": "https://www.w3.org/TR/webgpu/#dom-gpurenderpasstimestampwrite-location", "linkingText": [ - "endOfPassWriteIndex" + "location" ], "localLinkingText": [], "type": "dict-member", "for": [ + "GPURenderPassTimestampWrite" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/webgpu/#title", + "title": "WebGPU" + }, + "definedIn": "pre" + }, + { + "id": "typedefdef-gpurenderpasstimestampwrites", + "href": "https://www.w3.org/TR/webgpu/#typedefdef-gpurenderpasstimestampwrites", + "linkingText": [ "GPURenderPassTimestampWrites" ], + "localLinkingText": [], + "type": "typedef", + "for": [], "access": "public", "informative": false, "heading": { @@ -21805,6 +21957,26 @@ }, "definedIn": "pre" }, + { + "id": "dom-gpudevicelostreason-unknown", + "href": "https://www.w3.org/TR/webgpu/#dom-gpudevicelostreason-unknown", + "linkingText": [ + "\"unknown\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "GPUDeviceLostReason" + ], + "access": "public", + "informative": false, + "heading": { + "id": "title", + "href": "https://www.w3.org/TR/webgpu/#title", + "title": "WebGPU" + }, + "definedIn": "pre" + }, { "id": "dom-gpudevicelostreason-destroyed", "href": "https://www.w3.org/TR/webgpu/#dom-gpudevicelostreason-destroyed", diff --git a/tr/idl/webgpu.idl b/tr/idl/webgpu.idl index 983f33ecdf11..23eb6b322bd3 100644 --- a/tr/idl/webgpu.idl +++ b/tr/idl/webgpu.idl @@ -949,14 +949,21 @@ GPUComputePassEncoder includes GPUCommandsMixin; GPUComputePassEncoder includes GPUDebugCommandsMixin; GPUComputePassEncoder includes GPUBindingCommandsMixin; -dictionary GPUComputePassTimestampWrites { +enum GPUComputePassTimestampLocation { + "beginning", + "end" +}; + +dictionary GPUComputePassTimestampWrite { required GPUQuerySet querySet; - GPUSize32 beginningOfPassWriteIndex; - GPUSize32 endOfPassWriteIndex; + required GPUSize32 queryIndex; + required GPUComputePassTimestampLocation location; }; +typedef sequence GPUComputePassTimestampWrites; + dictionary GPUComputePassDescriptor : GPUObjectDescriptorBase { - GPUComputePassTimestampWrites timestampWrites; + GPUComputePassTimestampWrites timestampWrites = []; }; [Exposed=(Window, DedicatedWorker), SecureContext] @@ -983,17 +990,24 @@ GPURenderPassEncoder includes GPUDebugCommandsMixin; GPURenderPassEncoder includes GPUBindingCommandsMixin; GPURenderPassEncoder includes GPURenderCommandsMixin; -dictionary GPURenderPassTimestampWrites { +enum GPURenderPassTimestampLocation { + "beginning", + "end" +}; + +dictionary GPURenderPassTimestampWrite { required GPUQuerySet querySet; - GPUSize32 beginningOfPassWriteIndex; - GPUSize32 endOfPassWriteIndex; + required GPUSize32 queryIndex; + required GPURenderPassTimestampLocation location; }; +typedef sequence GPURenderPassTimestampWrites; + dictionary GPURenderPassDescriptor : GPUObjectDescriptorBase { required sequence colorAttachments; GPURenderPassDepthStencilAttachment depthStencilAttachment; GPUQuerySet occlusionQuerySet; - GPURenderPassTimestampWrites timestampWrites; + GPURenderPassTimestampWrites timestampWrites = []; GPUSize64 maxDrawCount = 50000000; }; @@ -1149,12 +1163,13 @@ dictionary GPUCanvasConfiguration { }; enum GPUDeviceLostReason { + "unknown", "destroyed" }; [Exposed=(Window, DedicatedWorker), SecureContext] interface GPUDeviceLostInfo { - readonly attribute (GPUDeviceLostReason or undefined) reason; + readonly attribute GPUDeviceLostReason reason; readonly attribute DOMString message; }; diff --git a/tr/ids/WGSL.json b/tr/ids/WGSL.json index 07d5d44903ca..5718206ccd66 100644 --- a/tr/ids/WGSL.json +++ b/tr/ids/WGSL.json @@ -73,6 +73,7 @@ "https://www.w3.org/TR/WGSL/#angles", "https://www.w3.org/TR/WGSL/#infopanel-for-angles", "https://www.w3.org/TR/WGSL/#infopaneltitle-for-angles", + "https://www.w3.org/TR/WGSL/#interval", "https://www.w3.org/TR/WGSL/#floor-expression", "https://www.w3.org/TR/WGSL/#infopanel-for-floor-expression", "https://www.w3.org/TR/WGSL/#infopaneltitle-for-floor-expression", @@ -1666,8 +1667,6 @@ "https://www.w3.org/TR/WGSL/#ref-for-memory-locations%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-memory-view%E2%91%A5", "https://www.w3.org/TR/WGSL/#out-of-bounds-access", - "https://www.w3.org/TR/WGSL/#infopanel-for-out-of-bounds-access", - "https://www.w3.org/TR/WGSL/#infopaneltitle-for-out-of-bounds-access", "https://www.w3.org/TR/WGSL/#invalid-memory-reference", "https://www.w3.org/TR/WGSL/#infopanel-for-invalid-memory-reference", "https://www.w3.org/TR/WGSL/#infopaneltitle-for-invalid-memory-reference", @@ -1758,12 +1757,42 @@ "https://www.w3.org/TR/WGSL/#infopanel-for-texture", "https://www.w3.org/TR/WGSL/#infopaneltitle-for-texture", "https://www.w3.org/TR/WGSL/#ref-for-gputexture", - "https://www.w3.org/TR/WGSL/#non-arrayed-texture", - "https://www.w3.org/TR/WGSL/#arrayed-texture", + "https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A1", + "https://www.w3.org/TR/WGSL/#texture-dimensionality", + "https://www.w3.org/TR/WGSL/#infopanel-for-texture-dimensionality", + "https://www.w3.org/TR/WGSL/#infopaneltitle-for-texture-dimensionality", + "https://www.w3.org/TR/WGSL/#texture-size", + "https://www.w3.org/TR/WGSL/#infopanel-for-texture-size", + "https://www.w3.org/TR/WGSL/#infopaneltitle-for-texture-size", + "https://www.w3.org/TR/WGSL/#ref-for-mip-level", + "https://www.w3.org/TR/WGSL/#texture-mip-level-count", + "https://www.w3.org/TR/WGSL/#infopanel-for-texture-mip-level-count", + "https://www.w3.org/TR/WGSL/#infopaneltitle-for-texture-mip-level-count", "https://www.w3.org/TR/WGSL/#mip-level", "https://www.w3.org/TR/WGSL/#infopanel-for-mip-level", "https://www.w3.org/TR/WGSL/#infopaneltitle-for-mip-level", - "https://www.w3.org/TR/WGSL/#array-size", + "https://www.w3.org/TR/WGSL/#texture-arrayed", + "https://www.w3.org/TR/WGSL/#infopanel-for-texture-arrayed", + "https://www.w3.org/TR/WGSL/#infopaneltitle-for-texture-arrayed", + "https://www.w3.org/TR/WGSL/#texture-array-size", + "https://www.w3.org/TR/WGSL/#infopanel-for-texture-array-size", + "https://www.w3.org/TR/WGSL/#infopaneltitle-for-texture-array-size", + "https://www.w3.org/TR/WGSL/#ref-for-texture-arrayed", + "https://www.w3.org/TR/WGSL/#texture-sample-count", + "https://www.w3.org/TR/WGSL/#infopanel-for-texture-sample-count", + "https://www.w3.org/TR/WGSL/#infopaneltitle-for-texture-sample-count", + "https://www.w3.org/TR/WGSL/#logical-texel-address", + "https://www.w3.org/TR/WGSL/#infopanel-for-logical-texel-address", + "https://www.w3.org/TR/WGSL/#infopaneltitle-for-logical-texel-address", + "https://www.w3.org/TR/WGSL/#ref-for-mip-level%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-texture-mip-level-count", + "https://www.w3.org/TR/WGSL/#ref-for-texture-dimensionality", + "https://www.w3.org/TR/WGSL/#ref-for-texture-size", + "https://www.w3.org/TR/WGSL/#ref-for-texture-array-size", + "https://www.w3.org/TR/WGSL/#ref-for-texture-arrayed%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-texture-size%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-mip-level%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-texture-sample-count", "https://www.w3.org/TR/WGSL/#ref-for-texture-resource%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-handle", @@ -6013,7 +6042,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A5%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-access-mode%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A2%E2%91%A3", @@ -6023,7 +6052,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A5%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-access-mode%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A2%E2%91%A6", @@ -6033,17 +6062,22 @@ "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A6%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-access-mode%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-mip-level%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-logical-texel-address", + "https://www.w3.org/TR/WGSL/#ref-for-texture-mip-level-count%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-texture-array-size%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-texture-sample-count%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#texturegather", "https://www.w3.org/TR/WGSL/#texture-gather", - "https://www.w3.org/TR/WGSL/#ref-for-mip-level", + "https://www.w3.org/TR/WGSL/#ref-for-mip-level%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A4%E2%93%AA", @@ -6096,7 +6130,7 @@ "https://www.w3.org/TR/WGSL/#example-16e82a5f", "https://www.w3.org/TR/WGSL/#texturegathercompare", "https://www.w3.org/TR/WGSL/#texture-gather-compare", - "https://www.w3.org/TR/WGSL/#ref-for-mip-level%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-mip-level%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A5%E2%91%A7", @@ -6162,10 +6196,11 @@ "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A7%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A8%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A7%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-out-of-bounds-access", - "https://www.w3.org/TR/WGSL/#ref-for-out-of-bounds-access%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-mip-level%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-logical-texel-address%E2%91%A0", "https://www.w3.org/TR/WGSL/#texturenumlayers", - "https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-texture-arrayed%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-access-mode%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A8%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A7%E2%91%A6", @@ -6174,10 +6209,12 @@ "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A8%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A7%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A7%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-texture-mip-level-count%E2%91%A1", "https://www.w3.org/TR/WGSL/#texturenumsamples", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A8%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A7%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A7%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-texture-sample-count%E2%91%A1", "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%A1", "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A6", @@ -6302,24 +6339,25 @@ "https://www.w3.org/TR/WGSL/#ref-for-enumdef-gpuaddressmode%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-enumdef-gpufiltermode%E2%91%A0", "https://www.w3.org/TR/WGSL/#texturestore", - "https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-storage-texel-formats%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-storage-texel-formats%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-storage-texel-formats%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-texel-format%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-storage-texel-formats%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-logical-texel-address%E2%91%A1", "https://www.w3.org/TR/WGSL/#atomic-builtin-functions", "https://www.w3.org/TR/WGSL/#ref-for-memory-locations%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A3", diff --git a/tr/ids/webcodecs.json b/tr/ids/webcodecs.json index 10f9e07c83bb..db3fccacc459 100644 --- a/tr/ids/webcodecs.json +++ b/tr/ids/webcodecs.json @@ -3019,10 +3019,7 @@ "https://www.w3.org/TR/webcodecs/#ref-for-check-the-usability-of-the-image-argument", "https://www.w3.org/TR/webcodecs/#ref-for-invalidstateerror%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/webcodecs/#ref-for-concept-origin", - "https://www.w3.org/TR/webcodecs/#ref-for-same-origin", - "https://www.w3.org/TR/webcodecs/#ref-for-entry-settings-object", - "https://www.w3.org/TR/webcodecs/#ref-for-concept-origin%E2%91%A0", + "https://www.w3.org/TR/webcodecs/#ref-for-the-image-argument-is-not-origin-clean", "https://www.w3.org/TR/webcodecs/#ref-for-securityerror", "https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A2%E2%91%A4", @@ -4976,9 +4973,6 @@ "https://www.w3.org/TR/webcodecs/#54bf995e7bea43dae57fd85497405e94", "https://www.w3.org/TR/webcodecs/#infopanel-for-54bf995e7bea43dae57fd85497405e94", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-54bf995e7bea43dae57fd85497405e94", - "https://www.w3.org/TR/webcodecs/#eb308764719479e6d79544cb3607bafd", - "https://www.w3.org/TR/webcodecs/#infopanel-for-eb308764719479e6d79544cb3607bafd", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-eb308764719479e6d79544cb3607bafd", "https://www.w3.org/TR/webcodecs/#63ae16e3c4cc120a678b317e8329b704", "https://www.w3.org/TR/webcodecs/#infopanel-for-63ae16e3c4cc120a678b317e8329b704", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-63ae16e3c4cc120a678b317e8329b704", @@ -4994,6 +4988,9 @@ "https://www.w3.org/TR/webcodecs/#84567082cb60c6209b054cc3ce72422c", "https://www.w3.org/TR/webcodecs/#infopanel-for-84567082cb60c6209b054cc3ce72422c", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-84567082cb60c6209b054cc3ce72422c", + "https://www.w3.org/TR/webcodecs/#09f60df29285a1a8eb94292c116bf9c8", + "https://www.w3.org/TR/webcodecs/#infopanel-for-09f60df29285a1a8eb94292c116bf9c8", + "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-09f60df29285a1a8eb94292c116bf9c8", "https://www.w3.org/TR/webcodecs/#0fa4b1b25664d4a76140f1e2cf9707e8", "https://www.w3.org/TR/webcodecs/#infopanel-for-0fa4b1b25664d4a76140f1e2cf9707e8", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-0fa4b1b25664d4a76140f1e2cf9707e8", @@ -5003,9 +5000,6 @@ "https://www.w3.org/TR/webcodecs/#c2412db8ddaa95b48ba1ff6795bb02e5", "https://www.w3.org/TR/webcodecs/#infopanel-for-c2412db8ddaa95b48ba1ff6795bb02e5", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-c2412db8ddaa95b48ba1ff6795bb02e5", - "https://www.w3.org/TR/webcodecs/#e66f9f7d45934e77669cb907bd0c7636", - "https://www.w3.org/TR/webcodecs/#infopanel-for-e66f9f7d45934e77669cb907bd0c7636", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-e66f9f7d45934e77669cb907bd0c7636", "https://www.w3.org/TR/webcodecs/#d2c95079024e06f0f33958c28a04319e", "https://www.w3.org/TR/webcodecs/#infopanel-for-d2c95079024e06f0f33958c28a04319e", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-d2c95079024e06f0f33958c28a04319e", @@ -5015,9 +5009,6 @@ "https://www.w3.org/TR/webcodecs/#da7ed5f190c4eedd375552d6f7876301", "https://www.w3.org/TR/webcodecs/#infopanel-for-da7ed5f190c4eedd375552d6f7876301", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-da7ed5f190c4eedd375552d6f7876301", - "https://www.w3.org/TR/webcodecs/#3bd07dd1ec2f367091cfd0df47c118a5", - "https://www.w3.org/TR/webcodecs/#infopanel-for-3bd07dd1ec2f367091cfd0df47c118a5", - "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-3bd07dd1ec2f367091cfd0df47c118a5", "https://www.w3.org/TR/webcodecs/#86e3b084870f52f55c6f2f6acf81fc1c", "https://www.w3.org/TR/webcodecs/#infopanel-for-86e3b084870f52f55c6f2f6acf81fc1c", "https://www.w3.org/TR/webcodecs/#infopaneltitle-for-86e3b084870f52f55c6f2f6acf81fc1c", diff --git a/tr/ids/webgpu.json b/tr/ids/webgpu.json index e885b2c4bc86..50577b1740ad 100644 --- a/tr/ids/webgpu.json +++ b/tr/ids/webgpu.json @@ -97,11 +97,9 @@ "https://www.w3.org/TR/webgpu/#fundamentals", "https://www.w3.org/TR/webgpu/#api-conventions", "https://www.w3.org/TR/webgpu/#shorthands", - "https://www.w3.org/TR/webgpu/#ref-for-ordered-map", - "https://www.w3.org/TR/webgpu/#ref-for-assert", "https://www.w3.org/TR/webgpu/#ref-for-map-exists", "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-ordered-map%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-ordered-map", "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A1", "https://www.w3.org/TR/webgpu/#slot-backed-attribute", @@ -152,7 +150,7 @@ "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpuobjectbase-internals-slot", "https://www.w3.org/TR/webgpu/#ref-for-internal-object", "https://www.w3.org/TR/webgpu/#ref-for-internal-object%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-assert", "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-valid", "https://www.w3.org/TR/webgpu/#ref-for-gpuobjectbase%E2%91%A4", @@ -163,7 +161,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-device", "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-internal-object%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-valid%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpuobjectbase%E2%91%A5", @@ -556,6 +554,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-limit-better%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-supported-limits%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-lose-the-device%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevicelostreason-unknown", "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#lose-the-device", "https://www.w3.org/TR/webgpu/#infopanel-for-lose-the-device", @@ -1163,7 +1162,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-idl-unrestricted-double", "https://www.w3.org/TR/webgpu/#ref-for-idl-unrestricted-float", "https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands", @@ -1197,7 +1196,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-to-wgsl-type", "https://www.w3.org/TR/webgpu/#initialization", @@ -1464,6 +1463,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-lose-the-device%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevicelostreason-unknown%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpu-requestadapter%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-a-new-device", @@ -2217,9 +2217,9 @@ "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-pending_map-slot%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-unmap%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-buffer-internals-state-unavailable%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-initialize-an-active-buffer-mapping%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-pending_map-slot%E2%91%A5", @@ -2232,8 +2232,8 @@ "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-pending_map-slot%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-unmap%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-pending_map-slot%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-reject%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-operationerror%E2%91%A1", @@ -4207,7 +4207,7 @@ "https://www.w3.org/TR/webgpu/#dom-gpubindgrouplayout-entrymap-slot", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpubindgrouplayout-entrymap-slot", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpubindgrouplayout-entrymap-slot", - "https://www.w3.org/TR/webgpu/#ref-for-ordered-map%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-ordered-map%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A1%E2%91%A6", @@ -4343,7 +4343,7 @@ "https://www.w3.org/TR/webgpu/#dom-gpubindgroup-usedresources-slot", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpubindgroup-usedresources-slot", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpubindgroup-usedresources-slot", - "https://www.w3.org/TR/webgpu/#ref-for-ordered-map%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-ordered-map%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-subresource%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-list%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-internal-usage%E2%91%A6", @@ -5724,7 +5724,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipelinedescriptor-vertex%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-input-output-locations%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-interpolation", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-input-output-locations%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipelinedescriptor-fragment%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxinterstageshadervariables%E2%91%A0", @@ -6846,10 +6846,10 @@ "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-width%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-texel-block-width%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-height%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-texel-block-height%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-texel-block-copy-footprint", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagedatalayout-bytesperrow%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-depthorarraylayers%E2%91%A0%E2%91%A3", @@ -7212,12 +7212,10 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-encoder-state-locked%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassdescriptor-timestampwrites", - "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-timestampwrites", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassdescriptor-timestampwrites", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassdescriptor-timestampwrites%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassdescriptor-timestampwrites%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepasstimestampwrite-location", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepasstimestamplocation-beginning", "https://www.w3.org/TR/webgpu/#ref-for-list-append%E2%91%A5", @@ -7646,14 +7644,14 @@ "https://www.w3.org/TR/webgpu/#dom-gpubindingcommandsmixin-bind_groups-slot", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpubindingcommandsmixin-bind_groups-slot", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpubindingcommandsmixin-bind_groups-slot", - "https://www.w3.org/TR/webgpu/#ref-for-ordered-map%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-ordered-map%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuindex32%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-gpubindgroup%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-gpubindgroup%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webgpu/#dom-gpubindingcommandsmixin-dynamic_offsets-slot", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpubindingcommandsmixin-dynamic_offsets-slot", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpubindingcommandsmixin-dynamic_offsets-slot", - "https://www.w3.org/TR/webgpu/#ref-for-ordered-map%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-ordered-map%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuindex32%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpubufferdynamicoffset%E2%91%A0", @@ -7825,7 +7823,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpustoragetexturebindinglayout-access%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpustoragetextureaccess-write-only%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-storagetexture%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-gputextureview%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-texture-view-aliasing", "https://www.w3.org/TR/webgpu/#ref-for-list-append%E2%91%A8", @@ -7952,28 +7950,48 @@ "https://www.w3.org/TR/webgpu/#dom-gpucomputepassencoder-endtimestampwrites-slot", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpucomputepassencoder-endtimestampwrites-slot", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpucomputepassencoder-endtimestampwrites-slot", - "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucomputepasstimestampwrites", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpucomputepasstimestampwrites", "https://www.w3.org/TR/webgpu/#compute-pass-encoder-creation", - "https://www.w3.org/TR/webgpu/#dictdef-gpucomputepasstimestampwrites", - "https://www.w3.org/TR/webgpu/#infopanel-for-dictdef-gpucomputepasstimestampwrites", - "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dictdef-gpucomputepasstimestampwrites", + "https://www.w3.org/TR/webgpu/#enumdef-gpucomputepasstimestamplocation", + "https://www.w3.org/TR/webgpu/#infopanel-for-enumdef-gpucomputepasstimestamplocation", + "https://www.w3.org/TR/webgpu/#infopaneltitle-for-enumdef-gpucomputepasstimestamplocation", + "https://www.w3.org/TR/webgpu/#dom-gpucomputepasstimestamplocation-beginning", + "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpucomputepasstimestamplocation-beginning", + "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpucomputepasstimestamplocation-beginning", + "https://www.w3.org/TR/webgpu/#dom-gpucomputepasstimestamplocation-end", + "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpucomputepasstimestamplocation-end", + "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpucomputepasstimestamplocation-end", + "https://www.w3.org/TR/webgpu/#dictdef-gpucomputepasstimestampwrite", + "https://www.w3.org/TR/webgpu/#infopanel-for-dictdef-gpucomputepasstimestampwrite", + "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dictdef-gpucomputepasstimestampwrite", "https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A5", - "https://www.w3.org/TR/webgpu/#dom-gpucomputepasstimestampwrites-queryset", + "https://www.w3.org/TR/webgpu/#dom-gpucomputepasstimestampwrite-queryset", + "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpucomputepasstimestampwrite-queryset", + "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpucomputepasstimestampwrite-queryset", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A4%E2%91%A4", - "https://www.w3.org/TR/webgpu/#dom-gpucomputepasstimestampwrites-beginningofpasswriteindex", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A4%E2%91%A5", - "https://www.w3.org/TR/webgpu/#dom-gpucomputepasstimestampwrites-endofpasswriteindex", + "https://www.w3.org/TR/webgpu/#dom-gpucomputepasstimestampwrite-queryindex", + "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpucomputepasstimestampwrite-queryindex", + "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpucomputepasstimestampwrite-queryindex", + "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpucomputepasstimestamplocation", + "https://www.w3.org/TR/webgpu/#dom-gpucomputepasstimestampwrite-location", + "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpucomputepasstimestampwrite-location", + "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpucomputepasstimestampwrite-location", + "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucomputepasstimestampwrite", + "https://www.w3.org/TR/webgpu/#typedefdef-gpucomputepasstimestampwrites", + "https://www.w3.org/TR/webgpu/#infopanel-for-typedefdef-gpucomputepasstimestampwrites", + "https://www.w3.org/TR/webgpu/#infopaneltitle-for-typedefdef-gpucomputepasstimestampwrites", "https://www.w3.org/TR/webgpu/#dictdef-gpucomputepassdescriptor", "https://www.w3.org/TR/webgpu/#infopanel-for-dictdef-gpucomputepassdescriptor", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dictdef-gpucomputepassdescriptor", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuobjectdescriptorbase%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucomputepasstimestampwrites%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassdescriptor-timestampwrites%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpucomputepasstimestampwrites%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassdescriptor-timestampwrites%E2%91%A1", "https://www.w3.org/TR/webgpu/#dom-gpucomputepassdescriptor-timestampwrites", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpucomputepassdescriptor-timestampwrites", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpucomputepassdescriptor-timestampwrites", - "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucomputepasstimestampwrites%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucomputepasstimestampwrite", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpucomputepasstimestampwrites%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucomputepasstimestampwrite%E2%91%A0", "https://www.w3.org/TR/webgpu/#compute-pass-encoder-dispatch", "https://www.w3.org/TR/webgpu/#dom-gpucomputepassencoder-setpipeline", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpucomputepassencoder-setpipeline", @@ -8003,15 +8021,15 @@ "https://www.w3.org/TR/webgpu/#dom-gpucomputepassencoder-dispatchworkgroups-workgroupcountx-workgroupcounty-workgroupcountz-workgroupcountx", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpucomputepassencoder-dispatchworkgroups-workgroupcountx-workgroupcounty-workgroupcountz-workgroupcountx", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpucomputepassencoder-dispatchworkgroups-workgroupcountx-workgroupcounty-workgroupcountz-workgroupcountx", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webgpu/#dom-gpucomputepassencoder-dispatchworkgroups-workgroupcountx-workgroupcounty-workgroupcountz-workgroupcounty", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpucomputepassencoder-dispatchworkgroups-workgroupcountx-workgroupcounty-workgroupcountz-workgroupcounty", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpucomputepassencoder-dispatchworkgroups-workgroupcountx-workgroupcounty-workgroupcountz-workgroupcounty", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/webgpu/#dom-gpucomputepassencoder-dispatchworkgroups-workgroupcountx-workgroupcounty-workgroupcountz-workgroupcountz", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpucomputepassencoder-dispatchworkgroups-workgroupcountx-workgroupcounty-workgroupcountz-workgroupcountz", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpucomputepassencoder-dispatchworkgroups-workgroupcountx-workgroupcounty-workgroupcountz-workgroupcountz", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-dispatchworkgroups%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-dispatchworkgroupsindirect%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-gpushadermodule%E2%91%A2%E2%93%AA", @@ -8102,7 +8120,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-commands-slot%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-commands-slot%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-endtimestampwrites-slot%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepasstimestampwrite-location%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepasstimestamplocation-end%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-list-append%E2%91%A0%E2%93%AA", @@ -8153,13 +8171,13 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-setstencilreference-reference-reference", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-beginocclusionquery", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-beginocclusionquery-queryindex-queryindex", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-endocclusionquery", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-executebundles", - "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderbundle%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-executebundles-bundles-bundles", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A4%E2%93%AA", @@ -8198,7 +8216,7 @@ "https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-endtimestampwrites-slot", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpurenderpassencoder-endtimestampwrites-slot", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpurenderpassencoder-endtimestampwrites-slot", - "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpasstimestampwrites", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpurenderpasstimestampwrites", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-maxdrawcount-slot", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpurenderpassencoder-maxdrawcount-slot", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpurenderpassencoder-maxdrawcount-slot", @@ -8211,7 +8229,7 @@ "https://www.w3.org/TR/webgpu/#dom-renderstate-occlusionqueryindex-slot", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-renderstate-occlusionqueryindex-slot", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-renderstate-occlusionqueryindex-slot", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-occlusion_query_set-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-renderstate-viewport-slot", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-renderstate-viewport-slot", @@ -8228,27 +8246,47 @@ "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-renderstate-stencilreference-slot", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpustencilvalue%E2%91%A4", "https://www.w3.org/TR/webgpu/#render-pass-encoder-creation", - "https://www.w3.org/TR/webgpu/#dictdef-gpurenderpasstimestampwrites", - "https://www.w3.org/TR/webgpu/#infopanel-for-dictdef-gpurenderpasstimestampwrites", - "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dictdef-gpurenderpasstimestampwrites", + "https://www.w3.org/TR/webgpu/#enumdef-gpurenderpasstimestamplocation", + "https://www.w3.org/TR/webgpu/#infopanel-for-enumdef-gpurenderpasstimestamplocation", + "https://www.w3.org/TR/webgpu/#infopaneltitle-for-enumdef-gpurenderpasstimestamplocation", + "https://www.w3.org/TR/webgpu/#dom-gpurenderpasstimestamplocation-beginning", + "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpurenderpasstimestamplocation-beginning", + "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpurenderpasstimestamplocation-beginning", + "https://www.w3.org/TR/webgpu/#dom-gpurenderpasstimestamplocation-end", + "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpurenderpasstimestamplocation-end", + "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpurenderpasstimestamplocation-end", + "https://www.w3.org/TR/webgpu/#dictdef-gpurenderpasstimestampwrite", + "https://www.w3.org/TR/webgpu/#infopanel-for-dictdef-gpurenderpasstimestampwrite", + "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dictdef-gpurenderpasstimestampwrite", "https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A8", - "https://www.w3.org/TR/webgpu/#dom-gpurenderpasstimestampwrites-queryset", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A5%E2%91%A1", - "https://www.w3.org/TR/webgpu/#dom-gpurenderpasstimestampwrites-beginningofpasswriteindex", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A5%E2%91%A2", - "https://www.w3.org/TR/webgpu/#dom-gpurenderpasstimestampwrites-endofpasswriteindex", + "https://www.w3.org/TR/webgpu/#dom-gpurenderpasstimestampwrite-queryset", + "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpurenderpasstimestampwrite-queryset", + "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpurenderpasstimestampwrite-queryset", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/webgpu/#dom-gpurenderpasstimestampwrite-queryindex", + "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpurenderpasstimestampwrite-queryindex", + "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpurenderpasstimestampwrite-queryindex", + "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpurenderpasstimestamplocation", + "https://www.w3.org/TR/webgpu/#dom-gpurenderpasstimestampwrite-location", + "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpurenderpasstimestampwrite-location", + "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpurenderpasstimestampwrite-location", + "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpasstimestampwrite", + "https://www.w3.org/TR/webgpu/#typedefdef-gpurenderpasstimestampwrites", + "https://www.w3.org/TR/webgpu/#infopanel-for-typedefdef-gpurenderpasstimestampwrites", + "https://www.w3.org/TR/webgpu/#infopaneltitle-for-typedefdef-gpurenderpasstimestampwrites", "https://www.w3.org/TR/webgpu/#dictdef-gpurenderpassdescriptor", "https://www.w3.org/TR/webgpu/#infopanel-for-dictdef-gpurenderpassdescriptor", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dictdef-gpurenderpassdescriptor", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuobjectdescriptorbase%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpasscolorattachment%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-colorattachments%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpassdepthstencilattachment%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-depthstencilattachment%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-occlusionqueryset%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpasstimestampwrites%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpurenderpasstimestampwrites%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-timestampwrites%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-maxdrawcount%E2%91%A0", @@ -8271,8 +8309,8 @@ "https://www.w3.org/TR/webgpu/#dom-gpurenderpassdescriptor-timestampwrites", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpurenderpassdescriptor-timestampwrites", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpurenderpassdescriptor-timestampwrites", - "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpasstimestampwrites%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpasstimestampwrite", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpurenderpasstimestampwrites%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpasstimestampwrite%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpurenderpassdescriptor-maxdrawcount", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpurenderpassdescriptor-maxdrawcount", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpurenderpassdescriptor-maxdrawcount", @@ -8287,11 +8325,11 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxcolorattachments%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-colorattachments%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-depthstencilattachment%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-colorattachments%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-gpurenderpasscolorattachment-gpurenderpasscolorattachment-valid-usage", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-depthstencilattachment%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-depthstencilattachment%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-gpurenderpassdepthstencilattachment-gpurenderpassdepthstencilattachment-valid-usage", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpurenderpassdescriptors-color-attachment-bytes-per-sample", @@ -8310,18 +8348,16 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-occlusionqueryset%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueryset-type%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuquerytype-occlusion", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-timestampwrites%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-timestampwrites%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-timestampwrites%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-timestampwrites%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-timestampwrites%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasstimestampwrite-queryset%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasstimestampwrite-queryindex%E2%91%A0", "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpurenderpassdescriptors-color-attachment-bytes-per-sample", "https://www.w3.org/TR/webgpu/#infopanel-for-abstract-opdef-validating-gpurenderpassdescriptors-color-attachment-bytes-per-sample", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-abstract-opdef-validating-gpurenderpassdescriptors-color-attachment-bytes-per-sample", "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpasscolorattachment%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-list%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A2%E2%91%A1", @@ -8364,7 +8400,7 @@ "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpurenderpasscolorattachment-clearvalue", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpucolor%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-loadop%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuloadop-clear%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-clearvalue%E2%91%A2", @@ -8403,7 +8439,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-format%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-resolvetarget%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-samplecount%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-samplecount%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-resolvetarget%E2%91%A4", @@ -8434,10 +8470,10 @@ "https://www.w3.org/TR/webgpu/#abstract-opdef-calculating-color-attachment-bytes-per-sample", "https://www.w3.org/TR/webgpu/#infopanel-for-abstract-opdef-calculating-color-attachment-bytes-per-sample", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-abstract-opdef-calculating-color-attachment-bytes-per-sample", - "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A5%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-color-renderable-format%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-render-target-pixel-byte-cost", "https://www.w3.org/TR/webgpu/#ref-for-render-target-component-alignment", @@ -8529,28 +8565,28 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthloadop%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuloadop-clear%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthclearvalue%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-combined-depth-stencil-format%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthreadonly%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-stencilreadonly%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthreadonly%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthloadop%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthstoreop%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthloadop%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthstoreop%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-stencilreadonly%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-stencilloadop%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-stencilstoreop%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-stencilloadop%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-stencilstoreop%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/webgpu/#load-and-store-ops", "https://www.w3.org/TR/webgpu/#enumdef-gpuloadop", "https://www.w3.org/TR/webgpu/#infopanel-for-enumdef-gpuloadop", @@ -8583,7 +8619,7 @@ "https://www.w3.org/TR/webgpu/#infopanel-for-dictdef-gpurenderpasslayout", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dictdef-gpurenderpasslayout", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuobjectdescriptorbase%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webgpu/#dom-gpurenderpasslayout-colorformats", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpurenderpasslayout-colorformats", @@ -8592,7 +8628,7 @@ "https://www.w3.org/TR/webgpu/#dom-gpurenderpasslayout-depthstencilformat", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpurenderpasslayout-depthstencilformat", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpurenderpasslayout-depthstencilformat", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/webgpu/#dom-gpurenderpasslayout-samplecount", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpurenderpasslayout-samplecount", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpurenderpasslayout-samplecount", @@ -8620,7 +8656,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasslayout-colorformats%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasslayout-colorformats%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-depthstencilattachment%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-view%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasslayout-samplecount%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-texture-slot%E2%91%A8", @@ -8638,12 +8674,12 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipelinedescriptor-multisample%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpumultisamplestate-count%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipelinedescriptor-depthstencil%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasslayout-depthstencilformat%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipelinedescriptor-depthstencil%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudepthstencilstate-format%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipelinedescriptor-fragment%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipelinedescriptor-fragment%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufragmentstate-targets%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucolortargetstate-format%E2%91%A4", @@ -8681,7 +8717,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-commands-slot%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-commands-slot%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-endtimestampwrites-slot%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasstimestampwrite-location%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasstimestamplocation-end%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-list-append%E2%91%A0%E2%91%A1", @@ -8728,25 +8764,25 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-setvertexbuffer-slot-buffer-offset-size-size", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-draw", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-draw-vertexcount-instancecount-firstvertex-firstinstance-vertexcount", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-draw-vertexcount-instancecount-firstvertex-firstinstance-instancecount", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-draw-vertexcount-instancecount-firstvertex-firstinstance-firstvertex", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-draw-vertexcount-instancecount-firstvertex-firstinstance-firstinstance", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindexed%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-indexcount", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-instancecount", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-firstindex", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusignedoffset32", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-basevertex", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A6%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-firstinstance", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindirect%E2%91%A0", @@ -8802,13 +8838,13 @@ "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-vertex_buffers-slot", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpurendercommandsmixin-vertex_buffers-slot", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpurendercommandsmixin-vertex_buffers-slot", - "https://www.w3.org/TR/webgpu/#ref-for-ordered-map%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-ordered-map%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A7", "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-vertex_buffer_sizes-slot", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpurendercommandsmixin-vertex_buffer_sizes-slot", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpurendercommandsmixin-vertex_buffer_sizes-slot", - "https://www.w3.org/TR/webgpu/#ref-for-ordered-map%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-ordered-map%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A8", "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawcount-slot", @@ -8936,19 +8972,19 @@ "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-draw-vertexcount-instancecount-firstvertex-firstinstance-vertexcount", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpurendercommandsmixin-draw-vertexcount-instancecount-firstvertex-firstinstance-vertexcount", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpurendercommandsmixin-draw-vertexcount-instancecount-firstvertex-firstinstance-vertexcount", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A6%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-draw-vertexcount-instancecount-firstvertex-firstinstance-instancecount", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpurendercommandsmixin-draw-vertexcount-instancecount-firstvertex-firstinstance-instancecount", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpurendercommandsmixin-draw-vertexcount-instancecount-firstvertex-firstinstance-instancecount", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A6%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-draw-vertexcount-instancecount-firstvertex-firstinstance-firstvertex", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpurendercommandsmixin-draw-vertexcount-instancecount-firstvertex-firstinstance-firstvertex", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpurendercommandsmixin-draw-vertexcount-instancecount-firstvertex-firstinstance-firstvertex", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-draw-vertexcount-instancecount-firstvertex-firstinstance-firstinstance", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpurendercommandsmixin-draw-vertexcount-instancecount-firstvertex-firstinstance-firstinstance", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpurendercommandsmixin-draw-vertexcount-instancecount-firstvertex-firstinstance-firstinstance", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A3", @@ -8981,15 +9017,15 @@ "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-indexcount", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpurendercommandsmixin-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-indexcount", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpurendercommandsmixin-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-indexcount", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A6%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-instancecount", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpurendercommandsmixin-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-instancecount", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpurendercommandsmixin-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-instancecount", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A6%E2%91%A6", "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-firstindex", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpurendercommandsmixin-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-firstindex", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpurendercommandsmixin-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-firstindex", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A7%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A6%E2%91%A7", "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-basevertex", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpurendercommandsmixin-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-basevertex", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpurendercommandsmixin-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-basevertex", @@ -8997,7 +9033,7 @@ "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-firstinstance", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpurendercommandsmixin-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-firstinstance", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpurendercommandsmixin-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-firstinstance", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A6%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A4", @@ -9121,7 +9157,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipelinedescriptor-vertex%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexstate-buffers%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-vertex_buffers-slot%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/webgpu/#abstract-opdef-valid-to-draw-indexed", "https://www.w3.org/TR/webgpu/#infopanel-for-abstract-opdef-valid-to-draw-indexed", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-abstract-opdef-valid-to-draw-indexed", @@ -9272,7 +9308,7 @@ "https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-beginocclusionquery-queryindex-queryindex", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpurenderpassencoder-beginocclusionquery-queryindex-queryindex", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpurenderpassencoder-beginocclusionquery-queryindex-queryindex", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A7%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A7%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A7%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A5", @@ -9321,7 +9357,7 @@ "https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-executebundles-bundles-bundles", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpurenderpassencoder-executebundles-bundles-bundles", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpurenderpassencoder-executebundles-bundles-bundles", - "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderbundle%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A7%E2%91%A1", @@ -9440,7 +9476,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxcolorattachments%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasslayout-colorformats%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasslayout-depthstencilformat%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasslayout-colorformats%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-color-renderable-format%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-calculating-color-attachment-bytes-per-sample%E2%91%A1", @@ -9448,7 +9484,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxcolorattachmentbytespersample%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasslayout-depthstencilformat%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-depth-or-stencil-format%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-combined-depth-stencil-format%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderbundleencoderdescriptor-depthreadonly", @@ -9528,7 +9564,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpuqueue%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-submit%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandbuffer%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-submit-commandbuffers-commandbuffers", "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A1%E2%91%A4", @@ -9748,7 +9784,7 @@ "https://www.w3.org/TR/webgpu/#dom-gpuqueue-submit-commandbuffers-commandbuffers", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpuqueue-submit-commandbuffers-commandbuffers", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpuqueue-submit-commandbuffers-commandbuffers", - "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandbuffer%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A7%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A7%E2%91%A7", @@ -9806,7 +9842,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueryset-destroy", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpuquerytype", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueryset-type%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A7%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A7%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueryset-count%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-gpuobjectbase%E2%91%A2%E2%91%A2", @@ -9819,7 +9855,7 @@ "https://www.w3.org/TR/webgpu/#dom-gpuqueryset-count", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpuqueryset-count", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpuqueryset-count", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A7%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A7%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webgpu/#dom-gpuqueryset-state-slot", @@ -9850,7 +9886,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuobjectdescriptorbase%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpuquerytype%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuquerysetdescriptor-type", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A7%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A7%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuquerysetdescriptor-count", "https://www.w3.org/TR/webgpu/#dom-gpuquerysetdescriptor-type", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpuquerysetdescriptor-type", @@ -9860,7 +9896,7 @@ "https://www.w3.org/TR/webgpu/#dom-gpuquerysetdescriptor-count", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpuquerysetdescriptor-count", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpuquerysetdescriptor-count", - "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A7%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A7%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webgpu/#dom-gpudevice-createqueryset", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpudevice-createqueryset", @@ -9927,9 +9963,9 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-writetimestamp%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucomputepassdescriptor%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassdescriptor-timestampwrites%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassdescriptor-timestampwrites%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpassdescriptor%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-timestampwrites%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-timestampwrites%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A0%E2%93%AA%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-resolvequeryset%E2%91%A2", @@ -9941,17 +9977,15 @@ "https://www.w3.org/TR/webgpu/#infopanel-for-abstract-opdef-validate-timestampwrites", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-abstract-opdef-validate-timestampwrites", "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucomputepasstimestampwrites%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpasstimestampwrites%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpucomputepasstimestampwrites%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpurenderpasstimestampwrites%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-list-is-empty%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-timestamp-query%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-enabled-for%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueryset-type%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuquerytype-timestamp%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueryset-count%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueryset-count%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A4%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webgpu/#canvas-rendering", "https://www.w3.org/TR/webgpu/#canvas-getcontext", "https://www.w3.org/TR/webgpu/#ref-for-dom-canvas-getcontext", @@ -10090,7 +10124,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A8%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configuration-slot%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-invalidstateerror", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-texturedescriptor-slot%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configuration-slot%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-device%E2%91%A0", @@ -10205,7 +10239,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-format%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gputextureusageflags%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-usage", - "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-viewformats%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-predefinedcolorspace%E2%91%A3", @@ -10311,6 +10345,9 @@ "https://www.w3.org/TR/webgpu/#enumdef-gpudevicelostreason", "https://www.w3.org/TR/webgpu/#infopanel-for-enumdef-gpudevicelostreason", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-enumdef-gpudevicelostreason", + "https://www.w3.org/TR/webgpu/#dom-gpudevicelostreason-unknown", + "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpudevicelostreason-unknown", + "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpudevicelostreason-unknown", "https://www.w3.org/TR/webgpu/#dom-gpudevicelostreason-destroyed", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpudevicelostreason-destroyed", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpudevicelostreason-destroyed", @@ -10320,7 +10357,6 @@ "https://www.w3.org/TR/webgpu/#infopanel-for-gpudevicelostinfo", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-gpudevicelostinfo", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpudevicelostreason", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A7%E2%91%A6", "https://www.w3.org/TR/webgpu/#dom-gpudevicelostinfo-reason", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpudevicelostinfo-reason", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpudevicelostinfo-reason", @@ -10447,7 +10483,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuerrorfilter-out-of-memory%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuerrorfilter-internal", "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A6%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A7%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A7%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-pusherrorscope", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpuerrorfilter%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-pusherrorscope-filter-filter", @@ -10522,7 +10558,7 @@ "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpudevice-pusherrorscope-filter-filter", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpudevice-pusherrorscope-filter-filter", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpuerrorfilter%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A7%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A7%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%93%AA%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A3%E2%91%A6", @@ -11028,7 +11064,7 @@ "https://www.w3.org/TR/webgpu/#dom-gpucolordict-a", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpucolordict-a", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpucolordict-a", - "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-idl-double%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucolordict", "https://www.w3.org/TR/webgpu/#typedefdef-gpucolor", @@ -11040,30 +11076,30 @@ "https://www.w3.org/TR/webgpu/#infopaneltitle-for-gpucolor-r", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucolordict%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucolordict-r", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#gpucolor-g", "https://www.w3.org/TR/webgpu/#infopanel-for-gpucolor-g", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-gpucolor-g", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucolordict%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucolordict-g", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#gpucolor-b", "https://www.w3.org/TR/webgpu/#infopanel-for-gpucolor-b", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-gpucolor-b", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucolordict%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucolordict-b", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#gpucolor-a", "https://www.w3.org/TR/webgpu/#infopanel-for-gpucolor-a", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-gpucolor-a", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucolordict%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucolordict-a", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webgpu/#abstract-opdef-validate-gpucolor-shape", "https://www.w3.org/TR/webgpu/#infopanel-for-abstract-opdef-validate-gpucolor-shape", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-abstract-opdef-validate-gpucolor-shape", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpucolor%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A8%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A7%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#dictdef-gpuorigin2ddict", "https://www.w3.org/TR/webgpu/#infopanel-for-dictdef-gpuorigin2ddict", @@ -11076,7 +11112,7 @@ "https://www.w3.org/TR/webgpu/#dom-gpuorigin2ddict-y", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpuorigin2ddict-y", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpuorigin2ddict-y", - "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuintegercoordinate%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuorigin2ddict", "https://www.w3.org/TR/webgpu/#typedefdef-gpuorigin2d", @@ -11097,7 +11133,7 @@ "https://www.w3.org/TR/webgpu/#infopanel-for-abstract-opdef-validate-gpuorigin2d-shape", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-abstract-opdef-validate-gpuorigin2d-shape", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuorigin2d%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A8%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A8%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#dictdef-gpuorigin3ddict", "https://www.w3.org/TR/webgpu/#infopanel-for-dictdef-gpuorigin3ddict", @@ -11114,7 +11150,7 @@ "https://www.w3.org/TR/webgpu/#dom-gpuorigin3ddict-z", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpuorigin3ddict-z", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpuorigin3ddict-z", - "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuintegercoordinate%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuorigin3ddict", "https://www.w3.org/TR/webgpu/#typedefdef-gpuorigin3d", @@ -11140,7 +11176,7 @@ "https://www.w3.org/TR/webgpu/#infopanel-for-abstract-opdef-validate-gpuorigin3d-shape", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-abstract-opdef-validate-gpuorigin3d-shape", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuorigin3d%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A8%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A8%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#dictdef-gpuextent3ddict", "https://www.w3.org/TR/webgpu/#infopanel-for-dictdef-gpuextent3ddict", @@ -11157,7 +11193,7 @@ "https://www.w3.org/TR/webgpu/#dom-gpuextent3ddict-depthorarraylayers", "https://www.w3.org/TR/webgpu/#infopanel-for-dom-gpuextent3ddict-depthorarraylayers", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-dom-gpuextent3ddict-depthorarraylayers", - "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuintegercoordinate%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuextent3ddict%E2%91%A6", "https://www.w3.org/TR/webgpu/#typedefdef-gpuextent3d", @@ -11169,7 +11205,7 @@ "https://www.w3.org/TR/webgpu/#infopaneltitle-for-gpuextent3d-width", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuextent3ddict%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuextent3ddict-width%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#gpuextent3d-height", "https://www.w3.org/TR/webgpu/#infopanel-for-gpuextent3d-height", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-gpuextent3d-height", @@ -11184,7 +11220,7 @@ "https://www.w3.org/TR/webgpu/#infopanel-for-abstract-opdef-validate-gpuextent3d-shape", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-abstract-opdef-validate-gpuextent3d-shape", "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A8%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A8%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#feature-index", "https://www.w3.org/TR/webgpu/#depth-clip-control", @@ -11290,9 +11326,9 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-writetimestamp%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucomputepassdescriptor%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassdescriptor-timestampwrites%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassdescriptor-timestampwrites%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpassdescriptor%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-timestampwrites%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-timestampwrites%E2%91%A4", "https://www.w3.org/TR/webgpu/#indirect-first-instance", "https://www.w3.org/TR/webgpu/#dom-gpufeaturename-indirect-first-instance", "https://www.w3.org/TR/webgpu/#ref-for-indirect-first-instance%E2%91%A4", @@ -11864,42 +11900,6 @@ "https://www.w3.org/TR/webgpu/#d35aa5d1f01f4abe1886923a30299f97", "https://www.w3.org/TR/webgpu/#infopanel-for-d35aa5d1f01f4abe1886923a30299f97", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-d35aa5d1f01f4abe1886923a30299f97", - "https://www.w3.org/TR/webgpu/#ccb08d1b93735d7781deb8ea59a67efd", - "https://www.w3.org/TR/webgpu/#infopanel-for-ccb08d1b93735d7781deb8ea59a67efd", - "https://www.w3.org/TR/webgpu/#infopaneltitle-for-ccb08d1b93735d7781deb8ea59a67efd", - "https://www.w3.org/TR/webgpu/#3ecb468b5a6f0edf473990acdf6a9295", - "https://www.w3.org/TR/webgpu/#infopanel-for-3ecb468b5a6f0edf473990acdf6a9295", - "https://www.w3.org/TR/webgpu/#infopaneltitle-for-3ecb468b5a6f0edf473990acdf6a9295", - "https://www.w3.org/TR/webgpu/#cad2524ace350879b40f5d850a7c9381", - "https://www.w3.org/TR/webgpu/#infopanel-for-cad2524ace350879b40f5d850a7c9381", - "https://www.w3.org/TR/webgpu/#infopaneltitle-for-cad2524ace350879b40f5d850a7c9381", - "https://www.w3.org/TR/webgpu/#230633aee633f6b6a8f3e5fb9f31255f", - "https://www.w3.org/TR/webgpu/#infopanel-for-230633aee633f6b6a8f3e5fb9f31255f", - "https://www.w3.org/TR/webgpu/#infopaneltitle-for-230633aee633f6b6a8f3e5fb9f31255f", - "https://www.w3.org/TR/webgpu/#bd689c3e84ae164e5f7e179f0de1cf39", - "https://www.w3.org/TR/webgpu/#infopanel-for-bd689c3e84ae164e5f7e179f0de1cf39", - "https://www.w3.org/TR/webgpu/#infopaneltitle-for-bd689c3e84ae164e5f7e179f0de1cf39", - "https://www.w3.org/TR/webgpu/#86e0549a8777f24789ca2d38068425e4", - "https://www.w3.org/TR/webgpu/#infopanel-for-86e0549a8777f24789ca2d38068425e4", - "https://www.w3.org/TR/webgpu/#infopaneltitle-for-86e0549a8777f24789ca2d38068425e4", - "https://www.w3.org/TR/webgpu/#310b2aaf496e5c696d78b2d054a980cb", - "https://www.w3.org/TR/webgpu/#infopanel-for-310b2aaf496e5c696d78b2d054a980cb", - "https://www.w3.org/TR/webgpu/#infopaneltitle-for-310b2aaf496e5c696d78b2d054a980cb", - "https://www.w3.org/TR/webgpu/#bfbcb86a9035b030bacfaed78228c279", - "https://www.w3.org/TR/webgpu/#infopanel-for-bfbcb86a9035b030bacfaed78228c279", - "https://www.w3.org/TR/webgpu/#infopaneltitle-for-bfbcb86a9035b030bacfaed78228c279", - "https://www.w3.org/TR/webgpu/#80b74614674793ef84418e9b027d353c", - "https://www.w3.org/TR/webgpu/#infopanel-for-80b74614674793ef84418e9b027d353c", - "https://www.w3.org/TR/webgpu/#infopaneltitle-for-80b74614674793ef84418e9b027d353c", - "https://www.w3.org/TR/webgpu/#26bbb5d2a25a173f08ca7a653e507836", - "https://www.w3.org/TR/webgpu/#infopanel-for-26bbb5d2a25a173f08ca7a653e507836", - "https://www.w3.org/TR/webgpu/#infopaneltitle-for-26bbb5d2a25a173f08ca7a653e507836", - "https://www.w3.org/TR/webgpu/#fd8e8a9080e6ea7f71e4770f9e5e3597", - "https://www.w3.org/TR/webgpu/#infopanel-for-fd8e8a9080e6ea7f71e4770f9e5e3597", - "https://www.w3.org/TR/webgpu/#infopaneltitle-for-fd8e8a9080e6ea7f71e4770f9e5e3597", - "https://www.w3.org/TR/webgpu/#586a69f6be8ee4dba241d0f25fd68bb8", - "https://www.w3.org/TR/webgpu/#infopanel-for-586a69f6be8ee4dba241d0f25fd68bb8", - "https://www.w3.org/TR/webgpu/#infopaneltitle-for-586a69f6be8ee4dba241d0f25fd68bb8", "https://www.w3.org/TR/webgpu/#5da051396fa9b345e54620cae1c94f30", "https://www.w3.org/TR/webgpu/#infopanel-for-5da051396fa9b345e54620cae1c94f30", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-5da051396fa9b345e54620cae1c94f30", @@ -12154,7 +12154,6 @@ "https://www.w3.org/TR/webgpu/#biblio-infra", "https://www.w3.org/TR/webgpu/#biblio-rfc2119", "https://www.w3.org/TR/webgpu/#biblio-webgl-1", - "https://www.w3.org/TR/webgpu/#biblio-webgpu", "https://www.w3.org/TR/webgpu/#biblio-webidl", "https://www.w3.org/TR/webgpu/#biblio-wgsl", "https://www.w3.org/TR/webgpu/#informative", diff --git a/tr/index.json b/tr/index.json index bd54817102c1..a6db9a87897c 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2023-03-17T01:28:53.987Z", + "date": "2023-03-18T01:28:56.402Z", "options": { "fallback": "webref-fallback/tr/index.json", "output": "report", @@ -12748,9 +12748,9 @@ ], "crawled": "https://www.w3.org/TR/resource-hints/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Mar 2023 12:06:41 GMT" + "lastModified": "Fri, 17 Mar 2023 08:15:20 GMT" }, - "date": "16 March 2023", + "date": "17 March 2023", "links": "links/resource-hints.json", "refs": "refs/resource-hints.json", "events": "events/resource-hints.json", @@ -13508,10 +13508,10 @@ ], "crawled": "https://www.w3.org/TR/server-timing/", "crawlCacheInfo": { - "lastModified": "Fri, 03 Mar 2023 20:01:49 GMT" + "lastModified": "Fri, 17 Mar 2023 15:14:54 GMT" }, "generator": "respec", - "date": "03 March 2023", + "date": "17 March 2023", "links": "links/server-timing.json", "refs": "refs/server-timing.json", "idl": "idl/server-timing.idl", @@ -15461,10 +15461,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-aac-codec-registration/", "crawlCacheInfo": { - "lastModified": "Mon, 13 Mar 2023 22:21:11 GMT" + "lastModified": "Fri, 17 Mar 2023 16:09:29 GMT" }, "generator": "bikeshed", - "date": "13 March 2023", + "date": "17 March 2023", "links": "links/webcodecs-aac-codec-registration.json", "refs": "refs/webcodecs-aac-codec-registration.json", "idl": "idl/webcodecs-aac-codec-registration.idl", @@ -15517,10 +15517,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-alaw-codec-registration/", "crawlCacheInfo": { - "lastModified": "Mon, 13 Mar 2023 22:32:10 GMT" + "lastModified": "Fri, 17 Mar 2023 16:22:12 GMT" }, "generator": "bikeshed", - "date": "13 March 2023", + "date": "17 March 2023", "links": "links/webcodecs-alaw-codec-registration.json", "refs": "refs/webcodecs-alaw-codec-registration.json", "headings": "headings/webcodecs-alaw-codec-registration.json", @@ -15571,10 +15571,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-av1-codec-registration/", "crawlCacheInfo": { - "lastModified": "Mon, 13 Mar 2023 22:25:51 GMT" + "lastModified": "Fri, 17 Mar 2023 16:15:18 GMT" }, "generator": "bikeshed", - "date": "13 March 2023", + "date": "17 March 2023", "links": "links/webcodecs-av1-codec-registration.json", "refs": "refs/webcodecs-av1-codec-registration.json", "headings": "headings/webcodecs-av1-codec-registration.json", @@ -15625,10 +15625,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-avc-codec-registration/", "crawlCacheInfo": { - "lastModified": "Mon, 13 Mar 2023 22:16:26 GMT" + "lastModified": "Fri, 17 Mar 2023 16:03:37 GMT" }, "generator": "bikeshed", - "date": "13 March 2023", + "date": "17 March 2023", "links": "links/webcodecs-avc-codec-registration.json", "refs": "refs/webcodecs-avc-codec-registration.json", "idl": "idl/webcodecs-avc-codec-registration.idl", @@ -15735,10 +15735,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-flac-codec-registration/", "crawlCacheInfo": { - "lastModified": "Mon, 13 Mar 2023 22:22:54 GMT" + "lastModified": "Fri, 17 Mar 2023 16:11:36 GMT" }, "generator": "bikeshed", - "date": "13 March 2023", + "date": "17 March 2023", "links": "links/webcodecs-flac-codec-registration.json", "refs": "refs/webcodecs-flac-codec-registration.json", "idl": "idl/webcodecs-flac-codec-registration.idl", @@ -15791,10 +15791,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-hevc-codec-registration/", "crawlCacheInfo": { - "lastModified": "Mon, 13 Mar 2023 22:35:24 GMT" + "lastModified": "Fri, 17 Mar 2023 16:24:56 GMT" }, "generator": "bikeshed", - "date": "13 March 2023", + "date": "17 March 2023", "links": "links/webcodecs-hevc-codec-registration.json", "refs": "refs/webcodecs-hevc-codec-registration.json", "idl": "idl/webcodecs-hevc-codec-registration.idl", @@ -15847,10 +15847,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-mp3-codec-registration/", "crawlCacheInfo": { - "lastModified": "Mon, 13 Mar 2023 22:19:21 GMT" + "lastModified": "Fri, 17 Mar 2023 16:06:32 GMT" }, "generator": "bikeshed", - "date": "13 March 2023", + "date": "17 March 2023", "links": "links/webcodecs-mp3-codec-registration.json", "refs": "refs/webcodecs-mp3-codec-registration.json", "headings": "headings/webcodecs-mp3-codec-registration.json", @@ -15901,10 +15901,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-opus-codec-registration/", "crawlCacheInfo": { - "lastModified": "Mon, 13 Mar 2023 22:24:27 GMT" + "lastModified": "Fri, 17 Mar 2023 16:13:10 GMT" }, "generator": "bikeshed", - "date": "13 March 2023", + "date": "17 March 2023", "links": "links/webcodecs-opus-codec-registration.json", "refs": "refs/webcodecs-opus-codec-registration.json", "idl": "idl/webcodecs-opus-codec-registration.idl", @@ -15957,10 +15957,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-pcm-codec-registration/", "crawlCacheInfo": { - "lastModified": "Mon, 13 Mar 2023 22:30:44 GMT" + "lastModified": "Fri, 17 Mar 2023 16:20:36 GMT" }, "generator": "bikeshed", - "date": "13 March 2023", + "date": "17 March 2023", "links": "links/webcodecs-pcm-codec-registration.json", "refs": "refs/webcodecs-pcm-codec-registration.json", "headings": "headings/webcodecs-pcm-codec-registration.json", @@ -16011,10 +16011,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-ulaw-codec-registration/", "crawlCacheInfo": { - "lastModified": "Mon, 13 Mar 2023 22:33:37 GMT" + "lastModified": "Fri, 17 Mar 2023 16:23:34 GMT" }, "generator": "bikeshed", - "date": "13 March 2023", + "date": "17 March 2023", "links": "links/webcodecs-ulaw-codec-registration.json", "refs": "refs/webcodecs-ulaw-codec-registration.json", "headings": "headings/webcodecs-ulaw-codec-registration.json", @@ -16065,10 +16065,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-vorbis-codec-registration/", "crawlCacheInfo": { - "lastModified": "Mon, 13 Mar 2023 22:17:49 GMT" + "lastModified": "Fri, 17 Mar 2023 16:05:03 GMT" }, "generator": "bikeshed", - "date": "13 March 2023", + "date": "17 March 2023", "links": "links/webcodecs-vorbis-codec-registration.json", "refs": "refs/webcodecs-vorbis-codec-registration.json", "headings": "headings/webcodecs-vorbis-codec-registration.json", @@ -16119,10 +16119,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-vp8-codec-registration/", "crawlCacheInfo": { - "lastModified": "Mon, 13 Mar 2023 22:29:14 GMT" + "lastModified": "Fri, 17 Mar 2023 16:18:22 GMT" }, "generator": "bikeshed", - "date": "13 March 2023", + "date": "17 March 2023", "links": "links/webcodecs-vp8-codec-registration.json", "refs": "refs/webcodecs-vp8-codec-registration.json", "headings": "headings/webcodecs-vp8-codec-registration.json", @@ -16173,10 +16173,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs-vp9-codec-registration/", "crawlCacheInfo": { - "lastModified": "Mon, 13 Mar 2023 22:27:48 GMT" + "lastModified": "Fri, 17 Mar 2023 16:16:44 GMT" }, "generator": "bikeshed", - "date": "13 March 2023", + "date": "17 March 2023", "links": "links/webcodecs-vp9-codec-registration.json", "refs": "refs/webcodecs-vp9-codec-registration.json", "idl": "idl/webcodecs-vp9-codec-registration.idl", @@ -16235,10 +16235,10 @@ ], "crawled": "https://www.w3.org/TR/webcodecs/", "crawlCacheInfo": { - "lastModified": "Mon, 13 Mar 2023 22:12:41 GMT" + "lastModified": "Fri, 17 Mar 2023 15:59:50 GMT" }, "generator": "bikeshed", - "date": "13 March 2023", + "date": "17 March 2023", "links": "links/webcodecs.json", "refs": "refs/webcodecs.json", "events": "events/webcodecs.json", @@ -16422,7 +16422,7 @@ ], "crawled": "https://www.w3.org/TR/webgpu/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Mar 2023 01:27:47 GMT" + "lastModified": "Fri, 17 Mar 2023 22:38:04 GMT" }, "generator": "bikeshed", "date": "17 March 2023", @@ -17672,10 +17672,10 @@ ], "crawled": "https://www.w3.org/TR/WGSL/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Mar 2023 19:11:51 GMT" + "lastModified": "Fri, 17 Mar 2023 19:50:24 GMT" }, "generator": "bikeshed", - "date": "16 March 2023", + "date": "17 March 2023", "links": "links/WGSL.json", "refs": "refs/WGSL.json", "dfns": "dfns/WGSL.json", diff --git a/tr/links/server-timing.json b/tr/links/server-timing.json index dc986aabfb52..379a8119374c 100644 --- a/tr/links/server-timing.json +++ b/tr/links/server-timing.json @@ -31,7 +31,7 @@ "string-position-variable", "collect-a-sequence-of-code-points", "strip-leading-and-trailing-ascii-whitespace", - "map", + "ordered-map", "map-exists", "iteration-continue", "skip-ascii-whitespace", diff --git a/tr/links/webcodecs.json b/tr/links/webcodecs.json index 10a9659f9bf2..958c66019197 100644 --- a/tr/links/webcodecs.json +++ b/tr/links/webcodecs.json @@ -16,18 +16,13 @@ "https://github.com/w3c/webcodecs/issues": {}, "https://github.com/w3c/webcodecs/issues/166": {}, "https://html.spec.whatwg.org/multipage/": {}, - "https://html.spec.whatwg.org/multipage/browsers.html": { - "anchors": [ - "concept-origin", - "same-origin" - ] - }, "https://html.spec.whatwg.org/multipage/canvas.html": { "anchors": [ "canvasimagesource", "canvasdrawimage", "dom-context-2d-drawimage", "check-the-usability-of-the-image-argument", + "the-image-argument-is-not-origin-clean", "htmlcanvaselement", "offscreencanvas" ] @@ -91,7 +86,6 @@ "eventhandler", "event-handler-idl-attributes", "event-handler-event-type", - "entry-settings-object", "global-object" ] }, diff --git a/tr/links/webgpu.json b/tr/links/webgpu.json index 9d082e99ddb6..e2ea40644d6c 100644 --- a/tr/links/webgpu.json +++ b/tr/links/webgpu.json @@ -158,9 +158,9 @@ "https://infra.spec.whatwg.org/": { "anchors": [ "tracking-vector", + "map-exists", "ordered-map", "assert", - "map-exists", "ordered-set", "list-contain", "list", @@ -302,23 +302,6 @@ "https://www.w3.org/TR/resize-observer/": { "specShortname": "resize-observer-1" }, - "https://www.w3.org/TR/webgpu/": { - "anchors": [ - "dom-gpurenderpasstimestampwrite-location", - "dom-gpurenderpasstimestamplocation-beginning", - "dom-gpurenderpasstimestampwrite-queryindex", - "dom-gpurenderpasstimestampwrite-queryset", - "dom-gpurenderpasstimestamplocation-end", - "dom-gpucomputepasstimestampwrite-location", - "dom-gpucomputepasstimestamplocation-beginning", - "dom-gpucomputepasstimestampwrite-queryindex", - "dom-gpucomputepasstimestampwrite-queryset", - "dom-gpucomputepasstimestamplocation-end", - "dictdef-gpucomputepasstimestampwrite", - "dictdef-gpurenderpasstimestampwrite" - ], - "specShortname": "webgpu" - }, "https://www.w3.org/groups/wg/gpu": {}, "https://www.w3.org/groups/wg/gpu/ipr": {} } diff --git a/tr/refs/server-timing.json b/tr/refs/server-timing.json index bd1d663e9d1c..f567356a5e45 100644 --- a/tr/refs/server-timing.json +++ b/tr/refs/server-timing.json @@ -18,7 +18,7 @@ "url": "https://html.spec.whatwg.org/multipage/" }, { - "name": "INFRA", + "name": "infra", "url": "https://infra.spec.whatwg.org/" }, { diff --git a/tr/refs/webgpu.json b/tr/refs/webgpu.json index f7c2b562b9ba..dc44618bcc63 100644 --- a/tr/refs/webgpu.json +++ b/tr/refs/webgpu.json @@ -29,10 +29,6 @@ "name": "WEBGL-1", "url": "https://www.khronos.org/registry/webgl/specs/latest/1.0/" }, - { - "name": "WEBGPU", - "url": "https://www.w3.org/TR/webgpu/" - }, { "name": "WEBIDL", "url": "https://webidl.spec.whatwg.org/"