From 0134df28873fc24ae2c772058c8feec269537547 Mon Sep 17 00:00:00 2001
From: reffy-bot <>
Date: Fri, 17 Jan 2025 01:35:38 +0000
Subject: [PATCH] Update of TR report from new reffy run
Using reffy commit 18.1.2.
---
tr/algorithms/WGSL.json | 2 +-
tr/algorithms/webdriver-bidi.json | 2 +-
tr/algorithms/webgpu.json | 596 +++----
tr/algorithms/webnn.json | 1048 +++++++------
tr/dfns/WGSL.json | 274 +++-
tr/dfns/webgpu.json | 357 ++++-
tr/dfns/webnn.json | 229 +++
tr/headings/WGSL.json | 250 ++-
tr/headings/gpc.json | 9 +-
tr/headings/webgpu.json | 7 +
tr/headings/webnn.json | 21 +
tr/idl/webgpu.idl | 17 +-
tr/idl/webnn.idl | 12 +-
tr/ids/WGSL.json | 1131 ++++++++-----
tr/ids/gpc.json | 4 +-
tr/ids/webgpu.json | 1306 +++++++--------
tr/ids/webnn.json | 2445 +++++++++++++++--------------
tr/index.json | 40 +-
tr/links/WGSL.json | 94 +-
tr/links/gpc.json | 3 +-
tr/links/webgpu.json | 177 ++-
tr/links/webnn.json | 12 +-
tr/refs/WGSL.json | 8 +-
tr/refs/webgpu.json | 8 +-
tr/refs/webnn.json | 2 +-
25 files changed, 4917 insertions(+), 3137 deletions(-)
diff --git a/tr/algorithms/WGSL.json b/tr/algorithms/WGSL.json
index 0eeac1e8bab5..ccaf457a588b 100644
--- a/tr/algorithms/WGSL.json
+++ b/tr/algorithms/WGSL.json
@@ -113,7 +113,7 @@
"html": "
If the called function is user-defined,\nmemory is allocated for each function scope variable in the called function.
\n "
},
{
- "html": "Values for the formal parameters of the called function are determined\nby matching the function call argument values by position.\nFor example, the first formal parameter of the called function will have\nthe value of the first argument at the call site.
"
+ "html": "Values for the formal parameters of the called function are determined\nby matching the function call argument values by position.\nFor example, the first formal parameter of the called function will have\nthe value of the first argument at the call site.
"
},
{
"html": "Control is transferred to the called function.\nIf the called function is user-defined, execution\nproceeds starting from the first statement in the body.
"
diff --git a/tr/algorithms/webdriver-bidi.json b/tr/algorithms/webdriver-bidi.json
index dfba0c0c25f2..46711efaa00c 100644
--- a/tr/algorithms/webdriver-bidi.json
+++ b/tr/algorithms/webdriver-bidi.json
@@ -966,7 +966,7 @@
"html": "For each entry name in command parameters[\"events
\"],\n let event names be the union of event names and the result of trying to obtain a set of event names with name.
"
},
{
- "html": "Let input user context ids be create a set with command parameters[contexts
].
"
+ "html": "Let input user context ids be create a set with command parameters[userContexts
].
"
},
{
"html": "Let input context ids be create a set with command parameters[contexts
].
"
diff --git a/tr/algorithms/webgpu.json b/tr/algorithms/webgpu.json
index c618e7e052e8..b1d3e1c170e0 100644
--- a/tr/algorithms/webgpu.json
+++ b/tr/algorithms/webgpu.json
@@ -138,7 +138,7 @@
]
},
{
- "html": "Let device be a device object.
"
+ "html": "Let device be a device object.
"
},
{
"html": "Set device.[[adapter]]
to adapter.
"
@@ -164,7 +164,7 @@
"html": "Invalidate device.
"
},
{
- "html": "Issue the following steps on the content timeline of device.[[content device]]
:
\n \n \n
",
+ "html": "Issue the following steps on the content timeline of device.[[content device]]
:
\n \n \n
",
"rationale": "resolve",
"steps": [
{
@@ -180,11 +180,11 @@
{
"name": "new adapter info",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-new-adapter-info",
- "html": "To create a new adapter info for a given adapter adapter, run the\n following content timeline steps:",
+ "html": "To create a new adapter info for a given adapter adapter, run the\n following content timeline steps:",
"rationale": ".algorithm",
"steps": [
{
- "html": "Let adapterInfo be a new GPUAdapterInfo
.
"
+ "html": "Let adapterInfo be a new GPUAdapterInfo
.
"
},
{
"html": "If the vendor is known, set adapterInfo.vendor
to the name of adapter’s vendor as a normalized identifier string. To preserve privacy, the user\nagent may instead set adapterInfo.vendor
to the empty string or a\nreasonable approximation of the vendor as a normalized identifier string.
"
@@ -198,6 +198,12 @@
{
"html": "If a description is known, set adapterInfo.description
to a description\nof the adapter as reported by the driver. To preserve privacy, the user agent may\ninstead set adapterInfo.description
to the empty string or a\nreasonable approximation of a description.
"
},
+ {
+ "html": "If \"subgroups\"
is supported, set subgroupMinSize
to the smallest supported subgroup size. Otherwise, set this value to 4.
"
+ },
+ {
+ "html": "If \"subgroups\"
is supported, set subgroupMaxSize
to the largest supported subgroup size. Otherwise, set this value to 128.
"
+ },
{
"html": "Return adapterInfo.
"
}
@@ -206,7 +212,7 @@
{
"name": "queue a global task for GPUDevice",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-queue-a-global-task-for-gpudevice",
- "html": "To queue a global task for GPUDevice
device,\n with a series of steps steps on the content timeline:",
+ "html": "To queue a global task for GPUDevice
device,\n with a series of steps steps on the content timeline:",
"rationale": ".algorithm",
"steps": [
{
@@ -217,7 +223,7 @@
{
"name": "queue an automatic expiry task",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-queue-an-automatic-expiry-task",
- "html": "To queue an automatic expiry task with GPUDevice
device and a series of steps steps on the content timeline:",
+ "html": "To queue an automatic expiry task with GPUDevice
device and a series of steps steps on the content timeline:",
"rationale": ".algorithm",
"steps": [
{
@@ -238,7 +244,7 @@
"html": "Let v be the ECMAScript Number resulting from ! converting idlValue to an ECMAScript value.
"
},
{
- "html": "\n - If T is
bool
\n - \n
Return the WGSL bool
value corresponding to the result of ! converting v to an IDL value of type boolean
.
\n \n - If T is
i32
\n - \n
Return the WGSL i32
value corresponding to the result of ? converting v to an IDL value of type [EnforceRange
] long
.
\n - If T is
u32
\n - \n
Return the WGSL u32
value corresponding to the result of ? converting v to an IDL value of type [EnforceRange
] unsigned long
.
\n - If T is
f32
\n - \n
Return the WGSL f32
value corresponding to the result of ? converting v to an IDL value of type float
.
\n - If T is
f16
\n - \n \n \n
",
+ "html": "\n - If T is
bool
\n - \n
Return the WGSL bool
value corresponding to the result of ! converting v to an IDL value of type boolean
.
\n \n - If T is
i32
\n - \n
Return the WGSL i32
value corresponding to the result of ? converting v to an IDL value of type [EnforceRange
] long
.
\n - If T is
u32
\n - \n
Return the WGSL u32
value corresponding to the result of ? converting v to an IDL value of type [EnforceRange
] unsigned long
.
\n - If T is
f32
\n - \n
Return the WGSL f32
value corresponding to the result of ? converting v to an IDL value of type float
.
\n - If T is
f16
\n - \n \n \n
",
"rationale": ".switch",
"steps": [
{
@@ -254,7 +260,7 @@
},
{
"case": "If T is u32",
- "html": "Return the WGSL u32
value corresponding to the result of ? converting v to an IDL value of type [EnforceRange
] unsigned long
.
"
+ "html": "Return the WGSL u32
value corresponding to the result of ? converting v to an IDL value of type [EnforceRange
] unsigned long
.
"
},
{
"case": "If T is f32",
@@ -269,7 +275,7 @@
"html": "Let wgslF32 be the WGSL f32
value corresponding to the result of ? converting v to an IDL value of type float
.
"
},
{
- "html": "Return f16(wgslF32)
, the result of ! converting the WGSL f32
value\nto f16
as defined in WGSL floating point conversion.
"
+ "html": "Return f16(wgslF32)
, the result of ! converting the WGSL f32
value\nto f16
as defined in WGSL floating point conversion.
"
}
]
}
@@ -323,7 +329,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Let contentTimeline be the current Content timeline.
"
+ "html": "Let contentTimeline be the current Content timeline.
"
},
{
"html": "Let promise be a new promise.
"
@@ -347,10 +353,13 @@
"rationale": "set",
"steps": [
{
- "html": "Set adapter to an adapter chosen according to\nthe rules in § 4.2.2 Adapter Selection and the criteria in options,\nadhering to § 4.2.1 Adapter Capability Guarantees.
\n The supported limits of the adapter must adhere to the requirements\ndefined in § 3.6.2 Limits.
"
+ "html": "Set adapter to an adapter chosen according to\nthe rules in § 4.2.2 Adapter Selection and the criteria in options,\nadhering to § 4.2.1 Adapter Capability Guarantees.
\n The supported limits of the adapter must adhere to the requirements\ndefined in § 3.6.2 Limits.
"
},
{
"html": "If adapter meets the criteria of a fallback adapter set adapter.[[fallback]]
to true
.
"
+ },
+ {
+ "html": "Set adapter.[[xrCompatible]]
to options.xrCompatible
.
"
}
],
"additional": [
@@ -384,7 +393,7 @@
"rationale": "resolve",
"steps": [
{
- "html": "Resolve promise with a new GPUAdapter
encapsulating adapter.
"
+ "html": "Resolve promise with a new GPUAdapter
encapsulating adapter.
"
}
]
},
@@ -395,7 +404,7 @@
},
{
"name": "GPU.getPreferredCanvasFormat",
- "html": "Content timeline steps:",
+ "html": "Content timeline steps:",
"rationale": ".algorithm",
"steps": [
{
@@ -405,7 +414,7 @@
},
{
"name": "GPUAdapter.info",
- "html": "Content timeline steps:",
+ "html": "Content timeline steps:",
"rationale": ".algorithm",
"steps": [
{
@@ -416,11 +425,11 @@
{
"name": "GPUAdapter.requestDevice",
"href": "https://www.w3.org/TR/webgpu/#dom-gpuadapter-requestdevice-descriptor-descriptor",
- "html": "",
+ "html": "",
"rationale": ".algorithm",
"steps": [
{
- "html": "Let contentTimeline be the current Content timeline.
"
+ "html": "Let contentTimeline be the current Content timeline.
"
},
{
"html": "Let promise be a new promise.
"
@@ -439,11 +448,11 @@
{
"name": "GPUAdapter.requestDevice",
"href": "https://www.w3.org/TR/webgpu/#dom-gpuadapter-requestdevice-descriptor-descriptor",
- "html": "",
+ "html": "",
"rationale": "if",
"steps": [
{
- "html": "Content timeline steps:",
+ "html": "Content timeline steps:",
"rationale": "reject",
"steps": [
{
@@ -452,7 +461,7 @@
]
},
{
- "html": "All of the requirements in the following steps must be met.
\n \n \n
\n If any are unmet, issue the following steps on contentTimeline and return:
\n ",
+ "html": "All of the requirements in the following steps must be met.
\n \n \n
\n If any are unmet, issue the following steps on contentTimeline and return:
\n ",
"rationale": "for",
"steps": [
{
@@ -476,7 +485,7 @@
],
"additional": [
{
- "html": "Content timeline steps:",
+ "html": "Content timeline steps:",
"rationale": "reject",
"steps": [
{
@@ -491,7 +500,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let device be a new device.
"
+ "html": "Let device be a new device.
"
},
{
"html": "Lose the device(device, \"unknown\"
).
"
@@ -523,11 +532,11 @@
{
"name": "GPUAdapter.requestDevice",
"href": "https://www.w3.org/TR/webgpu/#dom-gpuadapter-requestdevice-descriptor-descriptor",
- "html": "",
+ "html": "",
"rationale": "let",
"steps": [
{
- "html": "Let gpuDevice be a new GPUDevice
instance.
"
+ "html": "Let gpuDevice be a new GPUDevice
instance.
"
},
{
"html": "Set gpuDevice.[[device]]
to device.
"
@@ -544,28 +553,25 @@
]
},
{
- "name": "GPUDevice.destroy()",
- "html": "Content timeline steps:",
+ "name": "GPUDevice.adapterInfo",
+ "html": "Content timeline steps:",
"rationale": ".algorithm",
"steps": [
{
- "html": "unmap()
all GPUBuffer
s from this device.
"
- },
- {
- "html": "Issue the subsequent steps on the Device timeline of this.
"
+ "html": "Return a new adapter info for this.[[device]]
.[[adapter]]
.
"
}
]
},
{
"name": "GPUDevice.destroy()",
- "html": "Device timeline steps:",
- "rationale": "set",
+ "html": "Content timeline steps:",
+ "rationale": ".algorithm",
"steps": [
{
- "html": "Set this.[[device]]
.[[destroy started]]
to true
.
"
+ "html": "unmap()
all GPUBuffer
s from this device.
"
},
{
- "html": "Once:
\n \n - \n
All currently-enqueued operations on any queue on this device have completed, and
\n - \n
Any device timeline steps that were listening for completion of\nqueue operations have completed\n(asserting that no new listeners were added after [[destroy started]]
was set):
\n
\n Then issue the subsequent steps on the current timeline.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.
"
}
]
},
@@ -627,7 +633,7 @@
]
},
{
- "html": "Issue the initialization steps on the Device timeline of this.
"
+ "html": "Issue the initialization steps on the Device timeline of this.
"
},
{
"html": "Return b.
"
@@ -685,13 +691,13 @@
"html": "Call this.unmap()
.
"
},
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
{
"name": "GPUBuffer.destroy",
- "html": "Device timeline steps:",
+ "html": "Device timeline steps:",
"rationale": "set",
"steps": [
{
@@ -713,7 +719,7 @@
"rationale": "issue",
"steps": [
{
- "html": "Issue the early-reject steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the early-reject steps on the Device timeline of this.[[device]]
.
"
},
{
"html": "Return a promise rejected with OperationError
.
"
@@ -727,7 +733,7 @@
"html": "Set this.[[pending_map]]
to p.
"
},
{
- "html": "Issue the validation steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the validation steps on the Device timeline of this.[[device]]
.
"
},
{
"html": "Return p.
"
@@ -793,16 +799,7 @@
"html": "Set this.[[internal state]]
to \"unavailable\".
"
},
{
- "html": "If this.[[device]]
.[[destroy started]]
is true
:",
- "rationale": "return",
- "steps": [
- {
- "html": "Return.
"
- }
- ]
- },
- {
- "html": "When either of the following events occur (whichever comes first),\nor if either has already occurred:
\n \n Then issue the subsequent steps on the device timeline of this.[[device]]
.
"
+ "html": "When either of the following events occur (whichever comes first),\nor if either has already occurred:
\n \n Then issue the subsequent steps on the device timeline of this.[[device]]
.
"
}
]
},
@@ -813,7 +810,7 @@
"rationale": "set",
"steps": [
{
- "html": "Set deviceLost to true
if this.[[device]]
is lost,\nand false
otherwise.
"
+ "html": "Set deviceLost to true
if this.[[device]]
is lost,\nand false
otherwise.
"
},
{
"html": "If deviceLost:",
@@ -854,7 +851,7 @@
"rationale": "assert",
"steps": [
{
- "html": "Assert p is rejected.
"
+ "html": "Assert p is rejected.
"
},
{
"html": "Return.
"
@@ -862,10 +859,10 @@
]
},
{
- "html": "Assert p is pending.
"
+ "html": "Assert p is pending.
"
},
{
- "html": "Assert internalStateAtCompletion is \"unavailable\".
"
+ "html": "Assert internalStateAtCompletion is \"unavailable\".
"
},
{
"html": "If this allocation fails:",
@@ -901,7 +898,7 @@
"rationale": "assert",
"steps": [
{
- "html": "Assert p is already rejected.
"
+ "html": "Assert p is already rejected.
"
},
{
"html": "Return.
"
@@ -909,7 +906,7 @@
]
},
{
- "html": "Assert p is still pending.
"
+ "html": "Assert p is still pending.
"
},
{
"html": "Set this.[[pending_map]]
to null
.
"
@@ -1022,20 +1019,20 @@
"html": "Set this.[[mapping]]
to null
.
"
},
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
{
"name": "GPUBuffer.unmap",
- "html": "Device timeline steps:",
+ "html": "Device timeline steps:",
"rationale": "if",
"steps": [
{
- "html": "If any of the following conditions are unsatisfied, return.
\n "
+ "html": "If any of the following conditions are unsatisfied, return.
\n "
},
{
- "html": "Assert this.[[internal state]]
is \"unavailable\".
"
+ "html": "Assert this.[[internal state]]
is \"unavailable\".
"
},
{
"html": "If bufferUpdate is not null
:",
@@ -1060,7 +1057,7 @@
{
"name": "compute render extent",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-compute-render-extent",
- "html": "compute render extent(baseSize, mipLevel) \n Arguments:
\n \n Returns: GPUExtent3DDict
\n Device timeline steps:
",
+ "html": "compute render extent(baseSize, mipLevel) \n Arguments:
\n \n Returns: GPUExtent3DDict
\n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
@@ -1201,10 +1198,10 @@
"html": "? validate GPUExtent3D shape(descriptor.size
).
"
},
{
- "html": "? Validate texture format required features of descriptor.format
with this.[[device]]
.
"
+ "html": "? Validate texture format required features of descriptor.format
with this.[[device]]
.
"
},
{
- "html": "? Validate texture format required features of each element of descriptor.viewFormats
with this.[[device]]
.
"
+ "html": "? Validate texture format required features of each element of descriptor.viewFormats
with this.[[device]]
.
"
},
{
"html": "Let t be ! create a new WebGPU object(this, GPUTexture
, descriptor).
"
@@ -1234,7 +1231,7 @@
"html": "Set t.usage
to descriptor.usage
.
"
},
{
- "html": "Issue the initialization steps on the Device timeline of this.
"
+ "html": "Issue the initialization steps on the Device timeline of this.
"
},
{
"html": "Return t.
"
@@ -1261,9 +1258,12 @@
{
"name": "validating GPUTextureDescriptor",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gputexturedescriptor",
- "html": "validating GPUTextureDescriptor(this, descriptor): \n Arguments:
\n \n Device timeline steps:
",
+ "html": "validating GPUTextureDescriptor(this, descriptor): \n Arguments:
\n \n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
+ {
+ "html": "Let limits be this.[[limits]]
.
"
+ },
{
"html": "If descriptor.dimension
is:",
"rationale": ".switch",
@@ -1273,15 +1273,15 @@
"steps": [
{
"case": "\"1d\"",
- "html": ""
+ "html": ""
},
{
"case": "\"2d\"",
- "html": ""
+ "html": ""
},
{
"case": "\"3d\"",
- "html": ""
+ "html": ""
}
]
}
@@ -1295,13 +1295,13 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the device timeline.
"
+ "html": "Issue the subsequent steps on the device timeline.
"
}
]
},
{
"name": "GPUTexture.destroy",
- "html": "Device timeline steps:",
+ "html": "Device timeline steps:",
"rationale": "set",
"steps": [
{
@@ -1316,13 +1316,13 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "? Validate texture format required features of descriptor.format
with this.[[device]]
.
"
+ "html": "? Validate texture format required features of descriptor.format
with this.[[device]]
.
"
},
{
"html": "Let view be ! create a new WebGPU object(this, GPUTextureView
, descriptor).
"
},
{
- "html": "Issue the initialization steps on the Device timeline of this.
"
+ "html": "Issue the initialization steps on the Device timeline of this.
"
},
{
"html": "Return view.
"
@@ -1399,7 +1399,7 @@
{
"name": "resolving GPUTextureViewDescriptor defaults",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-resolving-gputextureviewdescriptor-defaults",
- "html": "When resolving GPUTextureViewDescriptor defaults for GPUTextureView
texture with a GPUTextureViewDescriptor
descriptor, run the following device timeline steps:",
+ "html": "When resolving GPUTextureViewDescriptor defaults for GPUTextureView
texture with a GPUTextureViewDescriptor
descriptor, run the following device timeline steps:",
"rationale": ".algorithm",
"steps": [
{
@@ -1644,7 +1644,7 @@
"html": "Let s be ! create a new WebGPU object(this, GPUSampler
, descriptor).
"
},
{
- "html": "Issue the initialization steps on the Device timeline of this.
"
+ "html": "Issue the initialization steps on the Device timeline of this.
"
},
{
"html": "Return s.
"
@@ -1674,7 +1674,7 @@
{
"name": "exceeds the binding slot limits",
"href": "https://www.w3.org/TR/webgpu/#exceeds-the-binding-slot-limits",
- "html": "The list of GPUBindGroupLayoutEntry
values entries exceeds the binding slot limits of supported limits limits if the number of slots used toward a limit exceeds the supported value in limits.\n Each entry may use multiple slots toward multiple limits. \n Device timeline steps:
",
+ "html": "The list of GPUBindGroupLayoutEntry
values entries exceeds the binding slot limits of supported limits limits if the number of slots used toward a limit exceeds the supported value in limits.\n Each entry may use multiple slots toward multiple limits. \n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
@@ -1761,7 +1761,7 @@
"html": "Let layout be ! create a new WebGPU object(this, GPUBindGroupLayout
, descriptor).
"
},
{
- "html": "Issue the initialization steps on the Device timeline of this.
"
+ "html": "Issue the initialization steps on the Device timeline of this.
"
},
{
"html": "Return layout.
"
@@ -1775,7 +1775,7 @@
"rationale": "if",
"steps": [
{
- "html": "If any of the following conditions are unsatisfied generate a validation error, invalidate layout and return.
\n "
+ "html": "If any of the following conditions are unsatisfied generate a validation error, invalidate layout and return.
\n "
},
{
"html": "Set layout.[[descriptor]]
to descriptor.
"
@@ -1823,7 +1823,7 @@
"html": "Let bound be a copy of bindGroupEntry.resource
.
"
},
{
- "html": "Assert bound is a GPUBufferBinding
.
"
+ "html": "Assert bound is a GPUBufferBinding
.
"
},
{
"html": "If bindGroupLayoutEntry.buffer
.hasDynamicOffset
:",
@@ -1857,7 +1857,7 @@
"html": "Let bindGroup be ! create a new WebGPU object(this, GPUBindGroup
, descriptor).
"
},
{
- "html": "Issue the initialization steps on the Device timeline of this.
"
+ "html": "Issue the initialization steps on the Device timeline of this.
"
},
{
"html": "Return bindGroup.
"
@@ -1871,7 +1871,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let limits be this.[[device]]
.[[limits]]
.
"
+ "html": "Let limits be this.[[device]]
.[[limits]]
.
"
},
{
"html": "If the defined binding member for layoutBinding is:",
@@ -1996,7 +1996,7 @@
"html": "Let pl be ! create a new WebGPU object(this, GPUPipelineLayout
, descriptor).
"
},
{
- "html": "Issue the initialization steps on the Device timeline of this.
"
+ "html": "Issue the initialization steps on the Device timeline of this.
"
},
{
"html": "Return pl.
"
@@ -2010,16 +2010,28 @@
"rationale": "let",
"steps": [
{
- "html": "Let limits be this.[[device]]
.[[limits]]
.
"
+ "html": "Let limits be this.[[device]]
.[[limits]]
.
"
+ },
+ {
+ "html": "Let bindGroupLayouts be a copy of descriptor.bindGroupLayouts
.
"
+ },
+ {
+ "html": "For each i in the indices of bindGroupLayouts:",
+ "rationale": "if",
+ "steps": [
+ {
+ "html": "If bindGroupLayouts[i] is not null
and bindGroupLayouts[i].[[descriptor]]
.entries
is empty, set bindGroupLayouts[i] to null
.
"
+ }
+ ]
},
{
- "html": "Let allEntries be the result of concatenating bgl.[[descriptor]]
.entries
for all bgl in descriptor.bindGroupLayouts
.
"
+ "html": "Let allEntries be the result of concatenating bgl.[[descriptor]]
.entries
for all non-null
bgl in bindGroupLayouts.
"
},
{
- "html": "If any of the following conditions are unsatisfied generate a validation error, invalidate pl and return.
\n "
+ "html": "If any of the following conditions are unsatisfied generate a validation error, invalidate pl and return.
\n "
},
{
- "html": "Set the pl.[[bindGroupLayouts]]
to descriptor.bindGroupLayouts
.
"
+ "html": "Set the pl.[[bindGroupLayouts]]
to bindGroupLayouts.
"
}
]
},
@@ -2033,7 +2045,7 @@
"html": "Let sm be ! create a new WebGPU object(this, GPUShaderModule
, descriptor).
"
},
{
- "html": "Issue the initialization steps on the Device timeline of this.
"
+ "html": "Issue the initialization steps on the Device timeline of this.
"
},
{
"html": "Return sm.
"
@@ -2047,10 +2059,10 @@
"rationale": "let",
"steps": [
{
- "html": "Let error be any error that results from shader module creation with the\nWGSL source descriptor.code
, or null
if no\nerrors occured.
"
+ "html": "Let error be any error that results from shader module creation with the\nWGSL source descriptor.code
, or null
if no\nerrors occured.
"
},
{
- "html": "If any of the following requirements are unmet, generate a validation error, invalidate sm, and return.
\n "
+ "html": "If any of the following requirements are unmet, generate a validation error, invalidate sm, and return.
\n "
}
]
},
@@ -2066,7 +2078,7 @@
"html": "Let promise be a new promise.
"
},
{
- "html": "Issue the synchronization steps on the Device timeline of this.
"
+ "html": "Issue the synchronization steps on the Device timeline of this.
"
},
{
"html": "Return promise.
"
@@ -2075,14 +2087,14 @@
},
{
"name": "GPUShaderModule.getCompilationInfo",
- "html": "Device timeline synchronization steps:",
+ "html": "Device timeline synchronization steps:",
"rationale": "let",
"steps": [
{
- "html": "Let event occur upon the (successful or unsuccessful) completion of shader module creation for this.
"
+ "html": "Let event occur upon the (successful or unsuccessful) completion of shader module creation for this.
"
},
{
- "html": "Listen for timeline event event on this.[[device]]
, handled by\nthe subsequent steps on contentTimeline.
"
+ "html": "Listen for timeline event event on this.[[device]]
, handled by\nthe subsequent steps on contentTimeline.
"
}
]
},
@@ -2095,7 +2107,7 @@
"html": "Let info be a new GPUCompilationInfo
.
"
},
{
- "html": "Let messages be a list of any errors, warnings, or informational messages\ngenerated during shader module creation for this, or the empty list []
if the device was lost.
"
+ "html": "Let messages be a list of any errors, warnings, or informational messages\ngenerated during shader module creation for this, or the empty list []
if the device was lost.
"
},
{
"html": "For each message in messages:",
@@ -2108,7 +2120,7 @@
"html": "Set m.message
to be the text of message.
"
},
{
- "html": "\n - If message is a shader-creation error:\n
- \n
Set m.type
to \"error\"
\n - If message is a warning:\n
- \n
Set m.type
to \"warning\"
\n - Otherwise:\n
- \n
Set m.type
to \"info\"
\n
",
+ "html": "\n - If message is a shader-creation error:\n
- \n
Set m.type
to \"error\"
\n - If message is a warning:\n
- \n
Set m.type
to \"warning\"
\n - Otherwise:\n
- \n
Set m.type
to \"info\"
\n
",
"rationale": ".switch",
"steps": [
{
@@ -2229,14 +2241,14 @@
{
"name": "GPUPipelineBase.getBindGroupLayout",
"href": "https://www.w3.org/TR/webgpu/#dom-gpupipelinebase-getbindgrouplayout-index-index",
- "html": "",
+ "html": "",
"rationale": ".algorithm",
"steps": [
{
- "html": "Let layout be a new GPUBindGroupLayout
object.
"
+ "html": "Let layout be a new GPUBindGroupLayout
object.
"
},
{
- "html": "Issue the initialization steps on the Device timeline of this.
"
+ "html": "Issue the initialization steps on the Device timeline of this.
"
},
{
"html": "Return layout.
"
@@ -2246,7 +2258,7 @@
{
"name": "GPUPipelineBase.getBindGroupLayout",
"href": "https://www.w3.org/TR/webgpu/#dom-gpupipelinebase-getbindgrouplayout-index-index",
- "html": "",
+ "html": "",
"rationale": "if",
"steps": [
{
@@ -2260,21 +2272,21 @@
{
"name": "default pipeline layout creation",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-default-pipeline-layout",
- "html": "To create a default pipeline layout for GPUPipelineBase
pipeline,\nrun the following device timeline steps:",
+ "html": "To create a default pipeline layout for GPUPipelineBase
pipeline,\nrun the following device timeline steps:",
"rationale": ".algorithm",
"steps": [
{
"html": "Let groupCount be 0.
"
},
{
- "html": "Let groupDescs be a sequence of device.[[limits]]
.maxBindGroups
new GPUBindGroupLayoutDescriptor
objects.
"
+ "html": "Let groupDescs be a sequence of device.[[limits]]
.maxBindGroups
new GPUBindGroupLayoutDescriptor
objects.
"
},
{
"html": "For each groupDesc in groupDescs:",
"rationale": "set",
"steps": [
{
- "html": "Set groupDesc.entries
to an empty sequence.
"
+ "html": "Set groupDesc.entries
to an empty sequence.
"
}
]
},
@@ -2286,7 +2298,7 @@
"html": "Let shaderStage be the GPUShaderStageFlags
for the shader stage\nat which stageDesc is used in pipeline.
"
},
{
- "html": "Let entryPoint be get the entry point(shaderStage, stageDesc). Assert entryPoint is not null
.
"
+ "html": "Let entryPoint be get the entry point(shaderStage, stageDesc). Assert entryPoint is not null
.
"
},
{
"html": "For each resource resource statically used by entryPoint:",
@@ -2551,7 +2563,7 @@
"html": "Let desc be a new GPUPipelineLayoutDescriptor
.
"
},
{
- "html": "Set desc.bindGroupLayouts
to groupLayouts.
"
+ "html": "Set desc.bindGroupLayouts
to groupLayouts.
"
},
{
"html": "Return device.createPipelineLayout()
(desc).
"
@@ -2561,7 +2573,7 @@
{
"name": "get the entry point",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-get-the-entry-point",
- "html": "To get the entry point(GPUShaderStage
stage, GPUProgrammableStage
descriptor), run the following device timeline steps:",
+ "html": "To get the entry point(GPUShaderStage
stage, GPUProgrammableStage
descriptor), run the following device timeline steps:",
"rationale": ".algorithm",
"steps": [
{
@@ -2589,7 +2601,7 @@
{
"name": "validating GPUProgrammableStage",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpuprogrammablestage",
- "html": "validating GPUProgrammableStage(stage, descriptor, layout, device) \n Arguments:
\n \n All of the requirements in the following steps must be met.\n If any are unmet, return false
; otherwise, return true
.
",
+ "html": "validating GPUProgrammableStage(stage, descriptor, layout, device) \n Arguments:
\n \n All of the requirements in the following steps must be met.\n If any are unmet, return false
; otherwise, return true
.
",
"rationale": ".algorithm",
"steps": [
{
@@ -2605,7 +2617,7 @@
"html": "For each binding that is statically used by entryPoint:
\n "
},
{
- "html": "For each texture builtin function call in any of the functions in the shader stage rooted at entryPoint,\nif it uses a textureBinding of sampled texture or depth texture type\ntogether with a samplerBinding of sampler
type (excluding sampler_comparison
):",
+ "html": "For each texture builtin function call in any of the functions in the shader stage rooted at entryPoint,\nif it uses a textureBinding of sampled texture or depth texture type\ntogether with a samplerBinding of sampler
type (excluding sampler_comparison
):",
"rationale": "let",
"steps": [
{
@@ -2626,10 +2638,10 @@
]
},
{
- "html": "For each pipeline-overridable constant identifier string key which is statically used by entryPoint:
\n "
+ "html": "For each pipeline-overridable constant identifier string key which is statically used by entryPoint:
\n "
},
{
- "html": "Pipeline-creation program errors must not\nresult from the rules of the [WGSL] specification.
"
+ "html": "Pipeline-creation program errors must not\nresult from the rules of the [WGSL] specification.
"
}
]
},
@@ -2729,13 +2741,13 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Let T be the store type of var.
"
+ "html": "Let T be the store type of var.
"
},
{
- "html": "If T is a runtime-sized array, or contains a runtime-sized array, replace\nthat array<E>
with array<E, 1>
.
"
+ "html": "If T is a runtime-sized array, or contains a runtime-sized array, replace\nthat array<E>
with array<E, 1>
.
"
},
{
- "html": "Return SizeOf(T).
"
+ "html": "Return SizeOf(T).
"
}
]
},
@@ -2758,7 +2770,7 @@
"html": "Let pipeline be ! create a new WebGPU object(this, GPUComputePipeline
, descriptor).
"
},
{
- "html": "Issue the initialization steps on the Device timeline of this.
"
+ "html": "Issue the initialization steps on the Device timeline of this.
"
},
{
"html": "Return pipeline.
"
@@ -2785,10 +2797,10 @@
"html": "validating GPUProgrammableStage(COMPUTE
, descriptor.compute
, layout, this) must succeed.
"
},
{
- "html": "Let entryPoint be get the entry point(COMPUTE
, descriptor.compute
).
\n Assert entryPoint is not null
.
"
+ "html": "Let entryPoint be get the entry point(COMPUTE
, descriptor.compute
).
\n Assert entryPoint is not null
.
"
},
{
- "html": "Let workgroupStorageUsed be the sum of roundUp(16, SizeOf(T)) over each\ntype T of all variables with address space \"workgroup\" statically used by entryPoint.
\n workgroupStorageUsed must be ≤ device.limits.maxComputeWorkgroupStorageSize
.
"
+ "html": "Let workgroupStorageUsed be the sum of roundUp(16, SizeOf(T)) over each\ntype T of all variables with address space \"workgroup\" statically used by entryPoint.
\n workgroupStorageUsed must be ≤ device.limits.maxComputeWorkgroupStorageSize
.
"
},
{
"html": "entryPoint must use ≤ device.limits.maxComputeInvocationsPerWorkgroup
per\nworkgroup.
"
@@ -2799,7 +2811,7 @@
]
},
{
- "html": "If any pipeline-creation uncategorized errors result from the implementation of pipeline creation, generate an internal error, invalidate pipeline and return.
"
+ "html": "If any pipeline-creation uncategorized errors result from the implementation of pipeline creation, generate an internal error, invalidate pipeline and return.
"
},
{
"html": "Set pipeline.[[layout]]
to layout.
"
@@ -2819,7 +2831,7 @@
"html": "Let promise be a new promise.
"
},
{
- "html": "Issue the initialization steps on the Device timeline of this.
"
+ "html": "Issue the initialization steps on the Device timeline of this.
"
},
{
"html": "Return promise.
"
@@ -2836,10 +2848,10 @@
"html": "Let pipeline be a new GPUComputePipeline
created as if this.createComputePipeline()
was called with descriptor,\nexcept capturing any errors as error, rather than dispatching them to the device.
"
},
{
- "html": "Let event occur upon the (successful or unsuccessful) completion of pipeline creation for pipeline.
"
+ "html": "Let event occur upon the (successful or unsuccessful) completion of pipeline creation for pipeline.
"
},
{
- "html": "Listen for timeline event event on this.[[device]]
, handled by\nthe subsequent steps on the device timeline of this.
"
+ "html": "Listen for timeline event event on this.[[device]]
, handled by\nthe subsequent steps on the device timeline of this.
"
}
]
},
@@ -2850,7 +2862,7 @@
"rationale": "if",
"steps": [
{
- "html": "If pipeline is valid, this.[[device]]
.[[destroy started]]
is true
,\nor this is lost:",
+ "html": "If pipeline is valid or this is lost:",
"rationale": "issue",
"steps": [
{
@@ -2915,7 +2927,7 @@
"html": "Let pipeline be ! create a new WebGPU object(this, GPURenderPipeline
, descriptor).
"
},
{
- "html": "Issue the initialization steps on the Device timeline of this.
"
+ "html": "Issue the initialization steps on the Device timeline of this.
"
},
{
"html": "Return pipeline.
"
@@ -2945,12 +2957,12 @@
"html": "Let vertexBufferCount be the index of the last non-null entry in descriptor.vertex
.buffers
,\nplus 1; or 0 if there are none.
"
},
{
- "html": "layout.[[bindGroupLayouts]]
.size + vertexBufferCount must be ≤ this.[[device]]
.[[limits]]
.maxBindGroupsPlusVertexBuffers
.
"
+ "html": "layout.[[bindGroupLayouts]]
.size + vertexBufferCount must be ≤ this.[[device]]
.[[limits]]
.maxBindGroupsPlusVertexBuffers
.
"
}
]
},
{
- "html": "If any pipeline-creation uncategorized errors result from the implementation of pipeline creation, generate an internal error, invalidate pipeline and return.
"
+ "html": "If any pipeline-creation uncategorized errors result from the implementation of pipeline creation, generate an internal error, invalidate pipeline and return.
"
},
{
"html": "Set pipeline.[[descriptor]]
to descriptor.
"
@@ -3030,7 +3042,7 @@
"html": "Let promise be a new promise.
"
},
{
- "html": "Issue the initialization steps on the Device timeline of this.
"
+ "html": "Issue the initialization steps on the Device timeline of this.
"
},
{
"html": "Return promise.
"
@@ -3047,10 +3059,10 @@
"html": "Let pipeline be a new GPURenderPipeline
created as if this.createRenderPipeline()
was called with descriptor,\nexcept capturing any errors as error, rather than dispatching them to the device.
"
},
{
- "html": "Let event occur upon the (successful or unsuccessful) completion of pipeline creation for pipeline.
"
+ "html": "Let event occur upon the (successful or unsuccessful) completion of pipeline creation for pipeline.
"
},
{
- "html": "Listen for timeline event event on this.[[device]]
, handled by\nthe subsequent steps on the device timeline of this.
"
+ "html": "Listen for timeline event event on this.[[device]]
, handled by\nthe subsequent steps on the device timeline of this.
"
}
]
},
@@ -3061,7 +3073,7 @@
"rationale": "if",
"steps": [
{
- "html": "If pipeline is valid, this.[[device]]
.[[destroy started]]
is true
,\nor this is lost:",
+ "html": "If pipeline is valid or this is lost:",
"rationale": "issue",
"steps": [
{
@@ -3101,11 +3113,11 @@
{
"name": "validating GPURenderPipelineDescriptor",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpurenderpipelinedescriptor",
- "html": "validating GPURenderPipelineDescriptor(descriptor, layout, device) \n Arguments:
\n \n Device timeline steps:
",
+ "html": "validating GPURenderPipelineDescriptor(descriptor, layout, device) \n Arguments:
\n \n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
- "html": "Return true
if all of the following conditions are satisfied:
\n ",
+ "html": "Return true
if all of the following conditions are satisfied:
\n ",
"ignored": [
"descriptor.fragment must be provided. descriptor.fragment.targets[0] must exist and be non-null. descriptor.fragment.targets[0].format must be a GPUTextureFormat which is blendable and has an alpha channel."
]
@@ -3115,7 +3127,7 @@
{
"name": "validating inter-stage interfaces",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-inter-stage-interfaces",
- "html": "validating inter-stage interfaces(device, descriptor) \n Arguments:
\n \n Returns: boolean
\n Device timeline steps:
",
+ "html": "validating inter-stage interfaces(device, descriptor) \n Arguments:
\n \n Returns: boolean
\n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
@@ -3134,11 +3146,11 @@
]
},
{
- "html": "If clip_distances is declared in the output of descriptor.vertex
:",
+ "html": "If clip_distances is declared in the output of descriptor.vertex
:",
"rationale": "let",
"steps": [
{
- "html": "Let clipDistancesSize be the array size of clip_distances.
"
+ "html": "Let clipDistancesSize be the array size of clip_distances.
"
},
{
"html": "Decrement maxVertexShaderOutputVariables by ceil(clipDistancesSize / 4).
"
@@ -3149,7 +3161,7 @@
]
},
{
- "html": "Return false
if any of the following requirements are unmet:
\n \n - \n
There must be no more than maxVertexShaderOutputVariables user-defined outputs for descriptor.vertex
.
\n - \n
The location of each user-defined output of descriptor.vertex
must be\n≤ maxVertexShaderOutputLocation.
\n
"
+ "html": "Return false
if any of the following requirements are unmet:
\n \n - \n
There must be no more than maxVertexShaderOutputVariables user-defined outputs for descriptor.vertex
.
\n - \n
The location of each user-defined output of descriptor.vertex
must be\n≤ maxVertexShaderOutputLocation.
\n
"
},
{
"html": "If descriptor.fragment
is provided:",
@@ -3159,7 +3171,7 @@
"html": "Let maxFragmentShaderInputVariables be device.limits.maxInterStageShaderVariables
.
"
},
{
- "html": "If any of the front_facing
, sample_index
, or sample_mask
builtins are an input of descriptor.fragment
:",
+ "html": "If any of the front_facing
, sample_index
, or sample_mask
builtins are an input of descriptor.fragment
:",
"rationale": "decrement",
"steps": [
{
@@ -3168,10 +3180,10 @@
]
},
{
- "html": "Return false
if any of the following requirements are unmet:
\n \n - \n
For each user-defined input of descriptor.fragment
there\nmust be a user-defined output of descriptor.vertex
that location, type, and interpolation of the input.
\n \n - \n
There must be no more than maxFragmentShaderInputVariables user-defined inputs for descriptor.fragment
.
\n
"
+ "html": "Return false
if any of the following requirements are unmet:
\n \n - \n
For each user-defined input of descriptor.fragment
there\nmust be a user-defined output of descriptor.vertex
that location, type, and interpolation of the input.
\n \n - \n
There must be no more than maxFragmentShaderInputVariables user-defined inputs for descriptor.fragment
.
\n
"
},
{
- "html": "Assert that the location of each user-defined input of descriptor.fragment
is less\nthan device.limits.maxInterStageShaderVariables
.\n(This follows from the above rules.)
"
+ "html": "Assert that the location of each user-defined input of descriptor.fragment
is less\nthan device.limits.maxInterStageShaderVariables
.\n(This follows from the above rules.)
"
}
]
},
@@ -3183,7 +3195,7 @@
{
"name": "validating GPUPrimitiveState",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpuprimitivestate",
- "html": "validating GPUPrimitiveState(descriptor, device) Arguments: \n \n Device timeline steps:
",
+ "html": "validating GPUPrimitiveState(descriptor, device) Arguments: \n \n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
@@ -3194,7 +3206,7 @@
{
"name": "validating GPUMultisampleState",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpumultisamplestate",
- "html": "validating GPUMultisampleState(descriptor) Arguments: \n \n Device timeline steps:
",
+ "html": "validating GPUMultisampleState(descriptor) Arguments: \n \n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
@@ -3205,7 +3217,7 @@
{
"name": "validating GPUFragmentState",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpufragmentstate",
- "html": "validating GPUFragmentState(device, descriptor, layout) \n Arguments:
\n \n Device timeline steps:
",
+ "html": "validating GPUFragmentState(device, descriptor, layout) \n Arguments:
\n \n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
@@ -3236,7 +3248,7 @@
{
"name": "Validating GPUFragmentState’s color attachment bytes per sample",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpufragmentstates-color-attachment-bytes-per-sample",
- "html": "Validating GPUFragmentState’s color attachment bytes per sample(device, targets) \n Arguments:
\n \n Device timeline steps:
",
+ "html": "Validating GPUFragmentState’s color attachment bytes per sample(device, targets) \n Arguments:
\n \n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
@@ -3255,7 +3267,7 @@
]
},
{
- "html": "Calculating color attachment bytes per sample(formats) must be ≤ device.[[limits]]
.maxColorAttachmentBytesPerSample
.
"
+ "html": "Calculating color attachment bytes per sample(formats) must be ≤ device.[[limits]]
.maxColorAttachmentBytesPerSample
.
"
}
]
},
@@ -3324,7 +3336,7 @@
{
"name": "validating GPUDepthStencilState",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpudepthstencilstate",
- "html": "validating GPUDepthStencilState(descriptor, topology) \n Arguments:
\n \n Device timeline steps:
",
+ "html": "validating GPUDepthStencilState(descriptor, topology) \n Arguments:
\n \n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
@@ -3335,25 +3347,25 @@
{
"name": "validating GPUVertexBufferLayout",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpuvertexbufferlayout",
- "html": "validating GPUVertexBufferLayout(device, descriptor) \n Arguments:
\n \n Device timeline steps:
",
+ "html": "validating GPUVertexBufferLayout(device, descriptor) \n Arguments:
\n \n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
- "html": "Return true
, if and only if, all of the following conditions are satisfied:
\n "
+ "html": "Return true
, if and only if, all of the following conditions are satisfied:
\n "
}
]
},
{
"name": "validating GPUVertexState",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpuvertexstate",
- "html": "validating GPUVertexState(device, descriptor, layout) \n Arguments:
\n \n Device timeline steps:
",
+ "html": "validating GPUVertexState(device, descriptor, layout) \n Arguments:
\n \n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
"html": "Let entryPoint be get the entry point(VERTEX
, descriptor).
"
},
{
- "html": "Assert entryPoint is not null
.
"
+ "html": "Assert entryPoint is not null
.
"
},
{
"html": "All of the requirements in the following steps must be met.
\n \n \n
",
@@ -3363,13 +3375,13 @@
"html": "validating GPUProgrammableStage(VERTEX
, descriptor, layout, device) must succeed.
"
},
{
- "html": "descriptor.buffers
.size must be ≤ device.[[device]]
.[[limits]]
.maxVertexBuffers
.
"
+ "html": "descriptor.buffers
.size must be ≤ device.[[device]]
.[[limits]]
.maxVertexBuffers
.
"
},
{
"html": "Each vertexBuffer layout descriptor in the list descriptor.buffers
must pass validating GPUVertexBufferLayout(device, vertexBuffer).
"
},
{
- "html": "The sum of vertexBuffer.attributes
.size,\nover every vertexBuffer in descriptor.buffers
, must be ≤ device.[[device]]
.[[limits]]
.maxVertexAttributes
.
"
+ "html": "The sum of vertexBuffer.attributes
.size,\nover every vertexBuffer in descriptor.buffers
, must be ≤ device.[[device]]
.[[limits]]
.maxVertexAttributes
.
"
},
{
"html": "For every vertex attribute declaration (at location location with type T) that is statically used by entryPoint, there must be exactly one pair (i, j) for which descriptor.buffers
[i]?.attributes
[j].shaderLocation
== location.
\n Let attrib be that GPUVertexAttribute
.
"
@@ -3404,7 +3416,7 @@
{
"name": "validating GPUTexelCopyBufferInfo",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gputexelcopybufferinfo",
- "html": "validating GPUTexelCopyBufferInfo \n Arguments:
\n \n Returns: boolean
\n Device timeline steps:
",
+ "html": "validating GPUTexelCopyBufferInfo \n Arguments:
\n \n Returns: boolean
\n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
@@ -3434,7 +3446,7 @@
"rationale": "assert",
"steps": [
{
- "html": "Assert index is 0
"
+ "html": "Assert index is 0
"
},
{
"html": "Let depthSliceOrLayer be texture
"
@@ -3487,7 +3499,7 @@
{
"name": "validating GPUTexelCopyTextureInfo",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gputexelcopytextureinfo",
- "html": "validating GPUTexelCopyTextureInfo(texelCopyTextureInfo, copySize) \n Arguments:
\n \n Returns: boolean
\n Device timeline steps:
",
+ "html": "validating GPUTexelCopyTextureInfo(texelCopyTextureInfo, copySize) \n Arguments:
\n \n Returns: boolean
\n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
@@ -3504,7 +3516,7 @@
{
"name": "validating texture buffer copy",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-texture-buffer-copy",
- "html": "validating texture buffer copy(texelCopyTextureInfo, bufferLayout, dataLength, copySize, textureUsage, aligned) \n Arguments:
\n \n Returns: boolean
\n Device timeline steps:
",
+ "html": "validating texture buffer copy(texelCopyTextureInfo, bufferLayout, dataLength, copySize, textureUsage, aligned) \n Arguments:
\n \n Returns: boolean
\n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
@@ -3579,11 +3591,11 @@
{
"name": "validating linear texture data",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-linear-texture-data",
- "html": "validating linear texture data(layout, byteSize, format, copyExtent) \n Arguments:
\n \n GPUTexelCopyBufferLayout
layout\n - \n
Layout of the linear texture data.
\n GPUSize64
byteSize\n - \n
Total size of the linear data, in bytes.
\n GPUTextureFormat
format\n - \n
Format of the texture.
\n GPUExtent3D
copyExtent\n - \n
Extent of the texture to copy.
\n
\n Device timeline steps:
",
+ "html": "validating linear texture data(layout, byteSize, format, copyExtent) \n Arguments:
\n \n GPUTexelCopyBufferLayout
layout\n - \n
Layout of the linear texture data.
\n GPUSize64
byteSize\n - \n
Total size of the linear data, in bytes.
\n GPUTextureFormat
format\n - \n
Format of the texture.
\n GPUExtent3D
copyExtent\n - \n
Extent of the texture to copy.
\n
\n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
- "html": "Let:
\n "
+ "html": "Let:
\n "
},
{
"html": "Fail if the following input validation requirements are not met:
\n "
@@ -3620,7 +3632,7 @@
{
"name": "validating texture copy range",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-texture-copy-range",
- "html": "validating texture copy range \n Arguments:
\n \n GPUTexelCopyTextureInfo
texelCopyTextureInfo\n - \n
The texture subresource being copied into and copy origin.
\n GPUExtent3D
copySize\n - \n
The size of the texture.
\n
\n Device timeline steps:
",
+ "html": "validating texture copy range \n Arguments:
\n \n GPUTexelCopyTextureInfo
texelCopyTextureInfo\n - \n
The texture subresource being copied into and copy origin.
\n GPUExtent3D
copySize\n - \n
The size of the texture.
\n
\n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
@@ -3640,7 +3652,7 @@
{
"name": "Validate the encoder state",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validate-the-encoder-state",
- "html": "To Validate the encoder state of GPUCommandsMixin
encoder run the
following device timeline steps:",
+ "html": "To Validate the encoder state of GPUCommandsMixin
encoder run the
following device timeline steps:",
"rationale": ".algorithm",
"steps": [
{
@@ -3671,7 +3683,7 @@
{
"name": "Enqueue a command",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-enqueue-a-command",
- "html": "To Enqueue a command on GPUCommandsMixin
encoder which issues the steps of a GPU Command command, run the following device timeline steps:",
+ "html": "To Enqueue a command on GPUCommandsMixin
encoder which issues the steps of a GPU Command command, run the following device timeline steps:",
"rationale": ".algorithm",
"steps": [
{
@@ -3698,7 +3710,7 @@
"html": "Let e be ! create a new WebGPU object(this, GPUCommandEncoder
, descriptor).
"
},
{
- "html": "Issue the initialization steps on the Device timeline of this.
"
+ "html": "Issue the initialization steps on the Device timeline of this.
"
},
{
"html": "Return e.
"
@@ -3738,7 +3750,7 @@
"html": "Let pass be a new GPURenderPassEncoder
object.
"
},
{
- "html": "Issue the initialization steps on the Device timeline of this.
"
+ "html": "Issue the initialization steps on the Device timeline of this.
"
},
{
"html": "Return pass.
"
@@ -3779,7 +3791,7 @@
]
},
{
- "html": "If any of the following requirements are unmet, invalidate pass and return.
\n \n
\n - \n
descriptor must meet the Valid Usage rules\ngiven device this.[[device]]
.
\n - \n
The set of texture regions in attachmentRegions must be pairwise disjoint.\nThat is, no two texture regions may overlap.
\n
\n
"
+ "html": "If any of the following requirements are unmet, invalidate pass and return.
\n \n
\n - \n
descriptor must meet the Valid Usage rules\ngiven device this.[[device]]
.
\n - \n
The set of texture regions in attachmentRegions must be pairwise disjoint.\nThat is, no two texture regions may overlap.
\n
\n
"
},
{
"html": "Add each texture subresource in attachmentRegions to pass.[[usage scope]]
with usage attachment.
"
@@ -3921,7 +3933,7 @@
"steps": [
{
"case": "Not provided",
- "html": "Assert that depthStencilAttachment.depthReadOnly
is true
and ensure the contents of the depth subresource of depthStencilView are loaded into the framebuffer memory associated with depthStencilView.
"
+ "html": "Assert that depthStencilAttachment.depthReadOnly
is true
and ensure the contents of the depth subresource of depthStencilView are loaded into the framebuffer memory associated with depthStencilView.
"
},
{
"case": "\"load\"",
@@ -3944,7 +3956,7 @@
"steps": [
{
"case": "Not provided",
- "html": "Assert that depthStencilAttachment.stencilReadOnly
is true
and ensure the contents of the stencil subresource of depthStencilView are loaded into the framebuffer memory associated with depthStencilView.
"
+ "html": "Assert that depthStencilAttachment.stencilReadOnly
is true
and ensure the contents of the stencil subresource of depthStencilView are loaded into the framebuffer memory associated with depthStencilView.
"
},
{
"case": "\"load\"",
@@ -3972,7 +3984,7 @@
"html": "Let pass be a new GPUComputePassEncoder
object.
"
},
{
- "html": "Issue the initialization steps on the Device timeline of this.
"
+ "html": "Issue the initialization steps on the Device timeline of this.
"
},
{
"html": "Return pass.
"
@@ -3992,7 +4004,7 @@
"html": "Set this.[[state]]
to \"locked\".
"
},
{
- "html": "If any of the following requirements are unmet, invalidate pass and return.
\n "
+ "html": "If any of the following requirements are unmet, invalidate pass and return.
\n "
},
{
"html": "If descriptor.timestampWrites
is provided:",
@@ -4024,7 +4036,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
@@ -4063,7 +4075,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
@@ -4111,7 +4123,7 @@
"html": "? validate GPUExtent3D shape(copySize).
"
},
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
:
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
:
"
}
]
},
@@ -4166,7 +4178,7 @@
"html": "Let blockRows be (copySize.height ÷ blockHeight).
"
},
{
- "html": "Assert that dstBlockOriginX, dstBlockOriginY, blockColumns, and blockRows are integers.
"
+ "html": "Assert that dstBlockOriginX, dstBlockOriginY, blockColumns, and blockRows are integers.
"
},
{
"html": "For each z in the range [0, copySize.depthOrArrayLayers − 1]:",
@@ -4210,7 +4222,7 @@
"html": "? validate GPUExtent3D shape(copySize).
"
},
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
:
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
:
"
}
]
},
@@ -4265,7 +4277,7 @@
"html": "Let blockRows be (copySize.height ÷ blockHeight).
"
},
{
- "html": "Assert that srcBlockOriginX, srcBlockOriginY, blockColumns, and blockRows are integers.
"
+ "html": "Assert that srcBlockOriginX, srcBlockOriginY, blockColumns, and blockRows are integers.
"
},
{
"html": "For each z in the range [0, copySize.depthOrArrayLayers − 1]:",
@@ -4312,7 +4324,7 @@
"html": "? validate GPUExtent3D shape(copySize).
"
},
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
:
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
:
"
}
]
},
@@ -4370,7 +4382,7 @@
"html": "Let blockRows be (copySize.height ÷ blockHeight).
"
},
{
- "html": "Assert that srcBlockOriginX, srcBlockOriginY, dstBlockOriginX, dstBlockOriginY, blockColumns, and blockRows are integers.
"
+ "html": "Assert that srcBlockOriginX, srcBlockOriginY, dstBlockOriginX, dstBlockOriginY, blockColumns, and blockRows are integers.
"
},
{
"html": "For each z in the range [0, copySize.depthOrArrayLayers − 1]:",
@@ -4408,7 +4420,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
@@ -4468,7 +4480,7 @@
"html": "Let commandBuffer be a new GPUCommandBuffer
.
"
},
{
- "html": "Issue the finish steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the finish steps on the Device timeline of this.[[device]]
.
"
},
{
"html": "Return commandBuffer.
"
@@ -4507,18 +4519,18 @@
{
"name": "GPUBindingCommandsMixin.setBindGroup",
"href": "https://www.w3.org/TR/webgpu/#dom-gpubindingcommandsmixin-setbindgroup-index-bindgroup-dynamicoffsets-index",
- "html": "Called on: GPUBindingCommandsMixin
this. \n Arguments:
\n \n index
, of type GPUIndex32
, non-nullable, required\n - \n
The index to set the bind group at.
\n bindGroup
, of type GPUBindGroup
, nullable, required\n - \n
Bind group to use for subsequent render or compute commands.
\n dynamicOffsets
, of type sequence<GPUBufferDynamicOffset
>, non-nullable, defaulting to []
\n - \n
Array containing buffer offsets in bytes for each entry in bindGroup marked as buffer
.hasDynamicOffset
.
\n
\n Returns: undefined
\n \n Content timeline steps:
",
+ "html": "Called on: GPUBindingCommandsMixin
this. \n Arguments:
\n \n index
, of type GPUIndex32
, non-nullable, required\n - \n
The index to set the bind group at.
\n bindGroup
, of type GPUBindGroup
, nullable, required\n - \n
Bind group to use for subsequent render or compute commands.
\n dynamicOffsets
, of type sequence<GPUBufferDynamicOffset
>, non-nullable, defaulting to []
\n - \n
Array containing buffer offsets in bytes for each entry in bindGroup marked as buffer
.hasDynamicOffset
,\nordered by GPUBindGroupLayoutEntry
.binding
.\nSee note for additional details.
\n
\n Returns: undefined
\n Content timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
{
"name": "GPUBindingCommandsMixin.setBindGroup",
"href": "https://www.w3.org/TR/webgpu/#dom-gpubindingcommandsmixin-setbindgroup-index-bindgroup-dynamicoffsets-index",
- "html": "Called on: GPUBindingCommandsMixin
this. \n Arguments:
\n \n index
, of type GPUIndex32
, non-nullable, required\n - \n
The index to set the bind group at.
\n bindGroup
, of type GPUBindGroup
, nullable, required\n - \n
Bind group to use for subsequent render or compute commands.
\n dynamicOffsets
, of type sequence<GPUBufferDynamicOffset
>, non-nullable, defaulting to []
\n - \n
Array containing buffer offsets in bytes for each entry in bindGroup marked as buffer
.hasDynamicOffset
.
\n
\n Returns: undefined
\n \n Content timeline steps:
",
+ "html": "Called on: GPUBindingCommandsMixin
this. \n Arguments:
\n \n index
, of type GPUIndex32
, non-nullable, required\n - \n
The index to set the bind group at.
\n bindGroup
, of type GPUBindGroup
, nullable, required\n - \n
Bind group to use for subsequent render or compute commands.
\n dynamicOffsets
, of type sequence<GPUBufferDynamicOffset
>, non-nullable, defaulting to []
\n - \n
Array containing buffer offsets in bytes for each entry in bindGroup marked as buffer
.hasDynamicOffset
,\nordered by GPUBindGroupLayoutEntry
.binding
.\nSee note for additional details.
\n
\n Returns: undefined
\n Content timeline steps:
",
"rationale": "validate",
"steps": [
{
@@ -4528,7 +4540,7 @@
"html": "Let dynamicOffsetCount be 0 if bindGroup
is null
, or bindGroup.[[layout]]
.[[dynamicOffsetCount]]
if not.
"
},
{
- "html": "If any of the following requirements are unmet, invalidate this and return.
\n "
+ "html": "If any of the following requirements are unmet, invalidate this and return.
\n "
},
{
"html": "If bindGroup is null
:",
@@ -4573,7 +4585,7 @@
{
"name": "GPUBindingCommandsMixin.setBindGroup2",
"href": "https://www.w3.org/TR/webgpu/#dom-gpubindingcommandsmixin-setbindgroup-index-bindgroup-dynamicoffsetsdata-dynamicoffsetsdatastart-dynamicoffsetsdatalength-index",
- "html": "",
+ "html": "",
"rationale": ".algorithm",
"steps": [
{
@@ -4590,7 +4602,7 @@
{
"name": "Iterate over each dynamic binding offset",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-iterate-over-each-dynamic-binding-offset",
- "html": "To Iterate over each dynamic binding offset in a given GPUBindGroup
bindGroup with a given list of steps to be executed for each dynamic offset, run the following device timeline steps:",
+ "html": "To Iterate over each dynamic binding offset in a given GPUBindGroup
bindGroup with a given list of steps to be executed for each dynamic offset, run the following device timeline steps:",
"rationale": ".algorithm",
"steps": [
{
@@ -4604,17 +4616,17 @@
"rationale": "let",
"steps": [
{
- "html": "Let bindingDescriptor be the GPUBindGroupLayoutEntry
at layout.[[entryMap]]
[entry.binding
]:
"
+ "html": "Let bindingDescriptor be the GPUBindGroupLayoutEntry
at layout.[[entryMap]]
[entry.binding
]:
"
},
{
- "html": "If bindingDescriptor.buffer
?.hasDynamicOffset
is true
:",
+ "html": "If bindingDescriptor.buffer
?.hasDynamicOffset
is true
:",
"rationale": "let",
"steps": [
{
"html": "Let bufferBinding be entry.resource
.
"
},
{
- "html": "Let bufferLayout be bindingDescriptor.buffer
.
"
+ "html": "Let bufferLayout be bindingDescriptor.buffer
.
"
},
{
"html": "Call steps with bufferBinding, bufferLayout, and dynamicOffsetIndex.
"
@@ -4631,18 +4643,18 @@
{
"name": "Validate encoder bind groups",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validate-encoder-bind-groups",
- "html": "Validate encoder bind groups(encoder, pipeline) \n Arguments:
\n \n GPUBindingCommandsMixin
encoder\n - \n
Encoder whose bind groups are being validated.
\n GPUPipelineBase
pipeline\n - \n
Pipeline to validate encoders bind groups are compatible with.
\n
\n Device timeline steps:
\n \n Otherwise return true
.
",
+ "html": "Validate encoder bind groups(encoder, pipeline) \n Arguments:
\n \n GPUBindingCommandsMixin
encoder\n - \n
Encoder whose bind groups are being validated.
\n GPUPipelineBase
pipeline\n - \n
Pipeline to validate encoders bind groups are compatible with.
\n
\n Device timeline steps:
\n \n Otherwise return true
.
",
"rationale": ".algorithm",
"steps": [
{
- "html": "If any of the following conditions are unsatisfied, return false
:
\n "
+ "html": "If any of the following conditions are unsatisfied, return false
:
\n "
}
]
},
{
"name": "Encoder bind groups alias a writable resource",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-encoder-bind-groups-alias-a-writable-resource",
- "html": "Encoder bind groups alias a writable resource(encoder, pipeline)\n if any writable buffer binding range overlaps with any other binding range of the same buffer,\n or any writable texture binding overlaps in texture subresources with any other texture binding\n (which may use the same or a different GPUTextureView
object). \n \n Arguments:
\n \n GPUBindingCommandsMixin
encoder\n - \n
Encoder whose bind groups are being validated.
\n GPUPipelineBase
pipeline\n - \n
Pipeline to validate encoders bind groups are compatible with.
\n
\n Device timeline steps:
",
+ "html": "Encoder bind groups alias a writable resource(encoder, pipeline)\n if any writable buffer binding range overlaps with any other binding range of the same buffer,\n or any writable texture binding overlaps in texture subresources with any other texture binding\n (which may use the same or a different GPUTextureView
object). \n \n Arguments:
\n \n GPUBindingCommandsMixin
encoder\n - \n
Encoder whose bind groups are being validated.
\n GPUPipelineBase
pipeline\n - \n
Pipeline to validate encoders bind groups are compatible with.
\n
\n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
@@ -4650,33 +4662,33 @@
"rationale": "let",
"steps": [
{
- "html": "Let bufferBindings be a list of (GPUBufferBinding
, boolean
) pairs,\nwhere the latter indicates whether the resource was used as writable.
"
+ "html": "Let bufferBindings be a list of (GPUBufferBinding
, boolean
) pairs,\nwhere the latter indicates whether the resource was used as writable.
"
},
{
- "html": "Let textureViews be a list of (GPUTextureView
, boolean
) pairs,\nwhere the latter indicates whether the resource was used as writable.
"
+ "html": "Let textureViews be a list of (GPUTextureView
, boolean
) pairs,\nwhere the latter indicates whether the resource was used as writable.
"
},
{
- "html": "For each pair of (GPUIndex32
bindGroupIndex, GPUBindGroupLayout
bindGroupLayout) in pipeline.[[layout]]
.[[bindGroupLayouts]]
:",
+ "html": "For each pair of (GPUIndex32
bindGroupIndex, GPUBindGroupLayout
bindGroupLayout) in pipeline.[[layout]]
.[[bindGroupLayouts]]
:",
"rationale": "let",
"steps": [
{
"html": "Let bindGroup be encoder.[[bind_groups]]
[bindGroupIndex].
"
},
{
- "html": "Let bindGroupLayoutEntries be bindGroupLayout.[[descriptor]]
.entries
.
"
+ "html": "Let bindGroupLayoutEntries be bindGroupLayout.[[descriptor]]
.entries
.
"
},
{
"html": "Let bufferRanges be the bound buffer ranges of bindGroup,\ngiven dynamic offsets encoder.[[dynamic_offsets]]
[bindGroupIndex]
"
},
{
- "html": "For each (GPUBindGroupLayoutEntry
bindGroupLayoutEntry, GPUBufferBinding
resource) in bufferRanges, in which bindGroupLayoutEntry.visibility
contains stage:",
+ "html": "For each (GPUBindGroupLayoutEntry
bindGroupLayoutEntry, GPUBufferBinding
resource) in bufferRanges, in which bindGroupLayoutEntry.visibility
contains stage:",
"rationale": "let",
"steps": [
{
- "html": "Let resourceWritable be (bindGroupLayoutEntry.buffer
.type
== \"storage\"
).
"
+ "html": "Let resourceWritable be (bindGroupLayoutEntry.buffer
.type
== \"storage\"
).
"
},
{
- "html": "For each pair (GPUBufferBinding
pastResource, boolean
pastResourceWritable) in bufferBindings:",
+ "html": "For each pair (GPUBufferBinding
pastResource, boolean
pastResourceWritable) in bufferBindings:",
"rationale": "if",
"steps": [
{
@@ -4690,7 +4702,7 @@
]
},
{
- "html": "For each GPUBindGroupLayoutEntry
bindGroupLayoutEntry in bindGroupLayoutEntries, and corresponding GPUTextureView
resource in bindGroup, in which bindGroupLayoutEntry.visibility
contains stage:",
+ "html": "For each GPUBindGroupLayoutEntry
bindGroupLayoutEntry in bindGroupLayoutEntries, and corresponding GPUTextureView
resource in bindGroup, in which bindGroupLayoutEntry.visibility
contains stage:",
"rationale": "if",
"steps": [
{
@@ -4700,7 +4712,7 @@
"html": "Let resourceWritable be whether bindGroupLayoutEntry.storageTexture
.access
is a writable access mode.
"
},
{
- "html": "For each pair (GPUTextureView
pastResource, boolean
pastResourceWritable) in textureViews,",
+ "html": "For each pair (GPUTextureView
pastResource, boolean
pastResourceWritable) in textureViews,",
"rationale": "if",
"steps": [
{
@@ -4729,7 +4741,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
@@ -4753,13 +4765,13 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
{
"name": "GPUDebugCommandsMixin.popDebugGroup",
- "html": "Device timeline steps:",
+ "html": "Device timeline steps:",
"rationale": "validate",
"steps": [
{
@@ -4780,7 +4792,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
@@ -4802,7 +4814,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
@@ -4830,7 +4842,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
@@ -4878,7 +4890,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
@@ -4940,13 +4952,13 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
{
"name": "GPUComputePassEncoder.end",
- "html": "Device timeline steps:",
+ "html": "Device timeline steps:",
"rationale": "let",
"steps": [
{
@@ -4981,11 +4993,11 @@
{
"name": "Valid Usage",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-gpurenderpassdescriptor-valid-usage",
- "html": "Valid Usage \n Given a GPUDevice
device and GPURenderPassDescriptor
this, the following validation rules apply:
",
+ "html": "Valid Usage \n Given a GPUDevice
device and GPURenderPassDescriptor
this, the following validation rules apply:
",
"rationale": ".algorithm",
"steps": [
{
- "html": "this.colorAttachments
.size must be ≤ device.[[limits]]
.maxColorAttachments
.
"
+ "html": "this.colorAttachments
.size must be ≤ device.[[limits]]
.maxColorAttachments
.
"
},
{
"html": "For each non-null
colorAttachment in this.colorAttachments
:",
@@ -5040,7 +5052,7 @@
{
"name": "Validating GPURenderPassDescriptor’s color attachment bytes per sample",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpurenderpassdescriptors-color-attachment-bytes-per-sample",
- "html": "Validating GPURenderPassDescriptor’s color attachment bytes per sample(device, colorAttachments) \n Arguments:
\n \n Device timeline steps:
",
+ "html": "Validating GPURenderPassDescriptor’s color attachment bytes per sample(device, colorAttachments) \n Arguments:
\n \n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
@@ -5059,7 +5071,7 @@
]
},
{
- "html": "Calculating color attachment bytes per sample(formats) must be ≤ device.[[limits]]
.maxColorAttachmentBytesPerSample
.
"
+ "html": "Calculating color attachment bytes per sample(formats) must be ≤ device.[[limits]]
.maxColorAttachmentBytesPerSample
.
"
}
]
},
@@ -5138,7 +5150,7 @@
{
"name": "renderable texture view",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-renderable-texture-view",
- "html": "A GPUTextureView
view is a renderable texture view if the all of the requirements in the following device timeline steps are met: \n \n \n
",
+ "html": "A GPUTextureView
view is a renderable texture view if the all of the requirements in the following device timeline steps are met: \n \n \n
",
"rationale": ".algorithm",
"steps": [
{
@@ -5175,7 +5187,7 @@
"rationale": "assert",
"steps": [
{
- "html": "Assert: format is a color renderable format.
"
+ "html": "Assert: format is a color renderable format.
"
},
{
"html": "Let renderTargetPixelByteCost be the render target pixel byte cost of format.
"
@@ -5199,7 +5211,7 @@
{
"name": "derive render targets layout from pass",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-derive-render-targets-layout-from-pass",
- "html": "derive render targets layout from pass \n Arguments:
\n \n Returns: GPURenderPassLayout
\n Device timeline steps:
",
+ "html": "derive render targets layout from pass \n Arguments:
\n \n Returns: GPURenderPassLayout
\n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
@@ -5258,7 +5270,7 @@
{
"name": "derive render targets layout from pipeline",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-derive-render-targets-layout-from-pipeline",
- "html": "derive render targets layout from pipeline \n Arguments:
\n \n Returns: GPURenderPassLayout
\n Device timeline steps:
",
+ "html": "derive render targets layout from pipeline \n Arguments:
\n \n Returns: GPURenderPassLayout
\n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
@@ -5302,13 +5314,13 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
{
"name": "GPURenderPassEncoder.end",
- "html": "Device timeline steps:",
+ "html": "Device timeline steps:",
"rationale": "let",
"steps": [
{
@@ -5420,7 +5432,7 @@
"steps": [
{
"case": "Not provided",
- "html": "Assert that depthStencilAttachment.depthReadOnly
is true
and leave the depth subresource of depthStencilView unchanged.
"
+ "html": "Assert that depthStencilAttachment.depthReadOnly
is true
and leave the depth subresource of depthStencilView unchanged.
"
},
{
"case": "\"store\"",
@@ -5443,7 +5455,7 @@
"steps": [
{
"case": "Not provided",
- "html": "Assert that depthStencilAttachment.stencilReadOnly
is true
and leave the stencil subresource of depthStencilView unchanged.
"
+ "html": "Assert that depthStencilAttachment.stencilReadOnly
is true
and leave the stencil subresource of depthStencilView unchanged.
"
},
{
"case": "\"store\"",
@@ -5467,7 +5479,7 @@
{
"name": "Enqueue a render command",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-enqueue-a-render-command",
- "html": "To Enqueue a render command on GPURenderCommandsMixin
encoder which\n issues the steps of a GPU Command command with RenderState renderState, run the\n following device timeline steps:",
+ "html": "To Enqueue a render command on GPURenderCommandsMixin
encoder which\n issues the steps of a GPU Command command with RenderState renderState, run the\n following device timeline steps:",
"rationale": ".algorithm",
"steps": [
{
@@ -5491,7 +5503,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
@@ -5522,7 +5534,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
@@ -5565,7 +5577,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
@@ -5585,7 +5597,7 @@
"html": "If size is missing, set size to max(0, bufferSize - offset).
"
},
{
- "html": "If any of the following requirements are unmet, invalidate this and return.
\n "
+ "html": "If any of the following requirements are unmet, invalidate this and return.
\n "
},
{
"html": "If buffer is null
:",
@@ -5628,7 +5640,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
@@ -5656,7 +5668,7 @@
"rationale": "if",
"steps": [
{
- "html": "If buffers[slot] is null
, continue.
"
+ "html": "If buffers[slot] is null
, continue.
"
},
{
"html": "Let bufferSize be this.[[vertex_buffer_sizes]]
[slot].
"
@@ -5668,7 +5680,7 @@
"html": "Let attributes be buffers[slot].attributes
"
},
{
- "html": "Let lastStride be the maximum value of\n(attribute.offset
+ byteSize(attribute.format
))\nover each attribute in attributes, or 0 if attributes is empty.
"
+ "html": "Let lastStride be the maximum value of\n(attribute.offset
+ byteSize(attribute.format
))\nover each attribute in attributes, or 0 if attributes is empty.
"
},
{
"html": "Let strideCount be computed based on buffers[slot].stepMode
:",
@@ -5717,7 +5729,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
@@ -5731,7 +5743,7 @@
"html": "Validate the encoder state of this. If it returns false, return.
"
},
{
- "html": "If any of the following conditions are unsatisfied, invalidate this and return.
\n "
+ "html": "If any of the following conditions are unsatisfied, invalidate this and return.
\n "
},
{
"html": "Increment this.[[drawCount]]
by 1.
"
@@ -5751,7 +5763,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
@@ -5811,7 +5823,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
@@ -5870,7 +5882,7 @@
{
"name": "valid to draw",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-valid-to-draw",
- "html": "To determine if it’s valid to draw with GPURenderCommandsMixin
encoder,\n run the following device timeline steps:",
+ "html": "To determine if it’s valid to draw with GPURenderCommandsMixin
encoder,\n run the following device timeline steps:",
"rationale": ".algorithm",
"steps": [
{
@@ -5884,7 +5896,7 @@
"html": "Let vertexBufferSpaceUsed be\n(the maximum key in encoder.[[vertex_buffers]]
) + 1.
"
},
{
- "html": "bindGroupSpaceUsed + vertexBufferSpaceUsed must be ≤ encoder.[[device]]
.[[limits]]
.maxBindGroupsPlusVertexBuffers
.
"
+ "html": "bindGroupSpaceUsed + vertexBufferSpaceUsed must be ≤ encoder.[[device]]
.[[limits]]
.maxBindGroupsPlusVertexBuffers
.
"
}
]
},
@@ -5896,7 +5908,7 @@
{
"name": "valid to draw indexed",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-valid-to-draw-indexed",
- "html": "To determine if it’s valid to draw indexed with GPURenderCommandsMixin
encoder,\n run the following device timeline steps:",
+ "html": "To determine if it’s valid to draw indexed with GPURenderCommandsMixin
encoder,\n run the following device timeline steps:",
"rationale": ".algorithm",
"steps": [
{
@@ -5914,7 +5926,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
@@ -5956,7 +5968,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
@@ -5998,7 +6010,7 @@
"html": "? validate GPUColor shape(color).
"
},
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
@@ -6034,7 +6046,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
@@ -6070,7 +6082,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
@@ -6111,13 +6123,13 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
{
"name": "GPURenderPassEncoder.endOcclusionQuery",
- "html": "Device timeline steps:",
+ "html": "Device timeline steps:",
"rationale": "validate",
"steps": [
{
@@ -6154,7 +6166,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.[[device]]
.
"
}
]
},
@@ -6199,7 +6211,7 @@
{
"name": "Reset the render pass binding state",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-reset-the-render-pass-binding-state",
- "html": "To Reset the render pass binding state of GPURenderPassEncoder
encoder run\n the following device timeline steps:",
+ "html": "To Reset the render pass binding state of GPURenderPassEncoder
encoder run\n the following device timeline steps:",
"rationale": ".algorithm",
"steps": [
{
@@ -6223,7 +6235,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "? Validate texture format required features of each non-null
element of descriptor.colorFormats
with this.[[device]]
.
"
+ "html": "? Validate texture format required features of each non-null
element of descriptor.colorFormats
with this.[[device]]
.
"
},
{
"html": "If descriptor.depthStencilFormat
is provided:
",
@@ -6235,7 +6247,7 @@
"html": "Let e be ! create a new WebGPU object(this, GPURenderBundleEncoder
, descriptor).
"
},
{
- "html": "Issue the initialization steps on the Device timeline of this.
"
+ "html": "Issue the initialization steps on the Device timeline of this.
"
},
{
"html": "Return e.
"
@@ -6249,7 +6261,7 @@
"rationale": "if",
"steps": [
{
- "html": "If any of the following conditions are unsatisfied generate a validation error, invalidate e and return.
\n "
+ "html": "If any of the following conditions are unsatisfied generate a validation error, invalidate e and return.
\n "
},
{
"html": "Set e.[[layout]]
to a copy of descriptor’s included GPURenderPassLayout
interface.
"
@@ -6278,7 +6290,7 @@
"html": "Let renderBundle be a new GPURenderBundle
.
"
},
{
- "html": "Issue the finish steps on the Device timeline of this.[[device]]
.
"
+ "html": "Issue the finish steps on the Device timeline of this.[[device]]
.
"
},
{
"html": "Return renderBundle.
"
@@ -6345,7 +6357,7 @@
"html": "Let contents be the contentsSize elements of dataContents starting at\nan offset of dataOffset elements.
"
},
{
- "html": "Issue the subsequent steps on the Device timeline of this.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.
"
}
]
},
@@ -6379,7 +6391,7 @@
"html": "Let dataBytes be a copy of the bytes held by the buffer source data.
"
},
{
- "html": "Issue the subsequent steps on the Device timeline of this.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.
"
}
]
},
@@ -6431,7 +6443,7 @@
"html": "Let blockRows be (copySize.height ÷ blockHeight).
"
},
{
- "html": "Assert that dstBlockOriginX, dstBlockOriginY, blockColumns, and blockRows are integers.
"
+ "html": "Assert that dstBlockOriginX, dstBlockOriginY, blockColumns, and blockRows are integers.
"
},
{
"html": "For each z in the range [0, copySize.depthOrArrayLayers − 1]:",
@@ -6490,7 +6502,7 @@
"html": "Let usability be ? check the usability of the image argument(source).
"
},
{
- "html": "Issue the subsequent steps on the Device timeline of this.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.
"
}
]
},
@@ -6518,7 +6530,7 @@
"rationale": "assert",
"steps": [
{
- "html": "Assert that the texel block width of destination.texture
is 1,\nthe texel block height of destination.texture
is 1, and that copySize.depthOrArrayLayers is 1.
"
+ "html": "Assert that the texel block width of destination.texture
is 1,\nthe texel block height of destination.texture
is 1, and that copySize.depthOrArrayLayers is 1.
"
},
{
"html": "Let srcOrigin be source.origin
.
"
@@ -6556,7 +6568,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this:
"
+ "html": "Issue the subsequent steps on the Device timeline of this:
"
}
]
},
@@ -6633,7 +6645,7 @@
"html": "Let promise be a new promise.
"
},
{
- "html": "Issue the synchronization steps on the Device timeline of this.
"
+ "html": "Issue the synchronization steps on the Device timeline of this.
"
},
{
"html": "Return promise.
"
@@ -6642,14 +6654,14 @@
},
{
"name": "GPUQueue.onSubmittedWorkDone",
- "html": "Device timeline synchronization steps:",
+ "html": "Device timeline synchronization steps:",
"rationale": "let",
"steps": [
{
"html": "Let event occur upon the completion of all currently-enqueued operations.
"
},
{
- "html": "Listen for timeline event event on this.[[device]]
, handled by\nthe subsequent steps on contentTimeline.
"
+ "html": "Listen for timeline event event on this.[[device]]
, handled by\nthe subsequent steps on contentTimeline.
"
}
]
},
@@ -6688,7 +6700,7 @@
"html": "Set q.count
to descriptor.count
.
"
},
{
- "html": "Issue the initialization steps on the Device timeline of this.
"
+ "html": "Issue the initialization steps on the Device timeline of this.
"
},
{
"html": "Return q.
"
@@ -6715,13 +6727,13 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the device timeline.
"
+ "html": "Issue the subsequent steps on the device timeline.
"
}
]
},
{
"name": "GPUQuerySet.destroy",
- "html": "Device timeline steps:",
+ "html": "Device timeline steps:",
"rationale": "set",
"steps": [
{
@@ -6732,7 +6744,7 @@
{
"name": "Validate timestampWrites",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validate-timestampwrites",
- "html": "Validate timestampWrites(device, timestampWrites) \n Arguments:
\n \n Device timeline steps:
",
+ "html": "Validate timestampWrites(device, timestampWrites) \n Arguments:
\n \n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
@@ -6770,10 +6782,10 @@
"html": "Let device be configuration.device
.
"
},
{
- "html": "? Validate texture format required features of configuration.format
with device.[[device]]
.
"
+ "html": "? Validate texture format required features of configuration.format
with device.[[device]]
.
"
},
{
- "html": "? Validate texture format required features of each element of configuration.viewFormats
with device.[[device]]
.
"
+ "html": "? Validate texture format required features of each element of configuration.viewFormats
with device.[[device]]
.
"
},
{
"html": "If Supported context formats does not contain configuration.format
, throw a TypeError
.
"
@@ -6791,7 +6803,7 @@
"html": "Replace the drawing buffer of this.
"
},
{
- "html": "Issue the subsequent steps on the Device timeline of device.
"
+ "html": "Issue the subsequent steps on the Device timeline of device.
"
}
]
},
@@ -6844,7 +6856,7 @@
"html": "If this.[[configuration]]
is null
,\nthrow an InvalidStateError
and return.
"
},
{
- "html": "Assert this.[[textureDescriptor]]
is not null
.
"
+ "html": "Assert this.[[textureDescriptor]]
is not null
.
"
},
{
"html": "Let device be this.[[configuration]]
.device
.
"
@@ -6940,7 +6952,7 @@
]
},
{
- "html": "Tag snapshot with the colorSpace
and toneMapping
of configuration.
"
+ "html": "Tag snapshot with the colorSpace
and toneMapping
of configuration.
"
},
{
"html": "Return snapshot.
"
@@ -6960,7 +6972,7 @@
"html": "Let configuration be context.[[configuration]]
.
"
},
{
- "html": "Set context.[[drawingBuffer]]
to a transparent black image of the same\nsize as context.canvas
.
\n \n - \n
If configuration is null, the drawing buffer is tagged with the color space \"srgb\"
.\nIn this case, the drawing buffer will remain blank until the context is configured.
\n - \n
If not, the drawing buffer has the specified configuration.format
and is tagged with the specified configuration.colorSpace
and configuration.toneMapping
.
\n
"
+ "html": "Set context.[[drawingBuffer]]
to a transparent black image of the same\nsize as context.canvas
.
\n \n - \n
If configuration is null, the drawing buffer is tagged with the color space \"srgb\"
.\nIn this case, the drawing buffer will remain blank until the context is configured.
\n - \n
If not, the drawing buffer has the specified configuration.format
and is tagged with the specified configuration.colorSpace
and configuration.toneMapping
.
\n
"
}
]
},
@@ -7066,7 +7078,7 @@
{
"name": "Generate a validation error",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-generate-a-validation-error",
- "html": "To generate a\n validation error for GPUDevice
device, run the following steps: \n Device timeline steps:
",
+ "html": "To generate a\n validation error for GPUDevice
device, run the following steps: \n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
@@ -7080,7 +7092,7 @@
{
"name": "Generate an out-of-memory error",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-generate-an-out-of-memory-error",
- "html": "To generate an out-of-memory error for GPUDevice
device, run the following steps: \n Device timeline steps:
",
+ "html": "To generate an out-of-memory error for GPUDevice
device, run the following steps: \n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
@@ -7094,7 +7106,7 @@
{
"name": "Generate an internal error",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-generate-an-internal-error",
- "html": "To generate an\n internal error for GPUDevice
device, run the following steps: \n Device timeline steps:
",
+ "html": "To generate an\n internal error for GPUDevice
device, run the following steps: \n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
@@ -7108,7 +7120,7 @@
{
"name": "current error scope",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-current-error-scope",
- "html": "The current error scope for a GPUError
error and GPUDevice
device is determined by issuing the following steps to the device timeline of device: \n Device timeline steps:
",
+ "html": "The current error scope for a GPUError
error and GPUDevice
device is determined by issuing the following steps to the device timeline of device: \n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
@@ -7157,7 +7169,7 @@
{
"name": "Dispatch error",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-dispatch-error",
- "html": "To dispatch an error GPUError
error on GPUDevice
device, run the following device timeline steps: \n \n ",
+ "html": "To dispatch an error GPUError
error on GPUDevice
device, run the following device timeline steps: \n \n ",
"rationale": ".algorithm",
"steps": [
{
@@ -7183,7 +7195,7 @@
{
"name": "Dispatch error",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-dispatch-error",
- "html": "To dispatch an error GPUError
error on GPUDevice
device, run the following device timeline steps: \n \n ",
+ "html": "To dispatch an error GPUError
error on GPUDevice
device, run the following device timeline steps: \n \n ",
"rationale": "if",
"steps": [
{
@@ -7204,7 +7216,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Issue the subsequent steps on the Device timeline of this.
"
+ "html": "Issue the subsequent steps on the Device timeline of this.
"
}
]
},
@@ -7237,7 +7249,7 @@
"html": "Let promise be a new promise.
"
},
{
- "html": "Issue the check steps on the Device timeline of this.
"
+ "html": "Issue the check steps on the Device timeline of this.
"
},
{
"html": "Return promise.
"
@@ -7246,11 +7258,11 @@
},
{
"name": "GPUDevice.popErrorScope",
- "html": "Device timeline check steps:",
+ "html": "Device timeline check steps:",
"rationale": "if",
"steps": [
{
- "html": "If this.[[device]]
.[[destroy started]]
or this is lost:",
+ "html": "If this is lost:",
"rationale": "issue",
"steps": [
{
@@ -7304,7 +7316,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Let computeInvocations be an empty list.
"
+ "html": "Let computeInvocations be an empty list.
"
},
{
"html": "Let computeStage be descriptor.compute
.
"
@@ -7359,7 +7371,7 @@
"rationale": "set",
"steps": [
{
- "html": "Set the shader builtins:
\n \n - \n
Set the num_workgroups builtin, if any, to (
dispatchCall.workgroupCountX
,
dispatchCall.workgroupCountY
,
dispatchCall.workgroupCountZ
)
\n - \n
Set the workgroup_id builtin, if any, to (
invocation.workgroupX,
invocation.workgroupY,
invocation.workgroupZ
)
\n - \n
Set the local_invocation_id builtin, if any, to (
invocation.localX,
invocation.localY,
invocation.localZ
)
\n - \n
Set the global_invocation_id builtin, if any, to (
invocation.workgroupX * workgroupSize.x
+ invocation.localX,
invocation.workgroupY * workgroupSize.y
+ invocation.localY,
invocation.workgroupZ * workgroupSize.z
+ invocation.localZ
)
.
\n - \n
Set the local_invocation_index builtin, if any, to invocation.localX + (invocation.localY * workgroupSize.x
) +\n(invocation.localZ * workgroupSize.x
* workgroupSize.y
)
\n
"
+ "html": "Set the shader builtins:
\n \n - \n
Set the num_workgroups builtin, if any, to (
dispatchCall.workgroupCountX
,
dispatchCall.workgroupCountY
,
dispatchCall.workgroupCountZ
)
\n - \n
Set the workgroup_id builtin, if any, to (
invocation.workgroupX,
invocation.workgroupY,
invocation.workgroupZ
)
\n - \n
Set the local_invocation_id builtin, if any, to (
invocation.localX,
invocation.localY,
invocation.localZ
)
\n - \n
Set the global_invocation_id builtin, if any, to (
invocation.workgroupX * workgroupSize.x
+ invocation.localX,
invocation.workgroupY * workgroupSize.y
+ invocation.localY,
invocation.workgroupZ * workgroupSize.z
+ invocation.localZ
)
.
\n - \n
Set the local_invocation_index builtin, if any, to invocation.localX + (invocation.localY * workgroupSize.x
) +\n(invocation.localZ * workgroupSize.x
* workgroupSize.y
)
\n
"
},
{
"html": "Invoke the compute shader entry point described by invocation.computeStage.
"
@@ -7539,7 +7551,7 @@
"html": "Set drawCallOutOfBounds to true
.
"
},
{
- "html": "Optionally (implementation-defined), empty vertexIndexList and return, cancelling the draw call.
"
+ "html": "Optionally (implementation-defined), empty vertexIndexList and return, cancelling the draw call.
"
}
]
}
@@ -7554,7 +7566,7 @@
"rationale": "load",
"steps": [
{
- "html": "Load the attribute data according to WGSL’s invalid memory reference behavior, from vertexBuffer.
"
+ "html": "Load the attribute data according to WGSL’s invalid memory reference behavior, from vertexBuffer.
"
}
],
"additional": [
@@ -7573,7 +7585,7 @@
]
},
{
- "html": "Convert the data into a shader-visible format, according to channel formats rules.
"
+ "html": "Convert the data into a shader-visible format, according to channel formats rules.
"
},
{
"html": "Adjust the data size to the shader type:
\n \n - \n
if both are scalar, or both are vectors of the same dimensionality, no adjustment is needed.
\n - \n
if data is vector but the shader type is scalar, then only the first component is extracted.
\n - \n
if both are vectors, and data has a higher dimension, the extra components are dropped.
\n \n - \n
if the shader type is a vector of higher dimensionality, or the data is a scalar,\nthen the missing components are filled from vec4<*>(0, 0, 0, 1)
value.
\n \n
"
@@ -7586,7 +7598,7 @@
]
},
{
- "html": "For each GPUBindGroup
group at index in state.[[bind_groups]]
:",
+ "html": "For each GPUBindGroup
group at index in state.[[bind_groups]]
:",
"rationale": "for",
"steps": [
{
@@ -7594,20 +7606,20 @@
"rationale": "let",
"steps": [
{
- "html": "Let entry be the corresponding GPUBindGroupLayoutEntry
for this resource.
"
+ "html": "Let entry be the corresponding GPUBindGroupLayoutEntry
for this resource.
"
},
{
- "html": "If entry.visibility
includes VERTEX
:
\n "
+ "html": "If entry.visibility
includes VERTEX
:
\n "
}
]
}
]
},
{
- "html": "Set the shader builtins:
\n \n - \n
Set the vertex_index
builtin, if any, to vertexIndex.
\n - \n
Set the instance_index
builtin, if any, to instanceIndex.
\n
"
+ "html": "Set the shader builtins:
\n \n - \n
Set the vertex_index
builtin, if any, to vertexIndex.
\n - \n
Set the instance_index
builtin, if any, to instanceIndex.
\n
"
},
{
- "html": "Invoke the vertex shader entry point described by desc.
\n \n The device may become lost if shader execution does not end in a reasonable amount of time, as determined by the user agent.
"
+ "html": "Invoke the vertex shader entry point described by desc.
\n \n The device may become lost if shader execution does not end in a reasonable amount of time, as determined by the user agent.
"
}
]
},
@@ -7685,7 +7697,7 @@
"html": "Let vp be state.[[viewport]]
.\nMap the NDC position n into viewport coordinates:
\n \n - \n
Compute framebuffer coordinates from the render target offset and size:
\n framebufferCoords(n) = vector(vp.x
+ 0.5 × (n.x + 1) × vp.width
, vp.y
+ 0.5 × (−n.y + 1) × vp.height
)
\n - \n
Compute depth by linearly mapping [0,1] to the viewport depth range:
\n depth(n) = vp.minDepth
+ n.z
× ( vp.maxDepth
- vp.minDepth
)
\n
"
},
{
- "html": "Let rasterizationPoints be the list of points, each having its attributes (divisor(p)
, framebufferCoords(n)
, depth(n)
, etc.) interpolated according to its position on the\nprimitive, using the same interpolation as § 23.2.4 Primitive Clipping. If the attribute is\nuser-defined (not a built-in output value) then the interpolation type specified by\nthe @interpolate WGSL attribute is used.
"
+ "html": "Let rasterizationPoints be the list of points, each having its attributes (divisor(p)
, framebufferCoords(n)
, depth(n)
, etc.) interpolated according to its position on the\nprimitive, using the same interpolation as § 23.2.4 Primitive Clipping. If the attribute is\nuser-defined (not a built-in output value) then the interpolation type specified by\nthe @interpolate WGSL attribute is used.
"
},
{
"html": "Proceed with a specific rasterization algorithm,\ndepending on primitive
.topology
:",
@@ -7868,7 +7880,7 @@
"html": "Set fragment.depth to rp.depth.
"
},
{
- "html": "If frag_depth
builtin is not produced by the shader:",
+ "html": "If frag_depth
builtin is not produced by the shader:",
"rationale": "set",
"steps": [
{
@@ -7887,10 +7899,10 @@
"rationale": "if",
"steps": [
{
- "html": "If fragment.depthPassed is false
, the frag_depth
builtin is not produced by the\nshader entry point, and the shader entry point does not write to any storage bindings,\nthe following steps may be skipped.
"
+ "html": "If fragment.depthPassed is false
, the frag_depth
builtin is not produced by the\nshader entry point, and the shader entry point does not write to any storage bindings,\nthe following steps may be skipped.
"
},
{
- "html": "Set the shader input builtins. For each non-composite argument of the entry point,\nannotated as a builtin, set its value based on the annotation:",
+ "html": "Set the shader input builtins. For each non-composite argument of the entry point,\nannotated as a builtin, set its value based on the annotation:",
"rationale": ".switch",
"steps": [
{
@@ -7917,32 +7929,32 @@
]
},
{
- "html": "For each user-specified shader stage input of the fragment stage:",
+ "html": "For each user-specified shader stage input of the fragment stage:",
"rationale": "let",
"steps": [
{
- "html": "Let value be the interpolated fragment input,\nbased on rp.barycentricCoordinates, rp.primitiveVertices,\nand the interpolation qualifier on the input.
"
+ "html": "Let value be the interpolated fragment input,\nbased on rp.barycentricCoordinates, rp.primitiveVertices,\nand the interpolation qualifier on the input.
"
},
{
- "html": "Set the corresponding fragment shader location input to value.
"
+ "html": "Set the corresponding fragment shader location input to value.
"
}
]
},
{
- "html": "Invoke the fragment shader entry point described by fragmentDesc.
\n The device may become lost if shader execution does not end in a reasonable amount of time, as determined by the user agent.
"
+ "html": "Invoke the fragment shader entry point described by fragmentDesc.
\n The device may become lost if shader execution does not end in a reasonable amount of time, as determined by the user agent.
"
},
{
"html": "If the fragment issued discard
, return null
.
"
},
{
- "html": "Set fragment.colors to the user-specified shader stage output values from the shader.
"
+ "html": "Set fragment.colors to the user-specified shader stage output values from the shader.
"
},
{
- "html": "Take the shader output builtins:",
+ "html": "Take the shader output builtins:",
"rationale": "if",
"steps": [
{
- "html": "If frag_depth
builtin is produced by the shader as value:",
+ "html": "If frag_depth
builtin is produced by the shader as value:",
"rationale": "let",
"steps": [
{
@@ -7959,7 +7971,7 @@
]
},
{
- "html": "If sample_mask
builtin is produced by the shader as value:",
+ "html": "If sample_mask
builtin is produced by the shader as value:",
"rationale": "set",
"steps": [
{
diff --git a/tr/algorithms/webnn.json b/tr/algorithms/webnn.json
index 03a0063b4b04..e795533148b9 100644
--- a/tr/algorithms/webnn.json
+++ b/tr/algorithms/webnn.json
@@ -34,6 +34,9 @@
{
"html": "Set context.[[contextType]]
to \"default\".
"
},
+ {
+ "html": "Set context.[[lost]]
to a new promise.
"
+ },
{
"html": "If options[\"deviceType
\"] exists, then set context.[[deviceType]]
to options[\"deviceType
\"]. Otherwise, set context.[[deviceType]]
to \"cpu\"
.
"
},
@@ -59,13 +62,13 @@
"html": "Let global be this's relevant global object.
"
},
{
- "html": "If global’s associated Document is not allowed to use the webnn feature, return a new promise rejected with a \"SecurityError
\" DOMException
.
"
+ "html": "If global’s associated Document is not allowed to use the webnn feature, return a new promise rejected with a \"SecurityError
\" DOMException
.
"
},
{
"html": "Let realm be this's relevant realm.
"
},
{
- "html": "Let promise be a new promise.
"
+ "html": "Let promise be a new promise.
"
},
{
"html": "Run the following steps in parallel.",
@@ -93,13 +96,13 @@
"html": "Let global be this's relevant global object.
"
},
{
- "html": "If global’s associated Document is not allowed to use the webnn feature, return a new promise rejected with a \"SecurityError
\" DOMException
.
"
+ "html": "If global’s associated Document is not allowed to use the webnn feature, return a new promise rejected with a \"SecurityError
\" DOMException
.
"
},
{
"html": "Let realm be this's relevant realm.
"
},
{
- "html": "Let promise be a new promise.
"
+ "html": "Let promise be a new promise.
"
},
{
"html": "Run the following steps in parallel.",
@@ -181,41 +184,53 @@
"href": "https://www.w3.org/TR/webnn/#dom-mlcontext-dispatch",
"rationale": ".algorithm",
"steps": [
+ {
+ "html": "If graph.[[context]]
is not this, then throw a TypeError
.
"
+ },
+ {
+ "html": "If graph.[[isDestroyed]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ },
{
"html": "Let allTensors be a list of MLTensor
s consisting of inputs’s values extended by outputs’s values.
"
},
{
- "html": "If allTensors contains any duplicate items, then throw a TypeError
.
"
+ "html": "If allTensors contains any duplicate items, then throw a TypeError
.
"
},
{
"html": "For each tensor of allTensors:",
"rationale": "if",
"steps": [
{
- "html": "If tensor.[[context]]
is not this, then throw a TypeError
.
"
+ "html": "If tensor.[[context]]
is not this, then throw a TypeError
.
"
},
{
- "html": "If tensor.[[isDestroyed]]
is true, then throw a TypeError
.
"
+ "html": "If tensor.[[isDestroyed]]
is true, then throw a TypeError
.
"
}
]
},
{
- "html": "If validating tensors with descriptors given inputs and graph.[[inputDescriptors]]
returns false, then throw a TypeError
.
"
+ "html": "If validating tensors with descriptors given inputs and graph.[[inputDescriptors]]
returns false, then throw a TypeError
.
"
},
{
- "html": "If validating tensors with descriptors given outputs and graph.[[outputDescriptors]]
returns false, then throw a TypeError
.
"
+ "html": "If validating tensors with descriptors given outputs and graph.[[outputDescriptors]]
returns false, then throw a TypeError
.
"
},
{
- "html": "Enqueue the following steps to graph.[[context]]
.[[timeline]]
:",
- "rationale": "issue",
+ "html": "Enqueue the following steps to graph.[[context]]
.[[timeline]]
:",
+ "rationale": "run",
"steps": [
{
- "html": "Issue a compute request to graph.[[implementation]]
given inputs and outputs.
"
+ "html": "Run these steps, but abort when this is lost:",
+ "rationale": "issue",
+ "steps": [
+ {
+ "html": "Issue a compute request to graph.[[implementation]]
given inputs and outputs.
"
+ }
+ ]
}
]
},
{
- "html": "Return undefined
.
"
+ "html": "Return undefined
.
"
}
]
},
@@ -225,26 +240,38 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Let global be this's relevant global object.
"
+ "html": "Let global be this's relevant global object.
"
},
{
- "html": "Let tensor be the result of creating an MLTensor given this, and descriptor.
"
+ "html": "If this is lost, then return a new promise rejected with an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "Let promise be a new promise.
"
+ "html": "Let tensor be the result of creating an MLTensor given this, and descriptor.
"
+ },
+ {
+ "html": "Let promise be a new promise.
"
},
{
- "html": "Enqueue the following steps to this.[[timeline]]
:",
- "rationale": "create",
+ "html": "Enqueue the following steps to this.[[timeline]]
:",
+ "rationale": "run",
"steps": [
{
- "html": "Create tensor.[[data]]
given descriptor and initialize all bytes to zeros.
"
- },
- {
- "html": "If that fails, then queue an ML task with global to reject promise with an \"UnknownError
\" DOMException
, and abort these steps.
"
+ "html": "Run these steps, but abort when this is lost:",
+ "rationale": "create",
+ "steps": [
+ {
+ "html": "Create tensor.[[data]]
given descriptor and initialize all bytes to zeros.
"
+ },
+ {
+ "html": "If that fails, then queue an ML task with global to reject promise with an \"UnknownError
\" DOMException
, and abort these steps.
"
+ },
+ {
+ "html": "Otherwise, queue an ML task with global to resolve promise with tensor.
"
+ }
+ ]
},
{
- "html": "Otherwise, queue an ML task with global to resolve promise with tensor.
"
+ "html": "If aborted, then queue an ML task with global to reject promise with an \"InvalidStateError
\" DOMException
.
"
}
]
},
@@ -259,35 +286,44 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Let global be this's relevant global object.
"
+ "html": "Let global be this's relevant global object.
"
},
{
- "html": "Let realm be this's relevant realm.
"
+ "html": "Let realm be this's relevant realm.
"
},
{
- "html": "If tensor.[[context]]
is not this, then return a new promise rejected with a TypeError
.
"
+ "html": "If tensor.[[context]]
is not this, then return a new promise rejected with a TypeError
.
"
},
{
- "html": "If tensor.[[isDestroyed]]
is true, then return a new promise rejected with a TypeError
.
"
+ "html": "If tensor.[[isDestroyed]]
is true, then return a new promise rejected with a TypeError
.
"
},
{
- "html": "If tensor.[[descriptor]]
.readable
is false, then return a new promise rejected with a TypeError
.
"
+ "html": "If tensor.[[descriptor]]
.readable
is false, then return a new promise rejected with a TypeError
.
"
},
{
- "html": "Let promise be a new promise.
"
+ "html": "Let promise be a new promise.
"
},
{
- "html": "Enqueue the following steps to tensor.[[context]]
.[[timeline]]
:",
- "rationale": "let",
+ "html": "Enqueue the following steps to tensor.[[context]]
.[[timeline]]
:",
+ "rationale": "run",
"steps": [
{
- "html": "Let bytes be a byte sequence containing a copy of tensor.[[data]]
.
"
- },
- {
- "html": "If that fails, then queue an ML task with global to reject promise with an \"UnknownError
\" DOMException
, and abort these steps.
"
+ "html": "Run these steps, but abort when this is lost:",
+ "rationale": "let",
+ "steps": [
+ {
+ "html": "Let bytes be a byte sequence containing a copy of tensor.[[data]]
.
"
+ },
+ {
+ "html": "If that fails, then queue an ML task with global to reject promise with an \"UnknownError
\" DOMException
, and abort these steps.
"
+ },
+ {
+ "html": "Otherwise, queue an ML task with global to create an ArrayBuffer
result given bytes and realm and then resolve promise with result.
"
+ }
+ ]
},
{
- "html": "Otherwise, queue an ML task with global to create an ArrayBuffer
result given bytes and realm and then resolve promise with result.
"
+ "html": "If aborted, then queue an ML task with global to reject promise with an \"InvalidStateError
\" DOMException
.
"
}
]
},
@@ -302,47 +338,56 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Let global be this's relevant global object.
"
+ "html": "Let global be this's relevant global object.
"
},
{
- "html": "If tensor.[[context]]
is not this, then return a new promise rejected with a TypeError
.
"
+ "html": "If tensor.[[context]]
is not this, then return a new promise rejected with a TypeError
.
"
},
{
- "html": "If tensor.[[isDestroyed]]
is true, then return a new promise rejected with a TypeError
.
"
+ "html": "If tensor.[[isDestroyed]]
is true, then return a new promise rejected with a TypeError
.
"
},
{
- "html": "If tensor.[[descriptor]]
.readable
is false, then return a new promise rejected with a TypeError
.
"
+ "html": "If tensor.[[descriptor]]
.readable
is false, then return a new promise rejected with a TypeError
.
"
},
{
- "html": "If validating buffer with descriptor given outputData and tensor.[[descriptor]]
returns false, then return a new promise rejected with a TypeError
.
"
+ "html": "If validating buffer with descriptor given outputData and tensor.[[descriptor]]
returns false, then return a new promise rejected with a TypeError
.
"
},
{
- "html": "Let promise be a new promise.
"
+ "html": "Let promise be a new promise.
"
},
{
- "html": "Enqueue the following steps to tensor.[[context]]
.[[timeline]]
:",
- "rationale": "let",
+ "html": "Enqueue the following steps to tensor.[[context]]
.[[timeline]]
:",
+ "rationale": "run",
"steps": [
{
- "html": "Let bytes be a byte sequence containing a copy of tensor.[[data]]
.
"
- },
- {
- "html": "If that fails, then queue an ML task with global to reject promise with an \"UnknownError
\" DOMException
, and abort these steps.
"
- },
- {
- "html": "Otherwise, queue an ML task with global and the following steps:",
- "rationale": "if",
+ "html": "Run these steps, but abort when this is lost:",
+ "rationale": "let",
"steps": [
{
- "html": "If outputData is detached, reject promise with a TypeError
, and abort these steps.
"
+ "html": "Let bytes be a byte sequence containing a copy of tensor.[[data]]
.
"
},
{
- "html": "Write bytes to outputData.
"
+ "html": "If that fails, then queue an ML task with global to reject promise with an \"UnknownError
\" DOMException
, and abort these steps.
"
},
{
- "html": "Resolve promise with undefined
.
"
+ "html": "Otherwise, queue an ML task with global to run these steps:",
+ "rationale": "if",
+ "steps": [
+ {
+ "html": "If outputData is detached, reject promise with a TypeError
, and abort these steps.
"
+ },
+ {
+ "html": "Write bytes to outputData.
"
+ },
+ {
+ "html": "Resolve promise with undefined
.
"
+ }
+ ]
}
]
+ },
+ {
+ "html": "If aborted, then queue an ML task with global to reject promise with an \"InvalidStateError
\" DOMException
.
"
}
]
},
@@ -357,16 +402,16 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If tensor.[[context]]
is not this, then throw a TypeError
.
"
+ "html": "If tensor.[[context]]
is not this, then throw a TypeError
.
"
},
{
- "html": "If tensor.[[isDestroyed]]
is true, then throw a TypeError
.
"
+ "html": "If tensor.[[isDestroyed]]
is true, then throw a TypeError
.
"
},
{
- "html": "If tensor.[[descriptor]]
.writable
is false, then throw a TypeError
.
"
+ "html": "If tensor.[[descriptor]]
.writable
is false, then throw a TypeError
.
"
},
{
- "html": "If validating buffer with descriptor given inputData and tensor.[[descriptor]]
returns false, then throw a TypeError
.
"
+ "html": "If validating buffer with descriptor given inputData and tensor.[[descriptor]]
returns false, then throw a TypeError
.
"
},
{
"html": "Let bytes be the result of getting a copy of the bytes held by the buffer source given inputData.
"
@@ -375,16 +420,101 @@
"html": "Assert: bytes’s length is equal to tensor.[[descriptor]]
's byte length.
"
},
{
- "html": "Enqueue the following steps to tensor.[[context]]
.[[timeline]]
:",
- "rationale": "copy",
+ "html": "Enqueue the following steps to tensor.[[context]]
.[[timeline]]
:",
+ "rationale": "run",
"steps": [
{
- "html": "Copy bytes to tensor.[[data]]
.
"
+ "html": "Run these steps, but abort when this is lost:",
+ "rationale": "copy",
+ "steps": [
+ {
+ "html": "Copy bytes to tensor.[[data]]
.
"
+ }
+ ]
}
]
},
{
- "html": "Return undefined
.
"
+ "html": "Return undefined
.
"
+ }
+ ]
+ },
+ {
+ "name": "MLContext/destroy()",
+ "href": "https://www.w3.org/TR/webnn/#dom-mlcontext-destroy",
+ "rationale": ".algorithm",
+ "steps": [
+ {
+ "html": "If this is lost, then abort these steps.
"
+ },
+ {
+ "html": "Run the steps to lose this with an implementation-defined message.
"
+ }
+ ]
+ },
+ {
+ "name": "context lost",
+ "href": "https://www.w3.org/TR/webnn/#context-lost",
+ "rationale": ".algorithm",
+ "steps": [
+ {
+ "html": "Let global be context’s relevant global object.
"
+ },
+ {
+ "html": "Queue an ML task with global to run these steps:
",
+ "ignored": [
+ "Lose context, with an implementation-defined message."
+ ]
+ }
+ ]
+ },
+ {
+ "name": "MLContext/lose",
+ "href": "https://www.w3.org/TR/webnn/#mlcontext-lose",
+ "rationale": ".algorithm",
+ "steps": [
+ {
+ "html": "Let info be a new MLContextLostInfo
.
"
+ },
+ {
+ "html": "Set info.message
to message.
"
+ },
+ {
+ "html": "Resolve context.[[lost]]
with info.
"
+ },
+ {
+ "html": "For each MLGraph
graph where graph.[[context]]
equals this:",
+ "rationale": "run",
+ "steps": [
+ {
+ "html": "Run the destroy()
method steps for graph with graph as this.
"
+ }
+ ]
+ },
+ {
+ "html": "For each MLTensor
tensor where tensor.[[context]]
equals this:",
+ "rationale": "run",
+ "steps": [
+ {
+ "html": "Run the destroy()
method steps for tensor with tensor as this.
"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "MLGraph/destroy()",
+ "href": "https://www.w3.org/TR/webnn/#dom-mlgraph-destroy",
+ "rationale": ".algorithm",
+ "steps": [
+ {
+ "html": "If this.[[isDestroyed]]
is true, then abort these steps.
"
+ },
+ {
+ "html": "Set this.[[isDestroyed]]
to true.
"
+ },
+ {
+ "html": "Queue a task on this.[[context]]
.[[timeline]]
to mark resources owned by this graph as freeable.
"
}
]
},
@@ -498,10 +628,10 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Let tensor be a new MLTensor
.
"
+ "html": "Let tensor be a new MLTensor
.
"
},
{
- "html": "Set tensor.[[context]]
to context.
"
+ "html": "Set tensor.[[context]]
to context.
"
},
{
"html": "Set tensor.[[descriptor]]
to descriptor.
"
@@ -520,19 +650,19 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Set this.[[isDestroyed]]
to true.
"
+ "html": "Set this.[[isDestroyed]]
to true.
"
},
{
- "html": "Enqueue the following steps to this.[[context]]
.[[timeline]]
:",
+ "html": "Enqueue the following steps to this.[[context]]
.[[timeline]]
:",
"rationale": "release",
"steps": [
{
- "html": "Release this.[[data]]
.
"
+ "html": "Release this.[[data]]
.
"
}
]
},
{
- "html": "Return undefined
.
"
+ "html": "Return undefined
.
"
}
]
},
@@ -542,13 +672,16 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this's relevant global object's associated Document is not allowed to use the webnn feature, then throw a \"SecurityError
\" DOMException
.
"
+ "html": "If this's relevant global object's associated Document is not allowed to use the webnn feature, then throw a \"SecurityError
\" DOMException
.
"
+ },
+ {
+ "html": "If context is lost, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "Set this.[[context]]
to context.
"
+ "html": "Set this.[[context]]
to context.
"
},
{
- "html": "Set this.[[hasBuilt]]
to false.
"
+ "html": "Set this.[[hasBuilt]]
to false.
"
}
]
},
@@ -558,29 +691,29 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If name is empty, then throw a TypeError
.
"
+ "html": "If name is empty, then throw a TypeError
.
"
},
{
- "html": "If any MLOperand
s in this's graph's inputs have a [[name]]
equal to name, then throw a TypeError
.
"
+ "html": "If any MLOperand
s in this's graph's inputs have a [[name]]
equal to name, then throw a TypeError
.
"
},
{
- "html": "If checking dimensions given descriptor returns false, then throw a TypeError
.
"
+ "html": "If checking dimensions given descriptor returns false, then throw a TypeError
.
"
},
{
"html": "Make graph connections:",
"rationale": "let",
"steps": [
{
- "html": "Let operand be the result of creating an MLOperand given this and descriptor.
"
+ "html": "Let operand be the result of creating an MLOperand given this and descriptor.
"
},
{
"html": "Set operand.[[name]]
to name.
"
},
{
- "html": "Add operand to this's graph's inputs.
"
+ "html": "Add operand to this's graph's inputs.
"
}
]
},
@@ -595,26 +728,26 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If checking dimensions given descriptor returns false, then throw a TypeError
.
"
+ "html": "If checking dimensions given descriptor returns false, then throw a TypeError
.
"
},
{
- "html": "If validating buffer with descriptor given buffer and descriptor returns false, then throw a TypeError
.
"
+ "html": "If validating buffer with descriptor given buffer and descriptor returns false, then throw a TypeError
.
"
},
{
"html": "Make graph connections:",
"rationale": "let",
"steps": [
{
- "html": "Let operand be the result of creating an MLOperand given this and descriptor.
"
+ "html": "Let operand be the result of creating an MLOperand given this and descriptor.
"
},
{
"html": "Let bytes be the result of getting a copy of the bytes held by the buffer source given buffer.
"
},
{
- "html": "Add operand to this's graph's constants with bytes as value.
"
+ "html": "Add operand to this's graph's constants with bytes as value.
"
}
]
},
@@ -629,7 +762,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
"html": "Set value to the result of casting value to type.
"
@@ -642,10 +775,10 @@
"rationale": "let",
"steps": [
{
- "html": "Let operand be the result of creating an MLOperand given this and descriptor.
"
+ "html": "Let operand be the result of creating an MLOperand given this and descriptor.
"
},
{
- "html": "Add operand to this's graph's constants with value as value.
"
+ "html": "Add operand to this's graph's constants with value as value.
"
}
]
},
@@ -660,23 +793,23 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then return a new promise rejected with an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then return a new promise rejected with an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If outputs is empty, then return a new promise rejected with a TypeError
.
"
+ "html": "If outputs is empty, then return a new promise rejected with a TypeError
.
"
},
{
"html": "For each name → operand of outputs:",
"rationale": "if",
"steps": [
{
- "html": "If name is empty, then return a new promise rejected with a TypeError
.
"
+ "html": "If name is empty, then return a new promise rejected with a TypeError
.
"
},
{
- "html": "If validating operand given this and operand returns false, then return a new promise rejected with a TypeError
.
"
+ "html": "If validating operand given this and operand returns false, then return a new promise rejected with a TypeError
.
"
},
{
- "html": "If operand is in this's graph's inputs or constants, then return a new promise rejected with a TypeError
.
"
+ "html": "If operand is in this's graph's inputs or constants, then return a new promise rejected with a TypeError
.
"
}
]
},
@@ -706,7 +839,7 @@
"html": "Append operand.[[operator]]
to operators.
"
},
{
- "html": "If operand is in this's graph's inputs, append operand to inputs.
"
+ "html": "If operand is in this's graph's inputs, append operand to inputs.
"
},
{
"html": "For each input of operand.[[operator]]
's inputs:",
@@ -720,16 +853,19 @@
]
},
{
- "html": "Let global be this's relevant global object.
"
+ "html": "Let global be this's relevant global object.
"
+ },
+ {
+ "html": "Let realm be this's relevant realm.
"
},
{
- "html": "Let realm be this's relevant realm.
"
+ "html": "Let graph be a new MLGraph
with realm.
"
},
{
- "html": "Let graph be a new MLGraph
with realm.
"
+ "html": "Set graph.[[context]]
to this.[[context]]
.
"
},
{
- "html": "Set graph.[[context]]
to this.[[context]]
.
"
+ "html": "Set graph.[[isDestroyed]]
to false.
"
},
{
"html": "For each operand in inputs:",
@@ -750,32 +886,38 @@
]
},
{
- "html": "Let promise be a new promise.
"
+ "html": "Set this.[[hasBuilt]]
to true.
"
+ },
+ {
+ "html": "Let promise be a new promise.
"
},
{
"html": "Run the following steps in parallel:",
- "rationale": "let",
+ "rationale": "run",
"steps": [
{
- "html": "Let graphImpl be the result of converting this's graph with operands, operators, inputs, and outputs’s values into an implementation-defined format which can be interpreted by the underlying platform.",
- "rationale": "if",
+ "html": "Run these steps, but abort when graph.[[context]]
is lost:",
+ "rationale": "let",
"steps": [
{
- "html": "If the underlying platform does not support a requested feature, then queue an ML task with global to reject promise with an \"OperationError
\" DOMException
, and abort these steps.
"
+ "html": "Let graphImpl be the result of converting this's graph with operands, operators, inputs, and outputs’s values into an implementation-defined format which can be interpreted by the underlying platform.
"
+ },
+ {
+ "html": "If the previous step failed, then queue an ML task with global to reject promise with an \"OperationError
\" DOMException
, and abort these steps.
"
+ },
+ {
+ "html": "Set graph.[[implementation]]
to graphImpl.
"
+ },
+ {
+ "html": "Queue an ML task with global to resolve promise with graph.
"
}
]
},
{
- "html": "Set graph.[[implementation]]
to graphImpl.
"
- },
- {
- "html": "Queue an ML task with global to resolve promise with graph.
"
+ "html": "If aborted, then queue an ML task with global to reject promise with an \"InvalidStateError
\" DOMException
.
"
}
]
},
- {
- "html": "Set this.[[hasBuilt]]
to true.
"
- },
{
"html": "Return promise.
"
}
@@ -790,16 +932,16 @@
"html": "Assert: op is one of \"argMin\", \"argMax\".
"
},
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
- "html": "If input’s shape[axis] is greater than options.outputDataType
's maximum value, throw a TypeError
.
"
+ "html": "If input’s shape[axis] is greater than options.outputDataType
's maximum value, throw a TypeError
.
"
},
{
- "html": "Let outputShape be the result of calculating reduction output sizes given input’s shape, « axis », and options.keepDimensions
. If that returns failure, then throw a TypeError
.
"
+ "html": "Let outputShape be the result of calculating reduction output sizes given input’s shape, « axis », and options.keepDimensions
. If that returns failure, then throw a TypeError
.
"
},
{
"html": "Let desc be the result of creating an MLOperandDescriptor given options.outputDataType
and outputShape.
"
@@ -812,7 +954,7 @@
"html": "Let operator be an operator for the op operation, given options.
"
},
{
- "html": "Let output be the result of creating an MLOperand given this and desc.
"
+ "html": "Let output be the result of creating an MLOperand given this and desc.
"
},
{
"html": "Set output.[[operator]]
to operator.
"
@@ -841,7 +983,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -861,7 +1003,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -876,28 +1018,28 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and any of input, mean, variance, options.scale
(if it exists), and options.bias
(if it exists) returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and any of input, mean, variance, options.scale
(if it exists), and options.bias
(if it exists) returns false, then throw a TypeError
.
"
},
{
- "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If options.axis
is not in the range 0 to input’s rank, exclusive, then throw a TypeError
.
"
+ "html": "If options.axis
is not in the range 0 to input’s rank, exclusive, then throw a TypeError
.
"
},
{
- "html": "If mean’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If mean’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If mean’s shape is not equal to « input’s shape[options.axis
] », then throw a TypeError
.
"
+ "html": "If mean’s shape is not equal to « input’s shape[options.axis
] », then throw a TypeError
.
"
},
{
- "html": "If variance’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If variance’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If variance’s shape is not equal to « input’s shape[options.axis
] », then throw a TypeError
.
"
+ "html": "If variance’s shape is not equal to « input’s shape[options.axis
] », then throw a TypeError
.
"
},
{
"html": "Set options.epsilon
to the result of casting options.epsilon
to input’s dataType.
"
@@ -907,10 +1049,10 @@
"rationale": "if",
"steps": [
{
- "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If its shape is not equal to « input’s shape[options.axis
] », then throw a TypeError
.
"
+ "html": "If its shape is not equal to « input’s shape[options.axis
] », then throw a TypeError
.
"
}
]
},
@@ -919,10 +1061,10 @@
"rationale": "if",
"steps": [
{
- "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If its shape is not equal to « input’s shape[options.axis
] », then throw a TypeError
.
"
+ "html": "If its shape is not equal to « input’s shape[options.axis
] », then throw a TypeError
.
"
}
]
},
@@ -934,7 +1076,7 @@
"html": "Let operator be an operator for the \"batchNormalization\" operation, given input, mean, variance and options.
"
},
{
- "html": "Let output be the result of creating an MLOperand given this and input.[[descriptor]]
.
"
+ "html": "Let output be the result of creating an MLOperand given this and input.[[descriptor]]
.
"
},
{
"html": "Set output.[[operator]]
to operator.
"
@@ -964,10 +1106,10 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
"html": "Make graph connections:",
@@ -1001,10 +1143,10 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
"html": "Let minValue be the options.minValue
if given, or Infinity otherwise.
"
@@ -1019,7 +1161,7 @@
"html": "Set options.maxValue
to the result of casting maxValue to input’s dataType.
"
},
{
- "html": "If options.minValue
is greater than options.maxValue
, then throw a TypeError
.
"
+ "html": "If options.minValue
is greater than options.maxValue
, then throw a TypeError
.
"
},
{
"html": "Make graph connections:",
@@ -1053,19 +1195,19 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and any item in inputs returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and any item in inputs returns false, then throw a TypeError
.
"
},
{
- "html": "If inputs is empty, then throw a TypeError
.
"
+ "html": "If inputs is empty, then throw a TypeError
.
"
},
{
"html": "Let first be inputs[0].
"
},
{
- "html": "If axis is greater than or equal to first’s rank, then throw a TypeError
.
"
+ "html": "If axis is greater than or equal to first’s rank, then throw a TypeError
.
"
},
{
"html": "Let desc be the result of creating an MLOperandDescriptor given first’s dataType and first’s shape.
"
@@ -1081,17 +1223,17 @@
"html": "Let input be inputs[index].
"
},
{
- "html": "If input’s dataType is not equal to first’s dataType, then throw a TypeError
.
"
+ "html": "If input’s dataType is not equal to first’s dataType, then throw a TypeError
.
"
},
{
- "html": "If input’s rank is not equal to first’s rank, then throw a TypeError
.
"
+ "html": "If input’s rank is not equal to first’s rank, then throw a TypeError
.
"
},
{
"html": "For each dim in the range 0 to input’s rank, exclusive:",
"rationale": "if",
"steps": [
{
- "html": "If dim is not equal to axis and if input’s shape[dim] is not equal to first’s shape[dim], then throw a TypeError
.
"
+ "html": "If dim is not equal to axis and if input’s shape[dim] is not equal to first’s shape[dim], then throw a TypeError
.
"
},
{
"html": "If dim is equal to axis:",
@@ -1101,7 +1243,7 @@
"html": "Let size be the sum of desc.shape
[axis] and input’s shape[dim].
"
},
{
- "html": "If size is not a valid dimension, then throw a TypeError
.
"
+ "html": "If size is not a valid dimension, then throw a TypeError
.
"
},
{
"html": "Set desc.shape
[axis] to size.
"
@@ -1117,7 +1259,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let output be the result of creating an MLOperand given this and desc.
"
+ "html": "Let output be the result of creating an MLOperand given this and desc.
"
},
{
"html": "Let operator be an operator for the \"concat\" operation, given inputs, axis, and options.
"
@@ -1176,49 +1318,49 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and any of input, filter, and options.bias
(if it exists) returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and any of input, filter, and options.bias
(if it exists) returns false, then throw a TypeError
.
"
},
{
- "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If input’s rank is not its allowed rank, then throw a TypeError
.
"
+ "html": "If input’s rank is not its allowed rank, then throw a TypeError
.
"
},
{
- "html": "If filter’s rank is not its allowed rank, then throw a TypeError
.
"
+ "html": "If filter’s rank is not its allowed rank, then throw a TypeError
.
"
},
{
- "html": "If filter’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If filter’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
"html": "If options.padding
does not exist, set it to the list « 0, 0, 0, 0 ».
"
},
{
- "html": "Otherwise, if options.padding
's size is not 4, then throw a TypeError
.
"
+ "html": "Otherwise, if options.padding
's size is not 4, then throw a TypeError
.
"
},
{
"html": "If options.strides
does not exist, set it to the list « 1, 1 ».
"
},
{
- "html": "Otherwise, if options.strides
's size is not 2, then throw a TypeError
.
"
+ "html": "Otherwise, if options.strides
's size is not 2, then throw a TypeError
.
"
},
{
- "html": "If any element in options.strides
is equal to 0, then throw a TypeError
.
"
+ "html": "If any element in options.strides
is equal to 0, then throw a TypeError
.
"
},
{
"html": "If options.dilations
does not exist, set it to the list « 1, 1 ».
"
},
{
- "html": "Otherwise, if options.dilations
's size is not 2, then throw a TypeError
.
"
+ "html": "Otherwise, if options.dilations
's size is not 2, then throw a TypeError
.
"
},
{
- "html": "If any element in options.dilations
is equal to 0, then throw a TypeError
.
"
+ "html": "If any element in options.dilations
is equal to 0, then throw a TypeError
.
"
},
{
- "html": "If options.groups
is 0, then throw a TypeError
.
"
+ "html": "If options.groups
is 0, then throw a TypeError
.
"
},
{
"html": "Calculate the output shape:",
@@ -1277,20 +1419,20 @@
]
},
{
- "html": "If inputChannels % options.groups
is not 0, then throw a TypeError
.
"
+ "html": "If inputChannels % options.groups
is not 0, then throw a TypeError
.
"
},
{
- "html": "Otherwise, if inputChannels / options.groups
is not equal to filterInputChannels, then throw a TypeError
.
"
+ "html": "Otherwise, if inputChannels / options.groups
is not equal to filterInputChannels, then throw a TypeError
.
"
},
{
"html": "If options.bias
exists:",
"rationale": "if",
"steps": [
{
- "html": "If its shape is not equal to « outputChannels », then throw a TypeError
.
"
+ "html": "If its shape is not equal to « outputChannels », then throw a TypeError
.
"
},
{
- "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
}
]
},
@@ -1317,7 +1459,7 @@
]
},
{
- "html": "If any item in outputShape is not a valid dimension, then throw a TypeError
.
"
+ "html": "If any item in outputShape is not a valid dimension, then throw a TypeError
.
"
},
{
"html": "Let desc be the result of creating an MLOperandDescriptor given input’s dataType and outputShape.
"
@@ -1329,7 +1471,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let output be the result of creating an MLOperand given this and desc.
"
+ "html": "Let output be the result of creating an MLOperand given this and desc.
"
},
{
"html": "Let operator be an operator for the \"conv2d\" operation, given options and filter.
"
@@ -1391,59 +1533,59 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and any of input, filter, and options.bias
(if it exists) returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and any of input, filter, and options.bias
(if it exists) returns false, then throw a TypeError
.
"
},
{
- "html": "If input’s rank is not its allowed rank, then throw a TypeError
.
"
+ "html": "If input’s rank is not its allowed rank, then throw a TypeError
.
"
},
{
- "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If filter’s rank is not its allowed rank, then throw a TypeError
.
"
+ "html": "If filter’s rank is not its allowed rank, then throw a TypeError
.
"
},
{
- "html": "If filter’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If filter’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
"html": "If options.padding
does not exist, set it to the list « 0, 0, 0, 0 ».
"
},
{
- "html": "Otherwise, if options.padding
's size is not 4, then throw a TypeError
.
"
+ "html": "Otherwise, if options.padding
's size is not 4, then throw a TypeError
.
"
},
{
"html": "If options.strides
does not exist, set it to the list « 1, 1 ».
"
},
{
- "html": "Otherwise, if options.strides
's size is not 2, then throw a TypeError
.
"
+ "html": "Otherwise, if options.strides
's size is not 2, then throw a TypeError
.
"
},
{
- "html": "If any element in options.strides
is equal to 0, then throw a TypeError
.
"
+ "html": "If any element in options.strides
is equal to 0, then throw a TypeError
.
"
},
{
"html": "If options.dilations
does not exist, set it to the list « 1, 1 ».
"
},
{
- "html": "Otherwise, if options.dilations
's size is not 2, then throw a TypeError
.
"
+ "html": "Otherwise, if options.dilations
's size is not 2, then throw a TypeError
.
"
},
{
- "html": "If any element in options.dilations
is equal to 0, then throw a TypeError
.
"
+ "html": "If any element in options.dilations
is equal to 0, then throw a TypeError
.
"
},
{
"html": "If options.outputPadding
does not exist, set it to the list « 0, 0 ».
"
},
{
- "html": "Otherwise, if options.outputPadding
's size is not 2, then throw a TypeError
.
"
+ "html": "Otherwise, if options.outputPadding
's size is not 2, then throw a TypeError
.
"
},
{
"html": "If options.outputSizes
exists:",
"rationale": "if",
"steps": [
{
- "html": "If its size is not 2, then throw a TypeError
.
"
+ "html": "If its size is not 2, then throw a TypeError
.
"
}
]
},
@@ -1452,12 +1594,12 @@
"rationale": "if",
"steps": [
{
- "html": "If options.outputPadding
[0] is greater than or equal to options.strides
[0], or options.outputPadding
[1] is greater than or equal to options.strides
[1], then throw a TypeError
.
"
+ "html": "If options.outputPadding
[0] is greater than or equal to options.strides
[0], or options.outputPadding
[1] is greater than or equal to options.strides
[1], then throw a TypeError
.
"
}
]
},
{
- "html": "If options.groups
is 0, then throw a TypeError
.
"
+ "html": "If options.groups
is 0, then throw a TypeError
.
"
},
{
"html": "Calculate the output shape:",
@@ -1512,7 +1654,7 @@
]
},
{
- "html": "If inputChannels is not equal to filterInputChannels, then throw a TypeError
.
"
+ "html": "If inputChannels is not equal to filterInputChannels, then throw a TypeError
.
"
},
{
"html": "Let outputChannels be filterOutputChannels * options.groups
.
"
@@ -1522,10 +1664,10 @@
"rationale": "if",
"steps": [
{
- "html": "If its shape is not equal to « outputChannels », then throw a TypeError
.
"
+ "html": "If its shape is not equal to « outputChannels », then throw a TypeError
.
"
},
{
- "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
}
]
},
@@ -1555,7 +1697,7 @@
]
},
{
- "html": "If any item in outputShape is not a valid dimension, then throw a TypeError
.
"
+ "html": "If any item in outputShape is not a valid dimension, then throw a TypeError
.
"
},
{
"html": "Let desc be the result of creating an MLOperandDescriptor given input’s dataType and outputShape.
"
@@ -1567,7 +1709,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let output be the result of creating an MLOperand given this and desc.
"
+ "html": "Let output be the result of creating an MLOperand given this and desc.
"
},
{
"html": "Let operator be an operator for the \"convTranspose2d\" operation, given options and filter.
"
@@ -1600,20 +1742,20 @@
"html": "Assert: op is one of \"add\", \"sub\", \"mul\", \"div\", \"max\", \"min\", \"pow\".
"
},
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and any of a and b returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and any of a and b returns false, then throw a TypeError
.
"
},
{
- "html": "If a’s dataType is not equal to b’s dataType, then throw a TypeError
.
"
+ "html": "If a’s dataType is not equal to b’s dataType, then throw a TypeError
.
"
},
{
"html": "Let outputShape be the result of bidirectionally broadcasting a’s shape and b’s shape.",
"rationale": "if",
"steps": [
{
- "html": "If that returns failure, then throw a TypeError
.
"
+ "html": "If that returns failure, then throw a TypeError
.
"
}
]
},
@@ -1625,7 +1767,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let output be the result of creating an MLOperand given this and descriptor.
"
+ "html": "Let output be the result of creating an MLOperand given this and descriptor.
"
},
{
"html": "Let operator be an operator for the op operation, given a, b, and options.
"
@@ -1657,7 +1799,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -1677,7 +1819,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -1697,7 +1839,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -1717,7 +1859,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -1737,7 +1879,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -1757,7 +1899,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -1777,7 +1919,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -1795,17 +1937,17 @@
"html": "Assert: op is one of \"equal\", \"greater\", \"greaterOrEqual\", \"lesser\", \"lesserOrEqual\", \"logicalNot\".
"
},
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
"html": "If op is \"logicalNot\":",
"rationale": "if",
"steps": [
{
- "html": "If validating operand with this and a returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and a returns false, then throw a TypeError
.
"
},
{
- "html": "If a’s dataType is not \"uint8\"
, then throw a TypeError
.
"
+ "html": "If a’s dataType is not \"uint8\"
, then throw a TypeError
.
"
},
{
"html": "Let outputShape be a clone of a’s shape.
"
@@ -1817,13 +1959,13 @@
"rationale": "if",
"steps": [
{
- "html": "If validating operand with this and any of a and b returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and any of a and b returns false, then throw a TypeError
.
"
},
{
- "html": "If a’s dataType is not equal to b’s dataType, then throw a TypeError
.
"
+ "html": "If a’s dataType is not equal to b’s dataType, then throw a TypeError
.
"
},
{
- "html": "Let outputShape be the result of bidirectionally broadcasting a’s shape and b’s shape. If that returns failure, then throw a TypeError
.
"
+ "html": "Let outputShape be the result of bidirectionally broadcasting a’s shape and b’s shape. If that returns failure, then throw a TypeError
.
"
}
]
},
@@ -1835,7 +1977,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let output be the result of creating an MLOperand given this and descriptor.
"
+ "html": "Let output be the result of creating an MLOperand given this and descriptor.
"
},
{
"html": "Let operator be an operator for the op operation, given a and (if op is not \"logicalNot\") b, and options.
"
@@ -1867,7 +2009,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -1887,7 +2029,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -1907,7 +2049,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -1927,7 +2069,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -1947,7 +2089,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -1967,7 +2109,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -1985,13 +2127,13 @@
"html": "Assert: op is one of \"abs\", \"ceil\", \"cos\", \"erf\", \"exp\", \"floor\", \"identity\", \"log\", \"neg\", \"reciprocal\", \"sin\", \"sqrt\", \"tan\".
"
},
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
- "html": "If allowedDataTypes is given and it does not contain input’s dataType, then throw a TypeError
.
"
+ "html": "If allowedDataTypes is given and it does not contain input’s dataType, then throw a TypeError
.
"
},
{
"html": "Make graph connections:",
@@ -2030,7 +2172,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -2050,7 +2192,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -2070,7 +2212,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -2090,7 +2232,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -2110,7 +2252,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -2130,7 +2272,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -2150,7 +2292,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -2170,7 +2312,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -2190,7 +2332,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -2210,7 +2352,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -2230,7 +2372,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -2250,7 +2392,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -2270,7 +2412,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -2285,13 +2427,13 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
- "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
"html": "Set options.alpha
to the result of casting options.alpha
to input’s dataType.
"
@@ -2328,17 +2470,17 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
"html": "Let outputShape be the result of unidirectionally broadcasting input’s shape and newShape.",
"rationale": "if",
"steps": [
{
- "html": "If that returns failure, then throw a TypeError
.
"
+ "html": "If that returns failure, then throw a TypeError
.
"
}
]
},
@@ -2350,7 +2492,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let output be the result of creating an MLOperand given this and outputDescriptor.
"
+ "html": "Let output be the result of creating an MLOperand given this and outputDescriptor.
"
},
{
"html": "Let operator be an operator for the \"expand\" operation, given input, newShape, and options.
"
@@ -2377,13 +2519,13 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and any of input and indices returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and any of input and indices returns false, then throw a TypeError
.
"
},
{
- "html": "If indices’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If indices’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
"html": "Let shapeInput be input’s shape and rankInput be shapeInput’s rank.
"
@@ -2395,7 +2537,7 @@
"html": "Let axis be options.axis
.
"
},
{
- "html": "If axis is greater than or equal to rankInput, then throw a TypeError
.
"
+ "html": "If axis is greater than or equal to rankInput, then throw a TypeError
.
"
},
{
"html": "Let dimCount be zero.
"
@@ -2495,13 +2637,13 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
- "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
"html": "Make graph connections:",
@@ -2535,16 +2677,16 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and any of a and b returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and any of a and b returns false, then throw a TypeError
.
"
},
{
- "html": "If the dataType of any of a or b is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If the dataType of any of a or b is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If the rank of any of a or b is not its allowed rank, then throw a TypeError
.
"
+ "html": "If the rank of any of a or b is not its allowed rank, then throw a TypeError
.
"
},
{
"html": "Set options.alpha
to the result of casting options.alpha
to a’s dataType.
"
@@ -2565,17 +2707,17 @@
"html": "If options.bTranspose
is true, then reverse the order of the items in shapeB.
"
},
{
- "html": "If shapeA[1] is not equal to shapeB[0], then throw a TypeError
.
"
+ "html": "If shapeA[1] is not equal to shapeB[0], then throw a TypeError
.
"
},
{
"html": "If options.c
exists:",
"rationale": "if",
"steps": [
{
- "html": "If it is not unidirectionally broadcastable to the shape « shapeA[0], shapeB[1] », then throw a TypeError
.
"
+ "html": "If it is not unidirectionally broadcastable to the shape « shapeA[0], shapeB[1] », then throw a TypeError
.
"
},
{
- "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
}
]
},
@@ -2587,7 +2729,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let output be the result of creating an MLOperand given this and desc.
"
+ "html": "Let output be the result of creating an MLOperand given this and desc.
"
},
{
"html": "Let operator be an operator for the \"gemm\" operation, given options.
"
@@ -2617,19 +2759,19 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and any of input, weight, recurrentWeight, options.bias
(if it exists), options.recurrentBias
(if it exists), and options.initialHiddenState
(if it exists) returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and any of input, weight, recurrentWeight, options.bias
(if it exists), options.recurrentBias
(if it exists), and options.initialHiddenState
(if it exists) returns false, then throw a TypeError
.
"
},
{
- "html": "If the dataType of any of input, weight or recurrentWeight is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If the dataType of any of input, weight or recurrentWeight is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If the rank of any of input, weight or recurrentWeight is not its allowed rank, then throw a TypeError
.
"
+ "html": "If the rank of any of input, weight or recurrentWeight is not its allowed rank, then throw a TypeError
.
"
},
{
- "html": "If input’s shape[0] is not equal to steps, then throw a TypeError
.
"
+ "html": "If input’s shape[0] is not equal to steps, then throw a TypeError
.
"
},
{
"html": "Let batchSize be input’s shape[1].
"
@@ -2641,23 +2783,23 @@
"html": "Let numDirections be 2 if options.direction
is \"both\"
, or 1 otherwise.
"
},
{
- "html": "If weight’s shape is not equal to « numDirections, 3 * hiddenSize, inputSize », then throw a TypeError
.
"
+ "html": "If weight’s shape is not equal to « numDirections, 3 * hiddenSize, inputSize », then throw a TypeError
.
"
},
{
- "html": "If recurrentWeight’s shape is not equal to « numDirections, 3 * hiddenSize, hiddenSize », then throw a TypeError
.
"
+ "html": "If recurrentWeight’s shape is not equal to « numDirections, 3 * hiddenSize, hiddenSize », then throw a TypeError
.
"
},
{
- "html": "If hiddenSize * 6 is not a valid dimension, then throw a TypeError
.
"
+ "html": "If hiddenSize * 6 is not a valid dimension, then throw a TypeError
.
"
},
{
"html": "If options.bias
exists:",
"rationale": "if",
"steps": [
{
- "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If its shape is not equal to « numDirections, 3 * hiddenSize », then throw a TypeError
.
"
+ "html": "If its shape is not equal to « numDirections, 3 * hiddenSize », then throw a TypeError
.
"
}
]
},
@@ -2666,10 +2808,10 @@
"rationale": "if",
"steps": [
{
- "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If its shape is not equal to « numDirections, 3 * hiddenSize », then throw a TypeError
.
"
+ "html": "If its shape is not equal to « numDirections, 3 * hiddenSize », then throw a TypeError
.
"
}
]
},
@@ -2678,10 +2820,10 @@
"rationale": "if",
"steps": [
{
- "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If its shape is not equal to « numDirections, batchSize, hiddenSize », then throw a TypeError
.
"
+ "html": "If its shape is not equal to « numDirections, batchSize, hiddenSize », then throw a TypeError
.
"
}
]
},
@@ -2690,7 +2832,7 @@
"rationale": "if",
"steps": [
{
- "html": "If its size is not 2, then throw a TypeError
.
"
+ "html": "If its size is not 2, then throw a TypeError
.
"
},
{
"html": "Let activations be a clone of options.activations
.
"
@@ -2732,14 +2874,14 @@
"html": "Let operator be an operator for the \"gru\" operation, given weight, recurrentWeight, steps, hiddenSize and options.
"
},
{
- "html": "Let output0 be the result of creating an MLOperand given this and desc0.
"
+ "html": "Let output0 be the result of creating an MLOperand given this and desc0.
"
},
{
"html": "If options.returnSequence
is true:",
"rationale": "let",
"steps": [
{
- "html": "Let output1 be the result of creating an MLOperand given this and desc1.
"
+ "html": "Let output1 be the result of creating an MLOperand given this and desc1.
"
},
{
"html": "Let output be the list « output0, output1 ».
"
@@ -2792,16 +2934,16 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and any of input, weight, recurrentWeight, hiddenState, options.bias
(if it exists), and options.recurrentBias
(if it exists) returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and any of input, weight, recurrentWeight, hiddenState, options.bias
(if it exists), and options.recurrentBias
(if it exists) returns false, then throw a TypeError
.
"
},
{
- "html": "If the dataType of any of input, weight, recurrentWeight, or hiddenState is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If the dataType of any of input, weight, recurrentWeight, or hiddenState is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If the rank of any of input, weight, recurrentWeight or hiddenState is not its allowed ranks (according to this table), then throw a TypeError
.
"
+ "html": "If the rank of any of input, weight, recurrentWeight or hiddenState is not its allowed ranks (according to this table), then throw a TypeError
.
"
},
{
"html": "Let batchSize be input’s shape[0].
"
@@ -2810,26 +2952,26 @@
"html": "Let inputSize be input’s shape[1].
"
},
{
- "html": "If weight’s shape is not equal to « 3 * hiddenSize, inputSize », then throw a TypeError
.
"
+ "html": "If weight’s shape is not equal to « 3 * hiddenSize, inputSize », then throw a TypeError
.
"
},
{
- "html": "If recurrentWeight’s shape is not equal to « 3 * hiddenSize, hiddenSize », then throw a TypeError
.
"
+ "html": "If recurrentWeight’s shape is not equal to « 3 * hiddenSize, hiddenSize », then throw a TypeError
.
"
},
{
- "html": "If hiddenState’s shape is not equal to « batchSize, hiddenSize », then throw a TypeError
.
"
+ "html": "If hiddenState’s shape is not equal to « batchSize, hiddenSize », then throw a TypeError
.
"
},
{
- "html": "If hiddenSize * 6 is not a valid dimension, then throw a TypeError
.
"
+ "html": "If hiddenSize * 6 is not a valid dimension, then throw a TypeError
.
"
},
{
"html": "If options.bias
exists:",
"rationale": "if",
"steps": [
{
- "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If its shape is not equal to « 3 * hiddenSize », then throw a TypeError
.
"
+ "html": "If its shape is not equal to « 3 * hiddenSize », then throw a TypeError
.
"
}
]
},
@@ -2838,10 +2980,10 @@
"rationale": "if",
"steps": [
{
- "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If its shape is not equal to « 3 * hiddenSize », then throw a TypeError
.
"
+ "html": "If its shape is not equal to « 3 * hiddenSize », then throw a TypeError
.
"
}
]
},
@@ -2850,7 +2992,7 @@
"rationale": "if",
"steps": [
{
- "html": "If its size is not 2, then throw a TypeError
.
"
+ "html": "If its size is not 2, then throw a TypeError
.
"
},
{
"html": "Let activations be a clone of options.activations
.
"
@@ -2874,7 +3016,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let output be the result of creating an MLOperand given this and desc.
"
+ "html": "Let output be the result of creating an MLOperand given this and desc.
"
},
{
"html": "Let operator be an operator for the \"gruCell\" operation, given weight, recurrentWeight, hiddenState, hiddenSize and options.
"
@@ -2910,13 +3052,13 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
- "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
"html": "Set options.alpha
to the result of casting options.alpha
to input’s dataType.
"
@@ -2956,13 +3098,13 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
- "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
"html": "Make graph connections:",
@@ -2996,16 +3138,16 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and any of input, options.scale
(if it exists), and options.bias
(if it exists) returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and any of input, options.scale
(if it exists), and options.bias
(if it exists) returns false, then throw a TypeError
.
"
},
{
- "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If input’s rank is not its allowed rank, then throw a TypeError
.
"
+ "html": "If input’s rank is not its allowed rank, then throw a TypeError
.
"
},
{
"html": "Set options.epsilon
to the result of casting options.epsilon
to input’s dataType.
"
@@ -3018,10 +3160,10 @@
"rationale": "if",
"steps": [
{
- "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If its shape is not equal to « input’s shape[axis] », then throw a TypeError
.
"
+ "html": "If its shape is not equal to « input’s shape[axis] », then throw a TypeError
.
"
}
]
},
@@ -3030,10 +3172,10 @@
"rationale": "if",
"steps": [
{
- "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If its shape is not equal to « input’s shape[axis] », then throw a TypeError
.
"
+ "html": "If its shape is not equal to « input’s shape[axis] », then throw a TypeError
.
"
}
]
},
@@ -3075,13 +3217,13 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and any of input, options.scale
(if it exists), and options.bias
(if it exists) returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and any of input, options.scale
(if it exists), and options.bias
(if it exists) returns false, then throw a TypeError
.
"
},
{
- "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
"html": "If options.axes
does not exist, then set options.axes
to a new list, either equal to the range from 1 to input’s rank, exclusive, if input’s rank is greater than 1, or an empty list otherwise.
"
@@ -3097,10 +3239,10 @@
"rationale": "if",
"steps": [
{
- "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If its rank is not equal to options.axes
's size, then throw a TypeError
.
"
+ "html": "If its rank is not equal to options.axes
's size, then throw a TypeError
.
"
}
]
},
@@ -3109,10 +3251,10 @@
"rationale": "if",
"steps": [
{
- "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If its rank is not equal to options.axes
's size, then throw a TypeError
.
"
+ "html": "If its rank is not equal to options.axes
's size, then throw a TypeError
.
"
}
]
},
@@ -3124,7 +3266,7 @@
"html": "Let axis be options.axes
[index].
"
},
{
- "html": "If axis is greater or equal to input’s rank, then throw a TypeError
.
"
+ "html": "If axis is greater or equal to input’s rank, then throw a TypeError
.
"
},
{
"html": "Let size be input’s shape[axis].
"
@@ -3134,7 +3276,7 @@
"rationale": "if",
"steps": [
{
- "html": "If its shape[index] is not equal to size, then throw a TypeError
.
"
+ "html": "If its shape[index] is not equal to size, then throw a TypeError
.
"
}
]
},
@@ -3143,7 +3285,7 @@
"rationale": "if",
"steps": [
{
- "html": "If its shape[index] is not equal to size, then throw a TypeError
.
"
+ "html": "If its shape[index] is not equal to size, then throw a TypeError
.
"
}
]
}
@@ -3187,13 +3329,13 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
- "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
"html": "Set options.alpha
to the result of casting options.alpha
to input’s dataType.
"
@@ -3230,13 +3372,13 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
- "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
"html": "Set options.alpha
to the result of casting options.alpha
to input’s dataType.
"
@@ -3276,22 +3418,22 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and any of input, weight, recurrentWeight, options.bias
(if it exists), options.recurrentBias
(if it exists), options.peepholeWeight
(if it exists), options.initialHiddenState
(if it exists), and options.initialCellState
(if it exists) returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and any of input, weight, recurrentWeight, options.bias
(if it exists), options.recurrentBias
(if it exists), options.peepholeWeight
(if it exists), options.initialHiddenState
(if it exists), and options.initialCellState
(if it exists) returns false, then throw a TypeError
.
"
},
{
"html": "Let numDirections be 2 if options.direction
is \"both\"
, or 1 otherwise.
"
},
{
- "html": "If the dataType of any of input, weight or recurrentWeight is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If the dataType of any of input, weight or recurrentWeight is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If the rank of any of input, weight or recurrentWeight is not its allowed rank, then throw a TypeError
.
"
+ "html": "If the rank of any of input, weight or recurrentWeight is not its allowed rank, then throw a TypeError
.
"
},
{
- "html": "If input’s shape[0] is not equal to steps, then throw a TypeError
.
"
+ "html": "If input’s shape[0] is not equal to steps, then throw a TypeError
.
"
},
{
"html": "Let batchSize be input’s shape[1].
"
@@ -3300,23 +3442,23 @@
"html": "Let inputSize be input’s shape[2].
"
},
{
- "html": "If weight’s shape is not equal to « numDirections, 4 * hiddenSize, inputSize », then throw a TypeError
.
"
+ "html": "If weight’s shape is not equal to « numDirections, 4 * hiddenSize, inputSize », then throw a TypeError
.
"
},
{
- "html": "If recurrentWeight’s shape is not equal to « numDirections, 4 * hiddenSize, hiddenSize », then throw a TypeError
.
"
+ "html": "If recurrentWeight’s shape is not equal to « numDirections, 4 * hiddenSize, hiddenSize », then throw a TypeError
.
"
},
{
- "html": "If hiddenSize * 8 is not a valid dimension, then throw a TypeError
.
"
+ "html": "If hiddenSize * 8 is not a valid dimension, then throw a TypeError
.
"
},
{
"html": "If options.bias
exists:",
"rationale": "if",
"steps": [
{
- "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If its shape is not equal to « numDirections, 4 * hiddenSize », then throw a TypeError
.
"
+ "html": "If its shape is not equal to « numDirections, 4 * hiddenSize », then throw a TypeError
.
"
}
]
},
@@ -3325,10 +3467,10 @@
"rationale": "if",
"steps": [
{
- "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If its shape is not equal to « numDirections, 4 * hiddenSize », then throw a TypeError
.
"
+ "html": "If its shape is not equal to « numDirections, 4 * hiddenSize », then throw a TypeError
.
"
}
]
},
@@ -3337,10 +3479,10 @@
"rationale": "if",
"steps": [
{
- "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If its shape is not equal to « numDirections, 3 * hiddenSize », then throw a TypeError
.
"
+ "html": "If its shape is not equal to « numDirections, 3 * hiddenSize », then throw a TypeError
.
"
}
]
},
@@ -3349,10 +3491,10 @@
"rationale": "if",
"steps": [
{
- "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If its shape is not equal to « numDirections, batchSize, hiddenSize », then throw a TypeError
.
"
+ "html": "If its shape is not equal to « numDirections, batchSize, hiddenSize », then throw a TypeError
.
"
}
]
},
@@ -3361,10 +3503,10 @@
"rationale": "if",
"steps": [
{
- "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If its shape is not equal to « numDirections, batchSize, hiddenSize », then throw a TypeError
.
"
+ "html": "If its shape is not equal to « numDirections, batchSize, hiddenSize », then throw a TypeError
.
"
}
]
},
@@ -3373,7 +3515,7 @@
"rationale": "if",
"steps": [
{
- "html": "If its size is not 3, then throw a TypeError
.
"
+ "html": "If its size is not 3, then throw a TypeError
.
"
},
{
"html": "Let activations be a clone of options.activations
.
"
@@ -3415,17 +3557,17 @@
"html": "Let operator be an operator for the \"lstm\" operation, given weight, recurrentWeight, steps, hiddenSize and options.
"
},
{
- "html": "Let output0 be the result of creating an MLOperand given this and desc.
"
+ "html": "Let output0 be the result of creating an MLOperand given this and desc.
"
},
{
- "html": "Let output1 be the result of creating an MLOperand given this and desc.
"
+ "html": "Let output1 be the result of creating an MLOperand given this and desc.
"
},
{
"html": "If options.returnSequence
is true:",
"rationale": "let",
"steps": [
{
- "html": "Let output2 be the result of creating an MLOperand given this and desc2.
"
+ "html": "Let output2 be the result of creating an MLOperand given this and desc2.
"
},
{
"html": "Let output be the list « output0, output1, output2 ».
"
@@ -3484,16 +3626,16 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and any of input, weight, recurrentWeight, hiddenState, cellState, options.bias
(if it exists), options.recurrentBias
(if it exists), and options.peepholeWeight
(if it exists) returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and any of input, weight, recurrentWeight, hiddenState, cellState, options.bias
(if it exists), options.recurrentBias
(if it exists), and options.peepholeWeight
(if it exists) returns false, then throw a TypeError
.
"
},
{
- "html": "If the dataType of any of input, weight, recurrentWeight, hiddenState or cellState is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If the dataType of any of input, weight, recurrentWeight, hiddenState or cellState is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If the rank of any of input, weight, recurrentWeight, hiddenState or cellState is not its allowed rank, then throw a TypeError
.
"
+ "html": "If the rank of any of input, weight, recurrentWeight, hiddenState or cellState is not its allowed rank, then throw a TypeError
.
"
},
{
"html": "Let batchSize be input’s shape[0].
"
@@ -3502,29 +3644,29 @@
"html": "Let inputSize be input’s shape[1].
"
},
{
- "html": "If weight’s shape is not equal to « 4 * hiddenSize, inputSize », then throw a TypeError
.
"
+ "html": "If weight’s shape is not equal to « 4 * hiddenSize, inputSize », then throw a TypeError
.
"
},
{
- "html": "If recurrentWeight’s shape is not equal to « 4 * hiddenSize, hiddenSize », then throw a TypeError
.
"
+ "html": "If recurrentWeight’s shape is not equal to « 4 * hiddenSize, hiddenSize », then throw a TypeError
.
"
},
{
- "html": "If hiddenState’s shape is not equal to « batchSize, hiddenSize », then throw a TypeError
.
"
+ "html": "If hiddenState’s shape is not equal to « batchSize, hiddenSize », then throw a TypeError
.
"
},
{
- "html": "If cellState’s shape is not equal to « batchSize, hiddenSize », then throw a TypeError
.
"
+ "html": "If cellState’s shape is not equal to « batchSize, hiddenSize », then throw a TypeError
.
"
},
{
- "html": "If hiddenSize * 8 is not a valid dimension, then throw a TypeError
.
"
+ "html": "If hiddenSize * 8 is not a valid dimension, then throw a TypeError
.
"
},
{
"html": "If options.bias
exists:",
"rationale": "if",
"steps": [
{
- "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If its shape is not equal to « 4 * hiddenSize », then throw a TypeError
.
"
+ "html": "If its shape is not equal to « 4 * hiddenSize », then throw a TypeError
.
"
}
]
},
@@ -3533,10 +3675,10 @@
"rationale": "if",
"steps": [
{
- "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If its shape is not equal to « 4 * hiddenSize », then throw a TypeError
.
"
+ "html": "If its shape is not equal to « 4 * hiddenSize », then throw a TypeError
.
"
}
]
},
@@ -3545,10 +3687,10 @@
"rationale": "if",
"steps": [
{
- "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If its dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If its shape is not equal to « 3 * hiddenSize », then throw a TypeError
.
"
+ "html": "If its shape is not equal to « 3 * hiddenSize », then throw a TypeError
.
"
}
]
},
@@ -3557,7 +3699,7 @@
"rationale": "if",
"steps": [
{
- "html": "If its size is not 3, then throw a TypeError
.
"
+ "html": "If its size is not 3, then throw a TypeError
.
"
},
{
"html": "Let activations be a clone of options.activations
.
"
@@ -3587,10 +3729,10 @@
"rationale": "let",
"steps": [
{
- "html": "Let output0 be the result of creating an MLOperand given this and desc.
"
+ "html": "Let output0 be the result of creating an MLOperand given this and desc.
"
},
{
- "html": "Let output1 be the result of creating an MLOperand given this and desc.
"
+ "html": "Let output1 be the result of creating an MLOperand given this and desc.
"
},
{
"html": "Let output be the list « output0, output1 ».
"
@@ -3644,7 +3786,7 @@
"html": "Let rankB be b’s rank.
"
},
{
- "html": "If either rankA or rankB is less than 2, then throw a TypeError
.
"
+ "html": "If either rankA or rankB is less than 2, then throw a TypeError
.
"
},
{
"html": "Let colsA be shapeA[rankA - 1].
"
@@ -3659,7 +3801,7 @@
"html": "Let rowsB be shapeB[rankB - 2].
"
},
{
- "html": "If colsA is not equal to rowsB, then throw a TypeError
.
"
+ "html": "If colsA is not equal to rowsB, then throw a TypeError
.
"
},
{
"html": "Let batchShapeA be a clone of shapeA with the spatial dimensions (last 2 items) removed.
"
@@ -3668,7 +3810,7 @@
"html": "Let batchShapeB be a clone of shapeB with the spatial dimensions (last 2 items) removed.
"
},
{
- "html": "Let outputShape be the result of bidirectionally broadcasting batchShapeA and batchShapeB. If that returns failure, then throw a TypeError
.
"
+ "html": "Let outputShape be the result of bidirectionally broadcasting batchShapeA and batchShapeB. If that returns failure, then throw a TypeError
.
"
},
{
"html": "Append « rowsA, colsB » to outputShape.
"
@@ -3684,20 +3826,20 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and any of a and b returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and any of a and b returns false, then throw a TypeError
.
"
},
{
- "html": "If the dataType of any of a or b is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If the dataType of any of a or b is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
"html": "Let outputShape be the result of calculating matmul output sizes given a and b.",
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, re-throw the error.
"
+ "html": "If that throws an error, re-throw the error.
"
}
]
},
@@ -3709,7 +3851,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let output be the result of creating an MLOperand given this and desc.
"
+ "html": "Let output be the result of creating an MLOperand given this and desc.
"
},
{
"html": "Let operator be an operator for the \"matmul\" operation, given options.
"
@@ -3761,16 +3903,16 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
- "html": "If input’s rank is 0, then throw a TypeError
.
"
+ "html": "If input’s rank is 0, then throw a TypeError
.
"
},
{
- "html": "If beginningPadding’s size and endingPadding’s size are not both equal to input’s rank, then throw a TypeError
.
"
+ "html": "If beginningPadding’s size and endingPadding’s size are not both equal to input’s rank, then throw a TypeError
.
"
},
{
"html": "Let desc be a copy of input.[[descriptor]]
.
"
@@ -3779,7 +3921,7 @@
"html": "Let outputShape be the result of calculating padding output sizes given input, beginningPadding and endingPadding.
"
},
{
- "html": "If any item in outputShape is not a valid dimension, then throw a TypeError
.
"
+ "html": "If any item in outputShape is not a valid dimension, then throw a TypeError
.
"
},
{
"html": "Set options.value
to the result of casting options.value
to input’s dataType.
"
@@ -3792,7 +3934,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let output be the result of creating an MLOperand given this and desc.
"
+ "html": "Let output be the result of creating an MLOperand given this and desc.
"
},
{
"html": "Let operator be an operator for the \"padding\" operation, given beginningPadding, endingPadding and options.
"
@@ -3919,19 +4061,19 @@
"html": "Assert: op is one of \"averagePool2d\", \"l2Pool2d\", \"maxPool2d\".
"
},
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
- "html": "If allowedDataTypes is given and it does not contain input’s dataType, then throw a TypeError
.
"
+ "html": "If allowedDataTypes is given and it does not contain input’s dataType, then throw a TypeError
.
"
},
{
- "html": "If input’s rank is not 4, then throw a TypeError
.
"
+ "html": "If input’s rank is not 4, then throw a TypeError
.
"
},
{
- "html": "If options.windowDimensions
exists and its size is not 2, then throw a TypeError
.
"
+ "html": "If options.windowDimensions
exists and its size is not 2, then throw a TypeError
.
"
},
{
"html": "Otherwise, set options.windowDimensions
to the height and width dimensions of the shape of input.
"
@@ -3940,26 +4082,26 @@
"html": "If options.outputSizes
exists, or if options.padding
does not exist, set options.padding
to the list « 0, 0, 0, 0 ».
"
},
{
- "html": "If options.padding
's size is not 4, then throw a TypeError
.
"
+ "html": "If options.padding
's size is not 4, then throw a TypeError
.
"
},
{
"html": "If options.strides
does not exist, set options.strides
to the list « 1, 1 ».
"
},
{
- "html": "If options.strides
's size is not 2, then throw a TypeError
.
"
+ "html": "If options.strides
's size is not 2, then throw a TypeError
.
"
},
{
- "html": "If any value in options.strides
is not greater than 0, then throw a TypeError
.
"
+ "html": "If any value in options.strides
is not greater than 0, then throw a TypeError
.
"
},
{
"html": "If options.outputSizes
exists:",
"rationale": "if",
"steps": [
{
- "html": "If its size is not 2, then throw a TypeError
.
"
+ "html": "If its size is not 2, then throw a TypeError
.
"
},
{
- "html": "If its elements are not smaller than the elements at the same dimension (index) for options.strides
, then throw a TypeError
.
"
+ "html": "If its elements are not smaller than the elements at the same dimension (index) for options.strides
, then throw a TypeError
.
"
}
]
},
@@ -3967,10 +4109,10 @@
"html": "If options.dilations
does not exist, set options.dilations
to the list « 1, 1 ».
"
},
{
- "html": "If options.dilations
's size is not 2, then throw a TypeError
.
"
+ "html": "If options.dilations
's size is not 2, then throw a TypeError
.
"
},
{
- "html": "If any value in options.dilations
is not greater than 0, then throw a TypeError
.
"
+ "html": "If any value in options.dilations
is not greater than 0, then throw a TypeError
.
"
},
{
"html": "Let desc be a copy of input.[[descriptor]]
.
"
@@ -3979,7 +4121,7 @@
"html": "Let outputShape be the result of calculating pool2d output sizes given options.layout
, input’s shape, options.roundingType
, options.windowDimensions
, options.padding
, options.strides
, options.dilations
, and options.outputSizes
(if it exists).
"
},
{
- "html": "If any item in outputShape is not a valid dimension, then throw a TypeError
.
"
+ "html": "If any item in outputShape is not a valid dimension, then throw a TypeError
.
"
},
{
"html": "Set desc.shape
to outputShape.
"
@@ -3989,7 +4131,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let output be the result of creating an MLOperand given this and desc.
"
+ "html": "Let output be the result of creating an MLOperand given this and desc.
"
},
{
"html": "Let operator be an operator for the op operation, given options.
"
@@ -4021,7 +4163,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -4041,7 +4183,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -4061,7 +4203,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -4076,20 +4218,20 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and any of input and slope returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and any of input and slope returns false, then throw a TypeError
.
"
},
{
- "html": "If the dataType of any of input or slope is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If the dataType of any of input or slope is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
"html": "Let outputShape be to the result of bidirectionally broadcasting slope’s shape and input’s shape.",
"rationale": "if",
"steps": [
{
- "html": "If that returns failure, then throw a TypeError
.
"
+ "html": "If that returns failure, then throw a TypeError
.
"
}
]
},
@@ -4101,7 +4243,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let output be the result of creating an MLOperand given this and descriptor.
"
+ "html": "Let output be the result of creating an MLOperand given this and descriptor.
"
},
{
"html": "Let operator be an operator for the \"prelu\" operation, given slope and options.
"
@@ -4186,16 +4328,16 @@
"html": "Assert: op is one of \"reduceL1\", \"reduceL2\", \"reduceLogSum\", \"reduceLogSumExp\", \"reduceMax\", \"reduceMean\", \"reduceMin\", \"reduceProduct\", \"reduceSum\", \"reduceSumSquare\".
"
},
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
- "html": "If allowedDataTypes is given and it does not contain input’s dataType, then throw a TypeError
.
"
+ "html": "If allowedDataTypes is given and it does not contain input’s dataType, then throw a TypeError
.
"
},
{
- "html": "Let outputShape be the result of calculating reduction output sizes given input’s shape, options.axes
(if it exists), and options.keepDimensions
. If that returns failure, then throw a TypeError
.
"
+ "html": "Let outputShape be the result of calculating reduction output sizes given input’s shape, options.axes
(if it exists), and options.keepDimensions
. If that returns failure, then throw a TypeError
.
"
},
{
"html": "Let desc be the result of creating an MLOperandDescriptor given input’s dataType and outputShape.
"
@@ -4205,7 +4347,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let output be the result of creating an MLOperand given this and desc.
"
+ "html": "Let output be the result of creating an MLOperand given this and desc.
"
},
{
"html": "Let operator be an operator for the op operation, given options.
"
@@ -4237,7 +4379,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -4257,7 +4399,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -4277,7 +4419,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -4297,7 +4439,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -4317,7 +4459,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -4337,7 +4479,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -4357,7 +4499,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -4377,7 +4519,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -4397,7 +4539,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -4417,7 +4559,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that throws an error, then re-throw the error.
"
+ "html": "If that throws an error, then re-throw the error.
"
}
]
},
@@ -4432,13 +4574,13 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
- "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
"html": "Make graph connections:",
@@ -4531,29 +4673,29 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
- "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If input’s rank is not its allowed rank, then throw a TypeError
.
"
+ "html": "If input’s rank is not its allowed rank, then throw a TypeError
.
"
},
{
- "html": "If checking resample options given options and input returns false, then throw a TypeError
.
"
+ "html": "If checking resample options given options and input returns false, then throw a TypeError
.
"
},
{
- "html": "Let desc be the result of calculating resample output sizes given input and options. If that returns failure, then throw a TypeError
.
"
+ "html": "Let desc be the result of calculating resample output sizes given input and options. If that returns failure, then throw a TypeError
.
"
},
{
"html": "Make graph connections:",
"rationale": "let",
"steps": [
{
- "html": "Let output be the result of creating an MLOperand given this and desc.
"
+ "html": "Let output be the result of creating an MLOperand given this and desc.
"
},
{
"html": "Let operator be an operator for the \"resample2d\" operation, given options.
"
@@ -4580,10 +4722,10 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
"html": "Let outputShape be an empty array of unsigned long
.
"
@@ -4592,13 +4734,13 @@
"html": "If newShape’s size is 0, set outputShape to an empty list for a scalar.
"
},
{
- "html": "If any item in newShape is not a valid dimension, then throw a TypeError
.
"
+ "html": "If any item in newShape is not a valid dimension, then throw a TypeError
.
"
},
{
"html": "Let inputElementCount be the product of all elements in input’s shape. Empty dimensions yield an inputElementCount of 1.
"
},
{
- "html": "If product of all values in newShape is not equal to inputElementCount, then throw a TypeError
.
"
+ "html": "If product of all values in newShape is not equal to inputElementCount, then throw a TypeError
.
"
},
{
"html": "Let desc be a copy of input.[[descriptor]]
.
"
@@ -4611,7 +4753,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let output be the result of creating an MLOperand given this and desc.
"
+ "html": "Let output be the result of creating an MLOperand given this and desc.
"
},
{
"html": "Let operator be an operator for the \"reshape\" operation, given options.
"
@@ -4638,13 +4780,13 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
- "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
"html": "Make graph connections:",
@@ -4678,29 +4820,29 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
- "html": "If any of sizes’s items are 0, then throw a TypeError
.
"
+ "html": "If any of sizes’s items are 0, then throw a TypeError
.
"
},
{
- "html": "If starts’s size and sizes’s size are not both equal to input’s rank, then throw a TypeError
.
"
+ "html": "If starts’s size and sizes’s size are not both equal to input’s rank, then throw a TypeError
.
"
},
{
"html": "For each index in the range 0 to input’s rank, exclusive:",
"rationale": "if",
"steps": [
{
- "html": "If sizes[index] is 0, then throw a TypeError
.
"
+ "html": "If sizes[index] is 0, then throw a TypeError
.
"
},
{
- "html": "If starts[index] is greater than or equal to input’s shape[index], then throw a TypeError
.
"
+ "html": "If starts[index] is greater than or equal to input’s shape[index], then throw a TypeError
.
"
},
{
- "html": "If starts[index] + sizes[index] is greater than input’s shape[index], then throw a TypeError
.
"
+ "html": "If starts[index] + sizes[index] is greater than input’s shape[index], then throw a TypeError
.
"
}
]
},
@@ -4736,16 +4878,16 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
- "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
- "html": "If axis is greater than or equal to input’s rank, then throw a TypeError
.
"
+ "html": "If axis is greater than or equal to input’s rank, then throw a TypeError
.
"
},
{
"html": "Make graph connections:",
@@ -4779,13 +4921,13 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
- "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
"html": "Make graph connections:",
@@ -4819,13 +4961,13 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
- "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
"html": "Make graph connections:",
@@ -4859,23 +5001,23 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
"html": "Let axis be options.axis
.
"
},
{
- "html": "If axis is greater than or equal to input’s rank, then throw a TypeError
.
"
+ "html": "If axis is greater than or equal to input’s rank, then throw a TypeError
.
"
},
{
"html": "If splits is an unsigned long
:",
"rationale": "if",
"steps": [
{
- "html": "If input’s shape[axis] % splits is not 0, then throw a TypeError
.
"
+ "html": "If input’s shape[axis] % splits is not 0, then throw a TypeError
.
"
},
{
"html": "Otherwise, let splitCount be splits.
"
@@ -4887,10 +5029,10 @@
"rationale": "if",
"steps": [
{
- "html": "If any of its elements is equal to 0, then throw a TypeError
.
"
+ "html": "If any of its elements is equal to 0, then throw a TypeError
.
"
},
{
- "html": "If the sum of its elements is not equal to input’s shape[axis], then throw a TypeError
.
"
+ "html": "If the sum of its elements is not equal to input’s shape[axis], then throw a TypeError
.
"
},
{
"html": "Otherwise, let splitCount be splits’s size.
"
@@ -4950,13 +5092,13 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
- "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If input’s dataType is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
"html": "Make graph connections:",
@@ -4990,10 +5132,10 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
"html": "If options.permutation
does not exist, let options.permutation
be the reversed sequence of all indices for input’s shape.
"
@@ -5003,13 +5145,13 @@
"rationale": "if",
"steps": [
{
- "html": "If its size is not equal to input’s rank, then throw a TypeError
.
"
+ "html": "If its size is not equal to input’s rank, then throw a TypeError
.
"
},
{
- "html": "If its values are not in the range 0 to input’s rank exclusive, then throw a TypeError
.
"
+ "html": "If its values are not in the range 0 to input’s rank exclusive, then throw a TypeError
.
"
},
{
- "html": "If it contains duplicate values, then throw a TypeError
.
"
+ "html": "If it contains duplicate values, then throw a TypeError
.
"
}
]
},
@@ -5045,13 +5187,13 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and input returns false, then throw a TypeError
.
"
},
{
- "html": "If input’s rank is not one of its allowed ranks (according to this table), then throw a TypeError
.
"
+ "html": "If input’s rank is not one of its allowed ranks (according to this table), then throw a TypeError
.
"
},
{
"html": "Make graph connections:",
@@ -5085,20 +5227,20 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this.[[hasBuilt]]
is true, then throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "If this can not build, then throw an \"InvalidStateError
\" DOMException
.
"
},
{
- "html": "If validating operand with this and any of condition, trueValue, and falseValue returns false, then throw a TypeError
.
"
+ "html": "If validating operand with this and any of condition, trueValue, and falseValue returns false, then throw a TypeError
.
"
},
{
- "html": "If the dataType of any of condition, trueValue, or falseValue is not one of its allowed data types (according to this table), then throw a TypeError
.
"
+ "html": "If the dataType of any of condition, trueValue, or falseValue is not one of its allowed data types (according to this table), then throw a TypeError
.
"
},
{
"html": "Let outputShape be the result of bidirectionally broadcasting trueValue’s shape and falseValue’s shape.",
"rationale": "if",
"steps": [
{
- "html": "If that returns failure, then throw a TypeError
.
"
+ "html": "If that returns failure, then throw a TypeError
.
"
}
]
},
@@ -5107,7 +5249,7 @@
"rationale": "if",
"steps": [
{
- "html": "If that returns failure, then throw a TypeError
.
"
+ "html": "If that returns failure, then throw a TypeError
.
"
}
]
},
@@ -5119,7 +5261,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let output be the result of creating an MLOperand given this and descriptor.
"
+ "html": "Let output be the result of creating an MLOperand given this and descriptor.
"
},
{
"html": "Let operator be an operator for the \"where\" operation, given condition, trueValue, falseValue, and options.
"
diff --git a/tr/dfns/WGSL.json b/tr/dfns/WGSL.json
index 5dbd33a76a44..23eaef362f28 100644
--- a/tr/dfns/WGSL.json
+++ b/tr/dfns/WGSL.json
@@ -748,6 +748,27 @@
},
"definedIn": "table"
},
+ {
+ "id": "trigger-subgroup_uniformity",
+ "href": "https://www.w3.org/TR/WGSL/#trigger-subgroup_uniformity",
+ "linkingText": [
+ "subgroup_uniformity"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [
+ "trigger"
+ ],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "filterable-triggering-rules",
+ "href": "https://www.w3.org/TR/WGSL/#filterable-triggering-rules",
+ "title": "Filterable Triggering Rules",
+ "number": "2.3.2"
+ },
+ "definedIn": "table"
+ },
{
"id": "diagnostic-filter",
"href": "https://www.w3.org/TR/WGSL/#diagnostic-filter",
@@ -1984,6 +2005,27 @@
},
"definedIn": "table"
},
+ {
+ "id": "extension-subgroups",
+ "href": "https://www.w3.org/TR/WGSL/#extension-subgroups",
+ "linkingText": [
+ "subgroups"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [
+ "extension"
+ ],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "enable-extensions-sec",
+ "href": "https://www.w3.org/TR/WGSL/#enable-extensions-sec",
+ "title": "Enable Extensions",
+ "number": "4.1.1"
+ },
+ "definedIn": "table"
+ },
{
"id": "language-extension",
"href": "https://www.w3.org/TR/WGSL/#language-extension",
@@ -10272,6 +10314,48 @@
},
"definedIn": "table"
},
+ {
+ "id": "built-in-values-subgroup_invocation_id",
+ "href": "https://www.w3.org/TR/WGSL/#built-in-values-subgroup_invocation_id",
+ "linkingText": [
+ "subgroup_invocation_id"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [
+ "built-in values"
+ ],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "subgroup-invocation-id-builtin-value",
+ "href": "https://www.w3.org/TR/WGSL/#subgroup-invocation-id-builtin-value",
+ "title": "subgroup_invocation_id",
+ "number": "12.3.1.1.14"
+ },
+ "definedIn": "table"
+ },
+ {
+ "id": "built-in-values-subgroup_size",
+ "href": "https://www.w3.org/TR/WGSL/#built-in-values-subgroup_size",
+ "linkingText": [
+ "subgroup_size"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [
+ "built-in values"
+ ],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "subgroup-size-builtin-value",
+ "href": "https://www.w3.org/TR/WGSL/#subgroup-size-builtin-value",
+ "title": "subgroup_size",
+ "number": "12.3.1.1.15"
+ },
+ "definedIn": "table"
+ },
{
"id": "user-defined-input-datum",
"href": "https://www.w3.org/TR/WGSL/#user-defined-input-datum",
@@ -12284,6 +12368,25 @@
},
"definedIn": "prose"
},
+ {
+ "id": "quad-invocation-id",
+ "href": "https://www.w3.org/TR/WGSL/#quad-invocation-id",
+ "linkingText": [
+ "quad invocation ID"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "fragment-shaders-helper-invocations",
+ "href": "https://www.w3.org/TR/WGSL/#fragment-shaders-helper-invocations",
+ "title": "Fragment Shaders and Helper Invocations",
+ "number": "14.4"
+ },
+ "definedIn": "prose"
+ },
{
"id": "helper-invocation",
"href": "https://www.w3.org/TR/WGSL/#helper-invocation",
@@ -12303,6 +12406,105 @@
},
"definedIn": "prose"
},
+ {
+ "id": "subgroup",
+ "href": "https://www.w3.org/TR/WGSL/#subgroup",
+ "linkingText": [
+ "subgroup"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "subgroups",
+ "href": "https://www.w3.org/TR/WGSL/#subgroups",
+ "title": "Subgroups",
+ "number": "14.5"
+ },
+ "definedIn": "prose"
+ },
+ {
+ "id": "subgroup-size",
+ "href": "https://www.w3.org/TR/WGSL/#subgroup-size",
+ "linkingText": [
+ "subgroup size"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "subgroups",
+ "href": "https://www.w3.org/TR/WGSL/#subgroups",
+ "title": "Subgroups",
+ "number": "14.5"
+ },
+ "definedIn": "prose"
+ },
+ {
+ "id": "subgroup-invocation-id",
+ "href": "https://www.w3.org/TR/WGSL/#subgroup-invocation-id",
+ "linkingText": [
+ "subgroup invocation ID"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "subgroups",
+ "href": "https://www.w3.org/TR/WGSL/#subgroups",
+ "title": "Subgroups",
+ "number": "14.5"
+ },
+ "definedIn": "prose"
+ },
+ {
+ "id": "subgroups-active",
+ "href": "https://www.w3.org/TR/WGSL/#subgroups-active",
+ "linkingText": [
+ "active"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [
+ "subgroups"
+ ],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "subgroups",
+ "href": "https://www.w3.org/TR/WGSL/#subgroups",
+ "title": "Subgroups",
+ "number": "14.5"
+ },
+ "definedIn": "prose"
+ },
+ {
+ "id": "subgroups-inactive",
+ "href": "https://www.w3.org/TR/WGSL/#subgroups-inactive",
+ "linkingText": [
+ "inactive"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [
+ "subgroups"
+ ],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "subgroups",
+ "href": "https://www.w3.org/TR/WGSL/#subgroups",
+ "title": "Subgroups",
+ "number": "14.5"
+ },
+ "definedIn": "prose"
+ },
{
"id": "control-barrier",
"href": "https://www.w3.org/TR/WGSL/#control-barrier",
@@ -12318,7 +12520,7 @@
"id": "barrier",
"href": "https://www.w3.org/TR/WGSL/#barrier",
"title": "Barriers",
- "number": "14.5.1"
+ "number": "14.6.1"
},
"definedIn": "prose"
},
@@ -12337,7 +12539,7 @@
"id": "derivatives",
"href": "https://www.w3.org/TR/WGSL/#derivatives",
"title": "Derivatives",
- "number": "14.5.2"
+ "number": "14.6.2"
},
"definedIn": "prose"
},
@@ -12356,7 +12558,7 @@
"id": "derivatives",
"href": "https://www.w3.org/TR/WGSL/#derivatives",
"title": "Derivatives",
- "number": "14.5.2"
+ "number": "14.6.2"
},
"definedIn": "prose"
},
@@ -12375,7 +12577,7 @@
"id": "overview-of-ieee-754",
"href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"title": "Overview of IEEE-754",
- "number": "14.6.1"
+ "number": "14.7.1"
},
"definedIn": "prose"
},
@@ -12396,7 +12598,7 @@
"id": "overview-of-ieee-754",
"href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"title": "Overview of IEEE-754",
- "number": "14.6.1"
+ "number": "14.7.1"
},
"definedIn": "prose"
},
@@ -12417,7 +12619,7 @@
"id": "overview-of-ieee-754",
"href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"title": "Overview of IEEE-754",
- "number": "14.6.1"
+ "number": "14.7.1"
},
"definedIn": "prose"
},
@@ -12438,7 +12640,7 @@
"id": "overview-of-ieee-754",
"href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"title": "Overview of IEEE-754",
- "number": "14.6.1"
+ "number": "14.7.1"
},
"definedIn": "prose"
},
@@ -12459,7 +12661,7 @@
"id": "overview-of-ieee-754",
"href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"title": "Overview of IEEE-754",
- "number": "14.6.1"
+ "number": "14.7.1"
},
"definedIn": "prose"
},
@@ -12478,7 +12680,7 @@
"id": "overview-of-ieee-754",
"href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"title": "Overview of IEEE-754",
- "number": "14.6.1"
+ "number": "14.7.1"
},
"definedIn": "prose"
},
@@ -12499,7 +12701,7 @@
"id": "overview-of-ieee-754",
"href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"title": "Overview of IEEE-754",
- "number": "14.6.1"
+ "number": "14.7.1"
},
"definedIn": "prose"
},
@@ -12520,7 +12722,7 @@
"id": "overview-of-ieee-754",
"href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"title": "Overview of IEEE-754",
- "number": "14.6.1"
+ "number": "14.7.1"
},
"definedIn": "prose"
},
@@ -12541,7 +12743,7 @@
"id": "overview-of-ieee-754",
"href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"title": "Overview of IEEE-754",
- "number": "14.6.1"
+ "number": "14.7.1"
},
"definedIn": "prose"
},
@@ -12560,7 +12762,7 @@
"id": "overview-of-ieee-754",
"href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"title": "Overview of IEEE-754",
- "number": "14.6.1"
+ "number": "14.7.1"
},
"definedIn": "prose"
},
@@ -12579,7 +12781,7 @@
"id": "overview-of-ieee-754",
"href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"title": "Overview of IEEE-754",
- "number": "14.6.1"
+ "number": "14.7.1"
},
"definedIn": "prose"
},
@@ -12600,7 +12802,7 @@
"id": "overview-of-ieee-754",
"href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"title": "Overview of IEEE-754",
- "number": "14.6.1"
+ "number": "14.7.1"
},
"definedIn": "prose"
},
@@ -12619,7 +12821,7 @@
"id": "overview-of-ieee-754",
"href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"title": "Overview of IEEE-754",
- "number": "14.6.1"
+ "number": "14.7.1"
},
"definedIn": "prose"
},
@@ -12640,7 +12842,7 @@
"id": "overview-of-ieee-754",
"href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"title": "Overview of IEEE-754",
- "number": "14.6.1"
+ "number": "14.7.1"
},
"definedIn": "prose"
},
@@ -12659,7 +12861,7 @@
"id": "overview-of-ieee-754",
"href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"title": "Overview of IEEE-754",
- "number": "14.6.1"
+ "number": "14.7.1"
},
"definedIn": "prose"
},
@@ -12678,7 +12880,7 @@
"id": "overview-of-ieee-754",
"href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"title": "Overview of IEEE-754",
- "number": "14.6.1"
+ "number": "14.7.1"
},
"definedIn": "prose"
},
@@ -12697,7 +12899,7 @@
"id": "overview-of-ieee-754",
"href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"title": "Overview of IEEE-754",
- "number": "14.6.1"
+ "number": "14.7.1"
},
"definedIn": "prose"
},
@@ -12718,7 +12920,7 @@
"id": "overview-of-ieee-754",
"href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"title": "Overview of IEEE-754",
- "number": "14.6.1"
+ "number": "14.7.1"
},
"definedIn": "prose"
},
@@ -12739,7 +12941,7 @@
"id": "overview-of-ieee-754",
"href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"title": "Overview of IEEE-754",
- "number": "14.6.1"
+ "number": "14.7.1"
},
"definedIn": "prose"
},
@@ -12760,7 +12962,7 @@
"id": "overview-of-ieee-754",
"href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"title": "Overview of IEEE-754",
- "number": "14.6.1"
+ "number": "14.7.1"
},
"definedIn": "prose"
},
@@ -12781,7 +12983,7 @@
"id": "overview-of-ieee-754",
"href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"title": "Overview of IEEE-754",
- "number": "14.6.1"
+ "number": "14.7.1"
},
"definedIn": "prose"
},
@@ -12802,7 +13004,7 @@
"id": "overview-of-ieee-754",
"href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"title": "Overview of IEEE-754",
- "number": "14.6.1"
+ "number": "14.7.1"
},
"definedIn": "prose"
},
@@ -12823,7 +13025,7 @@
"id": "overview-of-ieee-754",
"href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"title": "Overview of IEEE-754",
- "number": "14.6.1"
+ "number": "14.7.1"
},
"definedIn": "prose"
},
@@ -12844,7 +13046,7 @@
"id": "overview-of-ieee-754",
"href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"title": "Overview of IEEE-754",
- "number": "14.6.1"
+ "number": "14.7.1"
},
"definedIn": "prose"
},
@@ -12863,7 +13065,7 @@
"id": "differences-from-ieee754",
"href": "https://www.w3.org/TR/WGSL/#differences-from-ieee754",
"title": "Differences from IEEE-754",
- "number": "14.6.2"
+ "number": "14.7.2"
},
"definedIn": "prose"
},
@@ -12882,7 +13084,7 @@
"id": "differences-from-ieee754",
"href": "https://www.w3.org/TR/WGSL/#differences-from-ieee754",
"title": "Differences from IEEE-754",
- "number": "14.6.2"
+ "number": "14.7.2"
},
"definedIn": "prose"
},
@@ -12901,7 +13103,7 @@
"id": "floating-point-accuracy",
"href": "https://www.w3.org/TR/WGSL/#floating-point-accuracy",
"title": "Floating Point Accuracy",
- "number": "14.6.4"
+ "number": "14.7.4"
},
"definedIn": "prose"
},
@@ -12920,7 +13122,7 @@
"id": "floating-point-accuracy",
"href": "https://www.w3.org/TR/WGSL/#floating-point-accuracy",
"title": "Floating Point Accuracy",
- "number": "14.6.4"
+ "number": "14.7.4"
},
"definedIn": "prose"
},
@@ -12939,7 +13141,7 @@
"id": "floating-point-accuracy",
"href": "https://www.w3.org/TR/WGSL/#floating-point-accuracy",
"title": "Floating Point Accuracy",
- "number": "14.6.4"
+ "number": "14.7.4"
},
"definedIn": "prose"
},
@@ -12958,7 +13160,7 @@
"id": "reassociation-and-fusion",
"href": "https://www.w3.org/TR/WGSL/#reassociation-and-fusion",
"title": "Reassociation and Fusion",
- "number": "14.6.5"
+ "number": "14.7.5"
},
"definedIn": "prose"
},
@@ -12977,7 +13179,7 @@
"id": "floating-point-conversion",
"href": "https://www.w3.org/TR/WGSL/#floating-point-conversion",
"title": "Floating Point Conversion",
- "number": "14.6.6"
+ "number": "14.7.6"
},
"definedIn": "prose"
},
@@ -12996,7 +13198,7 @@
"id": "floating-point-conversion",
"href": "https://www.w3.org/TR/WGSL/#floating-point-conversion",
"title": "Floating Point Conversion",
- "number": "14.6.6"
+ "number": "14.7.6"
},
"definedIn": "prose"
},
@@ -13015,7 +13217,7 @@
"id": "domains-of-floating-point-expressions-and-builtins",
"href": "https://www.w3.org/TR/WGSL/#domains-of-floating-point-expressions-and-builtins",
"title": "Domains of Floating Point Expressions and Built-in Functions",
- "number": "14.6.7"
+ "number": "14.7.7"
},
"definedIn": "prose"
},
diff --git a/tr/dfns/webgpu.json b/tr/dfns/webgpu.json
index 43519ccc621b..0e5612a21d1a 100644
--- a/tr/dfns/webgpu.json
+++ b/tr/dfns/webgpu.json
@@ -1217,6 +1217,27 @@
},
"definedIn": "dt"
},
+ {
+ "id": "dom-adapter-xrcompatible-slot",
+ "href": "https://www.w3.org/TR/webgpu/#dom-adapter-xrcompatible-slot",
+ "linkingText": [
+ "[[xrCompatible]]"
+ ],
+ "localLinkingText": [],
+ "type": "attribute",
+ "for": [
+ "adapter"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "adapters",
+ "href": "https://www.w3.org/TR/webgpu/#adapters",
+ "title": "Adapters",
+ "number": "3.5.1"
+ },
+ "definedIn": "dt"
+ },
{
"id": "dom-adapter-state-slot",
"href": "https://www.w3.org/TR/webgpu/#dom-adapter-state-slot",
@@ -1425,27 +1446,6 @@
},
"definedIn": "dt"
},
- {
- "id": "dom-device-destroy-started-slot",
- "href": "https://www.w3.org/TR/webgpu/#dom-device-destroy-started-slot",
- "linkingText": [
- "[[destroy started]]"
- ],
- "localLinkingText": [],
- "type": "attribute",
- "for": [
- "device"
- ],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "devices",
- "href": "https://www.w3.org/TR/webgpu/#devices",
- "title": "Devices",
- "number": "3.5.2"
- },
- "definedIn": "dt"
- },
{
"id": "a-new-device",
"href": "https://www.w3.org/TR/webgpu/#a-new-device",
@@ -3201,6 +3201,48 @@
},
"definedIn": "dt"
},
+ {
+ "id": "dom-gpuadapterinfo-subgroupminsize",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gpuadapterinfo-subgroupminsize",
+ "linkingText": [
+ "subgroupMinSize"
+ ],
+ "localLinkingText": [],
+ "type": "attribute",
+ "for": [
+ "GPUAdapterInfo"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "gpuadapterinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gpuadapterinfo",
+ "title": "GPUAdapterInfo",
+ "number": "3.6.2.4"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "dom-gpuadapterinfo-subgroupmaxsize",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gpuadapterinfo-subgroupmaxsize",
+ "linkingText": [
+ "subgroupMaxSize"
+ ],
+ "localLinkingText": [],
+ "type": "attribute",
+ "for": [
+ "GPUAdapterInfo"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "gpuadapterinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gpuadapterinfo",
+ "title": "GPUAdapterInfo",
+ "number": "3.6.2.4"
+ },
+ "definedIn": "dt"
+ },
{
"id": "abstract-opdef-new-adapter-info",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-new-adapter-info",
@@ -3758,6 +3800,27 @@
},
"definedIn": "dt"
},
+ {
+ "id": "dom-gpurequestadapteroptions-xrcompatible",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gpurequestadapteroptions-xrcompatible",
+ "linkingText": [
+ "xrCompatible"
+ ],
+ "localLinkingText": [],
+ "type": "dict-member",
+ "for": [
+ "GPURequestAdapterOptions"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "adapter-selection",
+ "href": "https://www.w3.org/TR/webgpu/#adapter-selection",
+ "title": "Adapter Selection",
+ "number": "4.2.2"
+ },
+ "definedIn": "dt"
+ },
{
"id": "gpuadapter",
"href": "https://www.w3.org/TR/webgpu/#gpuadapter",
@@ -4108,6 +4171,27 @@
},
"definedIn": "dt"
},
+ {
+ "id": "dom-gpudevice-adapterinfo",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gpudevice-adapterinfo",
+ "linkingText": [
+ "adapterInfo"
+ ],
+ "localLinkingText": [],
+ "type": "attribute",
+ "for": [
+ "GPUDevice"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "gpudevice",
+ "href": "https://www.w3.org/TR/webgpu/#gpudevice",
+ "title": "GPUDevice",
+ "number": "4.4"
+ },
+ "definedIn": "dt"
+ },
{
"id": "dom-gpudevice-destroy",
"href": "https://www.w3.org/TR/webgpu/#dom-gpudevice-destroy",
@@ -15583,6 +15667,27 @@
},
"definedIn": "table"
},
+ {
+ "id": "dom-gpuvertexformat-uint8",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-uint8",
+ "linkingText": [
+ "\"uint8\""
+ ],
+ "localLinkingText": [],
+ "type": "enum-value",
+ "for": [
+ "GPUVertexFormat"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "vertex-formats",
+ "href": "https://www.w3.org/TR/webgpu/#vertex-formats",
+ "title": "Vertex Formats",
+ "number": "10.3.7.1"
+ },
+ "definedIn": "table"
+ },
{
"id": "dom-gpuvertexformat-uint8x2",
"href": "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-uint8x2",
@@ -15625,6 +15730,27 @@
},
"definedIn": "table"
},
+ {
+ "id": "dom-gpuvertexformat-sint8",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-sint8",
+ "linkingText": [
+ "\"sint8\""
+ ],
+ "localLinkingText": [],
+ "type": "enum-value",
+ "for": [
+ "GPUVertexFormat"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "vertex-formats",
+ "href": "https://www.w3.org/TR/webgpu/#vertex-formats",
+ "title": "Vertex Formats",
+ "number": "10.3.7.1"
+ },
+ "definedIn": "table"
+ },
{
"id": "dom-gpuvertexformat-sint8x2",
"href": "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-sint8x2",
@@ -15667,6 +15793,27 @@
},
"definedIn": "table"
},
+ {
+ "id": "dom-gpuvertexformat-unorm8",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-unorm8",
+ "linkingText": [
+ "\"unorm8\""
+ ],
+ "localLinkingText": [],
+ "type": "enum-value",
+ "for": [
+ "GPUVertexFormat"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "vertex-formats",
+ "href": "https://www.w3.org/TR/webgpu/#vertex-formats",
+ "title": "Vertex Formats",
+ "number": "10.3.7.1"
+ },
+ "definedIn": "table"
+ },
{
"id": "dom-gpuvertexformat-unorm8x2",
"href": "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-unorm8x2",
@@ -15709,6 +15856,27 @@
},
"definedIn": "table"
},
+ {
+ "id": "dom-gpuvertexformat-snorm8",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-snorm8",
+ "linkingText": [
+ "\"snorm8\""
+ ],
+ "localLinkingText": [],
+ "type": "enum-value",
+ "for": [
+ "GPUVertexFormat"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "vertex-formats",
+ "href": "https://www.w3.org/TR/webgpu/#vertex-formats",
+ "title": "Vertex Formats",
+ "number": "10.3.7.1"
+ },
+ "definedIn": "table"
+ },
{
"id": "dom-gpuvertexformat-snorm8x2",
"href": "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-snorm8x2",
@@ -15751,6 +15919,27 @@
},
"definedIn": "table"
},
+ {
+ "id": "dom-gpuvertexformat-uint16",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-uint16",
+ "linkingText": [
+ "\"uint16\""
+ ],
+ "localLinkingText": [],
+ "type": "enum-value",
+ "for": [
+ "GPUVertexFormat"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "vertex-formats",
+ "href": "https://www.w3.org/TR/webgpu/#vertex-formats",
+ "title": "Vertex Formats",
+ "number": "10.3.7.1"
+ },
+ "definedIn": "table"
+ },
{
"id": "dom-gpuvertexformat-uint16x2",
"href": "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-uint16x2",
@@ -15793,6 +15982,27 @@
},
"definedIn": "table"
},
+ {
+ "id": "dom-gpuvertexformat-sint16",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-sint16",
+ "linkingText": [
+ "\"sint16\""
+ ],
+ "localLinkingText": [],
+ "type": "enum-value",
+ "for": [
+ "GPUVertexFormat"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "vertex-formats",
+ "href": "https://www.w3.org/TR/webgpu/#vertex-formats",
+ "title": "Vertex Formats",
+ "number": "10.3.7.1"
+ },
+ "definedIn": "table"
+ },
{
"id": "dom-gpuvertexformat-sint16x2",
"href": "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-sint16x2",
@@ -15835,6 +16045,27 @@
},
"definedIn": "table"
},
+ {
+ "id": "dom-gpuvertexformat-unorm16",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-unorm16",
+ "linkingText": [
+ "\"unorm16\""
+ ],
+ "localLinkingText": [],
+ "type": "enum-value",
+ "for": [
+ "GPUVertexFormat"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "vertex-formats",
+ "href": "https://www.w3.org/TR/webgpu/#vertex-formats",
+ "title": "Vertex Formats",
+ "number": "10.3.7.1"
+ },
+ "definedIn": "table"
+ },
{
"id": "dom-gpuvertexformat-unorm16x2",
"href": "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-unorm16x2",
@@ -15877,6 +16108,27 @@
},
"definedIn": "table"
},
+ {
+ "id": "dom-gpuvertexformat-snorm16",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-snorm16",
+ "linkingText": [
+ "\"snorm16\""
+ ],
+ "localLinkingText": [],
+ "type": "enum-value",
+ "for": [
+ "GPUVertexFormat"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "vertex-formats",
+ "href": "https://www.w3.org/TR/webgpu/#vertex-formats",
+ "title": "Vertex Formats",
+ "number": "10.3.7.1"
+ },
+ "definedIn": "table"
+ },
{
"id": "dom-gpuvertexformat-snorm16x2",
"href": "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-snorm16x2",
@@ -15919,6 +16171,27 @@
},
"definedIn": "table"
},
+ {
+ "id": "dom-gpuvertexformat-float16",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-float16",
+ "linkingText": [
+ "\"float16\""
+ ],
+ "localLinkingText": [],
+ "type": "enum-value",
+ "for": [
+ "GPUVertexFormat"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "vertex-formats",
+ "href": "https://www.w3.org/TR/webgpu/#vertex-formats",
+ "title": "Vertex Formats",
+ "number": "10.3.7.1"
+ },
+ "definedIn": "table"
+ },
{
"id": "dom-gpuvertexformat-float16x2",
"href": "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-float16x2",
@@ -16234,6 +16507,27 @@
},
"definedIn": "table"
},
+ {
+ "id": "dom-gpuvertexformat-unorm8x4-bgra",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-unorm8x4-bgra",
+ "linkingText": [
+ "\"unorm8x4-bgra\""
+ ],
+ "localLinkingText": [],
+ "type": "enum-value",
+ "for": [
+ "GPUVertexFormat"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "vertex-formats",
+ "href": "https://www.w3.org/TR/webgpu/#vertex-formats",
+ "title": "Vertex Formats",
+ "number": "10.3.7.1"
+ },
+ "definedIn": "table"
+ },
{
"id": "enumdef-gpuvertexstepmode",
"href": "https://www.w3.org/TR/webgpu/#enumdef-gpuvertexstepmode",
@@ -26807,6 +27101,27 @@
},
"definedIn": "heading"
},
+ {
+ "id": "subgroups",
+ "href": "https://www.w3.org/TR/webgpu/#subgroups",
+ "linkingText": [
+ "\"subgroups\""
+ ],
+ "localLinkingText": [],
+ "type": "enum-value",
+ "for": [
+ "GPUFeatureName"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "subgroups",
+ "href": "https://www.w3.org/TR/webgpu/#subgroups",
+ "title": "\"subgroups\"",
+ "number": "25.17"
+ },
+ "definedIn": "heading"
+ },
{
"id": "render-target-pixel-byte-cost",
"href": "https://www.w3.org/TR/webgpu/#render-target-pixel-byte-cost",
diff --git a/tr/dfns/webnn.json b/tr/dfns/webnn.json
index 9a39893e58e0..2d08d65e8691 100644
--- a/tr/dfns/webnn.json
+++ b/tr/dfns/webnn.json
@@ -662,6 +662,25 @@
},
"definedIn": "pre"
},
+ {
+ "id": "dictdef-mlcontextlostinfo",
+ "href": "https://www.w3.org/TR/webnn/#dictdef-mlcontextlostinfo",
+ "linkingText": [
+ "MLContextLostInfo"
+ ],
+ "localLinkingText": [],
+ "type": "dictionary",
+ "for": [],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "api-mlcontext",
+ "href": "https://www.w3.org/TR/webnn/#api-mlcontext",
+ "title": "MLContext interface",
+ "number": "7.3"
+ },
+ "definedIn": "pre"
+ },
{
"id": "mlcontext",
"href": "https://www.w3.org/TR/webnn/#mlcontext",
@@ -765,6 +784,27 @@
},
"definedIn": "dt"
},
+ {
+ "id": "dom-mlcontext-lost-slot",
+ "href": "https://www.w3.org/TR/webnn/#dom-mlcontext-lost-slot",
+ "linkingText": [
+ "[[lost]]"
+ ],
+ "localLinkingText": [],
+ "type": "attribute",
+ "for": [
+ "MLContext"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "api-mlcontext",
+ "href": "https://www.w3.org/TR/webnn/#api-mlcontext",
+ "title": "MLContext interface",
+ "number": "7.3"
+ },
+ "definedIn": "dt"
+ },
{
"id": "dom-mlcontext-timeline-slot",
"href": "https://www.w3.org/TR/webnn/#dom-mlcontext-timeline-slot",
@@ -1465,6 +1505,131 @@
},
"definedIn": "dt"
},
+ {
+ "id": "dom-mlcontext-destroy",
+ "href": "https://www.w3.org/TR/webnn/#dom-mlcontext-destroy",
+ "linkingText": [
+ "destroy()"
+ ],
+ "localLinkingText": [],
+ "type": "method",
+ "for": [
+ "MLContext"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "api-mlcontext-destroy",
+ "href": "https://www.w3.org/TR/webnn/#api-mlcontext-destroy",
+ "title": "destroy()",
+ "number": "7.3.7"
+ },
+ "definedIn": "prose"
+ },
+ {
+ "id": "context-lost",
+ "href": "https://www.w3.org/TR/webnn/#context-lost",
+ "linkingText": [
+ "context lost"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "api-mlcontext-errors",
+ "href": "https://www.w3.org/TR/webnn/#api-mlcontext-errors",
+ "title": "Errors",
+ "number": "7.3.8"
+ },
+ "definedIn": "prose"
+ },
+ {
+ "id": "mlcontext-lose",
+ "href": "https://www.w3.org/TR/webnn/#mlcontext-lose",
+ "linkingText": [
+ "lose"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [
+ "MLContext"
+ ],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "api-mlcontext-errors",
+ "href": "https://www.w3.org/TR/webnn/#api-mlcontext-errors",
+ "title": "Errors",
+ "number": "7.3.8"
+ },
+ "definedIn": "prose"
+ },
+ {
+ "id": "dom-mlcontextlostinfo-message",
+ "href": "https://www.w3.org/TR/webnn/#dom-mlcontextlostinfo-message",
+ "linkingText": [
+ "message"
+ ],
+ "localLinkingText": [],
+ "type": "dict-member",
+ "for": [
+ "MLContextLostInfo"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "api-mlcontext-errors",
+ "href": "https://www.w3.org/TR/webnn/#api-mlcontext-errors",
+ "title": "Errors",
+ "number": "7.3.8"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "dom-mlcontext-lost",
+ "href": "https://www.w3.org/TR/webnn/#dom-mlcontext-lost",
+ "linkingText": [
+ "lost"
+ ],
+ "localLinkingText": [],
+ "type": "attribute",
+ "for": [
+ "MLContext"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "api-mlcontext-errors",
+ "href": "https://www.w3.org/TR/webnn/#api-mlcontext-errors",
+ "title": "Errors",
+ "number": "7.3.8"
+ },
+ "definedIn": "prose"
+ },
+ {
+ "id": "mlcontext-is-lost",
+ "href": "https://www.w3.org/TR/webnn/#mlcontext-is-lost",
+ "linkingText": [
+ "is lost",
+ "is not lost"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [
+ "MLContext"
+ ],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "api-mlcontext-errors",
+ "href": "https://www.w3.org/TR/webnn/#api-mlcontext-errors",
+ "title": "Errors",
+ "number": "7.3.8"
+ },
+ "definedIn": "prose"
+ },
{
"id": "mlgraph",
"href": "https://www.w3.org/TR/webnn/#mlgraph",
@@ -1568,6 +1733,48 @@
},
"definedIn": "dt"
},
+ {
+ "id": "dom-mlgraph-isdestroyed-slot",
+ "href": "https://www.w3.org/TR/webnn/#dom-mlgraph-isdestroyed-slot",
+ "linkingText": [
+ "[[isDestroyed]]"
+ ],
+ "localLinkingText": [],
+ "type": "attribute",
+ "for": [
+ "MLGraph"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "api-mlgraph",
+ "href": "https://www.w3.org/TR/webnn/#api-mlgraph",
+ "title": "MLGraph interface",
+ "number": "7.4"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "dom-mlgraph-destroy",
+ "href": "https://www.w3.org/TR/webnn/#dom-mlgraph-destroy",
+ "linkingText": [
+ "destroy()"
+ ],
+ "localLinkingText": [],
+ "type": "method",
+ "for": [
+ "MLGraph"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "api-mlgraph-destroy",
+ "href": "https://www.w3.org/TR/webnn/#api-mlgraph-destroy",
+ "title": "destroy()",
+ "number": "7.4.1"
+ },
+ "definedIn": "prose"
+ },
{
"id": "enumdef-mlinputoperandlayout",
"href": "https://www.w3.org/TR/webnn/#enumdef-mlinputoperandlayout",
@@ -2807,6 +3014,28 @@
},
"definedIn": "dt"
},
+ {
+ "id": "mlgraphbuilder-can-build",
+ "href": "https://www.w3.org/TR/webnn/#mlgraphbuilder-can-build",
+ "linkingText": [
+ "can build",
+ "can not build"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [
+ "MLGraphBuilder"
+ ],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "api-mlgraphbuilder",
+ "href": "https://www.w3.org/TR/webnn/#api-mlgraphbuilder",
+ "title": "MLGraphBuilder interface",
+ "number": "7.9"
+ },
+ "definedIn": "prose"
+ },
{
"id": "dom-mlgraphbuilder-constructor-context-context",
"href": "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-constructor-context-context",
diff --git a/tr/headings/WGSL.json b/tr/headings/WGSL.json
index 2c0315373704..4d164b138d98 100644
--- a/tr/headings/WGSL.json
+++ b/tr/headings/WGSL.json
@@ -1369,6 +1369,20 @@
"title": "workgroup_id",
"number": "12.3.1.1.13"
},
+ {
+ "id": "subgroup-invocation-id-builtin-value",
+ "href": "https://www.w3.org/TR/WGSL/#subgroup-invocation-id-builtin-value",
+ "level": 6,
+ "title": "subgroup_invocation_id",
+ "number": "12.3.1.1.14"
+ },
+ {
+ "id": "subgroup-size-builtin-value",
+ "href": "https://www.w3.org/TR/WGSL/#subgroup-size-builtin-value",
+ "level": 6,
+ "title": "subgroup_size",
+ "number": "12.3.1.1.15"
+ },
{
"id": "user-defined-inputs-outputs",
"href": "https://www.w3.org/TR/WGSL/#user-defined-inputs-outputs",
@@ -1661,96 +1675,117 @@
"title": "Fragment Shaders and Helper Invocations",
"number": "14.4"
},
+ {
+ "id": "subgroups",
+ "href": "https://www.w3.org/TR/WGSL/#subgroups",
+ "level": 3,
+ "title": "Subgroups",
+ "number": "14.5"
+ },
{
"id": "collective-operations",
"href": "https://www.w3.org/TR/WGSL/#collective-operations",
"level": 3,
"title": "Collective Operations",
- "number": "14.5"
+ "number": "14.6"
},
{
"id": "barrier",
"href": "https://www.w3.org/TR/WGSL/#barrier",
"level": 4,
"title": "Barriers",
- "number": "14.5.1"
+ "number": "14.6.1"
},
{
"id": "derivatives",
"href": "https://www.w3.org/TR/WGSL/#derivatives",
"level": 4,
"title": "Derivatives",
- "number": "14.5.2"
+ "number": "14.6.2"
+ },
+ {
+ "id": "subgroup-ops",
+ "href": "https://www.w3.org/TR/WGSL/#subgroup-ops",
+ "level": 4,
+ "title": "Subgroup Operations",
+ "number": "14.6.3"
+ },
+ {
+ "id": "quad-ops",
+ "href": "https://www.w3.org/TR/WGSL/#quad-ops",
+ "level": 4,
+ "title": "Quad Operations",
+ "number": "14.6.4"
},
{
"id": "floating-point-evaluation",
"href": "https://www.w3.org/TR/WGSL/#floating-point-evaluation",
"level": 3,
"title": "Floating Point Evaluation",
- "number": "14.6"
+ "number": "14.7"
},
{
"id": "overview-of-ieee-754",
"href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"level": 4,
"title": "Overview of IEEE-754",
- "number": "14.6.1"
+ "number": "14.7.1"
},
{
"id": "differences-from-ieee754",
"href": "https://www.w3.org/TR/WGSL/#differences-from-ieee754",
"level": 4,
"title": "Differences from IEEE-754",
- "number": "14.6.2"
+ "number": "14.7.2"
},
{
"id": "floating-point-rounding-and-overflow",
"href": "https://www.w3.org/TR/WGSL/#floating-point-rounding-and-overflow",
"level": 4,
"title": "Floating Point Rounding and Overflow",
- "number": "14.6.3"
+ "number": "14.7.3"
},
{
"id": "floating-point-accuracy",
"href": "https://www.w3.org/TR/WGSL/#floating-point-accuracy",
"level": 4,
"title": "Floating Point Accuracy",
- "number": "14.6.4"
+ "number": "14.7.4"
},
{
"id": "concrete-float-accuracy",
"href": "https://www.w3.org/TR/WGSL/#concrete-float-accuracy",
"level": 5,
"title": "Accuracy of Concrete Floating Point Expressions",
- "number": "14.6.4.1"
+ "number": "14.7.4.1"
},
{
"id": "abstract-float-accuracy",
"href": "https://www.w3.org/TR/WGSL/#abstract-float-accuracy",
"level": 5,
"title": "Accuracy of AbstractFloat Expressions",
- "number": "14.6.4.2"
+ "number": "14.7.4.2"
},
{
"id": "reassociation-and-fusion",
"href": "https://www.w3.org/TR/WGSL/#reassociation-and-fusion",
"level": 4,
"title": "Reassociation and Fusion",
- "number": "14.6.5"
+ "number": "14.7.5"
},
{
"id": "floating-point-conversion",
"href": "https://www.w3.org/TR/WGSL/#floating-point-conversion",
"level": 4,
"title": "Floating Point Conversion",
- "number": "14.6.6"
+ "number": "14.7.6"
},
{
"id": "domains-of-floating-point-expressions-and-builtins",
"href": "https://www.w3.org/TR/WGSL/#domains-of-floating-point-expressions-and-builtins",
"level": 4,
"title": "Domains of Floating Point Expressions and Built-in Functions",
- "number": "14.6.7"
+ "number": "14.7.7"
},
{
"id": "grammar",
@@ -2877,6 +2912,195 @@
"title": "workgroupUniformLoad",
"number": "16.11.4"
},
+ {
+ "id": "subgroup-builtin-functions",
+ "href": "https://www.w3.org/TR/WGSL/#subgroup-builtin-functions",
+ "level": 3,
+ "title": "Subgroup Built-in Functions",
+ "number": "16.12"
+ },
+ {
+ "id": "subgroupadd-builtin",
+ "href": "https://www.w3.org/TR/WGSL/#subgroupadd-builtin",
+ "level": 4,
+ "title": "subgroupAdd",
+ "number": "16.12.1"
+ },
+ {
+ "id": "subgroupexclusiveadd-builtin",
+ "href": "https://www.w3.org/TR/WGSL/#subgroupexclusiveadd-builtin",
+ "level": 5,
+ "title": "subgroupExclusiveAdd",
+ "number": "16.12.1.1"
+ },
+ {
+ "id": "subgroupinclusiveadd-builtin",
+ "href": "https://www.w3.org/TR/WGSL/#subgroupinclusiveadd-builtin",
+ "level": 5,
+ "title": "subgroupInclusiveAdd",
+ "number": "16.12.1.2"
+ },
+ {
+ "id": "subgroupall-builtin",
+ "href": "https://www.w3.org/TR/WGSL/#subgroupall-builtin",
+ "level": 4,
+ "title": "subgroupAll",
+ "number": "16.12.2"
+ },
+ {
+ "id": "subgroupand-builtin",
+ "href": "https://www.w3.org/TR/WGSL/#subgroupand-builtin",
+ "level": 4,
+ "title": "subgroupAnd",
+ "number": "16.12.3"
+ },
+ {
+ "id": "subgroupany-builtin",
+ "href": "https://www.w3.org/TR/WGSL/#subgroupany-builtin",
+ "level": 4,
+ "title": "subgroupAny",
+ "number": "16.12.4"
+ },
+ {
+ "id": "subgroupballot-builtin",
+ "href": "https://www.w3.org/TR/WGSL/#subgroupballot-builtin",
+ "level": 4,
+ "title": "subgroupBallot",
+ "number": "16.12.5"
+ },
+ {
+ "id": "subgroupbroadcast-builtin",
+ "href": "https://www.w3.org/TR/WGSL/#subgroupbroadcast-builtin",
+ "level": 4,
+ "title": "subgroupBroadcast",
+ "number": "16.12.6"
+ },
+ {
+ "id": "subgroupbroadcastfirst-builtin",
+ "href": "https://www.w3.org/TR/WGSL/#subgroupbroadcastfirst-builtin",
+ "level": 5,
+ "title": "subgroupBroadcastFirst",
+ "number": "16.12.6.1"
+ },
+ {
+ "id": "subgroupelect-builtin",
+ "href": "https://www.w3.org/TR/WGSL/#subgroupelect-builtin",
+ "level": 4,
+ "title": "subgroupElect",
+ "number": "16.12.7"
+ },
+ {
+ "id": "subgroupmax-builtin",
+ "href": "https://www.w3.org/TR/WGSL/#subgroupmax-builtin",
+ "level": 4,
+ "title": "subgroupMax",
+ "number": "16.12.8"
+ },
+ {
+ "id": "subgroupmin-builtin",
+ "href": "https://www.w3.org/TR/WGSL/#subgroupmin-builtin",
+ "level": 4,
+ "title": "subgroupMin",
+ "number": "16.12.9"
+ },
+ {
+ "id": "subgroupmul-builtin",
+ "href": "https://www.w3.org/TR/WGSL/#subgroupmul-builtin",
+ "level": 4,
+ "title": "subgroupMul",
+ "number": "16.12.10"
+ },
+ {
+ "id": "subgroupexclusivemul-builtin",
+ "href": "https://www.w3.org/TR/WGSL/#subgroupexclusivemul-builtin",
+ "level": 5,
+ "title": "subgroupExclusiveMul",
+ "number": "16.12.10.1"
+ },
+ {
+ "id": "subgroupinclusivemul-builtin",
+ "href": "https://www.w3.org/TR/WGSL/#subgroupinclusivemul-builtin",
+ "level": 5,
+ "title": "subgroupInclusiveMul",
+ "number": "16.12.10.2"
+ },
+ {
+ "id": "subgroupor-builtin",
+ "href": "https://www.w3.org/TR/WGSL/#subgroupor-builtin",
+ "level": 4,
+ "title": "subgroupOr",
+ "number": "16.12.11"
+ },
+ {
+ "id": "subgroupshuffle-builtin",
+ "href": "https://www.w3.org/TR/WGSL/#subgroupshuffle-builtin",
+ "level": 4,
+ "title": "subgroupShuffle",
+ "number": "16.12.12"
+ },
+ {
+ "id": "subgroupshuffledown-builtin",
+ "href": "https://www.w3.org/TR/WGSL/#subgroupshuffledown-builtin",
+ "level": 5,
+ "title": "subgroupShuffleDown",
+ "number": "16.12.12.1"
+ },
+ {
+ "id": "subgroupshuffleup-builtin",
+ "href": "https://www.w3.org/TR/WGSL/#subgroupshuffleup-builtin",
+ "level": 5,
+ "title": "subgroupShuffleUp",
+ "number": "16.12.12.2"
+ },
+ {
+ "id": "subgroupshufflexor-builtin",
+ "href": "https://www.w3.org/TR/WGSL/#subgroupshufflexor-builtin",
+ "level": 5,
+ "title": "subgroupShuffleXor",
+ "number": "16.12.12.3"
+ },
+ {
+ "id": "subgroupxor-builtin",
+ "href": "https://www.w3.org/TR/WGSL/#subgroupxor-builtin",
+ "level": 4,
+ "title": "subgroupXor",
+ "number": "16.12.13"
+ },
+ {
+ "id": "quad-builtin-functions",
+ "href": "https://www.w3.org/TR/WGSL/#quad-builtin-functions",
+ "level": 3,
+ "title": "Quad Operations",
+ "number": "16.13"
+ },
+ {
+ "id": "quadbroadcast-builtin",
+ "href": "https://www.w3.org/TR/WGSL/#quadbroadcast-builtin",
+ "level": 4,
+ "title": "quadBroadcast",
+ "number": "16.13.1"
+ },
+ {
+ "id": "quadswapdiagonal-builtin",
+ "href": "https://www.w3.org/TR/WGSL/#quadswapdiagonal-builtin",
+ "level": 4,
+ "title": "quadSwapDiagonal",
+ "number": "16.13.2"
+ },
+ {
+ "id": "quadswapx-builtin",
+ "href": "https://www.w3.org/TR/WGSL/#quadswapx-builtin",
+ "level": 4,
+ "title": "quadSwapX",
+ "number": "16.13.3"
+ },
+ {
+ "id": "quadswapy-builtin",
+ "href": "https://www.w3.org/TR/WGSL/#quadswapy-builtin",
+ "level": 4,
+ "title": "quadSwapY",
+ "number": "16.13.4"
+ },
{
"id": "grammar-recursive-descent",
"href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent",
diff --git a/tr/headings/gpc.json b/tr/headings/gpc.json
index 63c4cb138840..ffe9b8b0e4d4 100644
--- a/tr/headings/gpc.json
+++ b/tr/headings/gpc.json
@@ -121,12 +121,19 @@
"title": "Privacy Considerations",
"number": "6"
},
+ {
+ "id": "security-considerations",
+ "href": "https://www.w3.org/TR/gpc/#security-considerations",
+ "level": 2,
+ "title": "Security Considerations",
+ "number": "7"
+ },
{
"id": "conformance",
"href": "https://www.w3.org/TR/gpc/#conformance",
"level": 2,
"title": "Conformance",
- "number": "7"
+ "number": "8"
},
{
"id": "implementation-considerations",
diff --git a/tr/headings/webgpu.json b/tr/headings/webgpu.json
index 3da1f9c91a99..ff2ebb458530 100644
--- a/tr/headings/webgpu.json
+++ b/tr/headings/webgpu.json
@@ -1615,6 +1615,13 @@
"title": "\"dual-source-blending\"",
"number": "25.16"
},
+ {
+ "id": "subgroups",
+ "href": "https://www.w3.org/TR/webgpu/#subgroups",
+ "level": 3,
+ "title": "\"subgroups\"",
+ "number": "25.17"
+ },
{
"id": "appendices",
"href": "https://www.w3.org/TR/webgpu/#appendices",
diff --git a/tr/headings/webnn.json b/tr/headings/webnn.json
index 3a8ebc4b9ae1..afda5af30209 100644
--- a/tr/headings/webnn.json
+++ b/tr/headings/webnn.json
@@ -385,6 +385,20 @@
"title": "MLSingleInputSupportLimits dictionary",
"number": "7.3.6.4"
},
+ {
+ "id": "api-mlcontext-destroy",
+ "href": "https://www.w3.org/TR/webnn/#api-mlcontext-destroy",
+ "level": 4,
+ "title": "destroy()",
+ "number": "7.3.7"
+ },
+ {
+ "id": "api-mlcontext-errors",
+ "href": "https://www.w3.org/TR/webnn/#api-mlcontext-errors",
+ "level": 4,
+ "title": "Errors",
+ "number": "7.3.8"
+ },
{
"id": "api-mlgraph",
"href": "https://www.w3.org/TR/webnn/#api-mlgraph",
@@ -392,6 +406,13 @@
"title": "MLGraph interface",
"number": "7.4"
},
+ {
+ "id": "api-mlgraph-destroy",
+ "href": "https://www.w3.org/TR/webnn/#api-mlgraph-destroy",
+ "level": 4,
+ "title": "destroy()",
+ "number": "7.4.1"
+ },
{
"id": "api-mloperanddescriptor",
"href": "https://www.w3.org/TR/webnn/#api-mloperanddescriptor",
diff --git a/tr/idl/webgpu.idl b/tr/idl/webgpu.idl
index d8afbf6ba94f..d3e24a1d2250 100644
--- a/tr/idl/webgpu.idl
+++ b/tr/idl/webgpu.idl
@@ -62,6 +62,8 @@ interface GPUAdapterInfo {
readonly attribute DOMString architecture;
readonly attribute DOMString device;
readonly attribute DOMString description;
+ readonly attribute unsigned long subgroupMinSize;
+ readonly attribute unsigned long subgroupMaxSize;
};
interface mixin NavigatorGPU {
@@ -81,6 +83,7 @@ dictionary GPURequestAdapterOptions {
DOMString featureLevel = "core";
GPUPowerPreference powerPreference;
boolean forceFallbackAdapter = false;
+ boolean xrCompatible = false;
};
enum GPUPowerPreference {
@@ -122,12 +125,14 @@ enum GPUFeatureName {
"float32-blendable",
"clip-distances",
"dual-source-blending",
+ "subgroups",
};
[Exposed=(Window, Worker), SecureContext]
interface GPUDevice : EventTarget {
[SameObject] readonly attribute GPUSupportedFeatures features;
[SameObject] readonly attribute GPUSupportedLimits limits;
+ [SameObject] readonly attribute GPUAdapterInfo adapterInfo;
[SameObject] readonly attribute GPUQueue queue;
@@ -570,7 +575,7 @@ GPUPipelineLayout includes GPUObjectBase;
dictionary GPUPipelineLayoutDescriptor
: GPUObjectDescriptorBase {
- required sequence bindGroupLayouts;
+ required sequence bindGroupLayouts;
};
[Exposed=(Window, Worker), SecureContext]
@@ -810,22 +815,31 @@ enum GPUIndexFormat {
};
enum GPUVertexFormat {
+ "uint8",
"uint8x2",
"uint8x4",
+ "sint8",
"sint8x2",
"sint8x4",
+ "unorm8",
"unorm8x2",
"unorm8x4",
+ "snorm8",
"snorm8x2",
"snorm8x4",
+ "uint16",
"uint16x2",
"uint16x4",
+ "sint16",
"sint16x2",
"sint16x4",
+ "unorm16",
"unorm16x2",
"unorm16x4",
+ "snorm16",
"snorm16x2",
"snorm16x4",
+ "float16",
"float16x2",
"float16x4",
"float32",
@@ -841,6 +855,7 @@ enum GPUVertexFormat {
"sint32x3",
"sint32x4",
"unorm10-10-10-2",
+ "unorm8x4-bgra",
};
enum GPUVertexStepMode {
diff --git a/tr/idl/webnn.idl b/tr/idl/webnn.idl
index 89154e32dfa0..ab69574daa94 100644
--- a/tr/idl/webnn.idl
+++ b/tr/idl/webnn.idl
@@ -34,6 +34,10 @@ interface ML {
typedef record MLNamedTensors;
+dictionary MLContextLostInfo {
+ DOMString message;
+};
+
[SecureContext, Exposed=(Window, DedicatedWorker)]
interface MLContext {
undefined dispatch(MLGraph graph, MLNamedTensors inputs, MLNamedTensors outputs);
@@ -46,6 +50,10 @@ interface MLContext {
undefined writeTensor(MLTensor tensor, AllowSharedBufferSource inputData);
MLOpSupportLimits opSupportLimits();
+
+ undefined destroy();
+
+ readonly attribute Promise lost;
};
dictionary MLOpSupportLimits {
@@ -71,7 +79,9 @@ dictionary MLSingleInputSupportLimits {
};
[SecureContext, Exposed=(Window, DedicatedWorker)]
-interface MLGraph {};
+interface MLGraph {
+ undefined destroy();
+};
enum MLInputOperandLayout {
"nchw",
diff --git a/tr/ids/WGSL.json b/tr/ids/WGSL.json
index 596b5ccd0ea6..1f0bf24b710e 100644
--- a/tr/ids/WGSL.json
+++ b/tr/ids/WGSL.json
@@ -201,6 +201,12 @@
"https://www.w3.org/TR/WGSL/#ref-for-builtin-functions-that-compute-a-derivative",
"https://www.w3.org/TR/WGSL/#ref-for-uniformity-analysis",
"https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow",
+ "https://www.w3.org/TR/WGSL/#trigger-subgroup_uniformity",
+ "https://www.w3.org/TR/WGSL/#ref-for-severity-error%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniformity-analysis%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-value",
"https://www.w3.org/TR/WGSL/#ref-for-diagnostic-name-token",
"https://www.w3.org/TR/WGSL/#ref-for-syntax-diagnostic_rule_name",
"https://www.w3.org/TR/WGSL/#ref-for-trigger-derivative_uniformity",
@@ -267,7 +273,12 @@
"https://www.w3.org/TR/WGSL/#ref-for-diagnostic-filter%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-diagnostic-conflict",
+ "https://www.w3.org/TR/WGSL/#ref-for-global-diagnostic-filter%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-diagnostic-conflict%E2%91%A0",
"https://www.w3.org/TR/WGSL/#nearest-enclosing-diagnostic-filter",
+ "https://www.w3.org/TR/WGSL/#ref-for-range-diagnostic-filter",
+ "https://www.w3.org/TR/WGSL/#ref-for-diagnostic-conflict%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-global-diagnostic-filter%E2%91%A1",
"https://www.w3.org/TR/WGSL/#limits",
"https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-structure",
@@ -281,18 +292,15 @@
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-private%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-statically-accessed%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-shader%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-bool",
"https://www.w3.org/TR/WGSL/#ref-for-byte-size%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-variable%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-function-function%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-byte-size%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-variable%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-statically-accessed%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-shader%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-fixed-footprint",
"https://www.w3.org/TR/WGSL/#ref-for-creation-fixed-footprint",
"https://www.w3.org/TR/WGSL/#ref-for-dom-supported-limits-maxcomputeworkgroupstoragesize",
@@ -491,6 +499,8 @@
"https://www.w3.org/TR/WGSL/#ref-for-built-in-values-global_invocation_id",
"https://www.w3.org/TR/WGSL/#ref-for-built-in-values-workgroup_id",
"https://www.w3.org/TR/WGSL/#ref-for-built-in-values-num_workgroups",
+ "https://www.w3.org/TR/WGSL/#ref-for-built-in-values-subgroup_invocation_id",
+ "https://www.w3.org/TR/WGSL/#ref-for-built-in-values-subgroup_size",
"https://www.w3.org/TR/WGSL/#diagnostic-rule-names",
"https://www.w3.org/TR/WGSL/#diagnostic-name-token",
"https://www.w3.org/TR/WGSL/#ref-for-token%E2%91%A6",
@@ -499,13 +509,14 @@
"https://www.w3.org/TR/WGSL/#ref-for-syntax-ident_pattern_token%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-diagnostic-triggering-rule%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-trigger-derivative_uniformity%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-trigger-subgroup_uniformity",
"https://www.w3.org/TR/WGSL/#diagnostic-severity-control-names",
"https://www.w3.org/TR/WGSL/#ref-for-diagnostic-filter%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A1",
"https://www.w3.org/TR/WGSL/#syntax-severity_control_name",
"https://www.w3.org/TR/WGSL/#ref-for-syntax-ident_pattern_token%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-diagnostic-filter%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-severity-error%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-severity-error%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-severity-warning%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-severity-info%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-severity-off%E2%91%A0",
@@ -663,6 +674,9 @@
"https://www.w3.org/TR/WGSL/#ref-for-attribute-blend_src%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-attribute-blend_src%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#extension-subgroups",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/WGSL/#example-bbb80169",
"https://www.w3.org/TR/WGSL/#language-extensions-sec",
"https://www.w3.org/TR/WGSL/#language-extension",
@@ -674,7 +688,7 @@
"https://www.w3.org/TR/WGSL/#requires-directive",
"https://www.w3.org/TR/WGSL/#ref-for-directive%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-language-extension%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-requires-directive",
"https://www.w3.org/TR/WGSL/#ref-for-language-extension%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-requires-directive%E2%91%A0",
@@ -700,11 +714,11 @@
"https://www.w3.org/TR/WGSL/#language_extension-unrestricted_pointer_parameters",
"https://www.w3.org/TR/WGSL/#ref-for-user-defined-function%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-user-defined-function%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-private%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-user-defined-function%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-memory-view",
"https://www.w3.org/TR/WGSL/#ref-for-root-identifier",
"https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A1",
@@ -754,7 +768,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-formal-parameter%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-in-scope%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-function-body%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-syntax-ident%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-declaration%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-syntax-member_ident%E2%91%A0",
@@ -762,13 +776,13 @@
"https://www.w3.org/TR/WGSL/#ref-for-declaration%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-member%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-syntax-ident%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-in-scope%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-predeclared%E2%91%A0",
"https://www.w3.org/TR/WGSL/#resolves",
"https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-function-body%E2%91%A2",
@@ -797,11 +811,11 @@
"https://www.w3.org/TR/WGSL/#static-type",
"https://www.w3.org/TR/WGSL/#ref-for-static-context",
"https://www.w3.org/TR/WGSL/#type-assertion",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#type-checking",
+ "https://www.w3.org/TR/WGSL/#ref-for-bool",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#type-checking",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/WGSL/#type-error",
"https://www.w3.org/TR/WGSL/#ref-for-type-rule",
"https://www.w3.org/TR/WGSL/#syntactic-phrase",
@@ -825,7 +839,7 @@
"https://www.w3.org/TR/WGSL/#parameterized",
"https://www.w3.org/TR/WGSL/#fully-elaborated",
"https://www.w3.org/TR/WGSL/#substitution",
- "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0",
"https://www.w3.org/TR/WGSL/#overload",
"https://www.w3.org/TR/WGSL/#type-rule-applies-to-a-syntactic-phrase",
"https://www.w3.org/TR/WGSL/#ref-for-syntactic-phrase%E2%91%A1",
@@ -870,10 +884,10 @@
"https://www.w3.org/TR/WGSL/#ref-for-abstractfloat%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-abstractfloat%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A4",
@@ -928,7 +942,7 @@
"https://www.w3.org/TR/WGSL/#abstractint",
"https://www.w3.org/TR/WGSL/#abstractfloat",
"https://www.w3.org/TR/WGSL/#ref-for-ieee754-binary64",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/WGSL/#type-abstract",
"https://www.w3.org/TR/WGSL/#type-concrete",
"https://www.w3.org/TR/WGSL/#ref-for-numeric-literal%E2%91%A1",
@@ -963,12 +977,12 @@
"https://www.w3.org/TR/WGSL/#ref-for-f16%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-preferable-candidate%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A8",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-abstractfloat%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A3",
@@ -990,7 +1004,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-ieee754-binary32",
"https://www.w3.org/TR/WGSL/#f16",
"https://www.w3.org/TR/WGSL/#ref-for-ieee754-binary16",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-f16%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-extension-f16%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-ieee754-subnormal",
@@ -998,7 +1012,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-abstractfloat%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/WGSL/#scalar-types",
"https://www.w3.org/TR/WGSL/#scalar",
- "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-abstractfloat%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A7",
@@ -1023,7 +1037,7 @@
"https://www.w3.org/TR/WGSL/#vector-types",
"https://www.w3.org/TR/WGSL/#vector",
"https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A3",
"https://www.w3.org/TR/WGSL/#component-type",
"https://www.w3.org/TR/WGSL/#numeric-vector",
@@ -1078,10 +1092,10 @@
"https://www.w3.org/TR/WGSL/#atomic-type",
"https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-storage-buffer",
"https://www.w3.org/TR/WGSL/#ref-for-access-read_write%E2%91%A2",
@@ -1097,20 +1111,20 @@
"https://www.w3.org/TR/WGSL/#fixed-size-array",
"https://www.w3.org/TR/WGSL/#element-count",
"https://www.w3.org/TR/WGSL/#runtime-sized",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-override-expressions",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-override-expressions",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-override-declaration",
"https://www.w3.org/TR/WGSL/#ref-for-shader-module-creation%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-storage-buffer%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-matrix%E2%91%A1",
@@ -1132,10 +1146,10 @@
"https://www.w3.org/TR/WGSL/#structure",
"https://www.w3.org/TR/WGSL/#member",
"https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A7",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-matrix%E2%91%A2",
@@ -1147,7 +1161,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-creation-fixed-footprint%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-plain-type%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-runtime-sized%E2%91%A0",
"https://www.w3.org/TR/WGSL/#example-fbd46865",
"https://www.w3.org/TR/WGSL/#syntax-struct_decl",
@@ -1301,10 +1315,10 @@
"https://www.w3.org/TR/WGSL/#ref-for-type%E2%91%A0",
"https://www.w3.org/TR/WGSL/#store-type",
"https://www.w3.org/TR/WGSL/#ref-for-access-mode%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/WGSL/#storable-types",
"https://www.w3.org/TR/WGSL/#ref-for-variable%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-storable%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-texture-resource",
"https://www.w3.org/TR/WGSL/#ref-for-sampler-resource",
@@ -1325,7 +1339,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-uniform-buffer%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-storage-buffer%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/WGSL/#host-shareable",
"https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A0",
@@ -1354,11 +1368,11 @@
"https://www.w3.org/TR/WGSL/#pointer-type",
"https://www.w3.org/TR/WGSL/#ref-for-memory-view%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-access-mode%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-variable-declaration",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A7",
@@ -1398,7 +1412,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-named-component-expression%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-indexing-expression%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-originating-variable",
- "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-valid-reference%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-invalid-memory-reference%E2%91%A1",
"https://www.w3.org/TR/WGSL/#example-e5aa6948",
@@ -1447,11 +1461,11 @@
"https://www.w3.org/TR/WGSL/#ref-for-simple-assignment",
"https://www.w3.org/TR/WGSL/#ref-for-write-access",
"https://www.w3.org/TR/WGSL/#ref-for-left-hand-side",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-access-write%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-access-read_write%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-right-hand-side",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/WGSL/#load-rule",
"https://www.w3.org/TR/WGSL/#ref-for-access-read%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-access-read_write%E2%91%A5",
@@ -1459,7 +1473,7 @@
"https://www.w3.org/TR/WGSL/#example-4df77232",
"https://www.w3.org/TR/WGSL/#example-78cb44c6",
"https://www.w3.org/TR/WGSL/#ref-for-calling-function",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-address-of%E2%91%A0",
"https://www.w3.org/TR/WGSL/#example-db23276e",
"https://www.w3.org/TR/WGSL/#example-e59d1aed",
@@ -1484,7 +1498,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-valid-reference%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-originating-variable%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-formal-parameter%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-calling-function%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-valid-pointer%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-valid-pointer%E2%91%A2",
@@ -1495,7 +1509,7 @@
"https://www.w3.org/TR/WGSL/#pointers-other-languages",
"https://www.w3.org/TR/WGSL/#ref-for-storable%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-variable-declaration%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-memory-view%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-invalid-memory-reference%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A8",
@@ -1533,7 +1547,7 @@
"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%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-handle",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-formal-parameter%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-type-storage-texture%E2%91%A1",
"https://www.w3.org/TR/WGSL/#texture-types",
@@ -1598,7 +1612,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-dom-gputexturebindinglayout-sampletype",
"https://www.w3.org/TR/WGSL/#ref-for-sampled-type",
"https://www.w3.org/TR/WGSL/#sampled-type",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-texture-dimensionality%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-texture-arrayed%E2%91%A1",
"https://www.w3.org/TR/WGSL/#type-texture_1d",
@@ -1627,7 +1641,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-dom-gputexturebindinglayout-sampletype%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-sampled-type%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-sampled-type%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-texture-dimensionality%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-texture-arrayed%E2%91%A2",
"https://www.w3.org/TR/WGSL/#type-texture_multisampled_2d",
@@ -1653,7 +1667,7 @@
"https://www.w3.org/TR/WGSL/#type-read-write-storage-texture",
"https://www.w3.org/TR/WGSL/#ref-for-read-access%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-write-access%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-storage-texel-formats",
"https://www.w3.org/TR/WGSL/#ref-for-texture-dimensionality%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-texture-arrayed%E2%91%A4",
@@ -1665,13 +1679,13 @@
"https://www.w3.org/TR/WGSL/#ref-for-dom-gputextureviewdimension-2d-array%E2%91%A0",
"https://www.w3.org/TR/WGSL/#type-texture_storage_3d",
"https://www.w3.org/TR/WGSL/#ref-for-dom-gputextureviewdimension-3d%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-enumerant%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-storage-texel-formats%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-enumerant%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-access-mode%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-abstract-opdef-validating-shader-binding%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A4",
@@ -1719,7 +1733,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-syntax-expression%E2%91%A0",
"https://www.w3.org/TR/WGSL/#type-aliases",
"https://www.w3.org/TR/WGSL/#type-alias",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-scope",
"https://www.w3.org/TR/WGSL/#ref-for-type-alias%E2%91%A2",
@@ -1741,7 +1755,7 @@
"https://www.w3.org/TR/WGSL/#predeclared-types",
"https://www.w3.org/TR/WGSL/#ref-for-predeclared%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-type%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-f16%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A2",
@@ -1772,7 +1786,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-in-scope%E2%91%A3",
"https://www.w3.org/TR/WGSL/#function-scope",
"https://www.w3.org/TR/WGSL/#ref-for-dynamic-context",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/WGSL/#effective-value-type",
"https://www.w3.org/TR/WGSL/#ref-for-concretization",
"https://www.w3.org/TR/WGSL/#ref-for-effective-value-type%E2%91%A0",
@@ -1901,7 +1915,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-shader-module-creation%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-function-scope%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A4",
@@ -1913,7 +1927,7 @@
"https://www.w3.org/TR/WGSL/#override-decls",
"https://www.w3.org/TR/WGSL/#override-declaration",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-overridable%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/WGSL/#pipeline-overridable",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation%E2%91%A8",
@@ -1963,7 +1977,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-private%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-memory-view%E2%91%A0%E2%91%A3",
@@ -1985,11 +1999,11 @@
"https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-function-scope%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-access-mode%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A2",
"https://www.w3.org/TR/WGSL/#uniform-buffer",
"https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A0%E2%91%A3",
@@ -2130,7 +2144,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-const-functions",
"https://www.w3.org/TR/WGSL/#ref-for-type-alias%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-type-rule%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-creation-fixed-footprint%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A6",
@@ -2141,7 +2155,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-subexpressions%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-static-type%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-subexpressions%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-subexpressions%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-static-type%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-abstractfloat%E2%91%A1%E2%91%A0",
@@ -2169,7 +2183,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/WGSL/#override-expr",
@@ -2244,7 +2258,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-matrix%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-fixed-size-array%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-runtime-sized%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-syntax-component_or_swizzle_specifier",
"https://www.w3.org/TR/WGSL/#ref-for-indexing-expression%E2%91%A4",
@@ -2262,9 +2276,9 @@
"https://www.w3.org/TR/WGSL/#vector-access-expr",
"https://www.w3.org/TR/WGSL/#swizzle",
"https://www.w3.org/TR/WGSL/#ref-for-context-dependent-name%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/WGSL/#example-78b3a51f",
"https://www.w3.org/TR/WGSL/#vector-single-component",
"https://www.w3.org/TR/WGSL/#ref-for-swizzle%E2%91%A1",
@@ -2272,14 +2286,14 @@
"https://www.w3.org/TR/WGSL/#ref-for-swizzle%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-swizzle%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value",
"https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-concretization-of-a-value%E2%91%A3",
"https://www.w3.org/TR/WGSL/#vector-multi-component",
@@ -2321,7 +2335,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-memory-view%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-originating-variable%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-memory-view%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A0%E2%91%A4",
@@ -2329,18 +2343,18 @@
"https://www.w3.org/TR/WGSL/#ref-for-originating-variable%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/WGSL/#matrix-access-expr",
"https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-concretization-of-a-value%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-memory-view%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A0%E2%91%A6",
@@ -2348,18 +2362,18 @@
"https://www.w3.org/TR/WGSL/#ref-for-originating-variable%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/WGSL/#array-access-expr",
"https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-type-abstract%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-concretization-of-a-value%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-memory-view%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A0%E2%91%A8",
@@ -2367,7 +2381,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-originating-variable%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-memory-view%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-invalid-memory-reference%E2%91%A7",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%93%AA",
@@ -2392,17 +2406,17 @@
"https://www.w3.org/TR/WGSL/#ref-for-extended-real%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A7",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-truncate",
"https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A8",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A2",
@@ -2410,17 +2424,17 @@
"https://www.w3.org/TR/WGSL/#ref-for-extended-real%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-truncate%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A5",
@@ -2443,23 +2457,23 @@
"https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-shader-execution-start%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%93%AA",
@@ -2479,14 +2493,14 @@
"https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-in-scope%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A3",
"https://www.w3.org/TR/WGSL/#address-of-expr",
"https://www.w3.org/TR/WGSL/#address-of",
"https://www.w3.org/TR/WGSL/#ref-for-memory-view%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-invalid-memory-reference%E2%91%A8",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-handle%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-handle%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A8",
"https://www.w3.org/TR/WGSL/#indirection-expr",
"https://www.w3.org/TR/WGSL/#indirection",
"https://www.w3.org/TR/WGSL/#ref-for-memory-view%E2%91%A1%E2%91%A6",
@@ -2810,7 +2824,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-_shift_right_assign",
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-_shift_left_assign",
"https://www.w3.org/TR/WGSL/#ref-for-reference-type%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-access-read_write%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-access-mode%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-compound-assignment",
@@ -2828,7 +2842,7 @@
"https://www.w3.org/TR/WGSL/#syntax-decrement_statement",
"https://www.w3.org/TR/WGSL/#ref-for-syntax-lhs_expression%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-minus_minus",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A1%E2%91%A1",
@@ -2859,8 +2873,8 @@
"https://www.w3.org/TR/WGSL/#syntax-else_clause",
"https://www.w3.org/TR/WGSL/#ref-for-syntax-compound_statement%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-type-rule-preconditions%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A3",
"https://www.w3.org/TR/WGSL/#switch-statement",
"https://www.w3.org/TR/WGSL/#statement-switch",
"https://www.w3.org/TR/WGSL/#ref-for-case-clause%E2%91%A0",
@@ -2902,19 +2916,19 @@
"https://www.w3.org/TR/WGSL/#ref-for-case-clause%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-syntax_kw-default%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-default-alone-clause%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-default-clause%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-syntax_kw-default%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-syntax-case_selector%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-type-rule-preconditions%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-syntax-case_selectors%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-syntax-case_selector%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-case-clause%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-default-clause%E2%91%A2",
@@ -2951,11 +2965,11 @@
"https://www.w3.org/TR/WGSL/#ref-for-compound-statement%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-variable-declaration%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-value-declaration%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#example-3440ef35",
- "https://www.w3.org/TR/WGSL/#example-f24668cd",
- "https://www.w3.org/TR/WGSL/#example-759330e0",
- "https://www.w3.org/TR/WGSL/#example-00c6c948",
- "https://www.w3.org/TR/WGSL/#example-4452362c",
+ "https://www.w3.org/TR/WGSL/#example-8c799ce1",
+ "https://www.w3.org/TR/WGSL/#example-a40b4a54",
+ "https://www.w3.org/TR/WGSL/#example-41a789ae",
+ "https://www.w3.org/TR/WGSL/#example-0fee2fe2",
+ "https://www.w3.org/TR/WGSL/#example-dc981772",
"https://www.w3.org/TR/WGSL/#for-statement",
"https://www.w3.org/TR/WGSL/#syntax-for_statement",
"https://www.w3.org/TR/WGSL/#ref-for-syntax-attribute%E2%91%A0%E2%93%AA",
@@ -2981,8 +2995,8 @@
"https://www.w3.org/TR/WGSL/#ref-for-scope%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-iteration%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-type-rule-preconditions%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-statement-continuing%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-declaration%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A1%E2%91%A5",
@@ -3004,8 +3018,8 @@
"https://www.w3.org/TR/WGSL/#statement-while",
"https://www.w3.org/TR/WGSL/#ref-for-iteration%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-type-rule-preconditions%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A7",
- "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-statement-loop%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-statement-for%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-dynamic-error%E2%91%A4",
@@ -3016,12 +3030,12 @@
"https://www.w3.org/TR/WGSL/#syntax-break_statement",
"https://www.w3.org/TR/WGSL/#statement-break",
"https://www.w3.org/TR/WGSL/#ref-for-statement-switch%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-statement-loop%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-statement-for%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-statement-while%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-statement-switch%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/WGSL/#example-58268bcc",
"https://www.w3.org/TR/WGSL/#break-if-statement",
"https://www.w3.org/TR/WGSL/#syntax-break_if_statement",
@@ -3030,8 +3044,8 @@
"https://www.w3.org/TR/WGSL/#statement-break-if",
"https://www.w3.org/TR/WGSL/#ref-for-statement-loop%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-type-rule-preconditions%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A6",
"https://www.w3.org/TR/WGSL/#example-c9adc204",
"https://www.w3.org/TR/WGSL/#continue-statement",
"https://www.w3.org/TR/WGSL/#syntax-continue_statement",
@@ -3039,13 +3053,13 @@
"https://www.w3.org/TR/WGSL/#ref-for-statement-loop%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-statement-continuing%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-iteration%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-statement-loop%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-statement-for%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-statement-while%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-statement-continuing%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-statement-continuing%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-statement-continuing%E2%91%A3",
"https://www.w3.org/TR/WGSL/#example-f39a4ef5",
"https://www.w3.org/TR/WGSL/#continuing-statement",
@@ -3060,24 +3074,24 @@
"https://www.w3.org/TR/WGSL/#statement-continuing",
"https://www.w3.org/TR/WGSL/#ref-for-compound-statement%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-iteration%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-statement-return%E2%91%A0",
"https://www.w3.org/TR/WGSL/#return-statement",
"https://www.w3.org/TR/WGSL/#syntax-return_statement",
"https://www.w3.org/TR/WGSL/#ref-for-syntax-expression%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/WGSL/#statement-return",
"https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-return-type%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-statement-return%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#return-value",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#return-value",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/WGSL/#discard-statement",
"https://www.w3.org/TR/WGSL/#statement-discard",
"https://www.w3.org/TR/WGSL/#ref-for-helper-invocation",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-fragment",
"https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-helper-invocation%E2%91%A0",
@@ -3089,20 +3103,20 @@
"https://www.w3.org/TR/WGSL/#syntax-func_call_statement",
"https://www.w3.org/TR/WGSL/#ref-for-syntax-call_phrase%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-function-call%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-attribute-must_use%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-return-value%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-attribute-must_use%E2%91%A1",
"https://www.w3.org/TR/WGSL/#const-assert-statement",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-statically-accessed%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-function-scope%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-type-rule-preconditions%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A7",
"https://www.w3.org/TR/WGSL/#syntax-const_assert_statement",
"https://www.w3.org/TR/WGSL/#ref-for-syntax-expression%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/WGSL/#example-d16c55a9",
@@ -3145,14 +3159,14 @@
"https://www.w3.org/TR/WGSL/#ref-for-statement-while%E2%91%A5",
"https://www.w3.org/TR/WGSL/#behavior",
"https://www.w3.org/TR/WGSL/#ref-for-behavior",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-syntax-switch_clause%E2%91%A0",
@@ -3161,7 +3175,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A8",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/WGSL/#behaviors-notes",
"https://www.w3.org/TR/WGSL/#behaviors-examples",
"https://www.w3.org/TR/WGSL/#example-ad6c34a8",
@@ -3194,7 +3208,7 @@
"https://www.w3.org/TR/WGSL/#return-type",
"https://www.w3.org/TR/WGSL/#function-body",
"https://www.w3.org/TR/WGSL/#ref-for-function-call%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-in-scope%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-user-defined-function%E2%91%A5",
@@ -3202,13 +3216,13 @@
"https://www.w3.org/TR/WGSL/#formal-parameter",
"https://www.w3.org/TR/WGSL/#ref-for-declaration%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-scope%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-function-body%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-abstract-numeric-types%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-return-type%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-shader-stage-attributes",
"https://www.w3.org/TR/WGSL/#ref-for-attribute-vertex%E2%91%A0",
@@ -3250,10 +3264,10 @@
"https://www.w3.org/TR/WGSL/#called-function",
"https://www.w3.org/TR/WGSL/#callee",
"https://www.w3.org/TR/WGSL/#ref-for-called-function",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-formal-parameter%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-called-function%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-calling-function%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-called-function%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-returns",
@@ -3270,7 +3284,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-calling-function%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-function-scope%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-user-defined-function%E2%91%A8",
- "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-user-defined-function%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-function-body%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-returns%E2%91%A0",
@@ -3287,24 +3301,24 @@
"https://www.w3.org/TR/WGSL/#ref-for-shader-module-creation%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/WGSL/#const-functions",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-const-declaration%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-attribute-const%E2%91%A1",
"https://www.w3.org/TR/WGSL/#example-62c7bf88",
"https://www.w3.org/TR/WGSL/#function-restriction",
"https://www.w3.org/TR/WGSL/#ref-for-vertex",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-built-in-values-position%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-built-in-output-value",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-function-call%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-function-call%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-formal-parameter%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-access-mode%E2%91%A1%E2%91%A2",
@@ -3331,20 +3345,20 @@
"https://www.w3.org/TR/WGSL/#aliasing",
"https://www.w3.org/TR/WGSL/#ref-for-originating-variable%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-root-identifier%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-originating-variable%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-root-identifier%E2%91%A3",
"https://www.w3.org/TR/WGSL/#alias",
"https://www.w3.org/TR/WGSL/#ref-for-originating-variable%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-write-access%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-read-access%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-write-access%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-read-access%E2%91%A7",
- "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/WGSL/#example-1243cb94",
"https://www.w3.org/TR/WGSL/#attributes",
"https://www.w3.org/TR/WGSL/#attribute",
@@ -3370,7 +3384,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-syntax-vertex_attr",
"https://www.w3.org/TR/WGSL/#ref-for-syntax-fragment_attr",
"https://www.w3.org/TR/WGSL/#ref-for-syntax-compute_attr",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/WGSL/#align-attr",
"https://www.w3.org/TR/WGSL/#syntax-align_attr",
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-attr%E2%91%A0",
@@ -3379,18 +3393,20 @@
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-comma%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-paren_right%E2%91%A4",
"https://www.w3.org/TR/WGSL/#attribute-align",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-requiredalignof",
+ "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-requiredalignof",
+ "https://www.w3.org/TR/WGSL/#ref-for-nesting-depth%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-type-rule%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A8",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/WGSL/#binding-attr",
"https://www.w3.org/TR/WGSL/#syntax-binding_attr",
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-attr%E2%91%A1",
@@ -3400,14 +3416,14 @@
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-paren_right%E2%91%A5",
"https://www.w3.org/TR/WGSL/#attribute-binding",
"https://www.w3.org/TR/WGSL/#ref-for-attribute-group%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%93%AA",
- "https://www.w3.org/TR/WGSL/#ref-for-resource%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-resource%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-type-rule%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/WGSL/#blend-src-attr",
"https://www.w3.org/TR/WGSL/#syntax-blend_src_attr",
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-attr%E2%91%A2",
@@ -3418,18 +3434,18 @@
"https://www.w3.org/TR/WGSL/#attribute-blend_src",
"https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-extension-dual_source_blending%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-attribute-location%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-stage-input%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-stage-input%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-shader-stage-output%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A1%E2%91%A4",
@@ -3443,9 +3459,9 @@
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-paren_right%E2%91%A7",
"https://www.w3.org/TR/WGSL/#attribute-builtin",
"https://www.w3.org/TR/WGSL/#ref-for-token%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-built-in-value-name-token",
"https://www.w3.org/TR/WGSL/#ref-for-built-in-values%E2%91%A1",
"https://www.w3.org/TR/WGSL/#const-attr",
@@ -3453,8 +3469,8 @@
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-attr%E2%91%A4",
"https://www.w3.org/TR/WGSL/#attribute-const",
"https://www.w3.org/TR/WGSL/#ref-for-const-functions%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/WGSL/#diagnostic-attr",
"https://www.w3.org/TR/WGSL/#syntax-diagnostic_attr",
@@ -3468,9 +3484,9 @@
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-comma%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-paren_right%E2%91%A8",
"https://www.w3.org/TR/WGSL/#attribute-diagnostic",
- "https://www.w3.org/TR/WGSL/#ref-for-range-diagnostic-filter",
+ "https://www.w3.org/TR/WGSL/#ref-for-range-diagnostic-filter%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-attribute-diagnostic%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-diagnostic-triggering-rule%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-syntax-severity_control_name%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-syntax-diagnostic_rule_name%E2%91%A1",
@@ -3483,14 +3499,14 @@
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-comma%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-paren_right%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/WGSL/#attribute-group",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-resource%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-resource%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-type-rule%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/WGSL/#id-attr",
"https://www.w3.org/TR/WGSL/#syntax-id_attr",
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-attr%E2%91%A7",
@@ -3500,15 +3516,15 @@
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-paren_right%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/WGSL/#attribute-id",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-overridable%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-override-declaration%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-type-rule%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A8",
"https://www.w3.org/TR/WGSL/#interpolate-attr",
"https://www.w3.org/TR/WGSL/#syntax-interpolate_attr",
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-attr%E2%91%A8",
@@ -3526,15 +3542,15 @@
"https://www.w3.org/TR/WGSL/#syntax-interpolate_type_name",
"https://www.w3.org/TR/WGSL/#ref-for-syntax-ident_pattern_token%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/WGSL/#attribute-interpolate",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-vertex%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%93%AA",
- "https://www.w3.org/TR/WGSL/#ref-for-attribute-location%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-attribute-location%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-interpolation-type-name-token",
"https://www.w3.org/TR/WGSL/#ref-for-interpolation-type%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-interpolation-sampling-name-token",
"https://www.w3.org/TR/WGSL/#ref-for-interpolation-sampling%E2%91%A1",
"https://www.w3.org/TR/WGSL/#invariant-attr",
@@ -3544,7 +3560,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-built-in-values-position%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-built-in-output-value%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-built-in-input-value",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-built-in-values-position%E2%91%A2",
"https://www.w3.org/TR/WGSL/#location-attr",
"https://www.w3.org/TR/WGSL/#syntax-location_attr",
@@ -3554,29 +3570,29 @@
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-comma%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-paren_right%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/WGSL/#attribute-location",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-compute",
"https://www.w3.org/TR/WGSL/#ref-for-shader-stage-input%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-type-rule%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A8",
"https://www.w3.org/TR/WGSL/#must-use-attr",
"https://www.w3.org/TR/WGSL/#syntax-must_use_attr",
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-attr%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/WGSL/#attribute-must_use",
"https://www.w3.org/TR/WGSL/#ref-for-function-call%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A6%E2%91%A8",
- "https://www.w3.org/TR/WGSL/#ref-for-expression%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-expression%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-function-function%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-return-type%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-phony-assignment%E2%91%A0",
@@ -3589,19 +3605,19 @@
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-comma%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-paren_right%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/WGSL/#attribute-size",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-byte-size%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-sizeof",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-creation-fixed-footprint%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-creation-fixed-footprint%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-type-rule%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A6",
"https://www.w3.org/TR/WGSL/#workgroup-size-attr",
"https://www.w3.org/TR/WGSL/#syntax-workgroup_size_attr",
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-attr%E2%91%A0%E2%91%A4",
@@ -3627,23 +3643,23 @@
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-paren_right%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/WGSL/#attribute-workgroup_size",
"https://www.w3.org/TR/WGSL/#ref-for-workgroup-grid",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/WGSL/#shader-stage-attr",
"https://www.w3.org/TR/WGSL/#shader-stage-attributes",
"https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-shader-stages%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-function-declaration%E2%91%A2",
"https://www.w3.org/TR/WGSL/#vertex-attr",
"https://www.w3.org/TR/WGSL/#syntax-vertex_attr",
@@ -3698,12 +3714,12 @@
"https://www.w3.org/TR/WGSL/#ref-for-shader-stage-input%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-return-value%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-shader-stage-output%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-user-defined-input-datum",
@@ -3711,7 +3727,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-return-type%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-user-defined-output-datum",
"https://www.w3.org/TR/WGSL/#ref-for-built-in-output-value%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-built-in-values%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-compute%E2%91%A0",
"https://www.w3.org/TR/WGSL/#example-b218a1e2",
@@ -3780,21 +3796,21 @@
"https://www.w3.org/TR/WGSL/#ref-for-attribute-invariant%E2%91%A3",
"https://www.w3.org/TR/WGSL/#builtin-inputs-outputs",
"https://www.w3.org/TR/WGSL/#built-in-input-value",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-formal-parameter%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-shader-stages%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-attribute-builtin%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#built-in-output-value",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#built-in-output-value",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-return-value%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-shader-stages%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-return-type%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-return-type%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-attribute-builtin%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-built-in-values-position%E2%91%A3",
"https://www.w3.org/TR/WGSL/#built-in-values",
"https://www.w3.org/TR/WGSL/#ref-for-built-in-value-name-token%E2%91%A0",
@@ -3815,12 +3831,16 @@
"https://www.w3.org/TR/WGSL/#ref-for-built-in-values-global_invocation_id%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-built-in-values-workgroup_id%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-built-in-values-num_workgroups%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-built-in-values-subgroup_invocation_id%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-extension-subgroups",
+ "https://www.w3.org/TR/WGSL/#ref-for-built-in-values-subgroup_size%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-extension-subgroups%E2%91%A0",
"https://www.w3.org/TR/WGSL/#example-4ad7a4a0",
"https://www.w3.org/TR/WGSL/#clip-distances-builtin-value",
"https://www.w3.org/TR/WGSL/#built-in-values-clip_distances",
"https://www.w3.org/TR/WGSL/#ref-for-vertex-shader-stage%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-built-in-values-clip_distances%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A8",
"https://www.w3.org/TR/WGSL/#frag-depth-builtin-value",
"https://www.w3.org/TR/WGSL/#built-in-values-frag_depth",
"https://www.w3.org/TR/WGSL/#ref-for-fragment-shader-stage%E2%91%A0",
@@ -3894,28 +3914,39 @@
"https://www.w3.org/TR/WGSL/#ref-for-group_count_x",
"https://www.w3.org/TR/WGSL/#ref-for-group_count_y",
"https://www.w3.org/TR/WGSL/#ref-for-group_count_z",
+ "https://www.w3.org/TR/WGSL/#subgroup-invocation-id-builtin-value",
+ "https://www.w3.org/TR/WGSL/#built-in-values-subgroup_invocation_id",
+ "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-fragment-shader-stage%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup-invocation-id",
+ "https://www.w3.org/TR/WGSL/#ref-for-built-in-values-subgroup_size%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#subgroup-size-builtin-value",
+ "https://www.w3.org/TR/WGSL/#built-in-values-subgroup_size",
+ "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-fragment-shader-stage%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup-size",
"https://www.w3.org/TR/WGSL/#user-defined-inputs-outputs",
"https://www.w3.org/TR/WGSL/#user-defined-input-datum",
"https://www.w3.org/TR/WGSL/#user-defined-output-datum",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-compute%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A0",
"https://www.w3.org/TR/WGSL/#input-output-locations",
"https://www.w3.org/TR/WGSL/#ref-for-attribute-location%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-user-defined-input-datum%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-user-defined-output-datum%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-attribute-location%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-attribute-location%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-attribute-blend_src%E2%91%A6",
"https://www.w3.org/TR/WGSL/#use-dual-source-blending",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-attribute-location%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/WGSL/#example-7d0deae3",
"https://www.w3.org/TR/WGSL/#example-ee897116",
@@ -3923,14 +3954,14 @@
"https://www.w3.org/TR/WGSL/#interpolation",
"https://www.w3.org/TR/WGSL/#ref-for-attribute-interpolate%E2%91%A4",
"https://www.w3.org/TR/WGSL/#interpolation-type",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-interpolation-type-name-token%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-token%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/WGSL/#interpolation-type-perspective",
"https://www.w3.org/TR/WGSL/#interpolation-type-linear",
"https://www.w3.org/TR/WGSL/#interpolation-type-flat",
"https://www.w3.org/TR/WGSL/#interpolation-sampling",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-interpolation-sampling-name-token%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-token%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/WGSL/#interpolation-sampling-center",
@@ -3939,11 +3970,11 @@
"https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A5",
"https://www.w3.org/TR/WGSL/#interpolation-sampling-first",
"https://www.w3.org/TR/WGSL/#interpolation-sampling-either",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%93%AA%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-vertex%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-abstract-opdef-validating-inter-stage-interfaces",
"https://www.w3.org/TR/WGSL/#ref-for-gpurenderpipeline%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A7",
@@ -3961,11 +3992,11 @@
"https://www.w3.org/TR/WGSL/#resource-interface-of-a-shader",
"https://www.w3.org/TR/WGSL/#ref-for-statically-accessed%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-functions-in-a-shader-stage%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-attribute-group%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-attribute-binding%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-shader%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-attribute-group%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-attribute-binding%E2%91%A1",
"https://www.w3.org/TR/WGSL/#resource-layout-compatibility",
@@ -4086,7 +4117,7 @@
"https://www.w3.org/TR/WGSL/#address-spaces-private",
"https://www.w3.org/TR/WGSL/#ref-for-access-read_write%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/WGSL/#address-spaces-workgroup",
- "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage-workgroup%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-access-read_write%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-element-count%E2%91%A5",
@@ -4107,9 +4138,9 @@
"https://www.w3.org/TR/WGSL/#ref-for-enumerant%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-variable%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-statically-accessed%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-variable%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-storage-buffer%E2%91%A1%E2%91%A1",
@@ -4128,25 +4159,28 @@
"https://www.w3.org/TR/WGSL/#ref-for-pointer-type%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-access-read%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/WGSL/#memory-layouts",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-host-shareable%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-uniform-buffer%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-storage-buffer%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-dynamic-error%E2%91%A6",
"https://www.w3.org/TR/WGSL/#memory-layout",
"https://www.w3.org/TR/WGSL/#ref-for-memory-locations%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-host-shareable%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-host-shareable%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-host-shareable%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-host-shareable%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-host-shareable%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-fixed-footprint%E2%91%A3",
"https://www.w3.org/TR/WGSL/#alignof",
"https://www.w3.org/TR/WGSL/#ref-for-alignment",
"https://www.w3.org/TR/WGSL/#alignofmember",
@@ -4165,27 +4199,32 @@
"https://www.w3.org/TR/WGSL/#ref-for-alignof%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-sizeof%E2%91%A3",
"https://www.w3.org/TR/WGSL/#alignment-and-size",
- "https://www.w3.org/TR/WGSL/#ref-for-host-shareable%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-fixed-footprint%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-host-shareable%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-fixed-footprint%E2%91%A4",
"https://www.w3.org/TR/WGSL/#alignment",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-memory-locations%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/WGSL/#byte-size",
- "https://www.w3.org/TR/WGSL/#ref-for-host-shareable%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-host-shareable%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-fixed-footprint%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-alignof%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-sizeof%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-f16%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-atomic-type%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A1%E2%93%AA",
@@ -4209,6 +4248,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-roundup%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-alignof%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-sizeof%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#why-is-bool-4-bytes",
"https://www.w3.org/TR/WGSL/#structure-member-layout",
"https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/WGSL/#layout-attributes",
@@ -4223,7 +4263,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-attribute-align%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-alignof%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-attribute-size%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-sizeofmember%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-sizeof%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-offsetofmember%E2%91%A1",
@@ -4238,11 +4278,15 @@
"https://www.w3.org/TR/WGSL/#example-b15d769f",
"https://www.w3.org/TR/WGSL/#example-adf8070c",
"https://www.w3.org/TR/WGSL/#internal-value-layout",
+ "https://www.w3.org/TR/WGSL/#ref-for-host-shareable%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-attribute-align%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-attribute-size%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-alignof%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-host-shareable%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A2%E2%91%A5",
@@ -4266,20 +4310,19 @@
"https://www.w3.org/TR/WGSL/#ref-for-offsetofmember%E2%91%A4",
"https://www.w3.org/TR/WGSL/#address-space-layout-constraints",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-address-spaces%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-address-spaces%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/WGSL/#requiredalignof",
"https://www.w3.org/TR/WGSL/#ref-for-alignment%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-requiredalignof%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-requiredalignof%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-requiredalignof%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A1%E2%91%A1",
@@ -4300,33 +4343,27 @@
"https://www.w3.org/TR/WGSL/#ref-for-roundup%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-alignof%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-alignof%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-roundup%E2%91%A8",
- "https://www.w3.org/TR/WGSL/#ref-for-alignof%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-alignof%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-roundup%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-alignof%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-roundup%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/WGSL/#ref-for-alignof%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-requiredalignof%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-offsetofmember%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-requiredalignof%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-element-stride",
"https://www.w3.org/TR/WGSL/#ref-for-requiredalignof%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-strideof%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-requiredalignof%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-strideof%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-requiredalignof%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-requiredalignof%E2%91%A7",
- "https://www.w3.org/TR/WGSL/#ref-for-attribute-align%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-alignof%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-requiredalignof%E2%91%A8",
- "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-uniform%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-strideof%E2%91%A7",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-roundup%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-roundup%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-sizeof%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-attribute-align%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-attribute-align%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-attribute-size%E2%91%A6",
"https://www.w3.org/TR/WGSL/#example-ad1395c9",
"https://www.w3.org/TR/WGSL/#example-67da5de6",
@@ -4365,7 +4402,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-memory-model-atomic-operation",
"https://www.w3.org/TR/WGSL/#ref-for-memory-model-scope",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-memory-model-scope%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-quad%E2%91%A0",
"https://www.w3.org/TR/WGSL/#memory-semantics",
@@ -4375,11 +4412,11 @@
"https://www.w3.org/TR/WGSL/#ref-for-memory-model-memory-semantics%E2%91%A2",
"https://www.w3.org/TR/WGSL/#private-vs-non-private",
"https://www.w3.org/TR/WGSL/#ref-for-read-access%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-memory-model-non-private",
"https://www.w3.org/TR/WGSL/#ref-for-write-access%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-memory-model-non-private%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-read-access%E2%91%A0%E2%91%A2",
@@ -4393,8 +4430,8 @@
"https://www.w3.org/TR/WGSL/#program-order",
"https://www.w3.org/TR/WGSL/#dynamic-statement-instance",
"https://www.w3.org/TR/WGSL/#uniformity",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-value",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-statement-if%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-statement-break-if",
"https://www.w3.org/TR/WGSL/#ref-for-statement-while%E2%91%A6",
@@ -4409,34 +4446,42 @@
"https://www.w3.org/TR/WGSL/#ref-for-built-in-functions%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/WGSL/#uniformity-analysis",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A2",
"https://www.w3.org/TR/WGSL/#uniformity-failure",
"https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-uniformity-analysis%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniformity-analysis%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-builtin-functions-that-compute-a-derivative%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-trigger-derivative_uniformity%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-diagnostic%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-triggered%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-diagnostic-triggering-location%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-diagnostic-severity%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-severity-error%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-diagnostic-filter%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-severity-error%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-diagnostic-filter%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-severity-error%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-diagnostic%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-triggered%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-trigger-subgroup_uniformity%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-diagnostic%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-triggered%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-diagnostic-triggering-location%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-diagnostic-severity%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-severity-error%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-diagnostic-filter%E2%91%A6",
"https://www.w3.org/TR/WGSL/#uniformity-concepts",
"https://www.w3.org/TR/WGSL/#uniform-control-flow",
- "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage-workgroup%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-draw-command%E2%91%A4",
"https://www.w3.org/TR/WGSL/#uniform-value",
"https://www.w3.org/TR/WGSL/#uniform-variable",
"https://www.w3.org/TR/WGSL/#uniformity-overview",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-dynamic-error%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-dynamic-error%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-uniformity-failure",
@@ -4445,18 +4490,19 @@
"https://www.w3.org/TR/WGSL/#ref-for-diagnostic-triggering-rule%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/WGSL/#potential-trigger-set",
"https://www.w3.org/TR/WGSL/#ref-for-trigger-derivative_uniformity%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-trigger-subgroup_uniformity%E2%91%A1",
"https://www.w3.org/TR/WGSL/#uniformity-function",
"https://www.w3.org/TR/WGSL/#ref-for-uniformity-failure%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-requiredtobeuniformerror",
"https://www.w3.org/TR/WGSL/#ref-for-requiredtobeuniformwarning",
"https://www.w3.org/TR/WGSL/#ref-for-requiredtobeuniforminfo",
"https://www.w3.org/TR/WGSL/#ref-for-maybenonuniform",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-variable",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-variable",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-requiredtobeuniformerror%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-requiredtobeuniformerror%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-requiredtobeuniformerror%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-maybenonuniform%E2%91%A0",
@@ -4471,17 +4517,17 @@
"https://www.w3.org/TR/WGSL/#ref-for-requiredtobeuniforminfo%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-severity-warning%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-severity-info%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-diagnostic%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-diagnostic%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-requiredtobeuniformwarning%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-maybenonuniform%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-severity-warning%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-diagnostic%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-diagnostic%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-requiredtobeuniforminfo%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-maybenonuniform%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-severity-info%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-diagnostic%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-diagnostic%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/WGSL/#call-site-tag",
- "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-call-site%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/WGSL/#function-tag",
"https://www.w3.org/TR/WGSL/#ref-for-formal-parameter%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/WGSL/#parameter-tag",
@@ -4489,44 +4535,44 @@
"https://www.w3.org/TR/WGSL/#ref-for-return-value%E2%91%A5",
"https://www.w3.org/TR/WGSL/#pointer-parameter-tag",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-call-site-tag",
"https://www.w3.org/TR/WGSL/#callsiterequiredtobeuniforms",
- "https://www.w3.org/TR/WGSL/#ref-for-severity-error%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-severity-error%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-severity-warning%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-severity-info%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-potential-trigger-set",
"https://www.w3.org/TR/WGSL/#callsitenorestriction",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-function-tag",
"https://www.w3.org/TR/WGSL/#returnvaluemaybenonuniform",
"https://www.w3.org/TR/WGSL/#ref-for-return-value%E2%91%A6",
"https://www.w3.org/TR/WGSL/#norestriction",
"https://www.w3.org/TR/WGSL/#ref-for-parameter-tag",
"https://www.w3.org/TR/WGSL/#parameterrequiredtobeuniforms",
- "https://www.w3.org/TR/WGSL/#ref-for-severity-error%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-severity-error%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-severity-warning%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-severity-info%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-potential-trigger-set%E2%91%A0",
"https://www.w3.org/TR/WGSL/#parametercontentsrequiredtobeuniforms",
- "https://www.w3.org/TR/WGSL/#ref-for-severity-error%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-severity-error%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-severity-warning%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-severity-info%E2%91%A7",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-potential-trigger-set%E2%91%A1",
"https://www.w3.org/TR/WGSL/#parameternorestriction",
"https://www.w3.org/TR/WGSL/#ref-for-parameter-return-tag",
"https://www.w3.org/TR/WGSL/#parameterreturncontentsrequiredtobeuniform",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-return-value%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-return-value%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A7",
"https://www.w3.org/TR/WGSL/#parameterreturnnorestriction",
"https://www.w3.org/TR/WGSL/#ref-for-pointer-parameter-tag",
"https://www.w3.org/TR/WGSL/#pointerparametermaybenonuniform",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A8",
"https://www.w3.org/TR/WGSL/#pointerparameternorestriction",
"https://www.w3.org/TR/WGSL/#requiredtobeuniformerror",
"https://www.w3.org/TR/WGSL/#requiredtobeuniformwarning",
@@ -4557,7 +4603,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-pointer-parameter-tag%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-param_i%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-pointerparameternorestriction",
- "https://www.w3.org/TR/WGSL/#ref-for-severity-error%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-severity-error%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-severity-warning%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-severity-info%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-requiredtobeuniforms",
@@ -4566,7 +4612,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-requiredtobeuniforms%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-maybenonuniform%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-uniformity-failure%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-triggered%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-triggered%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-cf_start%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-call-site-tag%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-call-site-tag%E2%91%A2",
@@ -4594,8 +4640,8 @@
"https://www.w3.org/TR/WGSL/#ref-for-maybenonuniform%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-pointer-parameter-tag%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-pointerparametermaybenonuniform",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A8",
- "https://www.w3.org/TR/WGSL/#ref-for-diagnostic-triggering-location%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-diagnostic-triggering-location%E2%91%A4",
"https://www.w3.org/TR/WGSL/#pointer-desugar",
"https://www.w3.org/TR/WGSL/#ref-for-formal-parameter%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-pointer-type%E2%91%A8",
@@ -4685,7 +4731,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-function%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-default-alone-clause%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-case-clause%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-statement-if%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-statement-switch%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-statement-loop%E2%91%A0%E2%93%AA",
@@ -4765,7 +4811,38 @@
"https://www.w3.org/TR/WGSL/#ref-for-returnvaluemaybenonuniform%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-type-read-write-storage-texture%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-norestriction%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-function-tag%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-returnvaluemaybenonuniform%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-nearest-enclosing-diagnostic-filter%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-trigger-subgroup_uniformity%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-call-site-tag%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-severity-off%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-callsitenorestriction%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-callsiterequiredtobeuniforms%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-potential-trigger-set%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-trigger-subgroup_uniformity%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-callsiterequiredtobeuniforms%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-potential-trigger-set%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-trigger-subgroup_uniformity%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-parameter-tag%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-severity-off%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-norestriction%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-parameterrequiredtobeuniforms%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-potential-trigger-set%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-trigger-subgroup_uniformity%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-parameterrequiredtobeuniforms%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-potential-trigger-set%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-trigger-subgroup_uniformity%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-parameter-tag%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-severity-off%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-norestriction%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-parameterrequiredtobeuniforms%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-potential-trigger-set%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-trigger-subgroup_uniformity%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-parameterrequiredtobeuniforms%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-potential-trigger-set%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-trigger-subgroup_uniformity%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/WGSL/#uniformity-expressions",
"https://www.w3.org/TR/WGSL/#ref-for-rhsvalue%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A2%E2%91%A2",
@@ -4793,7 +4870,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-formal-parameter%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-pointer-type%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-private%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces%E2%91%A0%E2%91%A8",
@@ -4806,7 +4883,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-formal-parameter%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-pointer-type%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-private%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces%E2%91%A1%E2%93%AA",
@@ -4838,6 +4915,8 @@
"https://www.w3.org/TR/WGSL/#ref-for-type-checking%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-built-in-values-workgroup_id%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-built-in-values-num_workgroups%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-built-in-values-subgroup_size%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-built-in-values%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-components%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-composite%E2%91%A7",
@@ -4883,7 +4962,7 @@
"https://www.w3.org/TR/WGSL/#example-2d91fe99",
"https://www.w3.org/TR/WGSL/#compute-shader-workgroups",
"https://www.w3.org/TR/WGSL/#compute-shader-stage-workgroup",
- "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/WGSL/#workgroup-grid",
@@ -4904,15 +4983,16 @@
"https://www.w3.org/TR/WGSL/#ref-for-group_count_y%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-group_count_z%E2%91%A0",
"https://www.w3.org/TR/WGSL/#fragment-shaders-helper-invocations",
- "https://www.w3.org/TR/WGSL/#ref-for-fragment-shader-stage%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-fragment-shader-stage%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-built-in-values-position%E2%91%A6",
"https://www.w3.org/TR/WGSL/#quad",
+ "https://www.w3.org/TR/WGSL/#quad-invocation-id",
"https://www.w3.org/TR/WGSL/#ref-for-rasterizationpoint%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/WGSL/#helper-invocation",
"https://www.w3.org/TR/WGSL/#ref-for-write-access%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-handle%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A2",
@@ -4921,22 +5001,54 @@
"https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-gpurenderpipeline%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-statement-discard%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#subgroups",
+ "https://www.w3.org/TR/WGSL/#subgroup",
+ "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-fragment-shader-stage%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage-workgroup%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-draw-command%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-quad%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#subgroup-size",
+ "https://www.w3.org/TR/WGSL/#ref-for-built-in-values-subgroup_size%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage-workgroup%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-draw-command%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-dom-gpuadapterinfo-subgroupminsize",
+ "https://www.w3.org/TR/WGSL/#ref-for-dom-gpuadapterinfo-subgroupmaxsize",
+ "https://www.w3.org/TR/WGSL/#subgroup-invocation-id",
+ "https://www.w3.org/TR/WGSL/#ref-for-built-in-values-subgroup_invocation_id%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-built-in-values-local_invocation_index%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#subgroups-active",
+ "https://www.w3.org/TR/WGSL/#subgroups-inactive",
+ "https://www.w3.org/TR/WGSL/#ref-for-helper-invocation%E2%91%A1",
"https://www.w3.org/TR/WGSL/#collective-operations",
"https://www.w3.org/TR/WGSL/#barrier",
"https://www.w3.org/TR/WGSL/#control-barrier",
- "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage-workgroup%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage-workgroup%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/WGSL/#derivatives",
"https://www.w3.org/TR/WGSL/#partial-derivative",
- "https://www.w3.org/TR/WGSL/#ref-for-quad%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-quad%E2%91%A2",
"https://www.w3.org/TR/WGSL/#builtin-functions-that-compute-a-derivative",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-trigger-derivative_uniformity%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-diagnostic%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-diagnostic%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-extension-subgroups%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#subgroup-ops",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#quad-ops",
+ "https://www.w3.org/TR/WGSL/#ref-for-quad%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-quad%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/WGSL/#floating-point-evaluation",
"https://www.w3.org/TR/WGSL/#overview-of-ieee-754",
"https://www.w3.org/TR/WGSL/#ref-for-extended-real%E2%91%A8",
@@ -5039,7 +5151,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-intermediate-result%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%91%A4",
@@ -5065,7 +5177,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-finite-range%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-finite-math-assumption%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-runtime-expression%E2%91%A4",
@@ -5095,6 +5207,18 @@
"https://www.w3.org/TR/WGSL/#ref-for-intermediate-result%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-intermediate-result%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-intermediate-result%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup-invocation-id%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup-invocation-id%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup-invocation-id%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup-invocation-id%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A8",
"https://www.w3.org/TR/WGSL/#abstract-float-accuracy",
"https://www.w3.org/TR/WGSL/#ref-for-abstractfloat%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A1%E2%91%A3",
@@ -5138,7 +5262,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-integer-scalar%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-ieee754-sign-field%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-finite-range%E2%91%A7",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%91%A6",
@@ -5184,7 +5308,7 @@
"https://www.w3.org/TR/WGSL/#reserved-words",
"https://www.w3.org/TR/WGSL/#reserved-word",
"https://www.w3.org/TR/WGSL/#ref-for-token%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/WGSL/#syntax-_reserved",
"https://www.w3.org/TR/WGSL/#syntactic-tokens",
"https://www.w3.org/TR/WGSL/#syntactic-token",
@@ -5264,10 +5388,10 @@
"https://www.w3.org/TR/WGSL/#ref-for-constructible%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-in-scope%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-resolves%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/WGSL/#zero-value-builtin-function",
"https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A3%E2%93%AA",
@@ -5301,8 +5425,8 @@
"https://www.w3.org/TR/WGSL/#ref-for-array%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/WGSL/#bool-builtin",
"https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-zero-value%E2%91%A6",
"https://www.w3.org/TR/WGSL/#f16-builtin",
"https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0%E2%91%A6",
@@ -5311,7 +5435,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-f16%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-f16%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/WGSL/#f32-builtin",
"https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0%E2%91%A7",
@@ -5320,7 +5444,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/WGSL/#i32-builtin",
"https://www.w3.org/TR/WGSL/#ref-for-scalar%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A3%E2%91%A1",
@@ -5330,10 +5454,10 @@
"https://www.w3.org/TR/WGSL/#ref-for-scalar-floating-point-to-integral-conversion",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-rounding%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/WGSL/#mat2x2-builtin",
"https://www.w3.org/TR/WGSL/#ref-for-f16%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A2%E2%91%A5",
@@ -5481,10 +5605,10 @@
"https://www.w3.org/TR/WGSL/#ref-for-scalar-floating-point-to-integral-conversion%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-rounding%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-abstractint%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-overload-resolution%E2%91%A1",
"https://www.w3.org/TR/WGSL/#vec2-builtin",
@@ -5560,7 +5684,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-vector%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A3%E2%91%A7",
@@ -5616,7 +5740,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/WGSL/#clamp",
"https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A5%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%91%A7",
@@ -5650,13 +5774,13 @@
"https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A5%E2%91%A8",
"https://www.w3.org/TR/WGSL/#extractBits-signed-builtin",
"https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A6%E2%93%AA",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/WGSL/#extractBits-unsigned-builtin",
"https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A6%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A3%E2%93%AA",
@@ -5686,15 +5810,15 @@
"https://www.w3.org/TR/WGSL/#ref-for-ieee754-subnormal%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-ieee754-subnormal%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/WGSL/#example-2820d825",
"https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-ieee754-subnormal%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/WGSL/#insertBits-builtin",
"https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A6%E2%91%A7",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A3%E2%91%A0",
@@ -5708,7 +5832,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-feasible-automatic-conversion%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A4%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A3%E2%91%A1",
@@ -5746,7 +5870,7 @@
"https://www.w3.org/TR/WGSL/#ref-for-ieee754-binary16%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-ieee754-binary32%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-finite-range%E2%91%A8",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A5%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A3%E2%91%A2",
@@ -5774,10 +5898,13 @@
"https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A8%E2%91%A3",
"https://www.w3.org/TR/WGSL/#smoothstep-builtin",
"https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A8%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-ieee754-division-by-zero%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-finite-math-assumption%E2%91%A1",
"https://www.w3.org/TR/WGSL/#sqrt-builtin",
"https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A8%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-domain%E2%91%A1%E2%91%A1",
@@ -5794,42 +5921,42 @@
"https://www.w3.org/TR/WGSL/#ref-for-truncate%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A0%E2%93%AA%E2%93%AA",
"https://www.w3.org/TR/WGSL/#derivative-builtin-functions",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A8",
- "https://www.w3.org/TR/WGSL/#ref-for-triggered%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-triggered%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-trigger-derivative_uniformity%E2%91%A7",
- "https://www.w3.org/TR/WGSL/#ref-for-diagnostic%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-uniformity-analysis%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-diagnostic%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniformity-analysis%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/WGSL/#dpdx-builtin",
- "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#dpdxCoarse-builtin",
"https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#dpdxFine-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#dpdxCoarse-builtin",
"https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#dpdy-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#dpdxFine-builtin",
"https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#dpdyCoarse-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#dpdy-builtin",
"https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/WGSL/#dpdyFine-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#dpdyCoarse-builtin",
"https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/WGSL/#fwidth-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#dpdyFine-builtin",
"https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/WGSL/#fwidthCoarse-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#fwidth-builtin",
"https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#fwidthFine-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#fwidthCoarse-builtin",
"https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#fwidthFine-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/WGSL/#texture-builtin-functions",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/WGSL/#texturedimensions",
"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%A2%E2%91%A4",
@@ -5866,7 +5993,7 @@
"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%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A1%E2%91%A5",
"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%E2%91%A3",
@@ -5913,14 +6040,14 @@
"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%A6%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A5%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A3%E2%91%A8",
- "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%93%AA",
- "https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/WGSL/#example-16e82a5f",
"https://www.w3.org/TR/WGSL/#texturegathercompare",
"https://www.w3.org/TR/WGSL/#texture-gather-compare",
@@ -5932,10 +6059,10 @@
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/WGSL/#example-e6a4066b",
"https://www.w3.org/TR/WGSL/#textureload",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A6%E2%91%A7",
@@ -6047,13 +6174,13 @@
"https://www.w3.org/TR/WGSL/#ref-for-texture-sample-count%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-type-multisampled-texture%E2%91%A4",
"https://www.w3.org/TR/WGSL/#texturesample",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/WGSL/#ref-for-uniformity-analysis%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniformity-analysis%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-trigger-derivative_uniformity%E2%91%A8",
- "https://www.w3.org/TR/WGSL/#ref-for-diagnostic%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-triggered%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-diagnostic%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-triggered%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A8%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A0%E2%91%A0",
@@ -6070,20 +6197,20 @@
"https://www.w3.org/TR/WGSL/#ref-for-type-depth-texture%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-sampler%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%93%AA",
- "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#texturesamplebias",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#texturesamplebias",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-uniformity-analysis%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniformity-analysis%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-trigger-derivative_uniformity%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/WGSL/#ref-for-diagnostic%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-triggered%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-diagnostic%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-triggered%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%93%AA%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A0%E2%91%A6",
@@ -6094,19 +6221,19 @@
"https://www.w3.org/TR/WGSL/#ref-for-type-sampler%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/WGSL/#texturesamplecompare",
"https://www.w3.org/TR/WGSL/#ref-for-type-depth-texture%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-uniformity-analysis%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniformity-analysis%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-trigger-derivative_uniformity%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-diagnostic%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-triggered%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-diagnostic%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-triggered%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%93%AA%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A1%E2%93%AA",
@@ -6116,12 +6243,12 @@
"https://www.w3.org/TR/WGSL/#ref-for-type-depth-texture%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-type-sampler_comparison%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A5",
- "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A7",
- "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/WGSL/#texturesamplecomparelevel",
"https://www.w3.org/TR/WGSL/#ref-for-type-depth-texture%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A1%E2%91%A1",
@@ -6133,11 +6260,11 @@
"https://www.w3.org/TR/WGSL/#ref-for-type-depth-texture%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-type-sampler_comparison%E2%91%A5",
"https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A5%E2%91%A8",
- "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A6%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/WGSL/#texturesamplegrad",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A0%E2%91%A1",
@@ -6148,10 +6275,10 @@
"https://www.w3.org/TR/WGSL/#ref-for-type-sampled-texture%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-type-sampler%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A6%E2%91%A4",
"https://www.w3.org/TR/WGSL/#texturesamplelevel",
"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%A0%E2%91%A4",
@@ -6181,10 +6308,10 @@
"https://www.w3.org/TR/WGSL/#ref-for-type-depth-texture%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-sampler%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A6%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A6%E2%91%A8",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/WGSL/#textureSampleBaseClampToEdge",
"https://www.w3.org/TR/WGSL/#ref-for-type-sampled-texture%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-type-external-texture%E2%91%A1",
@@ -6226,12 +6353,12 @@
"https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/WGSL/#atomic-builtin-functions",
"https://www.w3.org/TR/WGSL/#ref-for-memory-locations%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A6%E2%91%A7",
- "https://www.w3.org/TR/WGSL/#ref-for-vertex%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A6%E2%91%A8",
- "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-vertex%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A7%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/WGSL/#atomic-load",
@@ -6273,11 +6400,11 @@
"https://www.w3.org/TR/WGSL/#pack2x16float-builtin",
"https://www.w3.org/TR/WGSL/#ref-for-ieee754-binary16%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-finite-range%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A7%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A7%E2%93%AA",
"https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/WGSL/#unpack-builtin-functions",
"https://www.w3.org/TR/WGSL/#ref-for-channel-transfer-function%E2%91%A2",
"https://www.w3.org/TR/WGSL/#unpack4x8snorm-builtin",
@@ -6292,13 +6419,13 @@
"https://www.w3.org/TR/WGSL/#ref-for-control-barrier",
"https://www.w3.org/TR/WGSL/#ref-for-memory-scope%E2%91%A0",
"https://www.w3.org/TR/WGSL/#ref-for-execution-scope",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A7%E2%91%A1",
- "https://www.w3.org/TR/WGSL/#ref-for-compute%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A7%E2%91%A2",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-compute%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/WGSL/#storageBarrier-builtin",
"https://www.w3.org/TR/WGSL/#ref-for-control-barrier%E2%91%A0",
- "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-address-spaces-storage%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/WGSL/#textureBarrier-builtin",
"https://www.w3.org/TR/WGSL/#ref-for-control-barrier%E2%91%A1",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-handle%E2%91%A7",
@@ -6308,13 +6435,220 @@
"https://www.w3.org/TR/WGSL/#workgroupUniformLoad-builtin",
"https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/WGSL/#ref-for-plain-type%E2%91%A7",
- "https://www.w3.org/TR/WGSL/#ref-for-fixed-footprint%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-fixed-footprint%E2%91%A6",
"https://www.w3.org/TR/WGSL/#ref-for-atomic-type%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A7%E2%91%A3",
- "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/WGSL/#ref-for-control-barrier%E2%91%A3",
"https://www.w3.org/TR/WGSL/#ref-for-address-spaces-workgroup%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#subgroup-builtin-functions",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-compute%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-triggered%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-trigger-subgroup_uniformity%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-diagnostic%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniformity-analysis%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage-workgroup%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-fragment-shader-stage%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-draw-command%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#subgroupadd-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#subgroupexclusiveadd-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup-invocation-id%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#subgroupinclusiveadd-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup-invocation-id%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#subgroupall-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#subgroupand-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#subgroupany-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#subgroupballot-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#subgroupbroadcast-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup-invocation-id%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A7%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-dynamic-error%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#subgroupbroadcastfirst-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup-invocation-id%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#subgroupelect-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup-invocation-id%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#subgroupmax-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#subgroupmin-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#subgroupmul-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#subgroupexclusivemul-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup-invocation-id%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#subgroupinclusivemul-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup-invocation-id%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#subgroupor-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#subgroupshuffle-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup-invocation-id%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A7%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#subgroupshuffledown-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup-invocation-id%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A7%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-trigger-subgroup_uniformity%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-diagnostic%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-triggered%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#subgroupshuffleup-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup-invocation-id%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-trigger-subgroup_uniformity%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-diagnostic%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-triggered%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#subgroupshufflexor-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup-invocation-id%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-pipeline-creation-error%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-override-expressions%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-trigger-subgroup_uniformity%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-diagnostic%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-triggered%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-value%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#subgroupxor-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroup%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#quad-builtin-functions",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-compute%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-triggered%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-trigger-subgroup_uniformity%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-diagnostic%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniformity-analysis%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-compute-shader-stage-workgroup%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-fragment-shader-stage%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-draw-command%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-quad%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#quadbroadcast-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-u32%E2%91%A0%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/WGSL/#ref-for-i32%E2%91%A0%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-quad-invocation-id",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A1%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-indeterminate-value%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-subgroups-active%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#quadswapdiagonal-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-quad%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#quadswapx-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-quad%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#quadswapy-builtin",
+ "https://www.w3.org/TR/WGSL/#ref-for-type-concrete%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-scalar%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/WGSL/#ref-for-numeric-vector%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/WGSL/#ref-for-quad%E2%91%A8",
"https://www.w3.org/TR/WGSL/#grammar-recursive-descent",
"https://www.w3.org/TR/WGSL/#recursive-descent-syntax-additive_operator",
"https://www.w3.org/TR/WGSL/#recursive-descent-syntax-argument_expression_list",
@@ -6721,6 +7055,9 @@
"https://www.w3.org/TR/WGSL/#3c578f41",
"https://www.w3.org/TR/WGSL/#faf8c865",
"https://www.w3.org/TR/WGSL/#b234eb9b",
+ "https://www.w3.org/TR/WGSL/#302a1456",
+ "https://www.w3.org/TR/WGSL/#d177d646",
+ "https://www.w3.org/TR/WGSL/#9b92b9ee",
"https://www.w3.org/TR/WGSL/#39ef407b",
"https://www.w3.org/TR/WGSL/#9a65b6d1",
"https://www.w3.org/TR/WGSL/#a12af3bc",
diff --git a/tr/ids/gpc.json b/tr/ids/gpc.json
index 213bbe3c266f..72b08ce3596d 100644
--- a/tr/ids/gpc.json
+++ b/tr/ids/gpc.json
@@ -96,8 +96,10 @@
"https://www.w3.org/TR/gpc/#ref-for-dfn-preference-19",
"https://www.w3.org/TR/gpc/#privacy-considerations",
"https://www.w3.org/TR/gpc/#privacy",
+ "https://www.w3.org/TR/gpc/#security-considerations",
+ "https://www.w3.org/TR/gpc/#security",
"https://www.w3.org/TR/gpc/#conformance",
- "https://www.w3.org/TR/gpc/#x7-conformance",
+ "https://www.w3.org/TR/gpc/#x8-conformance",
"https://www.w3.org/TR/gpc/#implementation-considerations",
"https://www.w3.org/TR/gpc/#a-implementation-considerations",
"https://www.w3.org/TR/gpc/#ref-for-dfn-do-not-sell-or-share-interaction-3",
diff --git a/tr/ids/webgpu.json b/tr/ids/webgpu.json
index f5bcc7d67114..09619a4a4835 100644
--- a/tr/ids/webgpu.json
+++ b/tr/ids/webgpu.json
@@ -498,6 +498,8 @@
"https://www.w3.org/TR/webgpu/#dom-adapter-fallback-slot",
"https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-fallback-adapter%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#dom-adapter-xrcompatible-slot",
+ "https://www.w3.org/TR/webgpu/#ref-for-session",
"https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A2",
"https://www.w3.org/TR/webgpu/#dom-adapter-state-slot",
@@ -548,11 +550,6 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#dom-device-destroy-started-slot",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-destroy%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#a-new-device",
"https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpudevicedescriptor",
@@ -562,19 +559,19 @@
"https://www.w3.org/TR/webgpu/#ref-for-supported-limits%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevicedescriptor-requiredlimits",
"https://www.w3.org/TR/webgpu/#ref-for-limit-better%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-device-adapter-slot",
"https://www.w3.org/TR/webgpu/#ref-for-dom-device-features-slot",
"https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot",
"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%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-destroy%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-destroy%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-lost%E2%91%A0",
"https://www.w3.org/TR/webgpu/#lose-the-device",
"https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-device-content-device-slot",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-lost%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-gpudevicelostinfo",
@@ -584,21 +581,20 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevicelostinfo-message%E2%91%A0",
"https://www.w3.org/TR/webgpu/#becomes-lost",
"https://www.w3.org/TR/webgpu/#abstract-opdef-listen-for-timeline-event",
- "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-destroy-started-slot",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalid%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-becomes-lost",
"https://www.w3.org/TR/webgpu/#optional-capabilities",
"https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#capabilities",
"https://www.w3.org/TR/webgpu/#ref-for-capabilities",
"https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-limit",
"https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapter-requestdevice%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-a-new-device%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-supported-limits%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapter-requestdevice%E2%91%A2",
@@ -607,7 +603,7 @@
"https://www.w3.org/TR/webgpu/#feature",
"https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error",
"https://www.w3.org/TR/webgpu/#optional-api-surface",
@@ -626,7 +622,7 @@
"https://www.w3.org/TR/webgpu/#limit-default",
"https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-limit-better%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-limit-better%E2%91%A4",
"https://www.w3.org/TR/webgpu/#limit-better",
@@ -956,17 +952,19 @@
"https://www.w3.org/TR/webgpu/#gpuadapterinfo",
"https://www.w3.org/TR/webgpu/#gpu-adapterinfo",
"https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapter-info",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-adapterinfo",
"https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-Exposed%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-SecureContext%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapterinfo-vendor",
"https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A3",
@@ -975,7 +973,11 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapterinfo-device",
"https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapterinfo-description",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapterinfo-subgroupminsize",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapterinfo-subgroupmaxsize",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A7",
"https://www.w3.org/TR/webgpu/#dom-gpuadapterinfo-vendor",
"https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A1%E2%91%A1",
@@ -989,11 +991,21 @@
"https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapterinfo-description%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#abstract-opdef-new-adapter-info",
- "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#dom-gpuadapterinfo-subgroupminsize",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-subgroups",
+ "https://www.w3.org/TR/webgpu/#ref-for-subgroup-size",
+ "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#dom-gpuadapterinfo-subgroupmaxsize",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-subgroups%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-subgroup-size%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#abstract-opdef-new-adapter-info",
+ "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapterinfo-vendor%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-normalized-identifier-string",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapterinfo-vendor%E2%91%A1",
@@ -1008,6 +1020,10 @@
"https://www.w3.org/TR/webgpu/#ref-for-normalized-identifier-string%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapterinfo-description%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapterinfo-description%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-subgroups%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapterinfo-subgroupminsize%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-subgroups%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapterinfo-subgroupmaxsize%E2%91%A0",
"https://www.w3.org/TR/webgpu/#normalized-identifier-string",
"https://www.w3.org/TR/webgpu/#example-675713a7",
"https://www.w3.org/TR/webgpu/#extension-documents",
@@ -1027,7 +1043,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-lost%E2%91%A2",
"https://www.w3.org/TR/webgpu/#abstract-opdef-queue-a-global-task-for-gpudevice",
"https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-queue-a-global-task",
"https://www.w3.org/TR/webgpu/#ref-for-webgpu-task-source",
"https://www.w3.org/TR/webgpu/#automatic-expiry-task-source",
@@ -1040,7 +1056,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-htmlvideoelement",
"https://www.w3.org/TR/webgpu/#abstract-opdef-queue-an-automatic-expiry-task",
"https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-queue-a-global-task%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-automatic-expiry-task-source%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-automatic-expiry-task-source%E2%91%A1",
@@ -1094,7 +1110,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A2",
@@ -1139,7 +1155,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-SecureContext%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpu%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-idl-promise",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpu-requestadapter%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurequestadapteroptions",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpu-requestadapter-options-options",
@@ -1150,27 +1166,29 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpu-wgsllanguagefeatures%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpu%E2%91%A4",
"https://www.w3.org/TR/webgpu/#dom-gpu-requestadapter",
- "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-gpu%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpu-requestadapter%E2%91%A3",
"https://www.w3.org/TR/webgpu/#dom-gpu-requestadapter-options-options",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurequestadapteroptions%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-a-new-promise",
"https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurequestadapteroptions-featurelevel",
"https://www.w3.org/TR/webgpu/#ref-for-feature-level-string",
- "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-supported-limits%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-fallback-adapter%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-adapter-fallback-slot",
- "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-adapter-xrcompatible-slot",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurequestadapteroptions-xrcompatible",
+ "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-resolve%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-resolve%E2%91%A1",
"https://www.w3.org/TR/webgpu/#dom-gpu-getpreferredcanvasformat",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A0",
@@ -1181,26 +1199,26 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpucanvascontext",
"https://www.w3.org/TR/webgpu/#ref-for-gpu%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-rgba8unorm%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-bgra8unorm%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpu%E2%91%A7",
"https://www.w3.org/TR/webgpu/#dom-gpu-wgsllanguagefeatures",
"https://www.w3.org/TR/webgpu/#ref-for-gpuwgsllanguagefeatures%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-language-extension%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-expire%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpu-requestadapter%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-expire%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-expire%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpu-requestadapter%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapter-requestdevice%E2%91%A3",
"https://www.w3.org/TR/webgpu/#example-78e28ede",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A7",
"https://www.w3.org/TR/webgpu/#adapter-capability-guarantees",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpu-requestadapter%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-texture-compression-bc",
"https://www.w3.org/TR/webgpu/#ref-for-texture-compression-etc2",
@@ -1253,6 +1271,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurequestadapteroptions-powerpreference",
"https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurequestadapteroptions-forcefallbackadapter",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurequestadapteroptions-xrcompatible%E2%91%A0",
"https://www.w3.org/TR/webgpu/#enumdef-gpupowerpreference",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupowerpreference-low-power",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupowerpreference-high-performance",
@@ -1264,40 +1284,48 @@
"https://www.w3.org/TR/webgpu/#feature-level-string-compatibility",
"https://www.w3.org/TR/webgpu/#dom-gpurequestadapteroptions-powerpreference",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpupowerpreference%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webgpu/#dom-gpupowerpreference-low-power",
"https://www.w3.org/TR/webgpu/#dom-gpupowerpreference-high-performance",
- "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webgpu/#dom-gpurequestadapteroptions-forcefallbackadapter",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-fallback-adapter%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-fallback-adapter%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpu-requestadapter%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpu-requestadapter%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-fallback-adapter%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurequestadapteroptions-forcefallbackadapter%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-fallback-adapter%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-fallback-adapter%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapter-isfallbackadapter",
"https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#dom-gpurequestadapteroptions-xrcompatible",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-session%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-session%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurequestadapteroptions-xrcompatible%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-session%E2%91%A2",
"https://www.w3.org/TR/webgpu/#example-6808af9c",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupowerpreference-high-performance%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#gpuadapter",
"https://www.w3.org/TR/webgpu/#gpu-adapter",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-limit%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A0%E2%91%A2",
"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-Exposed%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-SecureContext%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-SameObject%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-gpusupportedfeatures%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapter-features",
@@ -1305,16 +1333,16 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpusupportedlimits%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapter-limits%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-SameObject%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapter-info",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapter-info%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapter-isfallbackadapter%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapter-requestdevice%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpudevicedescriptor%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapter-requestdevice-descriptor-descriptor",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-immutable-property%E2%91%A4",
"https://www.w3.org/TR/webgpu/#dom-gpuadapter-features",
"https://www.w3.org/TR/webgpu/#ref-for-gpusupportedfeatures%E2%91%A3",
@@ -1325,44 +1353,44 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapter-adapter-slot%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-adapter-limits-slot",
"https://www.w3.org/TR/webgpu/#dom-gpuadapter-info",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-new-adapter-info",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapter-adapter-slot%E2%91%A2",
"https://www.w3.org/TR/webgpu/#dom-gpuadapter-isfallbackadapter",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapter-adapter-slot%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-adapter-fallback-slot%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpuadapter-adapter-slot",
- "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpuadapter-requestdevice",
- "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-adapter-state-consumed%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapter-requestdevice%E2%91%A5",
"https://www.w3.org/TR/webgpu/#dom-gpuadapter-requestdevice-descriptor-descriptor",
"https://www.w3.org/TR/webgpu/#ref-for-gpudevicedescriptor%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-a-new-promise%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapter-adapter-slot%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevicedescriptor-requiredfeatures%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-adapter-features-slot%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-reject",
"https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-gpufeaturename%E2%91%A6",
@@ -1374,12 +1402,12 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-adapter-limits-slot%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-limit-class%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-limit-class-alignment%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-reject%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-operationerror",
"https://www.w3.org/TR/webgpu/#ref-for-dom-adapter-state-slot%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-adapter-state-expired%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A0%E2%91%A7",
"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-assert%E2%91%A2",
@@ -1388,8 +1416,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpu-requestadapter%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-a-new-device%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-expire%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-device-content-device-slot%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-label%E2%91%A4",
@@ -1397,7 +1425,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-resolve%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-lost%E2%91%A3",
"https://www.w3.org/TR/webgpu/#example-c8b5b8a0",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webgpu/#gpudevicedescriptor",
"https://www.w3.org/TR/webgpu/#dictdef-gpudevicedescriptor",
"https://www.w3.org/TR/webgpu/#ref-for-gpudevicedescriptor%E2%91%A5",
@@ -1425,10 +1453,10 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpuqueuedescriptor%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpuqueue%E2%91%A3",
"https://www.w3.org/TR/webgpu/#example-8a22c3e3",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-texture-compression-astc%E2%91%A0",
"https://www.w3.org/TR/webgpu/#example-0147eb80",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxcolorattachmentbytespersample",
"https://www.w3.org/TR/webgpu/#gpufeaturename",
"https://www.w3.org/TR/webgpu/#enumdef-gpufeaturename",
@@ -1451,18 +1479,19 @@
"https://www.w3.org/TR/webgpu/#ref-for-float32-blendable",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-clip-distances",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-dual-source-blending",
+ "https://www.w3.org/TR/webgpu/#ref-for-subgroups%E2%91%A3",
"https://www.w3.org/TR/webgpu/#gpudevice",
"https://www.w3.org/TR/webgpu/#gpu-device",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A8%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A8%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-webgpu-interface%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-webgpu-interface%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapter-requestdevice%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-Exposed%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-SecureContext%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-eventtarget",
"https://www.w3.org/TR/webgpu/#ref-for-SameObject%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpusupportedfeatures%E2%91%A4",
@@ -1471,10 +1500,13 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpusupportedlimits%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-limits%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-SameObject%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-adapterinfo%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-SameObject%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-gpuqueue%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-queue",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-destroy%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-destroy%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createbuffer%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpubufferdescriptor%E2%91%A0",
@@ -1537,9 +1569,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createqueryset",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuquerysetdescriptor",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createqueryset-descriptor-descriptor",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuobjectbase%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuobjectbase%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-immutable-property%E2%91%A5",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-features",
"https://www.w3.org/TR/webgpu/#ref-for-gpusupportedfeatures%E2%91%A5",
@@ -1553,28 +1585,34 @@
"https://www.w3.org/TR/webgpu/#dom-gpudevice-queue",
"https://www.w3.org/TR/webgpu/#ref-for-gpuqueue%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-gpuqueue%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#dom-gpudevice-adapterinfo",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-new-adapter-info%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-device-adapter-slot%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-destroy",
"https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A2%E2%91%A7",
"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-unmap",
"https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-destroy-started-slot%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-destroy-started-slot%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-lose-the-device%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevicelostreason-destroyed",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webgpu/#allowed-buffer-usages",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-map_read",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-map_write",
@@ -1586,7 +1624,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-storage%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-indirect%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-query_resolve",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webgpu/#allowed-texture-usages",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-copy_src",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-copy_dst",
@@ -1595,8 +1633,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-render_attachment%E2%91%A1",
"https://www.w3.org/TR/webgpu/#initialization-examples",
"https://www.w3.org/TR/webgpu/#example-abcf3590",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapter%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webgpu/#buffers",
"https://www.w3.org/TR/webgpu/#gpubuffer",
"https://www.w3.org/TR/webgpu/#buffer-interface",
@@ -1712,7 +1750,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-active-buffer-mapping-views%E2%91%A0",
"https://www.w3.org/TR/webgpu/#example-84f5cb3c",
"https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A3",
"https://www.w3.org/TR/webgpu/#dom-gpubuffer-internal-state-slot",
"https://www.w3.org/TR/webgpu/#gpubuffer-internal-state-available",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalid%E2%91%A6",
@@ -1729,7 +1767,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-size%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpubufferusageflags",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-usage",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-mappedatcreation%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpubufferdescriptor%E2%91%A2",
"https://www.w3.org/TR/webgpu/#dom-gpubufferdescriptor-size",
@@ -1737,7 +1775,7 @@
"https://www.w3.org/TR/webgpu/#dom-gpubufferdescriptor-usage",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpubufferusageflags%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpubufferdescriptor-mappedatcreation",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-getmappedrange%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-mappedatcreation%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-usage%E2%91%A0",
@@ -1745,7 +1783,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-map_write%E2%91%A0",
"https://www.w3.org/TR/webgpu/#buffer-usage",
"https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webgpu/#typedefdef-gpubufferusageflags",
"https://www.w3.org/TR/webgpu/#ref-for-Exposed%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-SecureContext%E2%91%A8",
@@ -1810,7 +1848,7 @@
"https://www.w3.org/TR/webgpu/#buffer-creation",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createbuffer",
"https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createbuffer%E2%91%A3",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createbuffer-descriptor-descriptor",
"https://www.w3.org/TR/webgpu/#ref-for-gpubufferdescriptor%E2%91%A3",
@@ -1830,8 +1868,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-initialize-an-active-buffer-mapping",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpumapmode-write%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-size%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalid%E2%91%A7",
@@ -1873,9 +1911,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-unmap%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-internal-state-slot%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-gpubuffer-internal-state-destroyed%E2%91%A0",
"https://www.w3.org/TR/webgpu/#buffer-mapping",
@@ -1895,12 +1933,12 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-unmap%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-destroy%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-destroy%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-destroy%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-arraybuffer-transfer",
"https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webgpu/#typedefdef-gpumapmodeflags",
"https://www.w3.org/TR/webgpu/#ref-for-Exposed%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-SecureContext%E2%91%A0%E2%93%AA",
@@ -1958,17 +1996,17 @@
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapstate%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffermapstate-unmapped%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-a-promise-rejected-with",
"https://www.w3.org/TR/webgpu/#ref-for-operationerror%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-pending_map-slot%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-internal-state-slot%E2%91%A2",
@@ -1987,17 +2025,14 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-internal-state-slot%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpubuffer-internal-state-unavailable%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-unmap%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-destroy-started-slot%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-destroy%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-becomes-lost%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalid%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-internal-state-slot%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpubuffer-internal-state-available%E2%91%A1",
@@ -2006,9 +2041,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-pending_map-slot%E2%91%A3",
"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-gpubuffer-internal-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%A4",
@@ -2021,8 +2056,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-pending_map-slot%E2%91%A6",
"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%A7",
"https://www.w3.org/TR/webgpu/#ref-for-reject%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-aborterror",
@@ -2100,16 +2135,16 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpumapmode-write%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-internal-state-slot%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-gpubuffer-internal-state-unavailable%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-queue%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-internal-state-slot%E2%91%A6",
@@ -2209,14 +2244,14 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-format",
"https://www.w3.org/TR/webgpu/#ref-for-gputexture%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-gputexture%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A4",
"https://www.w3.org/TR/webgpu/#dom-gputexture-destroyed-slot",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#abstract-opdef-compute-render-extent",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuextent3ddict",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuextent3ddict%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuextent3ddict-width",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-width%E2%91%A2",
@@ -2352,7 +2387,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedimension-3d%E2%91%A5",
"https://www.w3.org/TR/webgpu/#texture-usage",
"https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webgpu/#typedefdef-gputextureusageflags",
"https://www.w3.org/TR/webgpu/#ref-for-Exposed%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-SecureContext%E2%91%A0%E2%91%A1",
@@ -2399,7 +2434,7 @@
"https://www.w3.org/TR/webgpu/#texture-creation",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createtexture",
"https://www.w3.org/TR/webgpu/#ref-for-gputexture%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createtexture%E2%91%A1",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createtexture-descriptor-descriptor",
"https://www.w3.org/TR/webgpu/#ref-for-gputexturedescriptor%E2%91%A4",
@@ -2412,11 +2447,11 @@
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-texture-format-required-features",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-format%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-texture-format-required-features%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-viewformats%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-create-a-new-webgpu-object%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gputexture%E2%91%A1%E2%91%A2",
@@ -2439,8 +2474,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-format%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-usage%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gputexturedescriptor",
@@ -2450,9 +2485,10 @@
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-an-out-of-memory-error%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A4",
"https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gputexturedescriptor",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gputexturedescriptor%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalid%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A2",
@@ -2469,8 +2505,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedimension-1d%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-size%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-width%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-limits%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpusupportedlimits-maxtexturedimension1d",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxtexturedimension1d",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-size%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-height%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-size%E2%91%A1%E2%91%A3",
@@ -2482,29 +2517,23 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedimension-2d%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-size%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-width%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-limits%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpusupportedlimits-maxtexturedimension2d",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxtexturedimension2d",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-size%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-height%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-limits%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpusupportedlimits-maxtexturedimension2d%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxtexturedimension2d%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-size%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-depthorarraylayers%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-limits%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpusupportedlimits-maxtexturearraylayers",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxtexturearraylayers",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedimension-3d%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-size%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-width%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-limits%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpusupportedlimits-maxtexturedimension3d",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxtexturedimension3d",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-size%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-height%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-limits%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpusupportedlimits-maxtexturedimension3d%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxtexturedimension3d%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-size%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-depthorarraylayers%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-limits%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpusupportedlimits-maxtexturedimension3d%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxtexturedimension3d%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-samplecount%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-format%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedimension-3d%E2%91%A8",
@@ -2553,8 +2582,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-gputexture%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-destroyed-slot",
"https://www.w3.org/TR/webgpu/#gputextureview",
"https://www.w3.org/TR/webgpu/#gpu-textureview",
@@ -2698,17 +2727,17 @@
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-texture-format-required-features%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-format%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-create-a-new-webgpu-object%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-gputextureview%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-resolving-gputextureviewdescriptor-defaults",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-aspect%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-format%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-aspect%E2%91%A2",
@@ -2783,7 +2812,7 @@
"https://www.w3.org/TR/webgpu/#abstract-opdef-resolving-gputextureviewdescriptor-defaults",
"https://www.w3.org/TR/webgpu/#ref-for-gputextureview%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gputextureviewdescriptor%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-format%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-resolving-gputextureaspect%E2%91%A0",
@@ -2984,7 +3013,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureaspect-depth-only%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureaspect-stencil-only%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-aspect-specific-format",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webgpu/#abstract-opdef-validate-texture-format-required-features",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A1%E2%91%A2",
@@ -3013,7 +3042,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpuexternaltexture%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-immutable-property%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpuexternaltexture-expired-slot",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#external-texture-creation",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-importexternaltexture%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-htmlvideoelement%E2%91%A0",
@@ -3048,7 +3077,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuexternaltexturedescriptor-source%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-importexternaltexture",
"https://www.w3.org/TR/webgpu/#ref-for-gpuexternaltexture%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-importexternaltexture%E2%91%A3",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-importexternaltexture-descriptor-descriptor",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuexternaltexturedescriptor%E2%91%A2",
@@ -3104,10 +3133,10 @@
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpusamplerdescriptor%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-gpusampler%E2%91%A8",
"https://www.w3.org/TR/webgpu/#dom-gpusampler-iscomparison-slot",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpusampler%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#dom-gpusampler-isfiltering-slot",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpusampler%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#GPUSamplerDescriptor",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpusamplerdescriptor%E2%91%A2",
@@ -3205,7 +3234,7 @@
"https://www.w3.org/TR/webgpu/#sampler-creation",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createsampler",
"https://www.w3.org/TR/webgpu/#ref-for-gpusampler%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createsampler%E2%91%A1",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createsampler-descriptor-descriptor",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpusamplerdescriptor%E2%91%A4",
@@ -3215,8 +3244,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-create-a-new-webgpu-object%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-gpusampler%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalid%E2%91%A0%E2%91%A1",
@@ -3245,7 +3274,7 @@
"https://www.w3.org/TR/webgpu/#bindings",
"https://www.w3.org/TR/webgpu/#gpubindgrouplayout",
"https://www.w3.org/TR/webgpu/#bind-group-layout",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-gpubindgroup%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-Exposed%E2%91%A0%E2%91%A4",
@@ -3327,7 +3356,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpuexternaltexture%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webgpu/#typedefdef-gpushaderstageflags",
"https://www.w3.org/TR/webgpu/#ref-for-Exposed%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-SecureContext%E2%91%A0%E2%91%A6",
@@ -3396,7 +3425,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webgpu/#exceeds-the-binding-slot-limits",
"https://www.w3.org/TR/webgpu/#ref-for-supported-limits%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-type%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindingtype-uniform%E2%91%A4",
@@ -3443,7 +3472,7 @@
"https://www.w3.org/TR/webgpu/#dictdef-gpubufferbindinglayout",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpubufferbindingtype",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-type%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-hasdynamicoffset%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-minbindingsize%E2%91%A0",
@@ -3451,7 +3480,7 @@
"https://www.w3.org/TR/webgpu/#dom-gpubufferbindinglayout-type",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpubufferbindingtype%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpubufferbindinglayout-hasdynamicoffset",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#dom-gpubufferbindinglayout-minbindingsize",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbinding-size%E2%91%A1",
@@ -3485,7 +3514,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturebindinglayout-sampletype%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureviewdimension%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturebindinglayout-viewdimension",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturebindinglayout-multisampled",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gputexturebindinglayout%E2%91%A2",
"https://www.w3.org/TR/webgpu/#dom-gputexturebindinglayout-sampletype",
@@ -3494,7 +3523,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureviewdimension%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-dimension%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gputexturebindinglayout-multisampled",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#enumdef-gpustoragetextureaccess",
"https://www.w3.org/TR/webgpu/#dom-gpustoragetextureaccess-write-only",
"https://www.w3.org/TR/webgpu/#dom-gpustoragetextureaccess-read-only",
@@ -3517,7 +3546,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-dimension%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#dictdef-gpuexternaltexturebindinglayout",
"https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A5",
"https://www.w3.org/TR/webgpu/#dom-gpubindgrouplayout-entrymap-slot",
"https://www.w3.org/TR/webgpu/#ref-for-ordered-map%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A2%E2%91%A2",
@@ -3535,7 +3564,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpupipelinebase%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createbindgrouplayout",
"https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createbindgrouplayout%E2%91%A1",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createbindgrouplayout-descriptor-descriptor",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutdescriptor%E2%91%A2",
@@ -3550,17 +3579,17 @@
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-texture-format-required-features%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-storagetexture%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpustoragetexturebindinglayout-format%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-create-a-new-webgpu-object%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalid%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-binding%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-binding%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxbindingsperbindgroup%E2%91%A1",
@@ -3629,7 +3658,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-group-equivalent",
"https://www.w3.org/TR/webgpu/#gpubindgroup",
"https://www.w3.org/TR/webgpu/#gpu-bind-group",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubindgroup%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubindgroup%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-gpubindgroup%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-Exposed%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-SecureContext%E2%91%A0%E2%91%A7",
@@ -3637,7 +3666,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpubindgroup%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-gpuobjectbase%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-gpubindgroup%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A6",
"https://www.w3.org/TR/webgpu/#dom-gpubindgroup-layout-slot",
"https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A1%E2%91%A0",
@@ -3666,7 +3695,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgroupentry-resource",
- "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-dictdef-gpubufferbinding%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-hasdynamicoffset%E2%91%A3",
@@ -3714,9 +3743,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpuexternaltexture%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubufferbinding%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgroupentry%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A7",
"https://www.w3.org/TR/webgpu/#dom-gpubindgroupentry-prevalidatedsize-slot",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#dictdef-gpubufferbinding",
"https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbinding-buffer",
@@ -3738,7 +3767,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbinding-buffer%E2%91%A1",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createbindgroup",
"https://www.w3.org/TR/webgpu/#ref-for-gpubindgroup%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createbindgroup%E2%91%A2",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createbindgroup-descriptor-descriptor",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgroupdescriptor%E2%91%A1",
@@ -3748,10 +3777,10 @@
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-create-a-new-webgpu-object%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpubindgroup%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgroupdescriptor-layout%E2%91%A1",
@@ -3895,7 +3924,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpupipelinelayout%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpuobjectbase%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpupipelinelayout%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A8",
"https://www.w3.org/TR/webgpu/#dom-gpupipelinelayout-bindgrouplayouts-slot",
"https://www.w3.org/TR/webgpu/#ref-for-list%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A1%E2%91%A5",
@@ -3933,12 +3962,11 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webgpu/#dom-gpupipelinelayoutdescriptor-bindgrouplayouts",
"https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-attribute-group",
"https://www.w3.org/TR/webgpu/#ref-for-gpushadermodule%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createpipelinelayout",
"https://www.w3.org/TR/webgpu/#ref-for-gpupipelinelayout%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createpipelinelayout%E2%91%A1",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createpipelinelayout-descriptor-descriptor",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpupipelinelayoutdescriptor%E2%91%A1",
@@ -3948,35 +3976,37 @@
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-create-a-new-webgpu-object%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-gpupipelinelayout%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%93%AA",
- "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-device-limits-slot%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinelayoutdescriptor-bindgrouplayouts%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-list-get-the-indices",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayout-descriptor-slot%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutdescriptor-entries%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinelayoutdescriptor-bindgrouplayouts%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-list-empty",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayout-descriptor-slot%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutdescriptor-entries%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinelayoutdescriptor-bindgrouplayouts%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayout-exclusivepipeline-slot%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-list-size",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinelayoutdescriptor-bindgrouplayouts%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinelayoutdescriptor-bindgrouplayouts%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxbindgroups%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-exceeds-the-binding-slot-limits%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinelayout-bindgrouplayouts-slot%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinelayoutdescriptor-bindgrouplayouts%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-gpupipelinelayout%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinelayout-bindgrouplayouts-slot%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-group-equivalent%E2%91%A0",
"https://www.w3.org/TR/webgpu/#bindgroup-examples",
"https://www.w3.org/TR/webgpu/#example-849613c6",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpubindgroup%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpupipelinelayout%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webgpu/#shader-modules",
"https://www.w3.org/TR/webgpu/#gpushadermodule",
"https://www.w3.org/TR/webgpu/#shader-module",
@@ -4012,7 +4042,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprogrammablestage-entrypoint",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createshadermodule",
"https://www.w3.org/TR/webgpu/#ref-for-gpushadermodule%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createshadermodule%E2%91%A4",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createshadermodule-descriptor-descriptor",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpushadermoduledescriptor%E2%91%A0",
@@ -4022,8 +4052,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-create-a-new-webgpu-object%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-gpushadermodule%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-shader-module-creation",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpushadermoduledescriptor-code%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%91%A2",
@@ -4162,11 +4192,11 @@
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-a-new-promise%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-shader-module-creation%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-listen-for-timeline-event",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A1",
+ "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-content-timeline%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-gpucompilationinfo%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-shader-module-creation%E2%91%A1",
@@ -4208,7 +4238,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createrenderpipeline%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-an-internal-error",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-submit%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderbundleencoder%E2%91%A1",
@@ -4285,28 +4315,28 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpubindgroup%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#gpupipelinebase",
"https://www.w3.org/TR/webgpu/#ref-for-NewObject",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinebase-getbindgrouplayout%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinebase-getbindgrouplayout-index-index",
"https://www.w3.org/TR/webgpu/#ref-for-gpupipelinebase%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#dom-gpupipelinebase-layout-slot",
"https://www.w3.org/TR/webgpu/#ref-for-gpupipelinebase%E2%91%A2",
"https://www.w3.org/TR/webgpu/#dom-gpupipelinebase-getbindgrouplayout",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-gpupipelinebase%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-gpupipelinebase%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinebase-getbindgrouplayout%E2%91%A1",
"https://www.w3.org/TR/webgpu/#dom-gpupipelinebase-getbindgrouplayout-index-index",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinelayout-bindgrouplayouts-slot%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid%E2%91%A4",
@@ -4315,29 +4345,29 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinelayout-bindgrouplayouts-slot%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinebase-layout-slot%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinelayout-bindgrouplayouts-slot%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-internal-object%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-webgpu-interface%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-webgpu-interface%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A4%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webgpu/#default-pipeline-layout",
"https://www.w3.org/TR/webgpu/#ref-for-gpupipelinebase%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinedescriptorbase-layout%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuautolayoutmode-auto%E2%91%A2",
"https://www.w3.org/TR/webgpu/#abstract-opdef-default-pipeline-layout",
"https://www.w3.org/TR/webgpu/#ref-for-gpupipelinebase%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxbindgroups%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutdescriptor%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutdescriptor-entries%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutdescriptor-entries%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-gpuprogrammablestage",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpushaderstageflags%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-get-the-entry-point",
- "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-statically-used",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-binding%E2%91%A6",
@@ -4413,7 +4443,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createbindgrouplayout%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayout-exclusivepipeline-slot%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpupipelinelayoutdescriptor%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinelayoutdescriptor-bindgrouplayouts%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinelayoutdescriptor-bindgrouplayouts%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createpipelinelayout%E2%91%A2",
"https://www.w3.org/TR/webgpu/#gpuprogrammablestage",
"https://www.w3.org/TR/webgpu/#GPUProgrammableStage",
@@ -4460,7 +4490,7 @@
"https://www.w3.org/TR/webgpu/#abstract-opdef-get-the-entry-point",
"https://www.w3.org/TR/webgpu/#ref-for-namespacedef-gpushaderstage%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-gpuprogrammablestage%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprogrammablestage-entrypoint%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprogrammablestage-module%E2%91%A2",
@@ -4470,7 +4500,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-namespacedef-gpushaderstage%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-gpuprogrammablestage%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-gpupipelinelayout%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprogrammablestage-module%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-get-the-entry-point%E2%91%A1",
@@ -4602,7 +4632,7 @@
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createcomputepipeline",
"https://www.w3.org/TR/webgpu/#ref-for-gpucomputepipeline%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-immediate-pipeline-creation",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createcomputepipeline%E2%91%A6",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createcomputepipeline-descriptor-descriptor",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucomputepipelinedescriptor%E2%91%A3",
@@ -4612,8 +4642,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-create-a-new-webgpu-object%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-gpucomputepipeline%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-default-pipeline-layout%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinedescriptorbase-layout%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuautolayoutmode-auto%E2%91%A3",
@@ -4627,7 +4657,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-get-the-entry-point%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpushaderstage-compute%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepipelinedescriptor-compute%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-assert%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-roundup",
"https://www.w3.org/TR/webgpu/#ref-for-sizeof%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-address-spaces-workgroup%E2%91%A0",
@@ -4651,7 +4681,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpupipelineerror%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-gpuerror%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createcomputepipelineasync%E2%91%A3",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createcomputepipelineasync-descriptor-descriptor",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucomputepipelinedescriptor%E2%91%A4",
@@ -4661,18 +4691,16 @@
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-a-new-promise%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-gpucomputepipeline%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createcomputepipeline%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-pipeline-creation",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-listen-for-timeline-event%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-destroy-started-slot%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalid%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-resolve%E2%91%A5",
@@ -4734,15 +4762,15 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpupipelinebase%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpurenderpipeline-descriptor-slot",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpipelinedescriptor%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpipelinedescriptor%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpipelinedescriptor%E2%91%A4",
"https://www.w3.org/TR/webgpu/#dom-gpurenderpipeline-writesdepth-slot",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpurenderpipeline-writesstencil-slot",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webgpu/#render-pipeline-creation",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpipelinedescriptor%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-pipeline%E2%91%A0%E2%91%A2",
@@ -4778,7 +4806,7 @@
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createrenderpipeline",
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-immediate-pipeline-creation%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createrenderpipeline%E2%91%A7",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createrenderpipeline-descriptor-descriptor",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpipelinedescriptor%E2%91%A7",
@@ -4793,19 +4821,19 @@
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-texture-format-required-features%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucolortargetstate-format",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipelinedescriptor-depthstencil%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-texture-format-required-features%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipelinedescriptor-depthstencil%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudepthstencilstate-format",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-create-a-new-webgpu-object%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-default-pipeline-layout%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinedescriptorbase-layout%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuautolayoutmode-auto%E2%91%A4",
@@ -4818,8 +4846,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexstate-buffers%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinelayout-bindgrouplayouts-slot%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-list-size%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxbindgroupsplusvertexbuffers%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-pipeline-creation-error%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-uncategorized-error%E2%91%A2",
@@ -4860,7 +4888,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpupipelineerror%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-gpuerror%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createrenderpipelineasync%E2%91%A2",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createrenderpipelineasync-descriptor-descriptor",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpipelinedescriptor%E2%91%A8",
@@ -4870,18 +4898,16 @@
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-a-new-promise%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createrenderpipeline%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-pipeline-creation%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-listen-for-timeline-event%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-destroy-started-slot%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalid%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-resolve%E2%91%A6",
@@ -4902,8 +4928,8 @@
"https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpurenderpipelinedescriptor",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpipelinedescriptor%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-gpupipelinelayout%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A4%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpuvertexstate",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipelinedescriptor-vertex%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipelinedescriptor-fragment%E2%91%A3",
@@ -4950,10 +4976,10 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipelinedescriptor-depthstencil%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-inter-stage-interfaces",
"https://www.w3.org/TR/webgpu/#abstract-opdef-validating-inter-stage-interfaces",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpipelinedescriptor%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxinterstageshadervariables",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxinterstageshadervariables%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipelinedescriptor-primitive%E2%91%A3",
@@ -4975,7 +5001,7 @@
"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-dom-gpurenderpipelinedescriptor-fragment%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-assert%E2%91%A0%E2%91%A2",
"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%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxinterstageshadervariables%E2%91%A2",
@@ -4991,7 +5017,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprimitivestate-frontface",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpucullmode",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprimitivestate-cullmode%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprimitivestate-unclippeddepth",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuprimitivestate%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A1%E2%91%A4",
@@ -5012,13 +5038,13 @@
"https://www.w3.org/TR/webgpu/#dom-gpuprimitivestate-cullmode",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpucullmode%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpuprimitivestate-unclippeddepth",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-depth-clipping",
"https://www.w3.org/TR/webgpu/#ref-for-depth-clip-control%E2%91%A0",
"https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpuprimitivestate",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuprimitivestate%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A4%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprimitivestate-topology%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprimitivetopology-line-strip%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprimitivetopology-triangle-strip%E2%91%A0",
@@ -5072,7 +5098,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpumultisamplestate-count",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusamplemask",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpumultisamplestate-mask",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpumultisamplestate-alphatocoverageenabled%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpumultisamplestate%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A1%E2%91%A8",
@@ -5085,10 +5111,10 @@
"https://www.w3.org/TR/webgpu/#dom-gpumultisamplestate-mask",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusamplemask%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpumultisamplestate-alphatocoverageenabled",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpumultisamplestate",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpumultisamplestate%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpumultisamplestate-count%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpumultisamplestate-alphatocoverageenabled%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpumultisamplestate-count%E2%91%A1",
@@ -5101,20 +5127,20 @@
"https://www.w3.org/TR/webgpu/#dom-gpufragmentstate-targets",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucolortargetstate%E2%91%A2",
"https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpufragmentstate",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpufragmentstate%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-gpupipelinelayout%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpuprogrammablestage%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpushaderstage-fragment%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpufragmentstate-targets%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-list-size%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxcolorattachments",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-get-the-entry-point%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpushaderstage-fragment%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-list-iterate%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-list-get-the-indices",
+ "https://www.w3.org/TR/webgpu/#ref-for-list-get-the-indices%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpufragmentstate-targets%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucolortargetstate-format%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-render_attachment%E2%91%A8",
@@ -5177,16 +5203,16 @@
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpufragmentstates-color-attachment-bytes-per-sample",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpufragmentstate-targets%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpufragmentstates-color-attachment-bytes-per-sample",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucolortargetstate%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-list%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-list-append%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucolortargetstate-format%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-calculating-color-attachment-bytes-per-sample",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxcolorattachmentbytespersample%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpublendcomponent",
"https://www.w3.org/TR/webgpu/#valid-gpublendcomponent",
@@ -5230,7 +5256,7 @@
"https://www.w3.org/TR/webgpu/#dom-gpublendstate-alpha",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpublendcomponent%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webgpu/#typedefdef-gpucolorwriteflags",
"https://www.w3.org/TR/webgpu/#ref-for-Exposed%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-SecureContext%E2%91%A1%E2%91%A5",
@@ -5321,7 +5347,7 @@
"https://www.w3.org/TR/webgpu/#dictdef-gpudepthstencilstate",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudepthstencilstate-format%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudepthstencilstate-depthwriteenabled%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpucomparefunction%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudepthstencilstate-depthcompare%E2%91%A0",
@@ -5348,7 +5374,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-depthstencilattachment%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webgpu/#dom-gpudepthstencilstate-depthwriteenabled",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-depthstencilattachment%E2%91%A3",
"https://www.w3.org/TR/webgpu/#dom-gpudepthstencilstate-depthcompare",
@@ -5398,7 +5424,7 @@
"https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpudepthstencilstate",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpudepthstencilstate%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpuprimitivetopology%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudepthstencilstate-format%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-depth-or-stencil-format%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudepthstencilstate-depthwriteenabled%E2%91%A2",
@@ -5498,22 +5524,31 @@
"https://www.w3.org/TR/webgpu/#example-f3171d21",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-unorm8x2",
"https://www.w3.org/TR/webgpu/#enumdef-gpuvertexformat",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-uint8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-uint8x2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-uint8x4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-sint8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-sint8x2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-sint8x4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-unorm8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-unorm8x2%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-unorm8x4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-snorm8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-snorm8x2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-snorm8x4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-uint16",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-uint16x2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-uint16x4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-sint16",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-sint16x2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-sint16x4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-unorm16",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-unorm16x2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-unorm16x4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-snorm16",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-snorm16x2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-snorm16x4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-float16",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-float16x2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-float16x4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-float32",
@@ -5529,23 +5564,33 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-sint32x3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-sint32x4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-unorm10-10-10-2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-unorm8x4-bgra",
"https://www.w3.org/TR/webgpu/#abstract-opdef-gpuvertexformat-bytesize",
+ "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-uint8",
"https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-uint8x2",
"https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-uint8x4",
+ "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-sint8",
"https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-sint8x2",
"https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-sint8x4",
+ "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-unorm8",
"https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-unorm8x2",
"https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-unorm8x4",
+ "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-snorm8",
"https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-snorm8x2",
"https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-snorm8x4",
+ "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-uint16",
"https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-uint16x2",
"https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-uint16x4",
+ "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-sint16",
"https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-sint16x2",
"https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-sint16x4",
+ "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-unorm16",
"https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-unorm16x2",
"https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-unorm16x4",
+ "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-snorm16",
"https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-snorm16x2",
"https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-snorm16x4",
+ "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-float16",
"https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-float16x2",
"https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-float16x4",
"https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-float32",
@@ -5561,6 +5606,7 @@
"https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-sint32x3",
"https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-sint32x4",
"https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-unorm10-10-10-2",
+ "https://www.w3.org/TR/webgpu/#dom-gpuvertexformat-unorm8x4-bgra",
"https://www.w3.org/TR/webgpu/#enumdef-gpuvertexstepmode",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexstepmode-vertex",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexstepmode-instance",
@@ -5615,12 +5661,12 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipelinedescriptor-vertex%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprogrammablestage-module%E2%91%A6",
"https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpuvertexbufferlayout",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuvertexbufferlayout%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexbufferlayout-arraystride%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxvertexbufferarraystride%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexbufferlayout-arraystride%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexbufferlayout-attributes%E2%91%A2",
@@ -5628,8 +5674,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexattribute-offset%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-gpuvertexformat-bytesize",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexattribute-format%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxvertexbufferarraystride%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexattribute-offset%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-gpuvertexformat-bytesize%E2%91%A0",
@@ -5639,31 +5685,31 @@
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-gpuvertexformat-bytesize%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexattribute-format%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexattribute-shaderlocation%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxvertexattributes",
"https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpuvertexstate",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuvertexstate%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpupipelinelayout%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A7%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-get-the-entry-point%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpushaderstage-vertex%E2%91%A2",
- "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-abstract-opdef-validating-gpuprogrammablestage%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpushaderstage-vertex%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexstate-buffers%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-list-size%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxvertexbuffers%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexstate-buffers%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpuvertexbufferlayout",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexbufferlayout-attributes%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-list-size%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexstate-buffers%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxvertexattributes%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-statically-used%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexstate-buffers%E2%91%A7",
@@ -5775,8 +5821,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gputexelcopybufferinfo",
"https://www.w3.org/TR/webgpu/#ref-for-gputexelcopybufferinfo%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferinfo-buffer%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dfn-valid",
"https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A2",
@@ -5813,7 +5859,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-dimension%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedimension-1d%E2%91%A0%E2%91%A0",
- "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-gputexturedimension-2d%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedimension-3d%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-miplevel%E2%91%A0",
@@ -5831,8 +5877,8 @@
"https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gputexelcopytextureinfo",
"https://www.w3.org/TR/webgpu/#ref-for-gputexelcopytextureinfo%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block-width%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-format%E2%91%A7",
@@ -5861,9 +5907,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64out%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-namespacedef-gputextureusage%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-format%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block-copy-footprint%E2%91%A0",
@@ -5894,13 +5940,13 @@
"https://www.w3.org/TR/webgpu/#ref-for-gputexelcopytextureinfo%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-predefinedcolorspace%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucopyexternalimagedestinfo-colorspace",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucopyexternalimagedestinfo-premultipliedalpha",
"https://www.w3.org/TR/webgpu/#dom-gpucopyexternalimagedestinfo-colorspace",
"https://www.w3.org/TR/webgpu/#ref-for-predefinedcolorspace%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucopyexternalimagedestinfo-colorspace%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpucopyexternalimagedestinfo-premultipliedalpha",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucopyexternalimagesourceinfo-source",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucopyexternalimagedestinfo-premultipliedalpha%E2%91%A0",
"https://www.w3.org/TR/webgpu/#gpucopyexternalimagesourceinfo",
@@ -5923,7 +5969,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucopyexternalimagesourceinfo-source%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuorigin2d",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucopyexternalimagesourceinfo-origin",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucopyexternalimagesourceinfo-flipy",
"https://www.w3.org/TR/webgpu/#ref-for-gpucopyexternalimagesourceinfo%E2%91%A2",
"https://www.w3.org/TR/webgpu/#dom-gpucopyexternalimagesourceinfo-source",
@@ -5934,7 +5980,7 @@
"https://www.w3.org/TR/webgpu/#dom-gpucopyexternalimagesourceinfo-origin",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuorigin2d%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpucopyexternalimagesourceinfo-flipy",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucopyexternalimagesourceinfo-origin%E2%91%A0",
"https://www.w3.org/TR/webgpu/#external-source-dimensions",
"https://www.w3.org/TR/webgpu/#ref-for-imagebitmap%E2%91%A1",
@@ -5987,13 +6033,13 @@
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A2",
"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%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A5",
"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%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block-copy-footprint%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferlayout-bytesperrow%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-depthorarraylayers%E2%91%A0%E2%91%A3",
@@ -6009,7 +6055,7 @@
"https://www.w3.org/TR/webgpu/#abstract-opdef-validating-texture-copy-range",
"https://www.w3.org/TR/webgpu/#ref-for-gputexelcopytextureinfo%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block-width%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-format%E2%91%A0%E2%91%A4",
@@ -6067,7 +6113,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandbuffer%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-gpuobjectbase%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandbuffer%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#dom-gpucommandbuffer-command_list-slot",
"https://www.w3.org/TR/webgpu/#ref-for-list%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-gpu-command%E2%91%A1",
@@ -6086,7 +6132,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandsmixin%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandsmixin%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandsmixin%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#dom-gpucommandsmixin-state-slot",
"https://www.w3.org/TR/webgpu/#ref-for-encoder-state",
"https://www.w3.org/TR/webgpu/#ref-for-encoder-state-open",
@@ -6109,7 +6155,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webgpu/#abstract-opdef-validate-the-encoder-state",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandsmixin%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot",
"https://www.w3.org/TR/webgpu/#ref-for-encoder-state-open%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-encoder-state-locked",
@@ -6119,7 +6165,7 @@
"https://www.w3.org/TR/webgpu/#abstract-opdef-enqueue-a-command",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandsmixin%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpu-command%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-list-append%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-commands-slot",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandbuffer%E2%91%A0%E2%91%A0",
@@ -6208,7 +6254,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuobjectdescriptorbase%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createcommandencoder",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createcommandencoder%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createcommandencoder-descriptor-descriptor",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucommandencoderdescriptor%E2%91%A0",
@@ -6218,8 +6264,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-create-a-new-webgpu-object%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalid%E2%91%A1%E2%91%A0",
@@ -6243,8 +6289,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-gpucolor-shape",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-clearvalue%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderpassencoder%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A0",
@@ -6260,7 +6306,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-resolvetarget%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-gpurenderpassdescriptor-valid-usage",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-usage-scope-add%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-texture-subresources%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-usage-scope-slot",
@@ -6337,7 +6383,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-clearvalue%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthloadop",
"https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A3%E2%91%A8",
- "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/#ref-for-dom-gpurenderpassdepthstencilattachment-depthreadonly%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-aspect-depth%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gputextureview-subresources",
@@ -6354,7 +6400,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthclearvalue%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-stencilloadop",
"https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A4%E2%93%AA",
- "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/#ref-for-dom-gpurenderpassdepthstencilattachment-stencilreadonly%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-aspect-stencil%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-gputextureview-subresources%E2%91%A2",
@@ -6380,8 +6426,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpucomputepassencoder%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A6%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpucomputepassencoder%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A2",
- "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-device-timeline%E2%91%A0%E2%93%AA%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A1",
@@ -6390,7 +6436,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassdescriptor-timestampwrites",
"https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A4%E2%91%A0",
"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%A3%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A2",
"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-map-exists%E2%91%A4%E2%91%A1",
@@ -6431,9 +6477,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A6%E2%91%A1",
- "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%A3%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A3",
+ "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-abstract-opdef-validate-the-encoder-state%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A0%E2%91%A2",
@@ -6462,9 +6508,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A6%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A7",
+ "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%A3%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A1%E2%91%A6",
@@ -6497,9 +6543,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-origin%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-gpuextent3d-shape%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferinfo-buffer%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size%E2%91%A0%E2%93%AA",
@@ -6522,7 +6568,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-y%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-width%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-height%E2%91%A1%E2%93%AA",
- "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/#ref-for-gpuextent3d-depthorarraylayers%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-texture-copy-sub-region",
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-z%E2%91%A2",
@@ -6552,9 +6598,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-origin%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-gpuextent3d-shape%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%93%AA%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferinfo-buffer%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size%E2%91%A0%E2%91%A0",
@@ -6577,7 +6623,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-y%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-width%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-height%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-depthorarraylayers%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-texture-copy-sub-region%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-z%E2%91%A3",
@@ -6610,9 +6656,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-origin%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-gpuextent3d-shape%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A1%E2%91%A0",
@@ -6650,7 +6696,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-y%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-width%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-height%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-depthorarraylayers%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-texture-copy-sub-region%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-z%E2%91%A4",
@@ -6677,9 +6723,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A6%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A0%E2%91%A5",
@@ -6704,9 +6750,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandbuffer%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandbuffer%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-encoder-state-open%E2%91%A2",
@@ -6746,7 +6792,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpuobjectbase%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandsmixin%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-gpubindingcommandsmixin%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#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-typedefdef-gpuindex32%E2%91%A7",
@@ -6772,21 +6818,19 @@
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpubufferdynamicoffset%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-hasdynamicoffset%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-binding%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-binding%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A6%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgroup-layout-slot%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayout-dynamicoffsetcount-slot%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxbindgroups%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-list-size%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-map-remove",
@@ -6827,6 +6871,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-idl-Uint32Array%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-hasdynamicoffset%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-binding%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpubindingcommandsmixin-setbindgroup-index-bindgroup-dynamicoffsetsdata-dynamicoffsetsdatastart-dynamicoffsetsdatalength-dynamicoffsetsdatastart",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpubindingcommandsmixin-setbindgroup-index-bindgroup-dynamicoffsetsdata-dynamicoffsetsdatastart-dynamicoffsetsdatalength-dynamicoffsetsdatalength",
@@ -6837,28 +6883,42 @@
"https://www.w3.org/TR/webgpu/#ref-for-list%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dfn-get-buffer-source-copy",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindingcommandsmixin-setbindgroup%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#abstract-opdef-iterate-over-each-dynamic-binding-offset",
+ "https://www.w3.org/TR/webgpu/#dynamicOffsetOrder",
+ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-binding%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-hasdynamicoffset%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-binding%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubindingcommandsmixin-setbindgroup%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#example-892a9d3e",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpubindgroup%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#abstract-opdef-iterate-over-each-dynamic-binding-offset",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubindgroup%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgroup-layout-slot%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgroupentry%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgroup-entries-slot%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgroupentry-binding%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayout-entrymap-slot%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgroupentry-binding%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-hasdynamicoffset%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgroupentry-resource%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-hasdynamicoffset%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgroupentry-resource%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webgpu/#abstract-opdef-validate-encoder-bind-groups",
"https://www.w3.org/TR/webgpu/#ref-for-gpubindingcommandsmixin%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpupipelinebase%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuindex32%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinebase-layout-slot%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinelayout-bindgrouplayouts-slot%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-iteration-continue",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindingcommandsmixin-bind_groups-slot%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindingcommandsmixin-dynamic_offsets-slot%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgroup-layout-slot%E2%91%A3",
@@ -6869,13 +6929,13 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgroup-layout-slot%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayout-entrymap-slot%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgroupentry-binding%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgroupentry-resource%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubufferbinding%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-hasdynamicoffset%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-hasdynamicoffset%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbinding-offset%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgroupentry-prevalidatedsize-slot%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-effective-buffer-binding-size%E2%91%A3",
@@ -6887,36 +6947,36 @@
"https://www.w3.org/TR/webgpu/#ref-for-usage-scope-storage-exception%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpubindingcommandsmixin%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpupipelinebase%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpushaderstage-vertex%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpushaderstage-fragment%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpushaderstage-compute%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-list%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubufferbinding%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-list%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gputextureview%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuindex32%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinebase-layout-slot%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinelayout-bindgrouplayouts-slot%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindingcommandsmixin-bind_groups-slot%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayout-descriptor-slot%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutdescriptor-entries%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayout-descriptor-slot%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutdescriptor-entries%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-gpubindgroup-bound-buffer-ranges",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindingcommandsmixin-dynamic_offsets-slot%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubufferbinding%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-visibility%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-type%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindingtype-storage%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubufferbinding%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-buffer-binding-aliasing",
"https://www.w3.org/TR/webgpu/#ref-for-list-append%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gputextureview%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-visibility%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-storagetexture%E2%91%A1%E2%91%A2",
@@ -6924,7 +6984,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-storagetexture%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpustoragetexturebindinglayout-access%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gputextureview%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-texture-view-aliasing",
"https://www.w3.org/TR/webgpu/#ref-for-list-append%E2%91%A7",
"https://www.w3.org/TR/webgpu/#debug-markers",
@@ -6945,7 +7005,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpuobjectbase%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandsmixin%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-gpudebugcommandsmixin%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#dom-gpudebugcommandsmixin-debug_group_stack-slot",
"https://www.w3.org/TR/webgpu/#ref-for-stack",
"https://www.w3.org/TR/webgpu/#ref-for-idl-USVString%E2%91%A0%E2%91%A3",
@@ -6957,9 +7017,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-idl-USVString%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A7%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-stack-push",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudebugcommandsmixin-debug_group_stack-slot%E2%91%A0",
@@ -6968,9 +7028,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpudebugcommandsmixin%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A7%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudebugcommandsmixin-debug_group_stack-slot%E2%91%A1",
@@ -6984,9 +7044,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-idl-USVString%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A7%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#compute-passes",
"https://www.w3.org/TR/webgpu/#gpucomputepassencoder",
@@ -7024,7 +7084,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpucomputepassencoder%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-gpubindingcommandsmixin%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-gpucomputepassencoder%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webgpu/#dom-gpucomputepassencoder-command_encoder-slot",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A2%E2%91%A2",
@@ -7068,9 +7128,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpucomputepipeline%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A7%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A0%E2%91%A8",
@@ -7090,9 +7150,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpushadermodule%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A7%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-usage-scope%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindingcommandsmixin-bind_groups-slot%E2%91%A5",
@@ -7123,9 +7183,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A7%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-usage-scope%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindingcommandsmixin-bind_groups-slot%E2%91%A7",
@@ -7156,9 +7216,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpucomputepassencoder%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A7%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-command_encoder-slot",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A4",
@@ -7243,7 +7303,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderpassencoder%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpurendercommandsmixin%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderpassencoder%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-command_encoder-slot",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A2%E2%91%A4",
@@ -7259,7 +7319,7 @@
"https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-maxdrawcount-slot",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webgpu/#dom-gpurenderpassencoder-occlusion_query_active-slot",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-occlusion_query_set-slot",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandbuffer%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#renderstate",
@@ -7329,11 +7389,11 @@
"https://www.w3.org/TR/webgpu/#dom-gpurenderpassdescriptor-maxdrawcount",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webgpu/#abstract-opdef-gpurenderpassdescriptor-valid-usage",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpassdescriptor%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-colorattachments%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-list-size%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxcolorattachments%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-colorattachments%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A2",
@@ -7376,10 +7436,10 @@
"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%A3",
"https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpurenderpassdescriptors-color-attachment-bytes-per-sample",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%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-dictdef-gpurenderpasscolorattachment%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-list%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-list-append%E2%91%A8",
@@ -7387,7 +7447,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-descriptor-slot%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-format%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-calculating-color-attachment-bytes-per-sample%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxcolorattachmentbytespersample%E2%91%A1",
"https://www.w3.org/TR/webgpu/#color-attachments",
"https://www.w3.org/TR/webgpu/#dictdef-gpurenderpasscolorattachment",
@@ -7479,7 +7539,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-format%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-gputextureview%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webgpu/#abstract-opdef-renderable-texture-view",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-descriptor-slot%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-usage%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-render_attachment%E2%91%A0%E2%93%AA",
@@ -7496,7 +7556,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A5%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%91%A3",
"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",
@@ -7510,7 +7570,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthloadop%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpustoreop%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthstoreop",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A3%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-typedefdef-gpustencilvalue%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-stencilclearvalue%E2%91%A0",
@@ -7518,7 +7578,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-stencilloadop%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpustoreop%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-stencilstoreop",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-stencilreadonly%E2%91%A3",
"https://www.w3.org/TR/webgpu/#dom-gpurenderpassdepthstencilattachment-view",
"https://www.w3.org/TR/webgpu/#ref-for-gputextureview%E2%91%A2%E2%91%A4",
@@ -7537,7 +7597,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpustoreop%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-view%E2%91%A8",
"https://www.w3.org/TR/webgpu/#dom-gpurenderpassdepthstencilattachment-depthreadonly",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-view%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#dom-gpurenderpassdepthstencilattachment-stencilclearvalue",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpustencilvalue%E2%91%A6",
@@ -7553,7 +7613,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpustoreop%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-view%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#dom-gpurenderpassdepthstencilattachment-stencilreadonly",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-view%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#abstract-opdef-gpurenderpassdepthstencilattachment-gpurenderpassdepthstencilattachment-valid-usage",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpassdepthstencilattachment%E2%91%A4",
@@ -7633,7 +7693,7 @@
"https://www.w3.org/TR/webgpu/#abstract-opdef-derive-render-targets-layout-from-pass",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpassdescriptor%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpasslayout%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpasslayout%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-colorattachments%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasslayout-samplecount%E2%91%A1",
@@ -7656,7 +7716,7 @@
"https://www.w3.org/TR/webgpu/#abstract-opdef-derive-render-targets-layout-from-pipeline",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpipelinedescriptor%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpasslayout%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpasslayout%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasslayout-samplecount%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipelinedescriptor-multisample%E2%91%A3",
@@ -7679,9 +7739,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderpassencoder%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A7%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-command_encoder-slot%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A8",
@@ -7728,7 +7788,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-renderstate-depthstencilattachment-slot%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthloadop%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A6%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthreadonly%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-aspect-depth%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-gputextureview-subresources%E2%91%A5",
@@ -7742,7 +7802,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gputextureview-subresources%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-stencilloadop%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A6%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-stencilreadonly%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-aspect-stencil%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-gputextureview-subresources%E2%91%A8",
@@ -7828,13 +7888,13 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandsmixin%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-gpubindingcommandsmixin%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-gpurendercommandsmixin%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-layout-slot",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpasslayout%E2%91%A6",
"https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-depthreadonly-slot",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-stencilreadonly-slot",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-usage-scope-slot",
"https://www.w3.org/TR/webgpu/#ref-for-usage-scope%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-usage-scope%E2%91%A0%E2%91%A2",
@@ -7866,7 +7926,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpurendercommandsmixin%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-gpu-command%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-renderstate%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-list-append%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-commands-slot%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandbuffer%E2%91%A1%E2%91%A0",
@@ -7880,9 +7940,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A7%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%91%A3",
- "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%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-derive-render-targets-layout-from-pipeline%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipeline-descriptor-slot%E2%91%A0",
@@ -7908,9 +7968,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A8%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%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-abstract-opdef-validate-the-encoder-state%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A3%E2%91%A1",
@@ -7938,14 +7998,14 @@
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A8%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A3%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxvertexbuffers%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-map-remove%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-vertex_buffers-slot",
@@ -7973,9 +8033,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A8%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-draw%E2%91%A0",
@@ -7985,14 +8045,14 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexstate-buffers%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuindex32%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-list-size%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-iteration-continue",
+ "https://www.w3.org/TR/webgpu/#ref-for-iteration-continue%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-vertex_buffer_sizes-slot%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexbufferlayout-arraystride%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexbufferlayout-attributes%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexattribute-offset%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-gpuvertexformat-bytesize%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexattribute-format%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-list-empty",
+ "https://www.w3.org/TR/webgpu/#ref-for-list-empty%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexbufferlayout-stepmode%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexstepmode-vertex%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexstepmode-instance%E2%91%A0",
@@ -8015,9 +8075,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A7%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A8%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-draw-indexed",
@@ -8029,7 +8089,7 @@
"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-typedefdef-gpuindex32%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-list-size%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-iteration-continue%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-iteration-continue%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-vertex_buffer_sizes-slot%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexbufferlayout-arraystride%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexattribute-offset%E2%91%A5",
@@ -8063,9 +8123,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A8%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A6%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-draw%E2%91%A1",
@@ -8099,9 +8159,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A8%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A4%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A6%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-draw-indexed%E2%91%A0",
@@ -8119,7 +8179,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webgpu/#abstract-opdef-valid-to-draw",
"https://www.w3.org/TR/webgpu/#ref-for-gpurendercommandsmixin%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-encoder-bind-groups%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-pipeline-slot%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-pipeline-slot%E2%91%A3",
@@ -8135,12 +8195,12 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxbindgroupsplusvertexbuffers%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindingcommandsmixin-bind_groups-slot%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-vertex_buffers-slot%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A5%E2%91%A8",
+ "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-maxbindgroupsplusvertexbuffers%E2%91%A3",
"https://www.w3.org/TR/webgpu/#abstract-opdef-valid-to-draw-indexed",
"https://www.w3.org/TR/webgpu/#ref-for-gpurendercommandsmixin%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-draw%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-index_buffer-slot%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-pipeline-slot%E2%91%A4",
@@ -8175,9 +8235,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-idl-float%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A8%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A5%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A6%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-attachment_size-slot",
@@ -8200,9 +8260,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuintegercoordinate%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A8%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A5%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A6%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-attachment_size-slot%E2%91%A1",
@@ -8223,9 +8283,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A8%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-gpucolor-shape%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A5%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A6%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-enqueue-a-render-command%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A4%E2%93%AA",
@@ -8241,9 +8301,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpustencilvalue%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A8%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A5%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A6%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-enqueue-a-render-command%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A4%E2%91%A1",
@@ -8257,9 +8317,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A7%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%93%AA%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A5%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A6%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A5%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-occlusion_query_set-slot%E2%91%A1",
@@ -8275,9 +8335,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderpassencoder%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%93%AA%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A6%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A6%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A6%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-occlusion_query_active-slot%E2%91%A2",
@@ -8301,9 +8361,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderbundle%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5%E2%91%A8",
"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%A6%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A6%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A6%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-the-encoder-state%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A2%E2%93%AA",
@@ -8325,7 +8385,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-reset-the-render-pass-binding-state",
"https://www.w3.org/TR/webgpu/#abstract-opdef-reset-the-render-pass-binding-state",
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderpassencoder%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A6%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-map-clear",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindingcommandsmixin-bind_groups-slot%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-pipeline-slot%E2%91%A6",
@@ -8357,9 +8417,9 @@
"https://www.w3.org/TR/webgpu/#dom-gpurenderbundle-layout-slot",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpasslayout%E2%91%A7",
"https://www.w3.org/TR/webgpu/#dom-gpurenderbundle-depthreadonly-slot",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webgpu/#dom-gpurenderbundle-stencilreadonly-slot",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webgpu/#dom-gpurenderbundle-drawcount-slot",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderbundle%E2%91%A0%E2%91%A3",
@@ -8385,7 +8445,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpurendercommandsmixin%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createrenderbundleencoder",
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderbundleencoder%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createrenderbundleencoder%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createrenderbundleencoder-descriptor-descriptor",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderbundleencoderdescriptor%E2%91%A0",
@@ -8395,30 +8455,30 @@
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-texture-format-required-features%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasslayout-colorformats%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A6%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%A6%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-texture-format-required-features%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasslayout-depthstencilformat%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-create-a-new-webgpu-object%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderbundleencoder%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A6%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A6%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalid%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasslayout-colorformats%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-list-size%E2%91%A0%E2%91%A1",
- "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-device-limits-slot%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxcolorattachments%E2%91%A1",
"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",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasslayout-colorformats%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxcolorattachmentbytespersample%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasslayout-depthstencilformat%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A7%E2%93%AA",
@@ -8438,16 +8498,16 @@
"https://www.w3.org/TR/webgpu/#render-bundle-encoding",
"https://www.w3.org/TR/webgpu/#dictdef-gpurenderbundleencoderdescriptor",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpasslayout%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderbundleencoderdescriptor-depthreadonly%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderbundleencoderdescriptor-stencilreadonly%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpurenderbundleencoderdescriptor-depthreadonly",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpassdepthstencilattachment%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-read-only-depth-stencil%E2%91%A1",
"https://www.w3.org/TR/webgpu/#dom-gpurenderbundleencoderdescriptor-stencilreadonly",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpassdepthstencilattachment%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-read-only-depth-stencil%E2%91%A2",
"https://www.w3.org/TR/webgpu/#render-bundle-finalization",
@@ -8459,9 +8519,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderbundle%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%93%AA%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderbundle%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A6%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A7%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-usage-scope-slot%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-usage-scope-validation%E2%91%A2",
@@ -8554,8 +8614,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-idl-DataView",
"https://www.w3.org/TR/webgpu/#ref-for-operationerror%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dfn-get-buffer-source-copy%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A7%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A6%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-internal-state-slot%E2%91%A7",
@@ -8586,8 +8646,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-gpuextent3d-shape%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dfn-get-buffer-source-copy%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A7%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A7%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A7%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-byte-sequence-length",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A1%E2%91%A4",
@@ -8609,7 +8669,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-y%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-width%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-height%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-depthorarraylayers%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-texture-copy-sub-region%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-z%E2%91%A6",
@@ -8654,8 +8714,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-depthorarraylayers%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-check-the-usability-of-the-image-argument%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A7%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A7%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-destroyed-slot%E2%91%A1",
@@ -8685,7 +8745,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-depthorarraylayers%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A5%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block-width%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block-height%E2%91%A0%E2%91%A1",
@@ -8716,8 +8776,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandbuffer%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%93%AA%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A7%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A7%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A7%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandbuffer%E2%91%A1%E2%91%A3",
@@ -8751,10 +8811,10 @@
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%93%AA%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-a-new-promise%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A7%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A7%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-listen-for-timeline-event%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A7%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A7%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-resolve%E2%91%A7",
"https://www.w3.org/TR/webgpu/#queries",
@@ -8781,9 +8841,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32out%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#dom-gpuqueryset-destroyed-slot",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webgpu/#queryset-creation",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuquerysetdescriptor%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A1%E2%91%A1",
@@ -8801,7 +8861,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createqueryset",
"https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-createqueryset%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createqueryset-descriptor-descriptor",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuquerysetdescriptor%E2%91%A1",
@@ -8820,8 +8880,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuquerysetdescriptor-type%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueryset-count%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuquerysetdescriptor-count%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A8%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A7%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A7%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalid%E2%91%A1%E2%91%A2",
@@ -8839,8 +8899,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A2%E2%91%A2",
"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%A0%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A8%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A8%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueryset-destroyed-slot%E2%91%A0",
"https://www.w3.org/TR/webgpu/#querytype",
"https://www.w3.org/TR/webgpu/#enumdef-gpuquerytype",
@@ -8871,13 +8931,13 @@
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A5%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-implementation-defined%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dfn-coarsen-time",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A8%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A8%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A6%E2%93%AA",
"https://www.w3.org/TR/webgpu/#abstract-opdef-validate-timestampwrites",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A6%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucomputepasstimestampwrites%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpasstimestampwrites%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A8%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A8%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-timestamp-query%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-enabled-for%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A2%E2%91%A3",
@@ -8973,11 +9033,11 @@
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-texture-format-required-features%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-format%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A7%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-texture-format-required-features%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-viewformats",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A7%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-supported-context-formats",
"https://www.w3.org/TR/webgpu/#ref-for-list-contain%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-format%E2%91%A1",
@@ -8985,13 +9045,18 @@
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-gputexturedescriptor-for-the-canvas-and-configuration",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-canvas%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configuration-slot%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-tonemapping",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-tonemapping%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucanvasconfiguration%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-getconfiguration%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configure%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-texturedescriptor-slot",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-replace-the-drawing-buffer%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A8%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A8%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A8%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gputexturedescriptor%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configure%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configure%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-size%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webgpu/#dom-gpucanvascontext-unconfigure",
"https://www.w3.org/TR/webgpu/#ref-for-gpucanvascontext%E2%91%A7",
@@ -9001,11 +9066,11 @@
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-replace-the-drawing-buffer%E2%91%A3",
"https://www.w3.org/TR/webgpu/#dom-gpucanvascontext-getconfiguration",
"https://www.w3.org/TR/webgpu/#ref-for-gpucanvascontext%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucanvasconfiguration%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucanvasconfiguration%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configuration-slot%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-getconfiguration%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-tonemapping",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-getconfiguration%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-tonemapping%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-descdef-media-dynamic-range",
"https://www.w3.org/TR/webgpu/#dom-gpucanvascontext-getcurrenttexture",
"https://www.w3.org/TR/webgpu/#ref-for-gputexture%E2%91%A3%E2%91%A3",
@@ -9019,7 +9084,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configuration-slot%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-invalidstateerror",
- "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A1%E2%91%A8",
"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%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-device%E2%91%A0",
@@ -9032,7 +9097,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-drawingbuffer-slot%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-gputexture%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configure%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configure%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-queue-an-automatic-expiry-task%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-expire-the-current-texture%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-updating-the-rendering-of-a-webgpu-canvas%E2%91%A2",
@@ -9059,7 +9124,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-currenttexture-slot%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-expire-the-current-texture%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-colorspace",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-tonemapping%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-tonemapping%E2%91%A2",
"https://www.w3.org/TR/webgpu/#abstract-opdef-replace-the-drawing-buffer",
"https://www.w3.org/TR/webgpu/#ref-for-gpucanvascontext%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A1%E2%93%AA",
@@ -9070,7 +9135,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-predefinedcolorspace-srgb",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-format%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-colorspace%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-tonemapping%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-tonemapping%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-alphamode%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-get-a-copy-of-the-image-contents-of-a-context%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpustoreop-discard%E2%91%A4",
@@ -9132,9 +9197,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-bgra8unorm%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-rgba8unorm%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-rgba16float%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucanvasconfiguration%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-format%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucanvasconfiguration%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-format%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucanvasconfiguration%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-device%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-bgra8unorm-srgb%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-bgra8unorm%E2%91%A3",
@@ -9150,7 +9215,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpucanvastonemappingmode%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpucanvastonemapping-mode",
"https://www.w3.org/TR/webgpu/#dictdef-gpucanvasconfiguration",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A6%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-device%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-format%E2%91%A4",
@@ -9162,13 +9227,13 @@
"https://www.w3.org/TR/webgpu/#ref-for-predefinedcolorspace%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-colorspace%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucanvastonemapping",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-tonemapping%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-tonemapping%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpucanvasalphamode%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-alphamode%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucanvasconfiguration%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucanvasconfiguration%E2%91%A8",
"https://www.w3.org/TR/webgpu/#dom-gpucanvasconfiguration-device",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A6%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-getcurrenttexture%E2%91%A8",
"https://www.w3.org/TR/webgpu/#dom-gpucanvasconfiguration-format",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A3%E2%91%A5",
@@ -9189,16 +9254,17 @@
"https://www.w3.org/TR/webgpu/#dom-gpucanvasconfiguration-tonemapping",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucanvastonemapping%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-getcurrenttexture%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-getconfiguration%E2%91%A2",
"https://www.w3.org/TR/webgpu/#dom-gpucanvasconfiguration-alphamode",
"https://www.w3.org/TR/webgpu/#ref-for-gpucanvasalphamode%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-getcurrenttexture%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webgpu/#example-239a6233",
"https://www.w3.org/TR/webgpu/#ref-for-gpucanvascontext%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webgpu/#abstract-opdef-gputexturedescriptor-for-the-canvas-and-configuration",
"https://www.w3.org/TR/webgpu/#ref-for-htmlcanvaselement%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-offscreencanvas%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucanvasconfiguration%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucanvasconfiguration%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-gputexturedescriptor%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-size%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-format%E2%91%A0%E2%91%A3",
@@ -9216,9 +9282,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-offscreencanvas%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-offscreencanvas-height",
"https://www.w3.org/TR/webgpu/#canvas-color-space",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-tonemapping%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-tonemapping%E2%91%A5",
"https://www.w3.org/TR/webgpu/#context-sizing",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configure%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configure%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-replace-the-drawing-buffer%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-htmlcanvaselement%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-offscreencanvas%E2%91%A0%E2%91%A3",
@@ -9230,7 +9296,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-texturedescriptor-slot%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-gputexturedescriptor-for-the-canvas-and-configuration%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gputexturedescriptor%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxtexturedimension2d",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxtexturedimension2d%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-getcurrenttexture%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#gpucanvastonemappingmode",
"https://www.w3.org/TR/webgpu/#ref-for-gpucanvastonemappingmode%E2%91%A1",
@@ -9249,11 +9315,10 @@
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-get-a-copy-of-the-image-contents-of-a-context%E2%91%A8",
"https://www.w3.org/TR/webgpu/#errors-and-debugging",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-dispatch-error",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-destroy-started-slot%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-lose-the-device%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-poperrorscope%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-eventdef-gpudevice-uncapturederror%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A6%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-lost%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync%E2%91%A0%E2%91%A8",
@@ -9268,11 +9333,11 @@
"https://www.w3.org/TR/webgpu/#dom-gpudevicelostinfo-reason",
"https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webgpu/#dom-gpudevicelostinfo-message",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-gpudevicelostinfo%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-lost%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-lost",
"https://www.w3.org/TR/webgpu/#ref-for-gpudevicelostinfo%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-slot-backed-attribute%E2%91%A2",
@@ -9308,10 +9373,10 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpuvalidationerror",
"https://www.w3.org/TR/webgpu/#ref-for-gpuerror%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-device-features-slot%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webgpu/#abstract-opdef-generate-a-validation-error",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A6%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A8%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-gpuvalidationerror%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-dispatch-error%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-Exposed%E2%91%A2%E2%91%A7",
@@ -9324,8 +9389,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpuoutofmemoryerror",
"https://www.w3.org/TR/webgpu/#ref-for-gpuerror%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#abstract-opdef-generate-an-out-of-memory-error",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A6%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A8%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-gpuoutofmemoryerror%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-dispatch-error%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-Exposed%E2%91%A2%E2%91%A8",
@@ -9339,8 +9404,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpuerror%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-supported-limits%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#abstract-opdef-generate-an-internal-error",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A6%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%93%AA%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A8%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-gpuinternalerror%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-dispatch-error%E2%91%A2",
"https://www.w3.org/TR/webgpu/#error-scopes",
@@ -9348,7 +9413,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpuerror%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpu-error-scope%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpu-error-scope%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#dom-gpu-error-scope-errors-slot",
"https://www.w3.org/TR/webgpu/#ref-for-list%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-gpuerror%E2%91%A0%E2%91%A4",
@@ -9362,7 +9427,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuerrorfilter-validation",
"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%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A7%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A7%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-pusherrorscope",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpuerrorfilter%E2%91%A0",
@@ -9378,19 +9443,19 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpuoutofmemoryerror%E2%91%A1",
"https://www.w3.org/TR/webgpu/#dom-gpuerrorfilter-internal",
"https://www.w3.org/TR/webgpu/#ref-for-gpuinternalerror%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A6%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline-property%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-errorscopestack-slot",
"https://www.w3.org/TR/webgpu/#ref-for-stack%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpu-error-scope%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-stack%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-gpu-error-scope%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A7%E2%91%A2",
"https://www.w3.org/TR/webgpu/#abstract-opdef-current-error-scope",
"https://www.w3.org/TR/webgpu/#ref-for-gpuerror%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A7%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%93%AA%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%93%AA%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A0%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%93%AA%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-gpuvalidationerror%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-gpuoutofmemoryerror%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-gpuinternalerror%E2%91%A2",
@@ -9401,11 +9466,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-errorscopestack-slot%E2%91%A0",
"https://www.w3.org/TR/webgpu/#abstract-opdef-dispatch-error",
"https://www.w3.org/TR/webgpu/#ref-for-gpuerror%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A7%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%93%AA%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%93%AA%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A7%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-destroy-started-slot%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%93%AA%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%93%AA%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalid%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-current-error-scope",
"https://www.w3.org/TR/webgpu/#ref-for-list-append%E2%91%A0%E2%91%A0",
@@ -9419,18 +9482,18 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-event-defaultprevented",
"https://www.w3.org/TR/webgpu/#ref-for-dom-event-preventdefault",
"https://www.w3.org/TR/webgpu/#ref-for-gpuuncapturederrorevent%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A7%E2%91%A5",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-pusherrorscope",
"https://www.w3.org/TR/webgpu/#ref-for-gpu-error-scope%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-errorscopestack-slot%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A7%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A7%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-pusherrorscope%E2%91%A1",
"https://www.w3.org/TR/webgpu/#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%A4",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%93%AA%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%93%AA%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%93%AA%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%93%AA%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpu-error-scope%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpu-error-scope-filter-slot%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-stack-push%E2%91%A0",
@@ -9439,16 +9502,14 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpu-error-scope%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-errorscopestack-slot%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpuerror%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A7%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-gpuerror%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-a-new-promise%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%93%AA%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%93%AA%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuobjectbase-device-slot%E2%91%A7%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-device-destroy-started-slot%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%93%AA%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-device-timeline%E2%91%A1%E2%93%AA%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalid%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-resolve%E2%91%A8",
@@ -9470,13 +9531,13 @@
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-resolve%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#example-9d93bf47",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A7%E2%91%A8",
"https://www.w3.org/TR/webgpu/#telemetry",
"https://www.w3.org/TR/webgpu/#ref-for-gpuerror%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-gpu-error-scope%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-concept-event-fire",
"https://www.w3.org/TR/webgpu/#eventdef-gpudevice-uncapturederror",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A8%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-gpuuncapturederrorevent%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-eventdef-gpudevice-uncapturederror%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-pusherrorscope%E2%91%A2",
@@ -9490,7 +9551,7 @@
"https://www.w3.org/TR/webgpu/#dom-gpuuncapturederrorevent-gpuuncapturederrorevent-type-gpuuncapturederroreventinitdict-type",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuuncapturederroreventinit",
"https://www.w3.org/TR/webgpu/#dom-gpuuncapturederrorevent-gpuuncapturederrorevent-type-gpuuncapturederroreventinitdict-gpuuncapturederroreventinitdict",
- "https://www.w3.org/TR/webgpu/#ref-for-SameObject%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-SameObject%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-gpuerror%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuuncapturederrorevent-error%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dictdef-gpuuncapturederroreventinit",
@@ -9502,17 +9563,17 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpuerror%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-slot-backed-attribute%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-poperrorscope%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A7%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A8%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-eventhandler",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-onuncapturederror",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A7%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A8%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline-property%E2%91%A3",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-onuncapturederror",
"https://www.w3.org/TR/webgpu/#ref-for-eventhandler%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-event-handler-idl-attributes",
"https://www.w3.org/TR/webgpu/#ref-for-eventdef-gpudevice-uncapturederror%E2%91%A5",
"https://www.w3.org/TR/webgpu/#example-bf3af559",
- "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A8%E2%91%A2",
"https://www.w3.org/TR/webgpu/#detailed-operations",
"https://www.w3.org/TR/webgpu/#computing-operations",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubufferbindinglayout%E2%91%A5",
@@ -9525,7 +9586,7 @@
"https://www.w3.org/TR/webgpu/#abstract-opdef-compute",
"https://www.w3.org/TR/webgpu/#ref-for-gpucomputepipeline%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-indirect%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-list-empty%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-list-empty%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-list%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepipelinedescriptor-compute%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprogrammablestage-entrypoint%E2%91%A4",
@@ -9598,7 +9659,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-gpuvertexformat-bytesize%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexattribute-format%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-implementation-defined%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-list-empty%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-list-empty%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-invalid-memory-reference%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexbufferlayout-attributes%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-invalid-memory-reference%E2%91%A1",
@@ -9614,13 +9675,13 @@
"https://www.w3.org/TR/webgpu/#example-ada0b71a",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexformat-sint32%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexattribute-shaderlocation%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubindgroup%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubindgroup%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindingcommandsmixin-bind_groups-slot%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpubindingresource%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-visibility%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpushaderstage-vertex%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-binding%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-binding%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-built-in-values%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-lose-the-device%E2%91%A6",
@@ -9934,13 +9995,13 @@
"https://www.w3.org/TR/webgpu/#ref-for-alpha-to-coverage-mask",
"https://www.w3.org/TR/webgpu/#type-definitions",
"https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webgpu/#typedefdef-gpubufferdynamicoffset",
"https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webgpu/#typedefdef-gpustencilvalue",
"https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webgpu/#typedefdef-gpusamplemask",
"https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-idl-long%E2%91%A0",
@@ -9949,24 +10010,24 @@
"https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long-long%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#typedefdef-gpusize64",
"https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webgpu/#typedefdef-gpuintegercoordinate",
"https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webgpu/#typedefdef-gpuindex32",
"https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webgpu/#typedefdef-gpusize32",
"https://www.w3.org/TR/webgpu/#ref-for-EnforceRange%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-idl-long%E2%91%A1",
"https://www.w3.org/TR/webgpu/#typedefdef-gpusignedoffset32",
"https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long-long%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#typedefdef-gpusize64out",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webgpu/#typedefdef-gpuintegercoordinateout",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webgpu/#typedefdef-gpusize32out",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webgpu/#typedefdef-gpuflagsconstant",
"https://www.w3.org/TR/webgpu/#colors-and-vectors",
"https://www.w3.org/TR/webgpu/#dictdef-gpucolordict",
@@ -9994,19 +10055,19 @@
"https://www.w3.org/TR/webgpu/#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%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webgpu/#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%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webgpu/#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%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webgpu/#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%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webgpu/#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%A7%E2%91%A5",
@@ -10089,7 +10150,7 @@
"https://www.w3.org/TR/webgpu/#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%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webgpu/#gpuextent3d-height",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuextent3ddict%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuextent3ddict-height%E2%91%A7",
@@ -10267,6 +10328,14 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpublendfactor-src1-alpha%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpublendfactor-one-minus-src1-alpha%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-extension-dual_source_blending",
+ "https://www.w3.org/TR/webgpu/#subgroups",
+ "https://www.w3.org/TR/webgpu/#dom-gpufeaturename-subgroups",
+ "https://www.w3.org/TR/webgpu/#ref-for-subgroups%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-optional-api-surface%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpuadapterinfo%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapterinfo-subgroupminsize%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuadapterinfo-subgroupmaxsize%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-extension-subgroups",
"https://www.w3.org/TR/webgpu/#appendices",
"https://www.w3.org/TR/webgpu/#texture-format-caps",
"https://www.w3.org/TR/webgpu/#plain-color-formats",
@@ -10444,7 +10513,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gputextureview%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-gputextureview%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturebindinglayout-sampletype%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubindgrouplayout%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturesampletype-uint%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-implementation-defined%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#example-cb229a6b",
@@ -10625,6 +10694,7 @@
"https://www.w3.org/TR/webgpu/#1243a891",
"https://www.w3.org/TR/webgpu/#d8f8bd6e",
"https://www.w3.org/TR/webgpu/#16d07e10",
+ "https://www.w3.org/TR/webgpu/#b1f287e4",
"https://www.w3.org/TR/webgpu/#860300d4",
"https://www.w3.org/TR/webgpu/#fb8f82b0",
"https://www.w3.org/TR/webgpu/#6b815fdd",
@@ -10705,6 +10775,7 @@
"https://www.w3.org/TR/webgpu/#e97a9688",
"https://www.w3.org/TR/webgpu/#f14b47b8",
"https://www.w3.org/TR/webgpu/#450958f7",
+ "https://www.w3.org/TR/webgpu/#26af8e29",
"https://www.w3.org/TR/webgpu/#a058b744",
"https://www.w3.org/TR/webgpu/#a0e47003",
"https://www.w3.org/TR/webgpu/#7df00456",
@@ -10756,6 +10827,8 @@
"https://www.w3.org/TR/webgpu/#b4453690",
"https://www.w3.org/TR/webgpu/#8fa18d7a",
"https://www.w3.org/TR/webgpu/#20963483",
+ "https://www.w3.org/TR/webgpu/#0111e8e9",
+ "https://www.w3.org/TR/webgpu/#6701f904",
"https://www.w3.org/TR/webgpu/#f50afd42",
"https://www.w3.org/TR/webgpu/#4ca04f6d",
"https://www.w3.org/TR/webgpu/#deefdc80",
@@ -10778,6 +10851,7 @@
"https://www.w3.org/TR/webgpu/#biblio-webcodecs",
"https://www.w3.org/TR/webgpu/#biblio-webgl-1",
"https://www.w3.org/TR/webgpu/#biblio-webidl",
+ "https://www.w3.org/TR/webgpu/#biblio-webxr",
"https://www.w3.org/TR/webgpu/#biblio-wgsl",
"https://www.w3.org/TR/webgpu/#informative",
"https://www.w3.org/TR/webgpu/#biblio-mediaqueries-5",
diff --git a/tr/ids/webnn.json b/tr/ids/webnn.json
index 5a4c7c73cbdb..58cd2cd5d5f8 100644
--- a/tr/ids/webnn.json
+++ b/tr/ids/webnn.json
@@ -233,6 +233,8 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpowerpreference-default%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-contexttype-slot%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-context-type-default",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-lost-slot",
+ "https://www.w3.org/TR/webnn/#ref-for-a-new-promise",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontextoptions-devicetype%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-map-exists",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-devicetype-slot%E2%91%A0",
@@ -254,13 +256,13 @@
"https://www.w3.org/TR/webnn/#ref-for-concept-document-window",
"https://www.w3.org/TR/webnn/#ref-for-allowed-to-use",
"https://www.w3.org/TR/webnn/#ref-for-webnn-feature",
- "https://www.w3.org/TR/webnn/#ref-for-a-new-promise",
+ "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-reject",
"https://www.w3.org/TR/webnn/#ref-for-securityerror",
"https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-concept-relevant-realm",
- "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-in-parallel",
"https://www.w3.org/TR/webnn/#ref-for-create-a-context",
"https://www.w3.org/TR/webnn/#ref-for-queue-an-ml-task",
@@ -275,13 +277,13 @@
"https://www.w3.org/TR/webnn/#ref-for-concept-document-window%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-allowed-to-use%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-webnn-feature%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-securityerror%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-concept-relevant-realm%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-in-parallel%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-create-a-context%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-queue-an-ml-task%E2%91%A1",
@@ -301,6 +303,9 @@
"https://www.w3.org/TR/webnn/#ref-for-idl-USVString",
"https://www.w3.org/TR/webnn/#ref-for-mltensor",
"https://www.w3.org/TR/webnn/#typedefdef-mlnamedtensors",
+ "https://www.w3.org/TR/webnn/#dictdef-mlcontextlostinfo",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMString",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontextlostinfo-message",
"https://www.w3.org/TR/webnn/#ref-for-SecureContext%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A0",
"https://www.w3.org/TR/webnn/#mlcontext",
@@ -337,6 +342,11 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-writetensor-tensor-inputdata-inputdata",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlopsupportlimits",
"https://www.w3.org/TR/webnn/#dom-mlcontext-opsupportlimits",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-undefined%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-destroy",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-promise%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlcontextlostinfo",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-lost",
"https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webnn/#dom-mlcontext-contexttype-slot",
"https://www.w3.org/TR/webnn/#ref-for-context-type%E2%91%A0",
@@ -350,8 +360,13 @@
"https://www.w3.org/TR/webnn/#ref-for-enumdef-mlpowerpreference%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-enumdef-mlpowerpreference%E2%91%A5",
- "https://www.w3.org/TR/webnn/#dom-mlcontext-timeline-slot",
+ "https://www.w3.org/TR/webnn/#dom-mlcontext-lost-slot",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-promise%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlcontextlostinfo%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-promise%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#dom-mlcontext-timeline-slot",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-computational-graph%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-data-slot",
"https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A4",
@@ -387,7 +402,7 @@
"https://www.w3.org/TR/webnn/#api-mlcontext-dispatch",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-dispatch%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-timeline-slot",
"https://www.w3.org/TR/webnn/#dom-mlcontext-dispatch-graph-inputs-outputs-graph",
"https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A8",
@@ -395,37 +410,48 @@
"https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedtensors%E2%91%A4",
"https://www.w3.org/TR/webnn/#dom-mlcontext-dispatch-graph-inputs-outputs-outputs",
"https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedtensors%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-idl-undefined%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-undefined%E2%91%A3",
"https://www.w3.org/TR/webnn/#dom-mlcontext-dispatch",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-context-slot",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-isdestroyed-slot",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-list",
"https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-map-getting-the-values",
"https://www.w3.org/TR/webnn/#ref-for-list-extend",
"https://www.w3.org/TR/webnn/#ref-for-map-getting-the-values%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-list-item",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-list-iterate",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-context-slot",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-isdestroyed-slot",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-isdestroyed-slot",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-validate-tensors-with-descriptors",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-inputdescriptors-slot",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-validate-tensors-with-descriptors%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-outputdescriptors-slot",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-context-slot",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-context-slot%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-timeline-slot%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-abort-when",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext-is-lost",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-implementation-slot",
"https://www.w3.org/TR/webnn/#issue-d3f82f0f",
- "https://www.w3.org/TR/webnn/#ref-for-idl-undefined%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-undefined%E2%91%A4",
"https://www.w3.org/TR/webnn/#api-mlcontext-dispatch-examples",
"https://www.w3.org/TR/webnn/#example-1aca2bd4",
"https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A0%E2%93%AA",
@@ -433,68 +459,90 @@
"https://www.w3.org/TR/webnn/#api-mlcontext-createtensor",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-createtensor%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlcontext-createtensor-descriptor-descriptor",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mltensordescriptor%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-idl-promise%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-promise%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A8",
"https://www.w3.org/TR/webnn/#dom-mlcontext-createtensor",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-concept-relevant-global%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext-is-lost%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mltensor",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-timeline-slot%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-abort-when%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext-is-lost%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-data-slot%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-queue-an-ml-task%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-unknownerror",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-queue-an-ml-task%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-resolve%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-if-aborted",
+ "https://www.w3.org/TR/webnn/#ref-for-queue-an-ml-task%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A7",
"https://www.w3.org/TR/webnn/#api-mlcontext-readtensor",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-readtensor%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-data-slot%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-timeline-slot%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlcontext-readtensor-tensor-tensor",
"https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-idl-promise%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-promise%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-idl-ArrayBuffer%E2%91%A1",
"https://www.w3.org/TR/webnn/#dom-mlcontext-readtensor",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-concept-relevant-global%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-concept-relevant-realm%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-context-slot%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-isdestroyed-slot%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-descriptor-slot%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mltensordescriptor-readable",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-context-slot%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-isdestroyed-slot%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-context-slot%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-descriptor-slot%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mltensordescriptor-readable",
+ "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-context-slot%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-timeline-slot%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-abort-when%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext-is-lost%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-byte-sequence",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-data-slot%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-queue-an-ml-task%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-unknownerror%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-queue-an-ml-task%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-unknownerror%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-queue-an-ml-task%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-arraybuffer-create",
"https://www.w3.org/TR/webnn/#ref-for-idl-ArrayBuffer%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-resolve%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-if-aborted%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-queue-an-ml-task%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#api-mlcontext-readtensor-byob",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-readtensor-tensor-outputdata%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-readtensor%E2%91%A2",
@@ -504,84 +552,95 @@
"https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlcontext-readtensor-tensor-outputdata-outputdata",
"https://www.w3.org/TR/webnn/#ref-for-AllowSharedBufferSource%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-idl-promise%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-idl-undefined%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-promise%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-undefined%E2%91%A5",
"https://www.w3.org/TR/webnn/#dom-mlcontext-readtensor-tensor-outputdata",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-concept-relevant-global%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-context-slot%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-isdestroyed-slot%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-context-slot%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-isdestroyed-slot%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-descriptor-slot%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensordescriptor-readable%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-validate-buffer-with-descriptor",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-descriptor-slot%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-context-slot%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-context-slot%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-timeline-slot%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-abort-when%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext-is-lost%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-byte-sequence%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-data-slot%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-queue-an-ml-task%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-queue-an-ml-task%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-unknownerror%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-queue-an-ml-task%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-queue-an-ml-task%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-buffersource-detached",
- "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-validate-buffer-with-descriptor%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-arraybuffer-write",
"https://www.w3.org/TR/webnn/#ref-for-resolve%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-idl-undefined%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-undefined%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-if-aborted%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-queue-an-ml-task%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#api-mlcontext-writetensor",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-writetensor%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-data-slot%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-timeline-slot%E2%91%A5",
"https://www.w3.org/TR/webnn/#dom-mlcontext-writetensor-tensor-inputdata-tensor",
"https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webnn/#dom-mlcontext-writetensor-tensor-inputdata-inputdata",
"https://www.w3.org/TR/webnn/#ref-for-AllowSharedBufferSource%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-idl-undefined%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-undefined%E2%91%A7",
"https://www.w3.org/TR/webnn/#dom-mlcontext-writetensor",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-context-slot%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-isdestroyed-slot%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-context-slot%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-isdestroyed-slot%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-descriptor-slot%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensordescriptor-writable",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-validate-buffer-with-descriptor%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-descriptor-slot%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dfn-get-buffer-source-copy",
"https://www.w3.org/TR/webnn/#ref-for-assert",
"https://www.w3.org/TR/webnn/#ref-for-byte-sequence-length",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-descriptor-slot%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mloperanddescriptor-byte-length%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-context-slot%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-context-slot%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-timeline-slot%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-abort-when%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext-is-lost%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-data-slot%E2%91%A6",
"https://www.w3.org/TR/webnn/#issue-52ee2372",
- "https://www.w3.org/TR/webnn/#ref-for-idl-undefined%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-undefined%E2%91%A8",
"https://www.w3.org/TR/webnn/#api-mlcontext-opsupportlimits",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-opsupportlimits",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-opsupportlimits%E2%91%A0",
@@ -653,17 +712,67 @@
"https://www.w3.org/TR/webnn/#dom-mlsingleinputsupportlimits-output",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsupportlimits%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsupportlimits%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webnn/#api-mlgraph",
+ "https://www.w3.org/TR/webnn/#api-mlcontext-destroy",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-destroy%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-destroy%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#dom-mlcontext-destroy",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext-is-lost%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext-lose",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-implementation-defined%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#api-mlcontext-errors",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-context-lost",
+ "https://www.w3.org/TR/webnn/#context-lost",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-concept-relevant-global%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-queue-an-ml-task%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext-lose%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-implementation-defined%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#mlcontext-lose",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMString%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlcontextlostinfo%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontextlostinfo-message%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-resolve%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-lost-slot%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-context-slot%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-destroy",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-context-slot%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-destroy",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#dom-mlcontextlostinfo-message",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMString%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-implementation-defined%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#dom-mlcontext-lost",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-lost-slot%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-promise%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#mlcontext-is-lost",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-lost-slot%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-promise%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-sec-promise-objects",
+ "https://www.w3.org/TR/webnn/#api-mlgraph",
"https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-SecureContext%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A1",
"https://www.w3.org/TR/webnn/#mlgraph",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webnn/#dom-mlgraph-context-slot",
- "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-undefined%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-destroy%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#dom-mlgraph-context-slot",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webnn/#dom-mlgraph-inputdescriptors-slot",
"https://www.w3.org/TR/webnn/#ref-for-idl-record%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-idl-USVString%E2%91%A1",
@@ -671,7 +780,7 @@
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webnn/#dom-mlgraph-outputdescriptors-slot",
"https://www.w3.org/TR/webnn/#ref-for-idl-record%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-idl-USVString%E2%91%A2",
@@ -679,12 +788,28 @@
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webnn/#dom-mlgraph-implementation-slot",
+ "https://www.w3.org/TR/webnn/#dom-mlgraph-isdestroyed-slot",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-boolean",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-destroy%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#api-mlgraph-destroy",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-destroy%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-destroy%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#dom-mlgraph-destroy",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-isdestroyed-slot%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-isdestroyed-slot%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-context-slot%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-timeline-slot%E2%91%A7",
"https://www.w3.org/TR/webnn/#api-mloperanddescriptor",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A7",
"https://www.w3.org/TR/webnn/#enumdef-mlinputoperandlayout",
@@ -781,17 +906,17 @@
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0",
"https://www.w3.org/TR/webnn/#dom-mloperand-datatype",
"https://www.w3.org/TR/webnn/#ref-for-getter-steps",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype",
"https://www.w3.org/TR/webnn/#dom-mloperand-shape",
"https://www.w3.org/TR/webnn/#ref-for-getter-steps%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-builder-slot",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-mlgraphbuilder",
- "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-enumdef-mloperanddatatype%E2%91%A6",
"https://www.w3.org/TR/webnn/#allowed-data-types",
"https://www.w3.org/TR/webnn/#ref-for-enumdef-mloperanddatatype%E2%91%A7",
@@ -864,34 +989,34 @@
"https://www.w3.org/TR/webnn/#api-mltensordescriptor",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mltensordescriptor%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mltensordescriptor%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webnn/#dictdef-mltensordescriptor",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-idl-boolean",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mltensordescriptor-readable%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mltensordescriptor-readable%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensordescriptor-writable%E2%91%A0",
"https://www.w3.org/TR/webnn/#dom-mltensordescriptor-readable",
- "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-readtensor%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-readtensor-tensor-outputdata%E2%91%A1",
"https://www.w3.org/TR/webnn/#dom-mltensordescriptor-writable",
- "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-writetensor%E2%91%A1",
"https://www.w3.org/TR/webnn/#api-mltensor",
- "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-implementation-defined%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dictdef-mltensordescriptor%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-data-slot%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-timeline-slot%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-implementation-defined%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-implementation-defined%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dictdef-mltensordescriptor%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-data-slot%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-timeline-slot%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-implementation-defined%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-SecureContext%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A3",
"https://www.w3.org/TR/webnn/#mltensor",
@@ -900,79 +1025,79 @@
"https://www.w3.org/TR/webnn/#ref-for-idl-frozen-array%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-shape",
- "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-readable",
"https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-readable",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-writable",
- "https://www.w3.org/TR/webnn/#ref-for-idl-undefined%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-destroy",
- "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-undefined%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-destroy%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webnn/#dom-mltensor-context-slot",
- "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webnn/#dom-mltensor-descriptor-slot",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mltensordescriptor%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webnn/#dom-mltensor-isdestroyed-slot",
- "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-destroy%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webnn/#dom-mltensor-data-slot",
- "https://www.w3.org/TR/webnn/#ref-for-implementation-defined%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#dom-mltensor-isdestroyed-slot",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-context-slot%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-timeline-slot%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-destroy%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#dom-mltensor-data-slot",
+ "https://www.w3.org/TR/webnn/#ref-for-implementation-defined%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-context-slot%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-timeline-slot%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webnn/#mltensor-datatype",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-descriptor-slot%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-datatype%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webnn/#mltensor-shape",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-descriptor-slot%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A5",
"https://www.w3.org/TR/webnn/#dom-mltensor-datatype",
"https://www.w3.org/TR/webnn/#ref-for-getter-steps%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mltensor-datatype",
"https://www.w3.org/TR/webnn/#dom-mltensor-shape",
"https://www.w3.org/TR/webnn/#ref-for-getter-steps%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mltensor-shape",
"https://www.w3.org/TR/webnn/#dom-mltensor-readable",
"https://www.w3.org/TR/webnn/#ref-for-getter-steps%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-descriptor-slot%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensordescriptor-readable%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mltensor-writable",
"https://www.w3.org/TR/webnn/#ref-for-getter-steps%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-descriptor-slot%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensordescriptor-writable%E2%91%A1",
"https://www.w3.org/TR/webnn/#api-mltensor-create",
- "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webnn/#create-an-mltensor",
- "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mltensordescriptor%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-context-slot%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-context-slot%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-descriptor-slot%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-isdestroyed-slot%E2%91%A3",
"https://www.w3.org/TR/webnn/#api-mltensor-destroy",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-destroy%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-idl-undefined%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-destroy%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-mltensor%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-undefined%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#dom-mltensor-destroy",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-isdestroyed-slot%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-context-slot%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-timeline-slot%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-context-slot%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-timeline-slot%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltensor-data-slot%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-idl-undefined%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-undefined%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A0%E2%91%A1",
@@ -984,7 +1109,7 @@
"https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A4",
"https://www.w3.org/TR/webnn/#mlgraphbuilder",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-mlgraphbuilder%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-constructor-context-context",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-input",
@@ -1004,50 +1129,59 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-constant-type-value-type",
"https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnumber%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-constant-type-value-value",
- "https://www.w3.org/TR/webnn/#ref-for-idl-promise%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-promise%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-build%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedoperands",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-build-outputs-outputs",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-build%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-contexttype-slot%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-context-type-default%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-constant%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-context-slot",
- "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-hasbuilt-slot",
- "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-build%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-constructor",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-constructor-context-context",
- "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#mlgraphbuilder-can-build",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-context-slot",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext-is-lost%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#api-mlgraphbuilder-constructor",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-constructor-context-context",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-new",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-mlgraphbuilder",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-concept-relevant-global%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-concept-relevant-global%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-concept-document-window%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-allowed-to-use%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-webnn-feature%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-securityerror%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-context-slot",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext-is-lost%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-context-slot%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A0",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-input",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-input-name-descriptor-name",
@@ -1056,34 +1190,34 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-input",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-graph",
"https://www.w3.org/TR/webnn/#ref-for-computational-graph-input",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-name-slot%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-mloperanddescriptor-check-dimensions",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperanddescriptor-check-dimensions",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-name-slot%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-graph%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-computational-graph-input%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-constant",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-constant-buffer",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-constant%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A3%E2%91%A7",
@@ -1093,21 +1227,21 @@
"https://www.w3.org/TR/webnn/#ref-for-AllowSharedBufferSource%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-constant",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mloperanddescriptor-check-dimensions%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-validate-buffer-with-descriptor%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-validate-buffer-with-descriptor%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dfn-get-buffer-source-copy%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-graph%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-computational-graph-constants",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-constant-type-value",
@@ -1120,49 +1254,49 @@
"https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnumber%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-constant-type-value",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-cast%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperanddescriptor",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-graph%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-computational-graph-constants%E2%91%A0",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-build",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-build-outputs-outputs",
"https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedoperands%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A4%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-build",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-map-iterate%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-map-iterate%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-graph%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-computational-graph-input%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-computational-graph-constants%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-ordered-set",
"https://www.w3.org/TR/webnn/#ref-for-ordered-set%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-ordered-set%E2%91%A1",
@@ -1173,7 +1307,7 @@
"https://www.w3.org/TR/webnn/#ref-for-set-append",
"https://www.w3.org/TR/webnn/#ref-for-set-append%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-graph%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-computational-graph-input%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-set-append%E2%91%A1",
@@ -1181,14 +1315,15 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-queue-enqueue",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-concept-relevant-global%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-concept-relevant-global%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-concept-relevant-realm%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-context-slot%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-context-slot%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-context-slot%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-context-slot%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-isdestroyed-slot%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-list-iterate%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-inputdescriptors-slot%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-name-slot%E2%91%A4",
@@ -1196,21 +1331,29 @@
"https://www.w3.org/TR/webnn/#ref-for-map-iterate%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-outputdescriptors-slot%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-descriptor-slot%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-a-new-promise%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-in-parallel%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-abort-when%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-context-slot%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-mlcontext-is-lost%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-graph%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-map-getting-the-values%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-implementation-defined%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-queue-an-ml-task%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-implementation-defined%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-queue-an-ml-task%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-operationerror%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraph-implementation-slot%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-queue-an-ml-task%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-resolve%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-queue-an-ml-task%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-resolve%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-if-aborted%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-queue-an-ml-task%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-reject%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-computational-graph-input%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-computational-graph-constants%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-build-outputs-outputs%E2%91%A0",
@@ -1218,11 +1361,11 @@
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-argminmax",
"https://www.w3.org/TR/webnn/#dictdef-mlargminmaxoptions",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperatoroptions%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlargminmaxoptions-keepdimensions",
"https://www.w3.org/TR/webnn/#ref-for-enumdef-mloperanddatatype%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlargminmaxoptions-outputdatatype",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-argmin",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A4%E2%91%A3",
@@ -1248,7 +1391,7 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mlopsupportlimits-argmax",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlargminmaxoptions%E2%91%A1",
"https://www.w3.org/TR/webnn/#dom-mlargminmaxoptions-keepdimensions",
- "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1",
"https://www.w3.org/TR/webnn/#dom-mlargminmaxoptions-outputdatatype",
"https://www.w3.org/TR/webnn/#ref-for-enumdef-mloperanddatatype%E2%91%A0%E2%91%A5",
@@ -1289,40 +1432,40 @@
"https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlargminmaxoptions%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-assert%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlargminmaxoptions-outputdatatype%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-calculate-reduction-output-sizes",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlargminmaxoptions-keepdimensions%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlargminmaxoptions-outputdatatype%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-operator-output",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-argmin",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-argminmax-op",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-argmax",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-argminmax-op%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-batchnorm",
"https://www.w3.org/TR/webnn/#dictdef-mlbatchnormalizationoptions",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperatoroptions%E2%91%A1",
@@ -1335,7 +1478,7 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mlbatchnormalizationoptions-axis",
"https://www.w3.org/TR/webnn/#ref-for-idl-double%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlbatchnormalizationoptions-epsilon",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-batchnormalization",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A5%E2%91%A2",
@@ -1439,46 +1582,46 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlbatchnormalizationsupportlimits%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-batchnormalization%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-batchnormalization",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlbatchnormalizationoptions-scale%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlbatchnormalizationoptions-bias%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlbatchnormalizationoptions-axis%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-the-range",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlbatchnormalizationoptions-axis%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlbatchnormalizationoptions-axis%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlbatchnormalizationoptions-epsilon%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-cast%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlbatchnormalizationoptions-epsilon%E2%91%A1",
@@ -1487,27 +1630,27 @@
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlbatchnormalizationoptions-axis%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlbatchnormalizationoptions-bias%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlbatchnormalizationoptions-axis%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-descriptor-slot%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A2",
@@ -1520,7 +1663,7 @@
"https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nchw%E2%91%A0",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-cast",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A6%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-cast",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A6%E2%91%A2",
@@ -1555,7 +1698,7 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsingleinputsupportlimits%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-cast%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-enumdef-mloperanddatatype%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-implementation-defined%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-implementation-defined%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-cast%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-cast-input-type-options-input%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%93%AA",
@@ -1570,7 +1713,7 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-uint8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-implementation-defined%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-implementation-defined%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-int32%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-uint32%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-int64%E2%91%A1",
@@ -1581,17 +1724,17 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-uint8%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-uint8%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-implementation-defined%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-implementation-defined%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-cast",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3",
@@ -1604,7 +1747,7 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mlclampoptions-minvalue",
"https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnumber%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlclampoptions-maxvalue",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-clamp%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A6%E2%91%A6",
@@ -1641,15 +1784,15 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsingleinputsupportlimits%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-clamp%E2%91%A3",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-clamp",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlclampoptions-minvalue%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlclampoptions-minvalue%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-cast%E2%91%A2",
@@ -1660,15 +1803,15 @@
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlclampoptions-minvalue%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlclampoptions-maxvalue%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A2",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-concat",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A7%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-concat",
"https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1",
@@ -1720,25 +1863,25 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlopsupportlimits%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-concat%E2%91%A1",
"https://www.w3.org/TR/webnn/#dom-mlopsupportlimits-concat",
- "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlconcatsupportlimits%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-concat%E2%91%A2",
- "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-concat",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlconcatsupportlimits%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-concat%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-concat",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-list-item%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-list-is-empty%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-list-is-empty%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A1",
@@ -1749,27 +1892,27 @@
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-list-iterate%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A3%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-valid-dimension%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A7",
@@ -1803,7 +1946,7 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-filterlayout",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A7%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-bias",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A7%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-conv2d%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A7%E2%91%A5",
@@ -1900,63 +2043,63 @@
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-calculate-conv-output-size",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-calculate-conv-output-size%E2%91%A0",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-conv2d",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-bias%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-allowed-ranks%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-allowed-ranks%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-padding%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-padding%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-strides%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-strides%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-strides%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-strides%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-dilations%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-dilations%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-dilations%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A4%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-groups%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-dilations%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-groups%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-inputlayout%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nchw%E2%91%A3",
@@ -1968,20 +2111,20 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2dfilteroperandlayout-ihwo%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2dfilteroperandlayout-oihw%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-groups%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-groups%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-groups%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-bias%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-calculate-conv2d-output-sizes",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-padding%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-strides%E2%91%A3",
@@ -1991,12 +2134,12 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nhwc%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-list-item%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-valid-dimension%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A8",
@@ -2040,7 +2183,7 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-filterlayout",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A8%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-bias",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A8%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-convtranspose2d",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A8%E2%91%A3",
@@ -2116,81 +2259,81 @@
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-calculate-convtranspose-output-size",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-calculate-convtranspose-output-size%E2%91%A0",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-convtranspose2d",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-bias%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A5%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-allowed-ranks%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-allowed-ranks%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-padding%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-padding%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-strides%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-strides%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-strides%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlconv2doptions-strides%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-dilations%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-dilations%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-dilations%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-dilations%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-outputpadding%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-outputpadding%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A6%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-outputsizes%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-outputpadding%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-strides%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-outputpadding%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-strides%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-groups%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-groups%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-inputlayout%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nchw%E2%91%A6",
@@ -2200,18 +2343,18 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2dfilteroperandlayout-iohw%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2dfilteroperandlayout-hwoi%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2dfilteroperandlayout-ohwi%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-groups%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-bias%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-outputsizes%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlconvtranspose2doptions-outputsizes%E2%91%A3",
@@ -2225,12 +2368,12 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mlinputoperandlayout-nhwc%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-list-item%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-valid-dimension%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%91%A0",
@@ -2243,7 +2386,7 @@
"https://www.w3.org/TR/webnn/#ref-for-bidirectionally-broadcastable%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%93%AA%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-add",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%93%AA%E2%91%A0",
@@ -2366,28 +2509,28 @@
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperatoroptions%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-assert%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A7%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-bidirectionally-broadcasting",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%91%A2",
@@ -2395,39 +2538,39 @@
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-add",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A1",
- "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-sub",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A3",
- "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-mul",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-sub",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A5",
- "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-div",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-mul",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A7",
- "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-max",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-div",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%93%AA",
- "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-min",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-max",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A1",
- "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-pow",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-min",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-pow",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-binary-op%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A6",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-logical",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-uint8%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-broadcasting%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-bidirectionally-broadcastable%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-equal",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A1%E2%91%A6",
@@ -2551,38 +2694,38 @@
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperatoroptions%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-assert%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-uint8%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-list-clone%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A5%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%93%AA%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-bidirectionally-broadcasting%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-uint8%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%91%A3",
@@ -2590,30 +2733,30 @@
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-logical-op",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-equal",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-logical-op%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-greater",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-logical-op%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-greaterorequal",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-logical-op%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lesser",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-logical-op%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lesserorequal",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-logical-op%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-logicalnot",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-logical-op%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-unary",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-abs",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A3%E2%91%A8",
@@ -2778,19 +2921,19 @@
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-assert%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-list-contain",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%91%A0",
@@ -2803,86 +2946,86 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-int32%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-int8%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-ceil",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-cos",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-erf",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-exp",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-floor",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-identity",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-log",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-neg",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-int32%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-int8%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reciprocal",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-sin",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-sqrt",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-tan",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-element-wise-unary-op%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-elu",
"https://www.w3.org/TR/webnn/#dictdef-mleluoptions",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperatoroptions%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-idl-double%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mleluoptions-alpha",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-elu",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%91%A7",
@@ -2918,19 +3061,19 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsingleinputsupportlimits%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-elu%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-elu",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mleluoptions-alpha%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-cast%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mleluoptions-alpha%E2%91%A1",
@@ -2942,7 +3085,7 @@
"https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-expand",
"https://www.w3.org/TR/webnn/#ref-for-unidirectionally-broadcastable%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-expand",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%91%A1",
@@ -2981,23 +3124,23 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsingleinputsupportlimits%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-expand%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-expand",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-unidirectionally-broadcasting",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A0%E2%91%A6",
@@ -3008,7 +3151,7 @@
"https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgatheroptions-axis",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-gather",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A7%E2%91%A5",
@@ -3081,25 +3224,25 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlgathersupportlimits%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-gather%E2%91%A3",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-gather",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A6%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A4%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgatheroptions-axis%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-list-iterate%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-iteration-break",
"https://www.w3.org/TR/webnn/#ref-for-list-iterate%E2%91%A6",
@@ -3114,7 +3257,7 @@
"https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#example-4cef02ec",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-gelu-method",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-gelu",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A1",
@@ -3147,19 +3290,19 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsingleinputsupportlimits%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-gelu%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-gelu",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%91%A4",
@@ -3175,11 +3318,11 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgemmoptions-alpha",
"https://www.w3.org/TR/webnn/#ref-for-idl-double%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgemmoptions-beta",
- "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgemmoptions-atranspose",
"https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgemmoptions-atranspose",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgemmoptions-btranspose",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-gemm%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A6",
@@ -3210,9 +3353,9 @@
"https://www.w3.org/TR/webnn/#ref-for-idl-double%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgemmoptions-c%E2%91%A0",
"https://www.w3.org/TR/webnn/#dom-mlgemmoptions-atranspose",
- "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webnn/#dom-mlgemmoptions-btranspose",
"https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#dom-mlgemmoptions-btranspose",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-gemm-a-b-options-a",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%93%AA",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-gemm-a-b-options-b",
@@ -3254,23 +3397,23 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlgemmsupportlimits%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-gemm%E2%91%A3",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-gemm",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-allowed-ranks%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgemmoptions-alpha%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-cast%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgemmoptions-alpha%E2%91%A1",
@@ -3285,21 +3428,21 @@
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgemmoptions-atranspose%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgemmoptions-btranspose%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A5%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgemmoptions-c%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-unidirectionally-broadcastable%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A1%E2%93%AA",
@@ -3327,9 +3470,9 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-recurrentbias",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-initialhiddenstate",
- "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-resetafter",
"https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-resetafter",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-returnsequence",
"https://www.w3.org/TR/webnn/#ref-for-enumdef-mlrecurrentnetworkdirection",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-direction",
@@ -3338,7 +3481,7 @@
"https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-enumdef-mlrecurrentnetworkactivation",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-activations",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%93%AA%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-gru",
@@ -3384,9 +3527,9 @@
"https://www.w3.org/TR/webnn/#dom-mlgruoptions-initialhiddenstate",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#dom-mlgruoptions-resetafter",
- "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webnn/#dom-mlgruoptions-returnsequence",
"https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#dom-mlgruoptions-returnsequence",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webnn/#dom-mlgruoptions-direction",
"https://www.w3.org/TR/webnn/#ref-for-enumdef-mlrecurrentnetworkdirection%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlrecurrentnetworkdirection-both",
@@ -3469,45 +3612,45 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlgrusupportlimits%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-gru%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-gru",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-bias%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-recurrentbias%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-initialhiddenstate%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-allowed-ranks%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-direction%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlrecurrentnetworkdirection-both%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-valid-dimension%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-valid-dimension%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-bias%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-recurrentbias%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-valid-dimension%E2%91%A4",
@@ -3515,34 +3658,34 @@
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-recurrentbias%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-initialhiddenstate%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-activations%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-list-clone%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-activations%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlrecurrentnetworkactivation-sigmoid%E2%91%A0",
@@ -3554,10 +3697,10 @@
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-returnsequence%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A0%E2%91%A7",
@@ -3583,14 +3726,14 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgrucelloptions-bias",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgrucelloptions-recurrentbias",
- "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgrucelloptions-resetafter",
"https://www.w3.org/TR/webnn/#ref-for-enumdef-mlgruweightlayout%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgrucelloptions-layout",
"https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-enumdef-mlrecurrentnetworkactivation%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgrucelloptions-activations",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-grucell",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%93%AA",
@@ -3632,7 +3775,7 @@
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgruoptions-layout%E2%91%A5",
"https://www.w3.org/TR/webnn/#dom-mlgrucelloptions-resetafter",
- "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webnn/#dom-mlgrucelloptions-layout",
"https://www.w3.org/TR/webnn/#ref-for-enumdef-mlgruweightlayout%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgrucelloptions-activations",
@@ -3702,41 +3845,41 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlgrucellsupportlimits%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-grucell%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-grucell",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A7%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgrucelloptions-bias%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgrucelloptions-recurrentbias%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A7%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-allowed-ranks%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-valid-dimension%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-valid-dimension%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgrucelloptions-bias%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgrucelloptions-recurrentbias%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-valid-dimension%E2%91%A6",
@@ -3744,25 +3887,25 @@
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgrucelloptions-recurrentbias%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgrucelloptions-activations%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A0%E2%91%A8%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-list-clone%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgrucelloptions-activations%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlrecurrentnetworkactivation-sigmoid%E2%91%A2",
@@ -3770,7 +3913,7 @@
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A1%E2%91%A5",
@@ -3794,7 +3937,7 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mlhardsigmoidoptions-alpha",
"https://www.w3.org/TR/webnn/#ref-for-idl-double%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlhardsigmoidoptions-beta",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hardsigmoid",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A1",
@@ -3832,19 +3975,19 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsingleinputsupportlimits%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hardsigmoid%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-hardsigmoid",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlhardsigmoidoptions-alpha%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-cast%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlhardsigmoidoptions-alpha%E2%91%A1",
@@ -3859,7 +4002,7 @@
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-hard-swish",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hardswish",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2%E2%91%A5",
@@ -3892,19 +4035,19 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsingleinputsupportlimits%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hardswish%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-hardswish",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A1%E2%91%A1",
@@ -3922,7 +4065,7 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mlinstancenormalizationoptions-epsilon",
"https://www.w3.org/TR/webnn/#ref-for-enumdef-mlinputoperandlayout%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlinstancenormalizationoptions-layout",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-instancenormalization",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A3%E2%91%A1",
@@ -3997,27 +4140,27 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlnormalizationsupportlimits%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-instancenormalization%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-instancenormalization",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlinstancenormalizationoptions-scale%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlinstancenormalizationoptions-bias%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-allowed-ranks%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%93%AA%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlinstancenormalizationoptions-epsilon%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-cast%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlinstancenormalizationoptions-epsilon%E2%91%A1",
@@ -4028,22 +4171,22 @@
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlinstancenormalizationoptions-bias%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A1%E2%91%A2",
@@ -4071,7 +4214,7 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-axes",
"https://www.w3.org/TR/webnn/#ref-for-idl-double%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-epsilon",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-layernormalization",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A4%E2%93%AA",
@@ -4122,23 +4265,23 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlnormalizationsupportlimits%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-layernormalization%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-layernormalization",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-scale%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-bias%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A3%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-axes%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-axes%E2%91%A1",
@@ -4158,43 +4301,43 @@
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A4%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-axes%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-bias%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-axes%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-list-iterate%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-axes%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-axes%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-scale%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllayernormalizationoptions-bias%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A1%E2%91%A3",
@@ -4211,7 +4354,7 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperatoroptions%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-idl-double%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlleakyreluoptions-alpha",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-leakyrelu",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A4%E2%91%A5",
@@ -4247,19 +4390,19 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsingleinputsupportlimits%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-leakyrelu%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-leakyrelu",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlleakyreluoptions-alpha%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-cast%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlleakyreluoptions-alpha%E2%91%A1",
@@ -4276,7 +4419,7 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mllinearoptions-alpha",
"https://www.w3.org/TR/webnn/#ref-for-idl-double%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllinearoptions-beta",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-linear",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A5%E2%93%AA",
@@ -4314,19 +4457,19 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsingleinputsupportlimits%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-linear%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-linear",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllinearoptions-alpha%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-cast%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllinearoptions-alpha%E2%91%A1",
@@ -4356,7 +4499,7 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-initialhiddenstate",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A5%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-initialcellstate",
- "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-returnsequence",
"https://www.w3.org/TR/webnn/#ref-for-enumdef-mlrecurrentnetworkdirection%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-direction",
@@ -4365,7 +4508,7 @@
"https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-enumdef-mlrecurrentnetworkactivation%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-activations",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A5%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-lstm",
@@ -4419,7 +4562,7 @@
"https://www.w3.org/TR/webnn/#dom-mllstmoptions-initialcellstate",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/webnn/#dom-mllstmoptions-returnsequence",
- "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webnn/#dom-mllstmoptions-direction",
"https://www.w3.org/TR/webnn/#ref-for-enumdef-mlrecurrentnetworkdirection%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlrecurrentnetworkdirection-both%E2%91%A1",
@@ -4517,13 +4660,13 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mllstmsupportlimits%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-lstm%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstm",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-bias%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-recurrentbias%E2%91%A1",
@@ -4534,32 +4677,32 @@
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-initialcellstate%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-direction%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlrecurrentnetworkdirection-both%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A5%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A4%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-allowed-ranks%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-valid-dimension%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-valid-dimension%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-bias%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-recurrentbias%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-valid-dimension%E2%91%A8",
@@ -4567,52 +4710,52 @@
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A6%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-recurrentbias%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A6%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A4%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-peepholeweight%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A6%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A5%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-initialhiddenstate%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A6%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A5%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-initialcellstate%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A5%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-activations%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A5%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-list-clone%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-activations%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlrecurrentnetworkactivation-sigmoid%E2%91%A4",
@@ -4625,12 +4768,12 @@
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmoptions-returnsequence%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A1%E2%91%A7",
@@ -4671,7 +4814,7 @@
"https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-enumdef-mlrecurrentnetworkactivation%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmcelloptions-activations",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A7%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-lstmcell",
@@ -4811,46 +4954,46 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mllstmcellsupportlimits%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-lstmcell%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-lstmcell",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%93%AA%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A3%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmcelloptions-bias%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A6%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmcelloptions-recurrentbias%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmcelloptions-peepholeweight%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A6%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A5%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-allowed-ranks%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A5%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-valid-dimension%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-valid-dimension%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmcelloptions-bias%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmcelloptions-recurrentbias%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-valid-dimension%E2%91%A0%E2%91%A0",
@@ -4858,34 +5001,34 @@
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A5%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmcelloptions-recurrentbias%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A6%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A6%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A5%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmcelloptions-peepholeweight%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A7%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A7%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A5%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmcelloptions-activations%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-list-clone%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mllstmcelloptions-activations%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlrecurrentnetworkactivation-sigmoid%E2%91%A6",
@@ -4897,9 +5040,9 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-datatype%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A7%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A1",
@@ -4922,7 +5065,7 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-sigmoid%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-tanh%E2%91%A0",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-matmul",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A8%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-matmul",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%93%AA%E2%93%AA",
@@ -4974,38 +5117,38 @@
"https://www.w3.org/TR/webnn/#ref-for-list-clone%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-list-clone%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-list-remove",
"https://www.w3.org/TR/webnn/#ref-for-list-clone%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-list-remove%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-bidirectionally-broadcasting%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-list-append",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-matmul",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A5%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A7%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A5%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-calculate-matmul-output-sizes",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A7%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A3%E2%91%A8",
@@ -5022,7 +5165,7 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpadoptions-mode",
"https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnumber%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpadoptions-value",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%93%AA%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-pad",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%93%AA%E2%91%A7",
@@ -5082,36 +5225,36 @@
"https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-pad",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-descriptor-slot%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-calculate-padding-output-sizes",
"https://www.w3.org/TR/webnn/#ref-for-list-item%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-valid-dimension%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpadoptions-value%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-cast%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpadoptions-value%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A7%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%93%AA",
@@ -5147,7 +5290,7 @@
"https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-outputsizes",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-averagepool2d",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A0%E2%91%A1",
@@ -5232,27 +5375,27 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlpool2doptions%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-assert%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-list-contain%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A7%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A6%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-windowdimensions%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-windowdimensions%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-outputsizes%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A5",
@@ -5262,38 +5405,38 @@
"https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-padding%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-strides%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-strides%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-strides%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-strides%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-strides%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-outputsizes%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-strides%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-strides%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-dilations%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A8%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-dilations%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-dilations%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-dilations%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-dilations%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-descriptor-slot%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-calculate-pool2d-output-sizes",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-layout%E2%91%A0",
@@ -5307,11 +5450,11 @@
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A8%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-list-item%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-valid-dimension%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A0",
@@ -5320,18 +5463,18 @@
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-pooling-op",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A3",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-l2pool2d",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-pooling-op%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A5",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-maxpool2d",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-pooling-op%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A7",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d-average",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d-l2",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-pool2d-max",
@@ -5340,7 +5483,7 @@
"https://www.w3.org/TR/webnn/#ref-for-bidirectionally-broadcastable%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-prelu",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A1%E2%91%A0",
@@ -5403,28 +5546,28 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlprelusupportlimits%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-prelu%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-prelu",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A7%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A6%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-bidirectionally-broadcasting%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A7%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A7%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A8%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A7%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A1",
@@ -5438,9 +5581,9 @@
"https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlreduceoptions-axes%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlreduceoptions-keepdimensions%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-reducel1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A1%E2%91%A6",
@@ -5526,7 +5669,7 @@
"https://www.w3.org/TR/webnn/#dom-mlreduceoptions-axes",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webnn/#dom-mlreduceoptions-keepdimensions",
- "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducel1-input-options-input",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducel1-input-options-options",
@@ -5595,30 +5738,30 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlreduceoptions%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-assert%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-list-contain%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A7%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-calculate-reduction-output-sizes%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A7%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlreduceoptions-axes%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A8%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlreduceoptions-keepdimensions%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A7%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A2",
@@ -5629,69 +5772,69 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-int32%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-uint32%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A7",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducel2",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-create-reduction-operation%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducelogsum",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-create-reduction-operation%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%93%AA%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducelogsumexp",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-create-reduction-operation%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducemax",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-create-reduction-operation%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducemean",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-create-reduction-operation%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducemin",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-create-reduction-operation%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reduceproduct",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-create-reduction-operation%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-int32%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-uint32%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducesum",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-create-reduction-operation%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-int32%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-uint32%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reducesumsquare",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-create-reduction-operation%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float32%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-float16%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-int32%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddatatype-uint32%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlreduceoptions-keepdimensions%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlreduceoptions-keepdimensions%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlreduceoptions-keepdimensions%E2%91%A5",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-relu-method",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-relu%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A4%E2%93%AA",
@@ -5726,19 +5869,19 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsingleinputsupportlimits%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-relu%E2%91%A3",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-relu",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A8%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A6%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A2%E2%91%A8",
@@ -5763,7 +5906,7 @@
"https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlresample2doptions-axes",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-resample2d",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A4%E2%91%A3",
@@ -5836,37 +5979,37 @@
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-datatype%E2%91%A6",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-resample2d",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A8%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A6%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-allowed-ranks%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-check-resample-options",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-calculate-resample-output-sizes",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-check-resample-options",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-calculate-resample-output-sizes",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-reshape-method",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-reshape",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A4%E2%91%A8",
@@ -5905,35 +6048,35 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsingleinputsupportlimits%E2%91%A7%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-reshape%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-reshape",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-list-item%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-valid-dimension%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A7%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-descriptor-slot%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-shape%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-sigmoid-method",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-sigmoid%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A5%E2%91%A2",
@@ -5966,26 +6109,26 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsingleinputsupportlimits%E2%91%A7%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-sigmoid%E2%91%A4",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-sigmoid",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A8%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A7%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-slice",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-slice",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A5%E2%91%A6",
@@ -6033,42 +6176,42 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsingleinputsupportlimits%E2%91%A7%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-slice%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-slice",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-list-item%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-list-item%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-list-iterate%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webnn/#issue-b8ab142b",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A7%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A7%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softmax-method",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A6%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-softmax",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A6%E2%91%A0",
@@ -6106,29 +6249,29 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsingleinputsupportlimits%E2%91%A7%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-softmax%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-softmax",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A8%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A7%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A3%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softplus-method",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-softplus",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A6%E2%91%A4",
@@ -6161,26 +6304,26 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsingleinputsupportlimits%E2%91%A8%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-softplus%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-softplus",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A8%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A7%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-softsign-method",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-softsign",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A6%E2%91%A8",
@@ -6213,19 +6356,19 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsingleinputsupportlimits%E2%91%A8%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-softsign%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-softsign",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A8%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A7%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A5",
@@ -6237,7 +6380,7 @@
"https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlsplitoptions-axis",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A7%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-split",
@@ -6306,31 +6449,31 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsplitsupportlimits%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-split%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-split",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlsplitoptions-axis%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A5%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A4%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A6%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A7%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webnn/#issue-578f9ca8",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A7%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-list%E2%91%A3%E2%91%A5",
@@ -6345,7 +6488,7 @@
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-operator-output%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-tanh-method",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A7%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-tanh%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A7%E2%91%A6",
@@ -6378,19 +6521,19 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsingleinputsupportlimits%E2%91%A8%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-tanh%E2%91%A4",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-tanh",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A3%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A8%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A8%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A7",
@@ -6403,7 +6546,7 @@
"https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltransposeoptions-permutation",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A8%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-transpose",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A8%E2%91%A0",
@@ -6439,15 +6582,15 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsingleinputsupportlimits%E2%91%A8%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-transpose%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-transpose",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A4%E2%93%AA",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltransposeoptions-permutation%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A8%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltransposeoptions-permutation%E2%91%A1",
@@ -6456,14 +6599,14 @@
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A8%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-the-range%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A6%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A5%E2%91%A8",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A3%E2%91%A8",
@@ -6472,12 +6615,12 @@
"https://www.w3.org/TR/webnn/#api-mlgraphbuilder-triangular",
"https://www.w3.org/TR/webnn/#dictdef-mltriangularoptions",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperatoroptions%E2%91%A7%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltriangularoptions-upper",
"https://www.w3.org/TR/webnn/#ref-for-EnforceRange%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-dom-mltriangularoptions-diagonal",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A8%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-triangular",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A8%E2%91%A4",
@@ -6489,7 +6632,7 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mlopsupportlimits-triangular",
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mltriangularoptions%E2%91%A0",
"https://www.w3.org/TR/webnn/#dom-mltriangularoptions-upper",
- "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-boolean%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webnn/#dom-mltriangularoptions-diagonal",
"https://www.w3.org/TR/webnn/#ref-for-idl-long%E2%91%A1",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-triangular-input-options-input",
@@ -6513,19 +6656,19 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlsingleinputsupportlimits%E2%91%A8%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-triangular%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-triangular",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A0",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-allowed-ranks%E2%91%A4%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-copy-an-mloperand%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A4%E2%93%AA",
@@ -6537,7 +6680,7 @@
"https://www.w3.org/TR/webnn/#ref-for-bidirectionally-broadcastable%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A6%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-rank%E2%91%A6%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A8%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-where",
"https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A8%E2%91%A8",
@@ -6610,32 +6753,32 @@
"https://www.w3.org/TR/webnn/#ref-for-dictdef-mlwheresupportlimits%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-where%E2%91%A2",
"https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-where",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlgraphbuilder-hasbuilt-slot%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-can-build%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-invalidstateerror%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder-validate-operand%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A8%E2%91%A6",
"https://www.w3.org/TR/webnn/#ref-for-allowed-data-types%E2%91%A8%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A5",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-bidirectionally-broadcasting%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A8%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A8%E2%91%A2",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A6",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-bidirectionally-broadcasting%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A8%E2%91%A3",
- "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A6%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A2%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperanddescriptor%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-datatype%E2%91%A8%E2%91%A7",
"https://www.w3.org/TR/webnn/#ref-for-create-an-mloperand%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webnn/#ref-for-this%E2%91%A0%E2%91%A6%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-operators%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webnn/#ref-for-dom-mloperand-operator-slot%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-operator-input%E2%91%A5%E2%91%A5",
@@ -6752,6 +6895,7 @@
"https://www.w3.org/TR/webnn/#38d90164",
"https://www.w3.org/TR/webnn/#999962ef",
"https://www.w3.org/TR/webnn/#a5f015e3",
+ "https://www.w3.org/TR/webnn/#dc010c65",
"https://www.w3.org/TR/webnn/#b8308563",
"https://www.w3.org/TR/webnn/#be0c27b2",
"https://www.w3.org/TR/webnn/#5d7209e9",
@@ -6765,6 +6909,7 @@
"https://www.w3.org/TR/webnn/#5991ccfb",
"https://www.w3.org/TR/webnn/#e270bd2a",
"https://www.w3.org/TR/webnn/#c3b2d08c",
+ "https://www.w3.org/TR/webnn/#1adcc035",
"https://www.w3.org/TR/webnn/#53275e46",
"https://www.w3.org/TR/webnn/#a3b18719",
"https://www.w3.org/TR/webnn/#77b4c09a",
@@ -6780,6 +6925,7 @@
"https://www.w3.org/TR/webnn/#d8f8bd6e",
"https://www.w3.org/TR/webnn/#16d07e10",
"https://www.w3.org/TR/webnn/#45209803",
+ "https://www.w3.org/TR/webnn/#715f22e4",
"https://www.w3.org/TR/webnn/#860300d4",
"https://www.w3.org/TR/webnn/#6b815fdd",
"https://www.w3.org/TR/webnn/#dd460c8e",
@@ -6804,6 +6950,7 @@
"https://www.w3.org/TR/webnn/#de06d129",
"https://www.w3.org/TR/webnn/#bb1ee2ba",
"https://www.w3.org/TR/webnn/#dca2de17",
+ "https://www.w3.org/TR/webnn/#8855a9aa",
"https://www.w3.org/TR/webnn/#c01cbda0",
"https://www.w3.org/TR/webnn/#889e932f",
"https://www.w3.org/TR/webnn/#aec82d0a",
diff --git a/tr/index.json b/tr/index.json
index f89d26c6a3fa..79dc08b292ae 100644
--- a/tr/index.json
+++ b/tr/index.json
@@ -1,7 +1,7 @@
{
"type": "crawl",
"title": "Reffy crawl",
- "date": "2025-01-16T01:34:26.933Z",
+ "date": "2025-01-17T01:35:28.009Z",
"options": {
"fallback": "tr/index.json",
"output": "report",
@@ -723,7 +723,7 @@
"https://aomediacodec.github.io/av1-spec/"
],
"crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
- "date": "16 January 2025",
+ "date": "17 January 2025",
"links": "links/av1-spec.json",
"cddl": []
},
@@ -11231,11 +11231,11 @@
],
"crawled": "https://www.w3.org/TR/gpc/",
"crawlCacheInfo": {
- "lastModified": "Thu, 09 Jan 2025 18:40:26 GMT"
+ "lastModified": "Thu, 16 Jan 2025 18:54:51 GMT"
},
"generator": "respec",
- "date": "09 January 2025",
- "revision": "9176c6572825f8a1db26e0f555053c557a425812",
+ "date": "16 January 2025",
+ "revision": "1d5bed49b9de8bf2ceba48bc2c91c27b74d76ce5",
"links": "links/gpc.json",
"refs": "refs/gpc.json",
"idl": "idl/gpc.idl",
@@ -11555,11 +11555,11 @@
],
"crawled": "https://www.w3.org/TR/html-aam-1.0/",
"crawlCacheInfo": {
- "lastModified": "Wed, 15 Jan 2025 17:54:36 GMT"
+ "lastModified": "Thu, 16 Jan 2025 14:19:05 GMT"
},
"generator": "respec",
- "date": "15 January 2025",
- "revision": "e5a0eb2d50829e98168edf296e8bda2b5983b83a",
+ "date": "16 January 2025",
+ "revision": "09c6ed15ac83ef89eeb2f88ed3639c49e35a933e",
"algorithms": "algorithms/html-aam-1.0.json",
"links": "links/html-aam-1.0.json",
"refs": "refs/html-aam-1.0.json",
@@ -21026,11 +21026,11 @@
],
"crawled": "https://www.w3.org/TR/webdriver-bidi/",
"crawlCacheInfo": {
- "lastModified": "Wed, 15 Jan 2025 12:06:45 GMT"
+ "lastModified": "Thu, 16 Jan 2025 11:46:56 GMT"
},
"generator": "bikeshed",
- "date": "15 January 2025",
- "revision": "1f2b39e82e8cec71c35f720f3e8098f182ec6275",
+ "date": "16 January 2025",
+ "revision": "374e7ba3c48cdf6319664663b616bdb7bd0fb383",
"algorithms": "algorithms/webdriver-bidi.json",
"links": "links/webdriver-bidi.json",
"refs": "refs/webdriver-bidi.json",
@@ -21169,11 +21169,11 @@
],
"crawled": "https://www.w3.org/TR/webgpu/",
"crawlCacheInfo": {
- "lastModified": "Tue, 17 Dec 2024 14:24:23 GMT"
+ "lastModified": "Thu, 16 Jan 2025 16:03:54 GMT"
},
"generator": "bikeshed",
- "date": "19 December 2024",
- "revision": "d037d2bf366428850c09c61ceea7786ffa164c13",
+ "date": "16 January 2025",
+ "revision": "bb105afa0160573210b5fab1342dda1d1a7f9c2d",
"algorithms": "algorithms/webgpu.json",
"links": "links/webgpu.json",
"refs": "refs/webgpu.json",
@@ -21295,11 +21295,11 @@
],
"crawled": "https://www.w3.org/TR/webnn/",
"crawlCacheInfo": {
- "lastModified": "Wed, 04 Dec 2024 05:34:47 GMT"
+ "lastModified": "Thu, 16 Jan 2025 03:36:15 GMT"
},
"generator": "bikeshed",
- "date": "4 December 2024",
- "revision": "df555e1b0a6beb2deaf4b98e2642492ff00e98f4",
+ "date": "16 January 2025",
+ "revision": "3d430fa99c971a81e6738321d5ba42cc7255abf2",
"algorithms": "algorithms/webnn.json",
"links": "links/webnn.json",
"refs": "refs/webnn.json",
@@ -22467,11 +22467,11 @@
],
"crawled": "https://www.w3.org/TR/WGSL/",
"crawlCacheInfo": {
- "lastModified": "Tue, 17 Dec 2024 14:24:23 GMT"
+ "lastModified": "Thu, 16 Jan 2025 16:03:07 GMT"
},
"generator": "bikeshed",
- "date": "19 December 2024",
- "revision": "d037d2bf366428850c09c61ceea7786ffa164c13",
+ "date": "16 January 2025",
+ "revision": "bb105afa0160573210b5fab1342dda1d1a7f9c2d",
"algorithms": "algorithms/WGSL.json",
"links": "links/WGSL.json",
"refs": "refs/WGSL.json",
diff --git a/tr/links/WGSL.json b/tr/links/WGSL.json
index ec78a411ae79..3ea479f0ae85 100644
--- a/tr/links/WGSL.json
+++ b/tr/links/WGSL.json
@@ -5,31 +5,36 @@
},
"links": {
"rawlinks": {
+ "http://ieeexplore.ieee.org/servlet/opac?punumber=4610933": {},
+ "http://publications.csail.mit.edu/lcs/pubs/pdf/MIT-LCS-TR-065.pdf": {},
"http://www.unicode.org/versions/Unicode14.0.0/": {},
"https://datatracker.ietf.org/doc/html/rfc2119": {},
"https://dl.acm.org/doi/10.1145/1289971.1289983": {},
"https://github.com/KhronosGroup/Vulkan-MemoryModel/blob/master/alloy/spirv.als": {},
"https://github.com/gpuweb/gpuweb/issues": {},
- "https://gpuweb.github.io/cts/": {},
- "https://ieeexplore.ieee.org/document/4610935": {},
- "https://infra.spec.whatwg.org/": {},
- "https://inria.hal.science/inria-00070503": {},
- "https://lists.w3.org/Archives/Public/public-gpu/": {},
- "https://publications.csail.mit.edu/lcs/pubs/pdf/MIT-LCS-TR-065.pdf": {},
- "https://registry.khronos.org/vulkan/specs/1.2-extensions/html/vkspec.html": {
+ "https://gpuweb.github.io/gpuweb/": {
"anchors": [
- "memory-model"
+ "texture-format-caps"
]
},
+ "https://infra.spec.whatwg.org/": {},
+ "https://inria.hal.science/inria-00070503": {},
+ "https://lists.w3.org/Archives/Public/public-gpu/": {},
"https://tc39.es/ecma262/multipage/": {},
"https://tc39.es/ecma262/multipage/overview.html": {
"anchors": [
"sec-terms-and-definitions-implementation-approximated"
]
},
+ "https://w3.org/TR/webgpu": {},
"https://www.ams.org/journals/mcom/2013-82-284/S0025-5718-2013-02679-8/S0025-5718-2013-02679-8.pdf": {},
"https://www.iana.org/assignments/media-types/": {},
"https://www.iana.org/assignments/media-types/text/wgsl": {},
+ "https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html": {
+ "anchors": [
+ "memory-model"
+ ]
+ },
"https://www.unicode.org/reports/tr14/tr14-53.html": {},
"https://www.unicode.org/reports/tr31/tr31-41.html": {},
"https://www.w3.org/TR/": {},
@@ -52,33 +57,60 @@
"sample-masking",
"gpupipelinelayout",
"fragment-processing",
- "GPUSamplerDescriptor",
- "texture-format-caps"
+ "gpuadapter",
+ "GPUSamplerDescriptor"
]
},
"https://www.w3.org/groups/wg/gpu/": {},
"https://www.w3.org/groups/wg/gpu/ipr/": {},
"https://www.w3.org/policies/patent-policy/": {
"anchors": [
- "sec-Requirements",
"def-essential",
"sec-Disclosure"
]
},
"https://www.w3.org/policies/process/20231103/": {
"anchors": [
- "recs-and-notes",
- "dfn-wide-review"
+ "recs-and-notes"
]
}
},
"autolinks": {
+ "https://gpuweb.github.io/gpuweb/": {
+ "anchors": [
+ "gpu-command",
+ "dom-supported-limits-maxcomputeworkgroupstoragesize",
+ "subgroups",
+ "gpuwgsllanguagefeatures",
+ "abstract-opdef-validating-shader-binding",
+ "lose-the-device",
+ "front-facing",
+ "clip-position",
+ "clip-space-coordinates",
+ "ndc",
+ "rasterizationpoint",
+ "rasterizationpoint-destination",
+ "fragmentdestination-position",
+ "rasterizationpoint-depth",
+ "rasterizationpoint-perspectivedivisor",
+ "framebuffer",
+ "shader-output-mask",
+ "abstract-opdef-validating-inter-stage-interfaces",
+ "binding-resource-type",
+ "binding-type",
+ "binding-member",
+ "abstract-opdef-validating-gpuprogrammablestage",
+ "abstract-opdef-effective-buffer-binding-size",
+ "dom-gpuadapterinfo-subgroupminsize",
+ "dom-gpuadapterinfo-subgroupmaxsize"
+ ]
+ },
"https://infra.spec.whatwg.org/": {
"anchors": [
"struct"
]
},
- "https://registry.khronos.org/vulkan/specs/1.2-extensions/html/vkspec.html": {
+ "https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html": {
"anchors": [
"memory-model-memory-operation",
"memory-model-references",
@@ -88,8 +120,12 @@
"memory-model-non-private"
]
},
- "https://www.unicode.org/Public/14.0.0/ucd/DerivedCoreProperties.txt": {},
- "https://www.unicode.org/reports/tr14/": {
+ "https://www.unicode.org/Public/14.0.0/ucd/DerivedCoreProperties.txt": {
+ "anchors": [
+ "unicode-character-database-for-unicode-version-1400"
+ ]
+ },
+ "https://www.unicode.org/reports/tr14": {
"anchors": [
"BreakingRules",
"LB4",
@@ -98,7 +134,7 @@
},
"https://www.unicode.org/reports/tr31/tr31-35.html": {
"anchors": [
- "R3",
+ "unicode-standard-annex-31-for-unicode-version-1400",
"D1",
"Table_Lexical_Classes_for_Identifiers"
]
@@ -111,17 +147,14 @@
},
"https://www.w3.org/TR/webgpu/": {
"anchors": [
- "gpu-command",
"gpuprogrammablestage",
"dom-gpudevice-createshadermodule",
"dom-gpudevice-createcomputepipeline",
"dom-gpudevice-createrenderpipeline",
"dom-gpucompilationinfo-messages",
"gpucompilationinfo",
- "dom-supported-limits-maxcomputeworkgroupstoragesize",
"gpufeaturename",
"gpudevice",
- "gpuwgsllanguagefeatures",
"gpu",
"gpubuffer",
"gputexture",
@@ -133,7 +166,6 @@
"enumdef-gputextureformat",
"dom-gputextureusage-storage_binding",
"dom-gputexture-format",
- "abstract-opdef-validating-shader-binding",
"dom-gputexturebindinglayout-sampletype",
"dom-gputextureviewdimension-1d",
"dom-gputextureviewdimension-2d",
@@ -143,24 +175,8 @@
"dom-gputextureviewdimension-cube-array",
"dictdef-gputexturebindinglayout",
"dom-gpudevice-createbindgrouplayout",
- "lose-the-device",
- "front-facing",
- "clip-position",
- "clip-space-coordinates",
- "ndc",
- "rasterizationpoint",
"dom-renderstate-viewport-slot",
- "rasterizationpoint-destination",
- "fragmentdestination-position",
- "rasterizationpoint-depth",
- "rasterizationpoint-perspectivedivisor",
- "framebuffer",
"dom-gpumultisamplestate-count",
- "shader-output-mask",
- "abstract-opdef-validating-inter-stage-interfaces",
- "binding-resource-type",
- "binding-type",
- "binding-member",
"dictdef-gpubufferbinding",
"dom-gpubindgrouplayoutentry-buffer",
"dom-gpubufferbindingtype-uniform",
@@ -183,9 +199,7 @@
"dom-gpustoragetextureaccess-read-write",
"dom-gpustoragetextureaccess-read-only",
"gpuexternaltexture",
- "dom-gpubindgrouplayoutentry-externaltexture",
- "abstract-opdef-validating-gpuprogrammablestage",
- "abstract-opdef-effective-buffer-binding-size"
+ "dom-gpubindgrouplayoutentry-externaltexture"
]
},
"https://www.w3.org/policies/patent-policy/": {}
diff --git a/tr/links/gpc.json b/tr/links/gpc.json
index 8cd1b6b5329b..8cf4c4588c39 100644
--- a/tr/links/gpc.json
+++ b/tr/links/gpc.json
@@ -51,7 +51,8 @@
},
"https://html.spec.whatwg.org/multipage/system-state.html": {
"anchors": [
- "navigator"
+ "navigator",
+ "dom-navigator"
]
},
"https://html.spec.whatwg.org/multipage/workers.html": {
diff --git a/tr/links/webgpu.json b/tr/links/webgpu.json
index 8a5682bddebe..c1aa3b4f18c5 100644
--- a/tr/links/webgpu.json
+++ b/tr/links/webgpu.json
@@ -13,7 +13,11 @@
"https://github.com/gpuweb/gpuweb/issues": {},
"https://github.com/privacycg/storage-partitioning": {},
"https://github.com/whatwg/html/issues/10112": {},
- "https://gpuweb.github.io/cts/": {},
+ "https://gpuweb.github.io/gpuweb/wgsl/": {
+ "anchors": [
+ "input-output-locations"
+ ]
+ },
"https://html.spec.whatwg.org/multipage/": {},
"https://html.spec.whatwg.org/multipage/canvas.html": {
"anchors": [
@@ -47,7 +51,7 @@
},
"https://lists.w3.org/Archives/Public/public-gpu/": {},
"https://pcisig.com/": {},
- "https://registry.khronos.org/vulkan/specs/latest/html/vkspec.html": {
+ "https://registry.khronos.org/vulkan/specs/1.3/html/vkspec.html": {
"anchors": [
"textures-lod-and-scale-factor",
"textures-texel-filtering",
@@ -55,17 +59,16 @@
"primsrast-lines-bresenham"
]
},
- "https://registry.khronos.org/webgl/specs/latest/1.0/": {},
"https://tc39.es/ecma262/multipage/": {},
"https://webidl.spec.whatwg.org/": {},
"https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/vkCreateDescriptorSetLayout.html": {},
+ "https://www.khronos.org/registry/webgl/specs/latest/1.0/": {},
"https://www.khronos.org/webgl/": {},
"https://www.vusec.net/projects/glitch/": {},
"https://www.w3.org/TR/": {},
"https://www.w3.org/TR/WGSL/": {
"anchors": [
- "alignment-and-size",
- "input-output-locations"
+ "alignment-and-size"
]
},
"https://www.w3.org/TR/hr-time-3/": {},
@@ -73,19 +76,18 @@
"https://www.w3.org/TR/mediaqueries-5/": {},
"https://www.w3.org/TR/service-workers/": {},
"https://www.w3.org/TR/webcodecs/": {},
+ "https://www.w3.org/TR/webxr/": {},
"https://www.w3.org/groups/wg/gpu/": {},
"https://www.w3.org/groups/wg/gpu/ipr/": {},
"https://www.w3.org/policies/patent-policy/": {
"anchors": [
- "sec-Requirements",
"def-essential",
"sec-Disclosure"
]
},
"https://www.w3.org/policies/process/20231103/": {
"anchors": [
- "recs-and-notes",
- "dfn-wide-review"
+ "recs-and-notes"
]
}
},
@@ -100,6 +102,71 @@
"dictdef-eventinit"
]
},
+ "https://gpuweb.github.io/gpuweb/wgsl/": {
+ "anchors": [
+ "built-in-values-position",
+ "address-spaces-workgroup",
+ "language-extension",
+ "subgroup-size",
+ "pipeline-overridable",
+ "floating-point-conversion",
+ "texturesamplelevel",
+ "attribute-binding",
+ "attribute-group",
+ "shader-module-creation",
+ "shader-creation-error",
+ "program-error",
+ "uncategorized-error",
+ "line-break",
+ "identifier-comparison",
+ "pipeline-overridable-constant-identifier-string",
+ "pipeline-constant-id",
+ "functions-in-a-shader-stage",
+ "type-sampled-texture",
+ "type-depth-texture",
+ "pipeline-overridable-constant-default-value",
+ "pipeline-creation-error",
+ "store-type",
+ "runtime-sized",
+ "sizeof",
+ "interface-of-a-shader",
+ "roundup",
+ "pipeline-creation",
+ "built-in-values-sample_mask",
+ "shader-stage-output",
+ "built-in-values-frag_depth",
+ "built-in-values-clip_distances",
+ "input-output-locations",
+ "built-in-values",
+ "interpolation",
+ "use-dual-source-blending",
+ "scalar-types",
+ "indeterminate-values",
+ "differences-from-ieee754",
+ "invalid-memory-reference",
+ "64-bit-integer",
+ "built-in-values-num_workgroups",
+ "built-in-values-workgroup_id",
+ "built-in-values-local_invocation_id",
+ "built-in-values-global_invocation_id",
+ "built-in-values-local_invocation_index",
+ "sync-builtin-functions",
+ "shader-execution-end",
+ "channel-formats",
+ "interpolation-type-flat",
+ "interpolation-type-linear",
+ "interpolation-type-perspective",
+ "built-in-output-value",
+ "interpolation-type",
+ "interpolate-attr",
+ "shader-stage-input",
+ "f16",
+ "extension-f16",
+ "extension-clip_distances",
+ "extension-dual_source_blending",
+ "extension-subgroups"
+ ]
+ },
"https://html.spec.whatwg.org/multipage/canvas.html": {
"anchors": [
"the-image-argument-is-not-origin-clean",
@@ -200,33 +267,23 @@
"ordered-set",
"list-contain",
"set-append",
+ "list-get-the-indices",
+ "list-empty",
"list-size",
"list-iterate",
- "list-get-the-indices",
"list-is-empty",
"map-remove",
+ "iteration-continue",
"stack",
"stack-push",
"stack-pop",
"list-extend",
- "iteration-continue",
- "list-empty",
"map-clear",
"byte-sequence-length",
"list-item"
]
},
- "https://registry.khronos.org/vulkan/specs/latest/html/vkspec.html": {},
- "https://registry.khronos.org/webgl/specs/latest/1.0/": {
- "anchors": [
- "WEBGLCONTEXTATTRIBUTES",
- "WEBGLRENDERINGCONTEXTBASE",
- "DOM-WebGLRenderingContext-drawingBufferColorSpace",
- "DOM-WebGLRenderingContext-drawingBufferWidth",
- "DOM-WebGLRenderingContext-drawingBufferHeight",
- "THE_DRAWING_BUFFER"
- ]
- },
+ "https://registry.khronos.org/vulkan/specs/1.3/html/vkspec.html": {},
"https://tc39.es/ecma262/": {
"anchors": [
"agent",
@@ -296,68 +353,19 @@
"invalidstateerror"
]
},
+ "https://www.khronos.org/registry/webgl/specs/latest/1.0/": {
+ "anchors": [
+ "WEBGLCONTEXTATTRIBUTES",
+ "WEBGLRENDERINGCONTEXTBASE",
+ "DOM-WebGLRenderingContext-drawingBufferColorSpace",
+ "DOM-WebGLRenderingContext-drawingBufferWidth",
+ "DOM-WebGLRenderingContext-drawingBufferHeight",
+ "THE_DRAWING_BUFFER"
+ ]
+ },
"https://www.w3.org/TR/WGSL/": {
"anchors": [
- "built-in-values-position",
- "address-spaces-workgroup",
- "language-extension",
- "pipeline-overridable",
- "floating-point-conversion",
- "texturesamplelevel",
- "attribute-binding",
- "attribute-group",
- "shader-module-creation",
- "shader-creation-error",
- "program-error",
- "uncategorized-error",
- "line-break",
- "identifier-comparison",
- "pipeline-overridable-constant-identifier-string",
- "pipeline-constant-id",
- "functions-in-a-shader-stage",
- "type-sampled-texture",
- "type-depth-texture",
- "pipeline-overridable-constant-default-value",
- "pipeline-creation-error",
- "store-type",
- "runtime-sized",
- "sizeof",
- "interface-of-a-shader",
- "roundup",
- "pipeline-creation",
- "built-in-values-sample_mask",
- "shader-stage-output",
- "built-in-values-frag_depth",
- "built-in-values-clip_distances",
- "input-output-locations",
- "built-in-values",
- "interpolation",
- "use-dual-source-blending",
- "scalar-types",
- "indeterminate-values",
- "differences-from-ieee754",
- "invalid-memory-reference",
- "64-bit-integer",
- "built-in-values-num_workgroups",
- "built-in-values-workgroup_id",
- "built-in-values-local_invocation_id",
- "built-in-values-global_invocation_id",
- "built-in-values-local_invocation_index",
- "sync-builtin-functions",
- "shader-execution-end",
- "channel-formats",
- "interpolation-type-flat",
- "interpolation-sampling",
- "interpolation-type-linear",
- "interpolation-type-perspective",
- "built-in-output-value",
- "interpolation-type",
- "interpolate-attr",
- "shader-stage-input",
- "f16",
- "extension-f16",
- "extension-clip_distances",
- "extension-dual_source_blending"
+ "interpolation-sampling"
]
},
"https://www.w3.org/TR/hr-time-3/": {
@@ -391,6 +399,11 @@
"dom-videoframe-displayheight"
]
},
+ "https://www.w3.org/TR/webxr/": {
+ "anchors": [
+ "session"
+ ]
+ },
"https://www.w3.org/policies/patent-policy/": {}
}
}
diff --git a/tr/links/webnn.json b/tr/links/webnn.json
index 10767ff31675..0b9d1bee160d 100644
--- a/tr/links/webnn.json
+++ b/tr/links/webnn.json
@@ -5,7 +5,6 @@
},
"links": {
"rawlinks": {
- "http://ieeexplore.ieee.org/servlet/opac?punumber=4610933": {},
"http://openaccess.thecvf.com/content_cvpr_2018/html/Chang_PairedCycleGAN_Asymmetric_Style_CVPR_2018_paper.html": {},
"http://www-scf.usc.edu/~zhan355/ke_eccv2016.pdf": {},
"https://arxiv.org/abs/1502.03167": {},
@@ -78,6 +77,7 @@
]
},
"https://html.spec.whatwg.org/multipage/": {},
+ "https://ieeexplore.ieee.org/document/8766229": {},
"https://infra.spec.whatwg.org/": {},
"https://jmlr.org/papers/volume21/20-074/20-074.pdf": {},
"https://mathworld.wolfram.com/L1-Norm.html": {},
@@ -178,6 +178,8 @@
"list-extend",
"list-item",
"list-iterate",
+ "abort-when",
+ "if-aborted",
"byte-sequence",
"assert",
"byte-sequence-length",
@@ -203,6 +205,7 @@
"https://tc39.es/ecma262/": {
"anchors": [
"table-the-typedarray-constructors",
+ "sec-promise-objects",
"sec-ecmascript-language-types-number-type"
]
},
@@ -221,14 +224,15 @@
"SecureContext",
"SameObject",
"Exposed",
- "this",
"a-new-promise",
+ "this",
"reject",
"securityerror",
"notsupportederror",
"resolve",
"idl-record",
"idl-USVString",
+ "idl-DOMString",
"idl-undefined",
"idl-ArrayBuffer",
"AllowSharedBufferSource",
@@ -236,12 +240,14 @@
"idl-SharedArrayBuffer",
"dfn-throw",
"exceptiondef-typeerror",
+ "invalidstateerror",
"unknownerror",
"arraybuffer-create",
"buffersource-detached",
"arraybuffer-write",
"dfn-get-buffer-source-copy",
"idl-sequence",
+ "idl-boolean",
"EnforceRange",
"idl-unsigned-long",
"idl-long",
@@ -252,9 +258,7 @@
"idl-double",
"idl-long-long",
"dfn-numeric-type",
- "idl-boolean",
"new",
- "invalidstateerror",
"idl-float",
"idl-Float32Array",
"idl-Float16Array",
diff --git a/tr/refs/WGSL.json b/tr/refs/WGSL.json
index bc4f378821eb..e526c637a6be 100644
--- a/tr/refs/WGSL.json
+++ b/tr/refs/WGSL.json
@@ -7,7 +7,7 @@
"normative": [
{
"name": "DeRemer1969",
- "url": "https://publications.csail.mit.edu/lcs/pubs/pdf/MIT-LCS-TR-065.pdf"
+ "url": "http://publications.csail.mit.edu/lcs/pubs/pdf/MIT-LCS-TR-065.pdf"
},
{
"name": "ECMASCRIPT",
@@ -15,7 +15,7 @@
},
{
"name": "IEEE-754",
- "url": "https://ieeexplore.ieee.org/document/4610935"
+ "url": "http://ieeexplore.ieee.org/servlet/opac?punumber=4610933"
},
{
"name": "Muller2005",
@@ -43,11 +43,11 @@
},
{
"name": "VulkanMemoryModel",
- "url": "https://registry.khronos.org/vulkan/specs/1.2-extensions/html/vkspec.html#memory-model"
+ "url": "https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#memory-model"
},
{
"name": "WebGPU",
- "url": "https://www.w3.org/TR/webgpu/"
+ "url": "https://w3.org/TR/webgpu"
}
],
"informative": [
diff --git a/tr/refs/webgpu.json b/tr/refs/webgpu.json
index 523ae2d89d9e..6d63b82fcf0e 100644
--- a/tr/refs/webgpu.json
+++ b/tr/refs/webgpu.json
@@ -39,12 +39,16 @@
},
{
"name": "WEBGL-1",
- "url": "https://registry.khronos.org/webgl/specs/latest/1.0/"
+ "url": "https://www.khronos.org/registry/webgl/specs/latest/1.0/"
},
{
"name": "WEBIDL",
"url": "https://webidl.spec.whatwg.org/"
},
+ {
+ "name": "WEBXR",
+ "url": "https://www.w3.org/TR/webxr/"
+ },
{
"name": "WGSL",
"url": "https://www.w3.org/TR/WGSL/"
@@ -61,7 +65,7 @@
},
{
"name": "VULKAN",
- "url": "https://registry.khronos.org/vulkan/specs/latest/html/vkspec.html"
+ "url": "https://registry.khronos.org/vulkan/specs/1.3/html/vkspec.html"
}
]
}
diff --git a/tr/refs/webnn.json b/tr/refs/webnn.json
index 4a428f1215b4..15b767493770 100644
--- a/tr/refs/webnn.json
+++ b/tr/refs/webnn.json
@@ -93,7 +93,7 @@
},
{
"name": "IEEE-754-2019",
- "url": "http://ieeexplore.ieee.org/servlet/opac?punumber=4610933"
+ "url": "https://ieeexplore.ieee.org/document/8766229"
},
{
"name": "IM2TXT",