From 01e0e98fb7091b6e7178bf98851e7dd39cf4ceb2 Mon Sep 17 00:00:00 2001
From: reffy-bot <>
Date: Wed, 6 Nov 2024 01:35:13 +0000
Subject: [PATCH] Update of TR report from new reffy run
Using reffy commit 17.2.7.
---
tr/algorithms/motion-1.json | 35 +-
tr/algorithms/webaudio.json | 872 ++-
tr/algorithms/webgpu.json | 742 +--
tr/css/css-conditional-5.json | 219 +-
tr/css/motion.json | 266 +-
tr/dfns/css-conditional-5.json | 688 +-
tr/dfns/motion-1.json | 536 +-
tr/dfns/webaudio.json | 3222 +++++-----
tr/dfns/webgpu.json | 711 ++-
tr/events/webaudio.json | 54 +-
tr/headings/css-conditional-5.json | 45 +-
tr/headings/motion-1.json | 153 +-
tr/headings/webaudio.json | 226 +-
tr/headings/webgpu.json | 42 +-
tr/idl/webaudio.idl | 747 ++-
tr/idl/webgpu.idl | 54 +-
tr/ids/css-conditional-5.json | 453 +-
tr/ids/motion-1.json | 742 +--
tr/ids/webaudio.json | 9324 +++++++++++++++-------------
tr/ids/webgpu.json | 1621 ++---
tr/index.json | 29 +-
tr/links/css-conditional-5.json | 827 ++-
tr/links/motion-1.json | 693 ++-
tr/links/webaudio.json | 347 +-
tr/links/webgpu.json | 11 +-
tr/refs/css-conditional-5.json | 36 +-
tr/refs/motion-1.json | 52 +-
tr/refs/webaudio.json | 16 +-
28 files changed, 13308 insertions(+), 9455 deletions(-)
diff --git a/tr/algorithms/motion-1.json b/tr/algorithms/motion-1.json
index bb18bd6ffbd4..cb2309e73002 100644
--- a/tr/algorithms/motion-1.json
+++ b/tr/algorithms/motion-1.json
@@ -7,17 +7,17 @@
{
"name": "used offset distance",
"href": "https://www.w3.org/TR/motion-1/#used-offset-distance",
- "html": "To determine the used offset distance for a given offset path and offset distance:",
+ "html": "To determine the used offset distance for a given offset path and offset distance:",
"rationale": "let",
"steps": [
{
- "html": "
Let the total length be the total length of offset path with all sub-paths.
"
+ "html": "Let the total length be the total length of offset path with all sub-paths.
"
},
{
"html": "Convert offset distance to pixels, with 100% being converted to total length.
"
},
{
- "html": "\n - If offset path is an unbounded ray:\n
- \n
Let used offset distance be equal to offset distance.
\n - Otherwise if offset path is an <angle> path with contain:\n
- \n
Let used offset distance be equal to offset distance, clamped so that the box lies entirely within the path.
\n - If offset path is any other unclosed interval:\n
- \n
Let used offset distance be equal to offset distance clamped by 0 and the total length of the path.
\n - Otherwise offset path is a closed loop:\n
- \n
Let used offset distance be equal to offset distance modulus the total length of the path. If the total length of the path is 0, used offset distance is also 0.
\n
",
+ "html": "\n - If offset path is an unbounded ray:\n
- \n
Let used offset distance be equal to offset distance.
\n - Otherwise if offset path is an <angle> path with contain:\n
- \n
Let used offset distance be equal to offset distance, clamped so that the box lies entirely within the path.
\n - If offset path is any other unclosed interval:\n
- \n
Let used offset distance be equal to offset distance clamped by 0 and the total length of the path.
\n - Otherwise offset path is a closed loop:\n
- \n
Let used offset distance be equal to offset distance modulo the total length of the path. If the total length of the path is 0, used offset distance is also 0.
\n \n
",
"rationale": ".switch",
"steps": [
{
@@ -37,40 +37,13 @@
},
{
"case": "Otherwise offset path is a closed loop:",
- "html": "Let used offset distance be equal to offset distance modulus the total length of the path. If the total length of the path is 0, used offset distance is also 0.
"
+ "html": "Let used offset distance be equal to offset distance modulo the total length of the path. If the total length of the path is 0, used offset distance is also 0.
"
}
]
}
]
}
]
- },
- {
- "html": "",
- "rationale": ".switch",
- "steps": [
- {
- "html": "Create a supplemental transformation matrix T1 for the local coordinate system of the box.
"
- },
- {
- "html": "Find the initial position of the offset path specified by offset-position as T2.
"
- },
- {
- "html": "Let P be the point at the used offset distance along the offset path.
"
- },
- {
- "html": "Find the translation of the box such that its anchor point is placed at P, and apply that to T2.
"
- },
- {
- "html": "Post-multiply T2 by the rotation specified by offset-rotate.
"
- },
- {
- "html": "Post-multiply T2 to T1.
"
- },
- {
- "html": "Post-multiply T1 to the local coordinate system of the box.
"
- }
- ]
}
]
}
\ No newline at end of file
diff --git a/tr/algorithms/webaudio.json b/tr/algorithms/webaudio.json
index 097e283fc0f5..2e8c4fae1ea9 100644
--- a/tr/algorithms/webaudio.json
+++ b/tr/algorithms/webaudio.json
@@ -1,19 +1,19 @@
{
"spec": {
- "title": "Web Audio API",
+ "title": "Web Audio API 1.1",
"url": "https://www.w3.org/TR/webaudio/"
},
"algorithms": [
{
"name": "BaseAudioContext.createPeriodicWave()",
- "html": "When calling this method,\n\texecute these steps:",
+ "html": "When calling this method,\n execute these steps:",
"rationale": ".algorithm",
"steps": [
{
- "html": "If real
and imag
are not of the same\nlength, an IndexSizeError
MUST be thrown.
"
+ "html": "If real
and imag
are not of the same\nlength, an IndexSizeError
MUST be thrown.
"
},
{
- "html": "Let o be a new object of type PeriodicWaveOptions
.
"
+ "html": "Let o be a new object of type PeriodicWaveOptions
.
"
},
{
"html": "Respectively set the real
and imag
parameters passed to this factory method to\nthe attributes of the same name on o.
"
@@ -22,7 +22,7 @@
"html": "Set the disableNormalization
attribute on o to the value of the disableNormalization
attribute of the constraints
attribute passed to the factory\nmethod.
"
},
{
- "html": "Construct a new PeriodicWave
p, passing the BaseAudioContext
this factory\nmethod has been called on as a first argument, and o.
"
+ "html": "Construct a new PeriodicWave
p, passing the BaseAudioContext
this factory\nmethod has been called on as a first argument, and o.
"
},
{
"html": "Return p.
"
@@ -31,24 +31,24 @@
},
{
"name": "decodeAudioData()",
- "html": "When decodeAudioData
is\n\tcalled, the following steps MUST be performed on the control\n\tthread:",
+ "html": "When decodeAudioData
is\n called, the following steps MUST be performed on the control\n thread:",
"rationale": ".algorithm",
"steps": [
{
- "html": "If this's relevant global object's associated Document is not fully active then return a promise rejected with \"InvalidStateError
\" DOMException
.
"
+ "html": "If this's relevant global object's associated Document is not fully active then return a promise rejected with \"InvalidStateError
\" DOMException
.
"
},
{
"html": "Let promise be a new Promise.
"
},
{
- "html": "If the operation IsDetachedBuffer
(described in [ECMASCRIPT]) on audioData
is false
, execute the following steps:",
+ "html": "If audioData
is detached, execute the following steps:",
"rationale": "append",
"steps": [
{
"html": "Append promise to [[pending promises]]
.
"
},
{
- "html": " Detach the audioData
ArrayBuffer
.\nThis operation is described in [ECMASCRIPT]. If this operations\nthrows, jump to the step 3.
"
+ "html": "Detach the audioData
ArrayBuffer
.\nIf this operations throws, jump to the step 3.
"
},
{
"html": "Queue a decoding operation to be performed on another thread.
"
@@ -60,13 +60,13 @@
"rationale": "let",
"steps": [
{
- "html": "Let error be a DataCloneError
.
"
+ "html": "Let error be a DataCloneError
.
"
},
{
"html": "Reject promise with error, and remove it from [[pending promises]]
.
"
},
{
- "html": " Queue a media element task to invoke errorCallback
with error.
"
+ "html": " Queue a media element task to invoke errorCallback
with error.
"
}
]
},
@@ -78,24 +78,24 @@
{
"name": "queue a decode operation",
"href": "https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-decoding-thread",
- "html": "When queuing a decoding operation to be performed on another\n\tthread, the following steps MUST happen on a thread that is not\n\tthe control thread nor the rendering thread,\n\tcalled the decoding thread
.",
+ "html": "When queuing a decoding operation to be performed on another\n thread, the following steps MUST happen on a thread that is not\n the control thread nor the rendering thread,\n called the decoding thread
.",
"rationale": ".algorithm",
"steps": [
{
"html": "Let can decode be a boolean flag, initially set to true.
"
},
{
- "html": "Attempt to determine the MIME type of audioData
, using MIME Sniffing §6.2 Matching an audio or video type pattern. If the audio or\nvideo type pattern matching algorithm returns undefined
,\nset can decode to false.
"
+ "html": "Attempt to determine the MIME type of audioData
, using MIME Sniffing § 6.2 Matching an audio or video type pattern. If the audio or\nvideo type pattern matching algorithm returns undefined
,\nset can decode to false.
"
},
{
- "html": "If can decode is true, attempt to decode the encoded audioData
into linear PCM. In case of\nfailure, set can decode to false.
"
+ "html": "If can decode is true, attempt to decode the encoded audioData
into linear PCM. In case of\nfailure, set can decode to false.
\n If the media byte-stream contains multiple audio tracks, only decode the\nfirst track to linear pcm.
"
},
{
- "html": "If can decode is false
, queue a media element task to execute the following steps:",
+ "html": "If can decode is false
, queue a media element task to execute the following steps:",
"rationale": "let",
"steps": [
{
- "html": "Let error be a DOMException
whose name is EncodingError
.",
+ "html": "Let error be a DOMException
whose name is EncodingError
.",
"rationale": "reject",
"steps": [
{
@@ -113,14 +113,14 @@
"rationale": "take",
"steps": [
{
- "html": "Take the result, representing the decoded linear PCM audio data, and resample it to the sample-rate of the BaseAudioContext
if it is different from\nthe sample-rate of audioData
.
"
+ "html": "Take the result, representing the decoded linear PCM audio data, and resample it to the sample-rate of the BaseAudioContext
if it is different from\nthe sample-rate of audioData
.
"
},
{
- "html": " queue a media element task to execute the following steps:",
+ "html": " queue a media element task to execute the following steps:",
"rationale": "let",
"steps": [
{
- "html": "Let buffer be an AudioBuffer
containing the final result\n(after possibly performing sample-rate conversion).
"
+ "html": "Let buffer be an AudioBuffer
containing the final result\n(after possibly performing sample-rate conversion).
"
},
{
"html": "Resolve promise with buffer.
"
@@ -136,83 +136,165 @@
},
{
"name": "AudioContext()",
- "href": "https://www.w3.org/TR/webaudio/#dom-audiocontext-pending-resume-promises-slot",
- "html": "If the current\n\t\tsettings object’s responsible\n\t\tdocument is NOT fully active, throw an InvalidStateError
and\n\tabort these steps.",
+ "html": "If the current settings object's relevant global object's associated Document is NOT fully active, throw an\n \"InvalidStateError
\" and abort these steps.",
"rationale": ".algorithm",
"steps": [
{
- "html": "Set a [[control thread state]]
to suspended
on the AudioContext
.
"
+ "html": "Let context be a new AudioContext
object.
"
},
{
- "html": "Set a [[rendering thread state]]
to suspended
on the AudioContext
.
"
+ "html": "Set a [[control thread state]]
to suspended
on context.
"
},
{
- "html": "Let [[pending resume promises]]
be a\nslot on this AudioContext
, that is an initially empty ordered list of\npromises.
"
+ "html": "Set a [[rendering thread state]]
to suspended
on context.
"
},
{
- "html": "If contextOptions
is given, apply the options:",
- "rationale": "set",
+ "html": "Let messageChannel be a new MessageChannel
.
"
+ },
+ {
+ "html": "Let controlSidePort be the value of messageChannel’s port1
attribute.
"
+ },
+ {
+ "html": "Let renderingSidePort be the value of messageChannel’s port2
attribute.
"
+ },
+ {
+ "html": "Let serializedRenderingSidePort be the result of StructuredSerializeWithTransfer(renderingSidePort,\n« renderingSidePort »).
"
+ },
+ {
+ "html": "Set this audioWorklet
's port
to controlSidePort.
"
+ },
+ {
+ "html": "Queue a control message to set the\nMessagePort on the AudioContextGlobalScope, with serializedRenderingSidePort.
"
+ },
+ {
+ "html": "If contextOptions
is given, perform the following\nsubsteps:",
+ "rationale": "if",
"steps": [
{
- "html": "Set the internal latency of this AudioContext
according to contextOptions.latencyHint
, as described\nin latencyHint
.
"
+ "html": "If sinkId
is specified, let sinkId be\nthe value of contextOptions.sinkId
and\nrun the following substeps:",
+ "rationale": "if",
+ "steps": [
+ {
+ "html": "If both sinkId and [[sink ID]]
are a type of DOMString
, and they are equal to each other, abort these\nsubsteps.
"
+ },
+ {
+ "html": "If sinkId is a type of AudioSinkOptions
and [[sink ID]]
is a type of AudioSinkInfo
, and type
in sinkId and type
in [[sink ID]]
are equal, abort these substeps.
"
+ },
+ {
+ "html": "Let validationResult be the return value of sink identifier validation of sinkId.
"
+ },
+ {
+ "html": "If validationResult is a type of DOMException
, throw an\nexception with validationResult and abort these substeps.
"
+ },
+ {
+ "html": "If sinkId is a type of DOMString
, set [[sink ID]]
to sinkId and abort these\nsubsteps.
"
+ },
+ {
+ "html": "If sinkId is a type of AudioSinkOptions
, set [[sink ID]]
to a new instance of AudioSinkInfo
created with the value of type
of sinkId.
"
+ }
+ ]
+ },
+ {
+ "html": "Set the internal latency of context according to contextOptions.latencyHint
,\nas described in latencyHint
.
"
},
{
- "html": "If contextOptions.sampleRate
is specified,\nset the sampleRate
of this AudioContext
to this value. Otherwise, use\nthe sample rate of the default output device. If the\nselected sample rate differs from the sample rate of the\noutput device, this AudioContext
MUST resample the\naudio output to match the sample rate of the output device.
"
+ "html": "If contextOptions.sampleRate
is specified, set the sampleRate
of context to this value. Otherwise, follow these substeps:",
+ "rationale": "if",
+ "steps": [
+ {
+ "html": "If sinkId is the empty string or a type of AudioSinkOptions
, use the sample rate of the default output\ndevice. Abort these substeps.
"
+ },
+ {
+ "html": "If sinkId is a DOMString
, use the sample rate of the\noutput device identified by sinkId. Abort these substeps.
"
+ }
+ ]
}
]
},
{
- "html": "If the context is allowed to start, send a control message to start processing.
"
+ "html": "If context is allowed to start, send a control message to start processing.
"
},
{
- "html": "Return this AudioContext
object.
"
+ "html": "Return context.
"
}
]
},
{
"name": "sending a control message to start processing",
- "html": "Sending a control message to start processing means\n\texecuting the following steps:",
+ "html": "Sending a control message to start processing means\nexecuting the following steps:",
"rationale": ".algorithm",
"steps": [
{
- "html": "Attempt to acquire system resources.\nIn case of failure, abort the following steps.
"
+ "html": "Let document be the current settings object's relevant global object's associated Document.
"
+ },
+ {
+ "html": "Attempt to acquire system resources to use a following audio output device\nbased on [[sink ID]]
for rendering:",
+ "rationale": "if",
+ "steps": [
+ {
+ "html": "If resource acquisition fails, execute the following steps:",
+ "rationale": "if",
+ "steps": [
+ {
+ "html": "If document is not allowed to use the feature identified by \"speaker-selection\"
, abort these substeps.
"
+ },
+ {
+ "html": "Queue a media element task to fire an event named error
at the AudioContext
, and abort the following\nsteps.
"
+ }
+ ]
+ }
+ ]
},
{
- "html": "Set the [[rendering thread state]]
to running
on the AudioContext
.
"
+ "html": "Set this [[rendering thread state]]
to running
on the AudioContext
.
"
},
{
- "html": " queue a media element task to execute the following steps:",
+ "html": "Queue a media element task to execute the following steps:",
"rationale": "set",
"steps": [
{
- "html": "Set the state
attribute of the AudioContext
to \"running
\".
"
+ "html": "Set the state
attribute of the AudioContext
to \"running
\".
"
},
{
- "html": " queue a media element task to fire an event named statechange
at the AudioContext
.
"
+ "html": "fire an event named statechange
at the AudioContext
.
"
}
]
}
]
},
+ {
+ "name": "setting the messageport on the scope",
+ "href": "https://www.w3.org/TR/webaudio/#setting-the-messageport-on-the-scope",
+ "html": "Sending a control message to set the MessagePort
on the AudioWorkletGlobalScope
means executing the following steps, on\nthe rendering thread, with serializedRenderingSidePort, that has been transfered to\nthe AudioWorkletGlobalScope
:",
+ "rationale": ".algorithm",
+ "steps": [
+ {
+ "html": "Let deserializedPort be the result of StructuredDeserialize(serializedRenderingSidePort,\nthe current Realm).
"
+ },
+ {
+ "html": "Set port
to deserializedPort.
"
+ }
+ ]
+ },
{
"name": "AudioContext.close()",
"html": "When close is called, execute these steps:",
"rationale": ".algorithm",
"steps": [
{
- "html": "If this's relevant global object's associated Document is not fully active then return a promise rejected with \"InvalidStateError
\" DOMException
.
"
+ "html": "If this's relevant global object's associated Document is not fully active then return a promise rejected with \"InvalidStateError
\" DOMException
.
"
},
{
"html": "Let promise be a new Promise.
"
},
{
- "html": "If the [[control thread state]]
flag on the AudioContext
is closed
reject the promise\nwith InvalidStateError
, abort these steps,\nreturning promise.
"
+ "html": "If the [[control thread state]]
flag on the AudioContext
is closed
reject the promise\nwith InvalidStateError
, abort these steps,\nreturning promise.
"
},
{
- "html": "Set the [[control thread state]]
flag on the AudioContext
to closed
.
"
+ "html": "Set the [[control thread state]]
flag on the AudioContext
to closed
.
"
},
{
- "html": "Queue a control message to close the AudioContext
.
"
+ "html": "Queue a control message to close the AudioContext
.
"
},
{
"html": "Return promise.
"
@@ -221,7 +303,7 @@
},
{
"name": "run a control message to close an AudioContext",
- "html": "Running a control message to close an AudioContext
means running these steps on the rendering thread:",
+ "html": "Running a control message to close an AudioContext
means running these steps on the rendering thread:",
"rationale": ".algorithm",
"steps": [
{
@@ -231,24 +313,24 @@
"html": "Set the [[rendering thread state]]
to suspended
.
"
},
{
- "html": "If this control message is being run in a reaction to the\ndocument being unloaded, abort this algorithm.
"
+ "html": "If this control message is being run in a reaction to the\ndocument being unloaded, abort this algorithm.
"
},
{
- "html": " queue a media element task to execute the following steps:",
+ "html": " queue a media element task to execute the following steps:",
"rationale": "resolve",
"steps": [
{
"html": "Resolve promise.
"
},
{
- "html": "If the state
attribute of the AudioContext
is not already \"closed
\":",
+ "html": "If the state
attribute of the AudioContext
is not already \"closed
\":",
"rationale": "set",
"steps": [
{
- "html": "Set the state
attribute of the AudioContext
to \"closed
\".
"
+ "html": "Set the state
attribute of the AudioContext
to \"closed
\".
"
},
{
- "html": " queue a media element task to fire\nan event named statechange
at the AudioContext
.
"
+ "html": " queue a media element task to fire\nan event named statechange
at the AudioContext
.
"
}
]
}
@@ -258,17 +340,17 @@
},
{
"name": "AudioContext::resume()",
- "html": "When resume is called,\n\texecute these steps:",
+ "html": "When resume is called,\n execute these steps:",
"rationale": ".algorithm",
"steps": [
{
- "html": "If this's relevant global object's associated Document is not fully active then return a promise rejected with \"InvalidStateError
\" DOMException
.
"
+ "html": "If this's relevant global object's associated Document is not fully active then return a promise rejected with \"InvalidStateError
\" DOMException
.
"
},
{
"html": "Let promise be a new Promise.
"
},
{
- "html": "If the [[control thread state]]
on the AudioContext
is closed
reject the\npromise with InvalidStateError
, abort these steps,\nreturning promise.
"
+ "html": "If the [[control thread state]]
on the AudioContext
is closed
reject the\npromise with InvalidStateError
, abort these steps,\nreturning promise.
"
},
{
"html": "Set [[suspended by user]]
to false
.
"
@@ -277,10 +359,10 @@
"html": "If the context is not allowed to start, append promise to [[pending promises]]
and [[pending resume promises]]
and abort these steps, returning promise.
"
},
{
- "html": "Set the [[control thread state]]
on the AudioContext
to running
.
"
+ "html": "Set the [[control thread state]]
on the AudioContext
to running
.
"
},
{
- "html": "Queue a control message to resume the AudioContext
.
"
+ "html": "Queue a control message to resume the AudioContext
.
"
},
{
"html": "Return promise.
"
@@ -290,20 +372,20 @@
{
"name": "run a control message in AudioContext",
"href": "https://www.w3.org/TR/webaudio/#context-resume",
- "html": "Running a control message to resume an AudioContext
means running these steps on the rendering thread:",
+ "html": "Running a control message to resume an AudioContext
means running these steps on the rendering thread:",
"rationale": ".algorithm",
"steps": [
{
"html": "Attempt to acquire system resources.
"
},
{
- "html": "Set the [[rendering thread state]]
on the AudioContext
to running
.
"
+ "html": "Set the [[rendering thread state]]
on the AudioContext
to running
.
"
},
{
"html": "Start rendering the audio graph.
"
},
{
- "html": "In case of failure, queue a media element task to execute the following steps:",
+ "html": "In case of failure, queue a media element task to execute the following steps:",
"rationale": "reject",
"steps": [
{
@@ -315,7 +397,7 @@
]
},
{
- "html": " queue a media element task to execute the following steps:",
+ "html": " queue a media element task to execute the following steps:",
"rationale": "resolve",
"steps": [
{
@@ -328,14 +410,14 @@
"html": "Resolve promise.
"
},
{
- "html": "If the state
attribute of the AudioContext
is not already \"running
\":",
+ "html": "If the state
attribute of the AudioContext
is not already \"running
\":",
"rationale": "set",
"steps": [
{
- "html": "Set the state
attribute of the AudioContext
to \"running
\".
"
+ "html": "Set the state
attribute of the AudioContext
to \"running
\".
"
},
{
- "html": " queue a media element task to fire\nan event named statechange
at the AudioContext
.
"
+ "html": "Queue a media element task to fire an event named statechange
at the AudioContext
.
"
}
]
}
@@ -349,13 +431,13 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this's relevant global object's associated Document is not fully active then return a promise rejected with \"InvalidStateError
\" DOMException
.
"
+ "html": "If this's relevant global object's associated Document is not fully active then return a promise rejected with \"InvalidStateError
\" DOMException
.
"
},
{
"html": "Let promise be a new Promise.
"
},
{
- "html": "If the [[control thread state]]
on the AudioContext
is closed
reject the promise\nwith InvalidStateError
, abort these steps,\nreturning promise.
"
+ "html": "If the [[control thread state]]
on the AudioContext
is closed
reject the promise\nwith InvalidStateError
, abort these steps,\nreturning promise.
"
},
{
"html": "Append promise to [[pending promises]]
.
"
@@ -364,10 +446,10 @@
"html": "Set [[suspended by user]]
to true
.
"
},
{
- "html": "Set the [[control thread state]]
on the AudioContext
to suspended
.
"
+ "html": "Set the [[control thread state]]
on the AudioContext
to suspended
.
"
},
{
- "html": "Queue a control message to suspend the AudioContext
.
"
+ "html": "Queue a control message to suspend the AudioContext
.
"
},
{
"html": "Return promise.
"
@@ -376,31 +458,168 @@
},
{
"name": "run a control message to suspend an AudioContext",
- "html": "Running a control message to suspend an AudioContext
means running these steps on the rendering thread:",
+ "html": "Running a control message to suspend an AudioContext
means running these steps on the rendering thread:",
"rationale": ".algorithm",
"steps": [
{
"html": "Attempt to release system resources.
"
},
{
- "html": "Set the [[rendering thread state]]
on the AudioContext
to suspended
.
"
+ "html": "Set the [[rendering thread state]]
on the AudioContext
to suspended
.
"
},
{
- "html": " queue a media element task to execute the following steps:",
+ "html": " queue a media element task to execute the following steps:",
"rationale": "resolve",
"steps": [
{
"html": "Resolve promise.
"
},
{
- "html": "If the state
attribute of the AudioContext
is not already \"suspended
\":",
+ "html": "If the state
attribute of the AudioContext
is not already \"suspended
\":",
"rationale": "set",
"steps": [
{
- "html": "Set the state
attribute of the AudioContext
to \"suspended
\".
"
+ "html": "Set the state
attribute of the AudioContext
to \"suspended
\".
"
},
{
- "html": " queue a media element task to fire\nan event named statechange
at the AudioContext
.
"
+ "html": "Queue a media element task to fire an event named statechange
at the AudioContext
.
"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "AudioContext.setSinkId()",
+ "html": "",
+ "rationale": ".algorithm",
+ "steps": [
+ {
+ "html": "Let sinkId be the method’s first argument.
"
+ },
+ {
+ "html": "If sinkId is equal to [[sink ID]]
, return a\npromise, resolve it immediately and abort these steps.
"
+ },
+ {
+ "html": "Let validationResult be the return value of sink identifier validation of sinkId.
"
+ },
+ {
+ "html": "If validationResult is not null
, return a promise\nrejected with validationResult. Abort these steps.
"
+ },
+ {
+ "html": "Let p be a new promise.
"
+ },
+ {
+ "html": "Send a control message with p and sinkId to start\nprocessing.
"
+ },
+ {
+ "html": "Return p.
"
+ }
+ ]
+ },
+ {
+ "name": "run a control message for setSinkId",
+ "html": "Sending a control message to start processing during setSinkId()
means executing the following steps:",
+ "rationale": ".algorithm",
+ "steps": [
+ {
+ "html": "Let p be the promise passed into this algorithm.
"
+ },
+ {
+ "html": "Let sinkId be the sink identifier passed into this algorithm.
"
+ },
+ {
+ "html": "If both sinkId and [[sink ID]]
are a type of DOMString
, and they are equal to each other, queue a media element task to resolve p and abort these steps.
"
+ },
+ {
+ "html": "If sinkId is a type of AudioSinkOptions
and [[sink ID]]
is a type of AudioSinkInfo
, and type
in sinkId and type
in [[sink ID]]
are equal, queue a media element task to resolve p and abort these steps.
"
+ },
+ {
+ "html": "Let wasRunning be true.
"
+ },
+ {
+ "html": "Set wasRunning to false if the [[rendering thread state]]
on\nthe AudioContext
is \"suspended\"
.
"
+ },
+ {
+ "html": "Pause the renderer after processing the current render quantum.
"
+ },
+ {
+ "html": "Attempt to release system resources.
"
+ },
+ {
+ "html": "If wasRunning is true:",
+ "rationale": "set",
+ "steps": [
+ {
+ "html": "Set the [[rendering thread state]]
on the AudioContext
to \"suspended\"
.
"
+ },
+ {
+ "html": " Queue a media element task to execute the following steps:",
+ "rationale": "if",
+ "steps": [
+ {
+ "html": "If the state
attribute of the AudioContext
is not already \"suspended
\":",
+ "rationale": "set",
+ "steps": [
+ {
+ "html": "Set the state
attribute of the AudioContext
to \"suspended
\".
"
+ },
+ {
+ "html": "Fire an event named statechange
at the\nassociated AudioContext
.
"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "html": "Attempt to acquire system resources to use\na following audio output device based on [[sink ID]]
for rendering:
\n \n In case of failure, reject p with \"InvalidAccessError
\" abort\nthe following steps.
"
+ },
+ {
+ "html": " Queue a media element task to execute the following steps:",
+ "rationale": "if",
+ "steps": [
+ {
+ "html": "If sinkId is a type of DOMString
, set [[sink ID]]
to sinkId. Abort these steps.
"
+ },
+ {
+ "html": "If sinkId is a type of AudioSinkOptions
and [[sink ID]]
is a type of DOMString
,\nset [[sink ID]]
to a new instance of AudioSinkInfo
created with the value of type
of sinkId.
"
+ },
+ {
+ "html": "If sinkId is a type of AudioSinkOptions
and [[sink ID]]
is a type of AudioSinkInfo
,\nset type
of [[sink ID]]
to\nthe type
value of sinkId.
"
+ },
+ {
+ "html": "Resolve p.
"
+ },
+ {
+ "html": "Fire an event named sinkchange
at the\nassociated AudioContext
.
"
+ }
+ ]
+ },
+ {
+ "html": "If wasRunning is true:",
+ "rationale": "set",
+ "steps": [
+ {
+ "html": "Set the [[rendering thread state]]
on the AudioContext
to \"running\"
.
"
+ },
+ {
+ "html": " Queue a media element task to execute the following steps:",
+ "rationale": "if",
+ "steps": [
+ {
+ "html": "If the state
attribute of the AudioContext
is not already \"running
\":",
+ "rationale": "set",
+ "steps": [
+ {
+ "html": "Set the state
attribute of the AudioContext
to \"running
\".
"
+ },
+ {
+ "html": "Fire an event named statechange
at the\nassociated AudioContext
.
"
+ }
+ ]
}
]
}
@@ -408,48 +627,100 @@
}
]
},
+ {
+ "name": "validating sink ID",
+ "html": "",
+ "rationale": ".algorithm",
+ "steps": [
+ {
+ "html": "Let document be the current settings object’s associated Document.
"
+ },
+ {
+ "html": "Let sinkIdArg be the value passed in to this algorithm.
"
+ },
+ {
+ "html": "If document is not allowed to use the feature identified by \"speaker-selection\"
, return a new DOMException
whose name\nis \"NotAllowedError
\".
"
+ },
+ {
+ "html": "If sinkIdArg is a type of DOMString
but it is not equal to the empty\nstring or it does not match any audio output device identified by the\nresult that would be provided by enumerateDevices()
,\nreturn a new DOMException
whose name is \"NotFoundError
\".
"
+ },
+ {
+ "html": "Return null
.
"
+ }
+ ]
+ },
{
"name": "OfflineAudioContext.OfflineAudioContext(contextOptions)",
- "html": "If the current\n\tsettings object’s responsible\n\tdocument is NOT fully active, throw an InvalidStateError
and\n\tabort these steps.",
+ "html": "If the current settings object's relevant global object's associated Document is NOT fully active,\n throw an InvalidStateError
and abort these steps.",
"rationale": ".algorithm",
"steps": [
{
"html": "Set the [[control thread state]]
for c to \"suspended\"
.
"
},
{
- "html": "Set the [[rendering thread state]]
for c to \"suspended\"
.
"
+ "html": "Set the [[rendering thread state]]
for c to \"suspended\"
.
"
},
{
- "html": "Construct an AudioDestinationNode
with its channelCount
set to contextOptions.numberOfChannels
.
"
+ "html": "Determine the [[render quantum size]]
for this OfflineAudioContext
,\n based on the value of the renderSizeHint
:",
+ "rationale": "if",
+ "steps": [
+ {
+ "html": "If it has the default value of \"default\"
or \"hardware
\", set the [[render quantum size]]
private\n slot to 128.
"
+ },
+ {
+ "html": "Else, if an integer has been passed, the User-Agent can decide to\n honour this value by setting it to the [[render quantum size]]
private slot.
"
+ }
+ ]
+ },
+ {
+ "html": "Construct an AudioDestinationNode
with its channelCount
set to contextOptions.numberOfChannels
.
"
+ },
+ {
+ "html": "Let messageChannel be a new MessageChannel
.
"
+ },
+ {
+ "html": "Let controlSidePort be the value of messageChannel’s port1
attribute.
"
+ },
+ {
+ "html": "Let renderingSidePort be the value of messageChannel’s port2
attribute.
"
+ },
+ {
+ "html": "Let serializedRenderingSidePort be the result of StructuredSerializeWithTransfer(renderingSidePort,\n« renderingSidePort »).
"
+ },
+ {
+ "html": "Set this audioWorklet
's port
to controlSidePort.
"
+ },
+ {
+ "html": "Queue a control message to set the\nMessagePort on the AudioContextGlobalScope, with serializedRenderingSidePort.
"
}
]
},
{
"name": "OfflineAudioContext.startRendering()",
"href": "https://www.w3.org/TR/webaudio/#dom-offlineaudiocontext-rendering-started-slot",
- "html": "Let [[rendering started]]
be an internal slot of this OfflineAudioContext
. Initialize this slot to false.\n When startRendering
is\n\tcalled, the following steps MUST be performed on the control\n\tthread:
",
+ "html": "Let [[rendering started]]
be an internal slot of this OfflineAudioContext
. Initialize this slot to false. \n When startRendering
is\n called, the following steps MUST be performed on the control\n thread:
",
"rationale": ".algorithm",
"steps": [
{
- "html": "If this's relevant global object's associated Document is not fully active then return a promise rejected with \"InvalidStateError
\" DOMException
."
+ "html": "If this's relevant global object's associated Document is not fully active then return a promise rejected with \"InvalidStateError
\" DOMException
."
},
{
- "html": "If the [[rendering started]]
slot on the OfflineAudioContext
is true, return a rejected\n\t\tpromise with InvalidStateError
, and abort these\n\t\tsteps."
+ "html": "If the [[rendering started]]
slot on the OfflineAudioContext
is true, return a rejected\n promise with InvalidStateError
, and abort these\n steps."
},
{
- "html": "Set the [[rendering started]]
slot of the OfflineAudioContext
to true."
+ "html": "Set the [[rendering started]]
slot of the OfflineAudioContext
to true."
},
{
"html": "Let promise be a new promise."
},
{
- "html": "Create a new AudioBuffer
, with a number of\n\t\tchannels, length and sample rate equal respectively to the numberOfChannels
, length
and sampleRate
values passed to this instance’s\n\t\tconstructor in the contextOptions
parameter.\n\t\tAssign this buffer to an internal slot [[rendered buffer]]
in the OfflineAudioContext
."
+ "html": "Create a new AudioBuffer
, with a number of\n channels, length and sample rate equal respectively to the numberOfChannels
, length
and sampleRate
values passed to this instance’s\n constructor in the contextOptions
parameter.\n Assign this buffer to an internal slot [[rendered buffer]]
in the OfflineAudioContext
."
},
{
- "html": "If an exception was thrown during the preceding AudioBuffer
constructor call, reject promise with this exception."
+ "html": "If an exception was thrown during the preceding AudioBuffer
constructor call, reject promise with this exception."
},
{
- "html": "Otherwise, in the case that the buffer was successfully\n\t\tconstructed, begin offline rendering."
+ "html": "Otherwise, in the case that the buffer was successfully\n constructed, begin offline rendering."
},
{
"html": "Append promise to [[pending promises]]
."
@@ -462,27 +733,27 @@
{
"name": "begin offline rendering",
"href": "https://www.w3.org/TR/webaudio/#begin-offline-rendering",
- "html": "To begin offline rendering, the following steps MUST\n\thappen on a rendering thread that is created for the\n\toccasion.",
+ "html": "To begin offline rendering, the following steps MUST\n happen on a rendering thread that is created for the\n occasion.",
"rationale": ".algorithm",
"steps": [
{
- "html": "Given the current connections and scheduled changes, start\n\t\trendering length
sample-frames of audio into [[rendered buffer]]
"
+ "html": "Given the current connections and scheduled changes, start\n rendering length
sample-frames of audio into [[rendered buffer]]
"
},
{
"html": "For every render quantum, check and suspend
rendering if necessary."
},
{
- "html": "If a suspended context is resumed, continue to render the\n\t\tbuffer."
+ "html": "If a suspended context is resumed, continue to render the\n buffer."
},
{
- "html": "Once the rendering is complete, queue a media element task to execute the following steps:",
+ "html": "Once the rendering is complete, queue a media element task to execute the following steps:",
"rationale": "resolve",
"steps": [
{
"html": "Resolve the promise created by startRendering()
with [[rendered buffer]]
."
},
{
- "html": " queue a media element task to fire an event named complete
using an instance of OfflineAudioCompletionEvent
whose renderedBuffer
property is set to [[rendered buffer]]
."
+ "html": "Queue a media element task to fire an event named complete
at the OfflineAudioContext
using OfflineAudioCompletionEvent
whose renderedBuffer
property is set to [[rendered buffer]]
."
}
]
}
@@ -490,23 +761,23 @@
},
{
"name": "OfflineAudioContext::resume()",
- "html": "When resume is called,\n\texecute these steps:",
+ "html": "When resume is called,\n execute these steps:",
"rationale": ".algorithm",
"steps": [
{
- "html": "If this's relevant global object's associated Document is\nnot fully active then return a promise rejected with \"InvalidStateError
\" DOMException
.
"
+ "html": "If this's relevant global object's associated Document is\nnot fully active then return a promise rejected with \"InvalidStateError
\" DOMException
.
"
},
{
"html": "Let promise be a new Promise.
"
},
{
- "html": "Abort these steps and reject promise with InvalidStateError
when any of following conditions is true:
\n "
+ "html": "Abort these steps and reject promise with InvalidStateError
when any of following conditions is true:
\n "
},
{
- "html": "Set the [[control thread state]]
flag on the OfflineAudioContext
to running
.
"
+ "html": "Set the [[control thread state]]
flag on the OfflineAudioContext
to running
.
"
},
{
- "html": "Queue a control message to resume the OfflineAudioContext
.
"
+ "html": "Queue a control message to resume the OfflineAudioContext
.
"
},
{
"html": "Return promise.
"
@@ -515,34 +786,34 @@
},
{
"name": "run a control message in OfflineAudioContext",
- "html": "Running a control message to resume an OfflineAudioContext
means running these steps on the rendering thread:",
+ "html": "Running a control message to resume an OfflineAudioContext
means running these steps on the rendering thread:",
"rationale": ".algorithm",
"steps": [
{
- "html": "Set the [[rendering thread state]]
on the OfflineAudioContext
to running
.
"
+ "html": "Set the [[rendering thread state]]
on the OfflineAudioContext
to running
.
"
},
{
"html": "Start rendering the audio graph.
"
},
{
- "html": "In case of failure, queue a media element task to reject promise and abort the remaining steps.
"
+ "html": "In case of failure, queue a media element task to reject promise and abort the remaining steps.
"
},
{
- "html": " queue a media element task to execute the following steps:",
+ "html": " queue a media element task to execute the following steps:",
"rationale": "resolve",
"steps": [
{
"html": "Resolve promise.
"
},
{
- "html": "If the state
attribute of the OfflineAudioContext
is not already \"running
\":",
+ "html": "If the state
attribute of the OfflineAudioContext
is not already \"running
\":",
"rationale": "set",
"steps": [
{
- "html": "Set the state
attribute of the OfflineAudioContext
to \"running
\".
"
+ "html": "Set the state
attribute of the OfflineAudioContext
to \"running
\".
"
},
{
- "html": " queue a media element task to fire\nan event named statechange
at the OfflineAudioContext
.
"
+ "html": "Queue a media element task to fire an event named statechange
at the OfflineAudioContext
.
"
}
]
}
@@ -556,16 +827,16 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If any of the values in options
lie outside its nominal range, throw a NotSupportedError
exception and abort the following steps.
"
+ "html": "If any of the values in options
lie outside its nominal range, throw a NotSupportedError
exception and abort the following steps.
"
},
{
- "html": "Let b be a new AudioBuffer
object.
"
+ "html": "Let b be a new AudioBuffer
object.
"
},
{
- "html": "Respectively assign the values of the attributes numberOfChannels
, length
, sampleRate
of the AudioBufferOptions
passed\nin the constructor to the internal slots [[number of channels]]
, [[length]]
, [[sample rate]]
.
"
+ "html": "Respectively assign the values of the attributes numberOfChannels
, length
, sampleRate
of the AudioBufferOptions
passed\nin the constructor to the internal slots [[number of channels]]
, [[length]]
, [[sample rate]]
.
"
},
{
- "html": "Set the internal slot [[internal data]]
of this AudioBuffer
to the result of calling CreateByteDataBlock
([[length]]
* [[number of channels]]
)
.
"
+ "html": "Set the internal slot [[internal data]]
of this AudioBuffer
to the result of calling CreateByteDataBlock
([[length]]
* [[number of channels]]
)
.
"
},
{
"html": "Return b.
"
@@ -575,26 +846,26 @@
{
"name": "acquire the content of an AudioBuffer",
"href": "https://www.w3.org/TR/webaudio/#acquire-the-content",
- "html": "When an acquire the content operation occurs on an AudioBuffer
, run the following steps:",
+ "html": "When an acquire the content operation occurs on an AudioBuffer
, run the following steps:",
"rationale": ".algorithm",
"steps": [
{
- "html": "If the operation IsDetachedBuffer
on any of the AudioBuffer
's ArrayBuffer
s return true
, abort these steps, and return a zero-length\nchannel data buffer to the invoker.
"
+ "html": "If any of the AudioBuffer
's ArrayBuffer
s are detached, return true
, abort these steps, and\nreturn a zero-length channel data buffer to the invoker.
"
},
{
- "html": "Detach all ArrayBuffer
s for arrays previously returned by getChannelData()
on this AudioBuffer
.
"
+ "html": "Detach all ArrayBuffer
s for arrays previously returned\nby getChannelData()
on this AudioBuffer
.
"
},
{
- "html": "Retain the underlying [[internal data]]
from those ArrayBuffer
s and return references to them to the\ninvoker.
"
+ "html": "Retain the underlying [[internal data]]
from those ArrayBuffer
s and return references to them to the\ninvoker.
"
},
{
- "html": "Attach ArrayBuffer
s containing copies of the data to\nthe AudioBuffer
, to be returned by the next call to getChannelData()
.
"
+ "html": "Attach ArrayBuffer
s containing copies of the data to\nthe AudioBuffer
, to be returned by the next call to getChannelData()
.
"
}
]
},
{
"name": "AudioNode factory method",
- "html": "To create a new AudioNode
of a particular type n using its factory method, called on a BaseAudioContext
c, execute these steps:",
+ "html": "To create a new AudioNode
of a particular type n using its factory method, called on a BaseAudioContext
c, execute these steps:",
"rationale": ".algorithm",
"steps": [
{
@@ -617,21 +888,21 @@
{
"name": "initialize an AudioNode",
"href": "https://www.w3.org/TR/webaudio/#audionode-constructor-init",
- "html": "Initializing an object o that inherits from AudioNode
means executing the following\n\tsteps, given the arguments context and dict passed to\n\tthe constructor of this interface.",
+ "html": "Initializing an object o that inherits from AudioNode
means executing the following\n steps, given the arguments context and dict passed to\n the constructor of this interface.",
"rationale": ".algorithm",
"steps": [
{
- "html": "Set o’s associated BaseAudioContext
to context.
"
+ "html": "Set o’s associated BaseAudioContext
to context.
"
},
{
- "html": "Set its value for numberOfInputs
, numberOfOutputs
, channelCount
, channelCountMode
, channelInterpretation
to the\ndefault value for this\nspecific interface outlined in the section for each AudioNode
.
"
+ "html": "Set its value for numberOfInputs
, numberOfOutputs
, channelCount
, channelCountMode
, channelInterpretation
to the\ndefault value for this\nspecific interface outlined in the section for each AudioNode
.
"
},
{
"html": "For each member of dict passed in, execute these steps, with k the key of the member, and v its value. If any\nexceptions is thrown when executing these steps, abort the iteration and\npropagate the exception to the caller of the algorithm (constructor or\nfactory method).",
"rationale": "if",
"steps": [
{
- "html": "If k is the name of an AudioParam
on this\ninterface, set the value
attribute of this AudioParam
to v.
"
+ "html": "If k is the name of an AudioParam
on this\ninterface, set the value
attribute of this AudioParam
to v.
"
},
{
"html": "Else if k is the name of an attribute on this\ninterface, set the object associated with this attribute to v.
"
@@ -642,21 +913,21 @@
},
{
"name": "cancel and hold",
- "html": "Let tc\" role=\"presentation\" style=\"position: relative;\">tc be the value of cancelTime
. Then",
+ "html": "Let tc\" role=\"presentation\" style=\"position: relative;\">tc be the value of cancelTime
. Then",
"rationale": ".algorithm",
"steps": [
{
- "html": "Let E1\" role=\"presentation\" style=\"position: relative;\">E1 be the event (if any) at time t1\" role=\"presentation\" style=\"position: relative;\">t1 where\nt1\" role=\"presentation\" style=\"position: relative;\">t1 is the largest number satisfying t1≤tc\" role=\"presentation\" style=\"position: relative;\">t1≤tc.
"
+ "html": "Let E1\" role=\"presentation\" style=\"position: relative;\">E1 be the event (if any) at time t1\" role=\"presentation\" style=\"position: relative;\">t1 where\nt1\" role=\"presentation\" style=\"position: relative;\">t1 is the largest number satisfying t1≤tc\" role=\"presentation\" style=\"position: relative;\">t1≤tc.
"
},
{
- "html": "Let E2\" role=\"presentation\" style=\"position: relative;\">E2 be the event (if any) at time t2\" role=\"presentation\" style=\"position: relative;\">t2 where\nt2\" role=\"presentation\" style=\"position: relative;\">t2 is the smallest number satisfying tc<t2\" role=\"presentation\" style=\"position: relative;\">tc<t2.
"
+ "html": "Let E2\" role=\"presentation\" style=\"position: relative;\">E2 be the event (if any) at time t2\" role=\"presentation\" style=\"position: relative;\">t2 where\nt2\" role=\"presentation\" style=\"position: relative;\">t2 is the smallest number satisfying tc<t2\" role=\"presentation\" style=\"position: relative;\">tc<t2.
"
},
{
- "html": "If E2\" role=\"presentation\" style=\"position: relative;\">E2 exists:",
+ "html": "If E2\" role=\"presentation\" style=\"position: relative;\">E2 exists:",
"rationale": "if",
"steps": [
{
- "html": "If E2\" role=\"presentation\" style=\"position: relative;\">E2 is a linear or exponential ramp,
",
+ "html": "If E2\" role=\"presentation\" style=\"position: relative;\">E2 is a linear or exponential ramp,
",
"ignored": [
"Effectively rewrite E2E2E_2 to be the same kind of ramp ending at time tctct_c with an end value that would be the value of the original ramp at time tctct_c. Go to step 5."
]
@@ -667,21 +938,21 @@
]
},
{
- "html": "If E1\" role=\"presentation\" style=\"position: relative;\">E1 exists:",
+ "html": "If E1\" role=\"presentation\" style=\"position: relative;\">E1 exists:",
"rationale": "if",
"steps": [
{
- "html": "If E1\" role=\"presentation\" style=\"position: relative;\">E1 is a setTarget
event,
",
+ "html": "If E1\" role=\"presentation\" style=\"position: relative;\">E1 is a setTarget
event,
",
"ignored": [
"Implicitly insert a setValueAtTime event at time tctct_c with the value that the setTarget would have at time tctct_c. Go to step 5."
]
},
{
- "html": "If E1\" role=\"presentation\" style=\"position: relative;\">E1 is a setValueCurve
with a start\ntime of t3\" role=\"presentation\" style=\"position: relative;\">t3 and a duration of d\" role=\"presentation\" style=\"position: relative;\">d",
+ "html": "If E1\" role=\"presentation\" style=\"position: relative;\">E1 is a setValueCurve
with a start\ntime of t3\" role=\"presentation\" style=\"position: relative;\">t3 and a duration of d\" role=\"presentation\" style=\"position: relative;\">d",
"rationale": "if",
"steps": [
{
- "html": "If tc>t3+d\" role=\"presentation\" style=\"position: relative;\">tc>t3+d, go to step 5.
"
+ "html": "If tc>t3+d\" role=\"presentation\" style=\"position: relative;\">tc>t3+d, go to step 5.
"
},
{
"html": "Otherwise,
",
@@ -694,7 +965,7 @@
]
},
{
- "html": "Remove all events with time greater than tc\" role=\"presentation\" style=\"position: relative;\">tc.
"
+ "html": "Remove all events with time greater than tc\" role=\"presentation\" style=\"position: relative;\">tc.
"
}
]
},
@@ -713,7 +984,7 @@
"html": "paramComputedValue is the sum of the paramIntrinsicValue value and the value of the input\nAudioParam buffer. If the sum is NaN
, replace the sum with the defaultValue
.
"
},
{
- "html": "If this AudioParam
is a compound parameter,\ncompute its final value with other AudioParam
s.
"
+ "html": "If this AudioParam
is a compound parameter,\ncompute its final value with other AudioParam
s.
"
},
{
"html": "Set computedValue to paramComputedValue.
"
@@ -722,23 +993,23 @@
},
{
"name": "AudioScheduledSourceNode.start()",
- "html": "When this method is called, execute\n\tthese steps:",
+ "html": "When this method is called, execute\n these steps:",
"rationale": ".algorithm",
"steps": [
{
- "html": "If this AudioScheduledSourceNode
internal\nslot [[source started]]
is true, an InvalidStateError
exception MUST be thrown.
"
+ "html": "If this AudioScheduledSourceNode
internal\nslot [[source started]]
is true, an InvalidStateError
exception MUST be thrown.
"
},
{
"html": "Check for any errors that must be thrown due to parameter\nconstraints described below. If any exception is thrown during this\nstep, abort those steps.
"
},
{
- "html": "Set the internal slot [[source started]]
on\nthis AudioScheduledSourceNode
to true
.
"
+ "html": "Set the internal slot [[source started]]
on\nthis AudioScheduledSourceNode
to true
.
"
},
{
- "html": "Queue a control message to start the AudioScheduledSourceNode
, including the parameter\nvalues in the message.
"
+ "html": "Queue a control message to start the AudioScheduledSourceNode
, including the parameter\nvalues in the message.
"
},
{
- "html": "Send a control message to the associated AudioContext
to start running its rendering thread only when\nall the following conditions are met:
",
+ "html": "Send a control message to the associated AudioContext
to start running its rendering thread only when\nall the following conditions are met:
",
"ignored": [
"The context’s [[control thread state]] is \"suspended\". The context is allowed to start. [[suspended by user]] flag is false."
]
@@ -751,13 +1022,13 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this AudioScheduledSourceNode
internal\nslot [[source started]]
is not true
,\nan InvalidStateError
exception MUST be thrown.
"
+ "html": "If this AudioScheduledSourceNode
internal\nslot [[source started]]
is not true
,\nan InvalidStateError
exception MUST be thrown.
"
},
{
"html": "Check for any errors that must be thrown due to parameter\nconstraints described below.
"
},
{
- "html": "Queue a control message to stop the AudioScheduledSourceNode
, including the parameter\nvalues in the message.
"
+ "html": "Queue a control message to stop the AudioScheduledSourceNode
, including the parameter\nvalues in the message.
"
}
]
},
@@ -789,10 +1060,10 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Let new buffer be the AudioBuffer
or null
value to be assigned to buffer
.
"
+ "html": "Let new buffer be the AudioBuffer
or null
value to be assigned to buffer
.
"
},
{
- "html": "If new buffer is not null
and [[buffer set]]
is true, throw an InvalidStateError
and abort these steps.
"
+ "html": "If new buffer is not null
and [[buffer set]]
is true, throw an InvalidStateError
and abort these steps.
"
},
{
"html": "If new buffer is not null
, set [[buffer set]]
to true.
"
@@ -811,22 +1082,22 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If this AudioBufferSourceNode
internal\nslot [[source started]]
is true
, an InvalidStateError
exception MUST be thrown.
"
+ "html": "If this AudioBufferSourceNode
internal\nslot [[source started]]
is true
, an InvalidStateError
exception MUST be thrown.
"
},
{
"html": "Check for any errors that must be thrown due to parameter\nconstraints described below. If any\nexception is thrown during this step,\nabort those steps.
"
},
{
- "html": "Set the internal slot [[source started]]
on\nthis AudioBufferSourceNode
to true
.
"
+ "html": "Set the internal slot [[source started]]
on\nthis AudioBufferSourceNode
to true
.
"
},
{
- "html": "Queue a control message to start the AudioBufferSourceNode
, including the parameter values\nin the message.
"
+ "html": "Queue a control message to start the AudioBufferSourceNode
, including the parameter values\nin the message.
"
},
{
"html": "Acquire the contents of the buffer
if the buffer
has been set.
"
},
{
- "html": "Send a control message to the associated AudioContext
to start running its rendering thread only when\nall the following conditions are met:
",
+ "html": "Send a control message to the associated AudioContext
to start running its rendering thread only when\nall the following conditions are met:
",
"ignored": [
"The context’s [[control thread state]] is suspended. The context is allowed to start. [[suspended by user]] flag is false."
]
@@ -834,28 +1105,28 @@
]
},
{
- "name": "ConvolverNode/constructor()/ConvolverNode(context, options)",
- "href": "https://www.w3.org/TR/webaudio/#dom-convolvernode-constructor-convolvernode",
- "html": "When the constructor is called with a BaseAudioContext
context and\nan option object options, execute these steps:",
+ "name": "ConvolverNode/ConvolverNode(context, options)",
+ "href": "https://www.w3.org/TR/webaudio/#dom-convolvernode-convolvernode",
+ "html": "When the constructor is called with a BaseAudioContext
context and\nan option object options, execute these steps:",
"rationale": "set",
"steps": [
{
"html": "Set the attributes normalize
to the inverse of the\nvalue of disableNormalization
.
"
},
{
- "html": "If buffer
is present, set the buffer
attribute to its value.
"
+ "html": "If buffer
exists, set the buffer
attribute to its value.
"
},
{
- "html": "Let o be new AudioNodeOptions
dictionary.
"
+ "html": "Let o be new AudioNodeOptions
dictionary.
"
},
{
- "html": "If channelCount
is present in options, set channelCount
on o with the same value.
"
+ "html": "If channelCount
exists in options, set channelCount
on o with the same value.
"
},
{
- "html": "If channelCountMode
is present in options, set channelCountMode
on o with the same value.
"
+ "html": "If channelCountMode
exists in options, set channelCountMode
on o with the same value.
"
},
{
- "html": "If channelInterpretation
is present in options, set channelInterpretation
on o with the same value.
"
+ "html": "If channelInterpretation
exists in options, set channelInterpretation
on o with the same value.
"
},
{
"html": "Initialize the AudioNode this, with c and o as argument.
"
@@ -865,24 +1136,24 @@
{
"name": "set convolver buffer",
"href": "https://www.w3.org/TR/webaudio/#dom-convolvernode-buffer-attribute",
- "html": "When setting the buffer attribute
, execute the following steps synchronously:",
+ "html": "When setting the buffer attribute
, execute the following steps synchronously:",
"rationale": ".algorithm",
"steps": [
{
- "html": "If the buffer number of channels
is not 1, 2, 4, or if the sample-rate
of the buffer is not the same as the sample-rate
of its associated BaseAudioContext
, a NotSupportedError
MUST be thrown.
"
+ "html": "If the buffer number of channels
is not 1, 2, 4, or if the sample-rate
of the buffer is not the same as the sample-rate
of its associated BaseAudioContext
, a NotSupportedError
MUST be thrown.
"
},
{
- "html": "Acquire the content of the AudioBuffer
.
"
+ "html": "Acquire the content of the AudioBuffer
.
"
}
]
},
{
"name": "reduction-gain",
- "html": "The following algorithm allow determining a value for reduction gain, for each sample of input, for a render\n\tquantum of audio.",
+ "html": "The following algorithm allow determining a value for reduction gain, for each sample of input, for a render\n quantum of audio.",
"rationale": ".algorithm",
"steps": [
{
- "html": "Let attack and release have the values of attack
and release
, respectively, sampled at the time of\nprocessing (those are k-rate parameters), mutiplied by the\nsample-rate of the BaseAudioContext
this DynamicsCompressorNode
is associated with.
"
+ "html": "Let attack and release have the values of attack
and release
, respectively, sampled at the time of\nprocessing (those are k-rate parameters), mutiplied by the\nsample-rate of the BaseAudioContext
this DynamicsCompressorNode
is associated with.
"
},
{
"html": "Let detector average be the value of the slot [[detector average]]
.
"
@@ -940,7 +1211,7 @@
{
"name": "computing makeup gain",
"href": "https://www.w3.org/TR/webaudio/#computing-the-makeup-gain",
- "html": "Computing the makeup gain means executing the following steps:",
+ "html": "Computing the makeup gain means executing the following steps:",
"rationale": ".algorithm",
"steps": [
{
@@ -957,7 +1228,7 @@
{
"name": "apply decompression",
"href": "https://www.w3.org/TR/webaudio/#compression-curve",
- "html": "Applying a compression curve to a value means computing\n\tthe value of this sample when passed to a function, and returning\n\tthe computed value. This function MUST respect the following\n\tcharacteristics:",
+ "html": "Applying a compression curve to a value means computing\n the value of this sample when passed to a function, and returning\n the computed value. This function MUST respect the following\n characteristics:",
"rationale": ".algorithm",
"steps": [
{
@@ -973,27 +1244,27 @@
"html": "Let ratio have the value of the ratio
, sampled at the time\nof processing of this block (as a k-rate parameter).
"
},
{
- "html": "This function is the identity up to the value of the linear threshold (i.e., f(x)=x\" role=\"presentation\" style=\"position: relative;\">f(x)=x).
"
+ "html": "This function is the identity up to the value of the linear threshold (i.e., f(x)=x\" role=\"presentation\" style=\"position: relative;\">f(x)=x).
"
},
{
"html": "From the threshold up to the knee end threshold, User-Agents can choose the\ncurve shape. The whole function MUST be monotonically\nincreasing and continuous.
"
},
{
- "html": "This function is linear, based on the ratio, after the threshold and the soft knee (i.e., f(x)=1ratio⋅x\" role=\"presentation\" style=\"position: relative;\">f(x)=1ratio⋅x).
"
+ "html": "This function is linear, based on the ratio, after the threshold and the soft knee (i.e., f(x)=1ratio⋅x\" role=\"presentation\" style=\"position: relative;\">f(x)=1ratio⋅x).
"
}
]
},
{
"name": "convert linear to db",
"href": "https://www.w3.org/TR/webaudio/#linear-to-decibel",
- "html": "Converting a value v\" role=\"presentation\" style=\"position: relative;\">v in linear gain\n\tunit to decibel means executing the following steps:",
+ "html": "Converting a value v\" role=\"presentation\" style=\"position: relative;\">v in linear gain\n unit to decibel means executing the following steps:",
"rationale": ".algorithm",
"steps": [
{
- "html": "If v\" role=\"presentation\" style=\"position: relative;\">v is equal to zero, return -1000.
"
+ "html": "If v\" role=\"presentation\" style=\"position: relative;\">v is equal to zero, return -1000.
"
},
{
- "html": "Else, return 20log10⁡v\" role=\"presentation\" style=\"position: relative;\">20log10v.
"
+ "html": "Else, return 20log10⁡v\" role=\"presentation\" style=\"position: relative;\">20log10v.
"
}
]
},
@@ -1026,10 +1297,10 @@
"rationale": "if",
"steps": [
{
- "html": "If the mediaStream
member of options
does not reference a MediaStream
that has at least one MediaStreamTrack
whose kind
attribute has the value \"audio\"
,\nthrow an InvalidStateError
and abort these steps. Else, let\nthis stream be inputStream.
"
+ "html": "If the mediaStream
member of options
does not reference a MediaStream
that has at least one MediaStreamTrack
whose kind
attribute has the value \"audio\"
,\nthrow an InvalidStateError
and abort these steps. Else, let\nthis stream be inputStream.
"
},
{
- "html": "Let tracks be the list of all MediaStreamTrack
s of inputStream that have a kind
of \"audio\"
.
"
+ "html": "Let tracks be the list of all MediaStreamTrack
s of inputStream that have a kind
of \"audio\"
.
"
},
{
"html": "Sort the elements in tracks based on their id
attribute using an ordering on sequences of code unit values.
"
@@ -1038,7 +1309,7 @@
"html": "Initialize the AudioNode this, with context and options as arguments.
"
},
{
- "html": "Set an internal slot [[input track]]
on this MediaStreamAudioSourceNode
to be the first element of tracks. This is the track used as the input audio for this MediaStreamAudioSourceNode
.
"
+ "html": "Set an internal slot [[input track]]
on this MediaStreamAudioSourceNode
to be the first element of tracks. This is the track used as the input audio for this MediaStreamAudioSourceNode
.
"
}
]
},
@@ -1049,7 +1320,7 @@
"rationale": "if",
"steps": [
{
- "html": "If the mediaStreamTrack
's kind
attribute is not \"audio\"
, throw an InvalidStateError
and abort these steps.
"
+ "html": "If the mediaStreamTrack
's kind
attribute is not \"audio\"
, throw an InvalidStateError
and abort these steps.
"
},
{
"html": "Initialize the AudioNode this, with context and options as arguments.
"
@@ -1063,7 +1334,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Let p be a new PeriodicWave
object. Let [[real]]
and [[imag]]
be two internal slots of type Float32Array
, and let [[normalize]]
be an internal slot.
"
+ "html": "Let p be a new PeriodicWave
object. Let [[real]]
and [[imag]]
be two internal slots of type Float32Array
, and let [[normalize]]
be an internal slot.
"
},
{
"html": "Process options
according to one of the following cases:",
@@ -1074,7 +1345,7 @@
"rationale": "if",
"steps": [
{
- "html": "If the lengths of options.real
and options.imag
are different or if either length is less than 2, throw an IndexSizeError
and abort this algorithm.
"
+ "html": "If the lengths of options.real
and options.imag
are different or if either length is less than 2, throw an IndexSizeError
and abort this algorithm.
"
},
{
"html": "Set [[real]]
and [[imag]]
to new arrays with the same length as options.real
.
"
@@ -1089,7 +1360,7 @@
"rationale": "if",
"steps": [
{
- "html": "If length of options.real
is less than 2, throw an IndexSizeError
and abort this algorithm.
"
+ "html": "If length of options.real
is less than 2, throw an IndexSizeError
and abort this algorithm.
"
},
{
"html": "Set [[real]]
and [[imag]]
to arrays with the same length as options.real
.
"
@@ -1104,7 +1375,7 @@
"rationale": "if",
"steps": [
{
- "html": "If length of options.imag
is less than 2, throw an IndexSizeError
and abort this algorithm.
"
+ "html": "If length of options.imag
is less than 2, throw an IndexSizeError
and abort this algorithm.
"
},
{
"html": "Set [[real]]
and [[imag]]
to arrays with the same length as options.imag
.
"
@@ -1132,7 +1403,7 @@
"html": "Set element at index 0 of both [[real]]
and [[imag]]
to 0. (This sets the DC component to 0.)
"
},
{
- "html": "Initialize [[normalize]]
to the inverse of the disableNormalization
attribute of the PeriodicWaveConstraints
on the PeriodicWaveOptions
.
"
+ "html": "Initialize [[normalize]]
to the inverse of the disableNormalization
attribute of the PeriodicWaveConstraints
on the PeriodicWaveOptions
.
"
},
{
"html": "Return p.
"
@@ -1145,13 +1416,13 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Let x\" role=\"presentation\" style=\"position: relative;\">x be the input sample, y\" role=\"presentation\" style=\"position: relative;\">y be the\ncorresponding output of the node,\nck\" role=\"presentation\" style=\"position: relative;\">ck be the k\" role=\"presentation\" style=\"position: relative;\">k'th element of the curve
, and N\" role=\"presentation\" style=\"position: relative;\">N be\nthe length of the curve
.
"
+ "html": "Let x\" role=\"presentation\" style=\"position: relative;\">x be the input sample, y\" role=\"presentation\" style=\"position: relative;\">y be the\ncorresponding output of the node,\nck\" role=\"presentation\" style=\"position: relative;\">ck be the k\" role=\"presentation\" style=\"position: relative;\">k'th element of the curve
, and N\" role=\"presentation\" style=\"position: relative;\">N be\nthe length of the curve
.
"
},
{
- "html": "Let
\nv=N−12(x+1)k=⌊v⌋f=v−k\" role=\"presentation\">vkf=N−12(x+1)=⌊v⌋=v−k
\n
"
+ "html": "Let
\nv=N−12(x+1)k=⌊v⌋f=v−k\" role=\"presentation\">vkf=N−12(x+1)=⌊v⌋=v−k
\n
"
},
{
- "html": "Then
\ny={c0v<0cN−1v≥N−1(1−f)ck+fck+1otherwise\" role=\"presentation\">y=⎧⎩⎨c0cN−1(1−f)ck+fck+1v<0v≥N−1otherwise
\n
"
+ "html": "Then
\ny={c0v<0cN−1v≥N−1(1−f)ck+fck+1otherwise\" role=\"presentation\">y=⎧⎩⎨c0cN−1(1−f)ck+fck+1v<0v≥N−1otherwise
\n
"
}
]
},
@@ -1161,10 +1432,10 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Let new curve be a Float32Array
to be assigned to curve
or null
.\n.
"
+ "html": "Let new curve be a Float32Array
to be assigned to curve
or null
.\n.
"
},
{
- "html": "If new curve is not null
and [[curve set]]
is true, throw an InvalidStateError
and abort these steps.
"
+ "html": "If new curve is not null
and [[curve set]]
is true, throw an InvalidStateError
and abort these steps.
"
},
{
"html": "If new curve is not null
, set [[curve set]]
to true.
"
@@ -1176,49 +1447,49 @@
},
{
"name": "oversample",
- "html": "A value of \"2x
\" or \"4x
\" means that the following steps MUST be\n\tperformed:",
+ "html": "A value of \"2x
\" or \"4x
\" means that the following steps MUST be\n performed:",
"rationale": ".algorithm",
"steps": [
{
- "html": "Up-sample the input samples to 2x or 4x the sample-rate of\nthe AudioContext
. Thus for each render\nquantum, generate 256 (for 2x) or 512 (for 4x) samples.
"
+ "html": "Up-sample the input samples to 2x or 4x the sample-rate of\nthe AudioContext
. Thus for each render\nquantum, generate twice (for 2x) or four times (for 4x) samples.
"
},
{
"html": "Apply the shaping curve.
"
},
{
- "html": "Down-sample the result back to the sample-rate of the AudioContext
. Thus taking the 256 (or 512)\nprocessed samples, generating 128 as the final result.
"
+ "html": "Down-sample the result back to the sample-rate of the AudioContext
. Thus taking the previously processed samples\nprocessed samples, generating a single render quantum worth of\nsamples as the final result.
"
}
]
},
{
"name": "AudioWorkletGlobalScope.registerProcess(name, processorCtr)",
- "html": "When the registerProcessor(name, processorCtor)
method is called, perform the following steps. If an\n\texception is thrown in any step, abort the remaining\n\tsteps.",
+ "html": "When the registerProcessor(name, processorCtor)
method is called, perform the following steps. If an\n exception is thrown in any step, abort the remaining\n steps.",
"rationale": ".algorithm",
"steps": [
{
- "html": "If name is an empty string, throw a NotSupportedError
.
"
+ "html": "If name is an empty string, throw a NotSupportedError
.
"
},
{
- "html": "If name alredy exists as a key in the node name to processor constructor map, throw a NotSupportedError
.
"
+ "html": "If name already exists as a key in the node name to processor constructor map, throw a NotSupportedError
.
"
},
{
- "html": "If the result of IsConstructor(argument=processorCtor)
is false
, throw a TypeError
.
"
+ "html": "If the result of IsConstructor(argument=processorCtor)
is false
, throw a TypeError
.
"
},
{
- "html": "Let prototype
be the result of Get(O=processorCtor,\nP=\"prototype\")
.
"
+ "html": "Let prototype
be the result of Get(O=processorCtor,\nP=\"prototype\")
.
"
},
{
- "html": "If the result of Type(argument=prototype)
is not Object
, throw a TypeError
.
"
+ "html": "If the result of Type(argument=prototype)
is not Object
, throw a TypeError
.
"
},
{
- "html": "Let parameterDescriptorsValue be the\nresult of Get(O=processorCtor, P=\"parameterDescriptors\")
.
"
+ "html": "Let parameterDescriptorsValue be the\nresult of Get(O=processorCtor, P=\"parameterDescriptors\")
.
"
},
{
- "html": "If parameterDescriptorsValue is not undefined
,\nexecute the following steps:",
+ "html": "If parameterDescriptorsValue is not undefined
,\nexecute the following steps:",
"rationale": "let",
"steps": [
{
- "html": "Let parameterDescriptorSequence be the result of the conversion from parameterDescriptorsValue to an IDL value of type sequence<AudioParamDescriptor>
.
"
+ "html": "Let parameterDescriptorSequence be the result of the conversion from parameterDescriptorsValue to an IDL value of type sequence<AudioParamDescriptor>
.
"
},
{
"html": "Let paramNames be an empty Array.
"
@@ -1228,7 +1499,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let paramName be the value of\nthe member name
in descriptor. Throw\na NotSupportedError
if paramNames already\ncontains paramName value.
"
+ "html": "Let paramName be the value of\nthe member name
in descriptor. Throw\na NotSupportedError
if paramNames already\ncontains paramName value.
"
},
{
"html": "Append paramName to\nthe paramNames array.
"
@@ -1243,17 +1514,17 @@
"html": "Let maxValue be the value of\nthe member maxValue
in descriptor.
"
},
{
- "html": "If the expresstion minValue <= defaultValue <= maxValue is false, throw\nan InvalidStateError
.
"
+ "html": "If the expresstion minValue <= defaultValue <= maxValue is false, throw\nan InvalidStateError
.
"
}
]
}
]
},
{
- "html": "Append the key-value pair name → processorCtor to node name to processor constructor map of the associated AudioWorkletGlobalScope
.
"
+ "html": "Append the key-value pair name → processorCtor to node name to processor constructor map of the associated AudioWorkletGlobalScope
.
"
},
{
- "html": " queue a media element task to append the key-value pair name → parameterDescriptorSequence to the node name to parameter descriptor map of the\nassociated BaseAudioContext
.
"
+ "html": " queue a media element task to append the key-value pair name → parameterDescriptorSequence to the node name to parameter descriptor map of the\nassociated BaseAudioContext
.
"
}
]
},
@@ -1273,19 +1544,19 @@
"html": "Let serializedOptions be constructionData’s options.
"
},
{
- "html": "Let deserializedPort be the result of StructuredDeserialize(serializedPort,\nthe current Realm).
"
+ "html": "Let deserializedPort be the result of StructuredDeserialize(serializedPort,\nthe current Realm).
"
},
{
- "html": "Let deserializedOptions be the result of StructuredDeserialize(serializedOptions,\nthe current Realm).
"
+ "html": "Let deserializedOptions be the result of StructuredDeserialize(serializedOptions,\nthe current Realm).
"
},
{
- "html": "Let processorCtor be the result of looking\nup processorName on the AudioWorkletGlobalScope
's node name to processor constructor map.
"
+ "html": "Let processorCtor be the result of looking\nup processorName on the AudioWorkletGlobalScope
's node name to processor constructor map.
"
},
{
- "html": "Store nodeReference and deserializedPort to node reference and transferred port of this AudioWorkletGlobalScope
's pending processor construction data respectively.
"
+ "html": "Store nodeReference and deserializedPort to node reference and transferred port of this AudioWorkletGlobalScope
's pending processor construction data respectively.
"
},
{
- "html": "Construct a callback function from processorCtor with the argument\nof deserializedOptions. If any exceptions are thrown in the callback, queue a task to\nthe control thread to fire an event named processorerror
using ErrorEvent
at nodeReference.
"
+ "html": "Construct a callback function from processorCtor with\nthe argument of deserializedOptions. If any exceptions are thrown in the callback, queue a task to the control thread to fire an event named processorerror
at nodeReference using ErrorEvent
.
"
},
{
"html": "Empty the pending processor construction data slot.
"
@@ -1294,14 +1565,14 @@
},
{
"name": "AudioWorkletNode()",
- "html": "When the AudioWorkletNode
constructor\n\tis invoked with context, nodeName, options:",
+ "html": "When the AudioWorkletNode
constructor\n is invoked with context, nodeName, options:",
"rationale": ".algorithm",
"steps": [
{
- "html": "If nodeName does not exist as a key in the BaseAudioContext
’s node name to parameter\ndescriptor map, throw a InvalidStateError
exception and abort these steps.
"
+ "html": "If nodeName does not exist as a key in the BaseAudioContext
’s node name to parameter\ndescriptor map, throw a InvalidStateError
exception and abort these steps.
"
},
{
- "html": "Let node be this value.
"
+ "html": "Let node be this value.
"
},
{
"html": "Initialize the AudioNode node with context and options as\narguments.
"
@@ -1310,19 +1581,19 @@
"html": " Configure input, output and output channels of node with options.\nAbort the remaining steps if any exception is\nthrown.
"
},
{
- "html": "Let messageChannel be a new MessageChannel
.
"
+ "html": "Let messageChannel be a new MessageChannel
.
"
},
{
- "html": "Let nodePort be the value of messageChannel’s port1
attribute.
"
+ "html": "Let nodePort be the value of messageChannel’s port1
attribute.
"
},
{
- "html": "Let processorPortOnThisSide be the value of messageChannel’s port2
attribute.
"
+ "html": "Let processorPortOnThisSide be the value of messageChannel’s port2
attribute.
"
},
{
- "html": "Let serializedProcessorPort be the result of StructuredSerializeWithTransfer(processorPortOnThisSide,\n« processorPortOnThisSide »).
"
+ "html": "Let serializedProcessorPort be the result of StructuredSerializeWithTransfer(processorPortOnThisSide,\n« processorPortOnThisSide »).
"
},
{
- "html": "Convert options dictionary to optionsObject.
"
+ "html": "Convert options dictionary to optionsObject.
"
},
{
"html": "Let serializedOptions be the result of StructuredSerialize(optionsObject).
"
@@ -1345,7 +1616,7 @@
"html": "Let paramName be the value of name
member in descriptor.
"
},
{
- "html": "Let audioParam be a new AudioParam
instance with automationRate
, defaultValue
, minValue
, and maxValue
having values equal to the values of\ncorresponding members on descriptor.
"
+ "html": "Let audioParam be a new AudioParam
instance with automationRate
, defaultValue
, minValue
, and maxValue
having values equal to the values of\ncorresponding members on descriptor.
"
},
{
"html": "Append a key-value pair paramName → audioParam to audioParamMap’s\nentries.
"
@@ -1379,7 +1650,7 @@
]
},
{
- "html": "Queue a control message to invoke the constructor
of\nthe corresponding AudioWorkletProcessor
with\nthe processor construction data that consists of: nodeName, node, serializedOptions, and serializedProcessorPort.
"
+ "html": "Queue a control message to invoke the constructor
of\nthe corresponding AudioWorkletProcessor
with\nthe processor construction data that consists of: nodeName, node, serializedOptions, and serializedProcessorPort.
"
}
]
},
@@ -1390,20 +1661,20 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Let node be an AudioWorkletNode
instance that is\ngiven to this algorithm.
"
+ "html": "Let node be an AudioWorkletNode
instance that is\ngiven to this algorithm.
"
},
{
- "html": "If both numberOfInputs
and numberOfOutputs
are zero,\nthrow a NotSupportedError
and abort the remaining steps.
"
+ "html": "If both numberOfInputs
and numberOfOutputs
are zero,\nthrow a NotSupportedError
and abort the remaining steps.
"
},
{
- "html": "If outputChannelCount
is present,",
+ "html": "If outputChannelCount
exists,",
"rationale": "if",
"steps": [
{
- "html": "If any value in outputChannelCount
is zero\nor greater than the implementation’s maximum number\nof channels, throw a NotSupportedError
and abort\nthe remaining steps.
"
+ "html": "If any value in outputChannelCount
is zero\nor greater than the implementation’s maximum number\nof channels, throw a NotSupportedError
and abort\nthe remaining steps.
"
},
{
- "html": "If the length of outputChannelCount
does not\nequal numberOfOutputs
,\nthrow an IndexSizeError
and abort the remaining\nsteps.
"
+ "html": "If the length of outputChannelCount
does not\nequal numberOfOutputs
,\nthrow an IndexSizeError
and abort the remaining\nsteps.
"
},
{
"html": "If both numberOfInputs
and numberOfOutputs
are 1,\nset the channel count of the node output to\nthe one value in outputChannelCount
.
"
@@ -1414,7 +1685,7 @@
]
},
{
- "html": "If outputChannelCount
is not present,",
+ "html": "If outputChannelCount
does not exists,",
"rationale": "if",
"steps": [
{
@@ -1433,10 +1704,10 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Let nodeReference be the result of\nlooking up node reference on the pending processor construction data of the\ncurrent AudioWorkletGlobalScope
.\nThrow a TypeError
exception if the slot is\nempty.
"
+ "html": "Let nodeReference be the result of\nlooking up node reference on the pending processor construction data of the\ncurrent AudioWorkletGlobalScope
.\nThrow a TypeError
exception if the slot is\nempty.
"
},
{
- "html": "Let processor be the this value.
"
+ "html": "Let processor be the this value.
"
},
{
"html": "Set processor’s [[node reference]]
to nodeReference.
"
@@ -1474,51 +1745,51 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "An AudioContext
is created.
"
+ "html": "An AudioContext
is created.
"
},
{
"html": "In the main scope, context.audioWorklet
is requested to add a script module.
"
},
{
- "html": "Since none exists yet, a new AudioWorkletGlobalScope
is created in association with the context. This is the global scope in which AudioWorkletProcessor
class definitions will be evaluated. (On subsequent calls, this previously created scope will be used.)
"
+ "html": "Since none exists yet, a new AudioWorkletGlobalScope
is created in association with the context. This is the global scope in which AudioWorkletProcessor
class definitions will be evaluated. (On subsequent calls, this previously created scope will be used.)
"
},
{
"html": "The imported script is run in the newly created global scope.
"
},
{
- "html": "As part of running the imported script, an AudioWorkletProcessor
is registered under\na key (\"custom\"
in the above diagram) within the AudioWorkletGlobalScope
.\nThis populates maps both in the global scope and in the AudioContext
.
"
+ "html": "As part of running the imported script, an AudioWorkletProcessor
is registered under\na key (\"custom\"
in the above diagram) within the AudioWorkletGlobalScope
.\nThis populates maps both in the global scope and in the AudioContext
.
"
},
{
"html": "The promise for the addModule()
call is resolved.
"
},
{
- "html": "In the main scope, an AudioWorkletNode
is created using\nthe user-specified key along with a\ndictionary of options.
"
+ "html": "In the main scope, an AudioWorkletNode
is created using\nthe user-specified key along with a\ndictionary of options.
"
},
{
- "html": "As part of the node’s creation, this key is used to look up the\ncorrect AudioWorkletProcessor
subclass for instantiation.
"
+ "html": "As part of the node’s creation, this key is used to look up the\ncorrect AudioWorkletProcessor
subclass for instantiation.
"
},
{
- "html": "An instance of the AudioWorkletProcessor
subclass is\ninstantiated with a structured clone of the same options\ndictionary. This instance is paired with the previously created AudioWorkletNode
.
"
+ "html": "An instance of the AudioWorkletProcessor
subclass is\ninstantiated with a structured clone of the same options\ndictionary. This instance is paired with the previously created AudioWorkletNode
.
"
}
]
},
{
"name": "swapping control message queue",
"href": "https://www.w3.org/TR/webaudio/#swap",
- "html": "Swapping a control message queue QA with another control message queue QB means executing the following steps:",
+ "html": "Swapping a control message queue QA with another control message queue QB means executing the following steps:",
"rationale": ".algorithm",
"steps": [
{
"html": "Let QC be a new, empty control message\nqueue.
"
},
{
- "html": "Move all the control messages QA to QC.
"
+ "html": "Move all the control messages QA to QC.
"
},
{
- "html": "Move all the control messages QB to QA.
"
+ "html": "Move all the control messages QB to QA.
"
},
{
- "html": "Move all the control messages QC to QB.
"
+ "html": "Move all the control messages QC to QB.
"
}
]
},
@@ -1529,7 +1800,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Set the internal slot [[current frame]]
of the BaseAudioContext
to 0. Also set currentTime
to 0.
"
+ "html": "Set the internal slot [[current frame]]
of the BaseAudioContext
to 0. Also set currentTime
to 0.
"
}
]
},
@@ -1564,11 +1835,11 @@
]
},
{
- "html": "Process the BaseAudioContext
's associated task queue.",
+ "html": "Process the BaseAudioContext
's associated task queue.",
"rationale": "let",
"steps": [
{
- "html": "Let task queue be the BaseAudioContext
's associated task queue.
"
+ "html": "Let task queue be the BaseAudioContext
's associated task queue.
"
},
{
"html": "Let task count be the number of tasks in the in task queue
"
@@ -1604,47 +1875,47 @@
"rationale": "if",
"steps": [
{
- "html": "If the [[rendering thread state]]
of the BaseAudioContext
is not running
, return false.
"
+ "html": "If the [[rendering thread state]]
of the BaseAudioContext
is not running
, return false.
"
},
{
- "html": "Order the AudioNode
s of the BaseAudioContext
to be processed.",
+ "html": "Order the AudioNode
s of the BaseAudioContext
to be processed.",
"rationale": "let",
"steps": [
{
- "html": "Let ordered node list be an empty list of AudioNode
s and AudioListener
. It will contain an ordered list of AudioNode
s and\nthe AudioListener
when this ordering algorithm terminates.
"
+ "html": "Let ordered node list be an empty list of AudioNode
s and AudioListener
. It will contain an ordered list of AudioNode
s and\nthe AudioListener
when this ordering algorithm terminates.
"
},
{
- "html": "Let nodes be the set of all nodes created by this BaseAudioContext
, and still alive.
"
+ "html": "Let nodes be the set of all nodes created by this BaseAudioContext
, and still alive.
"
},
{
- "html": "Add the AudioListener
to nodes.
"
+ "html": "Add the AudioListener
to nodes.
"
},
{
- "html": "Let cycle breakers be an empty set of DelayNode
s. It will\ncontain all the DelayNode
s that are part of a cycle.
"
+ "html": "Let cycle breakers be an empty set of DelayNode
s. It will\ncontain all the DelayNode
s that are part of a cycle.
"
},
{
- "html": "For each AudioNode
node in nodes:",
+ "html": "For each AudioNode
node in nodes:",
"rationale": "if",
"steps": [
{
- "html": "If node is a DelayNode
that is part of a cycle, add it\nto cycle breakers and remove it from nodes.
"
+ "html": "If node is a DelayNode
that is part of a cycle, add it\nto cycle breakers and remove it from nodes.
"
}
]
},
{
- "html": "For each DelayNode
delay in cycle breakers:",
+ "html": "For each DelayNode
delay in cycle breakers:",
"rationale": "let",
"steps": [
{
- "html": "Let delayWriter and delayReader respectively be a DelayWriter and a DelayReader, for delay.\n\tAdd delayWriter and delayReader to nodes. Disconnect delay from all its input and\n\toutputs.
"
+ "html": "Let delayWriter and delayReader respectively be a DelayWriter and a DelayReader, for delay.\n Add delayWriter and delayReader to nodes. Disconnect delay from all its input and\n outputs.
"
}
]
},
{
- "html": "If nodes contains cycles, mute all the AudioNode
s that are part of this cycle, and remove them from nodes.
"
+ "html": "If nodes contains cycles, mute all the AudioNode
s that are part of this cycle, and remove them from nodes.
"
},
{
- "html": "Visiting a node means performing\n\tthe following steps:",
+ "html": "Visiting a node means performing\n the following steps:",
"rationale": "choose",
"steps": [
{
@@ -1656,7 +1927,7 @@
],
"additional": [
{
- "html": "Visiting a node means performing\n\tthe following steps:",
+ "html": "Visiting a node means performing\n the following steps:",
"rationale": ".algorithm",
"steps": [
{
@@ -1666,14 +1937,14 @@
"html": "Mark node.
"
},
{
- "html": "If node is an AudioNode
, Visit each AudioNode
connected to the input of node.
"
+ "html": "If node is an AudioNode
, Visit each AudioNode
connected to the input of node.
"
},
{
- "html": "For each AudioParam
param of node:",
+ "html": "For each AudioParam
param of node:",
"rationale": "for",
"steps": [
{
- "html": "For each AudioNode
param input node connected to param:",
+ "html": "For each AudioNode
param input node connected to param:",
"rationale": "visit",
"steps": [
{
@@ -1696,39 +1967,39 @@
]
},
{
- "html": "Compute the value(s) of the AudioListener
's AudioParam
s for this block.
"
+ "html": "Compute the value(s) of the AudioListener
's AudioParam
s for this block.
"
},
{
- "html": "For each AudioNode
, in ordered node list:",
+ "html": "For each AudioNode
, in ordered node list:",
"rationale": "for",
"steps": [
{
- "html": "For each AudioParam
of this AudioNode
, execute these steps:",
+ "html": "For each AudioParam
of this AudioNode
, execute these steps:",
"rationale": "if",
"steps": [
{
- "html": "If this AudioParam
has any AudioNode
connected to it, sum the buffers made available for reading by\nall AudioNode
connected to this AudioParam
, down mix the resulting buffer down to a mono\nchannel, and call this buffer the input AudioParam buffer.
"
+ "html": "If this AudioParam
has any AudioNode
connected to it, sum the buffers made available for reading by\nall AudioNode
connected to this AudioParam
, down mix the resulting buffer down to a mono\nchannel, and call this buffer the input AudioParam buffer.
"
},
{
- "html": "Compute the value(s) of this AudioParam
for this block.
"
+ "html": "Compute the value(s) of this AudioParam
for this block.
"
},
{
- "html": "Queue a control message to set the [[current value]]
slot\nof this AudioParam
according to § 1.6.3 Computation of Value.
"
+ "html": "Queue a control message to set the [[current value]]
slot\nof this AudioParam
according to § 1.6.3 Computation of Value.
"
}
]
},
{
- "html": "If this AudioNode
has any AudioNode
s connected to its input, sum the buffers made available for reading by all AudioNode
s connected to this AudioNode
. The resulting buffer is\ncalled the input buffer. Up or down-mix it to\nmatch if number of input channels of this AudioNode
.
"
+ "html": "If this AudioNode
has any AudioNode
s connected to its input, sum the buffers made available for reading by all AudioNode
s connected to this AudioNode
. The resulting buffer is\ncalled the input buffer. Up or down-mix it to\nmatch if number of input channels of this AudioNode
.
"
},
{
- "html": "If this AudioNode
is a source node, compute a block of audio, and make it available for reading.
"
+ "html": "If this AudioNode
is a source node, compute a block of audio, and make it available for reading.
"
},
{
- "html": "If this AudioNode
is an AudioWorkletNode
, execute these substeps:",
+ "html": "If this AudioNode
is an AudioWorkletNode
, execute these substeps:",
"rationale": "let",
"steps": [
{
- "html": "Let processor be the associated AudioWorkletProcessor
instance of AudioWorkletNode
.
"
+ "html": "Let processor be the associated AudioWorkletProcessor
instance of AudioWorkletNode
.
"
},
{
"html": "Let O be the ECMAScript object corresponding to processor.
"
@@ -1740,10 +2011,10 @@
"html": "Let completion be an uninitialized variable.
"
},
{
- "html": "Prepare to run script with the current settings object.
"
+ "html": "Prepare to run script with the current settings object.
"
},
{
- "html": "Prepare to run a callback with the current settings object.
"
+ "html": "Prepare to run a callback with the current settings object.
"
},
{
"html": "Let getResult be Get(O, \"process\").
"
@@ -1774,13 +2045,13 @@
"rationale": "let",
"steps": [
{
- "html": "Let args be a Web IDL arguments list consisting of inputs
, outputs
, and parameters
.
"
+ "html": "Let args be a Web IDL arguments list consisting of inputs
, outputs
, and parameters
.
"
},
{
- "html": "Let esArgs be the result of converting args to an ECMAScript arguments list.
"
+ "html": "Let esArgs be the result of converting args to an ECMAScript arguments list.
"
},
{
- "html": "Let callResult be the Call(processCallback, O, esArgs). This operation computes a block of audio with esArgs.\nUpon a successful function call, a buffer containing copies of\nthe elements of the Float32Array
s passed via the outputs
is made available for reading.\nAny Promise
resolved within this call will be queued into the\nmicrotask queue in the AudioWorkletGlobalScope
.
"
+ "html": "Let callResult be the Call(processCallback, O, esArgs). This operation computes a block of audio with esArgs.\nUpon a successful function call, a buffer containing copies of\nthe elements of the Float32Array
s passed via the outputs
is made available for reading.\nAny Promise
resolved within this call will be queued into the\nmicrotask queue in the AudioWorkletGlobalScope
.
"
},
{
"html": "If callResult is an abrupt completion, set completion to callResult and jump to the\nstep labeled return.
"
@@ -1795,10 +2066,10 @@
"rationale": "clean",
"steps": [
{
- "html": "Clean up after running a callback with the current settings object.
"
+ "html": "Clean up after running a callback with the current settings object.
"
},
{
- "html": "Clean up after running script with the current settings object.
"
+ "html": "Clean up after running script with the current settings object.
"
},
{
"html": "If completion is an abrupt completion:",
@@ -1814,7 +2085,7 @@
"html": "Make a silent output buffer available for reading.
"
},
{
- "html": "Queue a task to the control thread fire an ErrorEvent
named processorerror
at the\nassociated AudioWorkletNode
.
"
+ "html": "Queue a task to the control thread to fire an event named processorerror
at the associated AudioWorkletNode
using ErrorEvent
.
"
}
]
}
@@ -1823,10 +2094,10 @@
]
},
{
- "html": "If this AudioNode
is a destination node, record the input of this AudioNode
.
"
+ "html": "If this AudioNode
is a destination node, record the input of this AudioNode
.
"
},
{
- "html": "Else, process the input buffer, and make available for reading the\nresulting buffer.
"
+ "html": "Else, process the input buffer, and make available for reading the\nresulting buffer.
"
}
]
},
@@ -1835,10 +2106,10 @@
"rationale": "increment",
"steps": [
{
- "html": "Increment [[current frame]]
by the render quantum size.
"
+ "html": "Increment [[current frame]]
by the render quantum size.
"
},
{
- "html": "Set currentTime
to [[current frame]]
divided\nby sampleRate
.
"
+ "html": "Set currentTime
to [[current frame]]
divided\nby sampleRate
.
"
}
]
},
@@ -1856,25 +2127,80 @@
]
},
{
- "name": "processing-input-buffer",
- "href": "https://www.w3.org/TR/webaudio/#processing-input-buffer",
- "html": "Processing an input buffer means\nrunning the algorithm for an AudioNode
, using an input\nbuffer and the value(s) of the AudioParam
(s) of this AudioNode
as the input for this algorithm.",
+ "html": "The AudioContext
audioContext performs the following steps on rendering thread in the\n event of an audio system resource error.",
+ "rationale": "if",
+ "steps": [
+ {
+ "html": "If the audioContext’s [[rendering thread state]]
is running
:",
+ "rationale": "attempt",
+ "steps": [
+ {
+ "html": "Attempt to release system resources.
"
+ },
+ {
+ "html": "Set the audioContext’s [[rendering thread state]]
to suspended
.
"
+ },
+ {
+ "html": "Queue a media element task to execute the following steps:",
+ "rationale": "fire",
+ "steps": [
+ {
+ "html": "Fire an event named error
at audioContext.
"
+ },
+ {
+ "html": "Set the audioContext’s [[suspended by user]]
to false
.
"
+ },
+ {
+ "html": "Set the audioContext’s [[control thread state]]
to suspended
.
"
+ },
+ {
+ "html": "Set the audioContext’s state
attribute to\n\"suspended
\".
"
+ },
+ {
+ "html": "Fire an event named statechange
at the audioContext.
"
+ }
+ ]
+ },
+ {
+ "html": "Abort these steps.
"
+ }
+ ]
+ },
+ {
+ "html": "If the audioContext’s [[rendering thread state]]
is suspended
:",
+ "rationale": "queue",
+ "steps": [
+ {
+ "html": "Queue a media element taskto execute the following steps:",
+ "rationale": "fire",
+ "steps": [
+ {
+ "html": "Fire an event named error
at audioContext.
"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "html": "The AudioContext
audioContext performs the following steps on rendering thread in the\n event of an audio system resource error.",
"rationale": "reject",
"steps": [
{
- "html": "Reject all the promises of [[pending promises]]
with InvalidStateError
, for each AudioContext
and OfflineAudioContext
whose relevant global object is the same as\nthe document’s associated Window.
"
+ "html": "Reject all the promises of [[pending promises]]
with InvalidStateError
, for each AudioContext
and OfflineAudioContext
whose relevant global object is the same as\nthe document’s associated Window.
"
},
{
"html": "Stop all decoding thread
s.
"
},
{
- "html": "Queue a control message to close()
the AudioContext
or OfflineAudioContext
.
"
+ "html": "Queue a control message to close()
the AudioContext
or OfflineAudioContext
.
"
}
]
},
{
"name": "channel mixing",
- "html": "For each input of an AudioNode
, an implementation\n\tMUST:",
+ "html": "For each input of an AudioNode
, an implementation\n MUST:",
"rationale": ".algorithm",
"steps": [
{
@@ -1885,7 +2211,7 @@
"rationale": "up-mix",
"steps": [
{
- "html": "up-mix or down-mix the connection to computedNumberOfChannels according to the ChannelInterpretation
value given by the node’s channelInterpretation
attribute.
"
+ "html": "up-mix or down-mix the connection to computedNumberOfChannels according to the ChannelInterpretation
value given by the node’s channelInterpretation
attribute.
"
},
{
"html": "Mix it together with all of the other mixed streams (from other\nconnections). This is a straight-forward summing together of each of\nthe corresponding channels that have been up-mixed or down-mixed in step 1 for each connection.
"
@@ -1900,23 +2226,23 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "For each sample to be computed by this AudioNode
:",
+ "html": "For each sample to be computed by this AudioNode
:",
"rationale": "let",
"steps": [
{
"html": "Let azimuth be the value computed in the azimuth and elevation section.
"
},
{
- "html": "The azimuth value is first contained to be within\nthe range [-90, 90] according to:
\n// First, clamp azimuth to allowed range of [-180, 180].\nazimuth = max(-180, azimuth);\nazimuth = min(180, azimuth);\n\n// Then wrap to range [-90, 90].\nif (azimuth < -90)\n azimuth = -180 - azimuth;\nelse if (azimuth > 90)\n azimuth = 180 - azimuth;\n
"
+ "html": "The azimuth value is first contained to be within\nthe range [-90, 90] according to:
\n// First, clamp azimuth to allowed range of [-180, 180].\nazimuth = max(-180, azimuth);\nazimuth = min(180, azimuth);\n\n// Then wrap to range [-90, 90].\nif (azimuth < -90)\n azimuth = -180 - azimuth;\nelse if (azimuth > 90)\n azimuth = 180 - azimuth;\n
"
},
{
- "html": "A normalized value x is calculated from azimuth for a mono input as:
\nx = (azimuth + 90) / 180;\n
\n Or for a stereo input as:
\nif (azimuth <= 0) { // -90 -> 0\n // Transform the azimuth value from [-90, 0] degrees into the range [-90, 90].\n x = (azimuth + 90) / 90;\n} else { // 0 -> 90\n // Transform the azimuth value from [0, 90] degrees into the range [-90, 90].\n x = azimuth / 90;\n}\n
"
+ "html": "A normalized value x is calculated from azimuth for a mono input as:
\nx = (azimuth + 90) / 180;\n
\n Or for a stereo input as:
\nif (azimuth <= 0) { // -90 -> 0\n // Transform the azimuth value from [-90, 0] degrees into the range [-90, 90].\n x = (azimuth + 90) / 90;\n} else { // 0 -> 90\n // Transform the azimuth value from [0, 90] degrees into the range [-90, 90].\n x = azimuth / 90;\n}\n
"
},
{
"html": "Left and right gain values are calculated as:
\ngainL = cos(x * Math.PI / 2);\ngainR = sin(x * Math.PI / 2);\n
"
},
{
- "html": "For mono input, the stereo output is calculated as:
\noutputL = input * gainL;\noutputR = input * gainR;\n
\n Else for stereo input, the output is calculated as:
\nif (azimuth <= 0) {\n outputL = inputL + inputR * gainL;\n outputR = inputR * gainR;\n} else {\n outputL = inputL * gainL;\n outputR = inputR + inputL * gainR;\n}\n
"
+ "html": "For mono input, the stereo output is calculated as:
\noutputL = input * gainL;\noutputR = input * gainR;\n
\n Else for stereo input, the output is calculated as:
\nif (azimuth <= 0) {\n outputL = inputL + inputR * gainL;\n outputR = inputR * gainR;\n} else {\n outputL = inputL * gainL;\n outputR = inputR + inputL * gainR;\n}\n
"
},
{
"html": "Apply the distance gain and cone gain where the\ncomputation of the distance is described in Distance\nEffects and the cone gain is described in Sound Cones:
\nlet distance = distance();\nlet distanceGain = distanceModel(distance);\nlet totalGain = coneGain() * distanceGain();\noutputL = totalGain * outputL;\noutputR = totalGain * outputR;\n
"
@@ -1927,27 +2253,27 @@
},
{
"name": "pan a StereoPannerNode",
- "html": "For a StereoPannerNode
, the following algorithm\n\tMUST be implemented.",
+ "html": "For a StereoPannerNode
, the following algorithm\n MUST be implemented.",
"rationale": ".algorithm",
"steps": [
{
- "html": "For each sample to be computed by this AudioNode
",
+ "html": "For each sample to be computed by this AudioNode
",
"rationale": "let",
"steps": [
{
- "html": "Let pan be the computedValue of the pan
AudioParam
of this StereoPannerNode
.
"
+ "html": "Let pan be the computedValue of the pan
AudioParam
of this StereoPannerNode
.
"
},
{
"html": "Clamp pan to [-1, 1].
\npan = max(-1, pan);\npan = min(1, pan);\n
"
},
{
- "html": "Calculate x by normalizing pan value to\n[0, 1]. For mono input:
\nx = (pan + 1) / 2;\n
\n For stereo input:
\nif (pan <= 0)\n x = pan + 1;\nelse\n x = pan;\n
"
+ "html": "Calculate x by normalizing pan value to\n[0, 1]. For mono input:
\nx = (pan + 1) / 2;\n
\n For stereo input:
\nif (pan <= 0)\n x = pan + 1;\nelse\n x = pan;\n
"
},
{
"html": "Left and right gain values are calculated as:
\ngainL = cos(x * Math.PI / 2);\ngainR = sin(x * Math.PI / 2);\n
"
},
{
- "html": "For mono input, the stereo output is calculated as:
\noutputL = input * gainL;\noutputR = input * gainR;\n
\n Else for stereo input, the output is calculated as:
\nif (pan <= 0) {\n outputL = inputL + inputR * gainL;\n outputR = inputR * gainR;\n} else {\n outputL = inputL * gainL;\n outputR = inputR + inputL * gainR;\n}\n
"
+ "html": "For mono input, the stereo output is calculated as:
\noutputL = input * gainL;\noutputR = input * gainR;\n
\n Else for stereo input, the output is calculated as:
\nif (pan <= 0) {\n outputL = inputL + inputR * gainL;\n outputR = inputR * gainR;\n} else {\n outputL = inputL * gainL;\n outputR = inputR + inputL * gainR;\n}\n
"
}
]
}
diff --git a/tr/algorithms/webgpu.json b/tr/algorithms/webgpu.json
index 7e9491575d00..07668b981379 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.
"
@@ -206,7 +206,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 +217,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": [
{
@@ -323,7 +323,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.
"
@@ -365,7 +365,7 @@
}
],
"ignored": [
- "options.featureLevel must be undefined."
+ "options.featureLevel must be a feature level string."
]
},
{
@@ -384,7 +384,7 @@
"rationale": "resolve",
"steps": [
{
- "html": "Resolve promise with a new GPUAdapter
encapsulating adapter.
"
+ "html": "Resolve promise with a new GPUAdapter
encapsulating adapter.
"
}
]
},
@@ -395,7 +395,7 @@
},
{
"name": "GPU.getPreferredCanvasFormat",
- "html": "Content timeline steps:",
+ "html": "Content timeline steps:",
"rationale": ".algorithm",
"steps": [
{
@@ -405,7 +405,7 @@
},
{
"name": "GPUAdapter.info",
- "html": "Content timeline steps:",
+ "html": "Content timeline steps:",
"rationale": ".algorithm",
"steps": [
{
@@ -420,7 +420,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.
"
@@ -443,7 +443,7 @@
"rationale": "if",
"steps": [
{
- "html": "Content timeline steps:",
+ "html": "Content timeline steps:",
"rationale": "reject",
"steps": [
{
@@ -452,7 +452,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 +476,7 @@
],
"additional": [
{
- "html": "Content timeline steps:",
+ "html": "Content timeline steps:",
"rationale": "reject",
"steps": [
{
@@ -491,7 +491,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let device be a new device.
"
+ "html": "Let device be a new device.
"
},
{
"html": "Lose the device(device, \"unknown\"
).
"
@@ -544,28 +544,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 +624,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.
"
@@ -672,7 +669,7 @@
]
},
{
- "html": "Create a device allocation for b where each byte is zero.
\n If the allocation fails without side-effects, generate an out-of-memory error,\nmake invalidate b, and return.
"
+ "html": "Create a device allocation for b where each byte is zero.
\n If the allocation fails without side-effects, generate an out-of-memory error, invalidate b, and return.
"
}
]
},
@@ -685,13 +682,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 +710,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 +724,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 +790,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 +801,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 +842,7 @@
"rationale": "assert",
"steps": [
{
- "html": "Assert p is rejected.
"
+ "html": "Assert p is rejected.
"
},
{
"html": "Return.
"
@@ -862,10 +850,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 +889,7 @@
"rationale": "assert",
"steps": [
{
- "html": "Assert p is already rejected.
"
+ "html": "Assert p is already rejected.
"
},
{
"html": "Return.
"
@@ -909,7 +897,7 @@
]
},
{
- "html": "Assert p is still pending.
"
+ "html": "Assert p is still pending.
"
},
{
"html": "Set this.[[pending_map]]
to null
.
"
@@ -1022,20 +1010,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 +1048,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 +1189,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 +1222,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.
"
@@ -1252,13 +1240,16 @@
},
{
"html": "Set t.[[viewFormats]]
to descriptor.viewFormats
.
"
+ },
+ {
+ "html": "Create a device allocation for t where each block has an equivalent texel representation to a block with a bit representation of zero.
\n If the allocation fails without side-effects, generate an out-of-memory error, invalidate t, and return.
"
}
]
},
{
"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": [
{
@@ -1292,13 +1283,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": [
{
@@ -1313,13 +1304,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.
"
@@ -1396,7 +1387,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": [
{
@@ -1591,7 +1582,7 @@
"html": "Generate a validation error.
"
},
{
- "html": "Return an invalidated GPUExternalTexture
.
"
+ "html": "Return an invalidated GPUExternalTexture
.
"
}
]
},
@@ -1641,7 +1632,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.
"
@@ -1655,7 +1646,7 @@
"rationale": "if",
"steps": [
{
- "html": "If any of the following conditions are unsatisfied generate a validation error, invalidate s and return.
\n "
+ "html": "If any of the following conditions are unsatisfied generate a validation error, invalidate s and return.
\n "
},
{
"html": "Set s.[[descriptor]]
to descriptor.
"
@@ -1671,7 +1662,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": [
{
@@ -1758,7 +1749,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.
"
@@ -1772,7 +1763,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.
"
@@ -1820,7 +1811,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
:",
@@ -1854,7 +1845,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.
"
@@ -1868,7 +1859,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:",
@@ -1993,7 +1984,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.
"
@@ -2007,16 +1998,28 @@
"rationale": "let",
"steps": [
{
- "html": "Let limits be this.[[device]]
.[[limits]]
.
"
+ "html": "Let limits be this.[[device]]
.[[limits]]
.
"
},
{
- "html": "Let allEntries be the result of concatenating bgl.[[descriptor]]
.entries
for all bgl in descriptor.bindGroupLayouts
.
"
+ "html": "Let bindGroupLayouts be a copy of descriptor.bindGroupLayouts
"
},
{
- "html": "If any of the following conditions are unsatisfied generate a validation error, invalidate pl and return.
\n "
+ "html": "For each i in the indices of bindGroupLayouts:",
+ "rationale": "if",
+ "steps": [
+ {
+ "html": "If bindGroupLayouts[i] is undefined
or empty, set bindGroupLayouts[i] to null
.
"
+ }
+ ]
},
{
- "html": "Set the pl.[[bindGroupLayouts]]
to 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": "Set the pl.[[bindGroupLayouts]]
to bindGroupLayouts.
"
}
]
},
@@ -2030,7 +2033,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,7 +2050,7 @@
"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 "
}
]
},
@@ -2063,7 +2066,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.
"
@@ -2072,14 +2075,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": "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.
"
}
]
},
@@ -2189,7 +2192,7 @@
{
"name": "GPUPipelineError constructor",
"href": "https://www.w3.org/TR/webgpu/#dom-gpupipelineerror-constructor-message",
- "html": "",
+ "html": "",
"rationale": ".algorithm",
"steps": [
{
@@ -2230,10 +2233,10 @@
"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.
"
@@ -2247,7 +2250,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": "Initialize layout so it is a copy of this.[[layout]]
.[[bindGroupLayouts]]
[index].
"
@@ -2257,7 +2260,7 @@
{
"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": [
{
@@ -2283,7 +2286,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:",
@@ -2379,7 +2382,7 @@
"operation": "switch",
"steps": [
{
- "case": "f32 and there exists a static use of resource by stageDesc with a textureSample* builtin",
+ "case": "f32 and there exists a static use of resource by stageDesc in a texture builtin function call that also uses a sampler",
"html": "Set textureLayout.sampleType
to \"float\"
"
},
{
@@ -2548,7 +2551,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).
"
@@ -2558,7 +2561,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": [
{
@@ -2586,7 +2589,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": [
{
@@ -2602,14 +2605,14 @@
"html": "For each binding that is statically used by entryPoint:
\n "
},
{
- "html": "For each texture and sampler statically used together by entryPoint in texture sampling calls:",
+ "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": [
{
- "html": "Let texture be the GPUBindGroupLayoutEntry
corresponding to the sampled texture in the call.
"
+ "html": "Let texture be the GPUBindGroupLayoutEntry
corresponding to textureBinding.
"
},
{
- "html": "Let sampler be the GPUBindGroupLayoutEntry
corresponding to the used sampler in the call.
"
+ "html": "Let sampler be the GPUBindGroupLayoutEntry
corresponding to samplerBinding.
"
},
{
"html": "If sampler.type
is \"filtering\"
,\nthen texture.sampleType
must be \"float\"
.
"
@@ -2623,7 +2626,7 @@
]
},
{
- "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.
"
@@ -2755,7 +2758,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.
"
@@ -2772,7 +2775,7 @@
"html": "Let layout be a new default pipeline layout for pipeline if descriptor.layout
is \"auto\"
,\nand descriptor.layout
otherwise.
"
},
{
- "html": "All of the requirements in the following steps must be met.\nIf any are unmet, generate a validation error, invalidate pipeline and return.
\n \n \n
",
+ "html": "All of the requirements in the following steps must be met.\nIf any are unmet, generate a validation error, invalidate pipeline and return.
\n \n \n
",
"rationale": "let",
"steps": [
{
@@ -2782,10 +2785,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.
"
@@ -2796,7 +2799,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.
"
@@ -2816,7 +2819,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,7 +2839,7 @@
"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.
"
}
]
},
@@ -2847,7 +2850,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": [
{
@@ -2912,7 +2915,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.
"
@@ -2929,7 +2932,7 @@
"html": "Let layout be a new default pipeline layout for pipeline if descriptor.layout
is \"auto\"
,\nand descriptor.layout
otherwise.
"
},
{
- "html": "All of the requirements in the following steps must be met.\nIf any are unmet, generate a validation error, invalidate pipeline, and return.
\n \n \n
",
+ "html": "All of the requirements in the following steps must be met.\nIf any are unmet, generate a validation error, invalidate pipeline, and return.
\n \n \n
",
"rationale": "let",
"steps": [
{
@@ -2942,12 +2945,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.
"
@@ -3027,7 +3030,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,7 +3050,7 @@
"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.
"
}
]
},
@@ -3058,7 +3061,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": [
{
@@ -3098,7 +3101,7 @@
{
"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": [
{
@@ -3112,7 +3115,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": [
{
@@ -3168,7 +3171,7 @@
"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.)
"
}
]
},
@@ -3180,7 +3183,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": [
{
@@ -3191,7 +3194,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": [
{
@@ -3202,7 +3205,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": [
{
@@ -3233,7 +3236,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": [
{
@@ -3321,7 +3324,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": [
{
@@ -3332,7 +3335,7 @@
{
"name": "validating GPUVertexBufferLayout",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpuvertexbufferlayout",
- "html": "validating GPUVertexBufferLayout(device, descriptor, vertexStage) \n Arguments:
\n \n Device timeline steps:
",
+ "html": "validating GPUVertexBufferLayout(device, descriptor, vertexStage) \n Arguments:
\n \n Device timeline steps:
",
"rationale": ".algorithm",
"steps": [
{
@@ -3363,33 +3366,33 @@
{
"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": "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 GPUImageCopyBuffer",
- "href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpuimagecopybuffer",
- "html": "validating GPUImageCopyBuffer \n Arguments:
\n \n Returns: boolean
\n Device timeline steps:
",
+ "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:
",
"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": "texture copy sub-region",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-texture-copy-sub-region",
- "html": "The texture copy sub-region for depth slice or array layer index of GPUImageCopyTexture
copyTexture is determined by running the following steps:",
+ "html": "The texture copy sub-region for depth slice or array layer index of GPUTexelCopyTextureInfo
copyTexture is determined by running the following steps:",
"rationale": ".algorithm",
"steps": [
{
- "html": "Let texture be copyTexture.texture
.
"
+ "html": "Let texture be copyTexture.texture
.
"
},
{
"html": "If texture.dimension
is:",
@@ -3404,7 +3407,7 @@
"rationale": "assert",
"steps": [
{
- "html": "Assert index is 0
"
+ "html": "Assert index is 0
"
},
{
"html": "Let depthSliceOrLayer be texture
"
@@ -3424,27 +3427,27 @@
]
},
{
- "html": "Let textureMip be mip level copyTexture.mipLevel
of depthSliceOrLayer.
"
+ "html": "Let textureMip be mip level copyTexture.mipLevel
of depthSliceOrLayer.
"
},
{
- "html": "Return aspect copyTexture.aspect
of textureMip.
"
+ "html": "Return aspect copyTexture.aspect
of textureMip.
"
}
]
},
{
"name": "texel block byte offset",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-texel-block-byte-offset",
- "html": "The texel block byte offset of data described by GPUImageDataLayout
dataLayout corresponding to texel block x, y of depth slice or array layer z of a GPUTexture
texture is\n determined by running the following steps:",
+ "html": "The texel block byte offset of data described by GPUTexelCopyBufferLayout
bufferLayout corresponding to texel block x, y of depth slice or array layer z of a GPUTexture
texture is\n determined by running the following steps:",
"rationale": ".algorithm",
"steps": [
{
"html": "Let blockBytes be the of texture.format
.
"
},
{
- "html": "Let imageOffset be (z × dataLayout.rowsPerImage
× dataLayout.bytesPerRow
) + dataLayout.offset
.
"
+ "html": "Let imageOffset be (z × bufferLayout.rowsPerImage
× bufferLayout.bytesPerRow
) + bufferLayout.offset
.
"
},
{
- "html": "Let rowOffset be (y × dataLayout.bytesPerRow
) + imageOffset.
"
+ "html": "Let rowOffset be (y × bufferLayout.bytesPerRow
) + imageOffset.
"
},
{
"html": "Let blockOffset be (x × blockBytes) + rowOffset.
"
@@ -3455,30 +3458,30 @@
]
},
{
- "name": "validating GPUImageCopyTexture",
- "href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpuimagecopytexture",
- "html": "validating GPUImageCopyTexture(imageCopyTexture, copySize) \n Arguments:
\n \n Returns: boolean
\n Device timeline steps:
",
+ "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:
",
"rationale": ".algorithm",
"steps": [
{
- "html": "Let blockWidth be the texel block width of imageCopyTexture.texture
.format
.
"
+ "html": "Let blockWidth be the texel block width of texelCopyTextureInfo.texture
.format
.
"
},
{
- "html": "Let blockHeight be the texel block height of imageCopyTexture.texture
.format
.
"
+ "html": "Let blockHeight be the texel block height of texelCopyTextureInfo.texture
.format
.
"
},
{
- "html": "Return true
if and only if all of the following conditions apply:
\n "
+ "html": "Return true
if and only if all of the following conditions apply:
\n "
}
]
},
{
"name": "validating texture buffer copy",
"href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-texture-buffer-copy",
- "html": "validating texture buffer copy(imageCopyTexture, dataLayout, 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": [
{
- "html": "Let texture be imageCopyTexture.texture
"
+ "html": "Let texture be texelCopyTextureInfo.texture
"
},
{
"html": "Let aspectSpecificFormat = texture.format
.
"
@@ -3491,7 +3494,7 @@
"rationale": "if",
"steps": [
{
- "html": "validating GPUImageCopyTexture(imageCopyTexture, copySize) returns true
.
"
+ "html": "validating GPUTexelCopyTextureInfo(texelCopyTextureInfo, copySize) returns true
.
"
},
{
"html": "texture.sampleCount
is 1.
"
@@ -3504,7 +3507,7 @@
"rationale": "if",
"steps": [
{
- "html": "imageCopyTexture.aspect
must refer to a single aspect of texture.format
.
"
+ "html": "texelCopyTextureInfo.aspect
must refer to a single aspect of texture.format
.
"
},
{
"html": "If textureUsage is:",
@@ -3515,11 +3518,11 @@
"steps": [
{
"case": "COPY_SRC",
- "html": "That aspect must be a valid image copy source according to § 26.1.2 Depth-stencil formats.
"
+ "html": "That aspect must be a valid texel copy source according to § 26.1.2 Depth-stencil formats.
"
},
{
"case": "COPY_DST",
- "html": "That aspect must be a valid image copy destination according to § 26.1.2 Depth-stencil formats.
"
+ "html": "That aspect must be a valid texel copy destination according to § 26.1.2 Depth-stencil formats.
"
}
]
}
@@ -3536,11 +3539,11 @@
{
"html": "If aligned is true
:
",
"ignored": [
- "dataLayout.offset is a multiple of offsetAlignment."
+ "bufferLayout.offset is a multiple of offsetAlignment."
]
},
{
- "html": "validating linear texture data(dataLayout, dataLength, aspectSpecificFormat, copySize) succeeds.
"
+ "html": "validating linear texture data(bufferLayout, dataLength, aspectSpecificFormat, copySize) succeeds.
"
}
]
}
@@ -3549,17 +3552,17 @@
{
"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 GPUImageDataLayout
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 "
+ "html": "Fail if the following input validation requirements are not met:
\n "
},
{
- "html": "Let:
\n "
+ "html": "Let:
\n "
},
{
"html": "Let requiredBytesInCopy be 0.
"
@@ -3583,34 +3586,34 @@
]
},
{
- "html": "Fail if the following condition is not satisfied:
\n "
+ "html": "Fail if the following condition is not satisfied:
\n "
}
]
},
{
"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 GPUImageCopyTexture
imageCopyTexture\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": [
{
- "html": "Let blockWidth be the texel block width of imageCopyTexture.texture
.format
.
"
+ "html": "Let blockWidth be the texel block width of texelCopyTextureInfo.texture
.format
.
"
},
{
- "html": "Let blockHeight be the texel block height of imageCopyTexture.texture
.format
.
"
+ "html": "Let blockHeight be the texel block height of texelCopyTextureInfo.texture
.format
.
"
},
{
- "html": "Let subresourceSize be the imageCopyTexture physical subresource size of imageCopyTexture.
"
+ "html": "Let subresourceSize be the GPUTexelCopyTextureInfo physical subresource size of texelCopyTextureInfo.
"
},
{
- "html": "Return whether all the conditions below are satisfied:
\n "
+ "html": "Return whether all the conditions below are satisfied:
\n "
}
]
},
{
"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": [
{
@@ -3626,7 +3629,7 @@
},
{
"case": "\"locked\"",
- "html": "Invalidate encoder and return false
.
"
+ "html": "Invalidate encoder and return false
.
"
},
{
"case": "\"ended\"",
@@ -3641,7 +3644,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": [
{
@@ -3668,7 +3671,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.
"
@@ -3682,7 +3685,7 @@
"rationale": "if",
"steps": [
{
- "html": "If any of the following conditions are unsatisfied generate a validation error, invalidate e and return.
\n \n
\n - \n
this must not be lost.
\n
\n
"
+ "html": "If any of the following conditions are unsatisfied generate a validation error, invalidate e and return.
\n \n
\n - \n
this must not be lost.
\n
\n
"
}
]
},
@@ -3708,7 +3711,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.
"
@@ -3722,7 +3725,7 @@
"rationale": "validate",
"steps": [
{
- "html": "Validate the encoder state of this.\nIf it returns false, invalidate pass and return.
"
+ "html": "Validate the encoder state of this.\nIf it returns false, invalidate pass and return.
"
},
{
"html": "Set this.[[state]]
to \"locked\".
"
@@ -3749,7 +3752,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.
"
@@ -3891,7 +3894,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\"",
@@ -3914,7 +3917,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\"",
@@ -3942,7 +3945,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.
"
@@ -3956,13 +3959,13 @@
"rationale": "validate",
"steps": [
{
- "html": "Validate the encoder state of this.\nIf it returns false, invalidate pass and return.
"
+ "html": "Validate the encoder state of this.\nIf it returns false, invalidate pass and return.
"
},
{
"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:",
@@ -3990,25 +3993,25 @@
{
"name": "GPUCommandEncoder.copyBufferToBuffer",
"href": "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-source",
- "html": "",
+ "html": "",
"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": "GPUCommandEncoder.copyBufferToBuffer",
"href": "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-source",
- "html": "",
+ "html": "",
"rationale": "validate",
"steps": [
{
"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 \n
\n - \n
source is valid to use with this.
\n - \n
destination is valid to use with this.
\n - \n
source.usage
contains COPY_SRC
.
\n - \n
destination.usage
contains COPY_DST
.
\n - \n
size is a multiple of 4.
\n - \n
sourceOffset is a multiple of 4.
\n - \n
destinationOffset is a multiple of 4.
\n - \n
source.size
≥ (sourceOffset + size).
\n - \n
destination.size
≥ (destinationOffset + size).
\n - \n
source and destination are not the same GPUBuffer
.
\n
\n
"
+ "html": "If any of the following conditions are unsatisfied, invalidate this and return.
\n \n
\n - \n
source is valid to use with this.
\n - \n
destination is valid to use with this.
\n - \n
source.usage
contains COPY_SRC
.
\n - \n
destination.usage
contains COPY_DST
.
\n - \n
size is a multiple of 4.
\n - \n
sourceOffset is a multiple of 4.
\n - \n
destinationOffset is a multiple of 4.
\n - \n
source.size
≥ (sourceOffset + size).
\n - \n
destination.size
≥ (destinationOffset + size).
\n - \n
source and destination are not the same GPUBuffer
.
\n
\n
"
},
{
"html": "Enqueue a command on this which issues the subsequent steps on the Queue timeline when executed.
"
@@ -4018,7 +4021,7 @@
{
"name": "GPUCommandEncoder.copyBufferToBuffer",
"href": "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-source",
- "html": "",
+ "html": "",
"rationale": "copy",
"steps": [
{
@@ -4029,18 +4032,18 @@
{
"name": "GPUCommandEncoder.clearBuffer",
"href": "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-clearbuffer-buffer-offset-size-buffer",
- "html": "\n Arguments for the GPUCommandEncoder.clearBuffer(buffer, offset, size) method.\n \n \n Parameter \n | Type \n | Nullable \n | Optional \n | Description \n |
\n \n buffer \n | GPUBuffer \n | ✘\n | ✘\n | The GPUBuffer to clear. \n |
\n offset \n | GPUSize64 \n | ✘\n | ✔\n | Offset in bytes into buffer where the sub-region to clear begins. \n |
\n size \n | GPUSize64 \n | ✘\n | ✔\n | Size in bytes of the sub-region to clear. Defaults to the size of the buffer minus offset. \n |
",
+ "html": "\n Arguments for the GPUCommandEncoder.clearBuffer(buffer, offset, size) method.\n \n \n Parameter \n | Type \n | Nullable \n | Optional \n | Description \n |
\n \n buffer \n | GPUBuffer \n | ✘\n | ✘\n | The GPUBuffer to clear. \n |
\n offset \n | GPUSize64 \n | ✘\n | ✔\n | Offset in bytes into buffer where the sub-region to clear begins. \n |
\n size \n | GPUSize64 \n | ✘\n | ✔\n | Size in bytes of the sub-region to clear. Defaults to the size of the buffer minus offset. \n |
",
"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": "GPUCommandEncoder.clearBuffer",
"href": "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-clearbuffer-buffer-offset-size-buffer",
- "html": "\n Arguments for the GPUCommandEncoder.clearBuffer(buffer, offset, size) method.\n \n \n Parameter \n | Type \n | Nullable \n | Optional \n | Description \n |
\n \n buffer \n | GPUBuffer \n | ✘\n | ✘\n | The GPUBuffer to clear. \n |
\n offset \n | GPUSize64 \n | ✘\n | ✔\n | Offset in bytes into buffer where the sub-region to clear begins. \n |
\n size \n | GPUSize64 \n | ✘\n | ✔\n | Size in bytes of the sub-region to clear. Defaults to the size of the buffer minus offset. \n |
",
+ "html": "\n Arguments for the GPUCommandEncoder.clearBuffer(buffer, offset, size) method.\n \n \n Parameter \n | Type \n | Nullable \n | Optional \n | Description \n |
\n \n buffer \n | GPUBuffer \n | ✘\n | ✘\n | The GPUBuffer to clear. \n |
\n offset \n | GPUSize64 \n | ✘\n | ✔\n | Offset in bytes into buffer where the sub-region to clear begins. \n |
\n size \n | GPUSize64 \n | ✘\n | ✔\n | Size in bytes of the sub-region to clear. Defaults to the size of the buffer minus offset. \n |
",
"rationale": "validate",
"steps": [
{
@@ -4050,7 +4053,7 @@
"html": "If size is missing, set size to max(0, buffer.size
- offset)
.
"
},
{
- "html": "If any of the following conditions are unsatisfied, invalidate this and return.
\n \n
\n - \n
buffer is valid to use with this.
\n - \n
buffer.usage
contains COPY_DST
.
\n - \n
size is a multiple of 4.
\n - \n
offset is a multiple of 4.
\n - \n
buffer.size
≥ (offset + size).
\n
\n
"
+ "html": "If any of the following conditions are unsatisfied, invalidate this and return.
\n \n
\n - \n
buffer is valid to use with this.
\n - \n
buffer.usage
contains COPY_DST
.
\n - \n
size is a multiple of 4.
\n - \n
offset is a multiple of 4.
\n - \n
buffer.size
≥ (offset + size).
\n
\n
"
},
{
"html": "Enqueue a command on this which issues the subsequent steps on the Queue timeline when executed.
"
@@ -4060,7 +4063,7 @@
{
"name": "GPUCommandEncoder.clearBuffer",
"href": "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-clearbuffer-buffer-offset-size-buffer",
- "html": "\n Arguments for the GPUCommandEncoder.clearBuffer(buffer, offset, size) method.\n \n \n Parameter \n | Type \n | Nullable \n | Optional \n | Description \n |
\n \n buffer \n | GPUBuffer \n | ✘\n | ✘\n | The GPUBuffer to clear. \n |
\n offset \n | GPUSize64 \n | ✘\n | ✔\n | Offset in bytes into buffer where the sub-region to clear begins. \n |
\n size \n | GPUSize64 \n | ✘\n | ✔\n | Size in bytes of the sub-region to clear. Defaults to the size of the buffer minus offset. \n |
",
+ "html": "\n Arguments for the GPUCommandEncoder.clearBuffer(buffer, offset, size) method.\n \n \n Parameter \n | Type \n | Nullable \n | Optional \n | Description \n |
\n \n buffer \n | GPUBuffer \n | ✘\n | ✘\n | The GPUBuffer to clear. \n |
\n offset \n | GPUSize64 \n | ✘\n | ✔\n | Offset in bytes into buffer where the sub-region to clear begins. \n |
\n size \n | GPUSize64 \n | ✘\n | ✔\n | Size in bytes of the sub-region to clear. Defaults to the size of the buffer minus offset. \n |
",
"rationale": "set",
"steps": [
{
@@ -4071,24 +4074,24 @@
{
"name": "GPUCommandEncoder.copyBufferToTexture",
"href": "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copybuffertotexture-source-destination-copysize-source",
- "html": "",
+ "html": "",
"rationale": ".algorithm",
"steps": [
{
- "html": "? validate GPUOrigin3D shape(destination.origin
).
"
+ "html": "? validate GPUOrigin3D shape(destination.origin
).
"
},
{
"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]]
:
"
}
]
},
{
"name": "GPUCommandEncoder.copyBufferToTexture",
"href": "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copybuffertotexture-source-destination-copysize-source",
- "html": "",
+ "html": "",
"rationale": "validate",
"steps": [
{
@@ -4098,10 +4101,10 @@
"html": "Let aligned be true
.
"
},
{
- "html": "Let dataLength be source.buffer
.size
.
"
+ "html": "Let dataLength be source.buffer
.size
.
"
},
{
- "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": "Enqueue a command on this which issues the subsequent steps on the Queue timeline when executed.
"
@@ -4111,17 +4114,17 @@
{
"name": "GPUCommandEncoder.copyBufferToTexture",
"href": "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copybuffertotexture-source-destination-copysize-source",
- "html": "",
+ "html": "",
"rationale": "let",
"steps": [
{
- "html": "Let blockWidth be the texel block width of destination.texture
.
"
+ "html": "Let blockWidth be the texel block width of destination.texture
.
"
},
{
- "html": "Let blockHeight be the texel block height of destination.texture
.
"
+ "html": "Let blockHeight be the texel block height of destination.texture
.
"
},
{
- "html": "Let dstOrigin be destination.origin
.
"
+ "html": "Let dstOrigin be destination.origin
.
"
},
{
"html": "Let dstBlockOriginX be (dstOrigin.x ÷ blockWidth).
"
@@ -4136,7 +4139,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]:",
@@ -4154,10 +4157,10 @@
"rationale": "let",
"steps": [
{
- "html": "Let blockOffset be the texel block byte offset of source for (x, y, z) of destination.texture
.
"
+ "html": "Let blockOffset be the texel block byte offset of source for (x, y, z) of destination.texture
.
"
},
{
- "html": "Set texel block (dstBlockOriginX + x, dstBlockOriginY + y) of dstSubregion to be an equivalent texel representation to the texel block described by source.buffer
at offset blockOffset.
"
+ "html": "Set texel block (dstBlockOriginX + x, dstBlockOriginY + y) of dstSubregion to be an equivalent texel representation to the texel block described by source.buffer
at offset blockOffset.
"
}
]
}
@@ -4170,24 +4173,24 @@
{
"name": "GPUCommandEncoder.copyTextureToBuffer",
"href": "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copytexturetobuffer-source-destination-copysize-source",
- "html": "",
+ "html": "",
"rationale": ".algorithm",
"steps": [
{
- "html": "? validate GPUOrigin3D shape(source.origin
).
"
+ "html": "? validate GPUOrigin3D shape(source.origin
).
"
},
{
"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]]
:
"
}
]
},
{
"name": "GPUCommandEncoder.copyTextureToBuffer",
"href": "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copytexturetobuffer-source-destination-copysize-source",
- "html": "",
+ "html": "",
"rationale": "validate",
"steps": [
{
@@ -4197,10 +4200,10 @@
"html": "Let aligned be true
.
"
},
{
- "html": "Let dataLength be destination.buffer
.size
.
"
+ "html": "Let dataLength be destination.buffer
.size
.
"
},
{
- "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": "Enqueue a command on this which issues the subsequent steps on the Queue timeline when executed.
"
@@ -4210,17 +4213,17 @@
{
"name": "GPUCommandEncoder.copyTextureToBuffer",
"href": "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copytexturetobuffer-source-destination-copysize-source",
- "html": "",
+ "html": "",
"rationale": "let",
"steps": [
{
- "html": "Let blockWidth be the texel block width of source.texture
.
"
+ "html": "Let blockWidth be the texel block width of source.texture
.
"
},
{
- "html": "Let blockHeight be the texel block height of source.texture
.
"
+ "html": "Let blockHeight be the texel block height of source.texture
.
"
},
{
- "html": "Let srcOrigin be source.origin
.
"
+ "html": "Let srcOrigin be source.origin
.
"
},
{
"html": "Let srcBlockOriginX be (srcOrigin.x ÷ blockWidth).
"
@@ -4235,7 +4238,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]:",
@@ -4253,10 +4256,10 @@
"rationale": "let",
"steps": [
{
- "html": "Let blockOffset be the texel block byte offset of destination for (x, y, z) of source.texture
.
"
+ "html": "Let blockOffset be the texel block byte offset of destination for (x, y, z) of source.texture
.
"
},
{
- "html": "Set destination.buffer
at offset blockOffset to be an equivalent texel representation to texel block (srcBlockOriginX + x, srcBlockOriginY + y) of srcSubregion.
"
+ "html": "Set destination.buffer
at offset blockOffset to be an equivalent texel representation to texel block (srcBlockOriginX + x, srcBlockOriginY + y) of srcSubregion.
"
}
]
}
@@ -4269,34 +4272,34 @@
{
"name": "GPUCommandEncoder.copyTextureToTexture",
"href": "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copytexturetotexture-source-destination-copysize-source",
- "html": "",
+ "html": "",
"rationale": ".algorithm",
"steps": [
{
- "html": "? validate GPUOrigin3D shape(source.origin
).
"
+ "html": "? validate GPUOrigin3D shape(source.origin
).
"
},
{
- "html": "? validate GPUOrigin3D shape(destination.origin
).
"
+ "html": "? validate GPUOrigin3D shape(destination.origin
).
"
},
{
"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]]
:
"
}
]
},
{
"name": "GPUCommandEncoder.copyTextureToTexture",
"href": "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copytexturetotexture-source-destination-copysize-source",
- "html": "",
+ "html": "",
"rationale": "validate",
"steps": [
{
"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": "Enqueue a command on this which issues the subsequent steps on the Queue timeline when executed.
"
@@ -4306,17 +4309,17 @@
{
"name": "GPUCommandEncoder.copyTextureToTexture",
"href": "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copytexturetotexture-source-destination-copysize-source",
- "html": "",
+ "html": "",
"rationale": "let",
"steps": [
{
- "html": "Let blockWidth be the texel block width of source.texture
.
"
+ "html": "Let blockWidth be the texel block width of source.texture
.
"
},
{
- "html": "Let blockHeight be the texel block height of source.texture
.
"
+ "html": "Let blockHeight be the texel block height of source.texture
.
"
},
{
- "html": "Let srcOrigin be source.origin
.
"
+ "html": "Let srcOrigin be source.origin
.
"
},
{
"html": "Let srcBlockOriginX be (srcOrigin.x ÷ blockWidth).
"
@@ -4325,7 +4328,7 @@
"html": "Let srcBlockOriginY be (srcOrigin.y ÷ blockHeight).
"
},
{
- "html": "Let dstOrigin be destination.origin
.
"
+ "html": "Let dstOrigin be destination.origin
.
"
},
{
"html": "Let dstBlockOriginX be (dstOrigin.x ÷ blockWidth).
"
@@ -4340,7 +4343,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]:",
@@ -4361,7 +4364,7 @@
"rationale": "set",
"steps": [
{
- "html": "Set texel block (dstBlockOriginX + x, dstBlockOriginY + y) of dstSubregion to be an equivalent texel representation to texel block (srcBlockOriginX + x, srcBlockOriginY + y) of srcSubregion.
"
+ "html": "Set texel block (dstBlockOriginX + x, dstBlockOriginY + y) of dstSubregion to be an equivalent texel representation to texel block (srcBlockOriginX + x, srcBlockOriginY + y) of srcSubregion.
"
}
]
}
@@ -4374,25 +4377,25 @@
{
"name": "GPUCommandEncoder.resolveQuerySet",
"href": "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-queryset",
- "html": "",
+ "html": "",
"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": "GPUCommandEncoder.resolveQuerySet",
"href": "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-queryset",
- "html": "",
+ "html": "",
"rationale": "validate",
"steps": [
{
"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 \n
\n - \n
querySet is valid to use with this.
\n - \n
destination is valid to use with this.
\n - \n
destination.usage
contains QUERY_RESOLVE
.
\n - \n
firstQuery < the number of queries in querySet.
\n - \n
(firstQuery + queryCount) ≤ the number of queries in querySet.
\n - \n
destinationOffset is a multiple of 256.
\n - \n
destinationOffset + 8 × queryCount ≤ destination.size
.
\n
\n
"
+ "html": "If any of the following conditions are unsatisfied, invalidate this and return.
\n \n
\n - \n
querySet is valid to use with this.
\n - \n
destination is valid to use with this.
\n - \n
destination.usage
contains QUERY_RESOLVE
.
\n - \n
firstQuery < the number of queries in querySet.
\n - \n
(firstQuery + queryCount) ≤ the number of queries in querySet.
\n - \n
destinationOffset is a multiple of 256.
\n - \n
destinationOffset + 8 × queryCount ≤ destination.size
.
\n
\n
"
},
{
"html": "Enqueue a command on this which issues the subsequent steps on the Queue timeline when executed.
"
@@ -4402,7 +4405,7 @@
{
"name": "GPUCommandEncoder.resolveQuerySet",
"href": "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-queryset",
- "html": "",
+ "html": "",
"rationale": "let",
"steps": [
{
@@ -4438,7 +4441,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.
"
@@ -4465,7 +4468,7 @@
"html": "Generate a validation error.
"
},
{
- "html": "Return an invalidated GPUCommandBuffer
.
"
+ "html": "Return an invalidated GPUCommandBuffer
.
"
}
]
},
@@ -4481,7 +4484,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]]
.
"
}
]
},
@@ -4498,7 +4501,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
:",
@@ -4517,7 +4520,7 @@
"rationale": "if",
"steps": [
{
- "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": "Set this.[[bind_groups]]
[index] to be bindGroup.
"
@@ -4560,7 +4563,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": [
{
@@ -4601,18 +4604,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": [
{
@@ -4626,7 +4629,7 @@
"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": [
{
@@ -4699,7 +4702,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]]
.
"
}
]
},
@@ -4723,20 +4726,20 @@
"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": [
{
"html": "Validate the encoder state of this. If it returns false, return.
"
},
{
- "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": "Pop an entry off of this.[[debug_group_stack]]
.
"
@@ -4750,7 +4753,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]]
.
"
}
]
},
@@ -4772,7 +4775,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]]
.
"
}
]
},
@@ -4786,7 +4789,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": "Set this.[[pipeline]]
to be pipeline.
"
@@ -4800,7 +4803,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]]
.
"
}
]
},
@@ -4820,7 +4823,7 @@
"html": "For each bindGroup in this.[[bind_groups]]
, merge bindGroup.[[usedResources]]
into this.[[usage scope]]
"
},
{
- "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": "Let bindingState be a snapshot of this’s current state.
"
@@ -4844,18 +4847,18 @@
{
"name": "GPUComputePassEncoder.dispatchIndirect",
"href": "https://www.w3.org/TR/webgpu/#dom-gpucomputepassencoder-dispatchworkgroupsindirect-indirectbuffer-indirectoffset-indirectbuffer",
- "html": "",
+ "html": "",
"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.dispatchIndirect",
"href": "https://www.w3.org/TR/webgpu/#dom-gpucomputepassencoder-dispatchworkgroupsindirect-indirectbuffer-indirectoffset-indirectbuffer",
- "html": "",
+ "html": "",
"rationale": "validate",
"steps": [
{
@@ -4871,7 +4874,7 @@
"html": "Add indirectBuffer to usageScope with usage input.
"
},
{
- "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": "Let bindingState be a snapshot of this’s current state.
"
@@ -4884,7 +4887,7 @@
{
"name": "GPUComputePassEncoder.dispatchIndirect",
"href": "https://www.w3.org/TR/webgpu/#dom-gpucomputepassencoder-dispatchworkgroupsindirect-indirectbuffer-indirectoffset-indirectbuffer",
- "html": "",
+ "html": "",
"rationale": "let",
"steps": [
{
@@ -4910,13 +4913,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": [
{
@@ -4932,7 +4935,7 @@
"html": "Set parentEncoder.[[state]]
to \"open\".
"
},
{
- "html": "If any of the following requirements are unmet, invalidate parentEncoder and return.
\n "
+ "html": "If any of the following requirements are unmet, invalidate parentEncoder and return.
\n "
},
{
"html": "Extend parentEncoder.[[commands]]
with this.[[commands]]
.
"
@@ -4951,7 +4954,7 @@
{
"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": [
{
@@ -5010,7 +5013,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": [
{
@@ -5108,7 +5111,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": [
{
@@ -5145,7 +5148,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.
"
@@ -5169,7 +5172,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": [
{
@@ -5228,7 +5231,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": [
{
@@ -5272,13 +5275,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": [
{
@@ -5294,7 +5297,7 @@
"html": "Set parentEncoder.[[state]]
to \"open\".
"
},
{
- "html": "If any of the following requirements are unmet, invalidate parentEncoder and return.
\n "
+ "html": "If any of the following requirements are unmet, invalidate parentEncoder and return.
\n "
},
{
"html": "Extend parentEncoder.[[commands]]
with this.[[commands]]
.
"
@@ -5390,7 +5393,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\"",
@@ -5413,7 +5416,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\"",
@@ -5437,7 +5440,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": [
{
@@ -5461,7 +5464,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]]
.
"
}
]
},
@@ -5478,7 +5481,7 @@
"html": "Let pipelineTargetsLayout be derive render targets layout from pipeline(pipeline.[[descriptor]]
).
"
},
{
- "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": "Set this.[[pipeline]]
to be pipeline.
"
@@ -5488,18 +5491,18 @@
{
"name": "GPURenderCommandsMixin.setIndexBuffer",
"href": "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-setindexbuffer-buffer-indexformat-offset-size-buffer",
- "html": "\n Arguments for the GPURenderCommandsMixin.setIndexBuffer(buffer, indexFormat, offset, size) method.\n \n \n Parameter \n | Type \n | Nullable \n | Optional \n | Description \n |
\n \n buffer \n | GPUBuffer \n | ✘\n | ✘\n | Buffer containing index data to use for subsequent drawing commands. \n |
\n indexFormat \n | GPUIndexFormat \n | ✘\n | ✘\n | Format of the index data contained in buffer. \n |
\n offset \n | GPUSize64 \n | ✘\n | ✔\n | Offset in bytes into buffer where the index data begins. Defaults to 0 . \n |
\n size \n | GPUSize64 \n | ✘\n | ✔\n | Size in bytes of the index data in buffer. Defaults to the size of the buffer minus the offset. \n |
",
+ "html": "\n Arguments for the GPURenderCommandsMixin.setIndexBuffer(buffer, indexFormat, offset, size) method.\n \n \n Parameter \n | Type \n | Nullable \n | Optional \n | Description \n |
\n \n buffer \n | GPUBuffer \n | ✘\n | ✘\n | Buffer containing index data to use for subsequent drawing commands. \n |
\n indexFormat \n | GPUIndexFormat \n | ✘\n | ✘\n | Format of the index data contained in buffer. \n |
\n offset \n | GPUSize64 \n | ✘\n | ✔\n | Offset in bytes into buffer where the index data begins. Defaults to 0 . \n |
\n size \n | GPUSize64 \n | ✘\n | ✔\n | Size in bytes of the index data in buffer. Defaults to the size of the buffer minus the offset. \n |
",
"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": "GPURenderCommandsMixin.setIndexBuffer",
"href": "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-setindexbuffer-buffer-indexformat-offset-size-buffer",
- "html": "\n Arguments for the GPURenderCommandsMixin.setIndexBuffer(buffer, indexFormat, offset, size) method.\n \n \n Parameter \n | Type \n | Nullable \n | Optional \n | Description \n |
\n \n buffer \n | GPUBuffer \n | ✘\n | ✘\n | Buffer containing index data to use for subsequent drawing commands. \n |
\n indexFormat \n | GPUIndexFormat \n | ✘\n | ✘\n | Format of the index data contained in buffer. \n |
\n offset \n | GPUSize64 \n | ✘\n | ✔\n | Offset in bytes into buffer where the index data begins. Defaults to 0 . \n |
\n size \n | GPUSize64 \n | ✘\n | ✔\n | Size in bytes of the index data in buffer. Defaults to the size of the buffer minus the offset. \n |
",
+ "html": "\n Arguments for the GPURenderCommandsMixin.setIndexBuffer(buffer, indexFormat, offset, size) method.\n \n \n Parameter \n | Type \n | Nullable \n | Optional \n | Description \n |
\n \n buffer \n | GPUBuffer \n | ✘\n | ✘\n | Buffer containing index data to use for subsequent drawing commands. \n |
\n indexFormat \n | GPUIndexFormat \n | ✘\n | ✘\n | Format of the index data contained in buffer. \n |
\n offset \n | GPUSize64 \n | ✘\n | ✔\n | Offset in bytes into buffer where the index data begins. Defaults to 0 . \n |
\n size \n | GPUSize64 \n | ✘\n | ✔\n | Size in bytes of the index data in buffer. Defaults to the size of the buffer minus the offset. \n |
",
"rationale": "validate",
"steps": [
{
@@ -5509,7 +5512,7 @@
"html": "If size is missing, set size to max(0, buffer.size
- offset).
"
},
{
- "html": "If any of the following conditions are unsatisfied, invalidate this and return.
\n \n
\n - \n
buffer is valid to use with this.
\n - \n
buffer.usage
contains INDEX
.
\n - \n
offset is a multiple of indexFormat’s byte size.
\n - \n
offset + size ≤ buffer.size
.
\n
\n
"
+ "html": "If any of the following conditions are unsatisfied, invalidate this and return.
\n \n
\n - \n
buffer is valid to use with this.
\n - \n
buffer.usage
contains INDEX
.
\n - \n
offset is a multiple of indexFormat’s byte size.
\n - \n
offset + size ≤ buffer.size
.
\n
\n
"
},
{
"html": "Add buffer to [[usage scope]]
with usage input.
"
@@ -5531,18 +5534,18 @@
{
"name": "GPURenderCommandsMixin.setVertexBuffer",
"href": "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-setvertexbuffer-slot-buffer-offset-size-slot",
- "html": "\n Arguments for the GPURenderCommandsMixin.setVertexBuffer(slot, buffer, offset, size) method.\n \n \n Parameter \n | Type \n | Nullable \n | Optional \n | Description \n |
\n \n slot \n | GPUIndex32 \n | ✘\n | ✘\n | The vertex buffer slot to set the vertex buffer for. \n |
\n buffer \n | GPUBuffer? \n | ✔\n | ✘\n | Buffer containing vertex data to use for subsequent drawing commands. \n |
\n offset \n | GPUSize64 \n | ✘\n | ✔\n | Offset in bytes into buffer where the vertex data begins. Defaults to 0 . \n |
\n size \n | GPUSize64 \n | ✘\n | ✔\n | Size in bytes of the vertex data in buffer. Defaults to the size of the buffer minus the offset. \n |
",
+ "html": "\n Arguments for the GPURenderCommandsMixin.setVertexBuffer(slot, buffer, offset, size) method.\n \n \n Parameter \n | Type \n | Nullable \n | Optional \n | Description \n |
\n \n slot \n | GPUIndex32 \n | ✘\n | ✘\n | The vertex buffer slot to set the vertex buffer for. \n |
\n buffer \n | GPUBuffer? \n | ✔\n | ✘\n | Buffer containing vertex data to use for subsequent drawing commands. \n |
\n offset \n | GPUSize64 \n | ✘\n | ✔\n | Offset in bytes into buffer where the vertex data begins. Defaults to 0 . \n |
\n size \n | GPUSize64 \n | ✘\n | ✔\n | Size in bytes of the vertex data in buffer. Defaults to the size of the buffer minus the offset. \n |
",
"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": "GPURenderCommandsMixin.setVertexBuffer",
"href": "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-setvertexbuffer-slot-buffer-offset-size-slot",
- "html": "\n Arguments for the GPURenderCommandsMixin.setVertexBuffer(slot, buffer, offset, size) method.\n \n \n Parameter \n | Type \n | Nullable \n | Optional \n | Description \n |
\n \n slot \n | GPUIndex32 \n | ✘\n | ✘\n | The vertex buffer slot to set the vertex buffer for. \n |
\n buffer \n | GPUBuffer? \n | ✔\n | ✘\n | Buffer containing vertex data to use for subsequent drawing commands. \n |
\n offset \n | GPUSize64 \n | ✘\n | ✔\n | Offset in bytes into buffer where the vertex data begins. Defaults to 0 . \n |
\n size \n | GPUSize64 \n | ✘\n | ✔\n | Size in bytes of the vertex data in buffer. Defaults to the size of the buffer minus the offset. \n |
",
+ "html": "\n Arguments for the GPURenderCommandsMixin.setVertexBuffer(slot, buffer, offset, size) method.\n \n \n Parameter \n | Type \n | Nullable \n | Optional \n | Description \n |
\n \n slot \n | GPUIndex32 \n | ✘\n | ✘\n | The vertex buffer slot to set the vertex buffer for. \n |
\n buffer \n | GPUBuffer? \n | ✔\n | ✘\n | Buffer containing vertex data to use for subsequent drawing commands. \n |
\n offset \n | GPUSize64 \n | ✘\n | ✔\n | Offset in bytes into buffer where the vertex data begins. Defaults to 0 . \n |
\n size \n | GPUSize64 \n | ✘\n | ✔\n | Size in bytes of the vertex data in buffer. Defaults to the size of the buffer minus the offset. \n |
",
"rationale": "validate",
"steps": [
{
@@ -5555,7 +5558,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
:",
@@ -5574,7 +5577,7 @@
"rationale": "if",
"steps": [
{
- "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": "Add buffer to [[usage scope]]
with usage input.
"
@@ -5598,7 +5601,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]]
.
"
}
]
},
@@ -5612,7 +5615,7 @@
"html": "Validate the encoder state of this. If it returns false, return.
"
},
{
- "html": "All of the requirements in the following steps must be met.\nIf any are unmet, invalidate this and return.
\n \n \n
",
+ "html": "All of the requirements in the following steps must be met.\nIf any are unmet, invalidate this and return.
\n \n \n
",
"rationale": "let",
"steps": [
{
@@ -5626,7 +5629,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].
"
@@ -5638,7 +5641,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
:",
@@ -5687,7 +5690,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]]
.
"
}
]
},
@@ -5701,7 +5704,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.
"
@@ -5717,25 +5720,25 @@
{
"name": "GPURenderCommandsMixin.drawIndirect",
"href": "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawindirect-indirectbuffer-indirectoffset-indirectbuffer",
- "html": "",
+ "html": "",
"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": "GPURenderCommandsMixin.drawIndirect",
"href": "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawindirect-indirectbuffer-indirectoffset-indirectbuffer",
- "html": "",
+ "html": "",
"rationale": "validate",
"steps": [
{
"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": "Add indirectBuffer to [[usage scope]]
with usage input.
"
@@ -5754,7 +5757,7 @@
{
"name": "GPURenderCommandsMixin.drawIndirect",
"href": "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawindirect-indirectbuffer-indirectoffset-indirectbuffer",
- "html": "",
+ "html": "",
"rationale": "let",
"steps": [
{
@@ -5770,32 +5773,32 @@
"html": "Let firstInstance be an unsigned 32-bit integer read from indirectBuffer at\n(indirectOffset + 12) bytes.
"
},
{
- "html": "Draw instanceCount instances, starting with instance firstInstance, of\nprimitives consisting of vertexCount verticies, starting with vertex firstVertex,\nwith the states from bindingState and renderState.
"
+ "html": "Draw instanceCount instances, starting with instance firstInstance, of\nprimitives consisting of vertexCount vertices, starting with vertex firstVertex,\nwith the states from bindingState and renderState.
"
}
]
},
{
"name": "GPURenderCommandsMixin.drawIndexedIndirect",
"href": "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawindexedindirect-indirectbuffer-indirectoffset-indirectbuffer",
- "html": "",
+ "html": "",
"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": "GPURenderCommandsMixin.drawIndexedIndirect",
"href": "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawindexedindirect-indirectbuffer-indirectoffset-indirectbuffer",
- "html": "",
+ "html": "",
"rationale": "validate",
"steps": [
{
"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": "Add indirectBuffer to [[usage scope]]
with usage input.
"
@@ -5814,7 +5817,7 @@
{
"name": "GPURenderCommandsMixin.drawIndexedIndirect",
"href": "https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawindexedindirect-indirectbuffer-indirectoffset-indirectbuffer",
- "html": "",
+ "html": "",
"rationale": "let",
"steps": [
{
@@ -5833,14 +5836,14 @@
"html": "Let firstInstance be an unsigned 32-bit integer read from indirectBuffer at\n(indirectOffset + 16) bytes.
"
},
{
- "html": "Draw instanceCount instances, starting with instance firstInstance, of\nprimitives consisting of indexCount indexed verticies, starting with index firstIndex from vertex baseVertex,\nwith the states from bindingState and renderState.
"
+ "html": "Draw instanceCount instances, starting with instance firstInstance, of\nprimitives consisting of indexCount indexed vertices, starting with index firstIndex from vertex baseVertex,\nwith the states from bindingState and renderState.
"
}
]
},
{
"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": [
{
@@ -5854,7 +5857,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
.
"
}
]
},
@@ -5866,7 +5869,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": [
{
@@ -5884,7 +5887,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]]
.
"
}
]
},
@@ -5898,7 +5901,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": "Enqueue a render command on this which issues the subsequent steps on the Queue timeline with renderState when executed.
"
@@ -5926,7 +5929,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]]
.
"
}
]
},
@@ -5940,7 +5943,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": "Enqueue a render command on this which issues the subsequent steps on the Queue timeline with renderState when executed.
"
@@ -5968,7 +5971,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]]
.
"
}
]
},
@@ -6004,7 +6007,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]]
.
"
}
]
},
@@ -6040,7 +6043,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]]
.
"
}
]
},
@@ -6054,7 +6057,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": "Set this.[[occlusion_query_active]]
to true
.
"
@@ -6081,20 +6084,20 @@
"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": [
{
"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": "Set this.[[occlusion_query_active]]
to false
.
"
@@ -6124,7 +6127,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]]
.
"
}
]
},
@@ -6138,7 +6141,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": "For each bundle in bundles:",
@@ -6169,7 +6172,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": [
{
@@ -6193,7 +6196,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:
",
@@ -6205,7 +6208,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.
"
@@ -6219,7 +6222,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.
"
@@ -6248,7 +6251,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.
"
@@ -6275,7 +6278,7 @@
"html": "Generate a validation error.
"
},
{
- "html": "Return an invalidated GPURenderBundle
.
"
+ "html": "Return an invalidated GPURenderBundle
.
"
}
]
},
@@ -6293,7 +6296,7 @@
{
"name": "GPUQueue.writeBuffer",
"href": "https://www.w3.org/TR/webgpu/#dom-gpuqueue-writebuffer-buffer-bufferoffset-data-dataoffset-size-buffer",
- "html": "\n Arguments for the GPUQueue.writeBuffer(buffer, bufferOffset, data, dataOffset, size) method.\n \n \n Parameter \n | Type \n | Nullable \n | Optional \n | Description \n |
\n \n buffer \n | GPUBuffer \n | ✘\n | ✘\n | The buffer to write to. \n |
\n bufferOffset \n | GPUSize64 \n | ✘\n | ✘\n | Offset in bytes into buffer to begin writing at. \n |
\n data \n | AllowSharedBufferSource \n | ✘\n | ✘\n | Data to write into buffer. \n |
\n dataOffset \n | GPUSize64 \n | ✘\n | ✔\n | Offset in into data to begin writing from. Given in elements if data is a TypedArray and bytes otherwise. \n |
\n size \n | GPUSize64 \n | ✘\n | ✔\n | Size of content to write from data to buffer. Given in elements if data is a TypedArray and bytes otherwise. \n |
",
+ "html": "\n Arguments for the GPUQueue.writeBuffer(buffer, bufferOffset, data, dataOffset, size) method.\n \n \n Parameter \n | Type \n | Nullable \n | Optional \n | Description \n |
\n \n buffer \n | GPUBuffer \n | ✘\n | ✘\n | The buffer to write to. \n |
\n bufferOffset \n | GPUSize64 \n | ✘\n | ✘\n | Offset in bytes into buffer to begin writing at. \n |
\n data \n | AllowSharedBufferSource \n | ✘\n | ✘\n | Data to write into buffer. \n |
\n dataOffset \n | GPUSize64 \n | ✘\n | ✔\n | Offset in into data to begin writing from. Given in elements if data is a TypedArray and bytes otherwise. \n |
\n size \n | GPUSize64 \n | ✘\n | ✔\n | Size of content to write from data to buffer. Given in elements if data is a TypedArray and bytes otherwise. \n |
",
"rationale": ".algorithm",
"steps": [
{
@@ -6315,14 +6318,14 @@
"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.
"
}
]
},
{
"name": "GPUQueue.writeBuffer",
"href": "https://www.w3.org/TR/webgpu/#dom-gpuqueue-writebuffer-buffer-bufferoffset-data-dataoffset-size-buffer",
- "html": "\n Arguments for the GPUQueue.writeBuffer(buffer, bufferOffset, data, dataOffset, size) method.\n \n \n Parameter \n | Type \n | Nullable \n | Optional \n | Description \n |
\n \n buffer \n | GPUBuffer \n | ✘\n | ✘\n | The buffer to write to. \n |
\n bufferOffset \n | GPUSize64 \n | ✘\n | ✘\n | Offset in bytes into buffer to begin writing at. \n |
\n data \n | AllowSharedBufferSource \n | ✘\n | ✘\n | Data to write into buffer. \n |
\n dataOffset \n | GPUSize64 \n | ✘\n | ✔\n | Offset in into data to begin writing from. Given in elements if data is a TypedArray and bytes otherwise. \n |
\n size \n | GPUSize64 \n | ✘\n | ✔\n | Size of content to write from data to buffer. Given in elements if data is a TypedArray and bytes otherwise. \n |
",
+ "html": "\n Arguments for the GPUQueue.writeBuffer(buffer, bufferOffset, data, dataOffset, size) method.\n \n \n Parameter \n | Type \n | Nullable \n | Optional \n | Description \n |
\n \n buffer \n | GPUBuffer \n | ✘\n | ✘\n | The buffer to write to. \n |
\n bufferOffset \n | GPUSize64 \n | ✘\n | ✘\n | Offset in bytes into buffer to begin writing at. \n |
\n data \n | AllowSharedBufferSource \n | ✘\n | ✘\n | Data to write into buffer. \n |
\n dataOffset \n | GPUSize64 \n | ✘\n | ✔\n | Offset in into data to begin writing from. Given in elements if data is a TypedArray and bytes otherwise. \n |
\n size \n | GPUSize64 \n | ✘\n | ✔\n | Size of content to write from data to buffer. Given in elements if data is a TypedArray and bytes otherwise. \n |
",
"rationale": "if",
"steps": [
{
@@ -6336,11 +6339,11 @@
{
"name": "GPUQueue.writeTexture",
"href": "https://www.w3.org/TR/webgpu/#dom-gpuqueue-writetexture-destination-data-datalayout-size-destination",
- "html": "",
+ "html": "",
"rationale": ".algorithm",
"steps": [
{
- "html": "? validate GPUOrigin3D shape(destination.origin
).
"
+ "html": "? validate GPUOrigin3D shape(destination.origin
).
"
},
{
"html": "? validate GPUExtent3D shape(size).
"
@@ -6349,14 +6352,14 @@
"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.
"
}
]
},
{
"name": "GPUQueue.writeTexture",
"href": "https://www.w3.org/TR/webgpu/#dom-gpuqueue-writetexture-destination-data-datalayout-size-destination",
- "html": "",
+ "html": "",
"rationale": "let",
"steps": [
{
@@ -6366,7 +6369,7 @@
"html": "Let dataLength be dataBytes.length.
"
},
{
- "html": "If any of the following conditions are unsatisfied, generate a validation error and return.
\n "
+ "html": "If any of the following conditions are unsatisfied, generate a validation error and return.
\n "
},
{
"html": "Issue the subsequent steps on the Queue timeline of this.
"
@@ -6376,17 +6379,17 @@
{
"name": "GPUQueue.writeTexture",
"href": "https://www.w3.org/TR/webgpu/#dom-gpuqueue-writetexture-destination-data-datalayout-size-destination",
- "html": "",
+ "html": "",
"rationale": "let",
"steps": [
{
- "html": "Let blockWidth be the texel block width of destination.texture
.
"
+ "html": "Let blockWidth be the texel block width of destination.texture
.
"
},
{
- "html": "Let blockHeight be the texel block height of destination.texture
.
"
+ "html": "Let blockHeight be the texel block height of destination.texture
.
"
},
{
- "html": "Let dstOrigin be destination.origin
;
"
+ "html": "Let dstOrigin be destination.origin
;
"
},
{
"html": "Let dstBlockOriginX be (dstOrigin.x ÷ blockWidth).
"
@@ -6401,7 +6404,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]:",
@@ -6419,10 +6422,10 @@
"rationale": "let",
"steps": [
{
- "html": "Let blockOffset be the texel block byte offset of dataLayout for (x, y, z) of destination.texture
.
"
+ "html": "Let blockOffset be the texel block byte offset of dataLayout for (x, y, z) of destination.texture
.
"
},
{
- "html": "Set texel block (dstBlockOriginX + x, dstBlockOriginY + y) of dstSubregion to be an equivalent texel representation to the texel block described by dataBytes at offset blockOffset.
"
+ "html": "Set texel block (dstBlockOriginX + x, dstBlockOriginY + y) of dstSubregion to be an equivalent texel representation to the texel block described by dataBytes at offset blockOffset.
"
}
]
}
@@ -6435,20 +6438,20 @@
{
"name": "GPUQueue.copyExternalImageToTexture",
"href": "https://www.w3.org/TR/webgpu/#dom-gpuqueue-copyexternalimagetotexture-source-destination-copysize-source",
- "html": "",
+ "html": "",
"rationale": ".algorithm",
"steps": [
{
- "html": "? validate GPUOrigin2D shape(source.origin
).
"
+ "html": "? validate GPUOrigin2D shape(source.origin
).
"
},
{
- "html": "? validate GPUOrigin3D shape(destination.origin
).
"
+ "html": "? validate GPUOrigin3D shape(destination.origin
).
"
},
{
"html": "? validate GPUExtent3D shape(copySize).
"
},
{
- "html": "Let sourceImage be source.source
"
+ "html": "Let sourceImage be source.source
"
},
{
"html": "If sourceImage is not origin-clean,\nthrow a SecurityError
and return.
"
@@ -6460,21 +6463,21 @@
"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.
"
}
]
},
{
"name": "GPUQueue.copyExternalImageToTexture",
"href": "https://www.w3.org/TR/webgpu/#dom-gpuqueue-copyexternalimagetotexture-source-destination-copysize-source",
- "html": "",
+ "html": "",
"rationale": "let",
"steps": [
{
- "html": "Let texture be destination.texture
.
"
+ "html": "Let texture be destination.texture
.
"
},
{
- "html": "If any of the following requirements are unmet, generate a validation error and return.
\n "
+ "html": "If any of the following requirements are unmet, generate a validation error and return.
\n "
},
{
"html": "If copySize.depthOrArrayLayers is > 0, issue the subsequent\nsteps on the Queue timeline of this.
"
@@ -6484,17 +6487,17 @@
{
"name": "GPUQueue.copyExternalImageToTexture",
"href": "https://www.w3.org/TR/webgpu/#dom-gpuqueue-copyexternalimagetotexture-source-destination-copysize-source",
- "html": "",
+ "html": "",
"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
.
"
+ "html": "Let srcOrigin be source.origin
.
"
},
{
- "html": "Let dstOrigin be destination.origin
.
"
+ "html": "Let dstOrigin be destination.origin
.
"
},
{
"html": "Let dstSubregion be texture copy sub-region (dstOrigin.z) of destination.
"
@@ -6504,14 +6507,14 @@
"rationale": "let",
"steps": [
{
- "html": "Let srcY be y if source.flipY
is false
and\n(copySize.height − 1 − y) otherwise.
"
+ "html": "Let srcY be y if source.flipY
is false
and\n(copySize.height − 1 − y) otherwise.
"
},
{
"html": "For each x in the range [0, copySize.width − 1]:",
"rationale": "set",
"steps": [
{
- "html": "Set texel block (dstOrigin.x + x, dstOrigin.y + y) of dstSubregion to be an equivalent texel representation of the pixel at\n(srcOrigin.x + x, srcOrigin.y + srcY) of source.source
after applying any color encoding required by destination.colorSpace
and destination.premultipliedAlpha
.
"
+ "html": "Set texel block (dstOrigin.x + x, dstOrigin.y + y) of dstSubregion to be an equivalent texel representation of the pixel at\n(srcOrigin.x + x, srcOrigin.y + srcY) of source.source
after applying any color encoding required by destination.colorSpace
and destination.premultipliedAlpha
.
"
}
]
}
@@ -6526,7 +6529,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:
"
}
]
},
@@ -6603,7 +6606,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.
"
@@ -6612,14 +6615,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.
"
}
]
},
@@ -6658,7 +6661,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.
"
@@ -6672,7 +6675,10 @@
"rationale": "if",
"steps": [
{
- "html": "If any of the following requirements are unmet, generate a validation error, invalidate q and return.
\n "
+ "html": "If any of the following requirements are unmet, generate a validation error, invalidate q and return.
\n "
+ },
+ {
+ "html": "Create a device allocation for q where each entry in the query set is zero.
\n If the allocation fails without side-effects, generate an out-of-memory error, invalidate q, and return.
"
}
]
},
@@ -6682,13 +6688,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": [
{
@@ -6699,7 +6705,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": [
{
@@ -6737,10 +6743,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
.
"
@@ -6758,7 +6764,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.
"
}
]
},
@@ -6811,7 +6817,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
.
"
@@ -7033,7 +7039,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": [
{
@@ -7047,7 +7053,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": [
{
@@ -7061,7 +7067,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": [
{
@@ -7075,7 +7081,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": [
{
@@ -7124,7 +7130,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": [
{
@@ -7150,7 +7156,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": [
{
@@ -7171,7 +7177,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.
"
}
]
},
@@ -7204,7 +7210,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.
"
@@ -7213,11 +7219,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": [
{
@@ -7271,7 +7277,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Let computeInvocations be an empty list.
"
+ "html": "Let computeInvocations be an empty list.
"
},
{
"html": "Let computeStage be descriptor.compute
.
"
@@ -7506,7 +7512,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.
"
}
]
}
diff --git a/tr/css/css-conditional-5.json b/tr/css/css-conditional-5.json
index bdee1885ad9d..fb591561a136 100644
--- a/tr/css/css-conditional-5.json
+++ b/tr/css/css-conditional-5.json
@@ -7,7 +7,7 @@
{
"name": "container-type",
"href": "https://www.w3.org/TR/css-conditional-5/#propdef-container-type",
- "value": "normal | size | inline-size",
+ "value": "normal | [ [ size | inline-size ] || scroll-state ]",
"initial": "normal",
"appliesTo": "all elements",
"inherited": "no",
@@ -30,9 +30,16 @@
"type": "value",
"value": "inline-size"
},
+ {
+ "name": "scroll-state",
+ "prose": "Establishes a query container for scroll-state queries",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-type-scroll-state",
+ "type": "value",
+ "value": "scroll-state"
+ },
{
"name": "normal",
- "prose": "The element is not a query container for any container size queries, but remains a query container for container style queries.",
+ "prose": "The element is not a query container for any container size queries or scroll-state queries, but remains a query container for container style queries.",
"href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-type-normal",
"type": "value",
"value": "normal"
@@ -168,6 +175,194 @@
"value": "landscape"
}
]
+ },
+ {
+ "name": "stuck",
+ "href": "https://www.w3.org/TR/css-conditional-5/#descdef-container-stuck",
+ "for": "@container",
+ "value": "none | top | right | bottom | left | block-start | inline-start | block-end | inline-end",
+ "type": "discrete",
+ "values": [
+ {
+ "name": "none",
+ "prose": "The sticky container is not shifted in any direction.",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-none",
+ "type": "value",
+ "value": "none"
+ },
+ {
+ "name": "top",
+ "prose": "The sticky container is shifted to stay inside the top edge.",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-top",
+ "type": "value",
+ "value": "top"
+ },
+ {
+ "name": "right",
+ "prose": "The sticky container is shifted to stay inside the right edge.",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-right",
+ "type": "value",
+ "value": "right"
+ },
+ {
+ "name": "bottom",
+ "prose": "The sticky container is shifted to stay inside the bottom edge.",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-bottom",
+ "type": "value",
+ "value": "bottom"
+ },
+ {
+ "name": "left",
+ "prose": "The sticky container is shifted to stay inside the left edge.",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-left",
+ "type": "value",
+ "value": "left"
+ },
+ {
+ "name": "block-start",
+ "prose": "The sticky container is shifted to stay inside the block-start edge.",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-block-start",
+ "type": "value",
+ "value": "block-start"
+ },
+ {
+ "name": "inline-start",
+ "prose": "The sticky container is shifted to stay inside the inline-start edge.",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-inline-start",
+ "type": "value",
+ "value": "inline-start"
+ },
+ {
+ "name": "block-end",
+ "prose": "The sticky container is shifted to stay inside the block-end edge.",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-block-end",
+ "type": "value",
+ "value": "block-end"
+ },
+ {
+ "name": "inline-end",
+ "prose": "The sticky container is shifted to stay inside the inline-end edge.",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-inline-end",
+ "type": "value",
+ "value": "inline-end"
+ }
+ ]
+ },
+ {
+ "name": "snapped",
+ "href": "https://www.w3.org/TR/css-conditional-5/#descdef-container-snapped",
+ "for": "@container",
+ "value": "none | x | y | block | inline",
+ "type": "discrete",
+ "values": [
+ {
+ "name": "none",
+ "prose": "The query container is not a snap target.",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-snapped-none",
+ "type": "value",
+ "value": "none"
+ },
+ {
+ "name": "x",
+ "prose": "snapped container feature matches x if the query container is a horizontal snap target for its scroll container.",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-snapped-x",
+ "type": "value",
+ "value": "x"
+ },
+ {
+ "name": "y",
+ "prose": "snapped container feature matches y if the query container is a vertical snap target for its scroll container.",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-snapped-y",
+ "type": "value",
+ "value": "y"
+ },
+ {
+ "name": "block",
+ "prose": "snapped container feature matches block if the query container is a snap target for its scroll container. in the block direction of the snap container.",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-snapped-block",
+ "type": "value",
+ "value": "block"
+ },
+ {
+ "name": "inline",
+ "prose": "snapped container feature matches inline if the query container is a snap target for its scroll container in the inline direction of the snap container.",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-snapped-inline",
+ "type": "value",
+ "value": "inline"
+ }
+ ]
+ },
+ {
+ "name": "overflowing",
+ "href": "https://www.w3.org/TR/css-conditional-5/#descdef-container-overflowing",
+ "for": "@container",
+ "value": "none | top | right | bottom | left | block-start | inline-start | block-end | inline-end",
+ "type": "discrete",
+ "values": [
+ {
+ "name": "none",
+ "prose": "The scroll container does not have scrollable overflow in any direction.",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-none",
+ "type": "value",
+ "value": "none"
+ },
+ {
+ "name": "top",
+ "prose": "The scroll container has scrollable overflow past the top edge.",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-top",
+ "type": "value",
+ "value": "top"
+ },
+ {
+ "name": "right",
+ "prose": "The scroll container has scrollable overflow past the right edge.",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-right",
+ "type": "value",
+ "value": "right"
+ },
+ {
+ "name": "bottom",
+ "prose": "The scroll container has scrollable overflow past the bottom edge.",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-bottom",
+ "type": "value",
+ "value": "bottom"
+ },
+ {
+ "name": "left",
+ "prose": "The scroll container has scrollable overflow past the left edge.",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-left",
+ "type": "value",
+ "value": "left"
+ },
+ {
+ "name": "block-start",
+ "prose": "The scroll container has scrollable overflow past the block-start edge.",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-block-start",
+ "type": "value",
+ "value": "block-start"
+ },
+ {
+ "name": "inline-start",
+ "prose": "The scroll container has scrollable overflow past the inline-start edge.",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-inline-start",
+ "type": "value",
+ "value": "inline-start"
+ },
+ {
+ "name": "block-end",
+ "prose": "The scroll container has scrollable overflow past the block-end edge.",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-block-end",
+ "type": "value",
+ "value": "block-end"
+ },
+ {
+ "name": "inline-end",
+ "prose": "The scroll container has scrollable overflow past the inline-end edge.",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-inline-end",
+ "type": "value",
+ "value": "inline-end"
+ }
+ ]
}
],
"value": "@container # { }"
@@ -227,7 +422,7 @@
"name": "",
"href": "https://www.w3.org/TR/css-conditional-5/#typedef-query-in-parens",
"type": "type",
- "value": "( ) | ( ) | style( ) | "
+ "value": "( ) | ( ) | style( ) | scroll-state( ) | "
},
{
"name": "",
@@ -241,6 +436,18 @@
"type": "type",
"value": "( ) | ( ) | "
},
+ {
+ "name": "",
+ "href": "https://www.w3.org/TR/css-conditional-5/#typedef-scroll-state-query",
+ "type": "type",
+ "value": "not | [ [ and ]* | [ or ]* ] | "
+ },
+ {
+ "name": "",
+ "href": "https://www.w3.org/TR/css-conditional-5/#typedef-scroll-state-in-parens",
+ "type": "type",
+ "value": "( ) | ( ) | "
+ },
{
"name": "",
"prose": "A container size query allows querying the size of the query container’s principal box. It is a boolean combination of individual size features () that each query a single, specific dimensional feature of the query container. The syntax of a is the same as for a media feature: a feature name, a comparator, and a value. [mediaqueries-5] The boolean syntax and logic combining size features into a size query is the same as for CSS feature queries. (See @supports. [css-conditional-3])",
@@ -252,6 +459,12 @@
"prose": "A container style query allows querying the computed values of the query container. It is a boolean combination of individual style features () that each query a single, specific property of the query container. The syntax of a is either the same as for a valid declaration [CSS-SYNTAX-3], a supported CSS property, or a .",
"href": "https://www.w3.org/TR/css-conditional-5/#typedef-style-feature",
"type": "type"
+ },
+ {
+ "name": "",
+ "prose": "A container scroll-state query allows querying a container for state that depends on scroll position. It is a boolean combination of individual scroll-state features () that each query a single feature of the query container. The syntax of a is the same as for a media feature: a feature name, a comparator, and a value.",
+ "href": "https://www.w3.org/TR/css-conditional-5/#typedef-scroll-state-feature",
+ "type": "type"
}
]
}
diff --git a/tr/css/motion.json b/tr/css/motion.json
index 4f32f85c5b65..7adaeecab85f 100644
--- a/tr/css/motion.json
+++ b/tr/css/motion.json
@@ -7,15 +7,59 @@
{
"name": "offset-path",
"href": "https://www.w3.org/TR/motion-1/#propdef-offset-path",
- "value": "none | ray() | path() | | [ || ]",
+ "value": "none | || ",
"initial": "none",
"appliesTo": "transformable elements",
"inherited": "no",
"percentages": "n/a",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
+ "animationType": "by computed value",
"media": "visual",
- "animatable": "as , or path()",
+ "values": [
+ {
+ "name": "none",
+ "prose": "The element does not have an offset transform.",
+ "href": "https://www.w3.org/TR/motion-1/#valdef-offset-path-none",
+ "type": "value",
+ "value": "none"
+ },
+ {
+ "name": " || ",
+ "prose": "The element has an offset transform, defined by some offset path. See § 2.7 Calculating The Offset Transform for details on how to calculate the offset transform. All the usual effects of having a transform apply (such as creating a stacking context, etc.) See CSS Transforms 1 § 3 The Transform Rendering Model for details. If is omitted, it defaults to inset(0 round X), where X is the value of border-radius on the element that establishes the containing block for this element. If is omitted, it defaults to border-box. See the specific values (below) for the interpretation of each component.",
+ "href": "https://www.w3.org/TR/motion-1/#valdef-offset-path-offset-path--coord-box",
+ "type": "value",
+ "value": " || "
+ },
+ {
+ "name": "",
+ "prose": "The offset path is a line extending from the origin at some angle. See § 2.1.1 The ray() Function for details. The provides the reference box for the ray.",
+ "href": "https://www.w3.org/TR/motion-1/#valdef-offset-path-ray",
+ "type": "value",
+ "value": ""
+ },
+ {
+ "name": "",
+ "prose": "A URL reference to an SVG shape element. The offset path is the referenced element’s equivalent path. [SVG2] If the URL does not reference a shape element (because it references a different element, or resolves to a non-SVG document, or doesn’t resolve at all, etc) this behaves as path(\"m 0 0\") (a ) instead. The defines the viewport and user coordinate system for the shape element, with the origin (the 0,0 point) at the top left corner, and units being 1px in size.",
+ "href": "https://www.w3.org/TR/motion-1/#valdef-offset-path-url",
+ "type": "value",
+ "value": ""
+ },
+ {
+ "name": "",
+ "prose": "The offset path is the equivalent path of the function. For all s, if they accept an at argument but that argument is omitted, and the element defines an offset starting position via offset-position, it uses the specified offset starting position for that argument. Otherwise it defaults as specified for each function. The provides the [=/reference box=] for the .",
+ "href": "https://www.w3.org/TR/motion-1/#valdef-offset-path-basic-shape",
+ "type": "value",
+ "value": ""
+ },
+ {
+ "name": "",
+ "prose": "Defines the box that the sizes into. In CSS contexts, the boxes being referenced are from the element that establishes the containing block for this element. In SVG contexts, all values behave as view-box.",
+ "href": "https://www.w3.org/TR/motion-1/#valdef-offset-path-coord-box",
+ "type": "value",
+ "value": ""
+ }
+ ],
"styleDeclaration": [
"offset-path",
"offsetPath"
@@ -28,11 +72,11 @@
"initial": "0",
"appliesTo": "transformable elements",
"inherited": "no",
- "percentages": "refer to the total path length",
- "computedValue": "For the absolute value, otherwise a percentage.",
+ "percentages": "relative to the offset path length",
+ "computedValue": "a computed value",
"canonicalOrder": "per grammar",
+ "animationType": "by computed value",
"media": "visual",
- "animatable": "yes",
"styleDeclaration": [
"offset-distance",
"offsetDistance"
@@ -41,15 +85,38 @@
{
"name": "offset-position",
"href": "https://www.w3.org/TR/motion-1/#propdef-offset-position",
- "value": "auto | ",
- "initial": "auto",
+ "value": "normal | auto | ",
+ "initial": "normal",
"appliesTo": "transformable elements",
"inherited": "no",
"percentages": "Refer to the size of containing block",
- "computedValue": "For the absolute value, otherwise a percentage.",
+ "computedValue": "The normal or auto keywords, or a computed ",
"canonicalOrder": "per grammar",
+ "animationType": "by computed value",
"media": "visual",
- "animatable": "as position",
+ "values": [
+ {
+ "name": "normal",
+ "prose": "The element does not have an offset starting position.",
+ "href": "https://www.w3.org/TR/motion-1/#valdef-offset-position-normal",
+ "type": "value",
+ "value": "normal"
+ },
+ {
+ "name": "auto",
+ "prose": "The offset starting position is the top-left corner of the box.",
+ "href": "https://www.w3.org/TR/motion-1/#valdef-offset-position-auto",
+ "type": "value",
+ "value": "auto"
+ },
+ {
+ "name": "",
+ "prose": "The offset starting position is the result of using the to position a 0x0 object area within the box’s containing block.",
+ "href": "https://www.w3.org/TR/motion-1/#valdef-offset-position-position",
+ "type": "value",
+ "value": ""
+ }
+ ],
"styleDeclaration": [
"offset-position",
"offsetPosition"
@@ -62,11 +129,27 @@
"initial": "auto",
"appliesTo": "transformable elements",
"inherited": "no",
- "percentages": "Relative to the width and the height of a box",
- "computedValue": "For the absolute value, otherwise a percentage.",
+ "percentages": "relative to the width and the height of the element’s reference box",
+ "computedValue": "the auto keyword or a computed ",
"canonicalOrder": "per grammar",
+ "animationType": "by computed value",
"media": "visual",
- "animatable": "as ",
+ "values": [
+ {
+ "name": "auto",
+ "prose": "The anchor point is the same as the point indicated by transform-origin. Specifically, the computed value of transform-origin is resolved as a against the element’s reference box.",
+ "href": "https://www.w3.org/TR/motion-1/#valdef-offset-anchor-auto",
+ "type": "value",
+ "value": "auto"
+ },
+ {
+ "name": "",
+ "prose": "The anchor point is the result of resolving the against the element’s reference box.",
+ "href": "https://www.w3.org/TR/motion-1/#valdef-offset-anchor-position",
+ "type": "value",
+ "value": ""
+ }
+ ],
"styleDeclaration": [
"offset-anchor",
"offsetAnchor"
@@ -82,22 +165,29 @@
"percentages": "n/a",
"computedValue": "computed value, optionally preceded by auto",
"canonicalOrder": "per grammar",
+ "animationType": "by computed value",
"media": "visual",
- "animatable": "yes",
"values": [
{
"name": "auto",
- "prose": "Indicates that the object is rotated (over time if offset-distance is animated) by the angle of the direction (i.e., directional tangent vector) of the offset path, relative to the positive x-axis. If specified in combination with , the computed value of is added to the computed value of auto.",
+ "prose": "The offset transform will have a rotation component equal to the difference between the offset path’s direction at the offset position and the direction of the positive X axis (that is, a line going toward the right). See SVG’s direction of a path for details on how to calculate this. If specified with an , the angle is added to the rotation component.",
"href": "https://www.w3.org/TR/motion-1/#valdef-offset-rotate-auto",
"type": "value",
"value": "auto"
},
{
"name": "reverse",
- "prose": "Indicates that the object is rotated (over time if offset-distance is animated) by the angle of the direction (i.e., directional tangent vector) of the offset path, relative to the positive x-axis, plus 180 degrees. If specified in combination with , the computed value of is added to the computed value of reverse.",
+ "prose": "Identical to auto, but adds an additional 180deg to the rotation.",
"href": "https://www.w3.org/TR/motion-1/#valdef-offset-rotate-reverse",
"type": "value",
"value": "reverse"
+ },
+ {
+ "name": "",
+ "prose": "When specified on its own, adds a rotation component to the offset transform of the specified angle. (That is, offset-rotate: 45deg; is similar to transform: rotate(45deg); it’s just ordered to be part of the offset transform.)",
+ "href": "https://www.w3.org/TR/motion-1/#valdef-offset-rotate-angle",
+ "type": "value",
+ "value": ""
}
],
"styleDeclaration": [
@@ -108,15 +198,14 @@
{
"name": "offset",
"href": "https://www.w3.org/TR/motion-1/#propdef-offset",
- "value": "[ offset-position? [ offset-path [ offset-distance || offset-rotate ]? ]? ]! [ / offset-anchor ]?",
+ "value": "[ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?",
"initial": "see individual properties",
"appliesTo": "transformable elements",
- "inherited": "no",
+ "inherited": "see individual properties",
"percentages": "see individual properties",
"computedValue": "see individual properties",
+ "animationType": "see individual properties",
"canonicalOrder": "per grammar",
- "media": "visual",
- "animatable": "see individual properties",
"styleDeclaration": [
"offset"
]
@@ -124,70 +213,91 @@
],
"atrules": [],
"selectors": [],
- "values": [],
- "warnings": [
- {
- "msg": "Dangling value",
- "name": "ray()",
- "value": "ray()",
- "pureSyntax": true,
- "href": "https://www.w3.org/TR/motion-1/#valdef-offsetpath-ray",
- "type": "value",
- "for": "offsetpath"
- },
- {
- "msg": "Dangling value",
- "name": "",
- "prose": "Decides the path length used when offset-distance is expressed as a percentage, using the distance to the containing box. For values other than sides, the path length is independent of . It is defined as: = [ closest-side | closest-corner | farthest-side | farthest-corner | sides ]",
- "href": "https://www.w3.org/TR/motion-1/#valdef-offsetpath-size",
- "type": "value",
- "value": "",
- "for": "offsetpath"
- },
+ "values": [
{
- "msg": "Dangling value",
- "name": "contain",
- "prose": "The used value of offset-distance is clamped so that the box is entirely contained within the path. If no offset-distance would lead to the box being enclosed by the path, the path size is minimally increased so that such an offset-distance exists.",
- "href": "https://www.w3.org/TR/motion-1/#valdef-offsetpath-contain",
- "type": "value",
- "value": "contain",
- "for": "offsetpath"
+ "name": "",
+ "href": "https://www.w3.org/TR/motion-1/#typedef-offset-path",
+ "type": "type",
+ "value": " | | "
},
{
- "msg": "Dangling value",
- "name": "initial position",
- "prose": "The initial position and initial direction of the path describe the position of the box along the path when offset-distance begins increasing from 0%.",
- "href": "https://www.w3.org/TR/motion-1/#valdef-offsetpath-initial-position",
- "type": "value",
- "value": "initial position",
- "for": "offsetpath"
- },
- {
- "msg": "Dangling value",
- "name": "initial direction",
- "prose": "The initial position and initial direction of the path describe the position of the box along the path when offset-distance begins increasing from 0%.",
- "href": "https://www.w3.org/TR/motion-1/#valdef-offsetpath-initial-direction",
- "type": "value",
- "value": "initial direction",
- "for": "offsetpath"
- },
- {
- "msg": "Dangling value",
- "name": "path()",
- "value": "path()",
- "pureSyntax": true,
- "href": "https://www.w3.org/TR/motion-1/#offsetpath-pathfunc",
- "type": "value",
- "for": "offsetpath"
+ "name": "ray()",
+ "href": "https://www.w3.org/TR/motion-1/#funcdef-ray",
+ "type": "function",
+ "value": "ray( && ? && contain? && [at ]? )",
+ "values": [
+ {
+ "name": "",
+ "prose": "The offset path is a single line segment that starts from the offset starting position and proceeds in the direction defined by the specified . (Its length is determined by the other arguments.) As with gradient functions, values are interpreted as bearing angles, with 0deg pointing up and positive angles representing clockwise rotation.",
+ "href": "https://www.w3.org/TR/motion-1/#valdef-ray-angle",
+ "type": "value",
+ "value": ""
+ },
+ {
+ "name": "",
+ "prose": "Specifies the length of the offset path (the distance between the offset-distance: 0% and offset-distance: 100% points) relative to the containing box. If no is specified it defaults to closest-side. Individual keywords are:",
+ "href": "https://www.w3.org/TR/motion-1/#valdef-ray-ray-size",
+ "type": "value",
+ "value": ""
+ },
+ {
+ "name": "contain",
+ "prose": "The length of the offset path is reduced so that the element stays within the containing block even at offset-distance: 100%. Specifically, the path’s length is reduced by half the width or half the height of the element’s border box, whichever is larger, and floored at zero.",
+ "href": "https://www.w3.org/TR/motion-1/#valdef-ray-contain",
+ "type": "value",
+ "value": "contain"
+ },
+ {
+ "name": "at ",
+ "prose": "Specifies the origin of the ray, where the ray’s line begins (the 0% position). It’s resolved by using the to position a 0x0 object area within the box’s containing block. If omitted, it uses the offset starting position of the element, given by offset-position. If the element doesn’t have an offset starting position either, it behaves as at center.",
+ "href": "https://www.w3.org/TR/motion-1/#valdef-ray-at-position",
+ "type": "value",
+ "value": "at "
+ }
+ ]
},
{
- "msg": "Dangling value",
- "name": "none",
- "prose": "No offset path gets created. When offset-path is none, offset-distance and offset-rotate have no effect.",
- "href": "https://www.w3.org/TR/motion-1/#offsetpath-none",
- "type": "value",
- "value": "none",
- "for": "offsetpath"
+ "name": "",
+ "href": "https://www.w3.org/TR/motion-1/#typedef-ray-size",
+ "type": "type",
+ "value": "closest-side | closest-corner | farthest-side | farthest-corner | sides",
+ "values": [
+ {
+ "name": "closest-side",
+ "prose": "The distance from the ray’s starting point to whichever side of the containing block is closest.",
+ "href": "https://www.w3.org/TR/motion-1/#size-closest-side",
+ "type": "value",
+ "value": "closest-side"
+ },
+ {
+ "name": "closest-corner",
+ "prose": "The distance from the ray’s starting point to whichever corner of the containing block is closest.",
+ "href": "https://www.w3.org/TR/motion-1/#size-closest-corner",
+ "type": "value",
+ "value": "closest-corner"
+ },
+ {
+ "name": "farthest-side",
+ "prose": "The distance from the ray’s starting point to whichever side of the containing block is farthest.",
+ "href": "https://www.w3.org/TR/motion-1/#size-farthest-side",
+ "type": "value",
+ "value": "farthest-side"
+ },
+ {
+ "name": "farthest-corner",
+ "prose": "The distance from the ray’s starting point to whichever corner of the containing block is farthest.",
+ "href": "https://www.w3.org/TR/motion-1/#size-farthest-corner",
+ "type": "value",
+ "value": "farthest-corner"
+ },
+ {
+ "name": "sides",
+ "prose": "The distance from the ray’s starting point to the point where the offset path intersects the containing block’s boundary. If the ray’s starting point is on the containing block’s boundary, or outside its bounds entirely, the distance is zero.",
+ "href": "https://www.w3.org/TR/motion-1/#size-sides",
+ "type": "value",
+ "value": "sides"
+ }
+ ]
}
]
}
diff --git a/tr/dfns/css-conditional-5.json b/tr/dfns/css-conditional-5.json
index ac9891ebb396..922c9883c4e5 100644
--- a/tr/dfns/css-conditional-5.json
+++ b/tr/dfns/css-conditional-5.json
@@ -198,6 +198,25 @@
},
"definedIn": "prose"
},
+ {
+ "id": "query-container",
+ "href": "https://www.w3.org/TR/css-conditional-5/#query-container",
+ "linkingText": [
+ "query container"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "container-queries",
+ "href": "https://www.w3.org/TR/css-conditional-5/#container-queries",
+ "title": "Container Queries",
+ "number": "5"
+ },
+ "definedIn": "prose"
+ },
{
"id": "propdef-container-type",
"href": "https://www.w3.org/TR/css-conditional-5/#propdef-container-type",
@@ -218,14 +237,16 @@
"definedIn": "table"
},
{
- "id": "query-container",
- "href": "https://www.w3.org/TR/css-conditional-5/#query-container",
+ "id": "valdef-container-type-size",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-type-size",
"linkingText": [
- "query container"
+ "size"
],
"localLinkingText": [],
- "type": "dfn",
- "for": [],
+ "type": "value",
+ "for": [
+ "container-type"
+ ],
"access": "public",
"informative": false,
"heading": {
@@ -234,13 +255,13 @@
"title": "Creating Query Containers: the container-type property",
"number": "5.1"
},
- "definedIn": "prose"
+ "definedIn": "dt"
},
{
- "id": "valdef-container-type-size",
- "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-type-size",
+ "id": "valdef-container-type-inline-size",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-type-inline-size",
"linkingText": [
- "size"
+ "inline-size"
],
"localLinkingText": [],
"type": "value",
@@ -258,10 +279,10 @@
"definedIn": "dt"
},
{
- "id": "valdef-container-type-inline-size",
- "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-type-inline-size",
+ "id": "valdef-container-type-scroll-state",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-type-scroll-state",
"linkingText": [
- "inline-size"
+ "scroll-state"
],
"localLinkingText": [],
"type": "value",
@@ -529,6 +550,44 @@
},
"definedIn": "pre"
},
+ {
+ "id": "typedef-scroll-state-query",
+ "href": "https://www.w3.org/TR/css-conditional-5/#typedef-scroll-state-query",
+ "linkingText": [
+ ""
+ ],
+ "localLinkingText": [],
+ "type": "type",
+ "for": [],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "container-rule",
+ "href": "https://www.w3.org/TR/css-conditional-5/#container-rule",
+ "title": "Container Queries: the @container rule",
+ "number": "5.4"
+ },
+ "definedIn": "pre"
+ },
+ {
+ "id": "typedef-scroll-state-in-parens",
+ "href": "https://www.w3.org/TR/css-conditional-5/#typedef-scroll-state-in-parens",
+ "linkingText": [
+ ""
+ ],
+ "localLinkingText": [],
+ "type": "type",
+ "for": [],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "container-rule",
+ "href": "https://www.w3.org/TR/css-conditional-5/#container-rule",
+ "title": "Container Queries: the @container rule",
+ "number": "5.4"
+ },
+ "definedIn": "pre"
+ },
{
"id": "container-feature",
"href": "https://www.w3.org/TR/css-conditional-5/#container-feature",
@@ -576,7 +635,7 @@
"localLinkingText": [],
"type": "dfn",
"for": [],
- "access": "private",
+ "access": "public",
"informative": false,
"heading": {
"id": "size-container",
@@ -830,6 +889,609 @@
},
"definedIn": "prose"
},
+ {
+ "id": "container-scroll-state-query",
+ "href": "https://www.w3.org/TR/css-conditional-5/#container-scroll-state-query",
+ "linkingText": [
+ "container scroll-state query"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "scroll-state-container",
+ "href": "https://www.w3.org/TR/css-conditional-5/#scroll-state-container",
+ "title": "Scroll State Container Features",
+ "number": "6.3"
+ },
+ "definedIn": "prose"
+ },
+ {
+ "id": "scroll-state-feature",
+ "href": "https://www.w3.org/TR/css-conditional-5/#scroll-state-feature",
+ "linkingText": [
+ "scroll-state feature"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "scroll-state-container",
+ "href": "https://www.w3.org/TR/css-conditional-5/#scroll-state-container",
+ "title": "Scroll State Container Features",
+ "number": "6.3"
+ },
+ "definedIn": "prose"
+ },
+ {
+ "id": "typedef-scroll-state-feature",
+ "href": "https://www.w3.org/TR/css-conditional-5/#typedef-scroll-state-feature",
+ "linkingText": [
+ ""
+ ],
+ "localLinkingText": [],
+ "type": "type",
+ "for": [],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "scroll-state-container",
+ "href": "https://www.w3.org/TR/css-conditional-5/#scroll-state-container",
+ "title": "Scroll State Container Features",
+ "number": "6.3"
+ },
+ "definedIn": "prose"
+ },
+ {
+ "id": "descdef-container-stuck",
+ "href": "https://www.w3.org/TR/css-conditional-5/#descdef-container-stuck",
+ "linkingText": [
+ "stuck"
+ ],
+ "localLinkingText": [],
+ "type": "descriptor",
+ "for": [
+ "@container"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "stuck",
+ "href": "https://www.w3.org/TR/css-conditional-5/#stuck",
+ "title": "Sticky positioning: the stuck feature",
+ "number": "6.3.2"
+ },
+ "definedIn": "table"
+ },
+ {
+ "id": "valdef-container-stuck-none",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-none",
+ "linkingText": [
+ "none"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "@container/stuck"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "stuck",
+ "href": "https://www.w3.org/TR/css-conditional-5/#stuck",
+ "title": "Sticky positioning: the stuck feature",
+ "number": "6.3.2"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "valdef-container-stuck-top",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-top",
+ "linkingText": [
+ "top"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "@container/stuck"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "stuck",
+ "href": "https://www.w3.org/TR/css-conditional-5/#stuck",
+ "title": "Sticky positioning: the stuck feature",
+ "number": "6.3.2"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "valdef-container-stuck-right",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-right",
+ "linkingText": [
+ "right"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "@container/stuck"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "stuck",
+ "href": "https://www.w3.org/TR/css-conditional-5/#stuck",
+ "title": "Sticky positioning: the stuck feature",
+ "number": "6.3.2"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "valdef-container-stuck-bottom",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-bottom",
+ "linkingText": [
+ "bottom"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "@container/stuck"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "stuck",
+ "href": "https://www.w3.org/TR/css-conditional-5/#stuck",
+ "title": "Sticky positioning: the stuck feature",
+ "number": "6.3.2"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "valdef-container-stuck-left",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-left",
+ "linkingText": [
+ "left"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "@container/stuck"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "stuck",
+ "href": "https://www.w3.org/TR/css-conditional-5/#stuck",
+ "title": "Sticky positioning: the stuck feature",
+ "number": "6.3.2"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "valdef-container-stuck-block-start",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-block-start",
+ "linkingText": [
+ "block-start"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "@container/stuck"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "stuck",
+ "href": "https://www.w3.org/TR/css-conditional-5/#stuck",
+ "title": "Sticky positioning: the stuck feature",
+ "number": "6.3.2"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "valdef-container-stuck-inline-start",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-inline-start",
+ "linkingText": [
+ "inline-start"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "@container/stuck"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "stuck",
+ "href": "https://www.w3.org/TR/css-conditional-5/#stuck",
+ "title": "Sticky positioning: the stuck feature",
+ "number": "6.3.2"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "valdef-container-stuck-block-end",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-block-end",
+ "linkingText": [
+ "block-end"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "@container/stuck"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "stuck",
+ "href": "https://www.w3.org/TR/css-conditional-5/#stuck",
+ "title": "Sticky positioning: the stuck feature",
+ "number": "6.3.2"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "valdef-container-stuck-inline-end",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-inline-end",
+ "linkingText": [
+ "inline-end"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "@container/stuck"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "stuck",
+ "href": "https://www.w3.org/TR/css-conditional-5/#stuck",
+ "title": "Sticky positioning: the stuck feature",
+ "number": "6.3.2"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "descdef-container-snapped",
+ "href": "https://www.w3.org/TR/css-conditional-5/#descdef-container-snapped",
+ "linkingText": [
+ "snapped"
+ ],
+ "localLinkingText": [],
+ "type": "descriptor",
+ "for": [
+ "@container"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "snapped",
+ "href": "https://www.w3.org/TR/css-conditional-5/#snapped",
+ "title": "Scroll snapping: the snapped feature",
+ "number": "6.3.3"
+ },
+ "definedIn": "table"
+ },
+ {
+ "id": "valdef-container-snapped-none",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-snapped-none",
+ "linkingText": [
+ "none"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "@container/snapped"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "snapped",
+ "href": "https://www.w3.org/TR/css-conditional-5/#snapped",
+ "title": "Scroll snapping: the snapped feature",
+ "number": "6.3.3"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "valdef-container-snapped-x",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-snapped-x",
+ "linkingText": [
+ "x"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "@container/snapped"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "snapped",
+ "href": "https://www.w3.org/TR/css-conditional-5/#snapped",
+ "title": "Scroll snapping: the snapped feature",
+ "number": "6.3.3"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "valdef-container-snapped-y",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-snapped-y",
+ "linkingText": [
+ "y"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "@container/snapped"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "snapped",
+ "href": "https://www.w3.org/TR/css-conditional-5/#snapped",
+ "title": "Scroll snapping: the snapped feature",
+ "number": "6.3.3"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "valdef-container-snapped-block",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-snapped-block",
+ "linkingText": [
+ "block"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "@container/snapped"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "snapped",
+ "href": "https://www.w3.org/TR/css-conditional-5/#snapped",
+ "title": "Scroll snapping: the snapped feature",
+ "number": "6.3.3"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "valdef-container-snapped-inline",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-snapped-inline",
+ "linkingText": [
+ "inline"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "@container/snapped"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "snapped",
+ "href": "https://www.w3.org/TR/css-conditional-5/#snapped",
+ "title": "Scroll snapping: the snapped feature",
+ "number": "6.3.3"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "descdef-container-overflowing",
+ "href": "https://www.w3.org/TR/css-conditional-5/#descdef-container-overflowing",
+ "linkingText": [
+ "overflowing"
+ ],
+ "localLinkingText": [],
+ "type": "descriptor",
+ "for": [
+ "@container"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "overflowing",
+ "href": "https://www.w3.org/TR/css-conditional-5/#overflowing",
+ "title": "Overflowing: the overflowing feature",
+ "number": "6.3.4"
+ },
+ "definedIn": "table"
+ },
+ {
+ "id": "valdef-container-overflowing-none",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-none",
+ "linkingText": [
+ "none"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "@container/overflowing"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "overflowing",
+ "href": "https://www.w3.org/TR/css-conditional-5/#overflowing",
+ "title": "Overflowing: the overflowing feature",
+ "number": "6.3.4"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "valdef-container-overflowing-top",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-top",
+ "linkingText": [
+ "top"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "@container/overflowing"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "overflowing",
+ "href": "https://www.w3.org/TR/css-conditional-5/#overflowing",
+ "title": "Overflowing: the overflowing feature",
+ "number": "6.3.4"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "valdef-container-overflowing-right",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-right",
+ "linkingText": [
+ "right"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "@container/overflowing"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "overflowing",
+ "href": "https://www.w3.org/TR/css-conditional-5/#overflowing",
+ "title": "Overflowing: the overflowing feature",
+ "number": "6.3.4"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "valdef-container-overflowing-bottom",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-bottom",
+ "linkingText": [
+ "bottom"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "@container/overflowing"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "overflowing",
+ "href": "https://www.w3.org/TR/css-conditional-5/#overflowing",
+ "title": "Overflowing: the overflowing feature",
+ "number": "6.3.4"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "valdef-container-overflowing-left",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-left",
+ "linkingText": [
+ "left"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "@container/overflowing"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "overflowing",
+ "href": "https://www.w3.org/TR/css-conditional-5/#overflowing",
+ "title": "Overflowing: the overflowing feature",
+ "number": "6.3.4"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "valdef-container-overflowing-block-start",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-block-start",
+ "linkingText": [
+ "block-start"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "@container/overflowing"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "overflowing",
+ "href": "https://www.w3.org/TR/css-conditional-5/#overflowing",
+ "title": "Overflowing: the overflowing feature",
+ "number": "6.3.4"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "valdef-container-overflowing-inline-start",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-inline-start",
+ "linkingText": [
+ "inline-start"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "@container/overflowing"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "overflowing",
+ "href": "https://www.w3.org/TR/css-conditional-5/#overflowing",
+ "title": "Overflowing: the overflowing feature",
+ "number": "6.3.4"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "valdef-container-overflowing-block-end",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-block-end",
+ "linkingText": [
+ "block-end"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "@container/overflowing"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "overflowing",
+ "href": "https://www.w3.org/TR/css-conditional-5/#overflowing",
+ "title": "Overflowing: the overflowing feature",
+ "number": "6.3.4"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "valdef-container-overflowing-inline-end",
+ "href": "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-inline-end",
+ "linkingText": [
+ "inline-end"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "@container/overflowing"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "overflowing",
+ "href": "https://www.w3.org/TR/css-conditional-5/#overflowing",
+ "title": "Overflowing: the overflowing feature",
+ "number": "6.3.4"
+ },
+ "definedIn": "dt"
+ },
{
"id": "container-query-length",
"href": "https://www.w3.org/TR/css-conditional-5/#container-query-length",
diff --git a/tr/dfns/motion-1.json b/tr/dfns/motion-1.json
index 46c02f3f5a6d..261392163bb5 100644
--- a/tr/dfns/motion-1.json
+++ b/tr/dfns/motion-1.json
@@ -4,6 +4,44 @@
"url": "https://www.w3.org/TR/motion-1/"
},
"dfns": [
+ {
+ "id": "offset-transform",
+ "href": "https://www.w3.org/TR/motion-1/#offset-transform",
+ "linkingText": [
+ "offset transform"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "intro",
+ "href": "https://www.w3.org/TR/motion-1/#intro",
+ "title": "Introduction",
+ "number": "1"
+ },
+ "definedIn": "prose"
+ },
+ {
+ "id": "offset-position",
+ "href": "https://www.w3.org/TR/motion-1/#offset-position",
+ "linkingText": [
+ "offset position"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "intro",
+ "href": "https://www.w3.org/TR/motion-1/#intro",
+ "title": "Introduction",
+ "number": "1"
+ },
+ "definedIn": "prose"
+ },
{
"id": "propdef-offset-path",
"href": "https://www.w3.org/TR/motion-1/#propdef-offset-path",
@@ -18,8 +56,8 @@
"heading": {
"id": "offset-path-property",
"href": "https://www.w3.org/TR/motion-1/#offset-path-property",
- "title": "Define a path: The offset-path property",
- "number": "4.1"
+ "title": "Defining A Path: the offset-path property",
+ "number": "2.1"
},
"definedIn": "table"
},
@@ -32,268 +70,325 @@
"localLinkingText": [],
"type": "dfn",
"for": [],
- "access": "private",
+ "access": "public",
"informative": false,
"heading": {
"id": "offset-path-property",
"href": "https://www.w3.org/TR/motion-1/#offset-path-property",
- "title": "Define a path: The offset-path property",
- "number": "4.1"
+ "title": "Defining A Path: the offset-path property",
+ "number": "2.1"
},
"definedIn": "prose"
},
{
- "id": "valdef-offsetpath-ray",
- "href": "https://www.w3.org/TR/motion-1/#valdef-offsetpath-ray",
+ "id": "typedef-offset-path",
+ "href": "https://www.w3.org/TR/motion-1/#typedef-offset-path",
"linkingText": [
- "ray()"
+ ""
],
"localLinkingText": [],
- "type": "value",
- "for": [
- "offsetpath"
- ],
+ "type": "type",
+ "for": [],
"access": "public",
"informative": false,
"heading": {
"id": "offset-path-property",
"href": "https://www.w3.org/TR/motion-1/#offset-path-property",
- "title": "Define a path: The offset-path property",
- "number": "4.1"
+ "title": "Defining A Path: the offset-path property",
+ "number": "2.1"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "valdef-offsetpath-size",
- "href": "https://www.w3.org/TR/motion-1/#valdef-offsetpath-size",
+ "id": "valdef-offset-path-none",
+ "href": "https://www.w3.org/TR/motion-1/#valdef-offset-path-none",
"linkingText": [
- ""
+ "none"
],
"localLinkingText": [],
"type": "value",
"for": [
- "offsetpath"
+ "offset-path"
],
"access": "public",
"informative": false,
"heading": {
"id": "offset-path-property",
"href": "https://www.w3.org/TR/motion-1/#offset-path-property",
- "title": "Define a path: The offset-path property",
- "number": "4.1"
+ "title": "Defining A Path: the offset-path property",
+ "number": "2.1"
},
"definedIn": "dt"
},
{
- "id": "size-closest-side",
- "href": "https://www.w3.org/TR/motion-1/#size-closest-side",
+ "id": "valdef-offset-path-offset-path--coord-box",
+ "href": "https://www.w3.org/TR/motion-1/#valdef-offset-path-offset-path--coord-box",
"linkingText": [
- "closest-side"
+ " || "
],
"localLinkingText": [],
"type": "value",
"for": [
- ""
+ "offset-path"
],
"access": "public",
"informative": false,
"heading": {
"id": "offset-path-property",
"href": "https://www.w3.org/TR/motion-1/#offset-path-property",
- "title": "Define a path: The offset-path property",
- "number": "4.1"
+ "title": "Defining A Path: the offset-path property",
+ "number": "2.1"
},
"definedIn": "dt"
},
{
- "id": "size-closest-corner",
- "href": "https://www.w3.org/TR/motion-1/#size-closest-corner",
+ "id": "valdef-offset-path-ray",
+ "href": "https://www.w3.org/TR/motion-1/#valdef-offset-path-ray",
"linkingText": [
- "closest-corner"
+ ""
],
"localLinkingText": [],
"type": "value",
"for": [
- ""
+ "offset-path"
],
"access": "public",
"informative": false,
"heading": {
"id": "offset-path-property",
"href": "https://www.w3.org/TR/motion-1/#offset-path-property",
- "title": "Define a path: The offset-path property",
- "number": "4.1"
+ "title": "Defining A Path: the offset-path property",
+ "number": "2.1"
},
"definedIn": "dt"
},
{
- "id": "size-farthest-side",
- "href": "https://www.w3.org/TR/motion-1/#size-farthest-side",
+ "id": "funcdef-ray",
+ "href": "https://www.w3.org/TR/motion-1/#funcdef-ray",
"linkingText": [
- "farthest-side"
+ "ray()"
+ ],
+ "localLinkingText": [],
+ "type": "function",
+ "for": [],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "ray-function",
+ "href": "https://www.w3.org/TR/motion-1/#ray-function",
+ "title": "The ray() Function",
+ "number": "2.1.1"
+ },
+ "definedIn": "pre"
+ },
+ {
+ "id": "typedef-ray-size",
+ "href": "https://www.w3.org/TR/motion-1/#typedef-ray-size",
+ "linkingText": [
+ ""
+ ],
+ "localLinkingText": [],
+ "type": "type",
+ "for": [],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "ray-function",
+ "href": "https://www.w3.org/TR/motion-1/#ray-function",
+ "title": "The ray() Function",
+ "number": "2.1.1"
+ },
+ "definedIn": "pre"
+ },
+ {
+ "id": "valdef-ray-ray-size",
+ "href": "https://www.w3.org/TR/motion-1/#valdef-ray-ray-size",
+ "linkingText": [
+ ""
],
"localLinkingText": [],
"type": "value",
"for": [
- ""
+ "ray()"
],
"access": "public",
"informative": false,
"heading": {
- "id": "offset-path-property",
- "href": "https://www.w3.org/TR/motion-1/#offset-path-property",
- "title": "Define a path: The offset-path property",
- "number": "4.1"
+ "id": "ray-function",
+ "href": "https://www.w3.org/TR/motion-1/#ray-function",
+ "title": "The ray() Function",
+ "number": "2.1.1"
},
"definedIn": "dt"
},
{
- "id": "size-farthest-corner",
- "href": "https://www.w3.org/TR/motion-1/#size-farthest-corner",
+ "id": "size-closest-side",
+ "href": "https://www.w3.org/TR/motion-1/#size-closest-side",
"linkingText": [
- "farthest-corner"
+ "closest-side"
],
"localLinkingText": [],
"type": "value",
"for": [
- ""
+ ""
],
"access": "public",
"informative": false,
"heading": {
- "id": "offset-path-property",
- "href": "https://www.w3.org/TR/motion-1/#offset-path-property",
- "title": "Define a path: The offset-path property",
- "number": "4.1"
+ "id": "ray-function",
+ "href": "https://www.w3.org/TR/motion-1/#ray-function",
+ "title": "The ray() Function",
+ "number": "2.1.1"
},
"definedIn": "dt"
},
{
- "id": "size-sides",
- "href": "https://www.w3.org/TR/motion-1/#size-sides",
+ "id": "size-closest-corner",
+ "href": "https://www.w3.org/TR/motion-1/#size-closest-corner",
"linkingText": [
- "sides"
+ "closest-corner"
],
"localLinkingText": [],
"type": "value",
"for": [
- ""
+ ""
],
"access": "public",
"informative": false,
"heading": {
- "id": "offset-path-property",
- "href": "https://www.w3.org/TR/motion-1/#offset-path-property",
- "title": "Define a path: The offset-path property",
- "number": "4.1"
+ "id": "ray-function",
+ "href": "https://www.w3.org/TR/motion-1/#ray-function",
+ "title": "The ray() Function",
+ "number": "2.1.1"
},
"definedIn": "dt"
},
{
- "id": "valdef-offsetpath-contain",
- "href": "https://www.w3.org/TR/motion-1/#valdef-offsetpath-contain",
+ "id": "size-farthest-side",
+ "href": "https://www.w3.org/TR/motion-1/#size-farthest-side",
"linkingText": [
- "contain"
+ "farthest-side"
],
"localLinkingText": [],
"type": "value",
"for": [
- "offsetpath"
+ ""
],
"access": "public",
"informative": false,
"heading": {
- "id": "offset-path-property",
- "href": "https://www.w3.org/TR/motion-1/#offset-path-property",
- "title": "Define a path: The offset-path property",
- "number": "4.1"
+ "id": "ray-function",
+ "href": "https://www.w3.org/TR/motion-1/#ray-function",
+ "title": "The ray() Function",
+ "number": "2.1.1"
},
"definedIn": "dt"
},
{
- "id": "valdef-offsetpath-initial-position",
- "href": "https://www.w3.org/TR/motion-1/#valdef-offsetpath-initial-position",
+ "id": "size-farthest-corner",
+ "href": "https://www.w3.org/TR/motion-1/#size-farthest-corner",
"linkingText": [
- "initial position"
+ "farthest-corner"
],
"localLinkingText": [],
"type": "value",
"for": [
- "offsetpath"
+ ""
],
"access": "public",
"informative": false,
"heading": {
- "id": "offset-path-property",
- "href": "https://www.w3.org/TR/motion-1/#offset-path-property",
- "title": "Define a path: The offset-path property",
- "number": "4.1"
+ "id": "ray-function",
+ "href": "https://www.w3.org/TR/motion-1/#ray-function",
+ "title": "The ray() Function",
+ "number": "2.1.1"
},
- "definedIn": "prose"
+ "definedIn": "dt"
},
{
- "id": "valdef-offsetpath-initial-direction",
- "href": "https://www.w3.org/TR/motion-1/#valdef-offsetpath-initial-direction",
+ "id": "size-sides",
+ "href": "https://www.w3.org/TR/motion-1/#size-sides",
"linkingText": [
- "initial direction"
+ "sides"
],
"localLinkingText": [],
"type": "value",
"for": [
- "offsetpath"
+ ""
],
"access": "public",
"informative": false,
"heading": {
- "id": "offset-path-property",
- "href": "https://www.w3.org/TR/motion-1/#offset-path-property",
- "title": "Define a path: The offset-path property",
- "number": "4.1"
+ "id": "ray-function",
+ "href": "https://www.w3.org/TR/motion-1/#ray-function",
+ "title": "The ray() Function",
+ "number": "2.1.1"
},
- "definedIn": "prose"
+ "definedIn": "dt"
},
{
- "id": "offsetpath-pathfunc",
- "href": "https://www.w3.org/TR/motion-1/#offsetpath-pathfunc",
+ "id": "valdef-ray-contain",
+ "href": "https://www.w3.org/TR/motion-1/#valdef-ray-contain",
"linkingText": [
- "path()"
+ "contain"
],
"localLinkingText": [],
"type": "value",
"for": [
- "offsetpath"
+ "ray()"
],
"access": "public",
"informative": false,
"heading": {
- "id": "offset-path-property",
- "href": "https://www.w3.org/TR/motion-1/#offset-path-property",
- "title": "Define a path: The offset-path property",
- "number": "4.1"
+ "id": "ray-function",
+ "href": "https://www.w3.org/TR/motion-1/#ray-function",
+ "title": "The ray() Function",
+ "number": "2.1.1"
},
"definedIn": "dt"
},
{
- "id": "offsetpath-none",
- "href": "https://www.w3.org/TR/motion-1/#offsetpath-none",
+ "id": "valdef-ray-at-position",
+ "href": "https://www.w3.org/TR/motion-1/#valdef-ray-at-position",
"linkingText": [
- "none"
+ "at "
],
"localLinkingText": [],
"type": "value",
"for": [
- "offsetpath"
+ "ray()"
],
"access": "public",
"informative": false,
"heading": {
- "id": "offset-path-property",
- "href": "https://www.w3.org/TR/motion-1/#offset-path-property",
- "title": "Define a path: The offset-path property",
- "number": "4.1"
+ "id": "ray-function",
+ "href": "https://www.w3.org/TR/motion-1/#ray-function",
+ "title": "The ray() Function",
+ "number": "2.1.1"
},
"definedIn": "dt"
},
+ {
+ "id": "ray-origin",
+ "href": "https://www.w3.org/TR/motion-1/#ray-origin",
+ "linkingText": [
+ "origin"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [
+ "ray()"
+ ],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "ray-function",
+ "href": "https://www.w3.org/TR/motion-1/#ray-function",
+ "title": "The ray() Function",
+ "number": "2.1.1"
+ },
+ "definedIn": "prose"
+ },
{
"id": "propdef-offset-distance",
"href": "https://www.w3.org/TR/motion-1/#propdef-offset-distance",
@@ -308,8 +403,8 @@
"heading": {
"id": "offset-distance-property",
"href": "https://www.w3.org/TR/motion-1/#offset-distance-property",
- "title": "Position on the path: The offset-distance property",
- "number": "4.2"
+ "title": "Position On The Path: the offset-distance property",
+ "number": "2.2"
},
"definedIn": "table"
},
@@ -325,10 +420,10 @@
"access": "private",
"informative": false,
"heading": {
- "id": "calculating-the-computed-distance-along-a-path",
- "href": "https://www.w3.org/TR/motion-1/#calculating-the-computed-distance-along-a-path",
+ "id": "path-distance",
+ "href": "https://www.w3.org/TR/motion-1/#path-distance",
"title": "Calculating the computed distance along a path",
- "number": "4.2.1"
+ "number": "2.2.1"
},
"definedIn": "prose"
},
@@ -344,10 +439,10 @@
"access": "private",
"informative": false,
"heading": {
- "id": "calculating-the-computed-distance-along-a-path",
- "href": "https://www.w3.org/TR/motion-1/#calculating-the-computed-distance-along-a-path",
+ "id": "path-distance",
+ "href": "https://www.w3.org/TR/motion-1/#path-distance",
"title": "Calculating the computed distance along a path",
- "number": "4.2.1"
+ "number": "2.2.1"
},
"definedIn": "prose"
},
@@ -363,10 +458,10 @@
"access": "private",
"informative": false,
"heading": {
- "id": "calculating-the-computed-distance-along-a-path",
- "href": "https://www.w3.org/TR/motion-1/#calculating-the-computed-distance-along-a-path",
+ "id": "path-distance",
+ "href": "https://www.w3.org/TR/motion-1/#path-distance",
"title": "Calculating the computed distance along a path",
- "number": "4.2.1"
+ "number": "2.2.1"
},
"definedIn": "prose"
},
@@ -384,11 +479,72 @@
"heading": {
"id": "offset-position-property",
"href": "https://www.w3.org/TR/motion-1/#offset-position-property",
- "title": "Define the starting point of the path: The offset-position property",
- "number": "4.3"
+ "title": "Starting Point Of The Path: the offset-position property",
+ "number": "2.3"
},
"definedIn": "table"
},
+ {
+ "id": "offset-starting-position",
+ "href": "https://www.w3.org/TR/motion-1/#offset-starting-position",
+ "linkingText": [
+ "offset starting position"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "offset-position-property",
+ "href": "https://www.w3.org/TR/motion-1/#offset-position-property",
+ "title": "Starting Point Of The Path: the offset-position property",
+ "number": "2.3"
+ },
+ "definedIn": "prose"
+ },
+ {
+ "id": "valdef-offset-position-normal",
+ "href": "https://www.w3.org/TR/motion-1/#valdef-offset-position-normal",
+ "linkingText": [
+ "normal"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "offset-position"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "offset-position-property",
+ "href": "https://www.w3.org/TR/motion-1/#offset-position-property",
+ "title": "Starting Point Of The Path: the offset-position property",
+ "number": "2.3"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "valdef-offset-position-auto",
+ "href": "https://www.w3.org/TR/motion-1/#valdef-offset-position-auto",
+ "linkingText": [
+ "auto"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "offset-position"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "offset-position-property",
+ "href": "https://www.w3.org/TR/motion-1/#offset-position-property",
+ "title": "Starting Point Of The Path: the offset-position property",
+ "number": "2.3"
+ },
+ "definedIn": "dt"
+ },
{
"id": "propdef-offset-anchor",
"href": "https://www.w3.org/TR/motion-1/#propdef-offset-anchor",
@@ -403,30 +559,53 @@
"heading": {
"id": "offset-anchor-property",
"href": "https://www.w3.org/TR/motion-1/#offset-anchor-property",
- "title": "Define an anchor point: The offset-anchor property",
- "number": "4.4"
+ "title": "The Element’s Anchor Point: the offset-anchor property",
+ "number": "2.4"
},
"definedIn": "table"
},
{
- "id": "anchor-point",
- "href": "https://www.w3.org/TR/motion-1/#anchor-point",
+ "id": "offset-anchor-point",
+ "href": "https://www.w3.org/TR/motion-1/#offset-anchor-point",
"linkingText": [
+ "offset anchor point"
+ ],
+ "localLinkingText": [
"anchor point"
],
- "localLinkingText": [],
"type": "dfn",
"for": [],
- "access": "private",
+ "access": "public",
"informative": false,
"heading": {
"id": "offset-anchor-property",
"href": "https://www.w3.org/TR/motion-1/#offset-anchor-property",
- "title": "Define an anchor point: The offset-anchor property",
- "number": "4.4"
+ "title": "The Element’s Anchor Point: the offset-anchor property",
+ "number": "2.4"
},
"definedIn": "prose"
},
+ {
+ "id": "valdef-offset-anchor-auto",
+ "href": "https://www.w3.org/TR/motion-1/#valdef-offset-anchor-auto",
+ "linkingText": [
+ "auto"
+ ],
+ "localLinkingText": [],
+ "type": "value",
+ "for": [
+ "offset-anchor"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "offset-anchor-property",
+ "href": "https://www.w3.org/TR/motion-1/#offset-anchor-property",
+ "title": "The Element’s Anchor Point: the offset-anchor property",
+ "number": "2.4"
+ },
+ "definedIn": "dt"
+ },
{
"id": "propdef-offset-rotate",
"href": "https://www.w3.org/TR/motion-1/#propdef-offset-rotate",
@@ -441,8 +620,8 @@
"heading": {
"id": "offset-rotate-property",
"href": "https://www.w3.org/TR/motion-1/#offset-rotate-property",
- "title": "Rotation at point: The offset-rotate property",
- "number": "4.5"
+ "title": "Rotating To Match The Path: the offset-rotate property",
+ "number": "2.5"
},
"definedIn": "table"
},
@@ -462,8 +641,8 @@
"heading": {
"id": "offset-rotate-property",
"href": "https://www.w3.org/TR/motion-1/#offset-rotate-property",
- "title": "Rotation at point: The offset-rotate property",
- "number": "4.5"
+ "title": "Rotating To Match The Path: the offset-rotate property",
+ "number": "2.5"
},
"definedIn": "dt"
},
@@ -483,86 +662,113 @@
"heading": {
"id": "offset-rotate-property",
"href": "https://www.w3.org/TR/motion-1/#offset-rotate-property",
- "title": "Rotation at point: The offset-rotate property",
- "number": "4.5"
+ "title": "Rotating To Match The Path: the offset-rotate property",
+ "number": "2.5"
},
"definedIn": "dt"
},
{
- "id": "t1",
- "href": "https://www.w3.org/TR/motion-1/#t1",
+ "id": "propdef-offset",
+ "href": "https://www.w3.org/TR/motion-1/#propdef-offset",
"linkingText": [
- "T1"
+ "offset"
],
"localLinkingText": [],
- "type": "dfn",
+ "type": "property",
"for": [],
- "access": "private",
+ "access": "public",
"informative": false,
"heading": {
- "id": "calculating-path-transform",
- "href": "https://www.w3.org/TR/motion-1/#calculating-path-transform",
- "title": "Calculating the path transform",
- "number": "4.5.1"
+ "id": "offset-shorthand",
+ "href": "https://www.w3.org/TR/motion-1/#offset-shorthand",
+ "title": "The offset Shorthand",
+ "number": "2.6"
},
- "definedIn": "prose"
+ "definedIn": "table"
},
{
- "id": "t2",
- "href": "https://www.w3.org/TR/motion-1/#t2",
+ "id": "basic-shape-equivalent-path",
+ "href": "https://www.w3.org/TR/motion-1/#basic-shape-equivalent-path",
"linkingText": [
- "T2"
+ "equivalent path"
],
"localLinkingText": [],
"type": "dfn",
- "for": [],
- "access": "private",
+ "for": [
+ ""
+ ],
+ "access": "public",
"informative": false,
"heading": {
- "id": "calculating-path-transform",
- "href": "https://www.w3.org/TR/motion-1/#calculating-path-transform",
- "title": "Calculating the path transform",
- "number": "4.5.1"
+ "id": "paths",
+ "href": "https://www.w3.org/TR/motion-1/#paths",
+ "title": "Equivalent Paths For ",
+ "number": "3"
},
"definedIn": "prose"
},
{
- "id": "p",
- "href": "https://www.w3.org/TR/motion-1/#p",
+ "id": "rect-equivalent-path",
+ "href": "https://www.w3.org/TR/motion-1/#rect-equivalent-path",
"linkingText": [
- "P"
+ "equivalent path"
],
"localLinkingText": [],
"type": "dfn",
- "for": [],
- "access": "private",
+ "for": [
+ "rect()"
+ ],
+ "access": "public",
"informative": false,
"heading": {
- "id": "calculating-path-transform",
- "href": "https://www.w3.org/TR/motion-1/#calculating-path-transform",
- "title": "Calculating the path transform",
- "number": "4.5.1"
+ "id": "paths",
+ "href": "https://www.w3.org/TR/motion-1/#paths",
+ "title": "Equivalent Paths For ",
+ "number": "3"
},
- "definedIn": "prose"
+ "definedIn": "dt"
},
{
- "id": "propdef-offset",
- "href": "https://www.w3.org/TR/motion-1/#propdef-offset",
+ "id": "inset-equivalent-path",
+ "href": "https://www.w3.org/TR/motion-1/#inset-equivalent-path",
"linkingText": [
- "offset"
+ "equivalent path"
],
"localLinkingText": [],
- "type": "property",
- "for": [],
+ "type": "dfn",
+ "for": [
+ "inset()"
+ ],
"access": "public",
"informative": false,
"heading": {
- "id": "offset-shorthand",
- "href": "https://www.w3.org/TR/motion-1/#offset-shorthand",
- "title": "Offset shorthand: The offset property",
- "number": "4.6"
+ "id": "paths",
+ "href": "https://www.w3.org/TR/motion-1/#paths",
+ "title": "Equivalent Paths For ",
+ "number": "3"
},
- "definedIn": "table"
+ "definedIn": "dt"
+ },
+ {
+ "id": "xywh-equivalent-path",
+ "href": "https://www.w3.org/TR/motion-1/#xywh-equivalent-path",
+ "linkingText": [
+ "equivalent path"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [
+ "xywh()"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "paths",
+ "href": "https://www.w3.org/TR/motion-1/#paths",
+ "title": "Equivalent Paths For ",
+ "number": "3"
+ },
+ "definedIn": "dt"
}
]
}
\ No newline at end of file
diff --git a/tr/dfns/webaudio.json b/tr/dfns/webaudio.json
index 1d1ab0ba217b..7799bbeed577 100644
--- a/tr/dfns/webaudio.json
+++ b/tr/dfns/webaudio.json
@@ -1,6 +1,6 @@
{
"spec": {
- "title": "Web Audio API",
+ "title": "Web Audio API 1.1",
"url": "https://www.w3.org/TR/webaudio/"
},
"dfns": [
@@ -80,7 +80,7 @@
"id": "BaseAudioContext",
"href": "https://www.w3.org/TR/webaudio/#BaseAudioContext",
"linkingText": [
- "baseaudiocontext"
+ "BaseAudioContext"
],
"localLinkingText": [],
"type": "interface",
@@ -158,6 +158,27 @@
},
"definedIn": "prose"
},
+ {
+ "id": "dom-baseaudiocontext-render-quantum-size-slot",
+ "href": "https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-render-quantum-size-slot",
+ "linkingText": [
+ "[[render quantum size]]"
+ ],
+ "localLinkingText": [],
+ "type": "attribute",
+ "for": [
+ "BaseAudioContext"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "BaseAudioContext",
+ "href": "https://www.w3.org/TR/webaudio/#BaseAudioContext",
+ "title": "The BaseAudioContext Interface",
+ "number": "1.1"
+ },
+ "definedIn": "prose"
+ },
{
"id": "enumdef-audiocontextstate",
"href": "https://www.w3.org/TR/webaudio/#enumdef-audiocontextstate",
@@ -244,15 +265,35 @@
"definedIn": "table"
},
{
- "id": "dom-decodeerrorcallback-error",
- "href": "https://www.w3.org/TR/webaudio/#dom-decodeerrorcallback-error",
+ "id": "enumdef-audiocontextrendersizecategory",
+ "href": "https://www.w3.org/TR/webaudio/#enumdef-audiocontextrendersizecategory",
"linkingText": [
- "error"
+ "AudioContextRenderSizeCategory"
],
"localLinkingText": [],
- "type": "argument",
+ "type": "enum",
+ "for": [],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "BaseAudioContext",
+ "href": "https://www.w3.org/TR/webaudio/#BaseAudioContext",
+ "title": "The BaseAudioContext Interface",
+ "number": "1.1"
+ },
+ "definedIn": "pre"
+ },
+ {
+ "id": "dom-audiocontextrendersizecategory-default",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiocontextrendersizecategory-default",
+ "linkingText": [
+ "\"default\"",
+ "default"
+ ],
+ "localLinkingText": [],
+ "type": "enum-value",
"for": [
- "DecodeErrorCallback"
+ "AudioContextRenderSizeCategory"
],
"access": "public",
"informative": false,
@@ -262,18 +303,40 @@
"title": "The BaseAudioContext Interface",
"number": "1.1"
},
- "definedIn": "pre"
+ "definedIn": "table"
},
{
- "id": "dom-decodesuccesscallback-decodeddata",
- "href": "https://www.w3.org/TR/webaudio/#dom-decodesuccesscallback-decodeddata",
+ "id": "dom-audiocontextrendersizecategory-hardware",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiocontextrendersizecategory-hardware",
"linkingText": [
- "decodedData"
+ "\"hardware\"",
+ "hardware"
+ ],
+ "localLinkingText": [],
+ "type": "enum-value",
+ "for": [
+ "AudioContextRenderSizeCategory"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "BaseAudioContext",
+ "href": "https://www.w3.org/TR/webaudio/#BaseAudioContext",
+ "title": "The BaseAudioContext Interface",
+ "number": "1.1"
+ },
+ "definedIn": "table"
+ },
+ {
+ "id": "dom-decodeerrorcallback-error",
+ "href": "https://www.w3.org/TR/webaudio/#dom-decodeerrorcallback-error",
+ "linkingText": [
+ "error"
],
"localLinkingText": [],
"type": "argument",
"for": [
- "DecodeSuccessCallback"
+ "DecodeErrorCallback"
],
"access": "public",
"informative": false,
@@ -286,14 +349,16 @@
"definedIn": "pre"
},
{
- "id": "baseaudiocontext",
- "href": "https://www.w3.org/TR/webaudio/#baseaudiocontext",
+ "id": "dom-decodesuccesscallback-decodeddata",
+ "href": "https://www.w3.org/TR/webaudio/#dom-decodesuccesscallback-decodeddata",
"linkingText": [
- "BaseAudioContext"
+ "decodedData"
],
"localLinkingText": [],
- "type": "interface",
- "for": [],
+ "type": "argument",
+ "for": [
+ "DecodeSuccessCallback"
+ ],
"access": "public",
"informative": false,
"heading": {
@@ -649,6 +714,27 @@
},
"definedIn": "dt"
},
+ {
+ "id": "eventdef-baseaudiocontext-statechange",
+ "href": "https://www.w3.org/TR/webaudio/#eventdef-baseaudiocontext-statechange",
+ "linkingText": [
+ "statechange"
+ ],
+ "localLinkingText": [],
+ "type": "event",
+ "for": [
+ "BaseAudioContext"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "BaseAudioContext-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#BaseAudioContext-attributes",
+ "title": "Attributes",
+ "number": "1.1.1"
+ },
+ "definedIn": "prose"
+ },
{
"id": "dom-baseaudiocontext-samplerate",
"href": "https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-samplerate",
@@ -712,6 +798,27 @@
},
"definedIn": "dt"
},
+ {
+ "id": "dom-baseaudiocontext-renderquantumsize",
+ "href": "https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-renderquantumsize",
+ "linkingText": [
+ "renderQuantumSize"
+ ],
+ "localLinkingText": [],
+ "type": "attribute",
+ "for": [
+ "BaseAudioContext"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "BaseAudioContext-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#BaseAudioContext-attributes",
+ "title": "Attributes",
+ "number": "1.1.1"
+ },
+ "definedIn": "dt"
+ },
{
"id": "dom-baseaudiocontext-createanalyser",
"href": "https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createanalyser",
@@ -1580,7 +1687,7 @@
"id": "AudioContext",
"href": "https://www.w3.org/TR/webaudio/#AudioContext",
"linkingText": [
- "audiocontext"
+ "AudioContext"
],
"localLinkingText": [],
"type": "interface",
@@ -1681,13 +1788,13 @@
"definedIn": "table"
},
{
- "id": "audiocontext",
- "href": "https://www.w3.org/TR/webaudio/#audiocontext",
+ "id": "enumdef-audiosinktype",
+ "href": "https://www.w3.org/TR/webaudio/#enumdef-audiosinktype",
"linkingText": [
- "AudioContext"
+ "AudioSinkType"
],
"localLinkingText": [],
- "type": "interface",
+ "type": "enum",
"for": [],
"access": "public",
"informative": false,
@@ -1699,6 +1806,70 @@
},
"definedIn": "pre"
},
+ {
+ "id": "dom-audiosinktype-none",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiosinktype-none",
+ "linkingText": [
+ "\"none\"",
+ "none"
+ ],
+ "localLinkingText": [],
+ "type": "enum-value",
+ "for": [
+ "AudioSinkType"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioContext",
+ "href": "https://www.w3.org/TR/webaudio/#AudioContext",
+ "title": "The AudioContext Interface",
+ "number": "1.2"
+ },
+ "definedIn": "table"
+ },
+ {
+ "id": "dom-audiocontext-setsinkid",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiocontext-setsinkid",
+ "linkingText": [
+ "setSinkId(sinkId)"
+ ],
+ "localLinkingText": [],
+ "type": "method",
+ "for": [
+ "AudioContext"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioContext",
+ "href": "https://www.w3.org/TR/webaudio/#AudioContext",
+ "title": "The AudioContext Interface",
+ "number": "1.2"
+ },
+ "definedIn": "pre"
+ },
+ {
+ "id": "dom-audiocontext-setsinkid-sinkid-sinkid",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiocontext-setsinkid-sinkid-sinkid",
+ "linkingText": [
+ "sinkId"
+ ],
+ "localLinkingText": [],
+ "type": "argument",
+ "for": [
+ "AudioContext/setSinkId(sinkId)"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioContext",
+ "href": "https://www.w3.org/TR/webaudio/#AudioContext",
+ "title": "The AudioContext Interface",
+ "number": "1.2"
+ },
+ "definedIn": "pre"
+ },
{
"id": "dom-audiocontext-createmediaelementsource-mediaelement-mediaelement",
"href": "https://www.w3.org/TR/webaudio/#dom-audiocontext-createmediaelementsource-mediaelement-mediaelement",
@@ -1803,26 +1974,23 @@
"definedIn": "dt"
},
{
- "id": "dom-audiocontext-audiocontext",
- "href": "https://www.w3.org/TR/webaudio/#dom-audiocontext-audiocontext",
+ "id": "dom-audiocontext-sink-id-slot",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiocontext-sink-id-slot",
"linkingText": [
- "AudioContext(contextOptions)",
- "constructor(contextOptions)",
- "AudioContext()",
- "constructor()"
+ "[[sink ID]]"
],
"localLinkingText": [],
- "type": "constructor",
+ "type": "attribute",
"for": [
"AudioContext"
],
"access": "public",
"informative": false,
"heading": {
- "id": "AudioContext-constructors",
- "href": "https://www.w3.org/TR/webaudio/#AudioContext-constructors",
- "title": "Constructors",
- "number": "1.2.1"
+ "id": "AudioContext",
+ "href": "https://www.w3.org/TR/webaudio/#AudioContext",
+ "title": "The AudioContext Interface",
+ "number": "1.2"
},
"definedIn": "dt"
},
@@ -1839,13 +2007,37 @@
],
"access": "public",
"informative": false,
+ "heading": {
+ "id": "AudioContext",
+ "href": "https://www.w3.org/TR/webaudio/#AudioContext",
+ "title": "The AudioContext Interface",
+ "number": "1.2"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "dom-audiocontext-audiocontext",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiocontext-audiocontext",
+ "linkingText": [
+ "AudioContext(contextOptions)",
+ "constructor(contextOptions)",
+ "AudioContext()",
+ "constructor()"
+ ],
+ "localLinkingText": [],
+ "type": "constructor",
+ "for": [
+ "AudioContext"
+ ],
+ "access": "public",
+ "informative": false,
"heading": {
"id": "AudioContext-constructors",
"href": "https://www.w3.org/TR/webaudio/#AudioContext-constructors",
"title": "Constructors",
"number": "1.2.1"
},
- "definedIn": "prose"
+ "definedIn": "dt"
},
{
"id": "dom-audiocontext-constructor-contextoptions-contextoptions",
@@ -1911,67 +2103,193 @@
"definedIn": "dt"
},
{
- "id": "dom-audiocontext-close",
- "href": "https://www.w3.org/TR/webaudio/#dom-audiocontext-close",
+ "id": "dom-audiocontext-rendercapacity",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiocontext-rendercapacity",
"linkingText": [
- "close()"
+ "renderCapacity"
],
"localLinkingText": [],
- "type": "method",
+ "type": "attribute",
"for": [
"AudioContext"
],
"access": "public",
"informative": false,
"heading": {
- "id": "AudioContext-methods",
- "href": "https://www.w3.org/TR/webaudio/#AudioContext-methods",
- "title": "Methods",
- "number": "1.2.3"
+ "id": "AudioContext-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#AudioContext-attributes",
+ "title": "Attributes",
+ "number": "1.2.2"
},
"definedIn": "dt"
},
{
- "id": "dom-audiocontext-createmediaelementsource",
- "href": "https://www.w3.org/TR/webaudio/#dom-audiocontext-createmediaelementsource",
+ "id": "dom-audiocontext-sinkid",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiocontext-sinkid",
"linkingText": [
- "createMediaElementSource(mediaElement)"
+ "sinkId"
],
"localLinkingText": [],
- "type": "method",
+ "type": "attribute",
"for": [
"AudioContext"
],
"access": "public",
"informative": false,
"heading": {
- "id": "AudioContext-methods",
- "href": "https://www.w3.org/TR/webaudio/#AudioContext-methods",
- "title": "Methods",
- "number": "1.2.3"
+ "id": "AudioContext-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#AudioContext-attributes",
+ "title": "Attributes",
+ "number": "1.2.2"
},
"definedIn": "dt"
},
{
- "id": "dom-audiocontext-createmediaelementsource-mediaelement",
- "href": "https://www.w3.org/TR/webaudio/#dom-audiocontext-createmediaelementsource-mediaelement",
+ "id": "dom-audiocontext-onsinkchange",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiocontext-onsinkchange",
"linkingText": [
- "mediaElement"
+ "onsinkchange"
],
"localLinkingText": [],
- "type": "argument",
+ "type": "attribute",
"for": [
- "AudioContext/createMediaElementSource()"
+ "AudioContext"
],
"access": "public",
"informative": false,
"heading": {
- "id": "AudioContext-methods",
- "href": "https://www.w3.org/TR/webaudio/#AudioContext-methods",
- "title": "Methods",
- "number": "1.2.3"
+ "id": "AudioContext-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#AudioContext-attributes",
+ "title": "Attributes",
+ "number": "1.2.2"
},
- "definedIn": "table"
+ "definedIn": "dt"
+ },
+ {
+ "id": "eventdef-audiocontext-sinkchange",
+ "href": "https://www.w3.org/TR/webaudio/#eventdef-audiocontext-sinkchange",
+ "linkingText": [
+ "sinkchange"
+ ],
+ "localLinkingText": [],
+ "type": "event",
+ "for": [
+ "AudioContext"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioContext-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#AudioContext-attributes",
+ "title": "Attributes",
+ "number": "1.2.2"
+ },
+ "definedIn": "prose"
+ },
+ {
+ "id": "dom-audiocontext-onerror",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiocontext-onerror",
+ "linkingText": [
+ "onerror"
+ ],
+ "localLinkingText": [],
+ "type": "attribute",
+ "for": [
+ "AudioContext"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioContext-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#AudioContext-attributes",
+ "title": "Attributes",
+ "number": "1.2.2"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "eventdef-audiocontext-error",
+ "href": "https://www.w3.org/TR/webaudio/#eventdef-audiocontext-error",
+ "linkingText": [
+ "error"
+ ],
+ "localLinkingText": [],
+ "type": "event",
+ "for": [
+ "AudioContext"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioContext-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#AudioContext-attributes",
+ "title": "Attributes",
+ "number": "1.2.2"
+ },
+ "definedIn": "prose"
+ },
+ {
+ "id": "dom-audiocontext-close",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiocontext-close",
+ "linkingText": [
+ "close()"
+ ],
+ "localLinkingText": [],
+ "type": "method",
+ "for": [
+ "AudioContext"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioContext-methods",
+ "href": "https://www.w3.org/TR/webaudio/#AudioContext-methods",
+ "title": "Methods",
+ "number": "1.2.3"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "dom-audiocontext-createmediaelementsource",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiocontext-createmediaelementsource",
+ "linkingText": [
+ "createMediaElementSource(mediaElement)"
+ ],
+ "localLinkingText": [],
+ "type": "method",
+ "for": [
+ "AudioContext"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioContext-methods",
+ "href": "https://www.w3.org/TR/webaudio/#AudioContext-methods",
+ "title": "Methods",
+ "number": "1.2.3"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "dom-audiocontext-createmediaelementsource-mediaelement",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiocontext-createmediaelementsource-mediaelement",
+ "linkingText": [
+ "mediaElement"
+ ],
+ "localLinkingText": [],
+ "type": "argument",
+ "for": [
+ "AudioContext/createMediaElementSource()"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioContext-methods",
+ "href": "https://www.w3.org/TR/webaudio/#AudioContext-methods",
+ "title": "Methods",
+ "number": "1.2.3"
+ },
+ "definedIn": "table"
},
{
"id": "dom-audiocontext-createmediastreamdestination",
@@ -2103,49 +2421,628 @@
"id": "dom-audiocontext-resume",
"href": "https://www.w3.org/TR/webaudio/#dom-audiocontext-resume",
"linkingText": [
- "resume()"
+ "resume()"
+ ],
+ "localLinkingText": [],
+ "type": "method",
+ "for": [
+ "AudioContext"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioContext-methods",
+ "href": "https://www.w3.org/TR/webaudio/#AudioContext-methods",
+ "title": "Methods",
+ "number": "1.2.3"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "dom-audiocontext-suspend",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiocontext-suspend",
+ "linkingText": [
+ "suspend()"
+ ],
+ "localLinkingText": [],
+ "type": "method",
+ "for": [
+ "AudioContext"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioContext-methods",
+ "href": "https://www.w3.org/TR/webaudio/#AudioContext-methods",
+ "title": "Methods",
+ "number": "1.2.3"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "dom-audiocontext-setsinkid-domstring-or-audiosinkoptions-sinkid",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiocontext-setsinkid-domstring-or-audiosinkoptions-sinkid",
+ "linkingText": [
+ "setSinkId((DOMString or AudioSinkOptions) sinkId)"
+ ],
+ "localLinkingText": [],
+ "type": "method",
+ "for": [
+ "AudioContext"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioContext-methods",
+ "href": "https://www.w3.org/TR/webaudio/#AudioContext-methods",
+ "title": "Methods",
+ "number": "1.2.3"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "AudioContextOptions",
+ "href": "https://www.w3.org/TR/webaudio/#AudioContextOptions",
+ "linkingText": [
+ "AudioContextOptions"
+ ],
+ "localLinkingText": [],
+ "type": "dictionary",
+ "for": [],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioContextOptions",
+ "href": "https://www.w3.org/TR/webaudio/#AudioContextOptions",
+ "title": "AudioContextOptions",
+ "number": "1.2.5"
+ },
+ "definedIn": "heading"
+ },
+ {
+ "id": "dom-audiocontextoptions-latencyhint",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiocontextoptions-latencyhint",
+ "linkingText": [
+ "latencyHint"
+ ],
+ "localLinkingText": [],
+ "type": "dict-member",
+ "for": [
+ "AudioContextOptions"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "dictionary-audiocontextoptions-members",
+ "href": "https://www.w3.org/TR/webaudio/#dictionary-audiocontextoptions-members",
+ "title": "Dictionary AudioContextOptions Members",
+ "number": "1.2.5.1"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "dom-audiocontextoptions-samplerate",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiocontextoptions-samplerate",
+ "linkingText": [
+ "sampleRate"
+ ],
+ "localLinkingText": [],
+ "type": "dict-member",
+ "for": [
+ "AudioContextOptions"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "dictionary-audiocontextoptions-members",
+ "href": "https://www.w3.org/TR/webaudio/#dictionary-audiocontextoptions-members",
+ "title": "Dictionary AudioContextOptions Members",
+ "number": "1.2.5.1"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "dom-audiocontextoptions-sinkid",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiocontextoptions-sinkid",
+ "linkingText": [
+ "sinkId"
+ ],
+ "localLinkingText": [],
+ "type": "dict-member",
+ "for": [
+ "AudioContextOptions"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "dictionary-audiocontextoptions-members",
+ "href": "https://www.w3.org/TR/webaudio/#dictionary-audiocontextoptions-members",
+ "title": "Dictionary AudioContextOptions Members",
+ "number": "1.2.5.1"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "dom-audiocontextoptions-rendersizehint",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiocontextoptions-rendersizehint",
+ "linkingText": [
+ "renderSizeHint"
+ ],
+ "localLinkingText": [],
+ "type": "dict-member",
+ "for": [
+ "AudioContextOptions"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "dictionary-audiocontextoptions-members",
+ "href": "https://www.w3.org/TR/webaudio/#dictionary-audiocontextoptions-members",
+ "title": "Dictionary AudioContextOptions Members",
+ "number": "1.2.5.1"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "AudioSinkOptions",
+ "href": "https://www.w3.org/TR/webaudio/#AudioSinkOptions",
+ "linkingText": [
+ "AudioSinkOptions"
+ ],
+ "localLinkingText": [],
+ "type": "dictionary",
+ "for": [],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioSinkOptions",
+ "href": "https://www.w3.org/TR/webaudio/#AudioSinkOptions",
+ "title": "AudioSinkOptions",
+ "number": "1.2.6"
+ },
+ "definedIn": "heading"
+ },
+ {
+ "id": "dom-audiosinkoptions-type",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiosinkoptions-type",
+ "linkingText": [
+ "type"
+ ],
+ "localLinkingText": [],
+ "type": "dict-member",
+ "for": [
+ "AudioSinkOptions"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "dictionary-audiosinkoptions-members",
+ "href": "https://www.w3.org/TR/webaudio/#dictionary-audiosinkoptions-members",
+ "title": "Dictionary AudioSinkOptions Members",
+ "number": "1.2.6.1"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "AudioSinkInfo",
+ "href": "https://www.w3.org/TR/webaudio/#AudioSinkInfo",
+ "linkingText": [
+ "AudioSinkInfo"
+ ],
+ "localLinkingText": [],
+ "type": "interface",
+ "for": [],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioSinkInfo",
+ "href": "https://www.w3.org/TR/webaudio/#AudioSinkInfo",
+ "title": "AudioSinkInfo",
+ "number": "1.2.7"
+ },
+ "definedIn": "heading"
+ },
+ {
+ "id": "dom-audiosinkinfo-type",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiosinkinfo-type",
+ "linkingText": [
+ "type"
+ ],
+ "localLinkingText": [],
+ "type": "attribute",
+ "for": [
+ "AudioSinkInfo"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "audiosinkinfo-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#audiosinkinfo-attributes",
+ "title": "Attributes",
+ "number": "1.2.7.1"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "AudioTimestamp",
+ "href": "https://www.w3.org/TR/webaudio/#AudioTimestamp",
+ "linkingText": [
+ "AudioTimestamp"
+ ],
+ "localLinkingText": [],
+ "type": "dictionary",
+ "for": [],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioTimestamp",
+ "href": "https://www.w3.org/TR/webaudio/#AudioTimestamp",
+ "title": "AudioTimestamp",
+ "number": "1.2.8"
+ },
+ "definedIn": "heading"
+ },
+ {
+ "id": "dom-audiotimestamp-contexttime",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiotimestamp-contexttime",
+ "linkingText": [
+ "contextTime"
+ ],
+ "localLinkingText": [],
+ "type": "dict-member",
+ "for": [
+ "AudioTimestamp"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "dictionary-audiotimestamp-members",
+ "href": "https://www.w3.org/TR/webaudio/#dictionary-audiotimestamp-members",
+ "title": "Dictionary AudioTimestamp Members",
+ "number": "1.2.8.1"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "dom-audiotimestamp-performancetime",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiotimestamp-performancetime",
+ "linkingText": [
+ "performanceTime"
+ ],
+ "localLinkingText": [],
+ "type": "dict-member",
+ "for": [
+ "AudioTimestamp"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "dictionary-audiotimestamp-members",
+ "href": "https://www.w3.org/TR/webaudio/#dictionary-audiotimestamp-members",
+ "title": "Dictionary AudioTimestamp Members",
+ "number": "1.2.8.1"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "AudioRenderCapacity",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacity",
+ "linkingText": [
+ "audiorenderCapacity"
+ ],
+ "localLinkingText": [],
+ "type": "interface",
+ "for": [],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioRenderCapacity",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacity",
+ "title": "AudioRenderCapacity",
+ "number": "1.2.9"
+ },
+ "definedIn": "heading"
+ },
+ {
+ "id": "audiorendercapacity",
+ "href": "https://www.w3.org/TR/webaudio/#audiorendercapacity",
+ "linkingText": [
+ "AudioRenderCapacity"
+ ],
+ "localLinkingText": [],
+ "type": "interface",
+ "for": [],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioRenderCapacity",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacity",
+ "title": "AudioRenderCapacity",
+ "number": "1.2.9"
+ },
+ "definedIn": "pre"
+ },
+ {
+ "id": "dom-audiorendercapacity-start-options-options",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiorendercapacity-start-options-options",
+ "linkingText": [
+ "options"
+ ],
+ "localLinkingText": [],
+ "type": "argument",
+ "for": [
+ "AudioRenderCapacity/start(options)",
+ "AudioRenderCapacity/start()"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioRenderCapacity",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacity",
+ "title": "AudioRenderCapacity",
+ "number": "1.2.9"
+ },
+ "definedIn": "pre"
+ },
+ {
+ "id": "dom-audiorendercapacity-onupdate",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiorendercapacity-onupdate",
+ "linkingText": [
+ "onupdate"
+ ],
+ "localLinkingText": [],
+ "type": "attribute",
+ "for": [
+ "AudioRenderCapacity"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioRenderCapacity-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacity-attributes",
+ "title": "Attributes",
+ "number": "1.2.9.1"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "eventdef-audiorendercapacity-update",
+ "href": "https://www.w3.org/TR/webaudio/#eventdef-audiorendercapacity-update",
+ "linkingText": [
+ "update"
+ ],
+ "localLinkingText": [],
+ "type": "event",
+ "for": [
+ "AudioRenderCapacity"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioRenderCapacity-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacity-attributes",
+ "title": "Attributes",
+ "number": "1.2.9.1"
+ },
+ "definedIn": "prose"
+ },
+ {
+ "id": "dom-audiorendercapacity-start",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiorendercapacity-start",
+ "linkingText": [
+ "start(options)",
+ "start()"
+ ],
+ "localLinkingText": [],
+ "type": "method",
+ "for": [
+ "AudioRenderCapacity"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioRenderCapacity-methods",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacity-methods",
+ "title": "Methods",
+ "number": "1.2.9.2"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "dom-audiorendercapacity-stop",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiorendercapacity-stop",
+ "linkingText": [
+ "stop()"
+ ],
+ "localLinkingText": [],
+ "type": "method",
+ "for": [
+ "AudioRenderCapacity"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioRenderCapacity-methods",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacity-methods",
+ "title": "Methods",
+ "number": "1.2.9.2"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "AudioRenderCapacityOptions",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacityOptions",
+ "linkingText": [
+ "audiorenderCapacityoptions"
+ ],
+ "localLinkingText": [],
+ "type": "dictionary",
+ "for": [],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioRenderCapacityOptions",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacityOptions",
+ "title": "AudioRenderCapacityOptions",
+ "number": "1.2.10"
+ },
+ "definedIn": "heading"
+ },
+ {
+ "id": "dictdef-audiorendercapacityoptions",
+ "href": "https://www.w3.org/TR/webaudio/#dictdef-audiorendercapacityoptions",
+ "linkingText": [
+ "AudioRenderCapacityOptions"
+ ],
+ "localLinkingText": [],
+ "type": "dictionary",
+ "for": [],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioRenderCapacityOptions",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacityOptions",
+ "title": "AudioRenderCapacityOptions",
+ "number": "1.2.10"
+ },
+ "definedIn": "pre"
+ },
+ {
+ "id": "dom-audiorendercapacityoptions-updateinterval",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiorendercapacityoptions-updateinterval",
+ "linkingText": [
+ "updateInterval"
+ ],
+ "localLinkingText": [],
+ "type": "dict-member",
+ "for": [
+ "AudioRenderCapacityOptions"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "dictionary-AudioRenderCapacityOptions-members",
+ "href": "https://www.w3.org/TR/webaudio/#dictionary-AudioRenderCapacityOptions-members",
+ "title": "Dictionary AudioRenderCapacityOptions Members",
+ "number": "1.2.10.1"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "AudioRenderCapacityEvent",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacityEvent",
+ "linkingText": [
+ "audiorenderCapacityevent"
+ ],
+ "localLinkingText": [],
+ "type": "interface",
+ "for": [],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioRenderCapacityEvent",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacityEvent",
+ "title": "AudioRenderCapacityEvent",
+ "number": "1.2.11"
+ },
+ "definedIn": "heading"
+ },
+ {
+ "id": "audiorendercapacityevent",
+ "href": "https://www.w3.org/TR/webaudio/#audiorendercapacityevent",
+ "linkingText": [
+ "AudioRenderCapacityEvent"
+ ],
+ "localLinkingText": [],
+ "type": "interface",
+ "for": [],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioRenderCapacityEvent",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacityEvent",
+ "title": "AudioRenderCapacityEvent",
+ "number": "1.2.11"
+ },
+ "definedIn": "pre"
+ },
+ {
+ "id": "dom-audiorendercapacityevent-audiorendercapacityevent",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiorendercapacityevent-audiorendercapacityevent",
+ "linkingText": [
+ "AudioRenderCapacityEvent(type, eventInitDict)",
+ "constructor(type, eventInitDict)",
+ "AudioRenderCapacityEvent(type)",
+ "constructor(type)"
+ ],
+ "localLinkingText": [],
+ "type": "constructor",
+ "for": [
+ "AudioRenderCapacityEvent"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioRenderCapacityEvent",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacityEvent",
+ "title": "AudioRenderCapacityEvent",
+ "number": "1.2.11"
+ },
+ "definedIn": "pre"
+ },
+ {
+ "id": "dom-audiorendercapacityevent-audiorendercapacityevent-type-eventinitdict-type",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiorendercapacityevent-audiorendercapacityevent-type-eventinitdict-type",
+ "linkingText": [
+ "type"
],
"localLinkingText": [],
- "type": "method",
+ "type": "argument",
"for": [
- "AudioContext"
+ "AudioRenderCapacityEvent/AudioRenderCapacityEvent(type, eventInitDict)",
+ "AudioRenderCapacityEvent/constructor(type, eventInitDict)",
+ "AudioRenderCapacityEvent/AudioRenderCapacityEvent(type)",
+ "AudioRenderCapacityEvent/constructor(type)"
],
"access": "public",
"informative": false,
"heading": {
- "id": "AudioContext-methods",
- "href": "https://www.w3.org/TR/webaudio/#AudioContext-methods",
- "title": "Methods",
- "number": "1.2.3"
+ "id": "AudioRenderCapacityEvent",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacityEvent",
+ "title": "AudioRenderCapacityEvent",
+ "number": "1.2.11"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "dom-audiocontext-suspend",
- "href": "https://www.w3.org/TR/webaudio/#dom-audiocontext-suspend",
+ "id": "dom-audiorendercapacityevent-audiorendercapacityevent-type-eventinitdict-eventinitdict",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiorendercapacityevent-audiorendercapacityevent-type-eventinitdict-eventinitdict",
"linkingText": [
- "suspend()"
+ "eventInitDict"
],
"localLinkingText": [],
- "type": "method",
+ "type": "argument",
"for": [
- "AudioContext"
+ "AudioRenderCapacityEvent/AudioRenderCapacityEvent(type, eventInitDict)",
+ "AudioRenderCapacityEvent/constructor(type, eventInitDict)",
+ "AudioRenderCapacityEvent/AudioRenderCapacityEvent(type)",
+ "AudioRenderCapacityEvent/constructor(type)"
],
"access": "public",
"informative": false,
"heading": {
- "id": "AudioContext-methods",
- "href": "https://www.w3.org/TR/webaudio/#AudioContext-methods",
- "title": "Methods",
- "number": "1.2.3"
+ "id": "AudioRenderCapacityEvent",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacityEvent",
+ "title": "AudioRenderCapacityEvent",
+ "number": "1.2.11"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "AudioContextOptions",
- "href": "https://www.w3.org/TR/webaudio/#AudioContextOptions",
+ "id": "dictdef-audiorendercapacityeventinit",
+ "href": "https://www.w3.org/TR/webaudio/#dictdef-audiorendercapacityeventinit",
"linkingText": [
- "audiocontextoptions"
+ "AudioRenderCapacityEventInit"
],
"localLinkingText": [],
"type": "dictionary",
@@ -2153,176 +3050,184 @@
"access": "public",
"informative": false,
"heading": {
- "id": "AudioContextOptions",
- "href": "https://www.w3.org/TR/webaudio/#AudioContextOptions",
- "title": "AudioContextOptions",
- "number": "1.2.4"
+ "id": "AudioRenderCapacityEvent",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacityEvent",
+ "title": "AudioRenderCapacityEvent",
+ "number": "1.2.11"
},
- "definedIn": "heading"
+ "definedIn": "pre"
},
{
- "id": "dictdef-audiocontextoptions",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-audiocontextoptions",
+ "id": "dom-audiorendercapacityeventinit-timestamp",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiorendercapacityeventinit-timestamp",
"linkingText": [
- "AudioContextOptions"
+ "timestamp"
],
"localLinkingText": [],
- "type": "dictionary",
- "for": [],
+ "type": "dict-member",
+ "for": [
+ "AudioRenderCapacityEventInit"
+ ],
"access": "public",
"informative": false,
"heading": {
- "id": "AudioContextOptions",
- "href": "https://www.w3.org/TR/webaudio/#AudioContextOptions",
- "title": "AudioContextOptions",
- "number": "1.2.4"
+ "id": "AudioRenderCapacityEvent",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacityEvent",
+ "title": "AudioRenderCapacityEvent",
+ "number": "1.2.11"
},
"definedIn": "pre"
},
{
- "id": "dom-audiocontextoptions-latencyhint",
- "href": "https://www.w3.org/TR/webaudio/#dom-audiocontextoptions-latencyhint",
+ "id": "dom-audiorendercapacityeventinit-averageload",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiorendercapacityeventinit-averageload",
"linkingText": [
- "latencyHint"
+ "averageLoad"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "AudioContextOptions"
+ "AudioRenderCapacityEventInit"
],
"access": "public",
"informative": false,
"heading": {
- "id": "dictionary-audiocontextoptions-members",
- "href": "https://www.w3.org/TR/webaudio/#dictionary-audiocontextoptions-members",
- "title": "Dictionary AudioContextOptions Members",
- "number": "1.2.4.1"
+ "id": "AudioRenderCapacityEvent",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacityEvent",
+ "title": "AudioRenderCapacityEvent",
+ "number": "1.2.11"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "dom-audiocontextoptions-samplerate",
- "href": "https://www.w3.org/TR/webaudio/#dom-audiocontextoptions-samplerate",
+ "id": "dom-audiorendercapacityeventinit-peakload",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiorendercapacityeventinit-peakload",
"linkingText": [
- "sampleRate"
+ "peakLoad"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "AudioContextOptions"
+ "AudioRenderCapacityEventInit"
],
"access": "public",
"informative": false,
"heading": {
- "id": "dictionary-audiocontextoptions-members",
- "href": "https://www.w3.org/TR/webaudio/#dictionary-audiocontextoptions-members",
- "title": "Dictionary AudioContextOptions Members",
- "number": "1.2.4.1"
+ "id": "AudioRenderCapacityEvent",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacityEvent",
+ "title": "AudioRenderCapacityEvent",
+ "number": "1.2.11"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "AudioTimestamp",
- "href": "https://www.w3.org/TR/webaudio/#AudioTimestamp",
+ "id": "dom-audiorendercapacityeventinit-underrunratio",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiorendercapacityeventinit-underrunratio",
"linkingText": [
- "audiotimestamp"
+ "underrunRatio"
],
"localLinkingText": [],
- "type": "dictionary",
- "for": [],
+ "type": "dict-member",
+ "for": [
+ "AudioRenderCapacityEventInit"
+ ],
"access": "public",
"informative": false,
"heading": {
- "id": "AudioTimestamp",
- "href": "https://www.w3.org/TR/webaudio/#AudioTimestamp",
- "title": "AudioTimestamp",
- "number": "1.2.5"
+ "id": "AudioRenderCapacityEvent",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacityEvent",
+ "title": "AudioRenderCapacityEvent",
+ "number": "1.2.11"
},
- "definedIn": "heading"
+ "definedIn": "pre"
},
{
- "id": "dictdef-audiotimestamp",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-audiotimestamp",
+ "id": "dom-audiorendercapacityevent-timestamp",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiorendercapacityevent-timestamp",
"linkingText": [
- "AudioTimestamp"
+ "timestamp"
],
"localLinkingText": [],
- "type": "dictionary",
- "for": [],
+ "type": "attribute",
+ "for": [
+ "AudioRenderCapacityEvent"
+ ],
"access": "public",
"informative": false,
"heading": {
- "id": "AudioTimestamp",
- "href": "https://www.w3.org/TR/webaudio/#AudioTimestamp",
- "title": "AudioTimestamp",
- "number": "1.2.5"
+ "id": "AudioRenderCapacityEvent-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacityEvent-attributes",
+ "title": "Attributes",
+ "number": "1.2.11.1"
},
- "definedIn": "pre"
+ "definedIn": "dt"
},
{
- "id": "dom-audiotimestamp-contexttime",
- "href": "https://www.w3.org/TR/webaudio/#dom-audiotimestamp-contexttime",
+ "id": "dom-audiorendercapacityevent-averageload",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiorendercapacityevent-averageload",
"linkingText": [
- "contextTime"
+ "averageLoad"
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "attribute",
"for": [
- "AudioTimestamp"
+ "AudioRenderCapacityEvent"
],
"access": "public",
"informative": false,
"heading": {
- "id": "dictionary-audiotimestamp-members",
- "href": "https://www.w3.org/TR/webaudio/#dictionary-audiotimestamp-members",
- "title": "Dictionary AudioTimestamp Members",
- "number": "1.2.5.1"
+ "id": "AudioRenderCapacityEvent-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacityEvent-attributes",
+ "title": "Attributes",
+ "number": "1.2.11.1"
},
"definedIn": "dt"
},
{
- "id": "dom-audiotimestamp-performancetime",
- "href": "https://www.w3.org/TR/webaudio/#dom-audiotimestamp-performancetime",
+ "id": "dom-audiorendercapacityevent-peakload",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiorendercapacityevent-peakload",
"linkingText": [
- "performanceTime"
+ "peakLoad"
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "attribute",
"for": [
- "AudioTimestamp"
+ "AudioRenderCapacityEvent"
],
"access": "public",
"informative": false,
"heading": {
- "id": "dictionary-audiotimestamp-members",
- "href": "https://www.w3.org/TR/webaudio/#dictionary-audiotimestamp-members",
- "title": "Dictionary AudioTimestamp Members",
- "number": "1.2.5.1"
+ "id": "AudioRenderCapacityEvent-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacityEvent-attributes",
+ "title": "Attributes",
+ "number": "1.2.11.1"
},
"definedIn": "dt"
},
{
- "id": "OfflineAudioContext",
- "href": "https://www.w3.org/TR/webaudio/#OfflineAudioContext",
+ "id": "dom-audiorendercapacityevent-underrunratio",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiorendercapacityevent-underrunratio",
"linkingText": [
- "offlineaudiocontext"
+ "underrunRatio"
],
"localLinkingText": [],
- "type": "interface",
- "for": [],
+ "type": "attribute",
+ "for": [
+ "AudioRenderCapacityEvent"
+ ],
"access": "public",
"informative": false,
"heading": {
- "id": "OfflineAudioContext",
- "href": "https://www.w3.org/TR/webaudio/#OfflineAudioContext",
- "title": "The OfflineAudioContext Interface",
- "number": "1.3"
+ "id": "AudioRenderCapacityEvent-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacityEvent-attributes",
+ "title": "Attributes",
+ "number": "1.2.11.1"
},
- "definedIn": "heading"
+ "definedIn": "dt"
},
{
- "id": "offlineaudiocontext",
- "href": "https://www.w3.org/TR/webaudio/#offlineaudiocontext",
+ "id": "OfflineAudioContext",
+ "href": "https://www.w3.org/TR/webaudio/#OfflineAudioContext",
"linkingText": [
"OfflineAudioContext"
],
@@ -2337,7 +3242,7 @@
"title": "The OfflineAudioContext Interface",
"number": "1.3"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-offlineaudiocontext-suspend-suspendtime-suspendtime",
@@ -2530,6 +3435,27 @@
},
"definedIn": "dt"
},
+ {
+ "id": "eventdef-offlineaudiocontext-complete",
+ "href": "https://www.w3.org/TR/webaudio/#eventdef-offlineaudiocontext-complete",
+ "linkingText": [
+ "complete"
+ ],
+ "localLinkingText": [],
+ "type": "event",
+ "for": [
+ "OfflineAudioContext"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "OfflineAudioContext-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#OfflineAudioContext-attributes",
+ "title": "Attributes",
+ "number": "1.3.2"
+ },
+ "definedIn": "prose"
+ },
{
"id": "dom-offlineaudiocontext-startrendering",
"href": "https://www.w3.org/TR/webaudio/#dom-offlineaudiocontext-startrendering",
@@ -2678,25 +3604,6 @@
{
"id": "OfflineAudioContextOptions",
"href": "https://www.w3.org/TR/webaudio/#OfflineAudioContextOptions",
- "linkingText": [
- "offlineaudiocontextoptions"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "OfflineAudioContextOptions",
- "href": "https://www.w3.org/TR/webaudio/#OfflineAudioContextOptions",
- "title": "OfflineAudioContextOptions",
- "number": "1.3.4"
- },
- "definedIn": "heading"
- },
- {
- "id": "dictdef-offlineaudiocontextoptions",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-offlineaudiocontextoptions",
"linkingText": [
"OfflineAudioContextOptions"
],
@@ -2711,7 +3618,7 @@
"title": "OfflineAudioContextOptions",
"number": "1.3.4"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-offlineaudiocontextoptions-length",
@@ -2777,27 +3684,29 @@
"definedIn": "dt"
},
{
- "id": "OfflineAudioCompletionEvent",
- "href": "https://www.w3.org/TR/webaudio/#OfflineAudioCompletionEvent",
+ "id": "dom-offlineaudiocontextoptions-rendersizehint",
+ "href": "https://www.w3.org/TR/webaudio/#dom-offlineaudiocontextoptions-rendersizehint",
"linkingText": [
- "offlineaudiocompletionevent"
+ "renderSizeHint"
],
"localLinkingText": [],
- "type": "interface",
- "for": [],
+ "type": "dict-member",
+ "for": [
+ "OfflineAudioContextOptions"
+ ],
"access": "public",
"informative": false,
"heading": {
- "id": "OfflineAudioCompletionEvent",
- "href": "https://www.w3.org/TR/webaudio/#OfflineAudioCompletionEvent",
- "title": "The OfflineAudioCompletionEvent Interface",
- "number": "1.3.5"
+ "id": "dictionary-offlineaudiocontextoptions-members",
+ "href": "https://www.w3.org/TR/webaudio/#dictionary-offlineaudiocontextoptions-members",
+ "title": "Dictionary OfflineAudioContextOptions Members",
+ "number": "1.3.4.1"
},
- "definedIn": "heading"
+ "definedIn": "dt"
},
{
- "id": "offlineaudiocompletionevent",
- "href": "https://www.w3.org/TR/webaudio/#offlineaudiocompletionevent",
+ "id": "OfflineAudioCompletionEvent",
+ "href": "https://www.w3.org/TR/webaudio/#OfflineAudioCompletionEvent",
"linkingText": [
"OfflineAudioCompletionEvent"
],
@@ -2812,7 +3721,7 @@
"title": "The OfflineAudioCompletionEvent Interface",
"number": "1.3.5"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-offlineaudiocompletionevent-offlineaudiocompletionevent",
@@ -2904,25 +3813,6 @@
{
"id": "OfflineAudioCompletionEventInit",
"href": "https://www.w3.org/TR/webaudio/#OfflineAudioCompletionEventInit",
- "linkingText": [
- "offlineaudiocompletioneventinit"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "OfflineAudioCompletionEventInit",
- "href": "https://www.w3.org/TR/webaudio/#OfflineAudioCompletionEventInit",
- "title": "OfflineAudioCompletionEventInit",
- "number": "1.3.5.2"
- },
- "definedIn": "heading"
- },
- {
- "id": "dictdef-offlineaudiocompletioneventinit",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-offlineaudiocompletioneventinit",
"linkingText": [
"OfflineAudioCompletionEventInit"
],
@@ -2937,7 +3827,7 @@
"title": "OfflineAudioCompletionEventInit",
"number": "1.3.5.2"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-offlineaudiocompletioneventinit-renderedbuffer",
@@ -2964,7 +3854,7 @@
"id": "AudioBuffer",
"href": "https://www.w3.org/TR/webaudio/#AudioBuffer",
"linkingText": [
- "audiobuffer"
+ "AudioBuffer"
],
"localLinkingText": [],
"type": "interface",
@@ -3063,25 +3953,6 @@
},
"definedIn": "dt"
},
- {
- "id": "audiobuffer",
- "href": "https://www.w3.org/TR/webaudio/#audiobuffer",
- "linkingText": [
- "AudioBuffer"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "AudioBuffer",
- "href": "https://www.w3.org/TR/webaudio/#AudioBuffer",
- "title": "The AudioBuffer Interface",
- "number": "1.4"
- },
- "definedIn": "pre"
- },
{
"id": "dom-audiobuffer-audiobuffer-options-options",
"href": "https://www.w3.org/TR/webaudio/#dom-audiobuffer-audiobuffer-options-options",
@@ -3619,25 +4490,6 @@
{
"id": "AudioBufferOptions",
"href": "https://www.w3.org/TR/webaudio/#AudioBufferOptions",
- "linkingText": [
- "audiobufferoptions"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "AudioBufferOptions",
- "href": "https://www.w3.org/TR/webaudio/#AudioBufferOptions",
- "title": "AudioBufferOptions",
- "number": "1.4.4"
- },
- "definedIn": "heading"
- },
- {
- "id": "dictdef-audiobufferoptions",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-audiobufferoptions",
"linkingText": [
"AudioBufferOptions"
],
@@ -3652,7 +4504,7 @@
"title": "AudioBufferOptions",
"number": "1.4.4"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-audiobufferoptions-length",
@@ -3721,7 +4573,7 @@
"id": "AudioNode",
"href": "https://www.w3.org/TR/webaudio/#AudioNode",
"linkingText": [
- "audionode"
+ "AudioNode"
],
"localLinkingText": [],
"type": "interface",
@@ -3738,28 +4590,9 @@
},
{
"id": "connection",
- "href": "https://www.w3.org/TR/webaudio/#connection",
- "linkingText": [
- "connection"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "private",
- "informative": false,
- "heading": {
- "id": "AudioNode",
- "href": "https://www.w3.org/TR/webaudio/#AudioNode",
- "title": "The AudioNode Interface",
- "number": "1.5"
- },
- "definedIn": "prose"
- },
- {
- "id": "input",
- "href": "https://www.w3.org/TR/webaudio/#input",
+ "href": "https://www.w3.org/TR/webaudio/#connection",
"linkingText": [
- "input"
+ "connection"
],
"localLinkingText": [],
"type": "dfn",
@@ -3775,15 +4608,15 @@
"definedIn": "prose"
},
{
- "id": "audionode",
- "href": "https://www.w3.org/TR/webaudio/#audionode",
+ "id": "input",
+ "href": "https://www.w3.org/TR/webaudio/#input",
"linkingText": [
- "AudioNode"
+ "input"
],
"localLinkingText": [],
- "type": "interface",
+ "type": "dfn",
"for": [],
- "access": "public",
+ "access": "private",
"informative": false,
"heading": {
"id": "AudioNode",
@@ -3791,7 +4624,7 @@
"title": "The AudioNode Interface",
"number": "1.5"
},
- "definedIn": "pre"
+ "definedIn": "prose"
},
{
"id": "factory-method",
@@ -4832,25 +5665,6 @@
{
"id": "AudioNodeOptions",
"href": "https://www.w3.org/TR/webaudio/#AudioNodeOptions",
- "linkingText": [
- "audionodeoptions"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "AudioNodeOptions",
- "href": "https://www.w3.org/TR/webaudio/#AudioNodeOptions",
- "title": "AudioNodeOptions",
- "number": "1.5.6"
- },
- "definedIn": "heading"
- },
- {
- "id": "dictdef-audionodeoptions",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-audionodeoptions",
"linkingText": [
"AudioNodeOptions"
],
@@ -4865,7 +5679,7 @@
"title": "AudioNodeOptions",
"number": "1.5.6"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-audionodeoptions-channelcount",
@@ -4934,7 +5748,7 @@
"id": "AudioParam",
"href": "https://www.w3.org/TR/webaudio/#AudioParam",
"linkingText": [
- "audioparam"
+ "AudioParam"
],
"localLinkingText": [],
"type": "interface",
@@ -5185,25 +5999,6 @@
},
"definedIn": "prose"
},
- {
- "id": "audioparam",
- "href": "https://www.w3.org/TR/webaudio/#audioparam",
- "linkingText": [
- "AudioParam"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "AudioParam",
- "href": "https://www.w3.org/TR/webaudio/#AudioParam",
- "title": "The AudioParam Interface",
- "number": "1.6"
- },
- "definedIn": "pre"
- },
{
"id": "dom-audioparam-setvalueattime-value-starttime-value",
"href": "https://www.w3.org/TR/webaudio/#dom-audioparam-setvalueattime-value-starttime-value",
@@ -6145,7 +6940,7 @@
"id": "AudioScheduledSourceNode",
"href": "https://www.w3.org/TR/webaudio/#AudioScheduledSourceNode",
"linkingText": [
- "audioscheduledsourcenode"
+ "AudioScheduledSourceNode"
],
"localLinkingText": [],
"type": "interface",
@@ -6201,32 +6996,34 @@
"definedIn": "prose"
},
{
- "id": "audioscheduledsourcenode",
- "href": "https://www.w3.org/TR/webaudio/#audioscheduledsourcenode",
+ "id": "dom-audioscheduledsourcenode-onended",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audioscheduledsourcenode-onended",
"linkingText": [
- "AudioScheduledSourceNode"
+ "onended"
],
"localLinkingText": [],
- "type": "interface",
- "for": [],
+ "type": "attribute",
+ "for": [
+ "AudioScheduledSourceNode"
+ ],
"access": "public",
"informative": false,
"heading": {
- "id": "AudioScheduledSourceNode",
- "href": "https://www.w3.org/TR/webaudio/#AudioScheduledSourceNode",
- "title": "The AudioScheduledSourceNode Interface",
- "number": "1.7"
+ "id": "AudioScheduledSourceNode-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#AudioScheduledSourceNode-attributes",
+ "title": "Attributes",
+ "number": "1.7.1"
},
- "definedIn": "pre"
+ "definedIn": "dt"
},
{
- "id": "dom-audioscheduledsourcenode-onended",
- "href": "https://www.w3.org/TR/webaudio/#dom-audioscheduledsourcenode-onended",
+ "id": "eventdef-audioscheduledsourcenode-ended",
+ "href": "https://www.w3.org/TR/webaudio/#eventdef-audioscheduledsourcenode-ended",
"linkingText": [
- "onended"
+ "ended"
],
"localLinkingText": [],
- "type": "attribute",
+ "type": "event",
"for": [
"AudioScheduledSourceNode"
],
@@ -6238,7 +7035,7 @@
"title": "Attributes",
"number": "1.7.1"
},
- "definedIn": "dt"
+ "definedIn": "prose"
},
{
"id": "dom-audioscheduledsourcenode-start",
@@ -6329,25 +7126,6 @@
{
"id": "AnalyserNode",
"href": "https://www.w3.org/TR/webaudio/#AnalyserNode",
- "linkingText": [
- "analysernode"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "AnalyserNode",
- "href": "https://www.w3.org/TR/webaudio/#AnalyserNode",
- "title": "The AnalyserNode Interface",
- "number": "1.8"
- },
- "definedIn": "heading"
- },
- {
- "id": "analysernode",
- "href": "https://www.w3.org/TR/webaudio/#analysernode",
"linkingText": [
"AnalyserNode"
],
@@ -6362,7 +7140,7 @@
"title": "The AnalyserNode Interface",
"number": "1.8"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-analysernode-analysernode-context-options-context",
@@ -6838,25 +7616,6 @@
{
"id": "AnalyserOptions",
"href": "https://www.w3.org/TR/webaudio/#AnalyserOptions",
- "linkingText": [
- "analyseroptions"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "AnalyserOptions",
- "href": "https://www.w3.org/TR/webaudio/#AnalyserOptions",
- "title": "AnalyserOptions",
- "number": "1.8.4"
- },
- "definedIn": "heading"
- },
- {
- "id": "dictdef-analyseroptions",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-analyseroptions",
"linkingText": [
"AnalyserOptions"
],
@@ -6871,7 +7630,7 @@
"title": "AnalyserOptions",
"number": "1.8.4"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-analyseroptions-fftsize",
@@ -7094,7 +7853,7 @@
"id": "AudioBufferSourceNode",
"href": "https://www.w3.org/TR/webaudio/#AudioBufferSourceNode",
"linkingText": [
- "audiobuffersourcenode"
+ "AudioBufferSourceNode"
],
"localLinkingText": [],
"type": "interface",
@@ -7168,49 +7927,6 @@
},
"definedIn": "prose"
},
- {
- "id": "audiobuffersourcenode",
- "href": "https://www.w3.org/TR/webaudio/#audiobuffersourcenode",
- "linkingText": [
- "AudioBufferSourceNode"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "AudioBufferSourceNode",
- "href": "https://www.w3.org/TR/webaudio/#AudioBufferSourceNode",
- "title": "The AudioBufferSourceNode Interface",
- "number": "1.9"
- },
- "definedIn": "pre"
- },
- {
- "id": "dom-audiobuffersourcenode-audiobuffersourcenode",
- "href": "https://www.w3.org/TR/webaudio/#dom-audiobuffersourcenode-audiobuffersourcenode",
- "linkingText": [
- "AudioBufferSourceNode(context, options)",
- "constructor(context, options)",
- "AudioBufferSourceNode(context)",
- "constructor(context)"
- ],
- "localLinkingText": [],
- "type": "constructor",
- "for": [
- "AudioBufferSourceNode"
- ],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "AudioBufferSourceNode",
- "href": "https://www.w3.org/TR/webaudio/#AudioBufferSourceNode",
- "title": "The AudioBufferSourceNode Interface",
- "number": "1.9"
- },
- "definedIn": "pre"
- },
{
"id": "dom-audiobuffersourcenode-audiobuffersourcenode-context-options-context",
"href": "https://www.w3.org/TR/webaudio/#dom-audiobuffersourcenode-audiobuffersourcenode-context-options-context",
@@ -7260,15 +7976,18 @@
"definedIn": "pre"
},
{
- "id": "dom-audiobuffersourcenode-constructor-audiobuffersourcenode",
- "href": "https://www.w3.org/TR/webaudio/#dom-audiobuffersourcenode-constructor-audiobuffersourcenode",
+ "id": "dom-audiobuffersourcenode-audiobuffersourcenode",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audiobuffersourcenode-audiobuffersourcenode",
"linkingText": [
- "AudioBufferSourceNode(context, options)"
+ "AudioBufferSourceNode(context, options)",
+ "constructor(context, options)",
+ "AudioBufferSourceNode(context)",
+ "constructor(context)"
],
"localLinkingText": [],
- "type": "method",
+ "type": "constructor",
"for": [
- "AudioBufferSourceNode/constructor"
+ "AudioBufferSourceNode"
],
"access": "public",
"informative": false,
@@ -7538,25 +8257,6 @@
{
"id": "AudioBufferSourceOptions",
"href": "https://www.w3.org/TR/webaudio/#AudioBufferSourceOptions",
- "linkingText": [
- "audiobuffersourceoptions"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "AudioBufferSourceOptions",
- "href": "https://www.w3.org/TR/webaudio/#AudioBufferSourceOptions",
- "title": "AudioBufferSourceOptions",
- "number": "1.9.4"
- },
- "definedIn": "heading"
- },
- {
- "id": "dictdef-audiobuffersourceoptions",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-audiobuffersourceoptions",
"linkingText": [
"AudioBufferSourceOptions"
],
@@ -7571,7 +8271,7 @@
"title": "AudioBufferSourceOptions",
"number": "1.9.4"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-audiobuffersourceoptions-buffer",
@@ -7702,25 +8402,6 @@
{
"id": "AudioDestinationNode",
"href": "https://www.w3.org/TR/webaudio/#AudioDestinationNode",
- "linkingText": [
- "audiodestinationnode"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "AudioDestinationNode",
- "href": "https://www.w3.org/TR/webaudio/#AudioDestinationNode",
- "title": "The AudioDestinationNode Interface",
- "number": "1.10"
- },
- "definedIn": "heading"
- },
- {
- "id": "audiodestinationnode",
- "href": "https://www.w3.org/TR/webaudio/#audiodestinationnode",
"linkingText": [
"AudioDestinationNode"
],
@@ -7735,7 +8416,7 @@
"title": "The AudioDestinationNode Interface",
"number": "1.10"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-audiodestinationnode-maxchannelcount",
@@ -7761,25 +8442,6 @@
{
"id": "AudioListener",
"href": "https://www.w3.org/TR/webaudio/#AudioListener",
- "linkingText": [
- "audiolistener"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "AudioListener",
- "href": "https://www.w3.org/TR/webaudio/#AudioListener",
- "title": "The AudioListener Interface",
- "number": "1.11"
- },
- "definedIn": "heading"
- },
- {
- "id": "audiolistener",
- "href": "https://www.w3.org/TR/webaudio/#audiolistener",
"linkingText": [
"AudioListener"
],
@@ -7794,7 +8456,7 @@
"title": "The AudioListener Interface",
"number": "1.11"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-audiolistener-setposition-x-y-z-x",
@@ -8450,25 +9112,6 @@
{
"id": "AudioProcessingEvent",
"href": "https://www.w3.org/TR/webaudio/#AudioProcessingEvent",
- "linkingText": [
- "audioprocessingevent"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "AudioProcessingEvent",
- "href": "https://www.w3.org/TR/webaudio/#AudioProcessingEvent",
- "title": "The AudioProcessingEvent Interface - DEPRECATED",
- "number": "1.12"
- },
- "definedIn": "heading"
- },
- {
- "id": "audioprocessingevent",
- "href": "https://www.w3.org/TR/webaudio/#audioprocessingevent",
"linkingText": [
"AudioProcessingEvent"
],
@@ -8483,7 +9126,7 @@
"title": "The AudioProcessingEvent Interface - DEPRECATED",
"number": "1.12"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-audioprocessingevent-audioprocessingevent",
@@ -8608,34 +9251,15 @@
"informative": false,
"heading": {
"id": "AudioProcessingEvent-attributes",
- "href": "https://www.w3.org/TR/webaudio/#AudioProcessingEvent-attributes",
- "title": "Attributes",
- "number": "1.12.1"
- },
- "definedIn": "dt"
- },
- {
- "id": "AudioProcessingEventInit",
- "href": "https://www.w3.org/TR/webaudio/#AudioProcessingEventInit",
- "linkingText": [
- "audioprocessingeventinit"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "AudioProcessingEventInit",
- "href": "https://www.w3.org/TR/webaudio/#AudioProcessingEventInit",
- "title": "AudioProcessingEventInit",
- "number": "1.12.2"
+ "href": "https://www.w3.org/TR/webaudio/#AudioProcessingEvent-attributes",
+ "title": "Attributes",
+ "number": "1.12.1"
},
- "definedIn": "heading"
+ "definedIn": "dt"
},
{
- "id": "dictdef-audioprocessingeventinit",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-audioprocessingeventinit",
+ "id": "AudioProcessingEventInit",
+ "href": "https://www.w3.org/TR/webaudio/#AudioProcessingEventInit",
"linkingText": [
"AudioProcessingEventInit"
],
@@ -8650,7 +9274,7 @@
"title": "AudioProcessingEventInit",
"number": "1.12.2"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-audioprocessingeventinit-inputbuffer",
@@ -8719,7 +9343,7 @@
"id": "BiquadFilterNode",
"href": "https://www.w3.org/TR/webaudio/#BiquadFilterNode",
"linkingText": [
- "biquadfilternode"
+ "BiquadFilterNode"
],
"localLinkingText": [],
"type": "interface",
@@ -8948,25 +9572,6 @@
},
"definedIn": "table"
},
- {
- "id": "biquadfilternode",
- "href": "https://www.w3.org/TR/webaudio/#biquadfilternode",
- "linkingText": [
- "BiquadFilterNode"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "BiquadFilterNode",
- "href": "https://www.w3.org/TR/webaudio/#BiquadFilterNode",
- "title": "The BiquadFilterNode Interface",
- "number": "1.13"
- },
- "definedIn": "pre"
- },
{
"id": "dom-biquadfilternode-biquadfilternode",
"href": "https://www.w3.org/TR/webaudio/#dom-biquadfilternode-biquadfilternode",
@@ -9357,25 +9962,6 @@
{
"id": "BiquadFilterOptions",
"href": "https://www.w3.org/TR/webaudio/#BiquadFilterOptions",
- "linkingText": [
- "biquadfilteroptions"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "BiquadFilterOptions",
- "href": "https://www.w3.org/TR/webaudio/#BiquadFilterOptions",
- "title": "BiquadFilterOptions",
- "number": "1.13.4"
- },
- "definedIn": "heading"
- },
- {
- "id": "dictdef-biquadfilteroptions",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-biquadfilteroptions",
"linkingText": [
"BiquadFilterOptions"
],
@@ -9390,7 +9976,7 @@
"title": "BiquadFilterOptions",
"number": "1.13.4"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-biquadfilteroptions-q",
@@ -9500,25 +10086,6 @@
{
"id": "ChannelMergerNode",
"href": "https://www.w3.org/TR/webaudio/#ChannelMergerNode",
- "linkingText": [
- "channelmergernode"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "ChannelMergerNode",
- "href": "https://www.w3.org/TR/webaudio/#ChannelMergerNode",
- "title": "The ChannelMergerNode Interface",
- "number": "1.14"
- },
- "definedIn": "heading"
- },
- {
- "id": "channelmergernode",
- "href": "https://www.w3.org/TR/webaudio/#channelmergernode",
"linkingText": [
"ChannelMergerNode"
],
@@ -9533,31 +10100,7 @@
"title": "The ChannelMergerNode Interface",
"number": "1.14"
},
- "definedIn": "pre"
- },
- {
- "id": "dom-channelmergernode-channelmergernode",
- "href": "https://www.w3.org/TR/webaudio/#dom-channelmergernode-channelmergernode",
- "linkingText": [
- "ChannelMergerNode(context, options)",
- "constructor(context, options)",
- "ChannelMergerNode(context)",
- "constructor(context)"
- ],
- "localLinkingText": [],
- "type": "constructor",
- "for": [
- "ChannelMergerNode"
- ],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "ChannelMergerNode",
- "href": "https://www.w3.org/TR/webaudio/#ChannelMergerNode",
- "title": "The ChannelMergerNode Interface",
- "number": "1.14"
- },
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-channelmergernode-channelmergernode-context-options-context",
@@ -9608,15 +10151,18 @@
"definedIn": "pre"
},
{
- "id": "dom-channelmergernode-constructor-channelmergernode",
- "href": "https://www.w3.org/TR/webaudio/#dom-channelmergernode-constructor-channelmergernode",
+ "id": "dom-channelmergernode-channelmergernode",
+ "href": "https://www.w3.org/TR/webaudio/#dom-channelmergernode-channelmergernode",
"linkingText": [
- "ChannelMergerNode(context, options)"
+ "ChannelMergerNode(context, options)",
+ "constructor(context, options)",
+ "ChannelMergerNode(context)",
+ "constructor(context)"
],
"localLinkingText": [],
- "type": "method",
+ "type": "constructor",
"for": [
- "ChannelMergerNode/constructor"
+ "ChannelMergerNode"
],
"access": "public",
"informative": false,
@@ -9673,25 +10219,6 @@
{
"id": "ChannelMergerOptions",
"href": "https://www.w3.org/TR/webaudio/#ChannelMergerOptions",
- "linkingText": [
- "channelmergeroptions"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "ChannelMergerOptions",
- "href": "https://www.w3.org/TR/webaudio/#ChannelMergerOptions",
- "title": "ChannelMergerOptions",
- "number": "1.14.2"
- },
- "definedIn": "heading"
- },
- {
- "id": "dictdef-channelmergeroptions",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-channelmergeroptions",
"linkingText": [
"ChannelMergerOptions"
],
@@ -9706,7 +10233,7 @@
"title": "ChannelMergerOptions",
"number": "1.14.2"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-channelmergeroptions-numberofinputs",
@@ -9732,25 +10259,6 @@
{
"id": "ChannelSplitterNode",
"href": "https://www.w3.org/TR/webaudio/#ChannelSplitterNode",
- "linkingText": [
- "channelsplitternode"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "ChannelSplitterNode",
- "href": "https://www.w3.org/TR/webaudio/#ChannelSplitterNode",
- "title": "The ChannelSplitterNode Interface",
- "number": "1.15"
- },
- "definedIn": "heading"
- },
- {
- "id": "channelsplitternode",
- "href": "https://www.w3.org/TR/webaudio/#channelsplitternode",
"linkingText": [
"ChannelSplitterNode"
],
@@ -9765,31 +10273,7 @@
"title": "The ChannelSplitterNode Interface",
"number": "1.15"
},
- "definedIn": "pre"
- },
- {
- "id": "dom-channelsplitternode-channelsplitternode",
- "href": "https://www.w3.org/TR/webaudio/#dom-channelsplitternode-channelsplitternode",
- "linkingText": [
- "ChannelSplitterNode(context, options)",
- "constructor(context, options)",
- "ChannelSplitterNode(context)",
- "constructor(context)"
- ],
- "localLinkingText": [],
- "type": "constructor",
- "for": [
- "ChannelSplitterNode"
- ],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "ChannelSplitterNode",
- "href": "https://www.w3.org/TR/webaudio/#ChannelSplitterNode",
- "title": "The ChannelSplitterNode Interface",
- "number": "1.15"
- },
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-channelsplitternode-channelsplitternode-context-options-context",
@@ -9840,15 +10324,18 @@
"definedIn": "pre"
},
{
- "id": "dom-channelsplitternode-constructor-channelsplitternode",
- "href": "https://www.w3.org/TR/webaudio/#dom-channelsplitternode-constructor-channelsplitternode",
+ "id": "dom-channelsplitternode-channelsplitternode",
+ "href": "https://www.w3.org/TR/webaudio/#dom-channelsplitternode-channelsplitternode",
"linkingText": [
- "ChannelSplitterNode(context, options)"
+ "ChannelSplitterNode(context, options)",
+ "constructor(context, options)",
+ "ChannelSplitterNode(context)",
+ "constructor(context)"
],
"localLinkingText": [],
"type": "constructor",
"for": [
- "ChannelSplitterNode/constructor()"
+ "ChannelSplitterNode"
],
"access": "public",
"informative": false,
@@ -9905,25 +10392,6 @@
{
"id": "ChannelSplitterOptions",
"href": "https://www.w3.org/TR/webaudio/#ChannelSplitterOptions",
- "linkingText": [
- "channelsplitteroptions"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "ChannelSplitterOptions",
- "href": "https://www.w3.org/TR/webaudio/#ChannelSplitterOptions",
- "title": "ChannelSplitterOptions",
- "number": "1.15.2"
- },
- "definedIn": "heading"
- },
- {
- "id": "dictdef-channelsplitteroptions",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-channelsplitteroptions",
"linkingText": [
"ChannelSplitterOptions"
],
@@ -9938,7 +10406,7 @@
"title": "ChannelSplitterOptions",
"number": "1.15.2"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-channelsplitteroptions-numberofoutputs",
@@ -9964,25 +10432,6 @@
{
"id": "ConstantSourceNode",
"href": "https://www.w3.org/TR/webaudio/#ConstantSourceNode",
- "linkingText": [
- "constantsourcenode"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "ConstantSourceNode",
- "href": "https://www.w3.org/TR/webaudio/#ConstantSourceNode",
- "title": "The ConstantSourceNode Interface",
- "number": "1.16"
- },
- "definedIn": "heading"
- },
- {
- "id": "constantsourcenode",
- "href": "https://www.w3.org/TR/webaudio/#constantsourcenode",
"linkingText": [
"ConstantSourceNode"
],
@@ -9997,31 +10446,7 @@
"title": "The ConstantSourceNode Interface",
"number": "1.16"
},
- "definedIn": "pre"
- },
- {
- "id": "dom-constantsourcenode-constantsourcenode",
- "href": "https://www.w3.org/TR/webaudio/#dom-constantsourcenode-constantsourcenode",
- "linkingText": [
- "ConstantSourceNode(context, options)",
- "constructor(context, options)",
- "ConstantSourceNode(context)",
- "constructor(context)"
- ],
- "localLinkingText": [],
- "type": "constructor",
- "for": [
- "ConstantSourceNode"
- ],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "ConstantSourceNode",
- "href": "https://www.w3.org/TR/webaudio/#ConstantSourceNode",
- "title": "The ConstantSourceNode Interface",
- "number": "1.16"
- },
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-constantsourcenode-constantsourcenode-context-options-context",
@@ -10072,15 +10497,18 @@
"definedIn": "pre"
},
{
- "id": "dom-constantsourcenode-constructor-constantsourcenode",
- "href": "https://www.w3.org/TR/webaudio/#dom-constantsourcenode-constructor-constantsourcenode",
+ "id": "dom-constantsourcenode-constantsourcenode",
+ "href": "https://www.w3.org/TR/webaudio/#dom-constantsourcenode-constantsourcenode",
"linkingText": [
- "ConstantSourceNode(context, options)"
+ "ConstantSourceNode(context, options)",
+ "constructor(context, options)",
+ "ConstantSourceNode(context)",
+ "constructor(context)"
],
"localLinkingText": [],
- "type": "method",
+ "type": "constructor",
"for": [
- "ConstantSourceNode/constructor()"
+ "ConstantSourceNode"
],
"access": "public",
"informative": false,
@@ -10148,35 +10576,16 @@
"access": "public",
"informative": false,
"heading": {
- "id": "ConstantSourceNode-attributes",
- "href": "https://www.w3.org/TR/webaudio/#ConstantSourceNode-attributes",
- "title": "Attributes",
- "number": "1.16.2"
- },
- "definedIn": "dt"
- },
- {
- "id": "ConstantSourceOptions",
- "href": "https://www.w3.org/TR/webaudio/#ConstantSourceOptions",
- "linkingText": [
- "constantsourceoptions"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "ConstantSourceOptions",
- "href": "https://www.w3.org/TR/webaudio/#ConstantSourceOptions",
- "title": "ConstantSourceOptions",
- "number": "1.16.3"
+ "id": "ConstantSourceNode-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#ConstantSourceNode-attributes",
+ "title": "Attributes",
+ "number": "1.16.2"
},
- "definedIn": "heading"
+ "definedIn": "dt"
},
{
- "id": "dictdef-constantsourceoptions",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-constantsourceoptions",
+ "id": "ConstantSourceOptions",
+ "href": "https://www.w3.org/TR/webaudio/#ConstantSourceOptions",
"linkingText": [
"ConstantSourceOptions"
],
@@ -10191,7 +10600,7 @@
"title": "ConstantSourceOptions",
"number": "1.16.3"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-constantsourceoptions-offset",
@@ -10217,25 +10626,6 @@
{
"id": "ConvolverNode",
"href": "https://www.w3.org/TR/webaudio/#ConvolverNode",
- "linkingText": [
- "convolvernode"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "ConvolverNode",
- "href": "https://www.w3.org/TR/webaudio/#ConvolverNode",
- "title": "The ConvolverNode Interface",
- "number": "1.17"
- },
- "definedIn": "heading"
- },
- {
- "id": "convolvernode",
- "href": "https://www.w3.org/TR/webaudio/#convolvernode",
"linkingText": [
"ConvolverNode"
],
@@ -10250,31 +10640,7 @@
"title": "The ConvolverNode Interface",
"number": "1.17"
},
- "definedIn": "pre"
- },
- {
- "id": "dom-convolvernode-convolvernode",
- "href": "https://www.w3.org/TR/webaudio/#dom-convolvernode-convolvernode",
- "linkingText": [
- "ConvolverNode(context, options)",
- "constructor(context, options)",
- "ConvolverNode(context)",
- "constructor(context)"
- ],
- "localLinkingText": [],
- "type": "constructor",
- "for": [
- "ConvolverNode"
- ],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "ConvolverNode",
- "href": "https://www.w3.org/TR/webaudio/#ConvolverNode",
- "title": "The ConvolverNode Interface",
- "number": "1.17"
- },
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-convolvernode-convolvernode-context-options-context",
@@ -10325,15 +10691,18 @@
"definedIn": "pre"
},
{
- "id": "dom-convolvernode-constructor-convolvernode",
- "href": "https://www.w3.org/TR/webaudio/#dom-convolvernode-constructor-convolvernode",
+ "id": "dom-convolvernode-convolvernode",
+ "href": "https://www.w3.org/TR/webaudio/#dom-convolvernode-convolvernode",
"linkingText": [
- "ConvolverNode(context, options)"
+ "ConvolverNode(context, options)",
+ "constructor(context, options)",
+ "ConvolverNode(context)",
+ "constructor(context)"
],
"localLinkingText": [],
"type": "constructor",
"for": [
- "ConvolverNode/constructor()"
+ "ConvolverNode"
],
"access": "public",
"informative": false,
@@ -10453,25 +10822,6 @@
{
"id": "ConvolverOptions",
"href": "https://www.w3.org/TR/webaudio/#ConvolverOptions",
- "linkingText": [
- "convolveroptions"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "ConvolverOptions",
- "href": "https://www.w3.org/TR/webaudio/#ConvolverOptions",
- "title": "ConvolverOptions",
- "number": "1.17.3"
- },
- "definedIn": "heading"
- },
- {
- "id": "dictdef-convolveroptions",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-convolveroptions",
"linkingText": [
"ConvolverOptions"
],
@@ -10486,7 +10836,7 @@
"title": "ConvolverOptions",
"number": "1.17.3"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-convolveroptions-buffer",
@@ -10533,25 +10883,6 @@
{
"id": "DelayNode",
"href": "https://www.w3.org/TR/webaudio/#DelayNode",
- "linkingText": [
- "delaynode"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "DelayNode",
- "href": "https://www.w3.org/TR/webaudio/#DelayNode",
- "title": "The DelayNode Interface",
- "number": "1.18"
- },
- "definedIn": "heading"
- },
- {
- "id": "delaynode",
- "href": "https://www.w3.org/TR/webaudio/#delaynode",
"linkingText": [
"DelayNode"
],
@@ -10566,31 +10897,7 @@
"title": "The DelayNode Interface",
"number": "1.18"
},
- "definedIn": "pre"
- },
- {
- "id": "dom-delaynode-delaynode",
- "href": "https://www.w3.org/TR/webaudio/#dom-delaynode-delaynode",
- "linkingText": [
- "DelayNode(context, options)",
- "constructor(context, options)",
- "DelayNode(context)",
- "constructor(context)"
- ],
- "localLinkingText": [],
- "type": "constructor",
- "for": [
- "DelayNode"
- ],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "DelayNode",
- "href": "https://www.w3.org/TR/webaudio/#DelayNode",
- "title": "The DelayNode Interface",
- "number": "1.18"
- },
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-delaynode-delaynode-context-options-context",
@@ -10641,15 +10948,18 @@
"definedIn": "pre"
},
{
- "id": "dom-delaynode-constructor-delaynode",
- "href": "https://www.w3.org/TR/webaudio/#dom-delaynode-constructor-delaynode",
+ "id": "dom-delaynode-delaynode",
+ "href": "https://www.w3.org/TR/webaudio/#dom-delaynode-delaynode",
"linkingText": [
- "DelayNode(context, options)"
+ "DelayNode(context, options)",
+ "constructor(context, options)",
+ "DelayNode(context)",
+ "constructor(context)"
],
"localLinkingText": [],
"type": "constructor",
"for": [
- "DelayNode/constructor()"
+ "DelayNode"
],
"access": "public",
"informative": false,
@@ -10727,25 +11037,6 @@
{
"id": "DelayOptions",
"href": "https://www.w3.org/TR/webaudio/#DelayOptions",
- "linkingText": [
- "delayoptions"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "DelayOptions",
- "href": "https://www.w3.org/TR/webaudio/#DelayOptions",
- "title": "DelayOptions",
- "number": "1.18.3"
- },
- "definedIn": "heading"
- },
- {
- "id": "dictdef-delayoptions",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-delayoptions",
"linkingText": [
"DelayOptions"
],
@@ -10760,7 +11051,7 @@
"title": "DelayOptions",
"number": "1.18.3"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-delayoptions-delaytime",
@@ -10845,25 +11136,6 @@
{
"id": "DynamicsCompressorNode",
"href": "https://www.w3.org/TR/webaudio/#DynamicsCompressorNode",
- "linkingText": [
- "dynamicscompressornode"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "DynamicsCompressorNode",
- "href": "https://www.w3.org/TR/webaudio/#DynamicsCompressorNode",
- "title": "The DynamicsCompressorNode Interface",
- "number": "1.19"
- },
- "definedIn": "heading"
- },
- {
- "id": "dynamicscompressornode",
- "href": "https://www.w3.org/TR/webaudio/#dynamicscompressornode",
"linkingText": [
"DynamicsCompressorNode"
],
@@ -10878,31 +11150,7 @@
"title": "The DynamicsCompressorNode Interface",
"number": "1.19"
},
- "definedIn": "pre"
- },
- {
- "id": "dom-dynamicscompressornode-dynamicscompressornode",
- "href": "https://www.w3.org/TR/webaudio/#dom-dynamicscompressornode-dynamicscompressornode",
- "linkingText": [
- "DynamicsCompressorNode(context, options)",
- "constructor(context, options)",
- "DynamicsCompressorNode(context)",
- "constructor(context)"
- ],
- "localLinkingText": [],
- "type": "constructor",
- "for": [
- "DynamicsCompressorNode"
- ],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "DynamicsCompressorNode",
- "href": "https://www.w3.org/TR/webaudio/#DynamicsCompressorNode",
- "title": "The DynamicsCompressorNode Interface",
- "number": "1.19"
- },
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-dynamicscompressornode-dynamicscompressornode-context-options-context",
@@ -10953,15 +11201,18 @@
"definedIn": "pre"
},
{
- "id": "dom-dynamicscompressornode-constructor-dynamicscompressornode",
- "href": "https://www.w3.org/TR/webaudio/#dom-dynamicscompressornode-constructor-dynamicscompressornode",
+ "id": "dom-dynamicscompressornode-dynamicscompressornode",
+ "href": "https://www.w3.org/TR/webaudio/#dom-dynamicscompressornode-dynamicscompressornode",
"linkingText": [
- "DynamicsCompressorNode(context, options)"
+ "DynamicsCompressorNode(context, options)",
+ "constructor(context, options)",
+ "DynamicsCompressorNode(context)",
+ "constructor(context)"
],
"localLinkingText": [],
- "type": "method",
+ "type": "constructor",
"for": [
- "DynamicsCompressorNode/constructor()"
+ "DynamicsCompressorNode"
],
"access": "public",
"informative": false,
@@ -11165,25 +11416,6 @@
{
"id": "DynamicsCompressorOptions",
"href": "https://www.w3.org/TR/webaudio/#DynamicsCompressorOptions",
- "linkingText": [
- "dynamicscompressoroptions"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "DynamicsCompressorOptions",
- "href": "https://www.w3.org/TR/webaudio/#DynamicsCompressorOptions",
- "title": "DynamicsCompressorOptions",
- "number": "1.19.3"
- },
- "definedIn": "heading"
- },
- {
- "id": "dictdef-dynamicscompressoroptions",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-dynamicscompressoroptions",
"linkingText": [
"DynamicsCompressorOptions"
],
@@ -11198,7 +11430,7 @@
"title": "DynamicsCompressorOptions",
"number": "1.19.3"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-dynamicscompressoroptions-attack",
@@ -11483,25 +11715,6 @@
{
"id": "GainNode",
"href": "https://www.w3.org/TR/webaudio/#GainNode",
- "linkingText": [
- "gainnode"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "GainNode",
- "href": "https://www.w3.org/TR/webaudio/#GainNode",
- "title": "The GainNode Interface",
- "number": "1.20"
- },
- "definedIn": "heading"
- },
- {
- "id": "gainnode",
- "href": "https://www.w3.org/TR/webaudio/#gainnode",
"linkingText": [
"GainNode"
],
@@ -11516,31 +11729,7 @@
"title": "The GainNode Interface",
"number": "1.20"
},
- "definedIn": "pre"
- },
- {
- "id": "dom-gainnode-gainnode",
- "href": "https://www.w3.org/TR/webaudio/#dom-gainnode-gainnode",
- "linkingText": [
- "GainNode(context, options)",
- "constructor(context, options)",
- "GainNode(context)",
- "constructor(context)"
- ],
- "localLinkingText": [],
- "type": "constructor",
- "for": [
- "GainNode"
- ],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "GainNode",
- "href": "https://www.w3.org/TR/webaudio/#GainNode",
- "title": "The GainNode Interface",
- "number": "1.20"
- },
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-gainnode-gainnode-context-options-context",
@@ -11591,15 +11780,18 @@
"definedIn": "pre"
},
{
- "id": "dom-gainnode-constructor-gainnode",
- "href": "https://www.w3.org/TR/webaudio/#dom-gainnode-constructor-gainnode",
+ "id": "dom-gainnode-gainnode",
+ "href": "https://www.w3.org/TR/webaudio/#dom-gainnode-gainnode",
"linkingText": [
- "GainNode(context, options)"
+ "GainNode(context, options)",
+ "constructor(context, options)",
+ "GainNode(context)",
+ "constructor(context)"
],
"localLinkingText": [],
- "type": "method",
+ "type": "constructor",
"for": [
- "GainNode/constructor()"
+ "GainNode"
],
"access": "public",
"informative": false,
@@ -11677,25 +11869,6 @@
{
"id": "GainOptions",
"href": "https://www.w3.org/TR/webaudio/#GainOptions",
- "linkingText": [
- "gainoptions"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "GainOptions",
- "href": "https://www.w3.org/TR/webaudio/#GainOptions",
- "title": "GainOptions",
- "number": "1.20.3"
- },
- "definedIn": "heading"
- },
- {
- "id": "dictdef-gainoptions",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-gainoptions",
"linkingText": [
"GainOptions"
],
@@ -11710,7 +11883,7 @@
"title": "GainOptions",
"number": "1.20.3"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-gainoptions-gain",
@@ -11736,25 +11909,6 @@
{
"id": "IIRFilterNode",
"href": "https://www.w3.org/TR/webaudio/#IIRFilterNode",
- "linkingText": [
- "iirfilternode"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "IIRFilterNode",
- "href": "https://www.w3.org/TR/webaudio/#IIRFilterNode",
- "title": "The IIRFilterNode Interface",
- "number": "1.21"
- },
- "definedIn": "heading"
- },
- {
- "id": "iirfilternode",
- "href": "https://www.w3.org/TR/webaudio/#iirfilternode",
"linkingText": [
"IIRFilterNode"
],
@@ -11769,29 +11923,7 @@
"title": "The IIRFilterNode Interface",
"number": "1.21"
},
- "definedIn": "pre"
- },
- {
- "id": "dom-iirfilternode-iirfilternode",
- "href": "https://www.w3.org/TR/webaudio/#dom-iirfilternode-iirfilternode",
- "linkingText": [
- "IIRFilterNode(context, options)",
- "constructor(context, options)"
- ],
- "localLinkingText": [],
- "type": "constructor",
- "for": [
- "IIRFilterNode"
- ],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "IIRFilterNode",
- "href": "https://www.w3.org/TR/webaudio/#IIRFilterNode",
- "title": "The IIRFilterNode Interface",
- "number": "1.21"
- },
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-iirfilternode-iirfilternode-context-options-context",
@@ -11901,15 +12033,16 @@
"definedIn": "pre"
},
{
- "id": "dom-iirfilternode-constructor-iirfilternode",
- "href": "https://www.w3.org/TR/webaudio/#dom-iirfilternode-constructor-iirfilternode",
+ "id": "dom-iirfilternode-iirfilternode",
+ "href": "https://www.w3.org/TR/webaudio/#dom-iirfilternode-iirfilternode",
"linkingText": [
- "IIRFilterNode(context, options)"
+ "IIRFilterNode(context, options)",
+ "constructor(context, options)"
],
"localLinkingText": [],
"type": "constructor",
"for": [
- "IIRFilterNode/constructor()"
+ "IIRFilterNode"
],
"access": "public",
"informative": false,
@@ -12050,25 +12183,6 @@
{
"id": "IIRFilterOptions",
"href": "https://www.w3.org/TR/webaudio/#IIRFilterOptions",
- "linkingText": [
- "iirfilteroptions"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "IIRFilterOptions",
- "href": "https://www.w3.org/TR/webaudio/#IIRFilterOptions",
- "title": "IIRFilterOptions",
- "number": "1.21.3"
- },
- "definedIn": "heading"
- },
- {
- "id": "dictdef-iirfilteroptions",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-iirfilteroptions",
"linkingText": [
"IIRFilterOptions"
],
@@ -12083,7 +12197,7 @@
"title": "IIRFilterOptions",
"number": "1.21.3"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-iirfilteroptions-feedforward",
@@ -12130,25 +12244,6 @@
{
"id": "MediaElementAudioSourceNode",
"href": "https://www.w3.org/TR/webaudio/#MediaElementAudioSourceNode",
- "linkingText": [
- "mediaelementaudiosourcenode"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "MediaElementAudioSourceNode",
- "href": "https://www.w3.org/TR/webaudio/#MediaElementAudioSourceNode",
- "title": "The MediaElementAudioSourceNode Interface",
- "number": "1.22"
- },
- "definedIn": "heading"
- },
- {
- "id": "mediaelementaudiosourcenode",
- "href": "https://www.w3.org/TR/webaudio/#mediaelementaudiosourcenode",
"linkingText": [
"MediaElementAudioSourceNode"
],
@@ -12163,7 +12258,7 @@
"title": "The MediaElementAudioSourceNode Interface",
"number": "1.22"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-mediaelementaudiosourcenode-mediaelementaudiosourcenode-context-options-context",
@@ -12297,25 +12392,6 @@
{
"id": "MediaElementAudioSourceOptions",
"href": "https://www.w3.org/TR/webaudio/#MediaElementAudioSourceOptions",
- "linkingText": [
- "mediaelementaudiosourceoptions"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "MediaElementAudioSourceOptions",
- "href": "https://www.w3.org/TR/webaudio/#MediaElementAudioSourceOptions",
- "title": "MediaElementAudioSourceOptions",
- "number": "1.22.3"
- },
- "definedIn": "heading"
- },
- {
- "id": "dictdef-mediaelementaudiosourceoptions",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-mediaelementaudiosourceoptions",
"linkingText": [
"MediaElementAudioSourceOptions"
],
@@ -12330,7 +12406,7 @@
"title": "MediaElementAudioSourceOptions",
"number": "1.22.3"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-mediaelementaudiosourceoptions-mediaelement",
@@ -12356,25 +12432,6 @@
{
"id": "MediaStreamAudioDestinationNode",
"href": "https://www.w3.org/TR/webaudio/#MediaStreamAudioDestinationNode",
- "linkingText": [
- "mediastreamaudiodestinationnode"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "MediaStreamAudioDestinationNode",
- "href": "https://www.w3.org/TR/webaudio/#MediaStreamAudioDestinationNode",
- "title": "The MediaStreamAudioDestinationNode Interface",
- "number": "1.23"
- },
- "definedIn": "heading"
- },
- {
- "id": "mediastreamaudiodestinationnode",
- "href": "https://www.w3.org/TR/webaudio/#mediastreamaudiodestinationnode",
"linkingText": [
"MediaStreamAudioDestinationNode"
],
@@ -12389,7 +12446,7 @@
"title": "The MediaStreamAudioDestinationNode Interface",
"number": "1.23"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-mediastreamaudiodestinationnode-mediastreamaudiodestinationnode-context-options-context",
@@ -12529,25 +12586,6 @@
{
"id": "MediaStreamAudioSourceNode",
"href": "https://www.w3.org/TR/webaudio/#MediaStreamAudioSourceNode",
- "linkingText": [
- "mediastreamaudiosourcenode"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "MediaStreamAudioSourceNode",
- "href": "https://www.w3.org/TR/webaudio/#MediaStreamAudioSourceNode",
- "title": "The MediaStreamAudioSourceNode Interface",
- "number": "1.24"
- },
- "definedIn": "heading"
- },
- {
- "id": "mediastreamaudiosourcenode",
- "href": "https://www.w3.org/TR/webaudio/#mediastreamaudiosourcenode",
"linkingText": [
"MediaStreamAudioSourceNode"
],
@@ -12562,7 +12600,7 @@
"title": "The MediaStreamAudioSourceNode Interface",
"number": "1.24"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-mediastreamaudiosourcenode-mediastreamaudiosourcenode-context-options-context",
@@ -12717,25 +12755,6 @@
{
"id": "MediaStreamAudioSourceOptions",
"href": "https://www.w3.org/TR/webaudio/#MediaStreamAudioSourceOptions",
- "linkingText": [
- "mediastreamaudiosourceoptions"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "MediaStreamAudioSourceOptions",
- "href": "https://www.w3.org/TR/webaudio/#MediaStreamAudioSourceOptions",
- "title": "MediaStreamAudioSourceOptions",
- "number": "1.24.3"
- },
- "definedIn": "heading"
- },
- {
- "id": "dictdef-mediastreamaudiosourceoptions",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-mediastreamaudiosourceoptions",
"linkingText": [
"MediaStreamAudioSourceOptions"
],
@@ -12750,7 +12769,7 @@
"title": "MediaStreamAudioSourceOptions",
"number": "1.24.3"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-mediastreamaudiosourceoptions-mediastream",
@@ -12776,25 +12795,6 @@
{
"id": "MediaStreamTrackAudioSourceNode",
"href": "https://www.w3.org/TR/webaudio/#MediaStreamTrackAudioSourceNode",
- "linkingText": [
- "mediastreamtrackaudiosourcenode"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "MediaStreamTrackAudioSourceNode",
- "href": "https://www.w3.org/TR/webaudio/#MediaStreamTrackAudioSourceNode",
- "title": "The MediaStreamTrackAudioSourceNode Interface",
- "number": "1.25"
- },
- "definedIn": "heading"
- },
- {
- "id": "mediastreamtrackaudiosourcenode",
- "href": "https://www.w3.org/TR/webaudio/#mediastreamtrackaudiosourcenode",
"linkingText": [
"MediaStreamTrackAudioSourceNode"
],
@@ -12809,7 +12809,7 @@
"title": "The MediaStreamTrackAudioSourceNode Interface",
"number": "1.25"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-mediastreamtrackaudiosourcenode-mediastreamtrackaudiosourcenode-context-options-context",
@@ -12922,25 +12922,6 @@
{
"id": "MediaStreamTrackAudioSourceOptions",
"href": "https://www.w3.org/TR/webaudio/#MediaStreamTrackAudioSourceOptions",
- "linkingText": [
- "mediastreamtrackaudiosourceoptions"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "MediaStreamTrackAudioSourceOptions",
- "href": "https://www.w3.org/TR/webaudio/#MediaStreamTrackAudioSourceOptions",
- "title": "MediaStreamTrackAudioSourceOptions",
- "number": "1.25.2"
- },
- "definedIn": "heading"
- },
- {
- "id": "dictdef-mediastreamtrackaudiosourceoptions",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-mediastreamtrackaudiosourceoptions",
"linkingText": [
"MediaStreamTrackAudioSourceOptions"
],
@@ -12955,7 +12936,7 @@
"title": "MediaStreamTrackAudioSourceOptions",
"number": "1.25.2"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-mediastreamtrackaudiosourceoptions-mediastreamtrack",
@@ -12982,7 +12963,7 @@
"id": "OscillatorNode",
"href": "https://www.w3.org/TR/webaudio/#OscillatorNode",
"linkingText": [
- "oscillatornode"
+ "OscillatorNode"
],
"localLinkingText": [],
"type": "interface",
@@ -13145,25 +13126,6 @@
},
"definedIn": "table"
},
- {
- "id": "oscillatornode",
- "href": "https://www.w3.org/TR/webaudio/#oscillatornode",
- "linkingText": [
- "OscillatorNode"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "OscillatorNode",
- "href": "https://www.w3.org/TR/webaudio/#OscillatorNode",
- "title": "The OscillatorNode Interface",
- "number": "1.26"
- },
- "definedIn": "pre"
- },
{
"id": "dom-oscillatornode-oscillatornode-context-options-context",
"href": "https://www.w3.org/TR/webaudio/#dom-oscillatornode-oscillatornode-context-options-context",
@@ -13402,30 +13364,11 @@
"title": "Methods",
"number": "1.26.3"
},
- "definedIn": "table"
- },
- {
- "id": "OscillatorOptions",
- "href": "https://www.w3.org/TR/webaudio/#OscillatorOptions",
- "linkingText": [
- "oscillatoroptions"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "OscillatorOptions",
- "href": "https://www.w3.org/TR/webaudio/#OscillatorOptions",
- "title": "OscillatorOptions",
- "number": "1.26.4"
- },
- "definedIn": "heading"
+ "definedIn": "table"
},
{
- "id": "dictdef-oscillatoroptions",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-oscillatoroptions",
+ "id": "OscillatorOptions",
+ "href": "https://www.w3.org/TR/webaudio/#OscillatorOptions",
"linkingText": [
"OscillatorOptions"
],
@@ -13440,7 +13383,7 @@
"title": "OscillatorOptions",
"number": "1.26.4"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-oscillatoroptions-detune",
@@ -13530,7 +13473,7 @@
"id": "PannerNode",
"href": "https://www.w3.org/TR/webaudio/#PannerNode",
"linkingText": [
- "pannernode"
+ "PannerNode"
],
"localLinkingText": [],
"type": "interface",
@@ -13712,25 +13655,6 @@
},
"definedIn": "table"
},
- {
- "id": "pannernode",
- "href": "https://www.w3.org/TR/webaudio/#pannernode",
- "linkingText": [
- "PannerNode"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "PannerNode",
- "href": "https://www.w3.org/TR/webaudio/#PannerNode",
- "title": "The PannerNode Interface",
- "number": "1.27"
- },
- "definedIn": "pre"
- },
{
"id": "dom-pannernode-pannernode-context-options-context",
"href": "https://www.w3.org/TR/webaudio/#dom-pannernode-pannernode-context-options-context",
@@ -14436,25 +14360,6 @@
{
"id": "PannerOptions",
"href": "https://www.w3.org/TR/webaudio/#PannerOptions",
- "linkingText": [
- "panneroptions"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "PannerOptions",
- "href": "https://www.w3.org/TR/webaudio/#PannerOptions",
- "title": "PannerOptions",
- "number": "1.27.4"
- },
- "definedIn": "heading"
- },
- {
- "id": "dictdef-panneroptions",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-panneroptions",
"linkingText": [
"PannerOptions"
],
@@ -14469,7 +14374,7 @@
"title": "PannerOptions",
"number": "1.27.4"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-panneroptions-coneinnerangle",
@@ -14768,25 +14673,6 @@
{
"id": "PeriodicWave",
"href": "https://www.w3.org/TR/webaudio/#PeriodicWave",
- "linkingText": [
- "periodicwave"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "PeriodicWave",
- "href": "https://www.w3.org/TR/webaudio/#PeriodicWave",
- "title": "The PeriodicWave Interface",
- "number": "1.28"
- },
- "definedIn": "heading"
- },
- {
- "id": "periodicwave",
- "href": "https://www.w3.org/TR/webaudio/#periodicwave",
"linkingText": [
"PeriodicWave"
],
@@ -14801,7 +14687,7 @@
"title": "The PeriodicWave Interface",
"number": "1.28"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-periodicwave-periodicwave-context-options-context",
@@ -14983,25 +14869,6 @@
{
"id": "PeriodicWaveConstraints",
"href": "https://www.w3.org/TR/webaudio/#PeriodicWaveConstraints",
- "linkingText": [
- "periodicwaveconstraints"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "PeriodicWaveConstraints",
- "href": "https://www.w3.org/TR/webaudio/#PeriodicWaveConstraints",
- "title": "PeriodicWaveConstraints",
- "number": "1.28.2"
- },
- "definedIn": "heading"
- },
- {
- "id": "dictdef-periodicwaveconstraints",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-periodicwaveconstraints",
"linkingText": [
"PeriodicWaveConstraints"
],
@@ -15016,7 +14883,7 @@
"title": "PeriodicWaveConstraints",
"number": "1.28.2"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-periodicwaveconstraints-disablenormalization",
@@ -15042,25 +14909,6 @@
{
"id": "PeriodicWaveOptions",
"href": "https://www.w3.org/TR/webaudio/#PeriodicWaveOptions",
- "linkingText": [
- "periodicwaveoptions"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "PeriodicWaveOptions",
- "href": "https://www.w3.org/TR/webaudio/#PeriodicWaveOptions",
- "title": "PeriodicWaveOptions",
- "number": "1.28.3"
- },
- "definedIn": "heading"
- },
- {
- "id": "dictdef-periodicwaveoptions",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-periodicwaveoptions",
"linkingText": [
"PeriodicWaveOptions"
],
@@ -15075,7 +14923,7 @@
"title": "PeriodicWaveOptions",
"number": "1.28.3"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-periodicwaveoptions-imag",
@@ -15122,25 +14970,6 @@
{
"id": "ScriptProcessorNode",
"href": "https://www.w3.org/TR/webaudio/#ScriptProcessorNode",
- "linkingText": [
- "scriptprocessornode"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "ScriptProcessorNode",
- "href": "https://www.w3.org/TR/webaudio/#ScriptProcessorNode",
- "title": "The ScriptProcessorNode Interface - DEPRECATED",
- "number": "1.29"
- },
- "definedIn": "heading"
- },
- {
- "id": "scriptprocessornode",
- "href": "https://www.w3.org/TR/webaudio/#scriptprocessornode",
"linkingText": [
"ScriptProcessorNode"
],
@@ -15155,7 +14984,7 @@
"title": "The ScriptProcessorNode Interface - DEPRECATED",
"number": "1.29"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-scriptprocessornode-buffersize",
@@ -15200,23 +15029,25 @@
"definedIn": "dt"
},
{
- "id": "StereoPannerNode",
- "href": "https://www.w3.org/TR/webaudio/#StereoPannerNode",
+ "id": "eventdef-scriptprocessornode-audioprocess",
+ "href": "https://www.w3.org/TR/webaudio/#eventdef-scriptprocessornode-audioprocess",
"linkingText": [
- "stereopannernode"
+ "audioprocess"
],
"localLinkingText": [],
- "type": "interface",
- "for": [],
+ "type": "event",
+ "for": [
+ "ScriptProcessorNode"
+ ],
"access": "public",
"informative": false,
"heading": {
- "id": "StereoPannerNode",
- "href": "https://www.w3.org/TR/webaudio/#StereoPannerNode",
- "title": "The StereoPannerNode Interface",
- "number": "1.30"
+ "id": "ScriptProcessorNode-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#ScriptProcessorNode-attributes",
+ "title": "Attributes",
+ "number": "1.29.1"
},
- "definedIn": "heading"
+ "definedIn": "prose"
},
{
"id": "stereopannernode",
@@ -15230,12 +15061,12 @@
"access": "public",
"informative": false,
"heading": {
- "id": "StereoPannerNode",
- "href": "https://www.w3.org/TR/webaudio/#StereoPannerNode",
+ "id": "stereopannernode",
+ "href": "https://www.w3.org/TR/webaudio/#stereopannernode",
"title": "The StereoPannerNode Interface",
"number": "1.30"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-stereopannernode-stereopannernode-context-options-context",
@@ -15254,8 +15085,8 @@
"access": "public",
"informative": false,
"heading": {
- "id": "StereoPannerNode",
- "href": "https://www.w3.org/TR/webaudio/#StereoPannerNode",
+ "id": "stereopannernode",
+ "href": "https://www.w3.org/TR/webaudio/#stereopannernode",
"title": "The StereoPannerNode Interface",
"number": "1.30"
},
@@ -15278,8 +15109,8 @@
"access": "public",
"informative": false,
"heading": {
- "id": "StereoPannerNode",
- "href": "https://www.w3.org/TR/webaudio/#StereoPannerNode",
+ "id": "stereopannernode",
+ "href": "https://www.w3.org/TR/webaudio/#stereopannernode",
"title": "The StereoPannerNode Interface",
"number": "1.30"
},
@@ -15375,25 +15206,6 @@
{
"id": "StereoPannerOptions",
"href": "https://www.w3.org/TR/webaudio/#StereoPannerOptions",
- "linkingText": [
- "stereopanneroptions"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "StereoPannerOptions",
- "href": "https://www.w3.org/TR/webaudio/#StereoPannerOptions",
- "title": "StereoPannerOptions",
- "number": "1.30.3"
- },
- "definedIn": "heading"
- },
- {
- "id": "dictdef-stereopanneroptions",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-stereopanneroptions",
"linkingText": [
"StereoPannerOptions"
],
@@ -15408,7 +15220,7 @@
"title": "StereoPannerOptions",
"number": "1.30.3"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-stereopanneroptions-pan",
@@ -15435,7 +15247,7 @@
"id": "WaveShaperNode",
"href": "https://www.w3.org/TR/webaudio/#WaveShaperNode",
"linkingText": [
- "waveshapernode"
+ "WaveShaperNode"
],
"localLinkingText": [],
"type": "interface",
@@ -15535,25 +15347,6 @@
},
"definedIn": "table"
},
- {
- "id": "waveshapernode",
- "href": "https://www.w3.org/TR/webaudio/#waveshapernode",
- "linkingText": [
- "WaveShaperNode"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "WaveShaperNode",
- "href": "https://www.w3.org/TR/webaudio/#WaveShaperNode",
- "title": "The WaveShaperNode Interface",
- "number": "1.31"
- },
- "definedIn": "pre"
- },
{
"id": "dom-waveshapernode-waveshapernode-context-options-context",
"href": "https://www.w3.org/TR/webaudio/#dom-waveshapernode-waveshapernode-context-options-context",
@@ -15734,25 +15527,6 @@
{
"id": "WaveShaperOptions",
"href": "https://www.w3.org/TR/webaudio/#WaveShaperOptions",
- "linkingText": [
- "waveshaperoptions"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "WaveShaperOptions",
- "href": "https://www.w3.org/TR/webaudio/#WaveShaperOptions",
- "title": "WaveShaperOptions",
- "number": "1.31.3"
- },
- "definedIn": "heading"
- },
- {
- "id": "dictdef-waveshaperoptions",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-waveshaperoptions",
"linkingText": [
"WaveShaperOptions"
],
@@ -15767,7 +15541,7 @@
"title": "WaveShaperOptions",
"number": "1.31.3"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-waveshaperoptions-curve",
@@ -15815,7 +15589,7 @@
"id": "AudioWorklet",
"href": "https://www.w3.org/TR/webaudio/#AudioWorklet",
"linkingText": [
- "audioworklet"
+ "AudioWorklet"
],
"localLinkingText": [],
"type": "interface",
@@ -15831,23 +15605,25 @@
"definedIn": "heading"
},
{
- "id": "audioworklet",
- "href": "https://www.w3.org/TR/webaudio/#audioworklet",
+ "id": "dom-audioworklet-port",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audioworklet-port",
"linkingText": [
- "AudioWorklet"
+ "port"
],
"localLinkingText": [],
- "type": "interface",
- "for": [],
+ "type": "attribute",
+ "for": [
+ "AudioWorklet"
+ ],
"access": "public",
"informative": false,
"heading": {
- "id": "AudioWorklet",
- "href": "https://www.w3.org/TR/webaudio/#AudioWorklet",
- "title": "The AudioWorklet Interface",
- "number": "1.32"
+ "id": "AudioWorklet-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#AudioWorklet-attributes",
+ "title": "Attributes",
+ "number": "1.32.1"
},
- "definedIn": "pre"
+ "definedIn": "dt"
},
{
"id": "node-name-to-parameter-descriptor-map",
@@ -15864,7 +15640,7 @@
"id": "AudioWorklet-concepts",
"href": "https://www.w3.org/TR/webaudio/#AudioWorklet-concepts",
"title": "Concepts",
- "number": "1.32.1"
+ "number": "1.32.2"
},
"definedIn": "prose"
},
@@ -15872,7 +15648,7 @@
"id": "AudioWorkletGlobalScope",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletGlobalScope",
"linkingText": [
- "audioworkletglobalscope"
+ "AudioWorkletGlobalScope"
],
"localLinkingText": [],
"type": "interface",
@@ -15883,7 +15659,7 @@
"id": "AudioWorkletGlobalScope",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletGlobalScope",
"title": "The AudioWorkletGlobalScope Interface",
- "number": "1.32.2"
+ "number": "1.32.3"
},
"definedIn": "heading"
},
@@ -15902,7 +15678,7 @@
"id": "AudioWorkletGlobalScope",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletGlobalScope",
"title": "The AudioWorkletGlobalScope Interface",
- "number": "1.32.2"
+ "number": "1.32.3"
},
"definedIn": "prose"
},
@@ -15921,7 +15697,7 @@
"id": "AudioWorkletGlobalScope",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletGlobalScope",
"title": "The AudioWorkletGlobalScope Interface",
- "number": "1.32.2"
+ "number": "1.32.3"
},
"definedIn": "prose"
},
@@ -15942,7 +15718,7 @@
"id": "AudioWorkletGlobalScope",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletGlobalScope",
"title": "The AudioWorkletGlobalScope Interface",
- "number": "1.32.2"
+ "number": "1.32.3"
},
"definedIn": "prose"
},
@@ -15963,7 +15739,7 @@
"id": "AudioWorkletGlobalScope",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletGlobalScope",
"title": "The AudioWorkletGlobalScope Interface",
- "number": "1.32.2"
+ "number": "1.32.3"
},
"definedIn": "prose"
},
@@ -15982,7 +15758,7 @@
"id": "AudioWorkletGlobalScope",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletGlobalScope",
"title": "The AudioWorkletGlobalScope Interface",
- "number": "1.32.2"
+ "number": "1.32.3"
},
"definedIn": "pre"
},
@@ -16003,34 +15779,57 @@
"id": "AudioWorkletGlobalScope",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletGlobalScope",
"title": "The AudioWorkletGlobalScope Interface",
- "number": "1.32.2"
+ "number": "1.32.3"
},
"definedIn": "pre"
},
{
- "id": "audioworkletglobalscope",
- "href": "https://www.w3.org/TR/webaudio/#audioworkletglobalscope",
+ "id": "dom-audioworkletglobalscope-currentframe",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audioworkletglobalscope-currentframe",
"linkingText": [
+ "currentFrame"
+ ],
+ "localLinkingText": [],
+ "type": "attribute",
+ "for": [
"AudioWorkletGlobalScope"
],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioWorkletGlobalScope-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#AudioWorkletGlobalScope-attributes",
+ "title": "Attributes",
+ "number": "1.32.3.1"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "dom-audioworkletglobalscope-currenttime",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audioworkletglobalscope-currenttime",
+ "linkingText": [
+ "currentTime"
+ ],
"localLinkingText": [],
- "type": "interface",
- "for": [],
+ "type": "attribute",
+ "for": [
+ "AudioWorkletGlobalScope"
+ ],
"access": "public",
"informative": false,
"heading": {
- "id": "AudioWorkletGlobalScope",
- "href": "https://www.w3.org/TR/webaudio/#AudioWorkletGlobalScope",
- "title": "The AudioWorkletGlobalScope Interface",
- "number": "1.32.2"
+ "id": "AudioWorkletGlobalScope-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#AudioWorkletGlobalScope-attributes",
+ "title": "Attributes",
+ "number": "1.32.3.1"
},
- "definedIn": "pre"
+ "definedIn": "dt"
},
{
- "id": "dom-audioworkletglobalscope-currentframe",
- "href": "https://www.w3.org/TR/webaudio/#dom-audioworkletglobalscope-currentframe",
+ "id": "dom-audioworkletglobalscope-samplerate",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audioworkletglobalscope-samplerate",
"linkingText": [
- "currentFrame"
+ "sampleRate"
],
"localLinkingText": [],
"type": "attribute",
@@ -16043,15 +15842,15 @@
"id": "AudioWorkletGlobalScope-attributes",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletGlobalScope-attributes",
"title": "Attributes",
- "number": "1.32.2.1"
+ "number": "1.32.3.1"
},
"definedIn": "dt"
},
{
- "id": "dom-audioworkletglobalscope-currenttime",
- "href": "https://www.w3.org/TR/webaudio/#dom-audioworkletglobalscope-currenttime",
+ "id": "dom-audioworkletglobalscope-renderquantumsize",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audioworkletglobalscope-renderquantumsize",
"linkingText": [
- "currentTime"
+ "renderQuantumSize"
],
"localLinkingText": [],
"type": "attribute",
@@ -16064,15 +15863,15 @@
"id": "AudioWorkletGlobalScope-attributes",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletGlobalScope-attributes",
"title": "Attributes",
- "number": "1.32.2.1"
+ "number": "1.32.3.1"
},
"definedIn": "dt"
},
{
- "id": "dom-audioworkletglobalscope-samplerate",
- "href": "https://www.w3.org/TR/webaudio/#dom-audioworkletglobalscope-samplerate",
+ "id": "dom-audioworkletglobalscope-port",
+ "href": "https://www.w3.org/TR/webaudio/#dom-audioworkletglobalscope-port",
"linkingText": [
- "sampleRate"
+ "port"
],
"localLinkingText": [],
"type": "attribute",
@@ -16085,7 +15884,7 @@
"id": "AudioWorkletGlobalScope-attributes",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletGlobalScope-attributes",
"title": "Attributes",
- "number": "1.32.2.1"
+ "number": "1.32.3.1"
},
"definedIn": "dt"
},
@@ -16106,7 +15905,7 @@
"id": "AudioWorkletGlobalScope-methods",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletGlobalScope-methods",
"title": "Methods",
- "number": "1.32.2.2"
+ "number": "1.32.3.2"
},
"definedIn": "dt"
},
@@ -16127,7 +15926,7 @@
"id": "AudioWorkletGlobalScope-methods",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletGlobalScope-methods",
"title": "Methods",
- "number": "1.32.2.2"
+ "number": "1.32.3.2"
},
"definedIn": "table"
},
@@ -16148,7 +15947,7 @@
"id": "AudioWorkletGlobalScope-methods",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletGlobalScope-methods",
"title": "Methods",
- "number": "1.32.2.2"
+ "number": "1.32.3.2"
},
"definedIn": "table"
},
@@ -16167,7 +15966,7 @@
"id": "AudioWorkletProcessor-instantiation",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletProcessor-instantiation",
"title": "The instantiation of AudioWorkletProcessor",
- "number": "1.32.2.3"
+ "number": "1.32.3.3"
},
"definedIn": "prose"
},
@@ -16188,7 +15987,7 @@
"id": "AudioWorkletProcessor-instantiation",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletProcessor-instantiation",
"title": "The instantiation of AudioWorkletProcessor",
- "number": "1.32.2.3"
+ "number": "1.32.3.3"
},
"definedIn": "prose"
},
@@ -16209,7 +16008,7 @@
"id": "AudioWorkletProcessor-instantiation",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletProcessor-instantiation",
"title": "The instantiation of AudioWorkletProcessor",
- "number": "1.32.2.3"
+ "number": "1.32.3.3"
},
"definedIn": "prose"
},
@@ -16230,7 +16029,7 @@
"id": "AudioWorkletProcessor-instantiation",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletProcessor-instantiation",
"title": "The instantiation of AudioWorkletProcessor",
- "number": "1.32.2.3"
+ "number": "1.32.3.3"
},
"definedIn": "prose"
},
@@ -16251,7 +16050,7 @@
"id": "AudioWorkletProcessor-instantiation",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletProcessor-instantiation",
"title": "The instantiation of AudioWorkletProcessor",
- "number": "1.32.2.3"
+ "number": "1.32.3.3"
},
"definedIn": "prose"
},
@@ -16259,7 +16058,7 @@
"id": "AudioWorkletNode",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletNode",
"linkingText": [
- "audioworkletnode"
+ "AudioWorkletNode"
],
"localLinkingText": [],
"type": "interface",
@@ -16270,7 +16069,7 @@
"id": "AudioWorkletNode",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletNode",
"title": "The AudioWorkletNode Interface",
- "number": "1.32.3"
+ "number": "1.32.4"
},
"definedIn": "heading"
},
@@ -16289,7 +16088,7 @@
"id": "AudioWorkletNode",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletNode",
"title": "The AudioWorkletNode Interface",
- "number": "1.32.3"
+ "number": "1.32.4"
},
"definedIn": "prose"
},
@@ -16308,26 +16107,7 @@
"id": "AudioWorkletNode",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletNode",
"title": "The AudioWorkletNode Interface",
- "number": "1.32.3"
- },
- "definedIn": "pre"
- },
- {
- "id": "audioworkletnode",
- "href": "https://www.w3.org/TR/webaudio/#audioworkletnode",
- "linkingText": [
- "AudioWorkletNode"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "AudioWorkletNode",
- "href": "https://www.w3.org/TR/webaudio/#AudioWorkletNode",
- "title": "The AudioWorkletNode Interface",
- "number": "1.32.3"
+ "number": "1.32.4"
},
"definedIn": "pre"
},
@@ -16351,7 +16131,7 @@
"id": "AudioWorkletNode",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletNode",
"title": "The AudioWorkletNode Interface",
- "number": "1.32.3"
+ "number": "1.32.4"
},
"definedIn": "pre"
},
@@ -16375,7 +16155,7 @@
"id": "AudioWorkletNode",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletNode",
"title": "The AudioWorkletNode Interface",
- "number": "1.32.3"
+ "number": "1.32.4"
},
"definedIn": "pre"
},
@@ -16399,7 +16179,7 @@
"id": "AudioWorkletNode",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletNode",
"title": "The AudioWorkletNode Interface",
- "number": "1.32.3"
+ "number": "1.32.4"
},
"definedIn": "pre"
},
@@ -16423,7 +16203,7 @@
"id": "AudioWorkletNode-constructors",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletNode-constructors",
"title": "Constructors",
- "number": "1.32.3.1"
+ "number": "1.32.4.1"
},
"definedIn": "dt"
},
@@ -16444,7 +16224,7 @@
"id": "AudioWorkletNode-constructors",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletNode-constructors",
"title": "Constructors",
- "number": "1.32.3.1"
+ "number": "1.32.4.1"
},
"definedIn": "table"
},
@@ -16465,7 +16245,7 @@
"id": "AudioWorkletNode-constructors",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletNode-constructors",
"title": "Constructors",
- "number": "1.32.3.1"
+ "number": "1.32.4.1"
},
"definedIn": "table"
},
@@ -16486,7 +16266,7 @@
"id": "AudioWorkletNode-constructors",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletNode-constructors",
"title": "Constructors",
- "number": "1.32.3.1"
+ "number": "1.32.4.1"
},
"definedIn": "table"
},
@@ -16507,10 +16287,31 @@
"id": "AudioWorkletNode-attributes",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletNode-attributes",
"title": "Attributes",
- "number": "1.32.3.2"
+ "number": "1.32.4.2"
},
"definedIn": "dt"
},
+ {
+ "id": "eventdef-audioworkletnode-processorerror",
+ "href": "https://www.w3.org/TR/webaudio/#eventdef-audioworkletnode-processorerror",
+ "linkingText": [
+ "processorerror"
+ ],
+ "localLinkingText": [],
+ "type": "event",
+ "for": [
+ "AudioWorkletNode"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "AudioWorkletNode-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#AudioWorkletNode-attributes",
+ "title": "Attributes",
+ "number": "1.32.4.2"
+ },
+ "definedIn": "prose"
+ },
{
"id": "dom-audioworkletnode-parameters",
"href": "https://www.w3.org/TR/webaudio/#dom-audioworkletnode-parameters",
@@ -16528,7 +16329,7 @@
"id": "AudioWorkletNode-attributes",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletNode-attributes",
"title": "Attributes",
- "number": "1.32.3.2"
+ "number": "1.32.4.2"
},
"definedIn": "dt"
},
@@ -16549,32 +16350,13 @@
"id": "AudioWorkletNode-attributes",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletNode-attributes",
"title": "Attributes",
- "number": "1.32.3.2"
+ "number": "1.32.4.2"
},
"definedIn": "dt"
},
{
"id": "AudioWorkletNodeOptions",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletNodeOptions",
- "linkingText": [
- "audioworkletnodeoptions"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "AudioWorkletNodeOptions",
- "href": "https://www.w3.org/TR/webaudio/#AudioWorkletNodeOptions",
- "title": "AudioWorkletNodeOptions",
- "number": "1.32.3.3"
- },
- "definedIn": "heading"
- },
- {
- "id": "dictdef-audioworkletnodeoptions",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-audioworkletnodeoptions",
"linkingText": [
"AudioWorkletNodeOptions"
],
@@ -16587,9 +16369,9 @@
"id": "AudioWorkletNodeOptions",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletNodeOptions",
"title": "AudioWorkletNodeOptions",
- "number": "1.32.3.3"
+ "number": "1.32.4.3"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-audioworkletnodeoptions-numberofinputs",
@@ -16608,7 +16390,7 @@
"id": "dictionary-audioworkletnodeoptions-members",
"href": "https://www.w3.org/TR/webaudio/#dictionary-audioworkletnodeoptions-members",
"title": "Dictionary AudioWorkletNodeOptions Members",
- "number": "1.32.3.3.1"
+ "number": "1.32.4.3.1"
},
"definedIn": "dt"
},
@@ -16629,7 +16411,7 @@
"id": "dictionary-audioworkletnodeoptions-members",
"href": "https://www.w3.org/TR/webaudio/#dictionary-audioworkletnodeoptions-members",
"title": "Dictionary AudioWorkletNodeOptions Members",
- "number": "1.32.3.3.1"
+ "number": "1.32.4.3.1"
},
"definedIn": "dt"
},
@@ -16650,7 +16432,7 @@
"id": "dictionary-audioworkletnodeoptions-members",
"href": "https://www.w3.org/TR/webaudio/#dictionary-audioworkletnodeoptions-members",
"title": "Dictionary AudioWorkletNodeOptions Members",
- "number": "1.32.3.3.1"
+ "number": "1.32.4.3.1"
},
"definedIn": "dt"
},
@@ -16671,7 +16453,7 @@
"id": "dictionary-audioworkletnodeoptions-members",
"href": "https://www.w3.org/TR/webaudio/#dictionary-audioworkletnodeoptions-members",
"title": "Dictionary AudioWorkletNodeOptions Members",
- "number": "1.32.3.3.1"
+ "number": "1.32.4.3.1"
},
"definedIn": "dt"
},
@@ -16692,32 +16474,13 @@
"id": "dictionary-audioworkletnodeoptions-members",
"href": "https://www.w3.org/TR/webaudio/#dictionary-audioworkletnodeoptions-members",
"title": "Dictionary AudioWorkletNodeOptions Members",
- "number": "1.32.3.3.1"
+ "number": "1.32.4.3.1"
},
"definedIn": "dt"
},
{
"id": "AudioWorkletProcessor",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletProcessor",
- "linkingText": [
- "audioworkletprocessor"
- ],
- "localLinkingText": [],
- "type": "interface",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "AudioWorkletProcessor",
- "href": "https://www.w3.org/TR/webaudio/#AudioWorkletProcessor",
- "title": "The AudioWorkletProcessor Interface",
- "number": "1.32.4"
- },
- "definedIn": "heading"
- },
- {
- "id": "audioworkletprocessor",
- "href": "https://www.w3.org/TR/webaudio/#audioworkletprocessor",
"linkingText": [
"AudioWorkletProcessor"
],
@@ -16730,9 +16493,9 @@
"id": "AudioWorkletProcessor",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletProcessor",
"title": "The AudioWorkletProcessor Interface",
- "number": "1.32.4"
+ "number": "1.32.5"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-audioworkletprocesscallback-inputs",
@@ -16751,7 +16514,7 @@
"id": "AudioWorkletProcessor",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletProcessor",
"title": "The AudioWorkletProcessor Interface",
- "number": "1.32.4"
+ "number": "1.32.5"
},
"definedIn": "pre"
},
@@ -16772,7 +16535,7 @@
"id": "AudioWorkletProcessor",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletProcessor",
"title": "The AudioWorkletProcessor Interface",
- "number": "1.32.4"
+ "number": "1.32.5"
},
"definedIn": "pre"
},
@@ -16793,7 +16556,7 @@
"id": "AudioWorkletProcessor",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletProcessor",
"title": "The AudioWorkletProcessor Interface",
- "number": "1.32.4"
+ "number": "1.32.5"
},
"definedIn": "pre"
},
@@ -16814,7 +16577,7 @@
"id": "AudioWorkletProcessor",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletProcessor",
"title": "The AudioWorkletProcessor Interface",
- "number": "1.32.4"
+ "number": "1.32.5"
},
"definedIn": "dt"
},
@@ -16835,7 +16598,7 @@
"id": "AudioWorkletProcessor",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletProcessor",
"title": "The AudioWorkletProcessor Interface",
- "number": "1.32.4"
+ "number": "1.32.5"
},
"definedIn": "dt"
},
@@ -16857,7 +16620,7 @@
"id": "AudioWorketProcessor-constructors",
"href": "https://www.w3.org/TR/webaudio/#AudioWorketProcessor-constructors",
"title": "Constructors",
- "number": "1.32.4.1"
+ "number": "1.32.5.1"
},
"definedIn": "dt"
},
@@ -16878,7 +16641,7 @@
"id": "AudioWorkletProcessor-attributes",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletProcessor-attributes",
"title": "Attributes",
- "number": "1.32.4.2"
+ "number": "1.32.5.2"
},
"definedIn": "dt"
},
@@ -16897,7 +16660,7 @@
"id": "callback-audioworketprocess-callback",
"href": "https://www.w3.org/TR/webaudio/#callback-audioworketprocess-callback",
"title": "Callback AudioWorkletProcessCallback",
- "number": "1.32.4.3"
+ "number": "1.32.5.3"
},
"definedIn": "prose"
},
@@ -16916,7 +16679,7 @@
"id": "callback-audioworketprocess-callback",
"href": "https://www.w3.org/TR/webaudio/#callback-audioworketprocess-callback",
"title": "Callback AudioWorkletProcessCallback",
- "number": "1.32.4.3"
+ "number": "1.32.5.3"
},
"definedIn": "prose"
},
@@ -16936,32 +16699,13 @@
"id": "audioworkletprocess-callback-parameters",
"href": "https://www.w3.org/TR/webaudio/#audioworkletprocess-callback-parameters",
"title": "Callback AudioWorkletProcessCallback Parameters",
- "number": "1.32.4.3.1"
+ "number": "1.32.5.3.1"
},
"definedIn": "heading"
},
{
"id": "AudioParamDescriptor",
"href": "https://www.w3.org/TR/webaudio/#AudioParamDescriptor",
- "linkingText": [
- "audioparamdescriptor"
- ],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "AudioParamDescriptor",
- "href": "https://www.w3.org/TR/webaudio/#AudioParamDescriptor",
- "title": "AudioParamDescriptor",
- "number": "1.32.4.4"
- },
- "definedIn": "heading"
- },
- {
- "id": "dictdef-audioparamdescriptor",
- "href": "https://www.w3.org/TR/webaudio/#dictdef-audioparamdescriptor",
"linkingText": [
"AudioParamDescriptor"
],
@@ -16974,9 +16718,9 @@
"id": "AudioParamDescriptor",
"href": "https://www.w3.org/TR/webaudio/#AudioParamDescriptor",
"title": "AudioParamDescriptor",
- "number": "1.32.4.4"
+ "number": "1.32.5.4"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
"id": "dom-audioparamdescriptor-automationrate",
@@ -16995,7 +16739,7 @@
"id": "dictionary-audioparamdescriptor-members",
"href": "https://www.w3.org/TR/webaudio/#dictionary-audioparamdescriptor-members",
"title": "Dictionary AudioParamDescriptor Members",
- "number": "1.32.4.4.1"
+ "number": "1.32.5.4.1"
},
"definedIn": "dt"
},
@@ -17016,7 +16760,7 @@
"id": "dictionary-audioparamdescriptor-members",
"href": "https://www.w3.org/TR/webaudio/#dictionary-audioparamdescriptor-members",
"title": "Dictionary AudioParamDescriptor Members",
- "number": "1.32.4.4.1"
+ "number": "1.32.5.4.1"
},
"definedIn": "dt"
},
@@ -17037,7 +16781,7 @@
"id": "dictionary-audioparamdescriptor-members",
"href": "https://www.w3.org/TR/webaudio/#dictionary-audioparamdescriptor-members",
"title": "Dictionary AudioParamDescriptor Members",
- "number": "1.32.4.4.1"
+ "number": "1.32.5.4.1"
},
"definedIn": "dt"
},
@@ -17058,7 +16802,7 @@
"id": "dictionary-audioparamdescriptor-members",
"href": "https://www.w3.org/TR/webaudio/#dictionary-audioparamdescriptor-members",
"title": "Dictionary AudioParamDescriptor Members",
- "number": "1.32.4.4.1"
+ "number": "1.32.5.4.1"
},
"definedIn": "dt"
},
@@ -17079,7 +16823,7 @@
"id": "dictionary-audioparamdescriptor-members",
"href": "https://www.w3.org/TR/webaudio/#dictionary-audioparamdescriptor-members",
"title": "Dictionary AudioParamDescriptor Members",
- "number": "1.32.4.4.1"
+ "number": "1.32.5.4.1"
},
"definedIn": "dt"
},
@@ -17217,10 +16961,10 @@
"definedIn": "prose"
},
{
- "id": "render-quantum",
- "href": "https://www.w3.org/TR/webaudio/#render-quantum",
+ "id": "render-quantum-size",
+ "href": "https://www.w3.org/TR/webaudio/#render-quantum-size",
"linkingText": [
- "render quantum"
+ "render quantum size"
],
"localLinkingText": [],
"type": "dfn",
@@ -17236,10 +16980,10 @@
"definedIn": "prose"
},
{
- "id": "render-quantum-size",
- "href": "https://www.w3.org/TR/webaudio/#render-quantum-size",
+ "id": "render-quantum",
+ "href": "https://www.w3.org/TR/webaudio/#render-quantum",
"linkingText": [
- "render quantum size"
+ "render quantum"
],
"localLinkingText": [],
"type": "dfn",
@@ -17273,6 +17017,82 @@
},
"definedIn": "prose"
},
+ {
+ "id": "system-level-audio-callback",
+ "href": "https://www.w3.org/TR/webaudio/#system-level-audio-callback",
+ "linkingText": [
+ "system-level audio callback"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "rendering-loop",
+ "href": "https://www.w3.org/TR/webaudio/#rendering-loop",
+ "title": "Rendering an Audio Graph",
+ "number": "2.4"
+ },
+ "definedIn": "prose"
+ },
+ {
+ "id": "system-level-audio-callback-buffer-size",
+ "href": "https://www.w3.org/TR/webaudio/#system-level-audio-callback-buffer-size",
+ "linkingText": [
+ "system-level audio callback buffer size"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "rendering-loop",
+ "href": "https://www.w3.org/TR/webaudio/#rendering-loop",
+ "title": "Rendering an Audio Graph",
+ "number": "2.4"
+ },
+ "definedIn": "prose"
+ },
+ {
+ "id": "load-value",
+ "href": "https://www.w3.org/TR/webaudio/#load-value",
+ "linkingText": [
+ "load value"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "rendering-loop",
+ "href": "https://www.w3.org/TR/webaudio/#rendering-loop",
+ "title": "Rendering an Audio Graph",
+ "number": "2.4"
+ },
+ "definedIn": "prose"
+ },
+ {
+ "id": "audio-buffer-underrun",
+ "href": "https://www.w3.org/TR/webaudio/#audio-buffer-underrun",
+ "linkingText": [
+ "audio buffer underrun"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "rendering-loop",
+ "href": "https://www.w3.org/TR/webaudio/#rendering-loop",
+ "title": "Rendering an Audio Graph",
+ "number": "2.4"
+ },
+ "definedIn": "prose"
+ },
{
"id": "baseaudiocontext-associated-task-queue",
"href": "https://www.w3.org/TR/webaudio/#baseaudiocontext-associated-task-queue",
@@ -17449,10 +17269,10 @@
"definedIn": "prose"
},
{
- "id": "processing-input-buffer",
- "href": "https://www.w3.org/TR/webaudio/#processing-input-buffer",
+ "id": "processing-an-input-buffer",
+ "href": "https://www.w3.org/TR/webaudio/#processing-an-input-buffer",
"linkingText": [
- "processing-input-buffer"
+ "Processing an input buffer"
],
"localLinkingText": [],
"type": "dfn",
@@ -17542,42 +17362,6 @@
"number": "5.1"
},
"definedIn": "prose"
- },
- {
- "id": "conformant-user-agent",
- "href": "https://www.w3.org/TR/webaudio/#conformant-user-agent",
- "linkingText": [
- "conformant user agent"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "conformance-classes",
- "href": "https://www.w3.org/TR/webaudio/#conformance-classes",
- "title": "Conformance Classes"
- },
- "definedIn": "prose"
- },
- {
- "id": "conformant-server",
- "href": "https://www.w3.org/TR/webaudio/#conformant-server",
- "linkingText": [
- "conformant server"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "conformance-classes",
- "href": "https://www.w3.org/TR/webaudio/#conformance-classes",
- "title": "Conformance Classes"
- },
- "definedIn": "prose"
}
]
}
\ No newline at end of file
diff --git a/tr/dfns/webgpu.json b/tr/dfns/webgpu.json
index a4f0c9782390..2bbd2ef233d0 100644
--- a/tr/dfns/webgpu.json
+++ b/tr/dfns/webgpu.json
@@ -1425,27 +1425,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",
@@ -3573,6 +3552,25 @@
},
"definedIn": "prose"
},
+ {
+ "id": "enumdef-gpupowerpreference",
+ "href": "https://www.w3.org/TR/webgpu/#enumdef-gpupowerpreference",
+ "linkingText": [
+ "GPUPowerPreference"
+ ],
+ "localLinkingText": [],
+ "type": "enum",
+ "for": [],
+ "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": "pre"
+ },
{
"id": "dom-gpurequestadapteroptions-featurelevel",
"href": "https://www.w3.org/TR/webgpu/#dom-gpurequestadapteroptions-featurelevel",
@@ -3592,18 +3590,18 @@
"title": "Adapter Selection",
"number": "4.2.2"
},
- "definedIn": "pre"
+ "definedIn": "dt"
},
{
- "id": "enumdef-gpupowerpreference",
- "href": "https://www.w3.org/TR/webgpu/#enumdef-gpupowerpreference",
+ "id": "feature-level-string",
+ "href": "https://www.w3.org/TR/webgpu/#feature-level-string",
"linkingText": [
- "GPUPowerPreference"
+ "feature level string"
],
"localLinkingText": [],
- "type": "enum",
+ "type": "dfn",
"for": [],
- "access": "public",
+ "access": "private",
"informative": false,
"heading": {
"id": "adapter-selection",
@@ -3611,7 +3609,49 @@
"title": "Adapter Selection",
"number": "4.2.2"
},
- "definedIn": "pre"
+ "definedIn": "prose"
+ },
+ {
+ "id": "feature-level-string-core",
+ "href": "https://www.w3.org/TR/webgpu/#feature-level-string-core",
+ "linkingText": [
+ "\"core\""
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [
+ "feature level string"
+ ],
+ "access": "private",
+ "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": "feature-level-string-compatibility",
+ "href": "https://www.w3.org/TR/webgpu/#feature-level-string-compatibility",
+ "linkingText": [
+ "\"compatibility\""
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [
+ "feature level string"
+ ],
+ "access": "private",
+ "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": "dom-gpurequestadapteroptions-powerpreference",
@@ -4047,6 +4087,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",
@@ -15522,6 +15583,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",
@@ -15564,6 +15646,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",
@@ -15606,6 +15709,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",
@@ -15648,6 +15772,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",
@@ -15690,6 +15835,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",
@@ -15732,6 +15898,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",
@@ -15774,6 +15961,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",
@@ -15816,6 +16024,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",
@@ -15858,6 +16087,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",
@@ -16173,6 +16423,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",
@@ -16496,10 +16767,10 @@
"definedIn": "prose"
},
{
- "id": "image-copy",
- "href": "https://www.w3.org/TR/webgpu/#image-copy",
+ "id": "texel-copy",
+ "href": "https://www.w3.org/TR/webgpu/#texel-copy",
"linkingText": [
- "Image copy"
+ "Texel copy"
],
"localLinkingText": [],
"type": "dfn",
@@ -16507,9 +16778,9 @@
"access": "private",
"informative": false,
"heading": {
- "id": "image-copies",
- "href": "https://www.w3.org/TR/webgpu/#image-copies",
- "title": "Image Copies",
+ "id": "texel-copies",
+ "href": "https://www.w3.org/TR/webgpu/#texel-copies",
+ "title": "Texel Copies",
"number": "11.2"
},
"definedIn": "prose"
@@ -16526,18 +16797,18 @@
"access": "private",
"informative": false,
"heading": {
- "id": "image-copies",
- "href": "https://www.w3.org/TR/webgpu/#image-copies",
- "title": "Image Copies",
+ "id": "texel-copies",
+ "href": "https://www.w3.org/TR/webgpu/#texel-copies",
+ "title": "Texel Copies",
"number": "11.2"
},
"definedIn": "prose"
},
{
- "id": "gpuimagedatalayout",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagedatalayout",
+ "id": "gputexelcopybufferlayout",
+ "href": "https://www.w3.org/TR/webgpu/#gputexelcopybufferlayout",
"linkingText": [
- "GPUImageDataLayout"
+ "GPUTexelCopyBufferLayout"
],
"localLinkingText": [],
"type": "dictionary",
@@ -16545,9 +16816,9 @@
"access": "public",
"informative": false,
"heading": {
- "id": "gpuimagedatalayout",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagedatalayout",
- "title": "GPUImageDataLayout",
+ "id": "gputexelcopybufferlayout",
+ "href": "https://www.w3.org/TR/webgpu/#gputexelcopybufferlayout",
+ "title": "GPUTexelCopyBufferLayout",
"number": "11.2.1"
},
"definedIn": "heading"
@@ -16564,9 +16835,9 @@
"access": "private",
"informative": false,
"heading": {
- "id": "gpuimagedatalayout",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagedatalayout",
- "title": "GPUImageDataLayout",
+ "id": "gputexelcopybufferlayout",
+ "href": "https://www.w3.org/TR/webgpu/#gputexelcopybufferlayout",
+ "title": "GPUTexelCopyBufferLayout",
"number": "11.2.1"
},
"definedIn": "prose"
@@ -16583,81 +16854,81 @@
"access": "private",
"informative": false,
"heading": {
- "id": "gpuimagedatalayout",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagedatalayout",
- "title": "GPUImageDataLayout",
+ "id": "gputexelcopybufferlayout",
+ "href": "https://www.w3.org/TR/webgpu/#gputexelcopybufferlayout",
+ "title": "GPUTexelCopyBufferLayout",
"number": "11.2.1"
},
"definedIn": "prose"
},
{
- "id": "dom-gpuimagedatalayout-offset",
- "href": "https://www.w3.org/TR/webgpu/#dom-gpuimagedatalayout-offset",
+ "id": "dom-gputexelcopybufferlayout-offset",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gputexelcopybufferlayout-offset",
"linkingText": [
"offset"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "GPUImageDataLayout"
+ "GPUTexelCopyBufferLayout"
],
"access": "public",
"informative": false,
"heading": {
- "id": "gpuimagedatalayout",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagedatalayout",
- "title": "GPUImageDataLayout",
+ "id": "gputexelcopybufferlayout",
+ "href": "https://www.w3.org/TR/webgpu/#gputexelcopybufferlayout",
+ "title": "GPUTexelCopyBufferLayout",
"number": "11.2.1"
},
"definedIn": "dt"
},
{
- "id": "dom-gpuimagedatalayout-bytesperrow",
- "href": "https://www.w3.org/TR/webgpu/#dom-gpuimagedatalayout-bytesperrow",
+ "id": "dom-gputexelcopybufferlayout-bytesperrow",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gputexelcopybufferlayout-bytesperrow",
"linkingText": [
"bytesPerRow"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "GPUImageDataLayout"
+ "GPUTexelCopyBufferLayout"
],
"access": "public",
"informative": false,
"heading": {
- "id": "gpuimagedatalayout",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagedatalayout",
- "title": "GPUImageDataLayout",
+ "id": "gputexelcopybufferlayout",
+ "href": "https://www.w3.org/TR/webgpu/#gputexelcopybufferlayout",
+ "title": "GPUTexelCopyBufferLayout",
"number": "11.2.1"
},
"definedIn": "dt"
},
{
- "id": "dom-gpuimagedatalayout-rowsperimage",
- "href": "https://www.w3.org/TR/webgpu/#dom-gpuimagedatalayout-rowsperimage",
+ "id": "dom-gputexelcopybufferlayout-rowsperimage",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gputexelcopybufferlayout-rowsperimage",
"linkingText": [
"rowsPerImage"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "GPUImageDataLayout"
+ "GPUTexelCopyBufferLayout"
],
"access": "public",
"informative": false,
"heading": {
- "id": "gpuimagedatalayout",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagedatalayout",
- "title": "GPUImageDataLayout",
+ "id": "gputexelcopybufferlayout",
+ "href": "https://www.w3.org/TR/webgpu/#gputexelcopybufferlayout",
+ "title": "GPUTexelCopyBufferLayout",
"number": "11.2.1"
},
"definedIn": "dt"
},
{
- "id": "gpuimagecopybuffer",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopybuffer",
+ "id": "gputexelcopybufferinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gputexelcopybufferinfo",
"linkingText": [
- "GPUImageCopyBuffer"
+ "GPUTexelCopyBufferInfo"
],
"localLinkingText": [],
"type": "dictionary",
@@ -16665,39 +16936,39 @@
"access": "public",
"informative": false,
"heading": {
- "id": "gpuimagecopybuffer",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopybuffer",
- "title": "GPUImageCopyBuffer",
+ "id": "gputexelcopybufferinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gputexelcopybufferinfo",
+ "title": "GPUTexelCopyBufferInfo",
"number": "11.2.2"
},
"definedIn": "heading"
},
{
- "id": "dom-gpuimagecopybuffer-buffer",
- "href": "https://www.w3.org/TR/webgpu/#dom-gpuimagecopybuffer-buffer",
+ "id": "dom-gputexelcopybufferinfo-buffer",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gputexelcopybufferinfo-buffer",
"linkingText": [
"buffer"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "GPUImageCopyBuffer"
+ "GPUTexelCopyBufferInfo"
],
"access": "public",
"informative": false,
"heading": {
- "id": "gpuimagecopybuffer",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopybuffer",
- "title": "GPUImageCopyBuffer",
+ "id": "gputexelcopybufferinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gputexelcopybufferinfo",
+ "title": "GPUTexelCopyBufferInfo",
"number": "11.2.2"
},
"definedIn": "dt"
},
{
- "id": "abstract-opdef-validating-gpuimagecopybuffer",
- "href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpuimagecopybuffer",
+ "id": "abstract-opdef-validating-gputexelcopybufferinfo",
+ "href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gputexelcopybufferinfo",
"linkingText": [
- "validating GPUImageCopyBuffer"
+ "validating GPUTexelCopyBufferInfo"
],
"localLinkingText": [],
"type": "abstract-op",
@@ -16705,18 +16976,18 @@
"access": "public",
"informative": false,
"heading": {
- "id": "gpuimagecopybuffer",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopybuffer",
- "title": "GPUImageCopyBuffer",
+ "id": "gputexelcopybufferinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gputexelcopybufferinfo",
+ "title": "GPUTexelCopyBufferInfo",
"number": "11.2.2"
},
"definedIn": "prose"
},
{
- "id": "gpuimagecopytexture",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopytexture",
+ "id": "gputexelcopytextureinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gputexelcopytextureinfo",
"linkingText": [
- "GPUImageCopyTexture"
+ "GPUTexelCopyTextureInfo"
],
"localLinkingText": [],
"type": "dictionary",
@@ -16724,93 +16995,93 @@
"access": "public",
"informative": false,
"heading": {
- "id": "gpuimagecopytexture",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopytexture",
- "title": "GPUImageCopyTexture",
+ "id": "gputexelcopytextureinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gputexelcopytextureinfo",
+ "title": "GPUTexelCopyTextureInfo",
"number": "11.2.3"
},
"definedIn": "heading"
},
{
- "id": "dom-gpuimagecopytexture-texture",
- "href": "https://www.w3.org/TR/webgpu/#dom-gpuimagecopytexture-texture",
+ "id": "dom-gputexelcopytextureinfo-texture",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gputexelcopytextureinfo-texture",
"linkingText": [
"texture"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "GPUImageCopyTexture"
+ "GPUTexelCopyTextureInfo"
],
"access": "public",
"informative": false,
"heading": {
- "id": "gpuimagecopytexture",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopytexture",
- "title": "GPUImageCopyTexture",
+ "id": "gputexelcopytextureinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gputexelcopytextureinfo",
+ "title": "GPUTexelCopyTextureInfo",
"number": "11.2.3"
},
"definedIn": "dt"
},
{
- "id": "dom-gpuimagecopytexture-miplevel",
- "href": "https://www.w3.org/TR/webgpu/#dom-gpuimagecopytexture-miplevel",
+ "id": "dom-gputexelcopytextureinfo-miplevel",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gputexelcopytextureinfo-miplevel",
"linkingText": [
"mipLevel"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "GPUImageCopyTexture"
+ "GPUTexelCopyTextureInfo"
],
"access": "public",
"informative": false,
"heading": {
- "id": "gpuimagecopytexture",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopytexture",
- "title": "GPUImageCopyTexture",
+ "id": "gputexelcopytextureinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gputexelcopytextureinfo",
+ "title": "GPUTexelCopyTextureInfo",
"number": "11.2.3"
},
"definedIn": "dt"
},
{
- "id": "dom-gpuimagecopytexture-origin",
- "href": "https://www.w3.org/TR/webgpu/#dom-gpuimagecopytexture-origin",
+ "id": "dom-gputexelcopytextureinfo-origin",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gputexelcopytextureinfo-origin",
"linkingText": [
"origin"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "GPUImageCopyTexture"
+ "GPUTexelCopyTextureInfo"
],
"access": "public",
"informative": false,
"heading": {
- "id": "gpuimagecopytexture",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopytexture",
- "title": "GPUImageCopyTexture",
+ "id": "gputexelcopytextureinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gputexelcopytextureinfo",
+ "title": "GPUTexelCopyTextureInfo",
"number": "11.2.3"
},
"definedIn": "dt"
},
{
- "id": "dom-gpuimagecopytexture-aspect",
- "href": "https://www.w3.org/TR/webgpu/#dom-gpuimagecopytexture-aspect",
+ "id": "dom-gputexelcopytextureinfo-aspect",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gputexelcopytextureinfo-aspect",
"linkingText": [
"aspect"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "GPUImageCopyTexture"
+ "GPUTexelCopyTextureInfo"
],
"access": "public",
"informative": false,
"heading": {
- "id": "gpuimagecopytexture",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopytexture",
- "title": "GPUImageCopyTexture",
+ "id": "gputexelcopytextureinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gputexelcopytextureinfo",
+ "title": "GPUTexelCopyTextureInfo",
"number": "11.2.3"
},
"definedIn": "dt"
@@ -16827,9 +17098,9 @@
"access": "public",
"informative": false,
"heading": {
- "id": "gpuimagecopytexture",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopytexture",
- "title": "GPUImageCopyTexture",
+ "id": "gputexelcopytextureinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gputexelcopytextureinfo",
+ "title": "GPUTexelCopyTextureInfo",
"number": "11.2.3"
},
"definedIn": "prose"
@@ -16846,18 +17117,18 @@
"access": "public",
"informative": false,
"heading": {
- "id": "gpuimagecopytexture",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopytexture",
- "title": "GPUImageCopyTexture",
+ "id": "gputexelcopytextureinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gputexelcopytextureinfo",
+ "title": "GPUTexelCopyTextureInfo",
"number": "11.2.3"
},
"definedIn": "prose"
},
{
- "id": "abstract-opdef-validating-gpuimagecopytexture",
- "href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpuimagecopytexture",
+ "id": "abstract-opdef-validating-gputexelcopytextureinfo",
+ "href": "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gputexelcopytextureinfo",
"linkingText": [
- "validating GPUImageCopyTexture"
+ "validating GPUTexelCopyTextureInfo"
],
"localLinkingText": [],
"type": "abstract-op",
@@ -16865,9 +17136,9 @@
"access": "public",
"informative": false,
"heading": {
- "id": "gpuimagecopytexture",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopytexture",
- "title": "GPUImageCopyTexture",
+ "id": "gputexelcopytextureinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gputexelcopytextureinfo",
+ "title": "GPUTexelCopyTextureInfo",
"number": "11.2.3"
},
"definedIn": "prose"
@@ -16884,18 +17155,18 @@
"access": "public",
"informative": false,
"heading": {
- "id": "gpuimagecopytexture",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopytexture",
- "title": "GPUImageCopyTexture",
+ "id": "gputexelcopytextureinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gputexelcopytextureinfo",
+ "title": "GPUTexelCopyTextureInfo",
"number": "11.2.3"
},
"definedIn": "prose"
},
{
- "id": "gpuimagecopytexturetagged",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopytexturetagged",
+ "id": "gpucopyexternalimagedestinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gpucopyexternalimagedestinfo",
"linkingText": [
- "GPUImageCopyTextureTagged"
+ "GPUCopyExternalImageDestInfo"
],
"localLinkingText": [],
"type": "dictionary",
@@ -16903,60 +17174,60 @@
"access": "public",
"informative": false,
"heading": {
- "id": "gpuimagecopytexturetagged",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopytexturetagged",
- "title": "GPUImageCopyTextureTagged",
+ "id": "gpucopyexternalimagedestinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gpucopyexternalimagedestinfo",
+ "title": "GPUCopyExternalImageDestInfo",
"number": "11.2.4"
},
"definedIn": "heading"
},
{
- "id": "dom-gpuimagecopytexturetagged-colorspace",
- "href": "https://www.w3.org/TR/webgpu/#dom-gpuimagecopytexturetagged-colorspace",
+ "id": "dom-gpucopyexternalimagedestinfo-colorspace",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gpucopyexternalimagedestinfo-colorspace",
"linkingText": [
"colorSpace"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "GPUImageCopyTextureTagged"
+ "GPUCopyExternalImageDestInfo"
],
"access": "public",
"informative": false,
"heading": {
- "id": "gpuimagecopytexturetagged",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopytexturetagged",
- "title": "GPUImageCopyTextureTagged",
+ "id": "gpucopyexternalimagedestinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gpucopyexternalimagedestinfo",
+ "title": "GPUCopyExternalImageDestInfo",
"number": "11.2.4"
},
"definedIn": "dt"
},
{
- "id": "dom-gpuimagecopytexturetagged-premultipliedalpha",
- "href": "https://www.w3.org/TR/webgpu/#dom-gpuimagecopytexturetagged-premultipliedalpha",
+ "id": "dom-gpucopyexternalimagedestinfo-premultipliedalpha",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gpucopyexternalimagedestinfo-premultipliedalpha",
"linkingText": [
"premultipliedAlpha"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "GPUImageCopyTextureTagged"
+ "GPUCopyExternalImageDestInfo"
],
"access": "public",
"informative": false,
"heading": {
- "id": "gpuimagecopytexturetagged",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopytexturetagged",
- "title": "GPUImageCopyTextureTagged",
+ "id": "gpucopyexternalimagedestinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gpucopyexternalimagedestinfo",
+ "title": "GPUCopyExternalImageDestInfo",
"number": "11.2.4"
},
"definedIn": "dt"
},
{
- "id": "gpuimagecopyexternalimage",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopyexternalimage",
+ "id": "gpucopyexternalimagesourceinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gpucopyexternalimagesourceinfo",
"linkingText": [
- "GPUImageCopyExternalImage"
+ "GPUCopyExternalImageSourceInfo"
],
"localLinkingText": [],
"type": "dictionary",
@@ -16964,18 +17235,18 @@
"access": "public",
"informative": false,
"heading": {
- "id": "gpuimagecopyexternalimage",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopyexternalimage",
- "title": "GPUImageCopyExternalImage",
+ "id": "gpucopyexternalimagesourceinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gpucopyexternalimagesourceinfo",
+ "title": "GPUCopyExternalImageSourceInfo",
"number": "11.2.5"
},
"definedIn": "heading"
},
{
- "id": "typedefdef-gpuimagecopyexternalimagesource",
- "href": "https://www.w3.org/TR/webgpu/#typedefdef-gpuimagecopyexternalimagesource",
+ "id": "typedefdef-gpucopyexternalimagesource",
+ "href": "https://www.w3.org/TR/webgpu/#typedefdef-gpucopyexternalimagesource",
"linkingText": [
- "GPUImageCopyExternalImageSource"
+ "GPUCopyExternalImageSource"
],
"localLinkingText": [],
"type": "typedef",
@@ -16983,72 +17254,72 @@
"access": "public",
"informative": false,
"heading": {
- "id": "gpuimagecopyexternalimage",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopyexternalimage",
- "title": "GPUImageCopyExternalImage",
+ "id": "gpucopyexternalimagesourceinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gpucopyexternalimagesourceinfo",
+ "title": "GPUCopyExternalImageSourceInfo",
"number": "11.2.5"
},
"definedIn": "pre"
},
{
- "id": "dom-gpuimagecopyexternalimage-source",
- "href": "https://www.w3.org/TR/webgpu/#dom-gpuimagecopyexternalimage-source",
+ "id": "dom-gpucopyexternalimagesourceinfo-source",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gpucopyexternalimagesourceinfo-source",
"linkingText": [
"source"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "GPUImageCopyExternalImage"
+ "GPUCopyExternalImageSourceInfo"
],
"access": "public",
"informative": false,
"heading": {
- "id": "gpuimagecopyexternalimage",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopyexternalimage",
- "title": "GPUImageCopyExternalImage",
+ "id": "gpucopyexternalimagesourceinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gpucopyexternalimagesourceinfo",
+ "title": "GPUCopyExternalImageSourceInfo",
"number": "11.2.5"
},
"definedIn": "dt"
},
{
- "id": "dom-gpuimagecopyexternalimage-origin",
- "href": "https://www.w3.org/TR/webgpu/#dom-gpuimagecopyexternalimage-origin",
+ "id": "dom-gpucopyexternalimagesourceinfo-origin",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gpucopyexternalimagesourceinfo-origin",
"linkingText": [
"origin"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "GPUImageCopyExternalImage"
+ "GPUCopyExternalImageSourceInfo"
],
"access": "public",
"informative": false,
"heading": {
- "id": "gpuimagecopyexternalimage",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopyexternalimage",
- "title": "GPUImageCopyExternalImage",
+ "id": "gpucopyexternalimagesourceinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gpucopyexternalimagesourceinfo",
+ "title": "GPUCopyExternalImageSourceInfo",
"number": "11.2.5"
},
"definedIn": "dt"
},
{
- "id": "dom-gpuimagecopyexternalimage-flipy",
- "href": "https://www.w3.org/TR/webgpu/#dom-gpuimagecopyexternalimage-flipy",
+ "id": "dom-gpucopyexternalimagesourceinfo-flipy",
+ "href": "https://www.w3.org/TR/webgpu/#dom-gpucopyexternalimagesourceinfo-flipy",
"linkingText": [
"flipY"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "GPUImageCopyExternalImage"
+ "GPUCopyExternalImageSourceInfo"
],
"access": "public",
"informative": false,
"heading": {
- "id": "gpuimagecopyexternalimage",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopyexternalimage",
- "title": "GPUImageCopyExternalImage",
+ "id": "gpucopyexternalimagesourceinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gpucopyexternalimagesourceinfo",
+ "title": "GPUCopyExternalImageSourceInfo",
"number": "11.2.5"
},
"definedIn": "dt"
@@ -17065,18 +17336,18 @@
"access": "private",
"informative": false,
"heading": {
- "id": "gpuimagecopyexternalimage",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopyexternalimage",
- "title": "GPUImageCopyExternalImage",
+ "id": "gpucopyexternalimagesourceinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gpucopyexternalimagesourceinfo",
+ "title": "GPUCopyExternalImageSourceInfo",
"number": "11.2.5"
},
"definedIn": "prose"
},
{
- "id": "imagecopytexture-physical-subresource-size",
- "href": "https://www.w3.org/TR/webgpu/#imagecopytexture-physical-subresource-size",
+ "id": "gputexelcopytextureinfo-physical-subresource-size",
+ "href": "https://www.w3.org/TR/webgpu/#gputexelcopytextureinfo-physical-subresource-size",
"linkingText": [
- "imageCopyTexture physical subresource size"
+ "GPUTexelCopyTextureInfo physical subresource size"
],
"localLinkingText": [],
"type": "dfn",
@@ -17838,9 +18109,9 @@
"access": "public",
"informative": false,
"heading": {
- "id": "commands-image-copies",
- "href": "https://www.w3.org/TR/webgpu/#commands-image-copies",
- "title": "Image Copy Commands",
+ "id": "commands-texel-copies",
+ "href": "https://www.w3.org/TR/webgpu/#commands-texel-copies",
+ "title": "Texel Copy Commands",
"number": "13.5"
},
"definedIn": "dt"
@@ -17859,9 +18130,9 @@
"access": "public",
"informative": false,
"heading": {
- "id": "commands-image-copies",
- "href": "https://www.w3.org/TR/webgpu/#commands-image-copies",
- "title": "Image Copy Commands",
+ "id": "commands-texel-copies",
+ "href": "https://www.w3.org/TR/webgpu/#commands-texel-copies",
+ "title": "Texel Copy Commands",
"number": "13.5"
},
"definedIn": "table"
@@ -17880,9 +18151,9 @@
"access": "public",
"informative": false,
"heading": {
- "id": "commands-image-copies",
- "href": "https://www.w3.org/TR/webgpu/#commands-image-copies",
- "title": "Image Copy Commands",
+ "id": "commands-texel-copies",
+ "href": "https://www.w3.org/TR/webgpu/#commands-texel-copies",
+ "title": "Texel Copy Commands",
"number": "13.5"
},
"definedIn": "table"
@@ -17901,9 +18172,9 @@
"access": "public",
"informative": false,
"heading": {
- "id": "commands-image-copies",
- "href": "https://www.w3.org/TR/webgpu/#commands-image-copies",
- "title": "Image Copy Commands",
+ "id": "commands-texel-copies",
+ "href": "https://www.w3.org/TR/webgpu/#commands-texel-copies",
+ "title": "Texel Copy Commands",
"number": "13.5"
},
"definedIn": "table"
@@ -17922,9 +18193,9 @@
"access": "public",
"informative": false,
"heading": {
- "id": "commands-image-copies",
- "href": "https://www.w3.org/TR/webgpu/#commands-image-copies",
- "title": "Image Copy Commands",
+ "id": "commands-texel-copies",
+ "href": "https://www.w3.org/TR/webgpu/#commands-texel-copies",
+ "title": "Texel Copy Commands",
"number": "13.5"
},
"definedIn": "dt"
@@ -17943,9 +18214,9 @@
"access": "public",
"informative": false,
"heading": {
- "id": "commands-image-copies",
- "href": "https://www.w3.org/TR/webgpu/#commands-image-copies",
- "title": "Image Copy Commands",
+ "id": "commands-texel-copies",
+ "href": "https://www.w3.org/TR/webgpu/#commands-texel-copies",
+ "title": "Texel Copy Commands",
"number": "13.5"
},
"definedIn": "table"
@@ -17964,9 +18235,9 @@
"access": "public",
"informative": false,
"heading": {
- "id": "commands-image-copies",
- "href": "https://www.w3.org/TR/webgpu/#commands-image-copies",
- "title": "Image Copy Commands",
+ "id": "commands-texel-copies",
+ "href": "https://www.w3.org/TR/webgpu/#commands-texel-copies",
+ "title": "Texel Copy Commands",
"number": "13.5"
},
"definedIn": "table"
@@ -17985,9 +18256,9 @@
"access": "public",
"informative": false,
"heading": {
- "id": "commands-image-copies",
- "href": "https://www.w3.org/TR/webgpu/#commands-image-copies",
- "title": "Image Copy Commands",
+ "id": "commands-texel-copies",
+ "href": "https://www.w3.org/TR/webgpu/#commands-texel-copies",
+ "title": "Texel Copy Commands",
"number": "13.5"
},
"definedIn": "table"
@@ -18006,9 +18277,9 @@
"access": "public",
"informative": false,
"heading": {
- "id": "commands-image-copies",
- "href": "https://www.w3.org/TR/webgpu/#commands-image-copies",
- "title": "Image Copy Commands",
+ "id": "commands-texel-copies",
+ "href": "https://www.w3.org/TR/webgpu/#commands-texel-copies",
+ "title": "Texel Copy Commands",
"number": "13.5"
},
"definedIn": "dt"
@@ -18027,9 +18298,9 @@
"access": "public",
"informative": false,
"heading": {
- "id": "commands-image-copies",
- "href": "https://www.w3.org/TR/webgpu/#commands-image-copies",
- "title": "Image Copy Commands",
+ "id": "commands-texel-copies",
+ "href": "https://www.w3.org/TR/webgpu/#commands-texel-copies",
+ "title": "Texel Copy Commands",
"number": "13.5"
},
"definedIn": "table"
@@ -18048,9 +18319,9 @@
"access": "public",
"informative": false,
"heading": {
- "id": "commands-image-copies",
- "href": "https://www.w3.org/TR/webgpu/#commands-image-copies",
- "title": "Image Copy Commands",
+ "id": "commands-texel-copies",
+ "href": "https://www.w3.org/TR/webgpu/#commands-texel-copies",
+ "title": "Texel Copy Commands",
"number": "13.5"
},
"definedIn": "table"
@@ -18069,9 +18340,9 @@
"access": "public",
"informative": false,
"heading": {
- "id": "commands-image-copies",
- "href": "https://www.w3.org/TR/webgpu/#commands-image-copies",
- "title": "Image Copy Commands",
+ "id": "commands-texel-copies",
+ "href": "https://www.w3.org/TR/webgpu/#commands-texel-copies",
+ "title": "Texel Copy Commands",
"number": "13.5"
},
"definedIn": "table"
diff --git a/tr/events/webaudio.json b/tr/events/webaudio.json
index a95651af71d4..9dde0414f2af 100644
--- a/tr/events/webaudio.json
+++ b/tr/events/webaudio.json
@@ -1,6 +1,6 @@
{
"spec": {
- "title": "Web Audio API",
+ "title": "Web Audio API 1.1",
"url": "https://www.w3.org/TR/webaudio/"
},
"events": [
@@ -9,7 +9,19 @@
"format": "fire an event phrasing",
"href": "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire"
},
- "href": "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire",
+ "href": "https://www.w3.org/TR/webaudio/#eventdef-audiocontext-error",
+ "type": "error",
+ "targets": [
+ "AudioContext"
+ ],
+ "interface": "Event"
+ },
+ {
+ "src": {
+ "format": "fire an event phrasing",
+ "href": "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A0"
+ },
+ "href": "https://www.w3.org/TR/webaudio/#eventdef-baseaudiocontext-statechange",
"type": "statechange",
"targets": [
"BaseAudioContext"
@@ -19,9 +31,33 @@
{
"src": {
"format": "fire an event phrasing",
- "href": "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A3"
+ "href": "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A5"
},
- "href": "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A3",
+ "href": "https://www.w3.org/TR/webaudio/#eventdef-audiocontext-sinkchange",
+ "type": "sinkchange",
+ "targets": [
+ "AudioContext"
+ ],
+ "interface": "Event"
+ },
+ {
+ "src": {
+ "format": "fire an event phrasing",
+ "href": "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A7"
+ },
+ "href": "https://www.w3.org/TR/webaudio/#eventdef-audiorendercapacity-update",
+ "type": "update",
+ "targets": [
+ "AudioRenderCapacity"
+ ],
+ "interface": "AudioRenderCapacityEvent"
+ },
+ {
+ "src": {
+ "format": "fire an event phrasing",
+ "href": "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A8"
+ },
+ "href": "https://www.w3.org/TR/webaudio/#eventdef-offlineaudiocontext-complete",
"type": "complete",
"targets": [
"OfflineAudioContext"
@@ -31,9 +67,9 @@
{
"src": {
"format": "fire an event phrasing",
- "href": "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A5"
+ "href": "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A0%E2%91%A0"
},
- "href": "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A5",
+ "href": "https://www.w3.org/TR/webaudio/#eventdef-audioworkletnode-processorerror",
"type": "processorerror",
"targets": [
"AudioWorkletNode"
@@ -47,7 +83,8 @@
],
"src": {
"format": "IDL eventHandler"
- }
+ },
+ "href": "https://www.w3.org/TR/webaudio/#eventdef-audioscheduledsourcenode-ended"
},
{
"type": "audioprocess",
@@ -56,7 +93,8 @@
],
"src": {
"format": "IDL eventHandler"
- }
+ },
+ "href": "https://www.w3.org/TR/webaudio/#eventdef-scriptprocessornode-audioprocess"
}
]
}
\ No newline at end of file
diff --git a/tr/headings/css-conditional-5.json b/tr/headings/css-conditional-5.json
index 86b1cdf004f5..6b77f138cd01 100644
--- a/tr/headings/css-conditional-5.json
+++ b/tr/headings/css-conditional-5.json
@@ -168,6 +168,41 @@
"title": "Style Container Features",
"number": "6.2"
},
+ {
+ "id": "scroll-state-container",
+ "href": "https://www.w3.org/TR/css-conditional-5/#scroll-state-container",
+ "level": 3,
+ "title": "Scroll State Container Features",
+ "number": "6.3"
+ },
+ {
+ "id": "updating-scroll-state",
+ "href": "https://www.w3.org/TR/css-conditional-5/#updating-scroll-state",
+ "level": 4,
+ "title": "Updating Scroll State",
+ "number": "6.3.1"
+ },
+ {
+ "id": "stuck",
+ "href": "https://www.w3.org/TR/css-conditional-5/#stuck",
+ "level": 4,
+ "title": "Sticky positioning: the stuck feature",
+ "number": "6.3.2"
+ },
+ {
+ "id": "snapped",
+ "href": "https://www.w3.org/TR/css-conditional-5/#snapped",
+ "level": 4,
+ "title": "Scroll snapping: the snapped feature",
+ "number": "6.3.3"
+ },
+ {
+ "id": "overflowing",
+ "href": "https://www.w3.org/TR/css-conditional-5/#overflowing",
+ "level": 4,
+ "title": "Overflowing: the overflowing feature",
+ "number": "6.3.4"
+ },
{
"id": "container-lengths",
"href": "https://www.w3.org/TR/css-conditional-5/#container-lengths",
@@ -208,8 +243,14 @@
"title": "Changes"
},
{
- "id": "changes-20211221/",
- "href": "https://www.w3.org/TR/css-conditional-5/#changes-20211221%2F",
+ "id": "changes-20240723",
+ "href": "https://www.w3.org/TR/css-conditional-5/#changes-20240723",
+ "level": 3,
+ "title": "Changes since the Working Draft of 23 July 2024"
+ },
+ {
+ "id": "changes-20211221",
+ "href": "https://www.w3.org/TR/css-conditional-5/#changes-20211221",
"level": 3,
"title": "Changes since the First Public Working Draft of 21 December 2021"
},
diff --git a/tr/headings/motion-1.json b/tr/headings/motion-1.json
index 4fe53fa5deb5..29ced28eed80 100644
--- a/tr/headings/motion-1.json
+++ b/tr/headings/motion-1.json
@@ -10,12 +10,6 @@
"level": 1,
"title": "Motion Path Module Level 1"
},
- {
- "id": "subtitle",
- "href": "https://www.w3.org/TR/motion-1/#subtitle",
- "level": 2,
- "title": "W3C Working Draft, 18 December 2018"
- },
{
"id": "abstract",
"href": "https://www.w3.org/TR/motion-1/#abstract",
@@ -23,8 +17,8 @@
"title": "Abstract"
},
{
- "id": "status",
- "href": "https://www.w3.org/TR/motion-1/#status",
+ "id": "sotd",
+ "href": "https://www.w3.org/TR/motion-1/#sotd",
"level": 2,
"title": "Status of this document"
},
@@ -44,85 +38,120 @@
{
"id": "placement",
"href": "https://www.w3.org/TR/motion-1/#placement",
- "level": 2,
+ "level": 3,
"title": "Module interactions",
- "number": "2"
+ "number": "1.1"
},
{
"id": "values",
"href": "https://www.w3.org/TR/motion-1/#values",
- "level": 2,
+ "level": 3,
"title": "Values",
- "number": "3"
+ "number": "1.2"
},
{
"id": "motion-paths-overview",
"href": "https://www.w3.org/TR/motion-1/#motion-paths-overview",
"level": 2,
"title": "Motion Paths",
- "number": "4"
+ "number": "2"
},
{
"id": "offset-path-property",
"href": "https://www.w3.org/TR/motion-1/#offset-path-property",
"level": 3,
- "title": "Define a path: The offset-path property",
- "number": "4.1"
+ "title": "Defining A Path: the offset-path property",
+ "number": "2.1"
+ },
+ {
+ "id": "ray-function",
+ "href": "https://www.w3.org/TR/motion-1/#ray-function",
+ "level": 4,
+ "title": "The ray() Function",
+ "number": "2.1.1"
+ },
+ {
+ "id": "example-shape",
+ "href": "https://www.w3.org/TR/motion-1/#example-shape",
+ "level": 4,
+ "title": "Examples Of Positioning",
+ "number": "2.1.2"
+ },
+ {
+ "id": "example-coord",
+ "href": "https://www.w3.org/TR/motion-1/#example-coord",
+ "level": 4,
+ "title": "Examples of Positioning",
+ "number": "2.1.3"
},
{
"id": "offset-distance-property",
"href": "https://www.w3.org/TR/motion-1/#offset-distance-property",
"level": 3,
- "title": "Position on the path: The offset-distance property",
- "number": "4.2"
+ "title": "Position On The Path: the offset-distance property",
+ "number": "2.2"
},
{
- "id": "calculating-the-computed-distance-along-a-path",
- "href": "https://www.w3.org/TR/motion-1/#calculating-the-computed-distance-along-a-path",
+ "id": "path-distance",
+ "href": "https://www.w3.org/TR/motion-1/#path-distance",
"level": 4,
"title": "Calculating the computed distance along a path",
- "number": "4.2.1"
+ "number": "2.2.1"
},
{
"id": "offset-position-property",
"href": "https://www.w3.org/TR/motion-1/#offset-position-property",
"level": 3,
- "title": "Define the starting point of the path: The offset-position property",
- "number": "4.3"
+ "title": "Starting Point Of The Path: the offset-position property",
+ "number": "2.3"
},
{
"id": "offset-anchor-property",
"href": "https://www.w3.org/TR/motion-1/#offset-anchor-property",
"level": 3,
- "title": "Define an anchor point: The offset-anchor property",
- "number": "4.4"
+ "title": "The Element’s Anchor Point: the offset-anchor property",
+ "number": "2.4"
},
{
"id": "offset-rotate-property",
"href": "https://www.w3.org/TR/motion-1/#offset-rotate-property",
"level": 3,
- "title": "Rotation at point: The offset-rotate property",
- "number": "4.5"
- },
- {
- "id": "calculating-path-transform",
- "href": "https://www.w3.org/TR/motion-1/#calculating-path-transform",
- "level": 4,
- "title": "Calculating the path transform",
- "number": "4.5.1"
+ "title": "Rotating To Match The Path: the offset-rotate property",
+ "number": "2.5"
},
{
"id": "offset-shorthand",
"href": "https://www.w3.org/TR/motion-1/#offset-shorthand",
"level": 3,
- "title": "Offset shorthand: The offset property",
- "number": "4.6"
+ "title": "The offset Shorthand",
+ "number": "2.6"
},
{
- "id": "priv-sec",
- "href": "https://www.w3.org/TR/motion-1/#priv-sec",
+ "id": "transform",
+ "href": "https://www.w3.org/TR/motion-1/#transform",
+ "level": 3,
+ "title": "Calculating The Offset Transform",
+ "number": "2.7"
+ },
+ {
+ "id": "paths",
+ "href": "https://www.w3.org/TR/motion-1/#paths",
+ "level": 2,
+ "title": "Equivalent Paths For ",
+ "number": "3"
+ },
+ {
+ "id": "privacy",
+ "href": "https://www.w3.org/TR/motion-1/#privacy",
+ "level": 2,
+ "title": "Privacy Considerations",
+ "number": "4"
+ },
+ {
+ "id": "security",
+ "href": "https://www.w3.org/TR/motion-1/#security",
"level": 2,
- "title": "Privacy and Security Considerations",
+ "title": "Security Considerations",
"number": "5"
},
{
@@ -131,6 +160,18 @@
"level": 2,
"title": "Changes"
},
+ {
+ "id": "changes-20181218",
+ "href": "https://www.w3.org/TR/motion-1/#changes-20181218",
+ "level": 3,
+ "title": "Changes since the 18 December 2018 Working Draft"
+ },
+ {
+ "id": "changes-20150409",
+ "href": "https://www.w3.org/TR/motion-1/#changes-20150409",
+ "level": 3,
+ "title": "Changes since the 9 April 2015 First Public Working Draft"
+ },
{
"id": "acknowledgments",
"href": "https://www.w3.org/TR/motion-1/#acknowledgments",
@@ -138,46 +179,40 @@
"title": "Acknowledgments"
},
{
- "id": "conformance",
- "href": "https://www.w3.org/TR/motion-1/#conformance",
+ "id": "w3c-conformance",
+ "href": "https://www.w3.org/TR/motion-1/#w3c-conformance",
"level": 2,
"title": "Conformance"
},
{
- "id": "document-conventions",
- "href": "https://www.w3.org/TR/motion-1/#document-conventions",
+ "id": "w3c-conventions",
+ "href": "https://www.w3.org/TR/motion-1/#w3c-conventions",
"level": 3,
"title": "Document conventions"
},
{
- "id": "conform-classes",
- "href": "https://www.w3.org/TR/motion-1/#conform-classes",
+ "id": "w3c-conformance-classes",
+ "href": "https://www.w3.org/TR/motion-1/#w3c-conformance-classes",
"level": 3,
"title": "Conformance classes"
},
{
- "id": "conform-responsible",
- "href": "https://www.w3.org/TR/motion-1/#conform-responsible",
+ "id": "w3c-partial",
+ "href": "https://www.w3.org/TR/motion-1/#w3c-partial",
"level": 3,
- "title": "Requirements for Responsible Implementation of CSS"
+ "title": "Partial implementations"
},
{
- "id": "conform-partial",
- "href": "https://www.w3.org/TR/motion-1/#conform-partial",
- "level": 4,
- "title": "Partial Implementations"
- },
- {
- "id": "conform-future-proofing",
- "href": "https://www.w3.org/TR/motion-1/#conform-future-proofing",
+ "id": "w3c-conform-future-proofing",
+ "href": "https://www.w3.org/TR/motion-1/#w3c-conform-future-proofing",
"level": 4,
"title": "Implementations of Unstable and Proprietary Features"
},
{
- "id": "conform-testing",
- "href": "https://www.w3.org/TR/motion-1/#conform-testing",
- "level": 4,
- "title": "Implementations of CR-level Features"
+ "id": "w3c-testing",
+ "href": "https://www.w3.org/TR/motion-1/#w3c-testing",
+ "level": 3,
+ "title": "Non-experimental implementations"
},
{
"id": "index",
diff --git a/tr/headings/webaudio.json b/tr/headings/webaudio.json
index 299d068fe0a3..c8f3e04cb88c 100644
--- a/tr/headings/webaudio.json
+++ b/tr/headings/webaudio.json
@@ -1,6 +1,6 @@
{
"spec": {
- "title": "Web Audio API",
+ "title": "Web Audio API 1.1",
"url": "https://www.w3.org/TR/webaudio/"
},
"headings": [
@@ -8,13 +8,7 @@
"id": "title",
"href": "https://www.w3.org/TR/webaudio/#title",
"level": 1,
- "title": "Web Audio API"
- },
- {
- "id": "profile-and-date",
- "href": "https://www.w3.org/TR/webaudio/#profile-and-date",
- "level": 2,
- "title": "W3C Recommendation, 17 June 2021"
+ "title": "Web Audio API 1.1"
},
{
"id": "abstract",
@@ -149,33 +143,117 @@
"title": "Methods",
"number": "1.2.3"
},
+ {
+ "id": "validating-sink-identifier",
+ "href": "https://www.w3.org/TR/webaudio/#validating-sink-identifier",
+ "level": 4,
+ "title": "Validating sinkId",
+ "number": "1.2.4"
+ },
{
"id": "AudioContextOptions",
"href": "https://www.w3.org/TR/webaudio/#AudioContextOptions",
"level": 4,
"title": "AudioContextOptions",
- "number": "1.2.4"
+ "number": "1.2.5"
},
{
"id": "dictionary-audiocontextoptions-members",
"href": "https://www.w3.org/TR/webaudio/#dictionary-audiocontextoptions-members",
"level": 5,
"title": "Dictionary AudioContextOptions Members",
- "number": "1.2.4.1"
+ "number": "1.2.5.1"
+ },
+ {
+ "id": "AudioSinkOptions",
+ "href": "https://www.w3.org/TR/webaudio/#AudioSinkOptions",
+ "level": 4,
+ "title": "AudioSinkOptions",
+ "number": "1.2.6"
+ },
+ {
+ "id": "dictionary-audiosinkoptions-members",
+ "href": "https://www.w3.org/TR/webaudio/#dictionary-audiosinkoptions-members",
+ "level": 5,
+ "title": "Dictionary AudioSinkOptions Members",
+ "number": "1.2.6.1"
+ },
+ {
+ "id": "AudioSinkInfo",
+ "href": "https://www.w3.org/TR/webaudio/#AudioSinkInfo",
+ "level": 4,
+ "title": "AudioSinkInfo",
+ "number": "1.2.7"
+ },
+ {
+ "id": "audiosinkinfo-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#audiosinkinfo-attributes",
+ "level": 5,
+ "title": "Attributes",
+ "number": "1.2.7.1"
},
{
"id": "AudioTimestamp",
"href": "https://www.w3.org/TR/webaudio/#AudioTimestamp",
"level": 4,
"title": "AudioTimestamp",
- "number": "1.2.5"
+ "number": "1.2.8"
},
{
"id": "dictionary-audiotimestamp-members",
"href": "https://www.w3.org/TR/webaudio/#dictionary-audiotimestamp-members",
"level": 5,
"title": "Dictionary AudioTimestamp Members",
- "number": "1.2.5.1"
+ "number": "1.2.8.1"
+ },
+ {
+ "id": "AudioRenderCapacity",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacity",
+ "level": 4,
+ "title": "AudioRenderCapacity",
+ "number": "1.2.9"
+ },
+ {
+ "id": "AudioRenderCapacity-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacity-attributes",
+ "level": 5,
+ "title": "Attributes",
+ "number": "1.2.9.1"
+ },
+ {
+ "id": "AudioRenderCapacity-methods",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacity-methods",
+ "level": 5,
+ "title": "Methods",
+ "number": "1.2.9.2"
+ },
+ {
+ "id": "AudioRenderCapacityOptions",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacityOptions",
+ "level": 4,
+ "title": "AudioRenderCapacityOptions",
+ "number": "1.2.10"
+ },
+ {
+ "id": "dictionary-AudioRenderCapacityOptions-members",
+ "href": "https://www.w3.org/TR/webaudio/#dictionary-AudioRenderCapacityOptions-members",
+ "level": 5,
+ "title": "Dictionary AudioRenderCapacityOptions Members",
+ "number": "1.2.10.1"
+ },
+ {
+ "id": "AudioRenderCapacityEvent",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacityEvent",
+ "level": 4,
+ "title": "AudioRenderCapacityEvent",
+ "number": "1.2.11"
+ },
+ {
+ "id": "AudioRenderCapacityEvent-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#AudioRenderCapacityEvent-attributes",
+ "level": 5,
+ "title": "Attributes",
+ "number": "1.2.11.1"
},
{
"id": "OfflineAudioContext",
@@ -1228,8 +1306,8 @@
"number": "1.29.1"
},
{
- "id": "StereoPannerNode",
- "href": "https://www.w3.org/TR/webaudio/#StereoPannerNode",
+ "id": "stereopannernode",
+ "href": "https://www.w3.org/TR/webaudio/#stereopannernode",
"level": 3,
"title": "The StereoPannerNode Interface",
"number": "1.30"
@@ -1311,159 +1389,166 @@
"title": "The AudioWorklet Interface",
"number": "1.32"
},
+ {
+ "id": "AudioWorklet-attributes",
+ "href": "https://www.w3.org/TR/webaudio/#AudioWorklet-attributes",
+ "level": 4,
+ "title": "Attributes",
+ "number": "1.32.1"
+ },
{
"id": "AudioWorklet-concepts",
"href": "https://www.w3.org/TR/webaudio/#AudioWorklet-concepts",
"level": 4,
"title": "Concepts",
- "number": "1.32.1"
+ "number": "1.32.2"
},
{
"id": "AudioWorkletGlobalScope",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletGlobalScope",
"level": 4,
"title": "The AudioWorkletGlobalScope Interface",
- "number": "1.32.2"
+ "number": "1.32.3"
},
{
"id": "AudioWorkletGlobalScope-attributes",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletGlobalScope-attributes",
"level": 5,
"title": "Attributes",
- "number": "1.32.2.1"
+ "number": "1.32.3.1"
},
{
"id": "AudioWorkletGlobalScope-methods",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletGlobalScope-methods",
"level": 5,
"title": "Methods",
- "number": "1.32.2.2"
+ "number": "1.32.3.2"
},
{
"id": "AudioWorkletProcessor-instantiation",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletProcessor-instantiation",
"level": 5,
"title": "The instantiation of AudioWorkletProcessor",
- "number": "1.32.2.3"
+ "number": "1.32.3.3"
},
{
"id": "AudioWorkletNode",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletNode",
"level": 4,
"title": "The AudioWorkletNode Interface",
- "number": "1.32.3"
+ "number": "1.32.4"
},
{
"id": "AudioWorkletNode-constructors",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletNode-constructors",
"level": 5,
"title": "Constructors",
- "number": "1.32.3.1"
+ "number": "1.32.4.1"
},
{
"id": "AudioWorkletNode-attributes",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletNode-attributes",
"level": 5,
"title": "Attributes",
- "number": "1.32.3.2"
+ "number": "1.32.4.2"
},
{
"id": "AudioWorkletNodeOptions",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletNodeOptions",
"level": 5,
"title": "AudioWorkletNodeOptions",
- "number": "1.32.3.3"
+ "number": "1.32.4.3"
},
{
"id": "dictionary-audioworkletnodeoptions-members",
"href": "https://www.w3.org/TR/webaudio/#dictionary-audioworkletnodeoptions-members",
"level": 6,
"title": "Dictionary AudioWorkletNodeOptions Members",
- "number": "1.32.3.3.1"
+ "number": "1.32.4.3.1"
},
{
"id": "configuring-channels-with-audioworkletnodeoptions",
"href": "https://www.w3.org/TR/webaudio/#configuring-channels-with-audioworkletnodeoptions",
"level": 6,
"title": "Configuring Channels with AudioWorkletNodeOptions",
- "number": "1.32.3.3.2"
+ "number": "1.32.4.3.2"
},
{
"id": "AudioWorkletProcessor",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletProcessor",
"level": 4,
"title": "The AudioWorkletProcessor Interface",
- "number": "1.32.4"
+ "number": "1.32.5"
},
{
"id": "AudioWorketProcessor-constructors",
"href": "https://www.w3.org/TR/webaudio/#AudioWorketProcessor-constructors",
"level": 5,
"title": "Constructors",
- "number": "1.32.4.1"
+ "number": "1.32.5.1"
},
{
"id": "AudioWorkletProcessor-attributes",
"href": "https://www.w3.org/TR/webaudio/#AudioWorkletProcessor-attributes",
"level": 5,
"title": "Attributes",
- "number": "1.32.4.2"
+ "number": "1.32.5.2"
},
{
"id": "callback-audioworketprocess-callback",
"href": "https://www.w3.org/TR/webaudio/#callback-audioworketprocess-callback",
"level": 5,
"title": "Callback AudioWorkletProcessCallback",
- "number": "1.32.4.3"
+ "number": "1.32.5.3"
},
{
"id": "audioworkletprocess-callback-parameters",
"href": "https://www.w3.org/TR/webaudio/#audioworkletprocess-callback-parameters",
"level": 6,
"title": "Callback AudioWorkletProcessCallback Parameters",
- "number": "1.32.4.3.1"
+ "number": "1.32.5.3.1"
},
{
"id": "AudioParamDescriptor",
"href": "https://www.w3.org/TR/webaudio/#AudioParamDescriptor",
"level": 5,
"title": "AudioParamDescriptor",
- "number": "1.32.4.4"
+ "number": "1.32.5.4"
},
{
"id": "dictionary-audioparamdescriptor-members",
"href": "https://www.w3.org/TR/webaudio/#dictionary-audioparamdescriptor-members",
"level": 6,
"title": "Dictionary AudioParamDescriptor Members",
- "number": "1.32.4.4.1"
+ "number": "1.32.5.4.1"
},
{
"id": "AudioWorklet-Sequence",
"href": "https://www.w3.org/TR/webaudio/#AudioWorklet-Sequence",
"level": 4,
"title": "AudioWorklet Sequence of Events",
- "number": "1.32.5"
+ "number": "1.32.6"
},
{
"id": "AudioWorklet-Examples",
"href": "https://www.w3.org/TR/webaudio/#AudioWorklet-Examples",
"level": 4,
"title": "AudioWorklet Examples",
- "number": "1.32.6"
+ "number": "1.32.7"
},
{
"id": "the-bitcrusher-node",
"href": "https://www.w3.org/TR/webaudio/#the-bitcrusher-node",
"level": 5,
"title": "The BitCrusher Node",
- "number": "1.32.6.1"
+ "number": "1.32.7.1"
},
{
"id": "vu-meter-mode",
"href": "https://www.w3.org/TR/webaudio/#vu-meter-mode",
"level": 5,
"title": "VU Meter Node",
- "number": "1.32.6.2"
+ "number": "1.32.7.2"
},
{
"id": "processing-model",
@@ -1500,12 +1585,19 @@
"title": "Rendering an Audio Graph",
"number": "2.4"
},
+ {
+ "id": "error-handling-on-a-running-audio-context",
+ "href": "https://www.w3.org/TR/webaudio/#error-handling-on-a-running-audio-context",
+ "level": 3,
+ "title": "Handling an error from System Audio Resources on the AudioContext",
+ "number": "2.5"
+ },
{
"id": "unloading-a-document",
"href": "https://www.w3.org/TR/webaudio/#unloading-a-document",
"level": 3,
"title": "Unloading a document",
- "number": "2.5"
+ "number": "2.6"
},
{
"id": "DynamicLifetime",
@@ -1722,48 +1814,6 @@
"level": 2,
"title": "11. Change Log"
},
- {
- "id": "changes-2021-05-06",
- "href": "https://www.w3.org/TR/webaudio/#changes-2021-05-06",
- "level": 3,
- "title": "Since Proposed Recommendation of 6 May 2021",
- "number": "11.1"
- },
- {
- "id": "changes-2021-01-14",
- "href": "https://www.w3.org/TR/webaudio/#changes-2021-01-14",
- "level": 3,
- "title": "Since Candidate Recommendation Snapshot of 14 January 2021",
- "number": "11.2"
- },
- {
- "id": "changes-2020-06-11",
- "href": "https://www.w3.org/TR/webaudio/#changes-2020-06-11",
- "level": 3,
- "title": "Since Candidate Recommendation of 11 June 2020",
- "number": "11.3"
- },
- {
- "id": "changestart1",
- "href": "https://www.w3.org/TR/webaudio/#changestart1",
- "level": 3,
- "title": "Since Candidate Recommendation of 18 September 2018",
- "number": "11.4"
- },
- {
- "id": "changestart2",
- "href": "https://www.w3.org/TR/webaudio/#changestart2",
- "level": 3,
- "title": "Since Working Draft of 19 June 2018",
- "number": "11.5"
- },
- {
- "id": "changestart3",
- "href": "https://www.w3.org/TR/webaudio/#changestart3",
- "level": 3,
- "title": "Since Working Draft of 08 December 2015",
- "number": "11.6"
- },
{
"id": "acks",
"href": "https://www.w3.org/TR/webaudio/#acks",
@@ -1771,29 +1821,23 @@
"title": "12. Acknowledgements"
},
{
- "id": "conformance",
- "href": "https://www.w3.org/TR/webaudio/#conformance",
+ "id": "w3c-conformance",
+ "href": "https://www.w3.org/TR/webaudio/#w3c-conformance",
"level": 2,
"title": "Conformance"
},
{
- "id": "conventions",
- "href": "https://www.w3.org/TR/webaudio/#conventions",
+ "id": "w3c-conventions",
+ "href": "https://www.w3.org/TR/webaudio/#w3c-conventions",
"level": 3,
"title": "Document conventions"
},
{
- "id": "conformant-algorithms",
- "href": "https://www.w3.org/TR/webaudio/#conformant-algorithms",
+ "id": "w3c-conformant-algorithms",
+ "href": "https://www.w3.org/TR/webaudio/#w3c-conformant-algorithms",
"level": 3,
"title": "Conformant Algorithms"
},
- {
- "id": "conformance-classes",
- "href": "https://www.w3.org/TR/webaudio/#conformance-classes",
- "level": 3,
- "title": "Conformance Classes"
- },
{
"id": "index",
"href": "https://www.w3.org/TR/webaudio/#index",
diff --git a/tr/headings/webgpu.json b/tr/headings/webgpu.json
index bcf8096cde3a..3da1f9c91a99 100644
--- a/tr/headings/webgpu.json
+++ b/tr/headings/webgpu.json
@@ -888,45 +888,45 @@
"number": "11.1"
},
{
- "id": "image-copies",
- "href": "https://www.w3.org/TR/webgpu/#image-copies",
+ "id": "texel-copies",
+ "href": "https://www.w3.org/TR/webgpu/#texel-copies",
"level": 3,
- "title": "Image Copies",
+ "title": "Texel Copies",
"number": "11.2"
},
{
- "id": "gpuimagedatalayout",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagedatalayout",
+ "id": "gputexelcopybufferlayout",
+ "href": "https://www.w3.org/TR/webgpu/#gputexelcopybufferlayout",
"level": 4,
- "title": "GPUImageDataLayout",
+ "title": "GPUTexelCopyBufferLayout",
"number": "11.2.1"
},
{
- "id": "gpuimagecopybuffer",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopybuffer",
+ "id": "gputexelcopybufferinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gputexelcopybufferinfo",
"level": 4,
- "title": "GPUImageCopyBuffer",
+ "title": "GPUTexelCopyBufferInfo",
"number": "11.2.2"
},
{
- "id": "gpuimagecopytexture",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopytexture",
+ "id": "gputexelcopytextureinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gputexelcopytextureinfo",
"level": 4,
- "title": "GPUImageCopyTexture",
+ "title": "GPUTexelCopyTextureInfo",
"number": "11.2.3"
},
{
- "id": "gpuimagecopytexturetagged",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopytexturetagged",
+ "id": "gpucopyexternalimagedestinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gpucopyexternalimagedestinfo",
"level": 4,
- "title": "GPUImageCopyTextureTagged",
+ "title": "GPUCopyExternalImageDestInfo",
"number": "11.2.4"
},
{
- "id": "gpuimagecopyexternalimage",
- "href": "https://www.w3.org/TR/webgpu/#gpuimagecopyexternalimage",
+ "id": "gpucopyexternalimagesourceinfo",
+ "href": "https://www.w3.org/TR/webgpu/#gpucopyexternalimagesourceinfo",
"level": 4,
- "title": "GPUImageCopyExternalImage",
+ "title": "GPUCopyExternalImageSourceInfo",
"number": "11.2.5"
},
{
@@ -998,10 +998,10 @@
"number": "13.4"
},
{
- "id": "commands-image-copies",
- "href": "https://www.w3.org/TR/webgpu/#commands-image-copies",
+ "id": "commands-texel-copies",
+ "href": "https://www.w3.org/TR/webgpu/#commands-texel-copies",
"level": 3,
- "title": "Image Copy Commands",
+ "title": "Texel Copy Commands",
"number": "13.5"
},
{
diff --git a/tr/idl/webaudio.idl b/tr/idl/webaudio.idl
index bfce08e1e4c6..496a75f7c966 100644
--- a/tr/idl/webaudio.idl
+++ b/tr/idl/webaudio.idl
@@ -1,12 +1,17 @@
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
-// Source: Web Audio API (https://www.w3.org/TR/webaudio/)
+// Source: Web Audio API 1.1 (https://www.w3.org/TR/webaudio/)
enum AudioContextState {
- "suspended",
- "running",
- "closed"
+ "suspended",
+ "running",
+ "closed"
+};
+
+enum AudioContextRenderSizeCategory {
+ "default",
+ "hardware"
};
callback DecodeErrorCallback = undefined (DOMException error);
@@ -15,602 +20,654 @@ callback DecodeSuccessCallback = undefined (AudioBuffer decodedData);
[Exposed=Window]
interface BaseAudioContext : EventTarget {
- readonly attribute AudioDestinationNode destination;
- readonly attribute float sampleRate;
- readonly attribute double currentTime;
- readonly attribute AudioListener listener;
- readonly attribute AudioContextState state;
- [SameObject, SecureContext]
- readonly attribute AudioWorklet audioWorklet;
- attribute EventHandler onstatechange;
-
- AnalyserNode createAnalyser ();
- BiquadFilterNode createBiquadFilter ();
- AudioBuffer createBuffer (unsigned long numberOfChannels,
- unsigned long length,
- float sampleRate);
- AudioBufferSourceNode createBufferSource ();
- ChannelMergerNode createChannelMerger (optional unsigned long numberOfInputs = 6);
- ChannelSplitterNode createChannelSplitter (
- optional unsigned long numberOfOutputs = 6);
- ConstantSourceNode createConstantSource ();
- ConvolverNode createConvolver ();
- DelayNode createDelay (optional double maxDelayTime = 1.0);
- DynamicsCompressorNode createDynamicsCompressor ();
- GainNode createGain ();
- IIRFilterNode createIIRFilter (sequence feedforward,
- sequence feedback);
- OscillatorNode createOscillator ();
- PannerNode createPanner ();
- PeriodicWave createPeriodicWave (sequence real,
- sequence imag,
- optional PeriodicWaveConstraints constraints = {});
- ScriptProcessorNode createScriptProcessor(
- optional unsigned long bufferSize = 0,
- optional unsigned long numberOfInputChannels = 2,
- optional unsigned long numberOfOutputChannels = 2);
- StereoPannerNode createStereoPanner ();
- WaveShaperNode createWaveShaper ();
-
- Promise decodeAudioData (
- ArrayBuffer audioData,
- optional DecodeSuccessCallback? successCallback,
- optional DecodeErrorCallback? errorCallback);
+ readonly attribute AudioDestinationNode destination;
+ readonly attribute float sampleRate;
+ readonly attribute double currentTime;
+ readonly attribute AudioListener listener;
+ readonly attribute AudioContextState state;
+ readonly attribute unsigned long renderQuantumSize;
+ [SameObject, SecureContext]
+ readonly attribute AudioWorklet audioWorklet;
+ attribute EventHandler onstatechange;
+
+ AnalyserNode createAnalyser ();
+ BiquadFilterNode createBiquadFilter ();
+ AudioBuffer createBuffer (unsigned long numberOfChannels,
+ unsigned long length,
+ float sampleRate);
+ AudioBufferSourceNode createBufferSource ();
+ ChannelMergerNode createChannelMerger (optional unsigned long numberOfInputs = 6);
+ ChannelSplitterNode createChannelSplitter (
+ optional unsigned long numberOfOutputs = 6);
+ ConstantSourceNode createConstantSource ();
+ ConvolverNode createConvolver ();
+ DelayNode createDelay (optional double maxDelayTime = 1.0);
+ DynamicsCompressorNode createDynamicsCompressor ();
+ GainNode createGain ();
+ IIRFilterNode createIIRFilter (sequence feedforward,
+ sequence feedback);
+ OscillatorNode createOscillator ();
+ PannerNode createPanner ();
+ PeriodicWave createPeriodicWave (sequence real,
+ sequence imag,
+ optional PeriodicWaveConstraints constraints = {});
+ ScriptProcessorNode createScriptProcessor(
+ optional unsigned long bufferSize = 0,
+ optional unsigned long numberOfInputChannels = 2,
+ optional unsigned long numberOfOutputChannels = 2);
+ StereoPannerNode createStereoPanner ();
+ WaveShaperNode createWaveShaper ();
+
+ Promise decodeAudioData (
+ ArrayBuffer audioData,
+ optional DecodeSuccessCallback? successCallback,
+ optional DecodeErrorCallback? errorCallback);
};
enum AudioContextLatencyCategory {
- "balanced",
- "interactive",
- "playback"
+ "balanced",
+ "interactive",
+ "playback"
+};
+
+enum AudioSinkType {
+ "none"
};
[Exposed=Window]
interface AudioContext : BaseAudioContext {
- constructor (optional AudioContextOptions contextOptions = {});
- readonly attribute double baseLatency;
- readonly attribute double outputLatency;
- AudioTimestamp getOutputTimestamp ();
- Promise resume ();
- Promise suspend ();
- Promise close ();
- MediaElementAudioSourceNode createMediaElementSource (HTMLMediaElement mediaElement);
- MediaStreamAudioSourceNode createMediaStreamSource (MediaStream mediaStream);
- MediaStreamTrackAudioSourceNode createMediaStreamTrackSource (
- MediaStreamTrack mediaStreamTrack);
- MediaStreamAudioDestinationNode createMediaStreamDestination ();
+ constructor (optional AudioContextOptions contextOptions = {});
+ readonly attribute double baseLatency;
+ readonly attribute double outputLatency;
+ [SecureContext] readonly attribute (DOMString or AudioSinkInfo) sinkId;
+ [SecureContext] readonly attribute AudioRenderCapacity renderCapacity;
+ attribute EventHandler onsinkchange;
+ attribute EventHandler onerror;
+ AudioTimestamp getOutputTimestamp ();
+ Promise resume ();
+ Promise suspend ();
+ Promise close ();
+ [SecureContext] Promise setSinkId ((DOMString or AudioSinkOptions) sinkId);
+ MediaElementAudioSourceNode createMediaElementSource (HTMLMediaElement mediaElement);
+ MediaStreamAudioSourceNode createMediaStreamSource (MediaStream mediaStream);
+ MediaStreamTrackAudioSourceNode createMediaStreamTrackSource (
+ MediaStreamTrack mediaStreamTrack);
+ MediaStreamAudioDestinationNode createMediaStreamDestination ();
};
dictionary AudioContextOptions {
- (AudioContextLatencyCategory or double) latencyHint = "interactive";
- float sampleRate;
+ (AudioContextLatencyCategory or double) latencyHint = "interactive";
+ float sampleRate;
+ (DOMString or AudioSinkOptions) sinkId;
+ (AudioContextRenderSizeCategory or unsigned long) renderSizeHint = "default";
+};
+
+dictionary AudioSinkOptions {
+ required AudioSinkType type;
+};
+
+[Exposed=Window]
+interface AudioSinkInfo {
+ readonly attribute AudioSinkType type;
};
dictionary AudioTimestamp {
- double contextTime;
- DOMHighResTimeStamp performanceTime;
+ double contextTime;
+ DOMHighResTimeStamp performanceTime;
+};
+
+[Exposed=Window]
+interface AudioRenderCapacity : EventTarget {
+ undefined start(optional AudioRenderCapacityOptions options = {});
+ undefined stop();
+ attribute EventHandler onupdate;
+};
+
+dictionary AudioRenderCapacityOptions {
+ double updateInterval = 1;
+};
+
+[Exposed=Window]
+interface AudioRenderCapacityEvent : Event {
+ constructor (DOMString type, optional AudioRenderCapacityEventInit eventInitDict = {});
+ readonly attribute double timestamp;
+ readonly attribute double averageLoad;
+ readonly attribute double peakLoad;
+ readonly attribute double underrunRatio;
+};
+
+dictionary AudioRenderCapacityEventInit : EventInit {
+ double timestamp = 0;
+ double averageLoad = 0;
+ double peakLoad = 0;
+ double underrunRatio = 0;
};
[Exposed=Window]
interface OfflineAudioContext : BaseAudioContext {
- constructor(OfflineAudioContextOptions contextOptions);
- constructor(unsigned long numberOfChannels, unsigned long length, float sampleRate);
- Promise startRendering();
- Promise resume();
- Promise suspend(double suspendTime);
- readonly attribute unsigned long length;
- attribute EventHandler oncomplete;
+ constructor(OfflineAudioContextOptions contextOptions);
+ constructor(unsigned long numberOfChannels, unsigned long length, float sampleRate);
+ Promise startRendering();
+ Promise resume();
+ Promise suspend(double suspendTime);
+ readonly attribute unsigned long length;
+ attribute EventHandler oncomplete;
};
dictionary OfflineAudioContextOptions {
- unsigned long numberOfChannels = 1;
- required unsigned long length;
- required float sampleRate;
+ unsigned long numberOfChannels = 1;
+ required unsigned long length;
+ required float sampleRate;
+ (AudioContextRenderSizeCategory or unsigned long) renderSizeHint = "default";
};
[Exposed=Window]
interface OfflineAudioCompletionEvent : Event {
- constructor (DOMString type, OfflineAudioCompletionEventInit eventInitDict);
- readonly attribute AudioBuffer renderedBuffer;
+ constructor (DOMString type, OfflineAudioCompletionEventInit eventInitDict);
+ readonly attribute AudioBuffer renderedBuffer;
};
dictionary OfflineAudioCompletionEventInit : EventInit {
- required AudioBuffer renderedBuffer;
+ required AudioBuffer renderedBuffer;
};
[Exposed=Window]
interface AudioBuffer {
- constructor (AudioBufferOptions options);
- readonly attribute float sampleRate;
- readonly attribute unsigned long length;
- readonly attribute double duration;
- readonly attribute unsigned long numberOfChannels;
- Float32Array getChannelData (unsigned long channel);
- undefined copyFromChannel (Float32Array destination,
+ constructor (AudioBufferOptions options);
+ readonly attribute float sampleRate;
+ readonly attribute unsigned long length;
+ readonly attribute double duration;
+ readonly attribute unsigned long numberOfChannels;
+ Float32Array getChannelData (unsigned long channel);
+ undefined copyFromChannel (Float32Array destination,
+ unsigned long channelNumber,
+ optional unsigned long bufferOffset = 0);
+ undefined copyToChannel (Float32Array source,
unsigned long channelNumber,
optional unsigned long bufferOffset = 0);
- undefined copyToChannel (Float32Array source,
- unsigned long channelNumber,
- optional unsigned long bufferOffset = 0);
};
dictionary AudioBufferOptions {
- unsigned long numberOfChannels = 1;
- required unsigned long length;
- required float sampleRate;
+ unsigned long numberOfChannels = 1;
+ required unsigned long length;
+ required float sampleRate;
};
[Exposed=Window]
interface AudioNode : EventTarget {
- AudioNode connect (AudioNode destinationNode,
- optional unsigned long output = 0,
- optional unsigned long input = 0);
- undefined connect (AudioParam destinationParam, optional unsigned long output = 0);
- undefined disconnect ();
- undefined disconnect (unsigned long output);
- undefined disconnect (AudioNode destinationNode);
- undefined disconnect (AudioNode destinationNode, unsigned long output);
- undefined disconnect (AudioNode destinationNode,
- unsigned long output,
- unsigned long input);
- undefined disconnect (AudioParam destinationParam);
- undefined disconnect (AudioParam destinationParam, unsigned long output);
- readonly attribute BaseAudioContext context;
- readonly attribute unsigned long numberOfInputs;
- readonly attribute unsigned long numberOfOutputs;
- attribute unsigned long channelCount;
- attribute ChannelCountMode channelCountMode;
- attribute ChannelInterpretation channelInterpretation;
+ AudioNode connect (AudioNode destinationNode,
+ optional unsigned long output = 0,
+ optional unsigned long input = 0);
+ undefined connect (AudioParam destinationParam, optional unsigned long output = 0);
+ undefined disconnect ();
+ undefined disconnect (unsigned long output);
+ undefined disconnect (AudioNode destinationNode);
+ undefined disconnect (AudioNode destinationNode, unsigned long output);
+ undefined disconnect (AudioNode destinationNode,
+ unsigned long output,
+ unsigned long input);
+ undefined disconnect (AudioParam destinationParam);
+ undefined disconnect (AudioParam destinationParam, unsigned long output);
+ readonly attribute BaseAudioContext context;
+ readonly attribute unsigned long numberOfInputs;
+ readonly attribute unsigned long numberOfOutputs;
+ attribute unsigned long channelCount;
+ attribute ChannelCountMode channelCountMode;
+ attribute ChannelInterpretation channelInterpretation;
};
enum ChannelCountMode {
- "max",
- "clamped-max",
- "explicit"
+ "max",
+ "clamped-max",
+ "explicit"
};
enum ChannelInterpretation {
- "speakers",
- "discrete"
+ "speakers",
+ "discrete"
};
dictionary AudioNodeOptions {
- unsigned long channelCount;
- ChannelCountMode channelCountMode;
- ChannelInterpretation channelInterpretation;
+ unsigned long channelCount;
+ ChannelCountMode channelCountMode;
+ ChannelInterpretation channelInterpretation;
};
enum AutomationRate {
- "a-rate",
- "k-rate"
+ "a-rate",
+ "k-rate"
};
[Exposed=Window]
interface AudioParam {
- attribute float value;
- attribute AutomationRate automationRate;
- readonly attribute float defaultValue;
- readonly attribute float minValue;
- readonly attribute float maxValue;
- AudioParam setValueAtTime (float value, double startTime);
- AudioParam linearRampToValueAtTime (float value, double endTime);
- AudioParam exponentialRampToValueAtTime (float value, double endTime);
- AudioParam setTargetAtTime (float target, double startTime, float timeConstant);
- AudioParam setValueCurveAtTime (sequence values,
- double startTime,
- double duration);
- AudioParam cancelScheduledValues (double cancelTime);
- AudioParam cancelAndHoldAtTime (double cancelTime);
+ attribute float value;
+ attribute AutomationRate automationRate;
+ readonly attribute float defaultValue;
+ readonly attribute float minValue;
+ readonly attribute float maxValue;
+ AudioParam setValueAtTime (float value, double startTime);
+ AudioParam linearRampToValueAtTime (float value, double endTime);
+ AudioParam exponentialRampToValueAtTime (float value, double endTime);
+ AudioParam setTargetAtTime (float target, double startTime, float timeConstant);
+ AudioParam setValueCurveAtTime (sequence values,
+ double startTime,
+ double duration);
+ AudioParam cancelScheduledValues (double cancelTime);
+ AudioParam cancelAndHoldAtTime (double cancelTime);
};
[Exposed=Window]
interface AudioScheduledSourceNode : AudioNode {
- attribute EventHandler onended;
- undefined start(optional double when = 0);
- undefined stop(optional double when = 0);
+ attribute EventHandler onended;
+ undefined start(optional double when = 0);
+ undefined stop(optional double when = 0);
};
[Exposed=Window]
interface AnalyserNode : AudioNode {
- constructor (BaseAudioContext context, optional AnalyserOptions options = {});
- undefined getFloatFrequencyData (Float32Array array);
- undefined getByteFrequencyData (Uint8Array array);
- undefined getFloatTimeDomainData (Float32Array array);
- undefined getByteTimeDomainData (Uint8Array array);
- attribute unsigned long fftSize;
- readonly attribute unsigned long frequencyBinCount;
- attribute double minDecibels;
- attribute double maxDecibels;
- attribute double smoothingTimeConstant;
+ constructor (BaseAudioContext context, optional AnalyserOptions options = {});
+ undefined getFloatFrequencyData (Float32Array array);
+ undefined getByteFrequencyData (Uint8Array array);
+ undefined getFloatTimeDomainData (Float32Array array);
+ undefined getByteTimeDomainData (Uint8Array array);
+ attribute unsigned long fftSize;
+ readonly attribute unsigned long frequencyBinCount;
+ attribute double minDecibels;
+ attribute double maxDecibels;
+ attribute double smoothingTimeConstant;
};
dictionary AnalyserOptions : AudioNodeOptions {
- unsigned long fftSize = 2048;
- double maxDecibels = -30;
- double minDecibels = -100;
- double smoothingTimeConstant = 0.8;
+ unsigned long fftSize = 2048;
+ double maxDecibels = -30;
+ double minDecibels = -100;
+ double smoothingTimeConstant = 0.8;
};
[Exposed=Window]
interface AudioBufferSourceNode : AudioScheduledSourceNode {
- constructor (BaseAudioContext context,
- optional AudioBufferSourceOptions options = {});
- attribute AudioBuffer? buffer;
- readonly attribute AudioParam playbackRate;
- readonly attribute AudioParam detune;
- attribute boolean loop;
- attribute double loopStart;
- attribute double loopEnd;
- undefined start (optional double when = 0,
- optional double offset,
- optional double duration);
+ constructor (BaseAudioContext context,
+ optional AudioBufferSourceOptions options = {});
+ attribute AudioBuffer? buffer;
+ readonly attribute AudioParam playbackRate;
+ readonly attribute AudioParam detune;
+ attribute boolean loop;
+ attribute double loopStart;
+ attribute double loopEnd;
+ undefined start (optional double when = 0,
+ optional double offset,
+ optional double duration);
};
dictionary AudioBufferSourceOptions {
- AudioBuffer? buffer;
- float detune = 0;
- boolean loop = false;
- double loopEnd = 0;
- double loopStart = 0;
- float playbackRate = 1;
+ AudioBuffer? buffer;
+ float detune = 0;
+ boolean loop = false;
+ double loopEnd = 0;
+ double loopStart = 0;
+ float playbackRate = 1;
};
[Exposed=Window]
interface AudioDestinationNode : AudioNode {
- readonly attribute unsigned long maxChannelCount;
+ readonly attribute unsigned long maxChannelCount;
};
[Exposed=Window]
interface AudioListener {
- readonly attribute AudioParam positionX;
- readonly attribute AudioParam positionY;
- readonly attribute AudioParam positionZ;
- readonly attribute AudioParam forwardX;
- readonly attribute AudioParam forwardY;
- readonly attribute AudioParam forwardZ;
- readonly attribute AudioParam upX;
- readonly attribute AudioParam upY;
- readonly attribute AudioParam upZ;
- undefined setPosition (float x, float y, float z);
- undefined setOrientation (float x, float y, float z, float xUp, float yUp, float zUp);
+ readonly attribute AudioParam positionX;
+ readonly attribute AudioParam positionY;
+ readonly attribute AudioParam positionZ;
+ readonly attribute AudioParam forwardX;
+ readonly attribute AudioParam forwardY;
+ readonly attribute AudioParam forwardZ;
+ readonly attribute AudioParam upX;
+ readonly attribute AudioParam upY;
+ readonly attribute AudioParam upZ;
+ undefined setPosition (float x, float y, float z);
+ undefined setOrientation (float x, float y, float z, float xUp, float yUp, float zUp);
};
[Exposed=Window]
interface AudioProcessingEvent : Event {
- constructor (DOMString type, AudioProcessingEventInit eventInitDict);
- readonly attribute double playbackTime;
- readonly attribute AudioBuffer inputBuffer;
- readonly attribute AudioBuffer outputBuffer;
+ constructor (DOMString type, AudioProcessingEventInit eventInitDict);
+ readonly attribute double playbackTime;
+ readonly attribute AudioBuffer inputBuffer;
+ readonly attribute AudioBuffer outputBuffer;
};
dictionary AudioProcessingEventInit : EventInit {
- required double playbackTime;
- required AudioBuffer inputBuffer;
- required AudioBuffer outputBuffer;
+ required double playbackTime;
+ required AudioBuffer inputBuffer;
+ required AudioBuffer outputBuffer;
};
enum BiquadFilterType {
- "lowpass",
- "highpass",
- "bandpass",
- "lowshelf",
- "highshelf",
- "peaking",
- "notch",
- "allpass"
+ "lowpass",
+ "highpass",
+ "bandpass",
+ "lowshelf",
+ "highshelf",
+ "peaking",
+ "notch",
+ "allpass"
};
[Exposed=Window]
interface BiquadFilterNode : AudioNode {
- constructor (BaseAudioContext context, optional BiquadFilterOptions options = {});
- attribute BiquadFilterType type;
- readonly attribute AudioParam frequency;
- readonly attribute AudioParam detune;
- readonly attribute AudioParam Q;
- readonly attribute AudioParam gain;
- undefined getFrequencyResponse (Float32Array frequencyHz,
- Float32Array magResponse,
- Float32Array phaseResponse);
+ constructor (BaseAudioContext context, optional BiquadFilterOptions options = {});
+ attribute BiquadFilterType type;
+ readonly attribute AudioParam frequency;
+ readonly attribute AudioParam detune;
+ readonly attribute AudioParam Q;
+ readonly attribute AudioParam gain;
+ undefined getFrequencyResponse (Float32Array frequencyHz,
+ Float32Array magResponse,
+ Float32Array phaseResponse);
};
dictionary BiquadFilterOptions : AudioNodeOptions {
- BiquadFilterType type = "lowpass";
- float Q = 1;
- float detune = 0;
- float frequency = 350;
- float gain = 0;
+ BiquadFilterType type = "lowpass";
+ float Q = 1;
+ float detune = 0;
+ float frequency = 350;
+ float gain = 0;
};
[Exposed=Window]
interface ChannelMergerNode : AudioNode {
- constructor (BaseAudioContext context, optional ChannelMergerOptions options = {});
+ constructor (BaseAudioContext context, optional ChannelMergerOptions options = {});
};
dictionary ChannelMergerOptions : AudioNodeOptions {
- unsigned long numberOfInputs = 6;
+ unsigned long numberOfInputs = 6;
};
[Exposed=Window]
interface ChannelSplitterNode : AudioNode {
- constructor (BaseAudioContext context, optional ChannelSplitterOptions options = {});
+ constructor (BaseAudioContext context, optional ChannelSplitterOptions options = {});
};
dictionary ChannelSplitterOptions : AudioNodeOptions {
- unsigned long numberOfOutputs = 6;
+ unsigned long numberOfOutputs = 6;
};
[Exposed=Window]
interface ConstantSourceNode : AudioScheduledSourceNode {
- constructor (BaseAudioContext context, optional ConstantSourceOptions options = {});
- readonly attribute AudioParam offset;
+ constructor (BaseAudioContext context, optional ConstantSourceOptions options = {});
+ readonly attribute AudioParam offset;
};
dictionary ConstantSourceOptions {
- float offset = 1;
+ float offset = 1;
};
[Exposed=Window]
interface ConvolverNode : AudioNode {
- constructor (BaseAudioContext context, optional ConvolverOptions options = {});
- attribute AudioBuffer? buffer;
- attribute boolean normalize;
+ constructor (BaseAudioContext context, optional ConvolverOptions options = {});
+ attribute AudioBuffer? buffer;
+ attribute boolean normalize;
};
dictionary ConvolverOptions : AudioNodeOptions {
- AudioBuffer? buffer;
- boolean disableNormalization = false;
+ AudioBuffer? buffer;
+ boolean disableNormalization = false;
};
[Exposed=Window]
interface DelayNode : AudioNode {
- constructor (BaseAudioContext context, optional DelayOptions options = {});
- readonly attribute AudioParam delayTime;
+ constructor (BaseAudioContext context, optional DelayOptions options = {});
+ readonly attribute AudioParam delayTime;
};
dictionary DelayOptions : AudioNodeOptions {
- double maxDelayTime = 1;
- double delayTime = 0;
+ double maxDelayTime = 1;
+ double delayTime = 0;
};
[Exposed=Window]
interface DynamicsCompressorNode : AudioNode {
- constructor (BaseAudioContext context,
- optional DynamicsCompressorOptions options = {});
- readonly attribute AudioParam threshold;
- readonly attribute AudioParam knee;
- readonly attribute AudioParam ratio;
- readonly attribute float reduction;
- readonly attribute AudioParam attack;
- readonly attribute AudioParam release;
+ constructor (BaseAudioContext context,
+ optional DynamicsCompressorOptions options = {});
+ readonly attribute AudioParam threshold;
+ readonly attribute AudioParam knee;
+ readonly attribute AudioParam ratio;
+ readonly attribute float reduction;
+ readonly attribute AudioParam attack;
+ readonly attribute AudioParam release;
};
dictionary DynamicsCompressorOptions : AudioNodeOptions {
- float attack = 0.003;
- float knee = 30;
- float ratio = 12;
- float release = 0.25;
- float threshold = -24;
+ float attack = 0.003;
+ float knee = 30;
+ float ratio = 12;
+ float release = 0.25;
+ float threshold = -24;
};
[Exposed=Window]
interface GainNode : AudioNode {
- constructor (BaseAudioContext context, optional GainOptions options = {});
- readonly attribute AudioParam gain;
+ constructor (BaseAudioContext context, optional GainOptions options = {});
+ readonly attribute AudioParam gain;
};
dictionary GainOptions : AudioNodeOptions {
- float gain = 1.0;
+ float gain = 1.0;
};
[Exposed=Window]
interface IIRFilterNode : AudioNode {
- constructor (BaseAudioContext context, IIRFilterOptions options);
- undefined getFrequencyResponse (Float32Array frequencyHz,
- Float32Array magResponse,
- Float32Array phaseResponse);
+ constructor (BaseAudioContext context, IIRFilterOptions options);
+ undefined getFrequencyResponse (Float32Array frequencyHz,
+ Float32Array magResponse,
+ Float32Array phaseResponse);
};
dictionary IIRFilterOptions : AudioNodeOptions {
- required sequence feedforward;
- required sequence feedback;
+ required sequence feedforward;
+ required sequence feedback;
};
[Exposed=Window]
interface MediaElementAudioSourceNode : AudioNode {
- constructor (AudioContext context, MediaElementAudioSourceOptions options);
- [SameObject] readonly attribute HTMLMediaElement mediaElement;
+ constructor (AudioContext context, MediaElementAudioSourceOptions options);
+ [SameObject] readonly attribute HTMLMediaElement mediaElement;
};
dictionary MediaElementAudioSourceOptions {
- required HTMLMediaElement mediaElement;
+ required HTMLMediaElement mediaElement;
};
[Exposed=Window]
interface MediaStreamAudioDestinationNode : AudioNode {
- constructor (AudioContext context, optional AudioNodeOptions options = {});
- readonly attribute MediaStream stream;
+ constructor (AudioContext context, optional AudioNodeOptions options = {});
+ readonly attribute MediaStream stream;
};
[Exposed=Window]
interface MediaStreamAudioSourceNode : AudioNode {
- constructor (AudioContext context, MediaStreamAudioSourceOptions options);
- [SameObject] readonly attribute MediaStream mediaStream;
+ constructor (AudioContext context, MediaStreamAudioSourceOptions options);
+ [SameObject] readonly attribute MediaStream mediaStream;
};
dictionary MediaStreamAudioSourceOptions {
- required MediaStream mediaStream;
+ required MediaStream mediaStream;
};
[Exposed=Window]
interface MediaStreamTrackAudioSourceNode : AudioNode {
- constructor (AudioContext context, MediaStreamTrackAudioSourceOptions options);
+ constructor (AudioContext context, MediaStreamTrackAudioSourceOptions options);
};
dictionary MediaStreamTrackAudioSourceOptions {
- required MediaStreamTrack mediaStreamTrack;
+ required MediaStreamTrack mediaStreamTrack;
};
enum OscillatorType {
- "sine",
- "square",
- "sawtooth",
- "triangle",
- "custom"
+ "sine",
+ "square",
+ "sawtooth",
+ "triangle",
+ "custom"
};
[Exposed=Window]
interface OscillatorNode : AudioScheduledSourceNode {
- constructor (BaseAudioContext context, optional OscillatorOptions options = {});
- attribute OscillatorType type;
- readonly attribute AudioParam frequency;
- readonly attribute AudioParam detune;
- undefined setPeriodicWave (PeriodicWave periodicWave);
+ constructor (BaseAudioContext context, optional OscillatorOptions options = {});
+ attribute OscillatorType type;
+ readonly attribute AudioParam frequency;
+ readonly attribute AudioParam detune;
+ undefined setPeriodicWave (PeriodicWave periodicWave);
};
dictionary OscillatorOptions : AudioNodeOptions {
- OscillatorType type = "sine";
- float frequency = 440;
- float detune = 0;
- PeriodicWave periodicWave;
+ OscillatorType type = "sine";
+ float frequency = 440;
+ float detune = 0;
+ PeriodicWave periodicWave;
};
enum PanningModelType {
- "equalpower",
- "HRTF"
+ "equalpower",
+ "HRTF"
};
enum DistanceModelType {
- "linear",
- "inverse",
- "exponential"
+ "linear",
+ "inverse",
+ "exponential"
};
[Exposed=Window]
interface PannerNode : AudioNode {
- constructor (BaseAudioContext context, optional PannerOptions options = {});
- attribute PanningModelType panningModel;
- readonly attribute AudioParam positionX;
- readonly attribute AudioParam positionY;
- readonly attribute AudioParam positionZ;
- readonly attribute AudioParam orientationX;
- readonly attribute AudioParam orientationY;
- readonly attribute AudioParam orientationZ;
- attribute DistanceModelType distanceModel;
- attribute double refDistance;
- attribute double maxDistance;
- attribute double rolloffFactor;
- attribute double coneInnerAngle;
- attribute double coneOuterAngle;
- attribute double coneOuterGain;
- undefined setPosition (float x, float y, float z);
- undefined setOrientation (float x, float y, float z);
+ constructor (BaseAudioContext context, optional PannerOptions options = {});
+ attribute PanningModelType panningModel;
+ readonly attribute AudioParam positionX;
+ readonly attribute AudioParam positionY;
+ readonly attribute AudioParam positionZ;
+ readonly attribute AudioParam orientationX;
+ readonly attribute AudioParam orientationY;
+ readonly attribute AudioParam orientationZ;
+ attribute DistanceModelType distanceModel;
+ attribute double refDistance;
+ attribute double maxDistance;
+ attribute double rolloffFactor;
+ attribute double coneInnerAngle;
+ attribute double coneOuterAngle;
+ attribute double coneOuterGain;
+ undefined setPosition (float x, float y, float z);
+ undefined setOrientation (float x, float y, float z);
};
dictionary PannerOptions : AudioNodeOptions {
- PanningModelType panningModel = "equalpower";
- DistanceModelType distanceModel = "inverse";
- float positionX = 0;
- float positionY = 0;
- float positionZ = 0;
- float orientationX = 1;
- float orientationY = 0;
- float orientationZ = 0;
- double refDistance = 1;
- double maxDistance = 10000;
- double rolloffFactor = 1;
- double coneInnerAngle = 360;
- double coneOuterAngle = 360;
- double coneOuterGain = 0;
+ PanningModelType panningModel = "equalpower";
+ DistanceModelType distanceModel = "inverse";
+ float positionX = 0;
+ float positionY = 0;
+ float positionZ = 0;
+ float orientationX = 1;
+ float orientationY = 0;
+ float orientationZ = 0;
+ double refDistance = 1;
+ double maxDistance = 10000;
+ double rolloffFactor = 1;
+ double coneInnerAngle = 360;
+ double coneOuterAngle = 360;
+ double coneOuterGain = 0;
};
[Exposed=Window]
interface PeriodicWave {
- constructor (BaseAudioContext context, optional PeriodicWaveOptions options = {});
+ constructor (BaseAudioContext context, optional PeriodicWaveOptions options = {});
};
dictionary PeriodicWaveConstraints {
- boolean disableNormalization = false;
+ boolean disableNormalization = false;
};
dictionary PeriodicWaveOptions : PeriodicWaveConstraints {
- sequence real;
- sequence imag;
+ sequence real;
+ sequence imag;
};
[Exposed=Window]
interface ScriptProcessorNode : AudioNode {
- attribute EventHandler onaudioprocess;
- readonly attribute long bufferSize;
+ attribute EventHandler onaudioprocess;
+ readonly attribute long bufferSize;
};
[Exposed=Window]
interface StereoPannerNode : AudioNode {
- constructor (BaseAudioContext context, optional StereoPannerOptions options = {});
- readonly attribute AudioParam pan;
+ constructor (BaseAudioContext context, optional StereoPannerOptions options = {});
+ readonly attribute AudioParam pan;
};
dictionary StereoPannerOptions : AudioNodeOptions {
- float pan = 0;
+ float pan = 0;
};
enum OverSampleType {
- "none",
- "2x",
- "4x"
+ "none",
+ "2x",
+ "4x"
};
[Exposed=Window]
interface WaveShaperNode : AudioNode {
- constructor (BaseAudioContext context, optional WaveShaperOptions options = {});
- attribute Float32Array? curve;
- attribute OverSampleType oversample;
+ constructor (BaseAudioContext context, optional WaveShaperOptions options = {});
+ attribute Float32Array? curve;
+ attribute OverSampleType oversample;
};
dictionary WaveShaperOptions : AudioNodeOptions {
- sequence curve;
- OverSampleType oversample = "none";
+ sequence curve;
+ OverSampleType oversample = "none";
};
[Exposed=Window, SecureContext]
interface AudioWorklet : Worklet {
+ readonly attribute MessagePort port;
};
callback AudioWorkletProcessorConstructor = AudioWorkletProcessor (object options);
[Global=(Worklet, AudioWorklet), Exposed=AudioWorklet]
interface AudioWorkletGlobalScope : WorkletGlobalScope {
- undefined registerProcessor (DOMString name,
- AudioWorkletProcessorConstructor processorCtor);
- readonly attribute unsigned long long currentFrame;
- readonly attribute double currentTime;
- readonly attribute float sampleRate;
+ undefined registerProcessor (DOMString name,
+ AudioWorkletProcessorConstructor processorCtor);
+ readonly attribute unsigned long long currentFrame;
+ readonly attribute double currentTime;
+ readonly attribute float sampleRate;
+ readonly attribute unsigned long renderQuantumSize;
+ readonly attribute MessagePort port;
};
[Exposed=Window]
interface AudioParamMap {
- readonly maplike;
+ readonly maplike;
};
[Exposed=Window, SecureContext]
interface AudioWorkletNode : AudioNode {
- constructor (BaseAudioContext context, DOMString name,
+ constructor (BaseAudioContext context, DOMString name,
optional AudioWorkletNodeOptions options = {});
- readonly attribute AudioParamMap parameters;
- readonly attribute MessagePort port;
- attribute EventHandler onprocessorerror;
+ readonly attribute AudioParamMap parameters;
+ readonly attribute MessagePort port;
+ attribute EventHandler onprocessorerror;
};
dictionary AudioWorkletNodeOptions : AudioNodeOptions {
- unsigned long numberOfInputs = 1;
- unsigned long numberOfOutputs = 1;
- sequence outputChannelCount;
- record parameterData;
- object processorOptions;
+ unsigned long numberOfInputs = 1;
+ unsigned long numberOfOutputs = 1;
+ sequence outputChannelCount;
+ record parameterData;
+ object processorOptions;
};
[Exposed=AudioWorklet]
interface AudioWorkletProcessor {
- constructor ();
- readonly attribute MessagePort port;
+ constructor ();
+ readonly attribute MessagePort port;
};
callback AudioWorkletProcessCallback =
@@ -619,9 +676,9 @@ callback AudioWorkletProcessCallback =
object parameters);
dictionary AudioParamDescriptor {
- required DOMString name;
- float defaultValue = 0;
- float minValue = -3.4028235e38;
- float maxValue = 3.4028235e38;
- AutomationRate automationRate = "a-rate";
+ required DOMString name;
+ float defaultValue = 0;
+ float minValue = -3.4028235e38;
+ float maxValue = 3.4028235e38;
+ AutomationRate automationRate = "a-rate";
};
diff --git a/tr/idl/webgpu.idl b/tr/idl/webgpu.idl
index 95d694a1b38b..90c19aaafbbe 100644
--- a/tr/idl/webgpu.idl
+++ b/tr/idl/webgpu.idl
@@ -78,7 +78,7 @@ interface GPU {
};
dictionary GPURequestAdapterOptions {
- DOMString featureLevel;
+ DOMString featureLevel = "core";
GPUPowerPreference powerPreference;
boolean forceFallbackAdapter = false;
};
@@ -128,6 +128,7 @@ enum GPUFeatureName {
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 +571,7 @@ GPUPipelineLayout includes GPUObjectBase;
dictionary GPUPipelineLayoutDescriptor
: GPUObjectDescriptorBase {
- required sequence bindGroupLayouts;
+ required sequence bindGroupLayouts;
};
[Exposed=(Window, Worker), SecureContext]
@@ -810,22 +811,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 +851,7 @@ enum GPUVertexFormat {
"sint32x3",
"sint32x4",
"unorm10-10-10-2",
+ "unorm8x4-bgra",
};
enum GPUVertexStepMode {
@@ -866,26 +877,26 @@ dictionary GPUVertexAttribute {
required GPUIndex32 shaderLocation;
};
-dictionary GPUImageDataLayout {
+dictionary GPUTexelCopyBufferLayout {
GPUSize64 offset = 0;
GPUSize32 bytesPerRow;
GPUSize32 rowsPerImage;
};
-dictionary GPUImageCopyBuffer
- : GPUImageDataLayout {
+dictionary GPUTexelCopyBufferInfo
+ : GPUTexelCopyBufferLayout {
required GPUBuffer buffer;
};
-dictionary GPUImageCopyTexture {
+dictionary GPUTexelCopyTextureInfo {
required GPUTexture texture;
GPUIntegerCoordinate mipLevel = 0;
GPUOrigin3D origin = {};
GPUTextureAspect aspect = "all";
};
-dictionary GPUImageCopyTextureTagged
- : GPUImageCopyTexture {
+dictionary GPUCopyExternalImageDestInfo
+ : GPUTexelCopyTextureInfo {
PredefinedColorSpace colorSpace = "srgb";
boolean premultipliedAlpha = false;
};
@@ -896,10 +907,10 @@ typedef (ImageBitmap or
HTMLVideoElement or
VideoFrame or
HTMLCanvasElement or
- OffscreenCanvas) GPUImageCopyExternalImageSource;
+ OffscreenCanvas) GPUCopyExternalImageSource;
-dictionary GPUImageCopyExternalImage {
- required GPUImageCopyExternalImageSource source;
+dictionary GPUCopyExternalImageSourceInfo {
+ required GPUCopyExternalImageSource source;
GPUOrigin2D origin = {};
boolean flipY = false;
};
@@ -929,18 +940,18 @@ interface GPUCommandEncoder {
GPUSize64 size);
undefined copyBufferToTexture(
- GPUImageCopyBuffer source,
- GPUImageCopyTexture destination,
+ GPUTexelCopyBufferInfo source,
+ GPUTexelCopyTextureInfo destination,
GPUExtent3D copySize);
undefined copyTextureToBuffer(
- GPUImageCopyTexture source,
- GPUImageCopyBuffer destination,
+ GPUTexelCopyTextureInfo source,
+ GPUTexelCopyBufferInfo destination,
GPUExtent3D copySize);
undefined copyTextureToTexture(
- GPUImageCopyTexture source,
- GPUImageCopyTexture destination,
+ GPUTexelCopyTextureInfo source,
+ GPUTexelCopyTextureInfo destination,
GPUExtent3D copySize);
undefined clearBuffer(
@@ -1145,14 +1156,14 @@ interface GPUQueue {
optional GPUSize64 size);
undefined writeTexture(
- GPUImageCopyTexture destination,
+ GPUTexelCopyTextureInfo destination,
AllowSharedBufferSource data,
- GPUImageDataLayout dataLayout,
+ GPUTexelCopyBufferLayout dataLayout,
GPUExtent3D size);
undefined copyExternalImageToTexture(
- GPUImageCopyExternalImage source,
- GPUImageCopyTextureTagged destination,
+ GPUCopyExternalImageSourceInfo source,
+ GPUCopyExternalImageDestInfo destination,
GPUExtent3D copySize);
};
GPUQueue includes GPUObjectBase;
@@ -1275,7 +1286,6 @@ dictionary GPUUncapturedErrorEventInit : EventInit {
};
partial interface GPUDevice {
- [Exposed=(Window, Worker)]
attribute EventHandler onuncapturederror;
};
diff --git a/tr/ids/css-conditional-5.json b/tr/ids/css-conditional-5.json
index c2b44826f93f..cf032bec6cfd 100644
--- a/tr/ids/css-conditional-5.json
+++ b/tr/ids/css-conditional-5.json
@@ -7,6 +7,7 @@
"https://www.w3.org/TR/css-conditional-5/#toc-nav",
"https://www.w3.org/TR/css-conditional-5/#toc-jump",
"https://www.w3.org/TR/css-conditional-5/#toc-toggle",
+ "https://www.w3.org/TR/css-conditional-5/#toc-theme-toggle",
"https://www.w3.org/TR/css-conditional-5/#title",
"https://www.w3.org/TR/css-conditional-5/#w3c-state",
"https://www.w3.org/TR/css-conditional-5/#abstract",
@@ -39,7 +40,7 @@
"https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-supports-decl",
"https://www.w3.org/TR/css-conditional-5/#typedef-supports-font-tech-fn",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-font-tech",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-font-tech-values",
"https://www.w3.org/TR/css-conditional-5/#typedef-supports-font-format-fn",
"https://www.w3.org/TR/css-conditional-5/#ref-for-font-format-values",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-supports-font-tech-fn%E2%91%A0",
@@ -104,20 +105,28 @@
"https://www.w3.org/TR/css-conditional-5/#container-queries",
"https://www.w3.org/TR/css-conditional-5/#ref-for-media-query",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-query",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container",
+ "https://www.w3.org/TR/css-conditional-5/#query-container",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-style-query",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-size-query",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-scroll-state-query",
"https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-container-type",
"https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-container",
"https://www.w3.org/TR/css-conditional-5/#ref-for-shorthand-property",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A1",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-concept-shadow-including-descendant",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-flat-tree",
"https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-container",
"https://www.w3.org/TR/css-conditional-5/#ref-for-conditional-group-rule%E2%91%A8",
"https://www.w3.org/TR/css-conditional-5/#example-93e9e452",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-concept-shadow-including-inclusive-ancestor",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-ultimate-originating-element",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-selectordef-part",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-selectordef-slotted",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-pseudo-element",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-flat-tree%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-pseudo-element%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-flat-tree%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-originating-element",
"https://www.w3.org/TR/css-conditional-5/#ref-for-selectordef-before",
"https://www.w3.org/TR/css-conditional-5/#ref-for-selectordef-after",
"https://www.w3.org/TR/css-conditional-5/#ref-for-selectordef-marker",
@@ -125,8 +134,8 @@
"https://www.w3.org/TR/css-conditional-5/#ref-for-selectordef-first-letter",
"https://www.w3.org/TR/css-conditional-5/#ref-for-selectordef-first-line",
"https://www.w3.org/TR/css-conditional-5/#ref-for-fictional-tag-sequence",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-selectordef-slotted",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-selectordef-part",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-selectordef-slotted%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-selectordef-part%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#ref-for-selectordef-placeholder",
"https://www.w3.org/TR/css-conditional-5/#ref-for-selectordef-file-selector-button",
"https://www.w3.org/TR/css-conditional-5/#example-13f6f0fa",
@@ -136,19 +145,17 @@
"https://www.w3.org/TR/css-conditional-5/#propdef-container-type",
"https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A4",
"https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A5",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-any",
"https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-container-type%E2%91%A1",
- "https://www.w3.org/TR/css-conditional-5/#query-container",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A3",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-query%E2%91%A0",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-container-size-query%E2%91%A0",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-style-rule",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A2",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-container-query%E2%91%A1",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-containment",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A4",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A5",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A6",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-style-query%E2%91%A0",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-container-type%E2%91%A2",
"https://www.w3.org/TR/css-conditional-5/#valdef-container-type-size",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A3",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-container-size-query%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A7",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-size-query%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#ref-for-inline-axis",
"https://www.w3.org/TR/css-conditional-5/#ref-for-block-axis",
"https://www.w3.org/TR/css-conditional-5/#ref-for-layout-containment",
@@ -156,25 +163,28 @@
"https://www.w3.org/TR/css-conditional-5/#ref-for-size-containment",
"https://www.w3.org/TR/css-conditional-5/#ref-for-principal-box",
"https://www.w3.org/TR/css-conditional-5/#valdef-container-type-inline-size",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A4",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-container-size-query%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A8",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-size-query%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#ref-for-inline-axis%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#ref-for-layout-containment%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#ref-for-style-containment%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#ref-for-inline-size-containment",
"https://www.w3.org/TR/css-conditional-5/#ref-for-principal-box%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#valdef-container-type-scroll-state",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/css-conditional-5/#valdef-container-type-normal",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A5",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-container-size-query%E2%91%A3",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A6",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-size-query%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-style-query%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#example-5708b886",
"https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-font-size",
"https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-line-height",
"https://www.w3.org/TR/css-conditional-5/#ref-for-computed-value",
"https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-font-size%E2%91%A0",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A7",
- "https://www.w3.org/TR/css-conditional-5/#example-2f40a692",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#example-76326f8c",
+ "https://www.w3.org/TR/css-conditional-5/#example-9f75dbe5",
"https://www.w3.org/TR/css-conditional-5/#container-name",
"https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-container-name",
"https://www.w3.org/TR/css-conditional-5/#propdef-container-name",
@@ -186,9 +196,9 @@
"https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-container-name%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#query-container-name",
"https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-container%E2%91%A0",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A8",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/css-conditional-5/#valdef-container-name-none",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/css-conditional-5/#ref-for-query-container-name",
"https://www.w3.org/TR/css-conditional-5/#valdef-container-name-custom-ident",
"https://www.w3.org/TR/css-conditional-5/#ref-for-identifier-value%E2%91%A0",
@@ -202,28 +212,28 @@
"https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-container%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#propdef-container",
"https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-container-name%E2%91%A1",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-container-type%E2%91%A3",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-container-type%E2%91%A2",
"https://www.w3.org/TR/css-conditional-5/#ref-for-mult-opt%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-container%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#ref-for-shorthand-property%E2%91%A0",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-container-type%E2%91%A4",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-container-type%E2%91%A3",
"https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-container-name%E2%91%A2",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-container-type%E2%91%A5",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-container-type%E2%91%A4",
"https://www.w3.org/TR/css-conditional-5/#ref-for-initial-value",
"https://www.w3.org/TR/css-conditional-5/#example-c4e7fa3f",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-container-type%E2%91%A6",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-container-type%E2%91%A5",
"https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-container-name%E2%91%A3",
"https://www.w3.org/TR/css-conditional-5/#container-rule",
"https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-container%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#at-ruledef-container",
"https://www.w3.org/TR/css-conditional-5/#ref-for-conditional-group-rule%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/css-conditional-5/#container-query",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-container-size-query%E2%91%A4",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-size-query%E2%91%A3",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-style-query%E2%91%A2",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-block-contents",
"https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-container%E2%91%A2",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-container-query%E2%91%A2",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-query%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-container%E2%91%A3",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-container-condition",
"https://www.w3.org/TR/css-conditional-5/#ref-for-mult-comma",
@@ -254,52 +264,69 @@
"https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-style-query",
"https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-general-enclosed",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-scroll-state-query",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/css-conditional-5/#typedef-style-query",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-style-query%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-style-in-parens",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-style-in-parens%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-style-in-parens%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#ref-for-mult-zero-plus%E2%91%A1",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-style-in-parens%E2%91%A2",
"https://www.w3.org/TR/css-conditional-5/#ref-for-mult-zero-plus%E2%91%A2",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-style-feature",
"https://www.w3.org/TR/css-conditional-5/#typedef-style-in-parens",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-style-in-parens%E2%91%A3",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-style-query%E2%91%A1",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-style-feature%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-general-enclosed%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-style-feature%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/css-conditional-5/#typedef-scroll-state-query",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-scroll-state-query%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-scroll-state-in-parens",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-scroll-state-in-parens%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-scroll-state-in-parens%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-mult-zero-plus%E2%91%A3",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-scroll-state-in-parens%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-mult-zero-plus%E2%91%A4",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-scroll-state-feature",
+ "https://www.w3.org/TR/css-conditional-5/#typedef-scroll-state-in-parens",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-scroll-state-in-parens%E2%91%A3",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-scroll-state-query%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-scroll-state-feature%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/css-conditional-5/#ref-for-valdef-container-name-none%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#ref-for-valdef-media-not%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#ref-for-identifier-value%E2%91%A3",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-container-query%E2%91%A2",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-container-query%E2%91%A3",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A0",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-container-condition%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-container-name%E2%91%A1",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#ref-for-query-container-name%E2%91%A1",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-container-query%E2%91%A4",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-query%E2%91%A2",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-query%E2%91%A3",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-general-enclosed%E2%91%A1",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-container-query%E2%91%A4",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-container-condition%E2%91%A2",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-container-query%E2%91%A5",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-query%E2%91%A4",
"https://www.w3.org/TR/css-conditional-5/#ref-for-valdef-custom-media-true",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-container-condition%E2%91%A3",
"https://www.w3.org/TR/css-conditional-5/#ref-for-valdef-custom-media-true%E2%91%A0",
@@ -312,12 +339,12 @@
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-style-query%E2%91%A3",
"https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-inline-size%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-style-query%E2%91%A4",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-query%E2%91%A5",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-query%E2%91%A6",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-query%E2%91%A7",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-container-query%E2%91%A8",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-container-condition%E2%91%A5",
"https://www.w3.org/TR/css-conditional-5/#example-b320e2d0",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-container-query%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-query%E2%91%A8",
"https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-inline-size%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-style-query%E2%91%A5",
"https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-inline-size%E2%91%A2",
@@ -326,10 +353,10 @@
"https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-keyframes",
"https://www.w3.org/TR/css-conditional-5/#ref-for-at-font-face-rule",
"https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-layer",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-query%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-query%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-container-query%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#animated-containers",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-container-query%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-query%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#ref-for-style-change-event",
"https://www.w3.org/TR/css-conditional-5/#ref-for-effect-value",
"https://www.w3.org/TR/css-conditional-5/#example-cfbdbffb",
@@ -339,60 +366,63 @@
"https://www.w3.org/TR/css-conditional-5/#ref-for-style-change-event%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#container-features",
"https://www.w3.org/TR/css-conditional-5/#container-feature",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-media-feature",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-boolean-context",
"https://www.w3.org/TR/css-conditional-5/#size-container",
"https://www.w3.org/TR/css-conditional-5/#container-size-query",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/css-conditional-5/#ref-for-principal-box%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#size-features",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-size-feature%E2%91%A0",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/css-conditional-5/#typedef-size-feature",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-size-feature%E2%91%A1",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-media-feature",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-media-feature%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#ref-for-size-features",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-container-size-query%E2%91%A5",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-size-query%E2%91%A4",
"https://www.w3.org/TR/css-conditional-5/#ref-for-css-feature-queries",
"https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-supports%E2%91%A3",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/css-conditional-5/#ref-for-principal-box%E2%91%A2",
"https://www.w3.org/TR/css-conditional-5/#ref-for-layout-containment-box",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-container-size-query%E2%91%A6",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-size-query%E2%91%A5",
"https://www.w3.org/TR/css-conditional-5/#ref-for-size-features%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#ref-for-relative-length",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-query-length%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#ref-for-custom-property",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-container-query%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-query%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/css-conditional-5/#ref-for-computed-value%E2%91%A1",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#ref-for-media-query%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#ref-for-custom-property%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#ref-for-size-features%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#ref-for-size-features%E2%91%A2",
"https://www.w3.org/TR/css-conditional-5/#example-031e4923",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#ref-for-em",
"https://www.w3.org/TR/css-conditional-5/#ref-for-computed-value%E2%91%A2",
"https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-font-size%E2%91%A1",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/css-conditional-5/#example-5df63e7c",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/css-conditional-5/#ref-for-funcdef-var",
"https://www.w3.org/TR/css-conditional-5/#ref-for-computed-value%E2%91%A3",
"https://www.w3.org/TR/css-conditional-5/#ref-for-custom-property%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#ref-for-computed-value%E2%91%A4",
"https://www.w3.org/TR/css-conditional-5/#ref-for-custom-property%E2%91%A2",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/css-conditional-5/#width",
"https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-width",
"https://www.w3.org/TR/css-conditional-5/#descdef-container-width",
"https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-container%E2%91%A4",
"https://www.w3.org/TR/css-conditional-5/#ref-for-length-value",
"https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-width%E2%91%A0",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A3",
"https://www.w3.org/TR/css-conditional-5/#ref-for-width",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/css-conditional-5/#ref-for-content-box",
"https://www.w3.org/TR/css-conditional-5/#height",
"https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-height",
@@ -400,9 +430,9 @@
"https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-container%E2%91%A5",
"https://www.w3.org/TR/css-conditional-5/#ref-for-length-value%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-height%E2%91%A0",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A3",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A4",
"https://www.w3.org/TR/css-conditional-5/#ref-for-height",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/css-conditional-5/#ref-for-content-box%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#inline-size",
"https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-inline-size%E2%91%A3",
@@ -410,11 +440,11 @@
"https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-container%E2%91%A6",
"https://www.w3.org/TR/css-conditional-5/#ref-for-length-value%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-inline-size%E2%91%A4",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A4",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A5",
"https://www.w3.org/TR/css-conditional-5/#ref-for-size",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/css-conditional-5/#ref-for-content-box%E2%91%A1",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/css-conditional-5/#ref-for-inline-axis%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#block-size",
"https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-block-size",
@@ -422,11 +452,11 @@
"https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-container%E2%91%A7",
"https://www.w3.org/TR/css-conditional-5/#ref-for-length-value%E2%91%A2",
"https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-block-size%E2%91%A0",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A5",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A6",
"https://www.w3.org/TR/css-conditional-5/#ref-for-size%E2%91%A0",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/css-conditional-5/#ref-for-content-box%E2%91%A2",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#ref-for-block-axis%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#aspect-ratio",
"https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-aspect-ratio",
@@ -434,43 +464,43 @@
"https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-container%E2%91%A8",
"https://www.w3.org/TR/css-conditional-5/#ref-for-ratio-value",
"https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-aspect-ratio%E2%91%A0",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A6",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-width%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A7",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-height%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-width%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A8",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-height%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/css-conditional-5/#orientation",
"https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-orientation",
"https://www.w3.org/TR/css-conditional-5/#descdef-container-orientation",
"https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-container%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/css-conditional-5/#valdef-container-orientation-portrait",
"https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-orientation%E2%91%A0",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#ref-for-valdef-container-orientation-portrait",
"https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-height%E2%91%A2",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-width%E2%91%A2",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-width%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/css-conditional-5/#valdef-container-orientation-landscape",
"https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-orientation%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#ref-for-valdef-container-orientation-landscape",
"https://www.w3.org/TR/css-conditional-5/#style-container",
"https://www.w3.org/TR/css-conditional-5/#container-style-query",
"https://www.w3.org/TR/css-conditional-5/#ref-for-computed-value%E2%91%A5",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#style-features",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-style-feature%E2%91%A1",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/css-conditional-5/#typedef-style-feature",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-style-feature%E2%91%A2",
"https://www.w3.org/TR/css-conditional-5/#ref-for-declaration",
"https://www.w3.org/TR/css-conditional-5/#ref-for-supported-css-property",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-custom-property-name",
"https://www.w3.org/TR/css-conditional-5/#ref-for-computed-value%E2%91%A6",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/css-conditional-5/#ref-for-computed-value%E2%91%A7",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/css-conditional-5/#ref-for-style-features",
"https://www.w3.org/TR/css-conditional-5/#ref-for-computed-value%E2%91%A8",
"https://www.w3.org/TR/css-conditional-5/#ref-for-initial-value%E2%91%A0",
@@ -490,39 +520,195 @@
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-style-query%E2%91%A8",
"https://www.w3.org/TR/css-conditional-5/#ref-for-css-wide-keywords",
"https://www.w3.org/TR/css-conditional-5/#ref-for-computed-value%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/css-conditional-5/#scroll-state-container",
+ "https://www.w3.org/TR/css-conditional-5/#container-scroll-state-query",
+ "https://www.w3.org/TR/css-conditional-5/#scroll-state-feature",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-scroll-state-feature%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/css-conditional-5/#typedef-scroll-state-feature",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-scroll-state-feature%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-media-feature%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scroll-state-feature",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scroll-container",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scrollport",
+ "https://www.w3.org/TR/css-conditional-5/#updating-scroll-state",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-valdef-container-type-scroll-state",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-run-snapshot-post-layout-state-steps",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-run-snapshot-post-layout-state-steps%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-valdef-container-type-scroll-state%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/css-conditional-5/#stuck",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-stuck",
+ "https://www.w3.org/TR/css-conditional-5/#descdef-container-stuck",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-container%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-stuck%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-valdef-position-sticky",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-sticky-view-rectangle",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-sticky-position",
+ "https://www.w3.org/TR/css-conditional-5/#example-5e3347d6",
+ "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-none",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-valdef-position-sticky%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-top",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-valdef-position-sticky%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-right",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-valdef-position-sticky%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-bottom",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-valdef-position-sticky%E2%91%A3",
+ "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-left",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-valdef-position-sticky%E2%91%A4",
+ "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-block-start",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-valdef-position-sticky%E2%91%A5",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-block-start",
+ "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-inline-start",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-valdef-position-sticky%E2%91%A6",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-inline-start",
+ "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-block-end",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-valdef-position-sticky%E2%91%A7",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-block-end",
+ "https://www.w3.org/TR/css-conditional-5/#valdef-container-stuck-inline-end",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-valdef-position-sticky%E2%91%A8",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-inline-end",
+ "https://www.w3.org/TR/css-conditional-5/#snapped",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-snapped",
+ "https://www.w3.org/TR/css-conditional-5/#descdef-container-snapped",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-container%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-snapped%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-snap-target",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-snap-target%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-eventdef-snapevent-scrollsnapchanging",
+ "https://www.w3.org/TR/css-conditional-5/#valdef-container-snapped-none",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-snap-target%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#valdef-container-snapped-x",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-snapped%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-valdef-container-snapped-x",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-snap-target%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scroll-container%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#valdef-container-snapped-y",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-snapped%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-valdef-container-snapped-y",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-snap-target%E2%91%A3",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scroll-container%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#valdef-container-snapped-block",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-snapped%E2%91%A3",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-valdef-container-snapped-block",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-snap-target%E2%91%A4",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scroll-container%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#valdef-container-snapped-inline",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-snapped%E2%91%A4",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-valdef-container-snapped-inline",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-snap-target%E2%91%A5",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scroll-container%E2%91%A3",
+ "https://www.w3.org/TR/css-conditional-5/#overflowing",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-overflowing",
+ "https://www.w3.org/TR/css-conditional-5/#descdef-container-overflowing",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-container%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-comb-one%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-overflowing%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-feature%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scroll-container%E2%91%A4",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scrollable-overflow-rectangle",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-overflowing%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-valdef-overflow-hidden",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-negative-scrollable-overflow-region",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scroll-container%E2%91%A5",
+ "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-none",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scroll-container%E2%91%A6",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scrollable-overflow",
+ "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-top",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scroll-container%E2%91%A7",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scrollable-overflow%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-right",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scroll-container%E2%91%A8",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scrollable-overflow%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-bottom",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scroll-container%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scrollable-overflow%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-left",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scroll-container%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scrollable-overflow%E2%91%A3",
+ "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-block-start",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scroll-container%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scrollable-overflow%E2%91%A4",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-block-start%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-inline-start",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scroll-container%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scrollable-overflow%E2%91%A5",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-inline-start%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-block-end",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scroll-container%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scrollable-overflow%E2%91%A6",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-block-end%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#valdef-container-overflowing-inline-end",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scroll-container%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-scrollable-overflow%E2%91%A7",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-inline-end%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#container-lengths",
"https://www.w3.org/TR/css-conditional-5/#container-query-length",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-query-length%E2%91%A1",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-query-length%E2%91%A2",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/css-conditional-5/#ref-for-width%E2%91%A0",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#ref-for-height%E2%91%A0",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#ref-for-inline-size",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/css-conditional-5/#ref-for-block-size",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-query-length%E2%91%A3",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-size-query%E2%91%A6",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-size-query%E2%91%A7",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-container-size-query%E2%91%A8",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/css-conditional-5/#ref-for-small-viewport-size",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%93%AA",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A5%E2%91%A6",
"https://www.w3.org/TR/css-conditional-5/#ref-for-computed-value%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#example-a4252068",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-query-length%E2%91%A4",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-query-container%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-container-query%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/css-conditional-5/#ref-for-container-query%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-container-query%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/css-conditional-5/#apis",
"https://www.w3.org/TR/css-conditional-5/#the-csscontainerrule-interface",
"https://www.w3.org/TR/css-conditional-5/#ref-for-csscontainerrule",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-container%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-container%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/css-conditional-5/#ref-for-Exposed",
"https://www.w3.org/TR/css-conditional-5/#csscontainerrule",
"https://www.w3.org/TR/css-conditional-5/#ref-for-cssconditionrule",
@@ -530,20 +716,20 @@
"https://www.w3.org/TR/css-conditional-5/#dom-csscontainerrule-containername",
"https://www.w3.org/TR/css-conditional-5/#ref-for-cssomstring%E2%91%A0",
"https://www.w3.org/TR/css-conditional-5/#dom-csscontainerrule-containerquery",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-container%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-container%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-container-name%E2%91%A2",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-container%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-container%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-container-name%E2%91%A3",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-container-name%E2%91%A4",
"https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-container-query%E2%91%A5",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-typedef-general-enclosed%E2%91%A2",
"https://www.w3.org/TR/css-conditional-5/#issue-2e3d6538",
"https://www.w3.org/TR/css-conditional-5/#ref-for-dom-window-matchmedia",
"https://www.w3.org/TR/css-conditional-5/#ref-for-mediaquerylist",
"https://www.w3.org/TR/css-conditional-5/#security",
"https://www.w3.org/TR/css-conditional-5/#privacy",
"https://www.w3.org/TR/css-conditional-5/#changes",
- "https://www.w3.org/TR/css-conditional-5/#changes-20211221%2F",
+ "https://www.w3.org/TR/css-conditional-5/#changes-20240723",
+ "https://www.w3.org/TR/css-conditional-5/#changes-20211221",
"https://www.w3.org/TR/css-conditional-5/#changes-from-L4",
"https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-when%E2%91%A5",
"https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-else%E2%91%A8",
@@ -581,8 +767,6 @@
"https://www.w3.org/TR/css-conditional-5/#6e0a7174",
"https://www.w3.org/TR/css-conditional-5/#be011220",
"https://www.w3.org/TR/css-conditional-5/#3d20c9fd",
- "https://www.w3.org/TR/css-conditional-5/#caa536d4",
- "https://www.w3.org/TR/css-conditional-5/#4f31b139",
"https://www.w3.org/TR/css-conditional-5/#7507b495",
"https://www.w3.org/TR/css-conditional-5/#cb02fa9d",
"https://www.w3.org/TR/css-conditional-5/#3e4b15e8",
@@ -591,7 +775,17 @@
"https://www.w3.org/TR/css-conditional-5/#93f98063",
"https://www.w3.org/TR/css-conditional-5/#297dfe3a",
"https://www.w3.org/TR/css-conditional-5/#8c4063e2",
+ "https://www.w3.org/TR/css-conditional-5/#ea7ae248",
"https://www.w3.org/TR/css-conditional-5/#b24ce65e",
+ "https://www.w3.org/TR/css-conditional-5/#d9cfd0c5",
+ "https://www.w3.org/TR/css-conditional-5/#aa4d06b7",
+ "https://www.w3.org/TR/css-conditional-5/#a3cabdb1",
+ "https://www.w3.org/TR/css-conditional-5/#e3488cd0",
+ "https://www.w3.org/TR/css-conditional-5/#b1f927bc",
+ "https://www.w3.org/TR/css-conditional-5/#700ea31d",
+ "https://www.w3.org/TR/css-conditional-5/#804439eb",
+ "https://www.w3.org/TR/css-conditional-5/#0363c82a",
+ "https://www.w3.org/TR/css-conditional-5/#01926727",
"https://www.w3.org/TR/css-conditional-5/#b9a45e7f",
"https://www.w3.org/TR/css-conditional-5/#70503bd6",
"https://www.w3.org/TR/css-conditional-5/#7c6f51b7",
@@ -602,6 +796,9 @@
"https://www.w3.org/TR/css-conditional-5/#4b84fe49",
"https://www.w3.org/TR/css-conditional-5/#cb456c77",
"https://www.w3.org/TR/css-conditional-5/#c90d9be6",
+ "https://www.w3.org/TR/css-conditional-5/#22109b0e",
+ "https://www.w3.org/TR/css-conditional-5/#50b46a3e",
+ "https://www.w3.org/TR/css-conditional-5/#47951dd8",
"https://www.w3.org/TR/css-conditional-5/#0626d1bc",
"https://www.w3.org/TR/css-conditional-5/#fde87e72",
"https://www.w3.org/TR/css-conditional-5/#d8595fdb",
@@ -610,13 +807,11 @@
"https://www.w3.org/TR/css-conditional-5/#a8cb81d7",
"https://www.w3.org/TR/css-conditional-5/#b29fecf5",
"https://www.w3.org/TR/css-conditional-5/#e2112c66",
- "https://www.w3.org/TR/css-conditional-5/#87d90aed",
"https://www.w3.org/TR/css-conditional-5/#2f6588ea",
"https://www.w3.org/TR/css-conditional-5/#c297b070",
"https://www.w3.org/TR/css-conditional-5/#ef9f8297",
"https://www.w3.org/TR/css-conditional-5/#af4a190d",
"https://www.w3.org/TR/css-conditional-5/#a0144f62",
- "https://www.w3.org/TR/css-conditional-5/#d32570a7",
"https://www.w3.org/TR/css-conditional-5/#98ddb9b0",
"https://www.w3.org/TR/css-conditional-5/#ee68e69a",
"https://www.w3.org/TR/css-conditional-5/#1d798932",
@@ -627,29 +822,35 @@
"https://www.w3.org/TR/css-conditional-5/#5d6143d2",
"https://www.w3.org/TR/css-conditional-5/#a959f189",
"https://www.w3.org/TR/css-conditional-5/#4eb9d37e",
+ "https://www.w3.org/TR/css-conditional-5/#a0336d84",
"https://www.w3.org/TR/css-conditional-5/#310b3140",
"https://www.w3.org/TR/css-conditional-5/#5550667d",
"https://www.w3.org/TR/css-conditional-5/#3beec8c9",
"https://www.w3.org/TR/css-conditional-5/#b8dade0f",
"https://www.w3.org/TR/css-conditional-5/#ecef1eb5",
+ "https://www.w3.org/TR/css-conditional-5/#83d2ef35",
+ "https://www.w3.org/TR/css-conditional-5/#1118d052",
"https://www.w3.org/TR/css-conditional-5/#a6eb24bb",
"https://www.w3.org/TR/css-conditional-5/#18bb1084",
+ "https://www.w3.org/TR/css-conditional-5/#4da3b716",
+ "https://www.w3.org/TR/css-conditional-5/#0da67e16",
"https://www.w3.org/TR/css-conditional-5/#ac54fbff",
"https://www.w3.org/TR/css-conditional-5/#9d357000",
"https://www.w3.org/TR/css-conditional-5/#79414121",
"https://www.w3.org/TR/css-conditional-5/#3a71fc5d",
"https://www.w3.org/TR/css-conditional-5/#fa5fd853",
- "https://www.w3.org/TR/css-conditional-5/#fd32e3c9",
- "https://www.w3.org/TR/css-conditional-5/#3d6a3d36",
+ "https://www.w3.org/TR/css-conditional-5/#507d3934",
"https://www.w3.org/TR/css-conditional-5/#2ae11dd2",
"https://www.w3.org/TR/css-conditional-5/#e518251c",
"https://www.w3.org/TR/css-conditional-5/#f92b7f82",
+ "https://www.w3.org/TR/css-conditional-5/#fe1a9628",
"https://www.w3.org/TR/css-conditional-5/#a8e43bb7",
"https://www.w3.org/TR/css-conditional-5/#0a000463",
"https://www.w3.org/TR/css-conditional-5/#3ea2fcbb",
"https://www.w3.org/TR/css-conditional-5/#8a490d77",
"https://www.w3.org/TR/css-conditional-5/#0e4f830d",
- "https://www.w3.org/TR/css-conditional-5/#fc8ac26a",
+ "https://www.w3.org/TR/css-conditional-5/#7b5d8638",
+ "https://www.w3.org/TR/css-conditional-5/#4d06fa38",
"https://www.w3.org/TR/css-conditional-5/#61189f1f",
"https://www.w3.org/TR/css-conditional-5/#889e932f",
"https://www.w3.org/TR/css-conditional-5/#references",
@@ -660,12 +861,16 @@
"https://www.w3.org/TR/css-conditional-5/#biblio-css-cascade-5",
"https://www.w3.org/TR/css-conditional-5/#biblio-css-conditional-3",
"https://www.w3.org/TR/css-conditional-5/#biblio-css-conditional-4",
- "https://www.w3.org/TR/css-conditional-5/#biblio-css-conditional-5",
"https://www.w3.org/TR/css-conditional-5/#biblio-css-contain-2",
"https://www.w3.org/TR/css-conditional-5/#biblio-css-contain-3",
"https://www.w3.org/TR/css-conditional-5/#biblio-css-display-3",
"https://www.w3.org/TR/css-conditional-5/#biblio-css-fonts-4",
"https://www.w3.org/TR/css-conditional-5/#biblio-css-fonts-5",
+ "https://www.w3.org/TR/css-conditional-5/#biblio-css-overflow-3",
+ "https://www.w3.org/TR/css-conditional-5/#biblio-css-position-3",
+ "https://www.w3.org/TR/css-conditional-5/#biblio-css-scoping-1",
+ "https://www.w3.org/TR/css-conditional-5/#biblio-css-scroll-snap-2",
+ "https://www.w3.org/TR/css-conditional-5/#biblio-css-shadow-parts-1",
"https://www.w3.org/TR/css-conditional-5/#biblio-css-sizing-3",
"https://www.w3.org/TR/css-conditional-5/#biblio-css-syntax-3",
"https://www.w3.org/TR/css-conditional-5/#biblio-css-transitions-1",
@@ -674,7 +879,6 @@
"https://www.w3.org/TR/css-conditional-5/#biblio-css-writing-modes-4",
"https://www.w3.org/TR/css-conditional-5/#biblio-cssom-1",
"https://www.w3.org/TR/css-conditional-5/#biblio-cssom-view-1",
- "https://www.w3.org/TR/css-conditional-5/#biblio-dom",
"https://www.w3.org/TR/css-conditional-5/#biblio-mediaqueries-4",
"https://www.w3.org/TR/css-conditional-5/#biblio-mediaqueries-5",
"https://www.w3.org/TR/css-conditional-5/#biblio-rfc2119",
@@ -684,20 +888,21 @@
"https://www.w3.org/TR/css-conditional-5/#informative",
"https://www.w3.org/TR/css-conditional-5/#biblio-css-position-4",
"https://www.w3.org/TR/css-conditional-5/#biblio-css-pseudo-4",
- "https://www.w3.org/TR/css-conditional-5/#biblio-css-scoping-1",
- "https://www.w3.org/TR/css-conditional-5/#biblio-css-shadow-parts-1",
"https://www.w3.org/TR/css-conditional-5/#biblio-css22",
"https://www.w3.org/TR/css-conditional-5/#property-index",
"https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-container%E2%91%A2",
"https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-container-name%E2%91%A4",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-container-type%E2%91%A7",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-propdef-container-type%E2%91%A6",
"https://www.w3.org/TR/css-conditional-5/#container-descriptor-table",
- "https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-container%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-at-ruledef-container%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-aspect-ratio%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-block-size%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-height%E2%91%A3",
"https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-inline-size%E2%91%A5",
"https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-orientation%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-overflowing%E2%91%A2",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-snapped%E2%91%A5",
+ "https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-stuck%E2%91%A1",
"https://www.w3.org/TR/css-conditional-5/#ref-for-descdef-container-width%E2%91%A3",
"https://www.w3.org/TR/css-conditional-5/#idl-index",
"https://www.w3.org/TR/css-conditional-5/#issues-index"
diff --git a/tr/ids/motion-1.json b/tr/ids/motion-1.json
index d36c29dce805..8496f27d18a4 100644
--- a/tr/ids/motion-1.json
+++ b/tr/ids/motion-1.json
@@ -7,483 +7,519 @@
"https://www.w3.org/TR/motion-1/#toc-nav",
"https://www.w3.org/TR/motion-1/#toc-jump",
"https://www.w3.org/TR/motion-1/#toc-toggle",
+ "https://www.w3.org/TR/motion-1/#toc-theme-toggle",
"https://www.w3.org/TR/motion-1/#title",
- "https://www.w3.org/TR/motion-1/#subtitle",
+ "https://www.w3.org/TR/motion-1/#w3c-state",
"https://www.w3.org/TR/motion-1/#abstract",
- "https://www.w3.org/TR/motion-1/#status",
+ "https://www.w3.org/TR/motion-1/#sotd",
"https://www.w3.org/TR/motion-1/#w3c_process_revision",
"https://www.w3.org/TR/motion-1/#toc",
"https://www.w3.org/TR/motion-1/#contents",
"https://www.w3.org/TR/motion-1/#intro",
- "https://www.w3.org/TR/motion-1/#ref-for-local-coordinate-system",
- "https://www.w3.org/TR/motion-1/#example-a09ee7e4",
- "https://www.w3.org/TR/motion-1/#placement",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position",
- "https://www.w3.org/TR/motion-1/#ref-for-stacking-context",
"https://www.w3.org/TR/motion-1/#ref-for-propdef-transform",
+ "https://www.w3.org/TR/motion-1/#ref-for-box",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset",
+ "https://www.w3.org/TR/motion-1/#offset-transform",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-anchor",
+ "https://www.w3.org/TR/motion-1/#offset-position",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate",
+ "https://www.w3.org/TR/motion-1/#ref-for-funcdef-ray",
+ "https://www.w3.org/TR/motion-1/#ref-for-funcdef-transform-translate",
+ "https://www.w3.org/TR/motion-1/#example-0a52f03b",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#placement",
"https://www.w3.org/TR/motion-1/#ref-for-propdef-translate",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-scale",
"https://www.w3.org/TR/motion-1/#ref-for-propdef-rotate",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-scale",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-transform%E2%91%A0",
"https://www.w3.org/TR/motion-1/#values",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-basic-shape",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-coord-box",
"https://www.w3.org/TR/motion-1/#motion-paths-overview",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance",
- "https://www.w3.org/TR/motion-1/#ref-for-anchor-point",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-anchor",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate",
"https://www.w3.org/TR/motion-1/#offset-path-property",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A0",
"https://www.w3.org/TR/motion-1/#propdef-offset-path",
"https://www.w3.org/TR/motion-1/#ref-for-comb-one",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-ray",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-offset-path",
+ "https://www.w3.org/TR/motion-1/#ref-for-comb-any",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-coord-box%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-transformable-element",
+ "https://www.w3.org/TR/motion-1/#offset-path",
+ "https://www.w3.org/TR/motion-1/#typedef-offset-path",
+ "https://www.w3.org/TR/motion-1/#ref-for-funcdef-ray%E2%91%A0",
"https://www.w3.org/TR/motion-1/#ref-for-comb-one%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-offsetpath-pathfunc",
- "https://www.w3.org/TR/motion-1/#ref-for-comb-one%E2%91%A1",
"https://www.w3.org/TR/motion-1/#ref-for-url-value",
- "https://www.w3.org/TR/motion-1/#ref-for-comb-one%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#ref-for-typedef-basic-shape",
- "https://www.w3.org/TR/motion-1/#ref-for-comb-any",
- "https://www.w3.org/TR/motion-1/#ref-for-typedef-geometry-box",
- "https://www.w3.org/TR/motion-1/#ref-for-angle-value",
+ "https://www.w3.org/TR/motion-1/#ref-for-comb-one%E2%91%A1",
"https://www.w3.org/TR/motion-1/#ref-for-typedef-basic-shape%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-offsetpath-pathfunc%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#valdef-offset-path-none",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-transform",
+ "https://www.w3.org/TR/motion-1/#valdef-offset-path-offset-path--coord-box",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-offset-path%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-coord-box%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-transform%E2%91%A0",
"https://www.w3.org/TR/motion-1/#ref-for-offset-path",
- "https://www.w3.org/TR/motion-1/#offset-path",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-ray%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-transform%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-transform%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-x43",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-offset-path%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-border-radius",
+ "https://www.w3.org/TR/motion-1/#ref-for-containing-block",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-coord-box%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#valdef-offset-path-ray",
+ "https://www.w3.org/TR/motion-1/#ref-for-funcdef-ray%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-ray-origin",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-coord-box%E2%91%A3",
+ "https://www.w3.org/TR/motion-1/#ref-for-basic-shape-reference-box",
+ "https://www.w3.org/TR/motion-1/#valdef-offset-path-url",
+ "https://www.w3.org/TR/motion-1/#ref-for-url-value%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-TermShapeElement",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-TermEquivalentPath",
+ "https://www.w3.org/TR/motion-1/#ref-for-TermShapeElement%E2%91%A0",
"https://www.w3.org/TR/motion-1/#ref-for-typedef-basic-shape%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-funcdef-circle",
- "https://www.w3.org/TR/motion-1/#ref-for-funcdef-inset",
- "https://www.w3.org/TR/motion-1/#ref-for-funcdef-polygon",
- "https://www.w3.org/TR/motion-1/#ref-for-offsetpath-pathfunc%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-coord-box%E2%91%A4",
+ "https://www.w3.org/TR/motion-1/#ref-for-TermShapeElement%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#valdef-offset-path-basic-shape",
"https://www.w3.org/TR/motion-1/#ref-for-typedef-basic-shape%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#ref-for-offsetpath-pathfunc%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#ref-for-TermShapeElement",
- "https://www.w3.org/TR/motion-1/#ref-for-url-value%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-local-coordinate-system%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#valdef-offsetpath-ray",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#ref-for-basic-shape-equivalent-path",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-basic-shape%E2%91%A3",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-basic-shape%E2%91%A4",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-starting-position",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-starting-position%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-coord-box%E2%91%A5",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-basic-shape%E2%91%A5",
+ "https://www.w3.org/TR/motion-1/#valdef-offset-path-coord-box",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-coord-box%E2%91%A6",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-offset-path%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#ref-for-containing-block%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ray-function",
+ "https://www.w3.org/TR/motion-1/#ref-for-funcdef-ray%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#ref-for-funcdef-ray%E2%91%A3",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A3",
+ "https://www.w3.org/TR/motion-1/#funcdef-ray",
+ "https://www.w3.org/TR/motion-1/#ref-for-angle-value",
+ "https://www.w3.org/TR/motion-1/#ref-for-comb-all",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-ray-size",
+ "https://www.w3.org/TR/motion-1/#ref-for-mult-opt",
+ "https://www.w3.org/TR/motion-1/#ref-for-comb-all%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-mult-opt%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-comb-all%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-position",
+ "https://www.w3.org/TR/motion-1/#ref-for-mult-opt%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#typedef-ray-size",
+ "https://www.w3.org/TR/motion-1/#ref-for-comb-one%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#ref-for-comb-one%E2%91%A3",
+ "https://www.w3.org/TR/motion-1/#ref-for-comb-one%E2%91%A4",
+ "https://www.w3.org/TR/motion-1/#ref-for-comb-one%E2%91%A5",
+ "https://www.w3.org/TR/motion-1/#valdef-ray-angle",
"https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-typedef-size",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A4",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-starting-position%E2%91%A1",
"https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-gradient-function",
"https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#valdef-ray-ray-size",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A5",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-ray-size%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-size-closest-side",
+ "https://www.w3.org/TR/motion-1/#ref-for-size-sides",
"https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A3",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A1",
"https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A4",
- "https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A5",
- "https://www.w3.org/TR/motion-1/#valdef-offsetpath-size",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-typedef-size%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-size-sides",
- "https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A6",
"https://www.w3.org/TR/motion-1/#size-closest-side",
+ "https://www.w3.org/TR/motion-1/#ref-for-containing-block%E2%91%A1",
"https://www.w3.org/TR/motion-1/#size-closest-corner",
+ "https://www.w3.org/TR/motion-1/#ref-for-containing-block%E2%91%A2",
"https://www.w3.org/TR/motion-1/#size-farthest-side",
+ "https://www.w3.org/TR/motion-1/#ref-for-containing-block%E2%91%A3",
"https://www.w3.org/TR/motion-1/#size-farthest-corner",
+ "https://www.w3.org/TR/motion-1/#ref-for-containing-block%E2%91%A4",
"https://www.w3.org/TR/motion-1/#size-sides",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-size-closest-side",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A6",
+ "https://www.w3.org/TR/motion-1/#ref-for-containing-block%E2%91%A5",
+ "https://www.w3.org/TR/motion-1/#ref-for-containing-block%E2%91%A6",
+ "https://www.w3.org/TR/motion-1/#ref-for-size-closest-side%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-size-closest-corner",
+ "https://www.w3.org/TR/motion-1/#ref-for-size-closest-side%E2%91%A1",
"https://www.w3.org/TR/motion-1/#ref-for-size-farthest-side",
- "https://www.w3.org/TR/motion-1/#valdef-offsetpath-contain",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#ref-for-containing-block%E2%91%A7",
+ "https://www.w3.org/TR/motion-1/#ref-for-containing-block%E2%91%A8",
+ "https://www.w3.org/TR/motion-1/#valdef-ray-contain",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A7",
+ "https://www.w3.org/TR/motion-1/#ref-for-containing-block%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance%E2%91%A3",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-border-radius%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-funcdef-ray%E2%91%A4",
+ "https://www.w3.org/TR/motion-1/#ref-for-size-closest-side%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-anchor%E2%91%A0",
"https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance%E2%91%A4",
+ "https://www.w3.org/TR/motion-1/#valdef-ray-at-position",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-position%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ray-origin",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-position%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-containing-block%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-starting-position%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-starting-position%E2%91%A3",
+ "https://www.w3.org/TR/motion-1/#ref-for-funcdef-ray%E2%91%A5",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A8",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-basic-shape%E2%91%A6",
+ "https://www.w3.org/TR/motion-1/#issue-9aaa1ad0",
"https://www.w3.org/TR/motion-1/#example-c2ddc1d0",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A1",
"https://www.w3.org/TR/motion-1/#ref-for-propdef-contain",
"https://www.w3.org/TR/motion-1/#ref-for-propdef-contain%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A2",
"https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A3",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A4",
"https://www.w3.org/TR/motion-1/#ref-for-propdef-contain%E2%91%A1",
"https://www.w3.org/TR/motion-1/#ref-for-used-offset-distance",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A5",
- "https://www.w3.org/TR/motion-1/#ref-for-typedef-basic-shape%E2%91%A3",
- "https://www.w3.org/TR/motion-1/#ref-for-typedef-geometry-box%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A3",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-initial-position",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#valdef-offsetpath-initial-position",
- "https://www.w3.org/TR/motion-1/#valdef-offsetpath-initial-direction",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance%E2%91%A5",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-initial-position%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-funcdef-circle%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-funcdef-ellipse",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-initial-position%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-funcdef-inset%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-initial-position%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-border-radius",
- "https://www.w3.org/TR/motion-1/#ref-for-funcdef-polygon%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-initial-position%E2%91%A3",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-initial-direction",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-initial-position%E2%91%A4",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-initial-position%E2%91%A5",
- "https://www.w3.org/TR/motion-1/#ref-for-typedef-geometry-box%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-typedef-basic-shape%E2%91%A4",
- "https://www.w3.org/TR/motion-1/#ref-for-typedef-basic-shape%E2%91%A5",
- "https://www.w3.org/TR/motion-1/#ref-for-typedef-geometry-box%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#ref-for-typedef-basic-shape%E2%91%A6",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-initial-position%E2%91%A6",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-border-radius%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-initial-direction%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-initial-direction%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-auto",
- "https://www.w3.org/TR/motion-1/#example-a7fe2e63",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A4",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-border-radius%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-initial-position%E2%91%A7",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A4",
+ "https://www.w3.org/TR/motion-1/#example-shape",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-basic-shape%E2%91%A7",
"https://www.w3.org/TR/motion-1/#example-11a5a836",
- "https://www.w3.org/TR/motion-1/#offsetpath-pathfunc",
- "https://www.w3.org/TR/motion-1/#ref-for-string-value",
- "https://www.w3.org/TR/motion-1/#ref-for-string-value%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-initial-position%E2%91%A8",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-initial-direction%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#ref-for-url-value%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-TermShapeElement%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A5",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-initial-position%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-initial-direction%E2%91%A3",
- "https://www.w3.org/TR/motion-1/#offsetpath-none",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A6",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A6",
- "https://www.w3.org/TR/motion-1/#ref-for-offsetpath-none",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance%E2%91%A6",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-offsetpath-none%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-stacking-context%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-TermShapeElement%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A7",
- "https://www.w3.org/TR/motion-1/#ref-for-TermShapeElement%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#ref-for-used-value",
- "https://www.w3.org/TR/motion-1/#ref-for-valuedef-content-box0",
- "https://www.w3.org/TR/motion-1/#ref-for-valuedef-padding-box0",
- "https://www.w3.org/TR/motion-1/#ref-for-valuedef-border-box0",
- "https://www.w3.org/TR/motion-1/#ref-for-valuedef-margin-box0",
- "https://www.w3.org/TR/motion-1/#ref-for-valuedef-fill-box0",
- "https://www.w3.org/TR/motion-1/#ref-for-TermShapeElement%E2%91%A3",
- "https://www.w3.org/TR/motion-1/#ref-for-used-value%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-valuedef-fill-box0%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-valuedef-stroke-box0",
- "https://www.w3.org/TR/motion-1/#ref-for-valuedef-view-box0",
- "https://www.w3.org/TR/motion-1/#ref-for-valuedef-border-box0%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#example-coord",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-coord-box%E2%91%A7",
+ "https://www.w3.org/TR/motion-1/#example-1ea93cf3",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-coord-box%E2%91%A8",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-border-radius%E2%91%A1",
"https://www.w3.org/TR/motion-1/#offset-distance-property",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance%E2%91%A7",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance%E2%91%A5",
"https://www.w3.org/TR/motion-1/#propdef-offset-distance",
"https://www.w3.org/TR/motion-1/#ref-for-typedef-length-percentage",
- "https://www.w3.org/TR/motion-1/#ref-for-length-value",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A8",
- "https://www.w3.org/TR/motion-1/#ref-for-typedef-length-percentage%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-initial-position%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/motion-1/#ref-for-anchor-point%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-initial-position%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#calculating-the-computed-distance-along-a-path",
+ "https://www.w3.org/TR/motion-1/#ref-for-transformable-element%E2%91%A0",
"https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-length-percentage%E2%91%A0",
"https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A7",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-position",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-length-percentage%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-position%E2%91%A0",
"https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A8",
"https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance%E2%91%A6",
"https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/motion-1/#used-offset-distance",
+ "https://www.w3.org/TR/motion-1/#path-distance",
"https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A5",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A6",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#used-offset-distance",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/motion-1/#offset-distance",
"https://www.w3.org/TR/motion-1/#total-length",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/motion-1/#ref-for-offset-distance",
"https://www.w3.org/TR/motion-1/#ref-for-total-length",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/motion-1/#ref-for-used-offset-distance%E2%91%A0",
"https://www.w3.org/TR/motion-1/#ref-for-offset-distance%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A7",
"https://www.w3.org/TR/motion-1/#ref-for-used-offset-distance%E2%91%A1",
"https://www.w3.org/TR/motion-1/#ref-for-offset-distance%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/motion-1/#ref-for-used-offset-distance%E2%91%A2",
"https://www.w3.org/TR/motion-1/#ref-for-offset-distance%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/motion-1/#ref-for-used-offset-distance%E2%91%A3",
"https://www.w3.org/TR/motion-1/#ref-for-offset-distance%E2%91%A3",
"https://www.w3.org/TR/motion-1/#ref-for-used-offset-distance%E2%91%A4",
"https://www.w3.org/TR/motion-1/#example-585ba838",
"https://www.w3.org/TR/motion-1/#example-a2477893",
"https://www.w3.org/TR/motion-1/#example-acf2c7ce",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A7",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance%E2%91%A8",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A5",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance%E2%91%A7",
"https://www.w3.org/TR/motion-1/#offset-position-property",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A3",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A2",
"https://www.w3.org/TR/motion-1/#propdef-offset-position",
- "https://www.w3.org/TR/motion-1/#ref-for-comb-one%E2%91%A3",
- "https://www.w3.org/TR/motion-1/#ref-for-position",
- "https://www.w3.org/TR/motion-1/#ref-for-length-value%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-initial-position%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-position",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-position-static",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A4",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-initial-position%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-position%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-position%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-position-static%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A5",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A8",
- "https://www.w3.org/TR/motion-1/#ref-for-position%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-initial-position%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A6",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-stacking-context%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A7",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-initial-position%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/motion-1/#ref-for-comb-one%E2%91%A6",
+ "https://www.w3.org/TR/motion-1/#ref-for-comb-one%E2%91%A7",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-position%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#ref-for-transformable-element%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-position-normal",
+ "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-position-auto",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-position%E2%91%A3",
+ "https://www.w3.org/TR/motion-1/#offset-starting-position",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-offset-path%E2%91%A3",
+ "https://www.w3.org/TR/motion-1/#valdef-offset-position-normal",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-starting-position%E2%91%A4",
+ "https://www.w3.org/TR/motion-1/#valdef-offset-position-auto",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-starting-position%E2%91%A5",
+ "https://www.w3.org/TR/motion-1/#ref-for-containing-block%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-offsetpath-pathfunc",
+ "https://www.w3.org/TR/motion-1/#valdef-offset-position-position",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-position%E2%91%A4",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-starting-position%E2%91%A6",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-position%E2%91%A5",
+ "https://www.w3.org/TR/motion-1/#ref-for-containing-block%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/motion-1/#example-d288583a",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A8",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A3",
+ "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-position-auto%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A4",
"https://www.w3.org/TR/motion-1/#example-43c03a15",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-transform%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-transform%E2%91%A2",
"https://www.w3.org/TR/motion-1/#ref-for-propdef-rotate%E2%91%A0",
"https://www.w3.org/TR/motion-1/#ref-for-propdef-left",
"https://www.w3.org/TR/motion-1/#ref-for-propdef-top",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A5",
"https://www.w3.org/TR/motion-1/#example-c1988e48",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-position%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-position-static%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-position",
+ "https://www.w3.org/TR/motion-1/#ref-for-valdef-position-static",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A6",
"https://www.w3.org/TR/motion-1/#ref-for-propdef-scale%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A7",
"https://www.w3.org/TR/motion-1/#example-3480f06b",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-typedef-geometry-box%E2%91%A3",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A8",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A6",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-geometry-box",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/motion-1/#offset-anchor-property",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-anchor%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-anchor%E2%91%A1",
"https://www.w3.org/TR/motion-1/#propdef-offset-anchor",
- "https://www.w3.org/TR/motion-1/#ref-for-comb-one%E2%91%A4",
- "https://www.w3.org/TR/motion-1/#ref-for-position%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-length-value%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-position%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#ref-for-anchor-point%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/motion-1/#anchor-point",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-offsetpath-none%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A3",
+ "https://www.w3.org/TR/motion-1/#ref-for-comb-one%E2%91%A8",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-position%E2%91%A6",
+ "https://www.w3.org/TR/motion-1/#ref-for-transformable-element%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#ref-for-basic-shape-reference-box%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-anchor-auto",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-position%E2%91%A7",
+ "https://www.w3.org/TR/motion-1/#offset-anchor-point",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-position%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/motion-1/#valdef-offset-anchor-auto",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-anchor-point",
"https://www.w3.org/TR/motion-1/#ref-for-propdef-transform-origin",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A4",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-anchor%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#ref-for-offsetpath-none%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-background-position",
- "https://www.w3.org/TR/motion-1/#ref-for-position%E2%91%A3",
- "https://www.w3.org/TR/motion-1/#ref-for-percentage-value",
- "https://www.w3.org/TR/motion-1/#ref-for-anchor-point%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#ref-for-length-value%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#ref-for-computed-value",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-transform-origin%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-position%E2%91%A8",
+ "https://www.w3.org/TR/motion-1/#ref-for-basic-shape-reference-box%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#valdef-offset-anchor-position",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-position%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-anchor-point%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-position%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-basic-shape-reference-box%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#issue-84d4a7e7",
"https://www.w3.org/TR/motion-1/#example-19a6f2eb",
- "https://www.w3.org/TR/motion-1/#ref-for-anchor-point%E2%91%A3",
- "https://www.w3.org/TR/motion-1/#ref-for-anchor-point%E2%91%A4",
- "https://www.w3.org/TR/motion-1/#ref-for-anchor-point%E2%91%A5",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-anchor-point%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-anchor-point%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-anchor-point%E2%91%A3",
"https://www.w3.org/TR/motion-1/#example-7adfb83c",
- "https://www.w3.org/TR/motion-1/#ref-for-anchor-point%E2%91%A6",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-anchor-point%E2%91%A4",
"https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-anchor%E2%91%A2",
"https://www.w3.org/TR/motion-1/#example-70b8f14f",
"https://www.w3.org/TR/motion-1/#example-e236d2d9",
"https://www.w3.org/TR/motion-1/#offset-rotate-property",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate%E2%91%A0",
"https://www.w3.org/TR/motion-1/#propdef-offset-rotate",
- "https://www.w3.org/TR/motion-1/#ref-for-comb-one%E2%91%A5",
+ "https://www.w3.org/TR/motion-1/#ref-for-comb-one%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/motion-1/#ref-for-comb-any%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A8",
+ "https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-transform%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-position%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#valdef-offset-rotate-auto",
"https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-transform%E2%91%A3",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-position%E2%91%A3",
+ "https://www.w3.org/TR/motion-1/#ref-for-TermPathDirection",
"https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/motion-1/#valdef-offset-rotate-auto",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-auto",
+ "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A0",
"https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#valdef-offset-rotate-reverse",
"https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A5",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A6",
+ "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#valdef-offset-rotate-angle",
"https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/motion-1/#valdef-offset-rotate-reverse",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-reverse",
- "https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A7",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-reverse%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate%E2%91%A3",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-transform%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-transform%E2%91%A4",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-transform%E2%91%A3",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-transform%E2%91%A5",
"https://www.w3.org/TR/motion-1/#example-b0a7dcb3",
- "https://www.w3.org/TR/motion-1/#ref-for-anchor-point%E2%91%A7",
- "https://www.w3.org/TR/motion-1/#ref-for-anchor-point%E2%91%A8",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-anchor-point%E2%91%A5",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-anchor-point%E2%91%A6",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate%E2%91%A3",
+ "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-anchor-point%E2%91%A7",
"https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate%E2%91%A4",
+ "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-reverse",
"https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate%E2%91%A5",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A8",
- "https://www.w3.org/TR/motion-1/#ref-for-anchor-point%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate%E2%91%A6",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-reverse%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate%E2%91%A7",
"https://www.w3.org/TR/motion-1/#example-552ec5f4",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-reverse%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-reverse%E2%91%A3",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#calculating-path-transform",
- "https://www.w3.org/TR/motion-1/#t1",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-initial-position%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/motion-1/#t2",
- "https://www.w3.org/TR/motion-1/#p",
- "https://www.w3.org/TR/motion-1/#ref-for-used-offset-distance%E2%91%A5",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#ref-for-anchor-point%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-p",
- "https://www.w3.org/TR/motion-1/#ref-for-t2",
- "https://www.w3.org/TR/motion-1/#ref-for-t2%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate%E2%91%A8",
- "https://www.w3.org/TR/motion-1/#ref-for-t2%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-t1",
- "https://www.w3.org/TR/motion-1/#ref-for-t1%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#issue-8c7a4468",
- "https://www.w3.org/TR/motion-1/#issue-af0945aa",
- "https://www.w3.org/TR/motion-1/#ref-for-funcdef-transform-rotate",
+ "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A3",
+ "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-reverse%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A4",
+ "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-reverse%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A5",
"https://www.w3.org/TR/motion-1/#offset-shorthand",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset%E2%91%A0",
"https://www.w3.org/TR/motion-1/#propdef-offset",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/motion-1/#ref-for-mult-opt",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-mult-opt%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A7",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance%E2%91%A8",
"https://www.w3.org/TR/motion-1/#ref-for-comb-any%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/motion-1/#ref-for-mult-opt%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-mult-opt%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate%E2%91%A6",
+ "https://www.w3.org/TR/motion-1/#ref-for-mult-opt%E2%91%A3",
+ "https://www.w3.org/TR/motion-1/#ref-for-mult-opt%E2%91%A4",
"https://www.w3.org/TR/motion-1/#ref-for-mult-req",
"https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-anchor%E2%91%A3",
- "https://www.w3.org/TR/motion-1/#ref-for-mult-opt%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-mult-opt%E2%91%A5",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A8",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate%E2%91%A7",
"https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-anchor%E2%91%A4",
- "https://www.w3.org/TR/motion-1/#priv-sec",
+ "https://www.w3.org/TR/motion-1/#transform",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-transform%E2%91%A6",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-anchor-point%E2%91%A8",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-position%E2%91%A4",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate%E2%91%A8",
+ "https://www.w3.org/TR/motion-1/#paths",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-basic-shape%E2%91%A8",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-basic-shape%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-basic-shape%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#basic-shape-equivalent-path",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-basic-shape%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#path-equivalent-path",
+ "https://www.w3.org/TR/motion-1/#ref-for-funcdef-basic-shape-path",
+ "https://www.w3.org/TR/motion-1/#shape-equivalent-path",
+ "https://www.w3.org/TR/motion-1/#ref-for-funcdef-shape",
+ "https://www.w3.org/TR/motion-1/#circle-equivalent-path",
+ "https://www.w3.org/TR/motion-1/#ref-for-funcdef-basic-shape-circle",
+ "https://www.w3.org/TR/motion-1/#ellipse-equivalent-path",
+ "https://www.w3.org/TR/motion-1/#ref-for-funcdef-basic-shape-ellipse",
+ "https://www.w3.org/TR/motion-1/#ref-for-TermSegment-CompletingClosePath",
+ "https://www.w3.org/TR/motion-1/#rect-equivalent-path",
+ "https://www.w3.org/TR/motion-1/#inset-equivalent-path",
+ "https://www.w3.org/TR/motion-1/#xywh-equivalent-path",
+ "https://www.w3.org/TR/motion-1/#ref-for-TermSegment-CompletingClosePath%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#polygon-equivalent-path",
+ "https://www.w3.org/TR/motion-1/#ref-for-funcdef-basic-shape-polygon",
+ "https://www.w3.org/TR/motion-1/#ref-for-TermSegment-CompletingClosePath%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-TermShapeElement%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#ref-for-typedef-basic-shape%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#privacy",
+ "https://www.w3.org/TR/motion-1/#security",
"https://www.w3.org/TR/motion-1/#changes",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-ray%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-typedef-size%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#changes-20181218",
+ "https://www.w3.org/TR/motion-1/#changes-20150409",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/motion-1/#ref-for-funcdef-ray%E2%91%A6",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-path%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/motion-1/#ref-for-propdef-contain%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-ray%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offsetpath-initial-position%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/motion-1/#ref-for-funcdef-ray%E2%91%A7",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#ref-for-offset-starting-position%E2%91%A7",
"https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-anchor%E2%91%A5",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset%E2%91%A0",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-reverse%E2%91%A4",
- "https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-auto%E2%91%A6",
+ "https://www.w3.org/TR/motion-1/#ref-for-valdef-offset-rotate-reverse%E2%91%A2",
+ "https://www.w3.org/TR/motion-1/#ref-for-angle-value%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/motion-1/#acknowledgments",
- "https://www.w3.org/TR/motion-1/#conformance",
- "https://www.w3.org/TR/motion-1/#document-conventions",
+ "https://www.w3.org/TR/motion-1/#w3c-conformance",
+ "https://www.w3.org/TR/motion-1/#w3c-conventions",
"https://www.w3.org/TR/motion-1/#example-ae2b6bc0",
- "https://www.w3.org/TR/motion-1/#conform-classes",
- "https://www.w3.org/TR/motion-1/#conform-responsible",
- "https://www.w3.org/TR/motion-1/#conform-partial",
- "https://www.w3.org/TR/motion-1/#conform-future-proofing",
- "https://www.w3.org/TR/motion-1/#conform-testing",
+ "https://www.w3.org/TR/motion-1/#w3c-conformance-classes",
+ "https://www.w3.org/TR/motion-1/#w3c-partial",
+ "https://www.w3.org/TR/motion-1/#w3c-conform-future-proofing",
+ "https://www.w3.org/TR/motion-1/#w3c-testing",
"https://www.w3.org/TR/motion-1/#index",
"https://www.w3.org/TR/motion-1/#index-defined-here",
"https://www.w3.org/TR/motion-1/#index-defined-elsewhere",
- "https://www.w3.org/TR/motion-1/#term-for-propdef-background-position",
- "https://www.w3.org/TR/motion-1/#term-for-propdef-border-radius",
- "https://www.w3.org/TR/motion-1/#term-for-used-value",
- "https://www.w3.org/TR/motion-1/#term-for-propdef-contain",
- "https://www.w3.org/TR/motion-1/#term-for-typedef-geometry-box",
- "https://www.w3.org/TR/motion-1/#term-for-valuedef-border-box0",
- "https://www.w3.org/TR/motion-1/#term-for-valuedef-content-box0",
- "https://www.w3.org/TR/motion-1/#term-for-valuedef-fill-box0",
- "https://www.w3.org/TR/motion-1/#term-for-valuedef-margin-box0",
- "https://www.w3.org/TR/motion-1/#term-for-valuedef-padding-box0",
- "https://www.w3.org/TR/motion-1/#term-for-valuedef-stroke-box0",
- "https://www.w3.org/TR/motion-1/#term-for-valuedef-view-box0",
- "https://www.w3.org/TR/motion-1/#term-for-propdef-left",
- "https://www.w3.org/TR/motion-1/#term-for-propdef-position",
- "https://www.w3.org/TR/motion-1/#term-for-stacking-context",
- "https://www.w3.org/TR/motion-1/#term-for-valdef-position-static",
- "https://www.w3.org/TR/motion-1/#term-for-propdef-top",
- "https://www.w3.org/TR/motion-1/#term-for-typedef-basic-shape",
- "https://www.w3.org/TR/motion-1/#term-for-funcdef-circle",
- "https://www.w3.org/TR/motion-1/#term-for-funcdef-ellipse",
- "https://www.w3.org/TR/motion-1/#term-for-funcdef-inset",
- "https://www.w3.org/TR/motion-1/#term-for-funcdef-polygon",
- "https://www.w3.org/TR/motion-1/#term-for-local-coordinate-system",
- "https://www.w3.org/TR/motion-1/#term-for-funcdef-transform-rotate",
- "https://www.w3.org/TR/motion-1/#term-for-propdef-transform",
- "https://www.w3.org/TR/motion-1/#term-for-propdef-transform-origin",
- "https://www.w3.org/TR/motion-1/#term-for-propdef-rotate",
- "https://www.w3.org/TR/motion-1/#term-for-propdef-scale",
- "https://www.w3.org/TR/motion-1/#term-for-propdef-translate",
- "https://www.w3.org/TR/motion-1/#term-for-mult-req",
- "https://www.w3.org/TR/motion-1/#term-for-typedef-length-percentage",
- "https://www.w3.org/TR/motion-1/#term-for-mult-opt",
- "https://www.w3.org/TR/motion-1/#term-for-comb-one",
- "https://www.w3.org/TR/motion-1/#term-for-comb-any",
- "https://www.w3.org/TR/motion-1/#term-for-position",
- "https://www.w3.org/TR/motion-1/#term-for-angle-value",
- "https://www.w3.org/TR/motion-1/#term-for-length-value",
- "https://www.w3.org/TR/motion-1/#term-for-percentage-value",
- "https://www.w3.org/TR/motion-1/#term-for-string-value",
- "https://www.w3.org/TR/motion-1/#term-for-url-value",
- "https://www.w3.org/TR/motion-1/#term-for-TermShapeElement",
+ "https://www.w3.org/TR/motion-1/#3a4a9318",
+ "https://www.w3.org/TR/motion-1/#225e4b50",
+ "https://www.w3.org/TR/motion-1/#8c8e51b4",
+ "https://www.w3.org/TR/motion-1/#5dfeee7f",
+ "https://www.w3.org/TR/motion-1/#5c159f8f",
+ "https://www.w3.org/TR/motion-1/#6b4fc208",
+ "https://www.w3.org/TR/motion-1/#c73efcf9",
+ "https://www.w3.org/TR/motion-1/#26027e88",
+ "https://www.w3.org/TR/motion-1/#ebcbc56d",
+ "https://www.w3.org/TR/motion-1/#b8c34db8",
+ "https://www.w3.org/TR/motion-1/#35f1d972",
+ "https://www.w3.org/TR/motion-1/#f99d4ae2",
+ "https://www.w3.org/TR/motion-1/#bff39085",
+ "https://www.w3.org/TR/motion-1/#69f26c74",
+ "https://www.w3.org/TR/motion-1/#4ab9aaee",
+ "https://www.w3.org/TR/motion-1/#2091c1e6",
+ "https://www.w3.org/TR/motion-1/#b68a40b4",
+ "https://www.w3.org/TR/motion-1/#42b6a839",
+ "https://www.w3.org/TR/motion-1/#064d79bf",
+ "https://www.w3.org/TR/motion-1/#e7c6bf78",
+ "https://www.w3.org/TR/motion-1/#31452ed5",
+ "https://www.w3.org/TR/motion-1/#70f2f959",
+ "https://www.w3.org/TR/motion-1/#72bd2c25",
+ "https://www.w3.org/TR/motion-1/#c7dad71d",
+ "https://www.w3.org/TR/motion-1/#75f8cbbb",
+ "https://www.w3.org/TR/motion-1/#a0605489",
+ "https://www.w3.org/TR/motion-1/#81b3af3e",
+ "https://www.w3.org/TR/motion-1/#bdb4e757",
+ "https://www.w3.org/TR/motion-1/#d7e1d67b",
+ "https://www.w3.org/TR/motion-1/#4fd7e54f",
+ "https://www.w3.org/TR/motion-1/#699488a8",
+ "https://www.w3.org/TR/motion-1/#d4441b24",
+ "https://www.w3.org/TR/motion-1/#4eb9d37e",
+ "https://www.w3.org/TR/motion-1/#a0336d84",
+ "https://www.w3.org/TR/motion-1/#3df4be2e",
+ "https://www.w3.org/TR/motion-1/#a50c2771",
+ "https://www.w3.org/TR/motion-1/#d374477f",
+ "https://www.w3.org/TR/motion-1/#e531fcd9",
+ "https://www.w3.org/TR/motion-1/#c2861a19",
+ "https://www.w3.org/TR/motion-1/#b9e84d5d",
+ "https://www.w3.org/TR/motion-1/#9d3b8726",
"https://www.w3.org/TR/motion-1/#references",
"https://www.w3.org/TR/motion-1/#normative",
"https://www.w3.org/TR/motion-1/#biblio-css-backgrounds-3",
- "https://www.w3.org/TR/motion-1/#biblio-css-cascade-4",
- "https://www.w3.org/TR/motion-1/#biblio-css-contain-1",
- "https://www.w3.org/TR/motion-1/#biblio-css-masking-1",
- "https://www.w3.org/TR/motion-1/#biblio-css-position-3",
+ "https://www.w3.org/TR/motion-1/#biblio-css-box-3",
+ "https://www.w3.org/TR/motion-1/#biblio-css-box-4",
+ "https://www.w3.org/TR/motion-1/#biblio-css-cascade-5",
+ "https://www.w3.org/TR/motion-1/#biblio-css-contain-2",
+ "https://www.w3.org/TR/motion-1/#biblio-css-display-3",
+ "https://www.w3.org/TR/motion-1/#biblio-css-images-4",
"https://www.w3.org/TR/motion-1/#biblio-css-shapes",
+ "https://www.w3.org/TR/motion-1/#biblio-css-shapes-2",
"https://www.w3.org/TR/motion-1/#biblio-css-transforms-1",
"https://www.w3.org/TR/motion-1/#biblio-css-transforms-2",
"https://www.w3.org/TR/motion-1/#biblio-css-values-4",
+ "https://www.w3.org/TR/motion-1/#biblio-css-values-5",
"https://www.w3.org/TR/motion-1/#biblio-css21",
- "https://www.w3.org/TR/motion-1/#biblio-css3-images",
"https://www.w3.org/TR/motion-1/#biblio-css3val",
"https://www.w3.org/TR/motion-1/#biblio-rfc2119",
"https://www.w3.org/TR/motion-1/#biblio-svg11",
"https://www.w3.org/TR/motion-1/#biblio-svg2",
"https://www.w3.org/TR/motion-1/#informative",
+ "https://www.w3.org/TR/motion-1/#biblio-css-masking-1",
+ "https://www.w3.org/TR/motion-1/#biblio-css-position-3",
"https://www.w3.org/TR/motion-1/#biblio-css-round-display-1",
+ "https://www.w3.org/TR/motion-1/#biblio-motion-1",
"https://www.w3.org/TR/motion-1/#property-index",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset%E2%91%A2",
"https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-anchor%E2%91%A6",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/motion-1/#issues-index",
- "https://www.w3.org/TR/motion-1/#back-to-top"
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-distance%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-path%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-position%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/motion-1/#ref-for-propdef-offset-rotate%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/motion-1/#issues-index"
]
}
\ No newline at end of file
diff --git a/tr/ids/webaudio.json b/tr/ids/webaudio.json
index 26ceb13ff212..f4d9f3303ec3 100644
--- a/tr/ids/webaudio.json
+++ b/tr/ids/webaudio.json
@@ -1,6 +1,6 @@
{
"spec": {
- "title": "Web Audio API",
+ "title": "Web Audio API 1.1",
"url": "https://www.w3.org/TR/webaudio/"
},
"ids": [
@@ -9,10 +9,11 @@
"https://www.w3.org/TR/webaudio/#toc-nav",
"https://www.w3.org/TR/webaudio/#toc-jump",
"https://www.w3.org/TR/webaudio/#toc-toggle",
+ "https://www.w3.org/TR/webaudio/#toc-theme-toggle",
"https://www.w3.org/TR/webaudio/#title",
- "https://www.w3.org/TR/webaudio/#profile-and-date",
+ "https://www.w3.org/TR/webaudio/#w3c-state",
"https://www.w3.org/TR/webaudio/#abstract",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode",
"https://www.w3.org/TR/webaudio/#sotd",
"https://www.w3.org/TR/webaudio/#w3c_process_revision",
"https://www.w3.org/TR/webaudio/#toc",
@@ -23,181 +24,192 @@
"https://www.w3.org/TR/webaudio/#ref-for-AudioParam",
"https://www.w3.org/TR/webaudio/#ref-for-audio%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-video",
- "https://www.w3.org/TR/webaudio/#ref-for-mediaelementaudiosourcenode",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamtrackaudiosourcenode",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceNode",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamTrackAudioSourceNode",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediadevices-getusermedia",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamtrackaudiosourcenode%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamaudiodestinationnode",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamTrackAudioSourceNode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioDestinationNode",
"https://www.w3.org/TR/webaudio/#ref-for-AudioWorklet",
"https://www.w3.org/TR/webaudio/#ref-for-AnalyserNode",
"https://www.w3.org/TR/webaudio/#ModularRouting",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#inputs",
"https://www.w3.org/TR/webaudio/#outputs",
"https://www.w3.org/TR/webaudio/#source-node",
"https://www.w3.org/TR/webaudio/#destination-node",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext",
- "https://www.w3.org/TR/webaudio/#ref-for-audiodestinationnode",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioDestinationNode",
"https://www.w3.org/TR/webaudio/#example-05baec05",
"https://www.w3.org/TR/webaudio/#example-86265d42",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A2",
"https://www.w3.org/TR/webaudio/#example-6d1537ab",
"https://www.w3.org/TR/webaudio/#APIOverview",
- "https://www.w3.org/TR/webaudio/#ref-for-AudioContext",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-analysernode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audiodestinationnode%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworklet",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletglobalscope",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor",
- "https://www.w3.org/TR/webaudio/#ref-for-biquadfilternode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-channelmergernode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-channelsplitternode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-constantsourcenode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-convolvernode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-dynamicscompressornode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-gainnode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-iirfilternode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-mediaelementaudiosourcenode%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AnalyserNode%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioDestinationNode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorklet%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterNode",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerNode",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterNode",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConstantSourceNode",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-GainNode",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-IIRFilterNode",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceNode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-audio%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-video%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamaudiosourcenode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioSourceNode",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamtrackaudiosourcenode%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamTrackAudioSourceNode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamaudiodestinationnode%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioDestinationNode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-periodicwave",
- "https://www.w3.org/TR/webaudio/#ref-for-oscillatornode",
- "https://www.w3.org/TR/webaudio/#ref-for-oscillatornode%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorNode",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorNode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-stereopannernode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-waveshapernode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-scriptprocessornode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audioprocessingevent",
- "https://www.w3.org/TR/webaudio/#ref-for-scriptprocessornode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-WaveShaperNode",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-ScriptProcessorNode",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioProcessingEvent",
+ "https://www.w3.org/TR/webaudio/#ref-for-ScriptProcessorNode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#audioapi",
"https://www.w3.org/TR/webaudio/#BaseAudioContext",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext",
"https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiodestinationnode%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioDestinationNode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-pending-promises-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-rendering-thread-state-slot",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-control-thread-state-slot",
"https://www.w3.org/TR/webaudio/#ref-for-enumdef-audiocontextstate",
+ "https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-render-quantum-size-slot",
"https://www.w3.org/TR/webaudio/#enumdef-audiocontextstate",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-suspended",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-running",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-closed",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-audiocontextstate%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audiocontextstate-suspended",
"https://www.w3.org/TR/webaudio/#dom-audiocontextstate-running",
"https://www.w3.org/TR/webaudio/#dom-audiocontextstate-closed",
+ "https://www.w3.org/TR/webaudio/#enumdef-audiocontextrendersizecategory",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextrendersizecategory-default",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextrendersizecategory-hardware",
+ "https://www.w3.org/TR/webaudio/#dom-audiocontextrendersizecategory-default",
+ "https://www.w3.org/TR/webaudio/#ref-for-render-quantum-size",
+ "https://www.w3.org/TR/webaudio/#dom-audiocontextrendersizecategory-hardware",
+ "https://www.w3.org/TR/webaudio/#ref-for-render-quantum-size%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-callback-decodeerrorcallback-parameters",
"https://www.w3.org/TR/webaudio/#ref-for-idl-undefined",
"https://www.w3.org/TR/webaudio/#ref-for-idl-DOMException",
"https://www.w3.org/TR/webaudio/#dom-decodeerrorcallback-error",
"https://www.w3.org/TR/webaudio/#ref-for-callback-decodesuccesscallback-parameters",
"https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-decodesuccesscallback-decodeddata",
"https://www.w3.org/TR/webaudio/#ref-for-Exposed",
- "https://www.w3.org/TR/webaudio/#baseaudiocontext",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-eventtarget",
- "https://www.w3.org/TR/webaudio/#ref-for-audiodestinationnode%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioDestinationNode%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-destination",
"https://www.w3.org/TR/webaudio/#ref-for-idl-float",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-samplerate",
"https://www.w3.org/TR/webaudio/#ref-for-idl-double",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-listener",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-audiocontextstate%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-audiocontextstate%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-state",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-renderquantumsize",
"https://www.w3.org/TR/webaudio/#ref-for-SameObject",
"https://www.w3.org/TR/webaudio/#ref-for-SecureContext",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworklet%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorklet%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-audioworklet",
"https://www.w3.org/TR/webaudio/#ref-for-eventhandler",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-onstatechange",
- "https://www.w3.org/TR/webaudio/#ref-for-analysernode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AnalyserNode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createanalyser",
- "https://www.w3.org/TR/webaudio/#ref-for-biquadfilternode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterNode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createbiquadfilter",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createbuffer",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long",
- "https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createbuffer-numberofchannels-length-samplerate-numberofchannels",
"https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createbuffer-numberofchannels-length-samplerate-numberofchannels",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createbuffer-numberofchannels-length-samplerate-length",
"https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createbuffer-numberofchannels-length-samplerate-samplerate",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createbuffersource",
- "https://www.w3.org/TR/webaudio/#ref-for-channelmergernode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerNode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createchannelmerger",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createchannelmerger-numberofinputs-numberofinputs",
- "https://www.w3.org/TR/webaudio/#ref-for-channelsplitternode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterNode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createchannelsplitter",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createchannelsplitter-numberofoutputs-numberofoutputs",
- "https://www.w3.org/TR/webaudio/#ref-for-constantsourcenode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConstantSourceNode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createconstantsource",
- "https://www.w3.org/TR/webaudio/#ref-for-convolvernode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createconvolver",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createdelay",
"https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createdelay-maxdelaytime-maxdelaytime",
- "https://www.w3.org/TR/webaudio/#ref-for-dynamicscompressornode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createdynamicscompressor",
- "https://www.w3.org/TR/webaudio/#ref-for-gainnode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-GainNode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-creategain",
- "https://www.w3.org/TR/webaudio/#ref-for-iirfilternode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-IIRFilterNode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createiirfilter",
"https://www.w3.org/TR/webaudio/#ref-for-idl-sequence",
"https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A1",
@@ -205,11 +217,11 @@
"https://www.w3.org/TR/webaudio/#ref-for-idl-sequence%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createiirfilter-feedforward-feedback-feedback",
- "https://www.w3.org/TR/webaudio/#ref-for-oscillatornode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorNode%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createoscillator",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createpanner",
- "https://www.w3.org/TR/webaudio/#ref-for-periodicwave%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createperiodicwave",
"https://www.w3.org/TR/webaudio/#ref-for-idl-sequence%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A1",
@@ -217,22 +229,22 @@
"https://www.w3.org/TR/webaudio/#ref-for-idl-sequence%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createperiodicwave-real-imag-constraints-imag",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-periodicwaveconstraints",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWaveConstraints",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createperiodicwave-real-imag-constraints-constraints",
- "https://www.w3.org/TR/webaudio/#ref-for-scriptprocessornode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-ScriptProcessorNode%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createscriptprocessor",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createscriptprocessor-buffersize-numberofinputchannels-numberofoutputchannels-buffersize",
"https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createscriptprocessor-buffersize-numberofinputchannels-numberofoutputchannels-numberofinputchannels",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createscriptprocessor-buffersize-numberofinputchannels-numberofoutputchannels-buffersize",
"https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createscriptprocessor-buffersize-numberofinputchannels-numberofoutputchannels-numberofinputchannels",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createscriptprocessor-buffersize-numberofinputchannels-numberofoutputchannels-numberofoutputchannels",
"https://www.w3.org/TR/webaudio/#ref-for-stereopannernode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createstereopanner",
- "https://www.w3.org/TR/webaudio/#ref-for-waveshapernode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-WaveShaperNode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createwaveshaper",
"https://www.w3.org/TR/webaudio/#ref-for-idl-promise",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-decodeaudiodata",
"https://www.w3.org/TR/webaudio/#ref-for-idl-ArrayBuffer",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-decodeaudiodata-audiodata-successcallback-errorcallback-audiodata",
@@ -242,144 +254,164 @@
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-decodeaudiodata-audiodata-successcallback-errorcallback-errorcallback",
"https://www.w3.org/TR/webaudio/#BaseAudioContext-attributes",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-audioworklet",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworklet%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworklet%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorklet%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorklet%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-currenttime",
"https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-running%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-render-quantum",
"https://www.w3.org/TR/webaudio/#ref-for-atomically",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-destination",
- "https://www.w3.org/TR/webaudio/#ref-for-audiodestinationnode%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audiodestinationnode%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioDestinationNode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioDestinationNode%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-destination%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-listener",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-onstatechange",
"https://www.w3.org/TR/webaudio/#ref-for-eventhandler%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-event-handlers",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#eventdef-baseaudiocontext-statechange",
"https://www.w3.org/TR/webaudio/#ref-for-event",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontext-oncomplete",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-offlineaudiocontext-complete",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-samplerate",
"https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webaudio/#--nyquist-frequency",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-state",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-audiocontextstate%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-audiocontextstate%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-control-thread-state-slot",
+ "https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-renderquantumsize",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-render-quantum-size-slot",
"https://www.w3.org/TR/webaudio/#BaseAudioContent-methods",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createanalyser",
"https://www.w3.org/TR/webaudio/#ref-for-factory-method",
- "https://www.w3.org/TR/webaudio/#ref-for-analysernode%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-analysernode%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AnalyserNode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AnalyserNode%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createbiquadfilter",
"https://www.w3.org/TR/webaudio/#ref-for-factory-method%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-biquadfilternode%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-biquadfilternode%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterNode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterNode%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createbuffer",
"https://www.w3.org/TR/webaudio/#ref-for-notsupportederror",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createbuffer%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createbuffer-numberofchannels",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A8",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createbuffer-length",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createbuffer-samplerate",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-linear-pcm",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createbuffersource",
"https://www.w3.org/TR/webaudio/#ref-for-factory-method%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createchannelmerger",
"https://www.w3.org/TR/webaudio/#ref-for-factory-method%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-channelmergernode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerNode%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-indexsizeerror",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createchannelmerger-numberofinputs-numberofinputs%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createchannelmerger%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createchannelmerger-numberofinputs-numberofinputs",
- "https://www.w3.org/TR/webaudio/#ref-for-channelmergernode%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerNode%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createchannelsplitter",
"https://www.w3.org/TR/webaudio/#ref-for-factory-method%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-channelsplitternode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterNode%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-indexsizeerror%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createchannelsplitter-numberofoutputs-numberofoutputs%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createchannelsplitter%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createchannelsplitter-numberofoutputs-numberofoutputs",
- "https://www.w3.org/TR/webaudio/#ref-for-channelsplitternode%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterNode%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createconstantsource",
"https://www.w3.org/TR/webaudio/#ref-for-factory-method%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-constantsourcenode%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-constantsourcenode%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConstantSourceNode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConstantSourceNode%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createconvolver",
"https://www.w3.org/TR/webaudio/#ref-for-factory-method%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-convolvernode%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-convolvernode%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createdelay",
"https://www.w3.org/TR/webaudio/#ref-for-factory-method%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createdelay%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createdelay-maxdelaytime-maxdelaytime",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createdynamicscompressor",
"https://www.w3.org/TR/webaudio/#ref-for-factory-method%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-dynamicscompressornode%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dynamicscompressornode%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-creategain",
"https://www.w3.org/TR/webaudio/#ref-for-factory-method%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-gainnode%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-gainnode%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-GainNode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-GainNode%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createiirfilter",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createiirfilter%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createiirfilter-feedforward",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-sequence%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror",
"https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createiirfilter-feedback",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-sequence%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-iirfilternode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-IIRFilterNode%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createoscillator",
"https://www.w3.org/TR/webaudio/#ref-for-factory-method%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-oscillatornode%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-oscillatornode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorNode%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorNode%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createpanner",
"https://www.w3.org/TR/webaudio/#ref-for-factory-method%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createperiodicwave",
"https://www.w3.org/TR/webaudio/#ref-for-factory-method%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-periodicwave%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createperiodicwave-real",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createperiodicwave-imag",
"https://www.w3.org/TR/webaudio/#ref-for-indexsizeerror%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-periodicwaveoptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWaveOptions",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createperiodicwave-real%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createperiodicwave-imag%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwaveconstraints-disablenormalization",
"https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwaveconstraints-disablenormalization%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-periodicwave%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createperiodicwave%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createperiodicwave-real",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-sequence%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwaveoptions-real",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createperiodicwave-imag",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-sequence%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwaveoptions-imag",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createperiodicwave-constraints",
- "https://www.w3.org/TR/webaudio/#ref-for-periodicwave%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWaveConstraints%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createscriptprocessor",
"https://www.w3.org/TR/webaudio/#ref-for-factory-method%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-scriptprocessornode%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-scriptprocessornode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-ScriptProcessorNode%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-ScriptProcessorNode%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-indexsizeerror%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createscriptprocessor-buffersize-numberofinputchannels-numberofoutputchannels-buffersize%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createscriptprocessor-buffersize-numberofinputchannels-numberofoutputchannels-numberofinputchannels%E2%91%A0",
@@ -389,23 +421,26 @@
"https://www.w3.org/TR/webaudio/#ref-for-indexsizeerror%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createscriptprocessor%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createscriptprocessor-buffersize-numberofinputchannels-numberofoutputchannels-buffersize",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-scriptprocessornode-buffersize",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-scriptprocessornode-onaudioprocess",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-scriptprocessornode-audioprocess",
"https://www.w3.org/TR/webaudio/#ref-for-dom-scriptprocessornode-buffersize%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-indexsizeerror%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createscriptprocessor-buffersize-numberofinputchannels-numberofoutputchannels-numberofinputchannels",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createscriptprocessor-buffersize-numberofinputchannels-numberofoutputchannels-numberofoutputchannels",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-scriptprocessornode%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-ScriptProcessorNode%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createstereopanner",
"https://www.w3.org/TR/webaudio/#ref-for-factory-method%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-stereopannernode%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-stereopannernode%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-createwaveshaper",
"https://www.w3.org/TR/webaudio/#ref-for-factory-method%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-waveshapernode%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-waveshapernode%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-WaveShaperNode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-WaveShaperNode%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-decodeaudiodata",
"https://www.w3.org/TR/webaudio/#ref-for-idl-ArrayBuffer%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-idl-ArrayBuffer%E2%91%A1",
@@ -419,11 +454,14 @@
"https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-idl-DOMException%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-decodeaudiodata-audiodata-successcallback-errorcallback-audiodata",
+ "https://www.w3.org/TR/webaudio/#ref-for-buffersource-detached",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-pending-promises-slot",
+ "https://www.w3.org/TR/webaudio/#ref-for-dfn-detach",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-decodeaudiodata-audiodata-successcallback-errorcallback-audiodata%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-idl-ArrayBuffer%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-datacloneerror",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-pending-promises-slot%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#6d54a0c50",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-decodeaudiodata-errorcallback",
"https://www.w3.org/TR/webaudio/#ref-for-control-thread",
"https://www.w3.org/TR/webaudio/#ref-for-rendering-thread",
@@ -433,77 +471,99 @@
"https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-decodeaudiodata-audiodata-successcallback-errorcallback-audiodata%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-linear-pcm%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-linear-pcm%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#6d54a0c51",
"https://www.w3.org/TR/webaudio/#ref-for-encodingerror",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-pending-promises-slot%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-decodeaudiodata-errorcallback%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-decodeaudiodata-errorcallback%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-linear-pcm%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-linear-pcm%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-decodeaudiodata-audiodata-successcallback-errorcallback-audiodata%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#6d54a0c52",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-decodeaudiodata-successcallback",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-decodeaudiodata-successcallback%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-decodeaudiodata%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-decodeaudiodata-audiodata",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-ArrayBuffer%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-decodeaudiodata-successcallback",
+ "https://www.w3.org/TR/webaudio/#ref-for-callback-decodesuccesscallback-parameters%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-decodeaudiodata-errorcallback",
+ "https://www.w3.org/TR/webaudio/#ref-for-callback-decodeerrorcallback-parameters%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-idl-promise%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A5",
"https://www.w3.org/TR/webaudio/#callback-decodesuccesscallback-parameters",
- "https://www.w3.org/TR/webaudio/#ref-for-callback-decodesuccesscallback-parameters%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-callback-decodesuccesscallback-parameters%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-callback-decodesuccesscallback-parameters%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-decodesuccesscallback-decodeddata",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A6",
"https://www.w3.org/TR/webaudio/#callback-decodeerrorcallback-parameters",
- "https://www.w3.org/TR/webaudio/#ref-for-callback-decodeerrorcallback-parameters%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-callback-decodeerrorcallback-parameters%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-callback-decodeerrorcallback-parameters%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-decodeerrorcallback-error",
"https://www.w3.org/TR/webaudio/#ref-for-idl-DOMException%E2%91%A1",
"https://www.w3.org/TR/webaudio/#lifetime-AudioContext",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A2",
"https://www.w3.org/TR/webaudio/#lack-of-introspection-or-serialization-primitives",
"https://www.w3.org/TR/webaudio/#ref-for-audionode-source-nodes",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A3",
"https://www.w3.org/TR/webaudio/#system-resources-associated-with-baseaudiocontext-subclasses",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#acquiring",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-suspend",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-close",
"https://www.w3.org/TR/webaudio/#releasing",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-resume",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#AudioContext",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiodestinationnode%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioDestinationNode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#enumdef-audiocontextlatencycategory",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextlatencycategory-balanced",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextlatencycategory-interactive",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextlatencycategory-playback",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-audiocontextlatencycategory",
"https://www.w3.org/TR/webaudio/#dom-audiocontextlatencycategory-balanced",
"https://www.w3.org/TR/webaudio/#dom-audiocontextlatencycategory-interactive",
"https://www.w3.org/TR/webaudio/#dom-audiocontextlatencycategory-playback",
+ "https://www.w3.org/TR/webaudio/#enumdef-audiosinktype",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiosinktype-none",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-audiosinktype",
+ "https://www.w3.org/TR/webaudio/#dom-audiosinktype-none",
"https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#audiocontext",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-audiocontext",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audiocontextoptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContextOptions",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-constructor-contextoptions-contextoptions",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-baselatency",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-outputlatency",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audiotimestamp",
+ "https://www.w3.org/TR/webaudio/#ref-for-SecureContext%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioSinkInfo",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-sinkid",
+ "https://www.w3.org/TR/webaudio/#ref-for-SecureContext%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-audiorendercapacity",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-rendercapacity",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventhandler%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-onsinkchange",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventhandler%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-onerror",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioTimestamp",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-getoutputtimestamp",
"https://www.w3.org/TR/webaudio/#ref-for-idl-promise%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A2",
@@ -514,69 +574,127 @@
"https://www.w3.org/TR/webaudio/#ref-for-idl-promise%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-close%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-mediaelementaudiosourcenode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-SecureContext%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-promise%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#dom-audiocontext-setsinkid",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioSinkOptions",
+ "https://www.w3.org/TR/webaudio/#dom-audiocontext-setsinkid-sinkid-sinkid",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceNode%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-createmediaelementsource",
"https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement",
"https://www.w3.org/TR/webaudio/#dom-audiocontext-createmediaelementsource-mediaelement-mediaelement",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamaudiosourcenode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioSourceNode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-createmediastreamsource",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-audiocontext-createmediastreamsource-mediastream-mediastream",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamtrackaudiosourcenode%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamTrackAudioSourceNode%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-createmediastreamtracksource",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audiocontext-createmediastreamtracksource-mediastreamtrack-mediastreamtrack",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamaudiodestinationnode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioDestinationNode%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-createmediastreamdestination",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#allowed-to-start",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-suspended%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-running%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-concept-relevant-global%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-sticky-activation",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#dom-audiocontext-suspended-by-user-slot",
+ "https://www.w3.org/TR/webaudio/#dom-audiocontext-sink-id-slot",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioSinkInfo%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#dom-audiocontext-pending-resume-promises-slot",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-promise%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-resume%E2%91%A1",
"https://www.w3.org/TR/webaudio/#AudioContext-constructors",
"https://www.w3.org/TR/webaudio/#dom-audiocontext-audiocontext",
- "https://www.w3.org/TR/webaudio/#termref-for-fully-active",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-current-settings-object",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-relevant-global%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-document-window%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-fully-active%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-control-thread-state-slot%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-rendering-thread-state-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#dom-audiocontext-pending-resume-promises-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-messagechannel",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-messagechannel-port1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-messagechannel-port2",
+ "https://www.w3.org/TR/webaudio/#ref-for-structuredserializewithtransfer",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-audioworklet%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioworklet-port",
+ "https://www.w3.org/TR/webaudio/#ref-for-queuing",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextoptions-sinkid",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextoptions-sinkid%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-sink-id-slot",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioSinkOptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-sink-id-slot%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioSinkInfo%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiosinkoptions-type",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiosinkinfo-type",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-sink-id-slot%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMException%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-sink-id-slot%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioSinkOptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-sink-id-slot%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioSinkInfo%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiosinkoptions-type%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextoptions-latencyhint",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextoptions-latencyhint%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextoptions-samplerate",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-samplerate%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioSinkOptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextoptions-samplerate%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-allowed-to-start",
"https://www.w3.org/TR/webaudio/#ref-for-control-message",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-current-settings-object%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-relevant-global%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-document-window%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-acquiring",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-sink-id-slot%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-sink-id-slot%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-queue-a-media-element-task",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-audiocontext-error",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-this%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-rendering-thread-state-slot%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-queue-a-media-element-task%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-state%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-running%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-baseaudiocontext-statechange",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#setting-the-messageport-on-the-scope",
+ "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-messageport",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-structureddeserialize",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletglobalscope-port",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-audiocontext%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audiocontext-constructor-contextoptions-contextoptions",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContextOptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webaudio/#AudioContext-attributes",
"https://www.w3.org/TR/webaudio/#dom-audiocontext-baselatency",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audiodestinationnode%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audiodestinationnode%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audiodestinationnode%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioDestinationNode%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioDestinationNode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioDestinationNode%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-render-quantum%E2%91%A0",
"https://www.w3.org/TR/webaudio/#MathJax-Element-1-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1",
@@ -598,82 +716,108 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-17",
"https://www.w3.org/TR/webaudio/#MathJax-Element-1",
"https://www.w3.org/TR/webaudio/#dom-audiocontext-outputlatency",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-outputlatency%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-outputlatency%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-outputlatency%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#dom-audiocontext-rendercapacity",
+ "https://www.w3.org/TR/webaudio/#ref-for-audiorendercapacity%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-audiorendercapacity%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#dom-audiocontext-sinkid",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-sink-id-slot%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#dom-audiocontext-onsinkchange",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventhandler%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-event-handlers%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-setsinkid",
+ "https://www.w3.org/TR/webaudio/#eventdef-audiocontext-sinkchange",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-baseaudiocontext-statechange%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#dom-audiocontext-onerror",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventhandler%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-event-handlers%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-event%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#eventdef-audiocontext-error",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-running%E2%91%A3",
"https://www.w3.org/TR/webaudio/#AudioContext-methods",
"https://www.w3.org/TR/webaudio/#dom-audiocontext-close",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-releasing",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-this%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-concept-relevant-global%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-concept-document-window%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-fully-active%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-this%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-relevant-global%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-document-window%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-fully-active%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-a-promise-rejected-with%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMException%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-control-thread-state-slot%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMException%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-control-thread-state-slot%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-control-thread-state-slot%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-queuing",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-queuing%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-releasing%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-rendering-thread-state-slot%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#6d54a0c53",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-state%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-closed%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-state%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-closed%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#6d54a0c54",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-baseaudiocontext-statechange%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-promise%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-promise%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-audiocontext-createmediaelementsource",
- "https://www.w3.org/TR/webaudio/#ref-for-mediaelementaudiosourcenode%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceNode%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-createmediaelementsource%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audiocontext-createmediaelementsource-mediaelement",
- "https://www.w3.org/TR/webaudio/#ref-for-mediaelementaudiosourcenode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceNode%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-audiocontext-createmediastreamdestination",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamaudiodestinationnode%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamaudiodestinationnode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioDestinationNode%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioDestinationNode%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-audiocontext-createmediastreamsource",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamaudiosourcenode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioSourceNode%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-createmediastreamsource%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audiocontext-createmediastreamsource-mediastream",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamaudiosourcenode%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioSourceNode%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-audiocontext-createmediastreamtracksource",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamtrackaudiosourcenode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamTrackAudioSourceNode%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-createmediastreamtracksource%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audiocontext-createmediastreamtracksource-mediastreamtrack",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamtrackaudiosourcenode%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamTrackAudioSourceNode%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-audiocontext-getoutputtimestamp",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audiotimestamp%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioTimestamp%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiotimestamp-contexttime",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiotimestamp-performancetime",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-getoutputtimestamp%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audiotimestamp%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioTimestamp%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiotimestamp-contexttime%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-getoutputtimestamp%E2%91%A1",
@@ -683,768 +827,1047 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiotimestamp-contexttime%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-getoutputtimestamp%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-outputlatency%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audiotimestamp%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-outputlatency%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioTimestamp%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-audiocontext-resume",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-this%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-concept-relevant-global%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-concept-document-window%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-fully-active%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-this%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-relevant-global%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-document-window%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-fully-active%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-a-promise-rejected-with%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMException%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-control-thread-state-slot%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMException%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-control-thread-state-slot%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-suspended-by-user-slot",
"https://www.w3.org/TR/webaudio/#ref-for-allowed-to-start%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-pending-promises-slot%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-pending-resume-promises-slot",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-control-thread-state-slot%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-queuing%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-queuing%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webaudio/#context-resume",
- "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-acquiring%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-rendering-thread-state-slot%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#6d54a0c55",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-pending-resume-promises-slot%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-pending-resume-promises-slot%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-pending-promises-slot%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#6d54a0c56",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-pending-resume-promises-slot%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-pending-resume-promises-slot%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-pending-promises-slot%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-state%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A4%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-running%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-state%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-running%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A4%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-promise%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-state%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-running%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-queue-a-media-element-task%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-baseaudiocontext-statechange%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-promise%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A7",
"https://www.w3.org/TR/webaudio/#dom-audiocontext-suspend",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-releasing%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-this%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-concept-relevant-global%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-concept-document-window%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-fully-active%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-this%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-relevant-global%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-document-window%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-fully-active%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-a-promise-rejected-with%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMException%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-control-thread-state-slot%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMException%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-control-thread-state-slot%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-pending-promises-slot%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-suspended-by-user-slot%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-control-thread-state-slot%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A4%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-queuing%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A4%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-queuing%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-releasing%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-rendering-thread-state-slot%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#6d54a0c57",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-state%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-suspended%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-state%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-suspended%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A5%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A5%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-scriptprocessornode%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-analysernode%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-analysernode%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-analysernode%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A5%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-promise%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-queue-a-media-element-task%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-baseaudiocontext-statechange%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-ScriptProcessorNode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AnalyserNode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AnalyserNode%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AnalyserNode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-promise%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#dom-audiocontext-setsinkid-domstring-or-audiosinkoptions-sinkid",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-sink-id-slot%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-setsinkid%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-sink-id-slot%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#6d54a0c58",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioSinkOptions%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-sink-id-slot%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioSinkInfo%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiosinkoptions-type%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiosinkinfo-type%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-sink-id-slot%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#6d54a0c59",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-rendering-thread-state-slot%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-releasing%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-rendering-thread-state-slot%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#6d54a0c510",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-state%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-suspended%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-state%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-suspended%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-baseaudiocontext-statechange%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-acquiring%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-sink-id-slot%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-sink-id-slot%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidaccesserror",
+ "https://www.w3.org/TR/webaudio/#6d54a0c511",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-sink-id-slot%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioSinkOptions%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-sink-id-slot%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-sink-id-slot%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioSinkInfo%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiosinkoptions-type%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioSinkOptions%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-sink-id-slot%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioSinkInfo%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiosinkinfo-type%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-sink-id-slot%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiosinkoptions-type%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-audiocontext-sinkchange",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-rendering-thread-state-slot%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#6d54a0c512",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-state%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-running%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-state%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-running%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-baseaudiocontext-statechange%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#validating-sink-identifier",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-sinkid%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-sinkid%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-document-window%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMException%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-notallowederror",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-mediadevices-enumeratedevices",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMException%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-notfounderror",
"https://www.w3.org/TR/webaudio/#AudioContextOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audiocontextoptions%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-AudioContextOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audiocontextoptions%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A5%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#dictdef-audiocontextoptions",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-audiocontextlatencycategory",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContextOptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContextOptions%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContextOptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContextOptions%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-audiocontextlatencycategory%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextoptions-latencyhint%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextoptions-samplerate%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextoptions-samplerate%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioSinkOptions%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextoptions-sinkid%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-audiocontextrendersizecategory",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextoptions-rendersizehint",
"https://www.w3.org/TR/webaudio/#dictionary-audiocontextoptions-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audiocontextoptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContextOptions%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-audiocontextoptions-latencyhint",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-audiocontextlatencycategory%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-audiocontextlatencycategory%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-baselatency%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audiocontextoptions-samplerate",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-samplerate%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A5%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextoptions-samplerate%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextoptions-samplerate%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#dom-audiocontextoptions-sinkid",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-sinkid%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#dom-audiocontextoptions-rendersizehint",
+ "https://www.w3.org/TR/webaudio/#ref-for-render-quantum-size%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-render-quantum-size%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#AudioSinkOptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioSinkOptions%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioSinkOptions%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioSinkOptions%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-sinkid%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioSinkOptions%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-audiosinktype%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiosinkoptions-type%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#dictionary-audiosinkoptions-members",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioSinkOptions%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#dom-audiosinkoptions-type",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-audiosinktype%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-audiosinktype%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#AudioSinkInfo",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioSinkInfo%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioSinkInfo%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioSinkInfo%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-sinkid%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioSinkInfo%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-audiosinktype%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiosinkinfo-type%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#audiosinkinfo-attributes",
+ "https://www.w3.org/TR/webaudio/#dom-audiosinkinfo-type",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-audiosinktype%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-audiosinktype%E2%91%A5",
"https://www.w3.org/TR/webaudio/#AudioTimestamp",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audiotimestamp%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-AudioTimestamp",
- "https://www.w3.org/TR/webaudio/#dictdef-audiotimestamp",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioTimestamp%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioTimestamp%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioTimestamp%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiotimestamp-contexttime%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-domhighrestimestamp",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiotimestamp-performancetime%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dictionary-audiotimestamp-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audiotimestamp%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioTimestamp%E2%91%A5",
"https://www.w3.org/TR/webaudio/#dom-audiotimestamp-contexttime",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audiotimestamp-performancetime",
"https://www.w3.org/TR/webaudio/#ref-for-dom-domhighrestimestamp%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#AudioRenderCapacity",
+ "https://www.w3.org/TR/webaudio/#ref-for-audiorendercapacity%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioRenderCapacity",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#audiorendercapacity",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventtarget%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiorendercapacity-start",
+ "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audiorendercapacityoptions",
+ "https://www.w3.org/TR/webaudio/#dom-audiorendercapacity-start-options-options",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiorendercapacity-stop",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventhandler%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiorendercapacity-onupdate",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-load-value",
+ "https://www.w3.org/TR/webaudio/#ref-for-system-level-audio-callback",
+ "https://www.w3.org/TR/webaudio/#AudioRenderCapacity-attributes",
+ "https://www.w3.org/TR/webaudio/#dom-audiorendercapacity-onupdate",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventhandler%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#eventdef-audiorendercapacity-update",
+ "https://www.w3.org/TR/webaudio/#ref-for-audiorendercapacityevent",
+ "https://www.w3.org/TR/webaudio/#AudioRenderCapacity-methods",
+ "https://www.w3.org/TR/webaudio/#dom-audiorendercapacity-start",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-audiorendercapacity-update",
+ "https://www.w3.org/TR/webaudio/#ref-for-audiorendercapacity%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-audiorendercapacityevent%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audiorendercapacityoptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#dom-audiorendercapacity-stop",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-audiorendercapacity-update%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#AudioRenderCapacityOptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audiorendercapacityoptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioRenderCapacityOptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audiorendercapacityoptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-audiorendercapacity%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#dictdef-audiorendercapacityoptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiorendercapacityoptions-updateinterval",
+ "https://www.w3.org/TR/webaudio/#dictionary-AudioRenderCapacityOptions-members",
+ "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audiorendercapacityoptions%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#dom-audiorendercapacityoptions-updateinterval",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-audiorendercapacityevent%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-load-value%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-system-level-audio-callback%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-system-level-audio-callback%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-system-level-audio-callback%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#AudioRenderCapacityEvent",
+ "https://www.w3.org/TR/webaudio/#ref-for-audiorendercapacityevent%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioRenderCapacityEvent",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#audiorendercapacityevent",
+ "https://www.w3.org/TR/webaudio/#ref-for-event%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#dom-audiorendercapacityevent-audiorendercapacityevent",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#dom-audiorendercapacityevent-audiorendercapacityevent-type-eventinitdict-type",
+ "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audiorendercapacityeventinit",
+ "https://www.w3.org/TR/webaudio/#dom-audiorendercapacityevent-audiorendercapacityevent-type-eventinitdict-eventinitdict",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiorendercapacityevent-timestamp",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiorendercapacityevent-averageload",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiorendercapacityevent-peakload",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiorendercapacityevent-underrunratio",
+ "https://www.w3.org/TR/webaudio/#dictdef-audiorendercapacityeventinit",
+ "https://www.w3.org/TR/webaudio/#ref-for-dictdef-eventinit",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#dom-audiorendercapacityeventinit-timestamp",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#dom-audiorendercapacityeventinit-averageload",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#dom-audiorendercapacityeventinit-peakload",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#dom-audiorendercapacityeventinit-underrunratio",
+ "https://www.w3.org/TR/webaudio/#AudioRenderCapacityEvent-attributes",
+ "https://www.w3.org/TR/webaudio/#dom-audiorendercapacityevent-timestamp",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#dom-audiorendercapacityevent-averageload",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#dom-audiorendercapacityevent-peakload",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#dom-audiorendercapacityevent-underrunratio",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-load-value%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-system-level-audio-callback%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-2-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-18",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-19",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-20",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-2",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-3-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-21",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-22",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-23",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-3",
+ "https://www.w3.org/TR/webaudio/#ref-for-system-level-audio-callback%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-4-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-24",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-25",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-26",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-4",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-5-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-27",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-28",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-29",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-30",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-31",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-32",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-33",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-5",
"https://www.w3.org/TR/webaudio/#OfflineAudioContext",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#offlineaudiocontext",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontext-offlineaudiocontext",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-offlineaudiocontextoptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContextOptions",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontext-constructor-contextoptions-contextoptions",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontext-offlineaudiocontext-numberofchannels-length-samplerate",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontext-constructor-numberofchannels-length-samplerate-numberofchannels",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontext-constructor-numberofchannels-length-samplerate-length",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontext-constructor-numberofchannels-length-samplerate-samplerate",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-promise%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-promise%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontext-startrendering",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-promise%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-promise%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontext-resume",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-promise%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-promise%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontext-suspend",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webaudio/#dom-offlineaudiocontext-suspend-suspendtime-suspendtime",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontext-length",
- "https://www.w3.org/TR/webaudio/#ref-for-eventhandler%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontext-oncomplete%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventhandler%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontext-oncomplete",
"https://www.w3.org/TR/webaudio/#OfflineAudioContext-constructors",
"https://www.w3.org/TR/webaudio/#dom-offlineaudiocontext-offlineaudiocontext",
- "https://www.w3.org/TR/webaudio/#termref-for-fully-active%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-current-settings-object%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-relevant-global%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-document-window%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-fully-active%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-control-thread-state-slot%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-rendering-thread-state-slot%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audiodestinationnode%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-rendering-thread-state-slot%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-render-quantum-size-slot%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontextoptions-rendersizehint",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-render-quantum-size-slot%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-render-quantum-size-slot%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioDestinationNode%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount",
+ "https://www.w3.org/TR/webaudio/#ref-for-messagechannel%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-messagechannel-port1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-messagechannel-port2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-structuredserializewithtransfer%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-audioworklet%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioworklet-port%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-queuing%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontext-offlineaudiocontext%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-offlineaudiocontext-constructor-contextoptions-contextoptions",
"https://www.w3.org/TR/webaudio/#dom-offlineaudiocontext-offlineaudiocontext-numberofchannels-length-samplerate",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontext-offlineaudiocontext-numberofchannels-length-samplerate%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-offlineaudiocontext-constructor-numberofchannels-length-samplerate-numberofchannels",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createbuffer%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-offlineaudiocontext-constructor-numberofchannels-length-samplerate-length",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-offlineaudiocontext-constructor-numberofchannels-length-samplerate-samplerate",
- "https://www.w3.org/TR/webaudio/#ref-for-linear-pcm%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-linear-pcm%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createbuffer%E2%91%A2",
"https://www.w3.org/TR/webaudio/#OfflineAudioContext-attributes",
"https://www.w3.org/TR/webaudio/#dom-offlineaudiocontext-length",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-offlineaudiocontext-oncomplete",
- "https://www.w3.org/TR/webaudio/#ref-for-eventhandler%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventhandler%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#eventdef-offlineaudiocontext-complete",
"https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioCompletionEvent",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A8",
"https://www.w3.org/TR/webaudio/#OfflineAudioContext-methods",
"https://www.w3.org/TR/webaudio/#dom-offlineaudiocontext-startrendering",
"https://www.w3.org/TR/webaudio/#dom-offlineaudiocontext-rendering-started-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-control-thread%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-this%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-concept-relevant-global%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-concept-document-window%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-fully-active%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-this%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-relevant-global%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-document-window%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-fully-active%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-a-promise-rejected-with%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMException%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMException%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontext-rendering-started-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontext-rendering-started-slot%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-offlineaudiocontext-rendered-buffer-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-begin-offline-rendering",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-pending-promises-slot%E2%91%A6",
"https://www.w3.org/TR/webaudio/#begin-offline-rendering",
- "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontext-rendered-buffer-slot",
"https://www.w3.org/TR/webaudio/#ref-for-render-quantum%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontext-suspend%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#6d54a0c513",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontext-startrendering%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontext-rendered-buffer-slot%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocompletionevent",
+ "https://www.w3.org/TR/webaudio/#ref-for-queue-a-media-element-task%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-offlineaudiocontext-complete%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioCompletionEvent%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontext-rendered-buffer-slot%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-promise%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-promise%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-offlineaudiocontext-resume",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-this%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-concept-relevant-global%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-concept-document-window%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-fully-active%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-this%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-relevant-global%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-document-window%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-fully-active%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-a-promise-rejected-with%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMException%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-control-thread-state-slot%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontext-rendering-started-slot%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-control-thread-state-slot%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-queuing%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-rendering-thread-state-slot%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-state%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-running%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-state%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-running%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-promise%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-queuing%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-rendering-thread-state-slot%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#6d54a0c514",
+ "https://www.w3.org/TR/webaudio/#6d54a0c515",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-state%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-running%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-state%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-running%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-queue-a-media-element-task%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-baseaudiocontext-statechange%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-promise%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-offlineaudiocontext-suspend",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-render-quantum%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-render-quantum%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontext-suspend%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-offlineaudiocontext-suspend-suspendtime",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-render-quantum%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-promise%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-promise%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#OfflineAudioContextOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-offlineaudiocontextoptions%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContextOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#dictdef-offlineaudiocontextoptions",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContextOptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContextOptions%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContextOptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontextoptions-numberofchannels",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontextoptions-length",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontextoptions-samplerate",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-audiocontextrendersizecategory%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocontextoptions-rendersizehint%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dictionary-offlineaudiocontextoptions-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-offlineaudiocontextoptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContextOptions%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-offlineaudiocontextoptions-length",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-offlineaudiocontextoptions-numberofchannels",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-offlineaudiocontextoptions-samplerate",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#dom-offlineaudiocontextoptions-rendersizehint",
+ "https://www.w3.org/TR/webaudio/#ref-for-render-quantum-size%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webaudio/#OfflineAudioCompletionEvent",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocompletionevent%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioCompletionEvent%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-event%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#offlineaudiocompletionevent",
- "https://www.w3.org/TR/webaudio/#ref-for-event%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioCompletionEvent%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioCompletionEvent%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-event%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioCompletionEvent%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-event%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-offlineaudiocompletionevent-offlineaudiocompletionevent",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-offlineaudiocompletionevent-offlineaudiocompletionevent-type-eventinitdict-type",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-offlineaudiocompletioneventinit",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioCompletionEventInit",
"https://www.w3.org/TR/webaudio/#dom-offlineaudiocompletionevent-offlineaudiocompletionevent-type-eventinitdict-eventinitdict",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocompletionevent-renderedbuffer",
"https://www.w3.org/TR/webaudio/#OfflineAudioCompletionEvent-attributes",
"https://www.w3.org/TR/webaudio/#dom-offlineaudiocompletionevent-renderedbuffer",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#OfflineAudioCompletionEventInit",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-offlineaudiocompletioneventinit%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioCompletionEventInit",
- "https://www.w3.org/TR/webaudio/#dictdef-offlineaudiocompletioneventinit",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-eventinit",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioCompletionEventInit%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioCompletionEventInit%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioCompletionEventInit%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dictdef-eventinit%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocompletioneventinit-renderedbuffer",
"https://www.w3.org/TR/webaudio/#dictionary-offlineaudiocompletioneventinit-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-offlineaudiocompletioneventinit%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioCompletionEventInit%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-offlineaudiocompletioneventinit-renderedbuffer",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-offlineaudiocompletionevent-renderedbuffer%E2%91%A0",
"https://www.w3.org/TR/webaudio/#AudioBuffer",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer",
- "https://www.w3.org/TR/webaudio/#ref-for-linear-pcm%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-2-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-18",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-19",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-20",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-21",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-22",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-23",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-24",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-25",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-linear-pcm%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-6-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-34",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-35",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-36",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-37",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-38",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-39",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-40",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-41",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-6",
"https://www.w3.org/TR/webaudio/#ref-for-audio%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-mediaelementaudiosourcenode%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A5%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A6%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceNode%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-audiobuffer-number-of-channels-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-audiobuffer-length-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-audiobuffer-sample-rate-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-audiobuffer-internal-data-slot",
"https://www.w3.org/TR/webaudio/#ref-for-sec-data-blocks",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#audiobuffer",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-audiobuffer",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audiobufferoptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferOptions",
"https://www.w3.org/TR/webaudio/#dom-audiobuffer-audiobuffer-options-options",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-samplerate",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-length",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-duration",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-numberofchannels",
"https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-getchanneldata",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webaudio/#dom-audiobuffer-getchanneldata-channel-channel",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copyfromchannel",
"https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audiobuffer-copyfromchannel-destination-channelnumber-bufferoffset-destination",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audiobuffer-copyfromchannel-destination-channelnumber-bufferoffset-channelnumber",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-audiobuffer-copyfromchannel-destination-channelnumber-bufferoffset-bufferoffset",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copytochannel",
"https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-audiobuffer-copytochannel-source-channelnumber-bufferoffset-source",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-audiobuffer-copytochannel-source-channelnumber-bufferoffset-channelnumber",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-audiobuffer-copytochannel-source-channelnumber-bufferoffset-bufferoffset",
"https://www.w3.org/TR/webaudio/#AudioBuffer-constructors",
"https://www.w3.org/TR/webaudio/#dom-audiobuffer-audiobuffer",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-constructor-options",
- "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobufferoptions-numberofchannels",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobufferoptions-length",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobufferoptions-samplerate",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audiobufferoptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferOptions%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-number-of-channels-slot",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-length-slot",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-sample-rate-slot",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-internal-data-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-length-slot%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-number-of-channels-slot%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-audiobuffer%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audiobuffer-constructor-options",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audiobufferoptions%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferOptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferOptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webaudio/#AudioBuffer-attributes",
"https://www.w3.org/TR/webaudio/#dom-audiobuffer-duration",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-sample-rate-slot%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-length-slot%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-length-slot%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-sample-rate-slot%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-audiobuffer-length",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-length-slot%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-audiobuffer-numberofchannels",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-number-of-channels-slot%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-audiobuffer-samplerate",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-sample-rate-slot%E2%91%A2",
"https://www.w3.org/TR/webaudio/#AudioBuffer-methods",
"https://www.w3.org/TR/webaudio/#dom-audiobuffer-copyfromchannel",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copyfromchannel%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-3-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-26",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-27",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-28",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-29",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-30",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-3",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-4-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-31",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-32",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-33",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-34",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-35",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-4",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copyfromchannel-destination",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-5-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-36",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-37",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-38",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-5",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copyfromchannel-bufferoffset",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copyfromchannel-destination%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-6-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-39",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-40",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-41",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-7-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-42",
"https://www.w3.org/TR/webaudio/#MathJax-Span-43",
"https://www.w3.org/TR/webaudio/#MathJax-Span-44",
"https://www.w3.org/TR/webaudio/#MathJax-Span-45",
"https://www.w3.org/TR/webaudio/#MathJax-Span-46",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-7",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-8-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-47",
"https://www.w3.org/TR/webaudio/#MathJax-Span-48",
"https://www.w3.org/TR/webaudio/#MathJax-Span-49",
"https://www.w3.org/TR/webaudio/#MathJax-Span-50",
"https://www.w3.org/TR/webaudio/#MathJax-Span-51",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-8",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copyfromchannel-destination",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-9-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-52",
"https://www.w3.org/TR/webaudio/#MathJax-Span-53",
"https://www.w3.org/TR/webaudio/#MathJax-Span-54",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-9",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copyfromchannel-bufferoffset",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copyfromchannel-destination%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-10-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-55",
"https://www.w3.org/TR/webaudio/#MathJax-Span-56",
"https://www.w3.org/TR/webaudio/#MathJax-Span-57",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-6",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-7-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-58",
"https://www.w3.org/TR/webaudio/#MathJax-Span-59",
"https://www.w3.org/TR/webaudio/#MathJax-Span-60",
"https://www.w3.org/TR/webaudio/#MathJax-Span-61",
"https://www.w3.org/TR/webaudio/#MathJax-Span-62",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-7",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copyfromchannel-destination%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copyfromchannel%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#dom-audiobuffer-copyfromchannel-destination",
- "https://www.w3.org/TR/webaudio/#dom-audiobuffer-copyfromchannel-channelnumber",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-indexsizeerror%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#dom-audiobuffer-copyfromchannel-bufferoffset",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copyfromchannel-destination%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#dom-audiobuffer-copytochannel",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copytochannel%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-unknownerror",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copytochannel-source",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-8-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-63",
"https://www.w3.org/TR/webaudio/#MathJax-Span-64",
"https://www.w3.org/TR/webaudio/#MathJax-Span-65",
"https://www.w3.org/TR/webaudio/#MathJax-Span-66",
"https://www.w3.org/TR/webaudio/#MathJax-Span-67",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-8",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-9-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-68",
"https://www.w3.org/TR/webaudio/#MathJax-Span-69",
"https://www.w3.org/TR/webaudio/#MathJax-Span-70",
"https://www.w3.org/TR/webaudio/#MathJax-Span-71",
"https://www.w3.org/TR/webaudio/#MathJax-Span-72",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-9",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copytochannel-source%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-10-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-73",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-74",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-75",
"https://www.w3.org/TR/webaudio/#MathJax-Element-10",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copytochannel-bufferoffset",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copytochannel-source%E2%91%A1",
"https://www.w3.org/TR/webaudio/#MathJax-Element-11-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-74",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-75",
"https://www.w3.org/TR/webaudio/#MathJax-Span-76",
"https://www.w3.org/TR/webaudio/#MathJax-Span-77",
"https://www.w3.org/TR/webaudio/#MathJax-Span-78",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-11",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copyfromchannel-destination%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copyfromchannel%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#dom-audiobuffer-copyfromchannel-destination",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#dom-audiobuffer-copyfromchannel-channelnumber",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-indexsizeerror%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#dom-audiobuffer-copyfromchannel-bufferoffset",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copyfromchannel-destination%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#dom-audiobuffer-copytochannel",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copytochannel%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-unknownerror",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copytochannel-source",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-12-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-79",
"https://www.w3.org/TR/webaudio/#MathJax-Span-80",
"https://www.w3.org/TR/webaudio/#MathJax-Span-81",
"https://www.w3.org/TR/webaudio/#MathJax-Span-82",
"https://www.w3.org/TR/webaudio/#MathJax-Span-83",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-12",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-13-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-84",
"https://www.w3.org/TR/webaudio/#MathJax-Span-85",
"https://www.w3.org/TR/webaudio/#MathJax-Span-86",
"https://www.w3.org/TR/webaudio/#MathJax-Span-87",
"https://www.w3.org/TR/webaudio/#MathJax-Span-88",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-13",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copytochannel-source%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-14-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-89",
"https://www.w3.org/TR/webaudio/#MathJax-Span-90",
"https://www.w3.org/TR/webaudio/#MathJax-Span-91",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-14",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copytochannel-bufferoffset",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copytochannel-source%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-15-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-92",
"https://www.w3.org/TR/webaudio/#MathJax-Span-93",
"https://www.w3.org/TR/webaudio/#MathJax-Span-94",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-11",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-12-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-95",
"https://www.w3.org/TR/webaudio/#MathJax-Span-96",
"https://www.w3.org/TR/webaudio/#MathJax-Span-97",
"https://www.w3.org/TR/webaudio/#MathJax-Span-98",
"https://www.w3.org/TR/webaudio/#MathJax-Span-99",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-12",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-100",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-101",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-102",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-103",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-104",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-105",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-106",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-107",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-108",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-109",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-110",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-15",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-16-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-111",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-112",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-113",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-114",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-115",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-16",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copytochannel%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-audiobuffer-copytochannel-source",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-audiobuffer-copytochannel-channelnumber",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-indexsizeerror%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-audiobuffer-copytochannel-bufferoffset",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copytochannel-source%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#dom-audiobuffer-getchanneldata",
"https://www.w3.org/TR/webaudio/#ref-for-acquire-the-content",
- "https://www.w3.org/TR/webaudio/#ref-for-dfn-get-buffer-source-reference",
+ "https://www.w3.org/TR/webaudio/#ref-for-arraybufferview-write",
"https://www.w3.org/TR/webaudio/#ref-for-dfn-get-buffer-source-copy",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-internal-data-slot%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-unknownerror%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-internal-data-slot%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-getchanneldata%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audiobuffer-getchanneldata-channel",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-number-of-channels-slot%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-indexsizeerror%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copytochannel%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copyfromchannel%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copyfromchannel%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-getchanneldata%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-acquire-the-content%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webaudio/#acquire-the-content",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-ArrayBuffer%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-idl-ArrayBuffer%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-buffersource-detached%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dfn-detach%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-ArrayBuffer%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-getchanneldata%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createbuffer%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-internal-data-slot%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-ArrayBuffer%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-idl-ArrayBuffer%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-ArrayBuffer%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-getchanneldata%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-acquire-the-content%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-start",
"https://www.w3.org/TR/webaudio/#ref-for-acquire-the-content%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-buffer",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-buffer%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-start%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-acquire-the-content%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-convolvernode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-buffer",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-acquire-the-content%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audioprocessingevent%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioProcessingEvent%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-acquire-the-content%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioprocessingevent-outputbuffer",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-copytochannel%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A3%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-acquire-the-content%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webaudio/#AudioBufferOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audiobufferoptions%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferOptions%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferOptions%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobufferoptions-length%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobufferoptions-samplerate%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#dictdef-audiobufferoptions",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferOptions%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobufferoptions-numberofchannels%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobufferoptions-length%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobufferoptions-samplerate%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dictionary-audiobufferoptions-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audiobufferoptions%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferOptions%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createbuffer%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-audiobufferoptions-length",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createbuffer-length",
"https://www.w3.org/TR/webaudio/#dom-audiobufferoptions-numberofchannels",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createbuffer-numberofchannels",
"https://www.w3.org/TR/webaudio/#dom-audiobufferoptions-samplerate",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createbuffer-samplerate",
"https://www.w3.org/TR/webaudio/#AudioNode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-AudioNode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A7%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-inputs",
"https://www.w3.org/TR/webaudio/#ref-for-outputs",
"https://www.w3.org/TR/webaudio/#ref-for-source-node",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webaudio/#connection",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webaudio/#input",
"https://www.w3.org/TR/webaudio/#ref-for-connection",
"https://www.w3.org/TR/webaudio/#ref-for-input",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A6%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audiodestinationnode%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#audionode",
- "https://www.w3.org/TR/webaudio/#ref-for-eventtarget%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioDestinationNode%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventtarget%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-connect",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-connect-destinationnode-output-input-destinationnode",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-connect-destinationnode-output-input-output",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-connect-destinationnode-output-input-input",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-connect-destinationparam-output",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-connect-destinationparam-output-destinationparam",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-connect-destinationparam-output-output",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-disconnect",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-disconnect-output",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-disconnect-output-output",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-disconnect-destinationnode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-disconnect-destinationnode-destinationnode",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-disconnect-destinationnode-output",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-disconnect-destinationnode-output-destinationnode",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-disconnect-destinationnode-output-output",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-disconnect-destinationnode-output-input",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-disconnect-destinationnode-output-input-destinationnode",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-disconnect-destinationnode-output-input-output",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-disconnect-destinationnode-output-input-input",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-disconnect-destinationparam",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-disconnect-destinationparam-destinationparam",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-disconnect-destinationparam-output",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-disconnect-destinationparam-output-destinationparam",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-disconnect-destinationparam-output-output",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-context",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofinputs",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-enumdef-channelcountmode",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcountmode",
"https://www.w3.org/TR/webaudio/#ref-for-enumdef-channelinterpretation",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelinterpretation",
"https://www.w3.org/TR/webaudio/#AudioNode-creation",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webaudio/#factory-method",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A6%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webaudio/#associated",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-associated",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A4%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-factory-method%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-associated-option-object",
"https://www.w3.org/TR/webaudio/#ref-for-associated-interface",
"https://www.w3.org/TR/webaudio/#audionode-constructor-init",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofinputs%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcountmode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelinterpretation%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A4%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-value",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A6",
"https://www.w3.org/TR/webaudio/#associated-interface",
"https://www.w3.org/TR/webaudio/#associated-option-object",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A5%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-eventtarget%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-eventtarget%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventtarget%E2%91%A3",
"https://www.w3.org/TR/webaudio/#enumdef-channelcountmode",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelcountmode-max",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelcountmode-clamped-max",
@@ -1454,6 +1877,7 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelinterpretation%E2%91%A1",
"https://www.w3.org/TR/webaudio/#computednumberofchannels",
"https://www.w3.org/TR/webaudio/#ref-for-computednumberofchannels",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-channelcountmode%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-channelcountmode-max",
"https://www.w3.org/TR/webaudio/#ref-for-computednumberofchannels%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount%E2%91%A3",
@@ -1467,349 +1891,343 @@
"https://www.w3.org/TR/webaudio/#enumdef-channelinterpretation",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelinterpretation-speakers",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelinterpretation-discrete",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-channelinterpretation%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-channelinterpretation-speakers",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelinterpretation-discrete%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-channelinterpretation-discrete",
"https://www.w3.org/TR/webaudio/#AudioNode-tail",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webaudio/#tail-time",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A5%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A5%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webaudio/#AudioNode-actively-processing",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A5%E2%91%A6",
"https://www.w3.org/TR/webaudio/#actively-processing",
"https://www.w3.org/TR/webaudio/#ref-for-render-quantum%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audioscheduledsourcenode",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioScheduledSourceNode",
"https://www.w3.org/TR/webaudio/#ref-for-actively-processing",
"https://www.w3.org/TR/webaudio/#ref-for-playing",
- "https://www.w3.org/TR/webaudio/#ref-for-mediaelementaudiosourcenode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceNode%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-actively-processing%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediaelementaudiosourcenode-mediaelement",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamaudiosourcenode%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamtrackaudiosourcenode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioSourceNode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamTrackAudioSourceNode%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-actively-processing%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-actively-processing%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-render-quantum%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-13-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-100",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-101",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-102",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-103",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-104",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-105",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-106",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-107",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-13",
- "https://www.w3.org/TR/webaudio/#ref-for-scriptprocessornode%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-17-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-116",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-117",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-118",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-119",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-120",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-121",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-122",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-123",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-17",
+ "https://www.w3.org/TR/webaudio/#ref-for-ScriptProcessorNode%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-actively-processing%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-actively-processing%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletprocessor-callable-process-slot",
"https://www.w3.org/TR/webaudio/#ref-for-active-source",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A5%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-actively-processing%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A5%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-actively-processing%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A6%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-actively-processing%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-actively-processing%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-actively-processing%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A6%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A6%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-tail-time",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A6%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-actively-processing%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#AudioNode-attributes",
"https://www.w3.org/TR/webaudio/#dom-audionode-channelcount",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#audionode-channelcount-constraints",
- "https://www.w3.org/TR/webaudio/#ref-for-audiodestinationnode%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A6%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioDestinationNode%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A7%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A7%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiodestinationnode-maxchannelcount",
"https://www.w3.org/TR/webaudio/#ref-for-indexsizeerror%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-channelmergernode%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-channelsplitternode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-convolvernode%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dynamicscompressornode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerNode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterNode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-scriptprocessornode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-stereopannernode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-ScriptProcessorNode%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-stereopannernode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#dom-audionode-channelcountmode",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-channelcountmode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-channelcountmode%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcountmode%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelcountmode-max%E2%91%A1",
"https://www.w3.org/TR/webaudio/#audionode-channelcountmode-constraints",
- "https://www.w3.org/TR/webaudio/#ref-for-audiodestinationnode%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audiodestinationnode%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioDestinationNode%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioDestinationNode%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-destination%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-channelmergernode%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerNode%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelcountmode-explicit%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-channelsplitternode%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterNode%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelcountmode-explicit%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-convolvernode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelcountmode-max%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelcountmode-max%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-dynamicscompressornode%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelcountmode-max%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelcountmode-max%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelcountmode-max%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelcountmode-max%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-scriptprocessornode%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-ScriptProcessorNode%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelcountmode-explicit%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-stereopannernode%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelcountmode-max%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelcountmode-max%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#dom-audionode-channelinterpretation",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-channelinterpretation%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-channelinterpretation%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelinterpretation%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelinterpretation-speakers%E2%91%A0",
"https://www.w3.org/TR/webaudio/#audionode-channelinterpretation-constraints",
- "https://www.w3.org/TR/webaudio/#ref-for-channelsplitternode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterNode%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelinterpretation-discrete%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-audionode-context",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-audionode-numberofinputs",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A6%E2%91%A4",
"https://www.w3.org/TR/webaudio/#audionode-source-nodes",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A6%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A6%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-channelmergernode%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerNode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-audionode-numberofoutputs",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A6%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A6%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-channelsplitternode%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterNode%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A5",
"https://www.w3.org/TR/webaudio/#AudioNode-methods",
"https://www.w3.org/TR/webaudio/#dom-audionode-connect",
"https://www.w3.org/TR/webaudio/#example-bbcc3e9e",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A7%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-connect%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audionode-connect-destinationnode-output-input-destinationnode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A7%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A7%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A6%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidaccesserror",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A7%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A6%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A7%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidaccesserror%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A7%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A7%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-audionode-connect-destinationnode-output-input-output",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A7%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-indexsizeerror%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A7%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-audionode-connect-destinationnode-output-input-input",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A7%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A7%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-indexsizeerror%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A7%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A8%E2%93%AA",
"https://www.w3.org/TR/webaudio/#cycle",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A8%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A8%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A8%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A8%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-audionode-connect-destinationparam-output",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A8%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A8%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-a-rate",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A8%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A8%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A8%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A8%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A8%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcountmode%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelcountmode-explicit%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelinterpretation%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelinterpretation-speakers%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#example-8779522d",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-connect-destinationparam-output%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audionode-connect-destinationparam-output-destinationparam",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-connect-destinationparam-output-destinationparam%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A8%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%93%AA%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidaccesserror%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%93%AA%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%93%AA%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidaccesserror%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-audionode-connect-destinationparam-output-output",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%93%AA%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%93%AA%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-indexsizeerror%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webaudio/#dom-audionode-disconnect",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%93%AA%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%93%AA%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webaudio/#dom-audionode-disconnect-output",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%93%AA%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%93%AA%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%93%AA%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%93%AA%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-disconnect-output%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audionode-disconnect-output-output",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%93%AA%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%93%AA%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-indexsizeerror%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webaudio/#dom-audionode-disconnect-destinationnode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%93%AA%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%93%AA%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-disconnect-destinationnode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audionode-disconnect-destinationnode-destinationnode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%93%AA%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidaccesserror%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%93%AA%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidaccesserror%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audionode-disconnect-destinationnode-output",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%93%AA%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-disconnect-destinationnode-output%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audionode-disconnect-destinationnode-output-destinationnode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidaccesserror%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidaccesserror%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-audionode-disconnect-destinationnode-output-output",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-indexsizeerror%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-audionode-disconnect-destinationnode-output-input",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-disconnect-destinationnode-output-input%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audionode-disconnect-destinationnode-output-input-destinationnode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidaccesserror%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidaccesserror%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-audionode-disconnect-destinationnode-output-input-output",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-indexsizeerror%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-audionode-disconnect-destinationnode-output-input-input",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-indexsizeerror%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-audionode-disconnect-destinationparam",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-disconnect-destinationparam%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audionode-disconnect-destinationparam-destinationparam",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidaccesserror%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidaccesserror%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-audionode-disconnect-destinationparam-output",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-disconnect-destinationparam-output%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audionode-disconnect-destinationparam-output-destinationparam",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidaccesserror%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidaccesserror%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-audionode-disconnect-destinationparam-output-output",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-indexsizeerror%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webaudio/#AudioNodeOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audionodeoptions",
"https://www.w3.org/TR/webaudio/#ref-for-AudioNodeOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#dictdef-audionodeoptions",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNodeOptions%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNodeOptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionodeoptions-channelcount",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-channelcountmode%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-channelcountmode%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionodeoptions-channelcountmode",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-channelinterpretation%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-channelinterpretation%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionodeoptions-channelinterpretation",
"https://www.w3.org/TR/webaudio/#dictionary-audionodeoptions-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audionodeoptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNodeOptions%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-audionodeoptions-channelcount",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount%E2%91%A8",
"https://www.w3.org/TR/webaudio/#dom-audionodeoptions-channelcountmode",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-channelcountmode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-channelcountmode%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcountmode%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-audionodeoptions-channelinterpretation",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-channelinterpretation%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-channelinterpretation%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelinterpretation%E2%91%A4",
"https://www.w3.org/TR/webaudio/#AudioParam",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A6%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-a-rate%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-k-rate",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-render-quantum%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-render-quantum%E2%91%A8",
"https://www.w3.org/TR/webaudio/#k-rate",
"https://www.w3.org/TR/webaudio/#a-rate",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-k-rate",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-maxvalue",
"https://www.w3.org/TR/webaudio/#simple-nominal-range",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-14-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-108",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-109",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-110",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-111",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-112",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-113",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-114",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-115",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-116",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-117",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-118",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-119",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-120",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-121",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-122",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-123",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-18-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-124",
"https://www.w3.org/TR/webaudio/#MathJax-Span-125",
"https://www.w3.org/TR/webaudio/#MathJax-Span-126",
@@ -1819,8 +2237,24 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-130",
"https://www.w3.org/TR/webaudio/#MathJax-Span-131",
"https://www.w3.org/TR/webaudio/#MathJax-Span-132",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-14",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-133",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-134",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-135",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-136",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-137",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-138",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-139",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-140",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-141",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-142",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-143",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-144",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-145",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-146",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-147",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-148",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-18",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-maxvalue%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-maxvalue%E2%91%A1",
@@ -1828,12 +2262,12 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A1",
"https://www.w3.org/TR/webaudio/#most-negative-single-float",
"https://www.w3.org/TR/webaudio/#ref-for-most-positive-single-float",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webaudio/#dfn-automation-event",
"https://www.w3.org/TR/webaudio/#automation-event-time",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A7%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A8%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dfn-automation-method",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvalueattime",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-linearramptovalueattime",
@@ -1842,175 +2276,176 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvaluecurveattime",
"https://www.w3.org/TR/webaudio/#ref-for-automation-event-time",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvaluecurveattime%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-15-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-133",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-134",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-135",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-15",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-16-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-136",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-137",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-138",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-16",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-17-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-139",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-140",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-141",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-17",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-18-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-142",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-143",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-144",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-145",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-146",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-18",
- "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dfn-automation-method",
"https://www.w3.org/TR/webaudio/#MathJax-Element-19-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-147",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-148",
"https://www.w3.org/TR/webaudio/#MathJax-Span-149",
"https://www.w3.org/TR/webaudio/#MathJax-Span-150",
"https://www.w3.org/TR/webaudio/#MathJax-Span-151",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-19",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-20-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-152",
"https://www.w3.org/TR/webaudio/#MathJax-Span-153",
"https://www.w3.org/TR/webaudio/#MathJax-Span-154",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-20",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-21-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-155",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-19",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-20-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-156",
"https://www.w3.org/TR/webaudio/#MathJax-Span-157",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-21",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-22-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-158",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-20",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-21-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-159",
"https://www.w3.org/TR/webaudio/#MathJax-Span-160",
"https://www.w3.org/TR/webaudio/#MathJax-Span-161",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-21",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-162",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-22",
+ "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-dfn-automation-method",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-23-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-163",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-164",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-165",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-166",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-167",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-168",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-169",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-170",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-171",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-23",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-24-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-172",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-173",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-174",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-24",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-25-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-175",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-176",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-177",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-25",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-value%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webaudio/#enumdef-automationrate",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-k-rate%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-automationrate",
"https://www.w3.org/TR/webaudio/#dom-automationrate-a-rate",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-a-rate%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-automationrate-k-rate",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-k-rate%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-audioparam-current-value-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#audioparam",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-value%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-automationrate",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-automationrate%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-maxvalue%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvalueattime%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-audioparam-setvalueattime-value-starttime-value",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-audioparam-setvalueattime-value-starttime-starttime",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-linearramptovalueattime%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-audioparam-linearramptovalueattime-value-endtime-value",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-audioparam-linearramptovalueattime-value-endtime-endtime",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-exponentialramptovalueattime%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-audioparam-exponentialramptovalueattime-value-endtime-value",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-audioparam-exponentialramptovalueattime-value-endtime-endtime",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-settargetattime%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-audioparam-settargetattime-target-starttime-timeconstant-target",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webaudio/#dom-audioparam-settargetattime-target-starttime-timeconstant-starttime",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webaudio/#dom-audioparam-settargetattime-target-starttime-timeconstant-timeconstant",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvaluecurveattime%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-sequence%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-sequence%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-audioparam-setvaluecurveattime-values-starttime-duration-values",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-audioparam-setvaluecurveattime-values-starttime-duration-starttime",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webaudio/#dom-audioparam-setvaluecurveattime-values-starttime-duration-duration",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-cancelscheduledvalues",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webaudio/#dom-audioparam-cancelscheduledvalues-canceltime-canceltime",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-cancelandholdattime",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webaudio/#dom-audioparam-cancelandholdattime-canceltime-canceltime",
"https://www.w3.org/TR/webaudio/#AudioParam-attributes",
"https://www.w3.org/TR/webaudio/#dom-audioparam-automationrate",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-automationrate%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A3%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-automationrate%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webaudio/#audioparam-automation-rate-constraints",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-playbackrate",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-detune",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-k-rate%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dynamicscompressornode%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-threshold",
"https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-knee",
"https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-ratio",
"https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-attack",
"https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-release",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-k-rate%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-panningmodel",
"https://www.w3.org/TR/webaudio/#ref-for-dom-panningmodeltype-hrtf",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A4%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-k-rate%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-audioparam-defaultvalue",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webaudio/#dom-audioparam-maxvalue",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-nominal-range",
"https://www.w3.org/TR/webaudio/#dom-audioparam-minvalue",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-nominal-range%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audioparam-value",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-current-value-slot",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-current-value-slot%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvalueattime%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A8%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-current-value-slot%E2%91%A1",
"https://www.w3.org/TR/webaudio/#AudioParam-methods",
"https://www.w3.org/TR/webaudio/#dom-audioparam-cancelandholdattime",
@@ -2021,181 +2456,161 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-cancelandholdattime%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-cancelandholdattime-canceltime%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-cancelandholdattime%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-22-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-162",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-163",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-164",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-165",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-166",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-22",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-cancelandholdattime-canceltime%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-23-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-167",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-168",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-169",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-170",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-171",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-23",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-24-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-172",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-173",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-174",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-175",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-176",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-24",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-25-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-177",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-26-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-178",
"https://www.w3.org/TR/webaudio/#MathJax-Span-179",
"https://www.w3.org/TR/webaudio/#MathJax-Span-180",
"https://www.w3.org/TR/webaudio/#MathJax-Span-181",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-25",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-26-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-182",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-26",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-cancelandholdattime-canceltime%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-27-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-183",
"https://www.w3.org/TR/webaudio/#MathJax-Span-184",
"https://www.w3.org/TR/webaudio/#MathJax-Span-185",
"https://www.w3.org/TR/webaudio/#MathJax-Span-186",
"https://www.w3.org/TR/webaudio/#MathJax-Span-187",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-27",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-28-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-188",
"https://www.w3.org/TR/webaudio/#MathJax-Span-189",
"https://www.w3.org/TR/webaudio/#MathJax-Span-190",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-26",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-27-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-191",
"https://www.w3.org/TR/webaudio/#MathJax-Span-192",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-28",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-29-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-193",
"https://www.w3.org/TR/webaudio/#MathJax-Span-194",
"https://www.w3.org/TR/webaudio/#MathJax-Span-195",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-27",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-28-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-196",
"https://www.w3.org/TR/webaudio/#MathJax-Span-197",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-29",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-30-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-198",
"https://www.w3.org/TR/webaudio/#MathJax-Span-199",
"https://www.w3.org/TR/webaudio/#MathJax-Span-200",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-28",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-29-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-201",
"https://www.w3.org/TR/webaudio/#MathJax-Span-202",
"https://www.w3.org/TR/webaudio/#MathJax-Span-203",
"https://www.w3.org/TR/webaudio/#MathJax-Span-204",
"https://www.w3.org/TR/webaudio/#MathJax-Span-205",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-29",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-30-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-206",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-30",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-31-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-207",
"https://www.w3.org/TR/webaudio/#MathJax-Span-208",
"https://www.w3.org/TR/webaudio/#MathJax-Span-209",
"https://www.w3.org/TR/webaudio/#MathJax-Span-210",
"https://www.w3.org/TR/webaudio/#MathJax-Span-211",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-31",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-32-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-212",
"https://www.w3.org/TR/webaudio/#MathJax-Span-213",
"https://www.w3.org/TR/webaudio/#MathJax-Span-214",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-30",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-31-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-215",
"https://www.w3.org/TR/webaudio/#MathJax-Span-216",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-32",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-33-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-217",
"https://www.w3.org/TR/webaudio/#MathJax-Span-218",
"https://www.w3.org/TR/webaudio/#MathJax-Span-219",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-31",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-32-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-220",
"https://www.w3.org/TR/webaudio/#MathJax-Span-221",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-33",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-34-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-222",
"https://www.w3.org/TR/webaudio/#MathJax-Span-223",
"https://www.w3.org/TR/webaudio/#MathJax-Span-224",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-32",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-33-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-225",
"https://www.w3.org/TR/webaudio/#MathJax-Span-226",
"https://www.w3.org/TR/webaudio/#MathJax-Span-227",
"https://www.w3.org/TR/webaudio/#MathJax-Span-228",
"https://www.w3.org/TR/webaudio/#MathJax-Span-229",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-33",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-34-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-230",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-34",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-35-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-231",
"https://www.w3.org/TR/webaudio/#MathJax-Span-232",
"https://www.w3.org/TR/webaudio/#MathJax-Span-233",
"https://www.w3.org/TR/webaudio/#MathJax-Span-234",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-34",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-35-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-235",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-35",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-36-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-236",
"https://www.w3.org/TR/webaudio/#MathJax-Span-237",
"https://www.w3.org/TR/webaudio/#MathJax-Span-238",
"https://www.w3.org/TR/webaudio/#MathJax-Span-239",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-35",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-36-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-240",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-36",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-37-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-241",
"https://www.w3.org/TR/webaudio/#MathJax-Span-242",
"https://www.w3.org/TR/webaudio/#MathJax-Span-243",
"https://www.w3.org/TR/webaudio/#MathJax-Span-244",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-36",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-37-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-245",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-37",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-38-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-246",
"https://www.w3.org/TR/webaudio/#MathJax-Span-247",
"https://www.w3.org/TR/webaudio/#MathJax-Span-248",
"https://www.w3.org/TR/webaudio/#MathJax-Span-249",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-37",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-38-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-250",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-38",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-39-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-251",
"https://www.w3.org/TR/webaudio/#MathJax-Span-252",
"https://www.w3.org/TR/webaudio/#MathJax-Span-253",
"https://www.w3.org/TR/webaudio/#MathJax-Span-254",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-38",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-39-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-255",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-39",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-40-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-256",
"https://www.w3.org/TR/webaudio/#MathJax-Span-257",
"https://www.w3.org/TR/webaudio/#MathJax-Span-258",
"https://www.w3.org/TR/webaudio/#MathJax-Span-259",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-39",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-40-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-260",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-40",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-41-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-261",
"https://www.w3.org/TR/webaudio/#MathJax-Span-262",
"https://www.w3.org/TR/webaudio/#MathJax-Span-263",
"https://www.w3.org/TR/webaudio/#MathJax-Span-264",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-40",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-41-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-265",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-41",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-42-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-266",
"https://www.w3.org/TR/webaudio/#MathJax-Span-267",
"https://www.w3.org/TR/webaudio/#MathJax-Span-268",
"https://www.w3.org/TR/webaudio/#MathJax-Span-269",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-41",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-42-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-270",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-271",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-272",
"https://www.w3.org/TR/webaudio/#MathJax-Element-42",
"https://www.w3.org/TR/webaudio/#MathJax-Element-43-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-271",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-272",
"https://www.w3.org/TR/webaudio/#MathJax-Span-273",
"https://www.w3.org/TR/webaudio/#MathJax-Span-274",
"https://www.w3.org/TR/webaudio/#MathJax-Span-275",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-43",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-44-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-276",
"https://www.w3.org/TR/webaudio/#MathJax-Span-277",
"https://www.w3.org/TR/webaudio/#MathJax-Span-278",
"https://www.w3.org/TR/webaudio/#MathJax-Span-279",
"https://www.w3.org/TR/webaudio/#MathJax-Span-280",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-44",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-45-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-281",
"https://www.w3.org/TR/webaudio/#MathJax-Span-282",
"https://www.w3.org/TR/webaudio/#MathJax-Span-283",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-43",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-44-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-284",
"https://www.w3.org/TR/webaudio/#MathJax-Span-285",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-45",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-46-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-286",
"https://www.w3.org/TR/webaudio/#MathJax-Span-287",
"https://www.w3.org/TR/webaudio/#MathJax-Span-288",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-44",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-45-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-46",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-47-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-289",
"https://www.w3.org/TR/webaudio/#MathJax-Span-290",
"https://www.w3.org/TR/webaudio/#MathJax-Span-291",
@@ -2205,83 +2620,77 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-295",
"https://www.w3.org/TR/webaudio/#MathJax-Span-296",
"https://www.w3.org/TR/webaudio/#MathJax-Span-297",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-45",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-46-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-298",
"https://www.w3.org/TR/webaudio/#MathJax-Span-299",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-47",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-48-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-300",
"https://www.w3.org/TR/webaudio/#MathJax-Span-301",
"https://www.w3.org/TR/webaudio/#MathJax-Span-302",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-46",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-cancelandholdattime%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-47-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-303",
"https://www.w3.org/TR/webaudio/#MathJax-Span-304",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-48",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-49-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-305",
"https://www.w3.org/TR/webaudio/#MathJax-Span-306",
"https://www.w3.org/TR/webaudio/#MathJax-Span-307",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-47",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-cancelandholdattime%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#dom-audioparam-cancelandholdattime-canceltime",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A7%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-cancelandholdattime-canceltime%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A4%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#dom-audioparam-cancelscheduledvalues",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-cancelscheduledvalues-canceltime",
- "https://www.w3.org/TR/webaudio/#ref-for-automation-event-time%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-cancelscheduledvalues-canceltime%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-cancelandholdattime%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-cancelscheduledvalues-canceltime%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvaluecurveattime%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-48-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-308",
"https://www.w3.org/TR/webaudio/#MathJax-Span-309",
"https://www.w3.org/TR/webaudio/#MathJax-Span-310",
"https://www.w3.org/TR/webaudio/#MathJax-Span-311",
"https://www.w3.org/TR/webaudio/#MathJax-Span-312",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-48",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-49-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-313",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-49",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-50-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-314",
"https://www.w3.org/TR/webaudio/#MathJax-Span-315",
"https://www.w3.org/TR/webaudio/#MathJax-Span-316",
"https://www.w3.org/TR/webaudio/#MathJax-Span-317",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-49",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvaluecurveattime-starttime",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvaluecurveattime-duration",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-cancelscheduledvalues-canceltime%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-50-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-318",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-50",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-cancelandholdattime%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-51-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-319",
"https://www.w3.org/TR/webaudio/#MathJax-Span-320",
"https://www.w3.org/TR/webaudio/#MathJax-Span-321",
"https://www.w3.org/TR/webaudio/#MathJax-Span-322",
"https://www.w3.org/TR/webaudio/#MathJax-Span-323",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-51",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-cancelandholdattime%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#dom-audioparam-cancelandholdattime-canceltime",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A8%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-cancelandholdattime-canceltime%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#dom-audioparam-cancelscheduledvalues",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-cancelscheduledvalues-canceltime",
+ "https://www.w3.org/TR/webaudio/#ref-for-automation-event-time%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-cancelscheduledvalues-canceltime%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-cancelandholdattime%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-cancelscheduledvalues-canceltime%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvaluecurveattime%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-52-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-324",
"https://www.w3.org/TR/webaudio/#MathJax-Span-325",
"https://www.w3.org/TR/webaudio/#MathJax-Span-326",
"https://www.w3.org/TR/webaudio/#MathJax-Span-327",
"https://www.w3.org/TR/webaudio/#MathJax-Span-328",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-52",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-53-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-329",
"https://www.w3.org/TR/webaudio/#MathJax-Span-330",
"https://www.w3.org/TR/webaudio/#MathJax-Span-331",
"https://www.w3.org/TR/webaudio/#MathJax-Span-332",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-50",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-cancelscheduledvalues%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#dom-audioparam-cancelscheduledvalues-canceltime",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A7%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A4%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#dom-audioparam-exponentialramptovalueattime",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-51-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-333",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-53",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvaluecurveattime-starttime",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvaluecurveattime-duration",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-cancelscheduledvalues-canceltime%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-54-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-334",
"https://www.w3.org/TR/webaudio/#MathJax-Span-335",
"https://www.w3.org/TR/webaudio/#MathJax-Span-336",
@@ -2292,39 +2701,51 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-341",
"https://www.w3.org/TR/webaudio/#MathJax-Span-342",
"https://www.w3.org/TR/webaudio/#MathJax-Span-343",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-51",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-52-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-344",
"https://www.w3.org/TR/webaudio/#MathJax-Span-345",
"https://www.w3.org/TR/webaudio/#MathJax-Span-346",
"https://www.w3.org/TR/webaudio/#MathJax-Span-347",
"https://www.w3.org/TR/webaudio/#MathJax-Span-348",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-52",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-53-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-54",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-cancelscheduledvalues%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#dom-audioparam-cancelscheduledvalues-canceltime",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A8%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#dom-audioparam-exponentialramptovalueattime",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-55-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-349",
"https://www.w3.org/TR/webaudio/#MathJax-Span-350",
"https://www.w3.org/TR/webaudio/#MathJax-Span-351",
"https://www.w3.org/TR/webaudio/#MathJax-Span-352",
"https://www.w3.org/TR/webaudio/#MathJax-Span-353",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-53",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-exponentialramptovalueattime-endtime",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-54-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-354",
"https://www.w3.org/TR/webaudio/#MathJax-Span-355",
"https://www.w3.org/TR/webaudio/#MathJax-Span-356",
"https://www.w3.org/TR/webaudio/#MathJax-Span-357",
"https://www.w3.org/TR/webaudio/#MathJax-Span-358",
"https://www.w3.org/TR/webaudio/#MathJax-Span-359",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-55",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-56-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-360",
"https://www.w3.org/TR/webaudio/#MathJax-Span-361",
"https://www.w3.org/TR/webaudio/#MathJax-Span-362",
"https://www.w3.org/TR/webaudio/#MathJax-Span-363",
"https://www.w3.org/TR/webaudio/#MathJax-Span-364",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-56",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-57-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-365",
"https://www.w3.org/TR/webaudio/#MathJax-Span-366",
"https://www.w3.org/TR/webaudio/#MathJax-Span-367",
"https://www.w3.org/TR/webaudio/#MathJax-Span-368",
"https://www.w3.org/TR/webaudio/#MathJax-Span-369",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-57",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-exponentialramptovalueattime-endtime",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-58-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-370",
"https://www.w3.org/TR/webaudio/#MathJax-Span-371",
"https://www.w3.org/TR/webaudio/#MathJax-Span-372",
@@ -2345,86 +2766,81 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-387",
"https://www.w3.org/TR/webaudio/#MathJax-Span-388",
"https://www.w3.org/TR/webaudio/#MathJax-Span-389",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-54",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-55-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-390",
"https://www.w3.org/TR/webaudio/#MathJax-Span-391",
"https://www.w3.org/TR/webaudio/#MathJax-Span-392",
"https://www.w3.org/TR/webaudio/#MathJax-Span-393",
"https://www.w3.org/TR/webaudio/#MathJax-Span-394",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-55",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-56-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-395",
"https://www.w3.org/TR/webaudio/#MathJax-Span-396",
"https://www.w3.org/TR/webaudio/#MathJax-Span-397",
"https://www.w3.org/TR/webaudio/#MathJax-Span-398",
"https://www.w3.org/TR/webaudio/#MathJax-Span-399",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-56",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-57-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-400",
"https://www.w3.org/TR/webaudio/#MathJax-Span-401",
"https://www.w3.org/TR/webaudio/#MathJax-Span-402",
"https://www.w3.org/TR/webaudio/#MathJax-Span-403",
"https://www.w3.org/TR/webaudio/#MathJax-Span-404",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-57",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-exponentialramptovalueattime-value",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-58-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-405",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-58",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-59-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-406",
"https://www.w3.org/TR/webaudio/#MathJax-Span-407",
"https://www.w3.org/TR/webaudio/#MathJax-Span-408",
"https://www.w3.org/TR/webaudio/#MathJax-Span-409",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-58",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-59-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-410",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-59",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-60-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-411",
"https://www.w3.org/TR/webaudio/#MathJax-Span-412",
"https://www.w3.org/TR/webaudio/#MathJax-Span-413",
"https://www.w3.org/TR/webaudio/#MathJax-Span-414",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-59",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-60-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-415",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-60",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-61-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-416",
"https://www.w3.org/TR/webaudio/#MathJax-Span-417",
"https://www.w3.org/TR/webaudio/#MathJax-Span-418",
"https://www.w3.org/TR/webaudio/#MathJax-Span-419",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-60",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-61-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-420",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-61",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-exponentialramptovalueattime-value",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-62-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-421",
"https://www.w3.org/TR/webaudio/#MathJax-Span-422",
"https://www.w3.org/TR/webaudio/#MathJax-Span-423",
"https://www.w3.org/TR/webaudio/#MathJax-Span-424",
"https://www.w3.org/TR/webaudio/#MathJax-Span-425",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-62",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-63-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-426",
"https://www.w3.org/TR/webaudio/#MathJax-Span-427",
"https://www.w3.org/TR/webaudio/#MathJax-Span-428",
"https://www.w3.org/TR/webaudio/#MathJax-Span-429",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-61",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-62-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-430",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-63",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-64-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-431",
"https://www.w3.org/TR/webaudio/#MathJax-Span-432",
"https://www.w3.org/TR/webaudio/#MathJax-Span-433",
"https://www.w3.org/TR/webaudio/#MathJax-Span-434",
"https://www.w3.org/TR/webaudio/#MathJax-Span-435",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-64",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-65-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-436",
"https://www.w3.org/TR/webaudio/#MathJax-Span-437",
"https://www.w3.org/TR/webaudio/#MathJax-Span-438",
"https://www.w3.org/TR/webaudio/#MathJax-Span-439",
"https://www.w3.org/TR/webaudio/#MathJax-Span-440",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-62",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-settargetattime%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-63-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-441",
"https://www.w3.org/TR/webaudio/#MathJax-Span-442",
"https://www.w3.org/TR/webaudio/#MathJax-Span-443",
"https://www.w3.org/TR/webaudio/#MathJax-Span-444",
"https://www.w3.org/TR/webaudio/#MathJax-Span-445",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-65",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-66-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-446",
"https://www.w3.org/TR/webaudio/#MathJax-Span-447",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-63",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-64-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-448",
"https://www.w3.org/TR/webaudio/#MathJax-Span-449",
"https://www.w3.org/TR/webaudio/#MathJax-Span-450",
@@ -2434,116 +2850,123 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-454",
"https://www.w3.org/TR/webaudio/#MathJax-Span-455",
"https://www.w3.org/TR/webaudio/#MathJax-Span-456",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-66",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-settargetattime%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-67-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-457",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-64",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvalueattime%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-exponentialramptovalueattime%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-65-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-458",
"https://www.w3.org/TR/webaudio/#MathJax-Span-459",
"https://www.w3.org/TR/webaudio/#MathJax-Span-460",
"https://www.w3.org/TR/webaudio/#MathJax-Span-461",
"https://www.w3.org/TR/webaudio/#MathJax-Span-462",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-65",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-66-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-463",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-67",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-68-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-464",
"https://www.w3.org/TR/webaudio/#MathJax-Span-465",
"https://www.w3.org/TR/webaudio/#MathJax-Span-466",
"https://www.w3.org/TR/webaudio/#MathJax-Span-467",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-66",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-67-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-468",
"https://www.w3.org/TR/webaudio/#MathJax-Span-469",
"https://www.w3.org/TR/webaudio/#MathJax-Span-470",
"https://www.w3.org/TR/webaudio/#MathJax-Span-471",
"https://www.w3.org/TR/webaudio/#MathJax-Span-472",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-67",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-68-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-473",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-68",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvalueattime%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-exponentialramptovalueattime%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-69-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-474",
"https://www.w3.org/TR/webaudio/#MathJax-Span-475",
"https://www.w3.org/TR/webaudio/#MathJax-Span-476",
"https://www.w3.org/TR/webaudio/#MathJax-Span-477",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-68",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-69-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-478",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-69",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-70-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-479",
"https://www.w3.org/TR/webaudio/#MathJax-Span-480",
"https://www.w3.org/TR/webaudio/#MathJax-Span-481",
"https://www.w3.org/TR/webaudio/#MathJax-Span-482",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-69",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-70-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-483",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-70",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-71-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-484",
"https://www.w3.org/TR/webaudio/#MathJax-Span-485",
"https://www.w3.org/TR/webaudio/#MathJax-Span-486",
"https://www.w3.org/TR/webaudio/#MathJax-Span-487",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-70",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-71-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-488",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-71",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-72-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-489",
"https://www.w3.org/TR/webaudio/#MathJax-Span-490",
"https://www.w3.org/TR/webaudio/#MathJax-Span-491",
"https://www.w3.org/TR/webaudio/#MathJax-Span-492",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-71",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-exponentialramptovalueattime%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#dom-audioparam-exponentialramptovalueattime-value",
- "https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#dom-audioparam-exponentialramptovalueattime-endtime",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A7%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#dom-audioparam-linearramptovalueattime",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-72-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-493",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-72",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-73-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-494",
"https://www.w3.org/TR/webaudio/#MathJax-Span-495",
"https://www.w3.org/TR/webaudio/#MathJax-Span-496",
"https://www.w3.org/TR/webaudio/#MathJax-Span-497",
"https://www.w3.org/TR/webaudio/#MathJax-Span-498",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-73",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-74-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-499",
"https://www.w3.org/TR/webaudio/#MathJax-Span-500",
"https://www.w3.org/TR/webaudio/#MathJax-Span-501",
"https://www.w3.org/TR/webaudio/#MathJax-Span-502",
"https://www.w3.org/TR/webaudio/#MathJax-Span-503",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-72",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-73-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-74",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-75-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-504",
"https://www.w3.org/TR/webaudio/#MathJax-Span-505",
"https://www.w3.org/TR/webaudio/#MathJax-Span-506",
"https://www.w3.org/TR/webaudio/#MathJax-Span-507",
"https://www.w3.org/TR/webaudio/#MathJax-Span-508",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-73",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-74-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-75",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-exponentialramptovalueattime%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#dom-audioparam-exponentialramptovalueattime-value",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#dom-audioparam-exponentialramptovalueattime-endtime",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#dom-audioparam-linearramptovalueattime",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-76-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-509",
"https://www.w3.org/TR/webaudio/#MathJax-Span-510",
"https://www.w3.org/TR/webaudio/#MathJax-Span-511",
"https://www.w3.org/TR/webaudio/#MathJax-Span-512",
"https://www.w3.org/TR/webaudio/#MathJax-Span-513",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-74",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-linearramptovalueattime-endtime",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-75-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-514",
"https://www.w3.org/TR/webaudio/#MathJax-Span-515",
"https://www.w3.org/TR/webaudio/#MathJax-Span-516",
"https://www.w3.org/TR/webaudio/#MathJax-Span-517",
"https://www.w3.org/TR/webaudio/#MathJax-Span-518",
"https://www.w3.org/TR/webaudio/#MathJax-Span-519",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-76",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-77-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-520",
"https://www.w3.org/TR/webaudio/#MathJax-Span-521",
"https://www.w3.org/TR/webaudio/#MathJax-Span-522",
"https://www.w3.org/TR/webaudio/#MathJax-Span-523",
"https://www.w3.org/TR/webaudio/#MathJax-Span-524",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-77",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-78-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-525",
"https://www.w3.org/TR/webaudio/#MathJax-Span-526",
"https://www.w3.org/TR/webaudio/#MathJax-Span-527",
"https://www.w3.org/TR/webaudio/#MathJax-Span-528",
"https://www.w3.org/TR/webaudio/#MathJax-Span-529",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-78",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-linearramptovalueattime-endtime",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-79-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-530",
"https://www.w3.org/TR/webaudio/#MathJax-Span-531",
"https://www.w3.org/TR/webaudio/#MathJax-Span-532",
@@ -2563,134 +2986,131 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-546",
"https://www.w3.org/TR/webaudio/#MathJax-Span-547",
"https://www.w3.org/TR/webaudio/#MathJax-Span-548",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-75",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-76-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-549",
"https://www.w3.org/TR/webaudio/#MathJax-Span-550",
"https://www.w3.org/TR/webaudio/#MathJax-Span-551",
"https://www.w3.org/TR/webaudio/#MathJax-Span-552",
"https://www.w3.org/TR/webaudio/#MathJax-Span-553",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-76",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-77-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-554",
"https://www.w3.org/TR/webaudio/#MathJax-Span-555",
"https://www.w3.org/TR/webaudio/#MathJax-Span-556",
"https://www.w3.org/TR/webaudio/#MathJax-Span-557",
"https://www.w3.org/TR/webaudio/#MathJax-Span-558",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-77",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-78-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-559",
"https://www.w3.org/TR/webaudio/#MathJax-Span-560",
"https://www.w3.org/TR/webaudio/#MathJax-Span-561",
"https://www.w3.org/TR/webaudio/#MathJax-Span-562",
"https://www.w3.org/TR/webaudio/#MathJax-Span-563",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-78",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-linearramptovalueattime-value",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-79-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-564",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-565",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-79",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-80-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-565",
"https://www.w3.org/TR/webaudio/#MathJax-Span-566",
"https://www.w3.org/TR/webaudio/#MathJax-Span-567",
"https://www.w3.org/TR/webaudio/#MathJax-Span-568",
"https://www.w3.org/TR/webaudio/#MathJax-Span-569",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-80",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-81-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-570",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-79",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-80-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-571",
"https://www.w3.org/TR/webaudio/#MathJax-Span-572",
"https://www.w3.org/TR/webaudio/#MathJax-Span-573",
"https://www.w3.org/TR/webaudio/#MathJax-Span-574",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-81",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-82-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-575",
"https://www.w3.org/TR/webaudio/#MathJax-Span-576",
"https://www.w3.org/TR/webaudio/#MathJax-Span-577",
"https://www.w3.org/TR/webaudio/#MathJax-Span-578",
"https://www.w3.org/TR/webaudio/#MathJax-Span-579",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-82",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-linearramptovalueattime-value",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-83-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-580",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-80",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvalueattime%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-linearramptovalueattime%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-81-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-581",
"https://www.w3.org/TR/webaudio/#MathJax-Span-582",
"https://www.w3.org/TR/webaudio/#MathJax-Span-583",
"https://www.w3.org/TR/webaudio/#MathJax-Span-584",
"https://www.w3.org/TR/webaudio/#MathJax-Span-585",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-81",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-82-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-586",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-83",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-84-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-587",
"https://www.w3.org/TR/webaudio/#MathJax-Span-588",
"https://www.w3.org/TR/webaudio/#MathJax-Span-589",
"https://www.w3.org/TR/webaudio/#MathJax-Span-590",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-82",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-83-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-591",
"https://www.w3.org/TR/webaudio/#MathJax-Span-592",
"https://www.w3.org/TR/webaudio/#MathJax-Span-593",
"https://www.w3.org/TR/webaudio/#MathJax-Span-594",
"https://www.w3.org/TR/webaudio/#MathJax-Span-595",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-83",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-84-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-596",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-84",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvalueattime%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-linearramptovalueattime%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-85-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-597",
"https://www.w3.org/TR/webaudio/#MathJax-Span-598",
"https://www.w3.org/TR/webaudio/#MathJax-Span-599",
"https://www.w3.org/TR/webaudio/#MathJax-Span-600",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-84",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-85-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-601",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-85",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-86-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-602",
"https://www.w3.org/TR/webaudio/#MathJax-Span-603",
"https://www.w3.org/TR/webaudio/#MathJax-Span-604",
"https://www.w3.org/TR/webaudio/#MathJax-Span-605",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-85",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-86-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-606",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-86",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-87-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-607",
"https://www.w3.org/TR/webaudio/#MathJax-Span-608",
"https://www.w3.org/TR/webaudio/#MathJax-Span-609",
"https://www.w3.org/TR/webaudio/#MathJax-Span-610",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-86",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-87-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-611",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-87",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-88-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-612",
"https://www.w3.org/TR/webaudio/#MathJax-Span-613",
"https://www.w3.org/TR/webaudio/#MathJax-Span-614",
"https://www.w3.org/TR/webaudio/#MathJax-Span-615",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-87",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-linearramptovalueattime%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#dom-audioparam-linearramptovalueattime-value",
- "https://www.w3.org/TR/webaudio/#dom-audioparam-linearramptovalueattime-endtime",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A7%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A4%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#dom-audioparam-settargetattime",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-88-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-616",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-88",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-89-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-617",
"https://www.w3.org/TR/webaudio/#MathJax-Span-618",
"https://www.w3.org/TR/webaudio/#MathJax-Span-619",
"https://www.w3.org/TR/webaudio/#MathJax-Span-620",
"https://www.w3.org/TR/webaudio/#MathJax-Span-621",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-89",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-90-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-622",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-88",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-89-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-623",
"https://www.w3.org/TR/webaudio/#MathJax-Span-624",
"https://www.w3.org/TR/webaudio/#MathJax-Span-625",
"https://www.w3.org/TR/webaudio/#MathJax-Span-626",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-90",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-91-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-627",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-89",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-settargetattime-starttime",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-90-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-628",
"https://www.w3.org/TR/webaudio/#MathJax-Span-629",
"https://www.w3.org/TR/webaudio/#MathJax-Span-630",
"https://www.w3.org/TR/webaudio/#MathJax-Span-631",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-91",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-linearramptovalueattime%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#dom-audioparam-linearramptovalueattime-value",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#dom-audioparam-linearramptovalueattime-endtime",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#dom-audioparam-settargetattime",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-92-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-632",
"https://www.w3.org/TR/webaudio/#MathJax-Span-633",
"https://www.w3.org/TR/webaudio/#MathJax-Span-634",
@@ -2698,11 +3118,16 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-636",
"https://www.w3.org/TR/webaudio/#MathJax-Span-637",
"https://www.w3.org/TR/webaudio/#MathJax-Span-638",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-92",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-93-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-639",
"https://www.w3.org/TR/webaudio/#MathJax-Span-640",
"https://www.w3.org/TR/webaudio/#MathJax-Span-641",
"https://www.w3.org/TR/webaudio/#MathJax-Span-642",
"https://www.w3.org/TR/webaudio/#MathJax-Span-643",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-93",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-settargetattime-starttime",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-94-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-644",
"https://www.w3.org/TR/webaudio/#MathJax-Span-645",
"https://www.w3.org/TR/webaudio/#MathJax-Span-646",
@@ -2724,72 +3149,69 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-662",
"https://www.w3.org/TR/webaudio/#MathJax-Span-663",
"https://www.w3.org/TR/webaudio/#MathJax-Span-664",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-90",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-91-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-665",
"https://www.w3.org/TR/webaudio/#MathJax-Span-666",
"https://www.w3.org/TR/webaudio/#MathJax-Span-667",
"https://www.w3.org/TR/webaudio/#MathJax-Span-668",
"https://www.w3.org/TR/webaudio/#MathJax-Span-669",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-91",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-current-value-slot%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-92-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-670",
"https://www.w3.org/TR/webaudio/#MathJax-Span-671",
"https://www.w3.org/TR/webaudio/#MathJax-Span-672",
"https://www.w3.org/TR/webaudio/#MathJax-Span-673",
"https://www.w3.org/TR/webaudio/#MathJax-Span-674",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-92",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-settargetattime-starttime%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-93-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-675",
"https://www.w3.org/TR/webaudio/#MathJax-Span-676",
"https://www.w3.org/TR/webaudio/#MathJax-Span-677",
"https://www.w3.org/TR/webaudio/#MathJax-Span-678",
"https://www.w3.org/TR/webaudio/#MathJax-Span-679",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-93",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-settargetattime-target",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-94-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-680",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-681",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-682",
"https://www.w3.org/TR/webaudio/#MathJax-Element-94",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-settargetattime-timeconstant",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-linearramptovalueattime%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-exponentialramptovalueattime%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-settargetattime%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#dom-audioparam-settargetattime-target",
- "https://www.w3.org/TR/webaudio/#dom-audioparam-settargetattime-starttime",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A7%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#dom-audioparam-settargetattime-timeconstant",
- "https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A5",
"https://www.w3.org/TR/webaudio/#MathJax-Element-95-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-681",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-682",
"https://www.w3.org/TR/webaudio/#MathJax-Span-683",
"https://www.w3.org/TR/webaudio/#MathJax-Span-684",
"https://www.w3.org/TR/webaudio/#MathJax-Span-685",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-95",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-current-value-slot%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-96-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-686",
"https://www.w3.org/TR/webaudio/#MathJax-Span-687",
"https://www.w3.org/TR/webaudio/#MathJax-Span-688",
"https://www.w3.org/TR/webaudio/#MathJax-Span-689",
"https://www.w3.org/TR/webaudio/#MathJax-Span-690",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-96",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-settargetattime-starttime%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-97-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-691",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-95",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A5%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#dom-audioparam-setvalueattime",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-96-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-692",
"https://www.w3.org/TR/webaudio/#MathJax-Span-693",
"https://www.w3.org/TR/webaudio/#MathJax-Span-694",
"https://www.w3.org/TR/webaudio/#MathJax-Span-695",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-97",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-settargetattime-target",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-98-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-696",
"https://www.w3.org/TR/webaudio/#MathJax-Span-697",
"https://www.w3.org/TR/webaudio/#MathJax-Span-698",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-96",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-97-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-98",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-settargetattime-timeconstant",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-linearramptovalueattime%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-exponentialramptovalueattime%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-settargetattime%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#dom-audioparam-settargetattime-target",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#dom-audioparam-settargetattime-starttime",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#dom-audioparam-settargetattime-timeconstant",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-99-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-699",
"https://www.w3.org/TR/webaudio/#MathJax-Span-700",
"https://www.w3.org/TR/webaudio/#MathJax-Span-701",
@@ -2798,110 +3220,116 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-704",
"https://www.w3.org/TR/webaudio/#MathJax-Span-705",
"https://www.w3.org/TR/webaudio/#MathJax-Span-706",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-97",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-98-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-707",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-99",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#dom-audioparam-setvalueattime",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-100-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-708",
"https://www.w3.org/TR/webaudio/#MathJax-Span-709",
"https://www.w3.org/TR/webaudio/#MathJax-Span-710",
"https://www.w3.org/TR/webaudio/#MathJax-Span-711",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-98",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvalueattime-starttime",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-99-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-712",
"https://www.w3.org/TR/webaudio/#MathJax-Span-713",
"https://www.w3.org/TR/webaudio/#MathJax-Span-714",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-99",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvalueattime-value",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-100-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-100",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-101-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-715",
"https://www.w3.org/TR/webaudio/#MathJax-Span-716",
"https://www.w3.org/TR/webaudio/#MathJax-Span-717",
"https://www.w3.org/TR/webaudio/#MathJax-Span-718",
"https://www.w3.org/TR/webaudio/#MathJax-Span-719",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-100",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-101-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-720",
"https://www.w3.org/TR/webaudio/#MathJax-Span-721",
"https://www.w3.org/TR/webaudio/#MathJax-Span-722",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-101",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-102-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-723",
"https://www.w3.org/TR/webaudio/#MathJax-Span-724",
"https://www.w3.org/TR/webaudio/#MathJax-Span-725",
"https://www.w3.org/TR/webaudio/#MathJax-Span-726",
"https://www.w3.org/TR/webaudio/#MathJax-Span-727",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-102",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvalueattime-starttime",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-103-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-728",
"https://www.w3.org/TR/webaudio/#MathJax-Span-729",
"https://www.w3.org/TR/webaudio/#MathJax-Span-730",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-101",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-102-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-103",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvalueattime-value",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-104-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-731",
"https://www.w3.org/TR/webaudio/#MathJax-Span-732",
"https://www.w3.org/TR/webaudio/#MathJax-Span-733",
"https://www.w3.org/TR/webaudio/#MathJax-Span-734",
"https://www.w3.org/TR/webaudio/#MathJax-Span-735",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-104",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-105-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-736",
"https://www.w3.org/TR/webaudio/#MathJax-Span-737",
"https://www.w3.org/TR/webaudio/#MathJax-Span-738",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-102",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-linearramptovalueattime%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-exponentialramptovalueattime%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvalueattime%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#dom-audioparam-setvalueattime-value",
- "https://www.w3.org/TR/webaudio/#dom-audioparam-setvalueattime-starttime",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A5%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#dom-audioparam-setvaluecurveattime",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-103-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-739",
"https://www.w3.org/TR/webaudio/#MathJax-Span-740",
"https://www.w3.org/TR/webaudio/#MathJax-Span-741",
"https://www.w3.org/TR/webaudio/#MathJax-Span-742",
"https://www.w3.org/TR/webaudio/#MathJax-Span-743",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-103",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvaluecurveattime-starttime%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-104-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-744",
"https://www.w3.org/TR/webaudio/#MathJax-Span-745",
"https://www.w3.org/TR/webaudio/#MathJax-Span-746",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-105",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-106-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-747",
"https://www.w3.org/TR/webaudio/#MathJax-Span-748",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-104",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvaluecurveattime-duration%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-105-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-749",
"https://www.w3.org/TR/webaudio/#MathJax-Span-750",
"https://www.w3.org/TR/webaudio/#MathJax-Span-751",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-105",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvaluecurveattime-values",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-106-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-752",
"https://www.w3.org/TR/webaudio/#MathJax-Span-753",
"https://www.w3.org/TR/webaudio/#MathJax-Span-754",
"https://www.w3.org/TR/webaudio/#MathJax-Element-106",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvaluecurveattime-values%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-linearramptovalueattime%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-exponentialramptovalueattime%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvalueattime%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#dom-audioparam-setvalueattime-value",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#dom-audioparam-setvalueattime-starttime",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#dom-audioparam-setvaluecurveattime",
"https://www.w3.org/TR/webaudio/#MathJax-Element-107-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-755",
"https://www.w3.org/TR/webaudio/#MathJax-Span-756",
"https://www.w3.org/TR/webaudio/#MathJax-Span-757",
"https://www.w3.org/TR/webaudio/#MathJax-Span-758",
"https://www.w3.org/TR/webaudio/#MathJax-Span-759",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-107",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvaluecurveattime-starttime%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-108-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-760",
"https://www.w3.org/TR/webaudio/#MathJax-Span-761",
"https://www.w3.org/TR/webaudio/#MathJax-Span-762",
"https://www.w3.org/TR/webaudio/#MathJax-Span-763",
"https://www.w3.org/TR/webaudio/#MathJax-Span-764",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-108",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvaluecurveattime-duration%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-109-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-765",
"https://www.w3.org/TR/webaudio/#MathJax-Span-766",
"https://www.w3.org/TR/webaudio/#MathJax-Span-767",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-109",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvaluecurveattime-values",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-110-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-768",
"https://www.w3.org/TR/webaudio/#MathJax-Span-769",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-107",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-108-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-770",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-110",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvaluecurveattime-values%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-111-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-771",
"https://www.w3.org/TR/webaudio/#MathJax-Span-772",
"https://www.w3.org/TR/webaudio/#MathJax-Span-773",
@@ -2917,6 +3345,8 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-783",
"https://www.w3.org/TR/webaudio/#MathJax-Span-784",
"https://www.w3.org/TR/webaudio/#MathJax-Span-785",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-111",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-112-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-786",
"https://www.w3.org/TR/webaudio/#MathJax-Span-787",
"https://www.w3.org/TR/webaudio/#MathJax-Span-788",
@@ -2929,59 +3359,54 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-795",
"https://www.w3.org/TR/webaudio/#MathJax-Span-796",
"https://www.w3.org/TR/webaudio/#MathJax-Span-797",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-108",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-109-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-798",
"https://www.w3.org/TR/webaudio/#MathJax-Span-799",
"https://www.w3.org/TR/webaudio/#MathJax-Span-800",
"https://www.w3.org/TR/webaudio/#MathJax-Span-801",
"https://www.w3.org/TR/webaudio/#MathJax-Span-802",
"https://www.w3.org/TR/webaudio/#MathJax-Span-803",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-109",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-110-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-804",
"https://www.w3.org/TR/webaudio/#MathJax-Span-805",
"https://www.w3.org/TR/webaudio/#MathJax-Span-806",
"https://www.w3.org/TR/webaudio/#MathJax-Span-807",
"https://www.w3.org/TR/webaudio/#MathJax-Span-808",
"https://www.w3.org/TR/webaudio/#MathJax-Span-809",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-110",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-111-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-810",
"https://www.w3.org/TR/webaudio/#MathJax-Span-811",
"https://www.w3.org/TR/webaudio/#MathJax-Span-812",
"https://www.w3.org/TR/webaudio/#MathJax-Span-813",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-112",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-113-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-814",
"https://www.w3.org/TR/webaudio/#MathJax-Span-815",
"https://www.w3.org/TR/webaudio/#MathJax-Span-816",
"https://www.w3.org/TR/webaudio/#MathJax-Span-817",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-111",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-112-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-818",
"https://www.w3.org/TR/webaudio/#MathJax-Span-819",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-113",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-114-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-820",
"https://www.w3.org/TR/webaudio/#MathJax-Span-821",
"https://www.w3.org/TR/webaudio/#MathJax-Span-822",
"https://www.w3.org/TR/webaudio/#MathJax-Span-823",
"https://www.w3.org/TR/webaudio/#MathJax-Span-824",
"https://www.w3.org/TR/webaudio/#MathJax-Span-825",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-114",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-115-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-826",
"https://www.w3.org/TR/webaudio/#MathJax-Span-827",
"https://www.w3.org/TR/webaudio/#MathJax-Span-828",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-112",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvalueattime%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-113-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-829",
"https://www.w3.org/TR/webaudio/#MathJax-Span-830",
"https://www.w3.org/TR/webaudio/#MathJax-Span-831",
"https://www.w3.org/TR/webaudio/#MathJax-Span-832",
"https://www.w3.org/TR/webaudio/#MathJax-Span-833",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-115",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-116-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-834",
"https://www.w3.org/TR/webaudio/#MathJax-Span-835",
"https://www.w3.org/TR/webaudio/#MathJax-Span-836",
"https://www.w3.org/TR/webaudio/#MathJax-Span-837",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-113",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-114-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-838",
"https://www.w3.org/TR/webaudio/#MathJax-Span-839",
"https://www.w3.org/TR/webaudio/#MathJax-Span-840",
@@ -2989,34 +3414,59 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-842",
"https://www.w3.org/TR/webaudio/#MathJax-Span-843",
"https://www.w3.org/TR/webaudio/#MathJax-Span-844",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-116",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvalueattime%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-117-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-845",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-114",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvaluecurveattime%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvaluecurveattime%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#dom-audioparam-setvaluecurveattime-values",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A5%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#dom-audioparam-setvaluecurveattime-starttime",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A7%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#dom-audioparam-setvaluecurveattime-duration",
- "https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A5%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#computation-of-value",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A5%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-simple-parameter",
- "https://www.w3.org/TR/webaudio/#ref-for-compound-parameter",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-846",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-847",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-848",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-849",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-850",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-851",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-852",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-853",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-117",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-118-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-854",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-855",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-856",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-857",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-858",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-859",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-860",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-861",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-118",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvaluecurveattime%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvaluecurveattime%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#dom-audioparam-setvaluecurveattime-values",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-sequence%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#dom-audioparam-setvaluecurveattime-starttime",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%93%AA%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#dom-audioparam-setvaluecurveattime-duration",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#computation-of-value",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-simple-parameter",
+ "https://www.w3.org/TR/webaudio/#ref-for-compound-parameter",
"https://www.w3.org/TR/webaudio/#simple-parameter",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webaudio/#compound-parameter",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A5%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A5%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webaudio/#computedvalue",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A6%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-value%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dfn-automation-event",
"https://www.w3.org/TR/webaudio/#ref-for-render-quantum%E2%91%A0%E2%93%AA",
@@ -3027,9 +3477,9 @@
"https://www.w3.org/TR/webaudio/#ref-for-render-quantum%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-input-audioparam-buffer",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A6%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-compound-parameter%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A6%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-computedvalue",
"https://www.w3.org/TR/webaudio/#nominal-range",
"https://www.w3.org/TR/webaudio/#ref-for-computedvalue%E2%91%A0",
@@ -3038,117 +3488,121 @@
"https://www.w3.org/TR/webaudio/#ref-for-simple-nominal-range",
"https://www.w3.org/TR/webaudio/#ref-for-compound-parameter%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-nominal-range%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webaudio/#example-7a3be3df",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-115-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-846",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-847",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-848",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-115",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-116-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-849",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-850",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-851",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-116",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-117-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-852",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-853",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-854",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-855",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-856",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-857",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-858",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-117",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-119-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-862",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-863",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-864",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-119",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-120-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-865",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-866",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-867",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-120",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-121-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-868",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-869",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-870",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-871",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-872",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-873",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-874",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-121",
"https://www.w3.org/TR/webaudio/#example1-AudioParam",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A6%E2%91%A4",
"https://www.w3.org/TR/webaudio/#example-ab13e619",
"https://www.w3.org/TR/webaudio/#AudioScheduledSourceNode",
- "https://www.w3.org/TR/webaudio/#ref-for-audioscheduledsourcenode%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-AudioScheduledSourceNode",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-constantsourcenode%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-oscillatornode%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioScheduledSourceNode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioScheduledSourceNode%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConstantSourceNode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorNode%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-start",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-stop",
- "https://www.w3.org/TR/webaudio/#ref-for-audioscheduledsourcenode%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioscheduledsourcenode%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioScheduledSourceNode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioScheduledSourceNode%E2%91%A2",
"https://www.w3.org/TR/webaudio/#playing",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioscheduledsourcenode%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audioscheduledsourcenode%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioScheduledSourceNode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioScheduledSourceNode%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-audioscheduledsourcenode-source-started-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#audioscheduledsourcenode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-eventhandler%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioScheduledSourceNode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventhandler%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-onended",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-start%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-start-when-when",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-stop%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-stop-when-when",
"https://www.w3.org/TR/webaudio/#AudioScheduledSourceNode-attributes",
"https://www.w3.org/TR/webaudio/#dom-audioscheduledsourcenode-onended",
- "https://www.w3.org/TR/webaudio/#ref-for-eventhandler%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#termref-for-eventhandler",
- "https://www.w3.org/TR/webaudio/#ref-for-audioscheduledsourcenode%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-event%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audioscheduledsourcenode%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventhandler%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-event-handlers%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#eventdef-audioscheduledsourcenode-ended",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioScheduledSourceNode%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-event%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioScheduledSourceNode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-audioscheduledsourcenode-ended",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-stop%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-start-when-offset-duration-duration",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-buffer%E2%91%A1",
"https://www.w3.org/TR/webaudio/#AudioScheduledSourceNode-methods",
"https://www.w3.org/TR/webaudio/#dom-audioscheduledsourcenode-start",
- "https://www.w3.org/TR/webaudio/#ref-for-audioscheduledsourcenode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioScheduledSourceNode%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-source-started-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-source-started-slot%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioscheduledsourcenode%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-queuing%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audioscheduledsourcenode%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioScheduledSourceNode%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-queuing%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioScheduledSourceNode%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%93%AA%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-control-thread-state-slot%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-suspended%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-suspended%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-allowed-to-start%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-suspended-by-user-slot%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-start%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A8%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-allowed-to-start%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-start%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%93%AA%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-allowed-to-start%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-start%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-audioscheduledsourcenode-start-when-when",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-start-when-when%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A8%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audioscheduledsourcenode%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%93%AA%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioScheduledSourceNode%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webaudio/#dom-audioscheduledsourcenode-stop",
- "https://www.w3.org/TR/webaudio/#ref-for-audioscheduledsourcenode%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioScheduledSourceNode%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-source-started-slot%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-queuing%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audioscheduledsourcenode%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-queuing%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioScheduledSourceNode%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-stop%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-audioscheduledsourcenode-stop-when-when",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-stop-when-when%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A8%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%93%AA%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webaudio/#AnalyserNode",
- "https://www.w3.org/TR/webaudio/#ref-for-analysernode%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-AnalyserNode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AnalyserNode%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AnalyserNode%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofinputs%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount%E2%91%A0%E2%93%AA",
@@ -3157,148 +3611,135 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelinterpretation%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelinterpretation-speakers%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-tail-time%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#analysernode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AnalyserNode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-analysernode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-analysernode-analysernode-context-options-context",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-analyseroptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-AnalyserOptions",
"https://www.w3.org/TR/webaudio/#dom-analysernode-analysernode-context-options-options",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-getfloatfrequencydata",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A8",
"https://www.w3.org/TR/webaudio/#dom-analysernode-getfloatfrequencydata-array-array",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-getbytefrequencydata",
"https://www.w3.org/TR/webaudio/#ref-for-idl-Uint8Array",
"https://www.w3.org/TR/webaudio/#dom-analysernode-getbytefrequencydata-array-array",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-getfloattimedomaindata",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#dom-analysernode-getfloattimedomaindata-array-array",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-getbytetimedomaindata",
"https://www.w3.org/TR/webaudio/#ref-for-idl-Uint8Array%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-analysernode-getbytetimedomaindata-array-array",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-fftsize",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-frequencybincount",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-mindecibels",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-maxdecibels",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-smoothingtimeconstant",
"https://www.w3.org/TR/webaudio/#AnalyserNode-constructors",
"https://www.w3.org/TR/webaudio/#dom-analysernode-analysernode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-audionode-constructor-init",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-analysernode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-analysernode-constructor-context",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-analysernode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AnalyserNode%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-associated%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-analysernode-constructor-options",
- "https://www.w3.org/TR/webaudio/#ref-for-analysernode%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AnalyserOptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AnalyserNode%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#AnalyserNode-attributes",
"https://www.w3.org/TR/webaudio/#dom-analysernode-fftsize",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A6%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-indexsizeerror%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-fftsize%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-getbytefrequencydata%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-getfloatfrequencydata%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-previous-block",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-118-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-859",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-860",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-861",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-862",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-863",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-864",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-865",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-866",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-867",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-868",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-869",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-870",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-871",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-872",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-873",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-118",
- "https://www.w3.org/TR/webaudio/#ref-for-smoothing-over-time",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-119-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-874",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-122-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-875",
"https://www.w3.org/TR/webaudio/#MathJax-Span-876",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-119",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-877",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-878",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-879",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-880",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-881",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-882",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-883",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-884",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-885",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-886",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-887",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-888",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-889",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-122",
+ "https://www.w3.org/TR/webaudio/#ref-for-smoothing-over-time",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-123-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-890",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-891",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-892",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-123",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-fftsize%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-current-time-domain-data",
- "https://www.w3.org/TR/webaudio/#ref-for-analysernode%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AnalyserNode%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-current-time-domain-data%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-fftsize%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-analysernode-frequencybincount",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A6%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-analysernode-maxdecibels",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-maxdecibels%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-mindecibels%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-indexsizeerror%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#dom-analysernode-mindecibels",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-mindecibels%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-maxdecibels%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-indexsizeerror%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webaudio/#dom-analysernode-smoothingtimeconstant",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-indexsizeerror%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webaudio/#AnalyserNode-methods",
"https://www.w3.org/TR/webaudio/#dom-analysernode-getbytefrequencydata",
- "https://www.w3.org/TR/webaudio/#termref-for-dfn-get-buffer-source-reference",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Uint8Array%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-arraybufferview-write%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-current-frequency-data",
+ "https://www.w3.org/TR/webaudio/#ref-for-buffersource-byte-length",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-frequencybincount%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-buffersource-byte-length%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-frequencybincount%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-fftsize%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-getbytefrequencydata%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-getfloatfrequencydata%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-render-quantum%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-current-frequency-data%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-120-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-877",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-878",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-879",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-880",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-881",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-882",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-120",
- "https://www.w3.org/TR/webaudio/#ref-for-current-frequency-data%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-121-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-883",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-884",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-885",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-886",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-887",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-888",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-121",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-122-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-889",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-890",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-891",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-892",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-124-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-893",
"https://www.w3.org/TR/webaudio/#MathJax-Span-894",
"https://www.w3.org/TR/webaudio/#MathJax-Span-895",
"https://www.w3.org/TR/webaudio/#MathJax-Span-896",
"https://www.w3.org/TR/webaudio/#MathJax-Span-897",
"https://www.w3.org/TR/webaudio/#MathJax-Span-898",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-124",
+ "https://www.w3.org/TR/webaudio/#ref-for-current-frequency-data%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-125-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-899",
"https://www.w3.org/TR/webaudio/#MathJax-Span-900",
"https://www.w3.org/TR/webaudio/#MathJax-Span-901",
"https://www.w3.org/TR/webaudio/#MathJax-Span-902",
"https://www.w3.org/TR/webaudio/#MathJax-Span-903",
"https://www.w3.org/TR/webaudio/#MathJax-Span-904",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-125",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-126-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-905",
"https://www.w3.org/TR/webaudio/#MathJax-Span-906",
"https://www.w3.org/TR/webaudio/#MathJax-Span-907",
@@ -3332,8 +3773,6 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-935",
"https://www.w3.org/TR/webaudio/#MathJax-Span-936",
"https://www.w3.org/TR/webaudio/#MathJax-Span-937",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-122",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-123-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-938",
"https://www.w3.org/TR/webaudio/#MathJax-Span-939",
"https://www.w3.org/TR/webaudio/#MathJax-Span-940",
@@ -3345,108 +3784,128 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-946",
"https://www.w3.org/TR/webaudio/#MathJax-Span-947",
"https://www.w3.org/TR/webaudio/#MathJax-Span-948",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-123",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-mindecibels%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-124-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-949",
"https://www.w3.org/TR/webaudio/#MathJax-Span-950",
"https://www.w3.org/TR/webaudio/#MathJax-Span-951",
"https://www.w3.org/TR/webaudio/#MathJax-Span-952",
"https://www.w3.org/TR/webaudio/#MathJax-Span-953",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-126",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-127-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-954",
"https://www.w3.org/TR/webaudio/#MathJax-Span-955",
"https://www.w3.org/TR/webaudio/#MathJax-Span-956",
"https://www.w3.org/TR/webaudio/#MathJax-Span-957",
"https://www.w3.org/TR/webaudio/#MathJax-Span-958",
"https://www.w3.org/TR/webaudio/#MathJax-Span-959",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-124",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-maxdecibels%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-125-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-960",
"https://www.w3.org/TR/webaudio/#MathJax-Span-961",
"https://www.w3.org/TR/webaudio/#MathJax-Span-962",
"https://www.w3.org/TR/webaudio/#MathJax-Span-963",
"https://www.w3.org/TR/webaudio/#MathJax-Span-964",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-127",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-mindecibels%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-128-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-965",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-125",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-126-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-966",
"https://www.w3.org/TR/webaudio/#MathJax-Span-967",
"https://www.w3.org/TR/webaudio/#MathJax-Span-968",
"https://www.w3.org/TR/webaudio/#MathJax-Span-969",
"https://www.w3.org/TR/webaudio/#MathJax-Span-970",
"https://www.w3.org/TR/webaudio/#MathJax-Span-971",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-126",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-getbytefrequencydata%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#dom-analysernode-getbytefrequencydata-array",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#dom-analysernode-getbytetimedomaindata",
- "https://www.w3.org/TR/webaudio/#termref-for-dfn-get-buffer-source-reference%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Uint8Array%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-current-time-domain-data%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-fftsize%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-fftsize%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-fftsize%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-127-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-972",
"https://www.w3.org/TR/webaudio/#MathJax-Span-973",
"https://www.w3.org/TR/webaudio/#MathJax-Span-974",
"https://www.w3.org/TR/webaudio/#MathJax-Span-975",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-128",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-maxdecibels%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-129-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-976",
"https://www.w3.org/TR/webaudio/#MathJax-Span-977",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-127",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-128-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-978",
"https://www.w3.org/TR/webaudio/#MathJax-Span-979",
"https://www.w3.org/TR/webaudio/#MathJax-Span-980",
"https://www.w3.org/TR/webaudio/#MathJax-Span-981",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-129",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-130-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-982",
"https://www.w3.org/TR/webaudio/#MathJax-Span-983",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-128",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-129-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-984",
"https://www.w3.org/TR/webaudio/#MathJax-Span-985",
"https://www.w3.org/TR/webaudio/#MathJax-Span-986",
"https://www.w3.org/TR/webaudio/#MathJax-Span-987",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-988",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-130",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-getbytefrequencydata%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#dom-analysernode-getbytefrequencydata-array",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Uint8Array%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#dom-analysernode-getbytetimedomaindata",
+ "https://www.w3.org/TR/webaudio/#ref-for-arraybufferview-write%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-current-time-domain-data%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-buffersource-byte-length%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-fftsize%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-buffersource-byte-length%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-fftsize%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-fftsize%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-131-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-988",
"https://www.w3.org/TR/webaudio/#MathJax-Span-989",
"https://www.w3.org/TR/webaudio/#MathJax-Span-990",
"https://www.w3.org/TR/webaudio/#MathJax-Span-991",
"https://www.w3.org/TR/webaudio/#MathJax-Span-992",
"https://www.w3.org/TR/webaudio/#MathJax-Span-993",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-131",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-132-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-994",
"https://www.w3.org/TR/webaudio/#MathJax-Span-995",
"https://www.w3.org/TR/webaudio/#MathJax-Span-996",
"https://www.w3.org/TR/webaudio/#MathJax-Span-997",
"https://www.w3.org/TR/webaudio/#MathJax-Span-998",
"https://www.w3.org/TR/webaudio/#MathJax-Span-999",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-132",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-133-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1000",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1001",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1002",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1003",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-129",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-130-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1004",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1005",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1006",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1007",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1008",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1009",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-130",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-131-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1010",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1011",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1012",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1013",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1014",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1015",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-131",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1016",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1017",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1018",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1019",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-133",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-134-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1020",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1021",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1022",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1023",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1024",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1025",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-134",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-135-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1026",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1027",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1028",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1029",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1030",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1031",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-135",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-getbytetimedomaindata%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-analysernode-getbytetimedomaindata-array",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Uint8Array%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-analysernode-getfloatfrequencydata",
- "https://www.w3.org/TR/webaudio/#termref-for-dfn-get-buffer-source-reference%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-arraybufferview-write%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-current-frequency-data%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-frequencybincount%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-frequencybincount%E2%91%A3",
@@ -3457,41 +3916,42 @@
"https://www.w3.org/TR/webaudio/#ref-for-current-frequency-data%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-getfloatfrequencydata%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-analysernode-getfloatfrequencydata-array",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webaudio/#dom-analysernode-getfloattimedomaindata",
- "https://www.w3.org/TR/webaudio/#termref-for-dfn-get-buffer-source-reference%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-arraybufferview-write%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-current-time-domain-data%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-fftsize%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-fftsize%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-fftsize%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-getfloattimedomaindata%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-analysernode-getfloattimedomaindata-array",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webaudio/#AnalyserOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-analyseroptions%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-AnalyserOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-analysernode%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#dictdef-analyseroptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audionodeoptions%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AnalyserOptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AnalyserOptions%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AnalyserNode%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AnalyserOptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNodeOptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A6%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analyseroptions-fftsize",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analyseroptions-maxdecibels",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analyseroptions-mindecibels",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analyseroptions-smoothingtimeconstant",
"https://www.w3.org/TR/webaudio/#dictionary-analyseroptions-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-analyseroptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AnalyserOptions%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-analyseroptions-fftsize",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A6%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-analyseroptions-maxdecibels",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-analyseroptions-mindecibels",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-analyseroptions-smoothingtimeconstant",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/webaudio/#time-domain-down-mixing",
"https://www.w3.org/TR/webaudio/#current-time-domain-data",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount%E2%91%A0%E2%91%A0",
@@ -3499,7 +3959,7 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelcountmode-max%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelinterpretation%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelinterpretation-speakers%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-analysernode%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AnalyserNode%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-fftsize%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#fft-windowing-and-smoothing-over-time",
"https://www.w3.org/TR/webaudio/#current-frequency-data",
@@ -3508,97 +3968,87 @@
"https://www.w3.org/TR/webaudio/#ref-for-fourier-transform",
"https://www.w3.org/TR/webaudio/#ref-for-smoothing-over-time%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-conversion-to-db",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-132-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1016",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1017",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1018",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-132",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-fftsize%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-analysernode%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#blackman-window",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-133-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1019",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1020",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1021",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1022",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1023",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1024",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-133",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-134-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1025",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1026",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1027",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1028",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1029",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1030",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1031",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-136-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1032",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1033",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1034",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-136",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-fftsize%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AnalyserNode%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#blackman-window",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-137-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1035",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-134",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-135-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1036",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1037",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1038",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1039",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1040",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-137",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-138-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1041",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1042",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1043",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1044",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1045",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1046",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1047",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1048",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1049",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1050",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1051",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-138",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-139-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1052",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1053",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1064",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1054",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1055",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1056",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1057",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1065",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1066",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1067",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1068",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1076",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1077",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1078",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1079",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1069",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1080",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1088",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1089",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1090",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1091",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1081",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1082",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1083",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1084",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1092",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1093",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1042",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1043",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1044",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1045",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1046",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1047",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1048",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1054",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1055",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1056",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1057",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1094",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1095",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1096",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1104",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1105",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1106",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1107",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1108",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1109",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1058",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1059",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1060",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1061",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1062",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1063",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1069",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1064",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1070",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1071",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1072",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1073",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1074",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1075",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1081",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1082",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1083",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1084",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1076",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1077",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1078",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1079",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1085",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1086",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1087",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1094",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1095",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1096",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1088",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1089",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1090",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1091",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1097",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1098",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1099",
@@ -3606,12 +4056,6 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1101",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1102",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1103",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1104",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1105",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1106",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1107",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1108",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1109",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1110",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1111",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1112",
@@ -3640,8 +4084,6 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1135",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1136",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1137",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-135",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-136-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1138",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1139",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1140",
@@ -3652,14 +4094,14 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1145",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1146",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1147",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-136",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-137-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1148",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1149",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1150",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1151",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1152",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1153",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-139",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-140-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1154",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1155",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1156",
@@ -3670,6 +4112,8 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1161",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1162",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1163",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-140",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-141-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1164",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1165",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1166",
@@ -3686,17 +4130,12 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1177",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1178",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1179",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-137",
- "https://www.w3.org/TR/webaudio/#fourier-transform",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-138-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1180",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1181",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1182",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1183",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1184",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1185",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-138",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-139-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1186",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1187",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1188",
@@ -3707,14 +4146,17 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1193",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1194",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1195",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-139",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-140-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-141",
+ "https://www.w3.org/TR/webaudio/#fourier-transform",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-142-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1196",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1197",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1198",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1199",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1200",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1201",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-142",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-143-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1202",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1203",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1204",
@@ -3725,6 +4167,8 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1209",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1210",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1211",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-143",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-144-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1212",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1213",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1214",
@@ -3750,8 +4194,6 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1234",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1235",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1236",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-140",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-141-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1237",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1238",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1239",
@@ -3767,9 +4209,9 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1249",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1250",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1251",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-141",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-142-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1252",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-144",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-145-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1253",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1254",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1255",
@@ -3785,10 +4227,9 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1265",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1266",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1267",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-145",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-146-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1268",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-142",
- "https://www.w3.org/TR/webaudio/#smoothing-over-time",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-143-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1269",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1270",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1271",
@@ -3804,51 +4245,52 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1281",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1282",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1283",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-143",
- "https://www.w3.org/TR/webaudio/#ref-for-previous-block%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#previous-block",
- "https://www.w3.org/TR/webaudio/#ref-for-smoothing-over-time%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-144-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1284",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-146",
+ "https://www.w3.org/TR/webaudio/#smoothing-over-time",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-147-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1285",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1286",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-144",
- "https://www.w3.org/TR/webaudio/#ref-for-smoothing-over-time%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-145-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1287",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1288",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1289",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-145",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-smoothingtimeconstant%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-analysernode%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-146-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1290",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1291",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1292",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1293",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1294",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1295",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-146",
- "https://www.w3.org/TR/webaudio/#ref-for-fourier-transform%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-147-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1296",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1297",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1298",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1299",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-147",
+ "https://www.w3.org/TR/webaudio/#ref-for-previous-block%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#previous-block",
+ "https://www.w3.org/TR/webaudio/#ref-for-smoothing-over-time%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-148-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1300",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1301",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1302",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-148",
+ "https://www.w3.org/TR/webaudio/#ref-for-smoothing-over-time%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-149-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1303",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1304",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1305",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-147",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-148-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-149",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-smoothingtimeconstant%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AnalyserNode%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-150-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1306",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1307",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1308",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1309",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1310",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1311",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-150",
+ "https://www.w3.org/TR/webaudio/#ref-for-fourier-transform%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-151-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1312",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1313",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1314",
@@ -3859,6 +4301,8 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1319",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1320",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1321",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-151",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-152-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1322",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1323",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1324",
@@ -3883,8 +4327,6 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1343",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1344",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1345",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-148",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-149-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1346",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1347",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1348",
@@ -3896,27 +4338,25 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1354",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1355",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1356",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-149",
- "https://www.w3.org/TR/webaudio/#conversion-to-db",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-150-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1357",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1358",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1359",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1360",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1361",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-152",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-153-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1362",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1363",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1364",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1365",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1366",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-150",
- "https://www.w3.org/TR/webaudio/#ref-for-smoothing-over-time%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-151-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1367",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1368",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1369",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1370",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1371",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-153",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-154-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1372",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1373",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1374",
@@ -3927,6 +4367,8 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1379",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1380",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1381",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-154",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-155-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1382",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1383",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1384",
@@ -3934,52 +4376,94 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1386",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1387",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1388",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-151",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-152-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1389",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1390",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1391",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1392",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1393",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1394",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-155",
+ "https://www.w3.org/TR/webaudio/#conversion-to-db",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-156-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1393",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1394",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1395",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1396",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1397",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1398",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1399",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-152",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-153-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1400",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1401",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1402",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-156",
+ "https://www.w3.org/TR/webaudio/#ref-for-smoothing-over-time%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-157-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1403",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1404",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1405",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-153",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-getfloatfrequencydata%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-getbytefrequencydata%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-154-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1406",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1407",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1408",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1409",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1410",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1411",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-154",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1412",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1413",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1414",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1415",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1416",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1417",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1418",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1419",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1420",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1421",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1422",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1423",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1424",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-157",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-158-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1425",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1426",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1427",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1428",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1429",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1430",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1431",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1432",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1433",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1434",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1435",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-158",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-159-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1436",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1437",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1438",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1439",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1440",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1441",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-159",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-getfloatfrequencydata%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-getbytefrequencydata%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-160-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1442",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1443",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1444",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1445",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1446",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1447",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-160",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-mindecibels%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-maxdecibels%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-mindecibels%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-analysernode-maxdecibels%E2%91%A4",
"https://www.w3.org/TR/webaudio/#AudioBufferSourceNode",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-start%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-start%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-start%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loop",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-stop%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-start%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-start%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-stop%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofinputs%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs%E2%91%A2",
@@ -3991,12 +4475,12 @@
"https://www.w3.org/TR/webaudio/#ref-for-tail-time%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-buffer%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-buffer%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-buffer%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-start-when-offset-duration-duration%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-stop-when-when%E2%91%A1",
"https://www.w3.org/TR/webaudio/#playhead-position",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-detune%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-playbackrate%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-detune%E2%91%A1",
@@ -4004,71 +4488,74 @@
"https://www.w3.org/TR/webaudio/#computedplaybackrate",
"https://www.w3.org/TR/webaudio/#ref-for-nominal-range%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-compound-parameter%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-155-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1412",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1413",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1414",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1415",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1416",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1417",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1418",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1419",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-155",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-161-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1448",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1449",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1450",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1451",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1452",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1453",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1454",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1455",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-161",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-audiobuffersourcenode-buffer-set-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#audiobuffersourcenode",
- "https://www.w3.org/TR/webaudio/#ref-for-audioscheduledsourcenode%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#dom-audiobuffersourcenode-audiobuffersourcenode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioScheduledSourceNode%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-audiobuffersourcenode",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-audiobuffersourcenode-audiobuffersourcenode-context-options-context",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audiobuffersourceoptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceOptions",
"https://www.w3.org/TR/webaudio/#dom-audiobuffersourcenode-audiobuffersourcenode-context-options-options",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-buffer%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-playbackrate%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-detune%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-idl-boolean",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loop%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loopstart",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loopend",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-start%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-start%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A5%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-start-when-offset-duration-when",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A5%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-start-when-offset-duration-offset",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A5%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-start-when-offset-duration-duration%E2%91%A1",
"https://www.w3.org/TR/webaudio/#AudioBufferSourceNode-constructors",
"https://www.w3.org/TR/webaudio/#dom-audiobuffersourcenode-constructor-audiobuffersourcenode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#dom-audiobuffersourcenode-audiobuffersourcenode",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-audionode-constructor-init%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-audiobuffersourcenode",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-audiobuffersourcenode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audiobuffersourcenode-constructor-context",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-associated%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-audiobuffersourcenode-constructor-options",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceOptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#AudioBufferSourceNode-attributes",
"https://www.w3.org/TR/webaudio/#dom-audiobuffersourcenode-buffer",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-buffer%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-buffer%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-buffer-set-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-buffer-set-slot%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-buffer%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-acquire-the-content%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-buffer%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#dom-audiobuffersourcenode-detune",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-compound-parameter%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-playbackrate%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-computedplaybackrate",
@@ -4085,19 +4572,19 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loopstart%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loopend%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audiobuffersourcenode-loopend",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A6%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-playhead-position",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loop%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loopend%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loopend%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-audiobuffersourcenode-loopstart",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A6%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-playhead-position%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loop%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loopstart%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loopstart%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-audiobuffersourcenode-playbackrate",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A6%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-compound-parameter%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-detune%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-computedplaybackrate%E2%91%A0",
@@ -4111,33 +4598,35 @@
"https://www.w3.org/TR/webaudio/#ref-for-audioparam-automation-rate-constraints%E2%91%A0",
"https://www.w3.org/TR/webaudio/#AudioBufferSourceNode-methods",
"https://www.w3.org/TR/webaudio/#dom-audiobuffersourcenode-start",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-source-started-slot%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-source-started-slot%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-queuing%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-queuing%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-acquire-the-content%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-buffer%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-buffer%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%93%AA%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-control-thread-state-slot%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-suspended%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-suspended%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-allowed-to-start%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-suspended-by-user-slot%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-start%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A8%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-start%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%93%AA%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-allowed-to-start%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-start%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-start%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-audiobuffersourcenode-start-when-offset-duration-when",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A8%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-audiobuffersourcenode-start-when-offset-duration-offset",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A6%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-playhead-position%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loopend%E2%91%A3",
@@ -4148,53 +4637,54 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-playbackrate%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loop%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loopstart%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-buffer%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-audiobuffersourcenode-start-when-offset-duration-duration",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-start-when-offset-duration-duration%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-start-when-offset-duration-duration%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-playbackrate%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-start-when-offset-duration-duration%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webaudio/#AudioBufferSourceOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audiobuffersourceoptions%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#dictdef-audiobuffersourceoptions",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceOptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceOptions%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceOptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourceoptions-buffer",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourceoptions-detune",
"https://www.w3.org/TR/webaudio/#ref-for-idl-boolean%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourceoptions-loop",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A6%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourceoptions-loopend",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourceoptions-loopstart",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourceoptions-playbackrate",
"https://www.w3.org/TR/webaudio/#dictionary-audiobuffersourceoptions-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audiobuffersourceoptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceOptions%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-audiobuffersourceoptions-buffer",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourceoptions-buffer%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-buffer%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-audiobuffersourceoptions-detune",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-detune%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-audiobuffersourceoptions-loop",
"https://www.w3.org/TR/webaudio/#ref-for-idl-boolean%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loop%E2%91%A5",
"https://www.w3.org/TR/webaudio/#dom-audiobuffersourceoptions-loopend",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loopend%E2%91%A5",
"https://www.w3.org/TR/webaudio/#dom-audiobuffersourceoptions-loopstart",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loopstart%E2%91%A5",
"https://www.w3.org/TR/webaudio/#dom-audiobuffersourceoptions-playbackrate",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-playbackrate%E2%91%A6",
"https://www.w3.org/TR/webaudio/#looping-AudioBufferSourceNode",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loop%E2%91%A6",
@@ -4202,14 +4692,14 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loopend%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loop%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-stop%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-start%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-start%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loopstart%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loopend%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loopstart%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loopend%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loopend%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loopstart%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-start%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-start%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loopend%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loopstart%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-loopstart%E2%91%A0%E2%91%A1",
@@ -4218,28 +4708,28 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-playbackrate%E2%91%A7",
"https://www.w3.org/TR/webaudio/#playback-AudioBufferSourceNode",
"https://www.w3.org/TR/webaudio/#ref-for-computedplaybackrate%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-start%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffersourcenode-start%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webaudio/#AudioDestinationNode",
- "https://www.w3.org/TR/webaudio/#ref-for-audiodestinationnode%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-AudioDestinationNode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A8%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A8%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A8%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audiodestinationnode%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A8%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamaudiodestinationnode%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audiodestinationnode%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%93%AA%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%93%AA%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioDestinationNode%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioDestinationNode%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%93%AA%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%93%AA%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioDestinationNode%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioDestinationNode%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioDestinationNode%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofinputs%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount%E2%91%A0%E2%91%A2",
@@ -4252,7 +4742,7 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiodestinationnode-maxchannelcount%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-indexsizeerror%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofinputs%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount%E2%91%A0%E2%91%A5",
@@ -4261,78 +4751,78 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelinterpretation%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelinterpretation-speakers%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-tail-time%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#audiodestinationnode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioDestinationNode%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiodestinationnode-maxchannelcount%E2%91%A1",
"https://www.w3.org/TR/webaudio/#AudioDestinationNode-attributes",
"https://www.w3.org/TR/webaudio/#dom-audiodestinationnode-maxchannelcount",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A6%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audiodestinationnode%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioDestinationNode%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiodestinationnode-maxchannelcount%E2%91%A2",
"https://www.w3.org/TR/webaudio/#AudioListener",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-AudioListener",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-listener%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-positionx",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-positiony",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-positionz",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-forwardx",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-forwardy",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-forwardz",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#audiolistener",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A7%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-positionx%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A7%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-positiony%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A7%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-positionz%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A7%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-forwardx%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A7%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-forwardy%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A7%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-forwardz%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A7%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-upx",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A7%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A7%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-upy",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A7%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-upz",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-setposition",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-setposition-x-y-z-x",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-setposition-x-y-z-y",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-setposition-x-y-z-z",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-setorientation",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-setorientation-x-y-z-xup-yup-zup-x",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-setorientation-x-y-z-xup-yup-zup-y",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-setorientation-x-y-z-xup-yup-zup-z",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-setorientation-x-y-z-xup-yup-zup-xup",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-setorientation-x-y-z-xup-yup-zup-yup",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-setorientation-x-y-z-xup-yup-zup-zup",
"https://www.w3.org/TR/webaudio/#AudioListener-attributes",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-forwardx",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A7%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-most-negative-single-float%E2%91%A1",
@@ -4341,7 +4831,7 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-forwardy",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A8%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-most-negative-single-float%E2%91%A2",
@@ -4350,7 +4840,7 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-forwardz",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A7%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A8%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-most-negative-single-float%E2%91%A3",
@@ -4359,7 +4849,7 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A5",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-positionx",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A7%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A8%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-most-negative-single-float%E2%91%A4",
@@ -4368,7 +4858,7 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-positiony",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A8%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-most-negative-single-float%E2%91%A5",
@@ -4377,7 +4867,7 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A7",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-positionz",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A8%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-most-negative-single-float%E2%91%A6",
@@ -4386,7 +4876,7 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A8",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-upx",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A8%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-most-negative-single-float%E2%91%A7",
@@ -4395,7 +4885,7 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-upy",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A8%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-most-negative-single-float%E2%91%A8",
@@ -4404,7 +4894,7 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-upz",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A8%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-most-negative-single-float%E2%91%A0%E2%93%AA",
@@ -4432,9 +4922,9 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-upx%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-upy%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-upz%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A8%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A8%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvaluecurveattime%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-setorientation%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-audiolistener-forward",
"https://www.w3.org/TR/webaudio/#ref-for-audiolistener-up",
@@ -4450,18 +4940,24 @@
"https://www.w3.org/TR/webaudio/#ref-for-audiolistener-up%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-setorientation%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-setorientation-x",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-setorientation-y",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A7",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-setorientation-z",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A8",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-setorientation-xup",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-setorientation-yup",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-setorientation-zup",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-setposition",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-positionx%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-value%E2%91%A0%E2%91%A1",
@@ -4472,92 +4968,95 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-positionx%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-positiony%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-positionz%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A8%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvaluecurveattime%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-setposition%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-setposition-x",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-setposition-y",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-setposition-z",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiolistener-setposition%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-setposition-x",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-setposition-y",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-audiolistener-setposition-z",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#listenerprocessing",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#AudioProcessingEvent",
- "https://www.w3.org/TR/webaudio/#ref-for-audioprocessingevent%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-AudioProcessingEvent",
- "https://www.w3.org/TR/webaudio/#ref-for-event%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-scriptprocessornode%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioProcessingEvent%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioProcessingEvent%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-event%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-ScriptProcessorNode%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioprocessingevent-outputbuffer%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#audioprocessingevent",
- "https://www.w3.org/TR/webaudio/#ref-for-event%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioProcessingEvent%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-event%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-audioprocessingevent-audioprocessingevent",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-audioprocessingevent-audioprocessingevent-type-eventinitdict-type",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audioprocessingeventinit",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioProcessingEventInit",
"https://www.w3.org/TR/webaudio/#dom-audioprocessingevent-audioprocessingevent-type-eventinitdict-eventinitdict",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A6%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioprocessingevent-playbacktime",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioprocessingevent-inputbuffer",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioprocessingevent-outputbuffer%E2%91%A1",
"https://www.w3.org/TR/webaudio/#AudioProcessingEvent-attributes",
"https://www.w3.org/TR/webaudio/#dom-audioprocessingevent-inputbuffer",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A5%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-scriptprocessornode-onaudioprocess%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-scriptprocessornode-audioprocess%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audioprocessingevent-outputbuffer",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A5%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-scriptprocessornode-onaudioprocess%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-scriptprocessornode-audioprocess%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-audioprocessingevent-playbacktime",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A3%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%93%AA%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webaudio/#AudioProcessingEventInit",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audioprocessingeventinit%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-AudioProcessingEventInit",
- "https://www.w3.org/TR/webaudio/#dictdef-audioprocessingeventinit",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-eventinit%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioProcessingEventInit%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioProcessingEventInit%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioProcessingEventInit%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dictdef-eventinit%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A7%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioprocessingeventinit-playbacktime",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioprocessingeventinit-inputbuffer",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioprocessingeventinit-outputbuffer",
"https://www.w3.org/TR/webaudio/#dictionary-audioprocessingeventinit-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audioprocessingeventinit%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioProcessingEventInit%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-audioprocessingeventinit-inputbuffer",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioprocessingevent-inputbuffer%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audioprocessingeventinit-outputbuffer",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A5%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioprocessingevent-outputbuffer%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-audioprocessingeventinit-playbacktime",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A7%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioprocessingevent-playbacktime%E2%91%A0",
"https://www.w3.org/TR/webaudio/#BiquadFilterNode",
- "https://www.w3.org/TR/webaudio/#ref-for-biquadfilternode%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterNode",
- "https://www.w3.org/TR/webaudio/#ref-for-biquadfilternode%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-biquadfilternode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterNode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterNode%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterNode%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterNode%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-frequency",
- "https://www.w3.org/TR/webaudio/#ref-for-biquadfilternode%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterNode%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-frequency%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-detune",
"https://www.w3.org/TR/webaudio/#ref-for-compound-parameter%E2%91%A6",
@@ -4583,6 +5082,7 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-peaking",
"https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-notch",
"https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-allpass",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-biquadfiltertype",
"https://www.w3.org/TR/webaudio/#dom-biquadfiltertype-lowpass",
"https://www.w3.org/TR/webaudio/#dom-biquadfiltertype-highpass",
"https://www.w3.org/TR/webaudio/#dom-biquadfiltertype-bandpass",
@@ -4591,108 +5091,62 @@
"https://www.w3.org/TR/webaudio/#dom-biquadfiltertype-peaking",
"https://www.w3.org/TR/webaudio/#dom-biquadfiltertype-notch",
"https://www.w3.org/TR/webaudio/#dom-biquadfiltertype-allpass",
- "https://www.w3.org/TR/webaudio/#ref-for-biquadfilternode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterNode%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-a-rate%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A8%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#biquadfilternode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%93%AA%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterNode%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-biquadfilternode-biquadfilternode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-biquadfilternode-biquadfilternode-context-options-context",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-biquadfilteroptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterOptions",
"https://www.w3.org/TR/webaudio/#dom-biquadfilternode-biquadfilternode-context-options-options",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-biquadfiltertype",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-biquadfiltertype%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-type",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%93%AA%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-frequency%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%93%AA%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-detune%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%93%AA%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-q",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%93%AA%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%93%AA%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-gain",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-getfrequencyresponse",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-biquadfilternode-getfrequencyresponse-frequencyhz-magresponse-phaseresponse-frequencyhz",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-biquadfilternode-getfrequencyresponse-frequencyhz-magresponse-phaseresponse-magresponse",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#dom-biquadfilternode-getfrequencyresponse-frequencyhz-magresponse-phaseresponse-phaseresponse",
"https://www.w3.org/TR/webaudio/#BiquadFilterNode-constructors",
"https://www.w3.org/TR/webaudio/#dom-biquadfilternode-biquadfilternode-context-options",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-audionode-constructor-init%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-biquadfilternode",
"https://www.w3.org/TR/webaudio/#dom-biquadfilternode-constructor-context",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-biquadfilternode%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterNode%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-associated%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-biquadfilternode-constructor-options",
- "https://www.w3.org/TR/webaudio/#ref-for-biquadfilternode%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterOptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterNode%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#BiquadFilterNode-attributes",
"https://www.w3.org/TR/webaudio/#dom-biquadfilternode-q",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%93%AA%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%93%AA%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-lowpass%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-highpass%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-q%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-156-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1420",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1421",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1422",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1423",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1424",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1425",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1426",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1427",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1428",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1429",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1430",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1431",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1432",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1433",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1434",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1435",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1436",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1437",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1438",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1439",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-156",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-157-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1440",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1441",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1442",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1443",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1444",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1445",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1446",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1447",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1448",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-157",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-158-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1449",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1450",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1451",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1452",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1453",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1454",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1455",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-162-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1456",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1457",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1458",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1459",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-158",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-159-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1460",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1461",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1462",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-159",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-bandpass%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-notch%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-allpass%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-peaking%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-160-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1463",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1464",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1465",
@@ -4702,43 +5156,23 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1469",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1470",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1471",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-160",
- "https://www.w3.org/TR/webaudio/#ref-for-most-positive-single-float%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-lowshelf%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-highshelf%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-most-negative-single-float%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-maxvalue%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-most-positive-single-float%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#dom-biquadfilternode-detune",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%93%AA%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-compound-parameter%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-frequency%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-computedfrequency",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-161-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1472",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1473",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1474",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1475",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-162",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-163-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1476",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-161",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-maxvalue%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-162-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1477",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1478",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1479",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1480",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-162",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-163-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1481",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1482",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1483",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1484",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-163",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-164-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1485",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1486",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1487",
@@ -4750,120 +5184,63 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1493",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1494",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1495",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-164",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-165-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1496",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1497",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-163",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#dom-biquadfilternode-frequency",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%93%AA%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-biquadfilternode%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-compound-parameter%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-detune%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-computedfrequency%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-maxvalue%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for---nyquist-frequency%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#dom-biquadfilternode-gain",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%93%AA%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-lowshelf%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-highshelf%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-peaking%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-most-negative-single-float%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-maxvalue%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-164-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1498",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-165",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-bandpass%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-notch%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-allpass%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-peaking%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-166-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1499",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1500",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1501",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-164",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-165-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1502",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1503",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1504",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1505",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1506",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1507",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-166",
+ "https://www.w3.org/TR/webaudio/#ref-for-most-positive-single-float%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-lowshelf%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-highshelf%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-most-negative-single-float%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-maxvalue%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-most-positive-single-float%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#dom-biquadfilternode-detune",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%93%AA%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-compound-parameter%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-frequency%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-computedfrequency",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-167-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1508",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1509",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1510",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1511",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1512",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-167",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-maxvalue%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-168-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1513",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1514",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1515",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1516",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-168",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-169-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1517",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1518",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1519",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1520",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-165",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#dom-biquadfilternode-type",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-biquadfiltertype%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-biquadfilternode%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-lowpass%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-type%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#BiquadFilterNode-methods",
- "https://www.w3.org/TR/webaudio/#dom-biquadfilternode-getfrequencyresponse",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-current-value-slot%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidaccesserror%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%93%AA%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-getfrequencyresponse%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#dom-biquadfilternode-getfrequencyresponse-frequencyhz",
- "https://www.w3.org/TR/webaudio/#dom-biquadfilternode-getfrequencyresponse-magresponse",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-samplerate%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%93%AA%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#dom-biquadfilternode-getfrequencyresponse-phaseresponse",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-samplerate%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%93%AA%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#BiquadFilterOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-biquadfilteroptions%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-biquadfilternode%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#dictdef-biquadfilteroptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audionodeoptions%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-biquadfiltertype%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilteroptions-type",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilteroptions-q",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilteroptions-detune",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilteroptions-frequency",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilteroptions-gain",
- "https://www.w3.org/TR/webaudio/#dictionary-biquadfilteroptions-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-biquadfilteroptions%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#dom-biquadfilteroptions-q",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-q%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#dom-biquadfilteroptions-detune",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-detune%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#dom-biquadfilteroptions-frequency",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A3%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-frequency%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#dom-biquadfilteroptions-gain",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A4%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-gain%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#dom-biquadfilteroptions-type",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-biquadfiltertype%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#filters-characteristics",
- "https://www.w3.org/TR/webaudio/#ref-for-biquadfilternode%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-dfn-conforming-implementation",
- "https://www.w3.org/TR/webaudio/#ref-for-biquadfilternode%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-166-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1521",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1522",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1523",
@@ -4877,10 +5254,38 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1531",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1532",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1533",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-169",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#dom-biquadfilternode-frequency",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterNode%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-compound-parameter%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-detune%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-computedfrequency%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-maxvalue%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for---nyquist-frequency%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#dom-biquadfilternode-gain",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%93%AA%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-lowshelf%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-highshelf%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-peaking%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-most-negative-single-float%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-maxvalue%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-170-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1534",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1535",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1536",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1537",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-170",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-171-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1538",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1539",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1540",
@@ -4900,6 +5305,70 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1554",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1555",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1556",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-171",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#dom-biquadfilternode-type",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-biquadfiltertype%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterNode%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-lowpass%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-type%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#BiquadFilterNode-methods",
+ "https://www.w3.org/TR/webaudio/#dom-biquadfilternode-getfrequencyresponse",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-current-value-slot%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidaccesserror%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%93%AA%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-getfrequencyresponse%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#dom-biquadfilternode-getfrequencyresponse-frequencyhz",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#dom-biquadfilternode-getfrequencyresponse-magresponse",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-samplerate%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#dom-biquadfilternode-getfrequencyresponse-phaseresponse",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-samplerate%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#BiquadFilterOptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterOptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterOptions%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterNode%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterOptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNodeOptions%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-biquadfiltertype%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilteroptions-type",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilteroptions-q",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilteroptions-detune",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilteroptions-frequency",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilteroptions-gain",
+ "https://www.w3.org/TR/webaudio/#dictionary-biquadfilteroptions-members",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterOptions%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#dom-biquadfilteroptions-q",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-q%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#dom-biquadfilteroptions-detune",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-detune%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#dom-biquadfilteroptions-frequency",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-frequency%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#dom-biquadfilteroptions-gain",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-gain%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#dom-biquadfilteroptions-type",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-biquadfiltertype%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#filters-characteristics",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterNode%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dfn-conforming-implementation",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterNode%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-172-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1557",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1558",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1559",
@@ -4938,8 +5407,6 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1592",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1593",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1594",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-166",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-167-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1595",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1596",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1597",
@@ -4976,6 +5443,8 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1628",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1629",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1630",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-172",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-173-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1631",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1632",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1633",
@@ -4997,79 +5466,28 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1649",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1650",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1651",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-167",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%93%AA%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-computedvalue%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%93%AA%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-biquadfilternode%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-168-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1652",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1653",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1654",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1655",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1656",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-168",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-samplerate%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%93%AA%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-169-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1657",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1658",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1659",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1660",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1661",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-169",
- "https://www.w3.org/TR/webaudio/#ref-for-computedfrequency%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-170-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1662",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1663",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1664",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-170",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-gain%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%93%AA%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-171-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1665",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1666",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1667",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-171",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-q%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%93%AA%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-172-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1668",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1669",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1670",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1671",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1672",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1673",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1685",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1686",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1687",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1688",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1689",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1703",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1704",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1705",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1706",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1707",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1722",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1723",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1724",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1725",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1726",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1727",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1728",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1729",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1730",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1731",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1732",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1733",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1757",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1758",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1759",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1765",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1766",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1767",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1768",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1769",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1674",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1675",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1676",
@@ -5081,21 +5499,82 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1682",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1683",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1684",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1685",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1686",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1687",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-173",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-computedvalue%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterNode%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-174-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1688",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1689",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1690",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1691",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1692",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-174",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-samplerate%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-175-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1693",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1694",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1695",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1696",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1697",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-175",
+ "https://www.w3.org/TR/webaudio/#ref-for-computedfrequency%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-176-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1698",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1699",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1700",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-176",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-gain%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-177-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1701",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1702",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1703",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-177",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfilternode-q%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-178-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1704",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1705",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1706",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1707",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1708",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1709",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1721",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1722",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1723",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1724",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1725",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1739",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1740",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1741",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1742",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1743",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1758",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1759",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1760",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1761",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1762",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1763",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1764",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1765",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1766",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1767",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1768",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1769",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1793",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1794",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1795",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1801",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1802",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1803",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1804",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1805",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1710",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1711",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1712",
@@ -5107,17 +5586,19 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1718",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1719",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1720",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1721",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1726",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1727",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1728",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1729",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1730",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1731",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1732",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1733",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1734",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1735",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1736",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1737",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1738",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1739",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1740",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1741",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1742",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1743",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1744",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1745",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1746",
@@ -5131,11 +5612,7 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1754",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1755",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1756",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1760",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1761",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1762",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1763",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1764",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1757",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1770",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1771",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1772",
@@ -5159,21 +5636,11 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1790",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1791",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1792",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1793",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1794",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1795",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1796",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1797",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1798",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1799",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1800",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1801",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-172",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-173-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1802",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1803",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1804",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1805",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1806",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1807",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1808",
@@ -5195,9 +5662,6 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1824",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1825",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1826",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-173",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-lowpass%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-174-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1827",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1828",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1829",
@@ -5206,34 +5670,11 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1832",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1833",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1834",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1849",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1850",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1851",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1852",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1853",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1865",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1866",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1867",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1868",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1869",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1884",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1885",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1886",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1887",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1888",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1905",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1906",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1907",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1908",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1909",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1921",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1922",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1923",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1924",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1925",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1835",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1836",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1837",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-178",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-179-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1838",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1839",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1840",
@@ -5245,6 +5686,11 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1846",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1847",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1848",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1849",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1850",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1851",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1852",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1853",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1854",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1855",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1856",
@@ -5254,9 +5700,42 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1860",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1861",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1862",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-179",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-lowpass%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-180-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1863",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1864",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1865",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1866",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1867",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1868",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1869",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1870",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1885",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1886",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1887",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1888",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1889",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1901",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1902",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1903",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1904",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1905",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1920",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1921",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1922",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1923",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1924",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1941",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1942",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1943",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1944",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1945",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1957",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1958",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1959",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1960",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1961",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1871",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1872",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1873",
@@ -5270,7 +5749,7 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1881",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1882",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1883",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1889",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1884",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1890",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1891",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1892",
@@ -5282,10 +5761,10 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1898",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1899",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1900",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1901",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1902",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1903",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1904",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1906",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1907",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1908",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1909",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1910",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1911",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1912",
@@ -5296,7 +5775,7 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1917",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1918",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1919",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1920",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1925",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1926",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1927",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1928",
@@ -5312,43 +5791,10 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1938",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1939",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1940",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1941",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-174",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-highpass%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-175-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1942",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1943",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1944",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1945",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1946",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1947",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1948",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1949",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1964",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1965",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1966",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1967",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1968",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1983",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1984",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1985",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1986",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1987",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2002",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2003",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2004",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2005",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2006",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2023",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2024",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2025",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2026",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2027",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2039",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2040",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2041",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2042",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2043",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1950",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1951",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1952",
@@ -5356,13 +5802,13 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1954",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1955",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1956",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1957",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1958",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1959",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1960",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1961",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1962",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1963",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1964",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1965",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1966",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1967",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1968",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1969",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1970",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1971",
@@ -5372,25 +5818,58 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-1975",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1976",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1977",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-180",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-highpass%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-181-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1978",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1979",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1980",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1981",
"https://www.w3.org/TR/webaudio/#MathJax-Span-1982",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1988",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1989",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1990",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1991",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1992",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1993",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1994",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1995",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1996",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1997",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1998",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-1999",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1983",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1984",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1985",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2000",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2001",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2002",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2003",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2004",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2019",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2020",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2021",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2022",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2023",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2038",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2039",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2040",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2041",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2042",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2059",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2060",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2061",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2062",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2063",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2075",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2076",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2077",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2078",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2079",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1986",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1987",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1988",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1989",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1990",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1991",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1992",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1993",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1994",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1995",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1996",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1997",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1998",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-1999",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2005",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2006",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2007",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2008",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2009",
@@ -5403,10 +5882,10 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2016",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2017",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2018",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2019",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2020",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2021",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2022",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2024",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2025",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2026",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2027",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2028",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2029",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2030",
@@ -5417,7 +5896,7 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2035",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2036",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2037",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2038",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2043",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2044",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2045",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2046",
@@ -5433,43 +5912,10 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2056",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2057",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2058",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2059",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-175",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-bandpass%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-176-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2060",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2061",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2062",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2063",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2064",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2065",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2066",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2067",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2075",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2076",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2077",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2078",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2079",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2085",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2086",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2087",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2088",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2089",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2098",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2099",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2100",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2101",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2102",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2112",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2113",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2114",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2115",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2116",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2128",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2129",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2130",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2131",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2132",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2068",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2069",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2070",
@@ -5482,15 +5928,53 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2082",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2083",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2084",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2085",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2086",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2087",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2088",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2089",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2090",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2091",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2092",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2093",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2094",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2095",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-181",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-bandpass%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-182-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2096",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2097",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2098",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2099",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2100",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2101",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2102",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2103",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2111",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2112",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2113",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2114",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2115",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2121",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2122",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2123",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2124",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2125",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2134",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2135",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2136",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2137",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2138",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2148",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2149",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2150",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2151",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2152",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2164",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2165",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2166",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2167",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2168",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2104",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2105",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2106",
@@ -5498,93 +5982,93 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2108",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2109",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2110",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2111",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2116",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2117",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2118",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2119",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2120",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2121",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2122",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2123",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2124",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2125",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2126",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2127",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2128",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2129",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2130",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2131",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2132",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2133",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2134",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2135",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2136",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2137",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2138",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2139",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2140",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2141",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-176",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-notch%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-177-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2142",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2143",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2144",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2145",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2146",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2147",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2148",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2149",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2153",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2154",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2155",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2156",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2157",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2158",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2159",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2160",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2161",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2162",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2163",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2169",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2170",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2171",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2172",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2173",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2174",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2175",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2176",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2177",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-182",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-notch%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-183-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2178",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2179",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2180",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2181",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2182",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2183",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2184",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2185",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2191",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2192",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2193",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2194",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2195",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2196",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2197",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2198",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2199",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2207",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2208",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2209",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2210",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2211",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2212",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2213",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2214",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2215",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2150",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2151",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2152",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2153",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2154",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2160",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2161",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2162",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2163",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2164",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2165",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2166",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2167",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2168",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2169",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2170",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2176",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2177",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2178",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2179",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2180",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2217",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2218",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2219",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2220",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2221",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2231",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2232",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2233",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2234",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2235",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2247",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2248",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2249",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2250",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2251",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2186",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2187",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2188",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2189",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2190",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2191",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2192",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2193",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2194",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2196",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2197",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2198",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2199",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2200",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2201",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2202",
@@ -5592,152 +6076,114 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2204",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2205",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2206",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2207",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2208",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2209",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2210",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2212",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2213",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2214",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2215",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2216",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2217",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2218",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2219",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2220",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2221",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2222",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2223",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2224",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-177",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-allpass%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-178-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2225",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2226",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2227",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2228",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2229",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2230",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2231",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2232",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2242",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2243",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2244",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2245",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2246",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2258",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2259",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2260",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2261",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2262",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2272",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2273",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2274",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2275",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2276",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2286",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2287",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2288",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2289",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2290",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2302",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2303",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2304",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2305",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2306",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2233",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2234",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2235",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2236",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2237",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2238",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2239",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2240",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2241",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2247",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2248",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2249",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2250",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2251",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2242",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2243",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2244",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2245",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2246",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2252",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2253",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2254",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2255",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2256",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2257",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2258",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2259",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2260",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-183",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-allpass%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-184-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2261",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2262",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2263",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2264",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2265",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2266",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2267",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2268",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2269",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2270",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2271",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2277",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2278",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2279",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2280",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2281",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2282",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2283",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2284",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2285",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2291",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2292",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2293",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2294",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2295",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2296",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2297",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2298",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2299",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2300",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2301",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2307",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2308",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2309",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2310",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2311",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2312",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2322",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2323",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2324",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2325",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2326",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2338",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2339",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2340",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2341",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2342",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2269",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2270",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2271",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2272",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2273",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2274",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2275",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2276",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2277",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2283",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2284",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2285",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2286",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2287",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2288",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2289",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2290",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2291",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2292",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2293",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2299",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2300",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2301",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2302",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2303",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2304",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2305",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2306",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2307",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2313",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2314",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2315",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-178",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-peaking%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-179-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2316",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2317",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2318",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2319",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2320",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2321",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2322",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2323",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2335",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2336",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2337",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2338",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2339",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2351",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2352",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2353",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2354",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2355",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2367",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2368",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2369",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2370",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2371",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2383",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2384",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2385",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2386",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2387",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2399",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2400",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2401",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2402",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2403",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2324",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2325",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2326",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2327",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2328",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2329",
@@ -5746,9 +6192,9 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2332",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2333",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2334",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2340",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2341",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2342",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2335",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2336",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2337",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2343",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2344",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2345",
@@ -5757,10 +6203,43 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2348",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2349",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2350",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2351",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-184",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-peaking%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-185-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2352",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2353",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2354",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2355",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2356",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2357",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2358",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2359",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2371",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2372",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2373",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2374",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2375",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2387",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2388",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2389",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2390",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2391",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2403",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2404",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2405",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2406",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2407",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2419",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2420",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2421",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2422",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2423",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2435",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2436",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2437",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2438",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2439",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2360",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2361",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2362",
@@ -5768,10 +6247,10 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2364",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2365",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2366",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2372",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2373",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2374",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2375",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2367",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2368",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2369",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2370",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2376",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2377",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2378",
@@ -5779,10 +6258,10 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2380",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2381",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2382",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2388",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2389",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2390",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2391",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2383",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2384",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2385",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2386",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2392",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2393",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2394",
@@ -5790,10 +6269,10 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2396",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2397",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2398",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2404",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2405",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2406",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2407",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2399",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2400",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2401",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2402",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2408",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2409",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2410",
@@ -5801,43 +6280,10 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2412",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2413",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2414",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-179",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-lowshelf%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-180-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2415",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2416",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2417",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2418",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2419",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2420",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2421",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2422",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2456",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2457",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2458",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2459",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2460",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2487",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2488",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2489",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2490",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2491",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2525",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2526",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2527",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2528",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2529",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2558",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2559",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2560",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2561",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2562",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2588",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2589",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2590",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2591",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2592",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2423",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2424",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2425",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2426",
@@ -5849,11 +6295,6 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2432",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2433",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2434",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2435",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2436",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2437",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2438",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2439",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2440",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2441",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2442",
@@ -5865,11 +6306,44 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2448",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2449",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2450",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-185",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-lowshelf%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-186-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2451",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2452",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2453",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2454",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2455",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2456",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2457",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2458",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2492",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2493",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2494",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2495",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2496",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2523",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2524",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2525",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2526",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2527",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2561",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2562",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2563",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2564",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2565",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2594",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2595",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2596",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2597",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2598",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2624",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2625",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2626",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2627",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2628",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2459",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2460",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2461",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2462",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2463",
@@ -5896,11 +6370,11 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2484",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2485",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2486",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2492",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2493",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2494",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2495",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2496",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2487",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2488",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2489",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2490",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2491",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2497",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2498",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2499",
@@ -5927,8 +6401,8 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2520",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2521",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2522",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2523",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2524",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2528",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2529",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2530",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2531",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2532",
@@ -5957,9 +6431,9 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2555",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2556",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2557",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2563",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2564",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2565",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2558",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2559",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2560",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2566",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2567",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2568",
@@ -5982,12 +6456,12 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2585",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2586",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2587",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2588",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2589",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2590",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2591",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2592",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2593",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2594",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2595",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2596",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2597",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2598",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2599",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2600",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2601",
@@ -6011,42 +6485,9 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2619",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2620",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2621",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-180",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-highshelf%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-181-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2622",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2623",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2624",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2625",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2626",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2627",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2628",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2629",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2663",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2664",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2665",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2666",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2667",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2695",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2696",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2697",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2698",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2699",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2733",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2734",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2735",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2736",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2737",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2766",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2767",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2768",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2769",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2770",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2795",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2796",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2797",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2798",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2799",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2630",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2631",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2632",
@@ -6075,11 +6516,44 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2655",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2656",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2657",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-186",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-biquadfiltertype-highshelf%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-187-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2658",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2659",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2660",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2661",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2662",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2663",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2664",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2665",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2699",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2700",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2701",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2702",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2703",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2731",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2732",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2733",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2734",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2735",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2769",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2770",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2771",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2772",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2773",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2802",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2803",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2804",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2805",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2806",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2831",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2832",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2833",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2834",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2835",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2666",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2667",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2668",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2669",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2670",
@@ -6107,10 +6581,10 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2692",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2693",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2694",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2700",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2701",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2702",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2703",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2695",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2696",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2697",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2698",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2704",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2705",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2706",
@@ -6138,8 +6612,8 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2728",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2729",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2730",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2731",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2732",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2736",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2737",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2738",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2739",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2740",
@@ -6168,9 +6642,9 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2763",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2764",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2765",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2771",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2772",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2773",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2766",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2767",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2768",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2774",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2775",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2776",
@@ -6192,13 +6666,13 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2792",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2793",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2794",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2795",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2796",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2797",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2798",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2799",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2800",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2801",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2802",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2803",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2804",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2805",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2806",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2807",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2808",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2809",
@@ -6220,14 +6694,45 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2825",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2826",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2827",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-181",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2828",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2829",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2830",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2836",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2837",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2838",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2839",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2840",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2841",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2842",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2843",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2844",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2845",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2846",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2847",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2848",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2849",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2850",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2851",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2852",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2853",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2854",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2855",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2856",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2857",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2858",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2859",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2860",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2861",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2862",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2863",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-187",
"https://www.w3.org/TR/webaudio/#ChannelMergerNode",
- "https://www.w3.org/TR/webaudio/#ref-for-channelmergernode%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerNode",
- "https://www.w3.org/TR/webaudio/#ref-for-channelmergernode%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-channelsplitternode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerNode%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerNode%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerNode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterNode%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofinputs%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-channelmergeroptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerOptions",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelmergeroptions-numberofinputs",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createchannelmerger%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs%E2%91%A6",
@@ -6239,55 +6744,58 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelinterpretation%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelinterpretation-speakers%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-tail-time%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-actively-processing%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-actively-processing%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#example-c8345030",
- "https://www.w3.org/TR/webaudio/#ref-for-channelmergernode%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-channelmergernode%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#channelmergernode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#dom-channelmergernode-channelmergernode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerNode%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerNode%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerNode%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-channelmergernode-channelmergernode",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webaudio/#dom-channelmergernode-channelmergernode-context-options-context",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-channelmergeroptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerOptions%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-channelmergernode-channelmergernode-context-options-options",
"https://www.w3.org/TR/webaudio/#ChannelMergerNode-constructors",
"https://www.w3.org/TR/webaudio/#dom-channelmergernode-constructor-channelmergernode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#dom-channelmergernode-channelmergernode",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-audionode-constructor-init%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-channelmergernode-channelmergernode",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-channelmergernode-channelmergernode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-channelmergernode-constructor-context",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-channelmergernode%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerNode%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-associated%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-channelmergernode-constructor-options",
- "https://www.w3.org/TR/webaudio/#ref-for-channelmergernode%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerOptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerNode%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ChannelMergerOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-channelmergeroptions%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerOptions",
- "https://www.w3.org/TR/webaudio/#dictdef-channelmergeroptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audionodeoptions%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerOptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerOptions%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerOptions%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNodeOptions%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelmergeroptions-numberofinputs%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dictionary-channelmergeroptions-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-channelmergeroptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerOptions%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-channelmergeroptions-numberofinputs",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-channelmergernode%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerNode%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createchannelmerger%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ChannelSplitterNode",
- "https://www.w3.org/TR/webaudio/#ref-for-channelsplitternode%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterNode",
- "https://www.w3.org/TR/webaudio/#ref-for-channelsplitternode%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-channelmergernode%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterNode%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterNode%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterNode%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerNode%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofinputs%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelsplitteroptions-numberofoutputs",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createchannelsplitter%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelsplitteroptions-numberofoutputs%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-channelsplitteroptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterOptions",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelsplitternode-channelsplitternode",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs%E2%91%A8",
@@ -6299,48 +6807,51 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelinterpretation-discrete%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-audionode-channelinterpretation-constraints",
"https://www.w3.org/TR/webaudio/#ref-for-tail-time%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-channelsplitternode%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%93%AA%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterNode%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createchannelsplitter%E2%91%A2",
"https://www.w3.org/TR/webaudio/#example-889bcff3",
- "https://www.w3.org/TR/webaudio/#ref-for-channelsplitternode%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#channelsplitternode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#dom-channelsplitternode-channelsplitternode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterNode%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterNode%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-channelsplitternode-channelsplitternode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webaudio/#dom-channelsplitternode-channelsplitternode-context-options-context",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-channelsplitteroptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterOptions%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-channelsplitternode-channelsplitternode-context-options-options",
"https://www.w3.org/TR/webaudio/#ChannelSplitterNode-constructors",
"https://www.w3.org/TR/webaudio/#dom-channelsplitternode-constructor-channelsplitternode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#dom-channelsplitternode-channelsplitternode",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-audionode-constructor-init%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-channelsplitternode-channelsplitternode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-channelsplitternode-channelsplitternode%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-channelsplitternode-constructor-context",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-channelsplitternode%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterNode%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-associated%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-channelsplitternode-constructor-options",
- "https://www.w3.org/TR/webaudio/#ref-for-channelsplitternode%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterOptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterNode%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ChannelSplitterOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-channelsplitteroptions%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterOptions",
- "https://www.w3.org/TR/webaudio/#dictdef-channelsplitteroptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audionodeoptions%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterOptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterOptions%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterOptions%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNodeOptions%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelsplitteroptions-numberofoutputs%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dictionary-channelsplitteroptions-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-channelsplitteroptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterOptions%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-channelsplitteroptions-numberofoutputs",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-channelsplitternode%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterNode%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createchannelsplitter%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ConstantSourceNode",
- "https://www.w3.org/TR/webaudio/#ref-for-constantsourcenode%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-ConstantSourceNode",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConstantSourceNode%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConstantSourceNode%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-constantsourcenode-offset",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofinputs%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs%E2%91%A0%E2%93%AA",
@@ -6350,30 +6861,33 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelinterpretation%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelinterpretation-speakers%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-tail-time%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#constantsourcenode",
- "https://www.w3.org/TR/webaudio/#ref-for-audioscheduledsourcenode%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#dom-constantsourcenode-constantsourcenode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConstantSourceNode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioScheduledSourceNode%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-constantsourcenode-constantsourcenode",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-constantsourcenode-constantsourcenode-context-options-context",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-constantsourceoptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConstantSourceOptions",
"https://www.w3.org/TR/webaudio/#dom-constantsourcenode-constantsourcenode-context-options-options",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-constantsourcenode-offset%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ConstantSourceNode-constructors",
"https://www.w3.org/TR/webaudio/#dom-constantsourcenode-constructor-constantsourcenode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#dom-constantsourcenode-constantsourcenode",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-audionode-constructor-init%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-constantsourcenode-constantsourcenode",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-constantsourcenode-constantsourcenode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-constantsourcenode-constructor-context",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A4%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-constantsourcenode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConstantSourceNode%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-associated%E2%91%A5",
"https://www.w3.org/TR/webaudio/#dom-constantsourcenode-constructor-options",
- "https://www.w3.org/TR/webaudio/#ref-for-constantsourcenode%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConstantSourceOptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConstantSourceNode%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ConstantSourceNode-attributes",
"https://www.w3.org/TR/webaudio/#dom-constantsourcenode-offset",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-most-negative-single-float%E2%91%A0%E2%91%A2",
@@ -6382,20 +6896,20 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ConstantSourceOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-constantsourceoptions%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-ConstantSourceOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-constantsourcenode%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#dictdef-constantsourceoptions",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConstantSourceOptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConstantSourceOptions%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConstantSourceNode%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConstantSourceOptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A6%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-constantsourceoptions-offset",
"https://www.w3.org/TR/webaudio/#dictionary-constantsourceoptions-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-constantsourceoptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConstantSourceOptions%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-constantsourceoptions-offset",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A6%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-constantsourcenode-offset%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ConvolverNode",
- "https://www.w3.org/TR/webaudio/#ref-for-convolvernode%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofinputs%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount%E2%91%A1%E2%91%A2",
@@ -6409,62 +6923,69 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-buffer%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-audionode-channelcount-constraints%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-audionode-channelcountmode-constraints%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#convolvernode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#dom-convolvernode-convolvernode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-convolvernode",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webaudio/#dom-convolvernode-convolvernode-context-options-context",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-convolveroptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverOptions",
"https://www.w3.org/TR/webaudio/#dom-convolvernode-convolvernode-context-options-options",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A5%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-buffer%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-idl-boolean%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-normalize",
"https://www.w3.org/TR/webaudio/#ConvolverNode-constructors",
"https://www.w3.org/TR/webaudio/#dom-convolvernode-constructor-convolvernode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#dom-convolvernode-convolvernode",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-normalize%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolveroptions-disablenormalization",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-buffer%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-map-exists",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-buffer%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-normalize%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audionodeoptions%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNodeOptions%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionodeoptions-channelcount%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-map-exists%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionodeoptions-channelcount%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionodeoptions-channelcountmode%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-map-exists%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionodeoptions-channelcountmode%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionodeoptions-channelinterpretation%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-map-exists%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionodeoptions-channelinterpretation%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-audionode-constructor-init%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-convolvernode",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-convolvernode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-convolvernode-constructor-context",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-convolvernode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-associated%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-convolvernode-constructor-options",
- "https://www.w3.org/TR/webaudio/#ref-for-convolvernode%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverOptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ConvolverNode-attributes",
"https://www.w3.org/TR/webaudio/#dom-convolvernode-buffer",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A5%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-buffer%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-normalize%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-convolvernode%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-convolvernode-buffer-attribute",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-numberofchannels%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-samplerate%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-samplerate%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-associated%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A4%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-acquire-the-content%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A6%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-buffer%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-convolvernode%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-convolvernode%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-buffer%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-buffer%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-convolvernode%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-convolvernode-normalize",
"https://www.w3.org/TR/webaudio/#ref-for-idl-boolean%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-buffer%E2%91%A8",
@@ -6472,47 +6993,47 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-buffer%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-normalize%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-buffer%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-convolvernode%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-buffer%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-normalize%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-buffer%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-convolvernode%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-buffer%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-buffer%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ConvolverOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-convolveroptions%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-ConvolverOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-convolvernode%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#dictdef-convolveroptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audionodeoptions%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverOptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverOptions%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverOptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNodeOptions%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A6%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolveroptions-buffer",
"https://www.w3.org/TR/webaudio/#ref-for-idl-boolean%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolveroptions-disablenormalization%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dictionary-convolveroptions-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-convolveroptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverOptions%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-convolveroptions-buffer",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A6%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-convolvernode%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolveroptions-disablenormalization%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-convolveroptions-disablenormalization",
"https://www.w3.org/TR/webaudio/#ref-for-idl-boolean%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-normalize%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-convolvernode%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#Convolution-channel-configurations",
- "https://www.w3.org/TR/webaudio/#ref-for-convolvernode%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-convolvernode-buffer%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-channelsplitternode%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-convolvernode%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-channelmergernode%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterNode%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerNode%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-actively-processing%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-actively-processing%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#convolver-diagram",
- "https://www.w3.org/TR/webaudio/#ref-for-convolvernode%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#DelayNode",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-DelayNode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofinputs%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount%E2%91%A1%E2%91%A3",
@@ -6522,40 +7043,43 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelinterpretation-speakers%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-tail-time%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-delayoptions-maxdelaytime",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#delaynode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#dom-delaynode-delaynode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-delaynode-delaynode",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-delaynode-delaynode-context-options-context",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-delayoptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayOptions",
"https://www.w3.org/TR/webaudio/#dom-delaynode-delaynode-context-options-options",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-delaynode-delaytime",
"https://www.w3.org/TR/webaudio/#DelayNode-constructors",
"https://www.w3.org/TR/webaudio/#dom-delaynode-constructor-delaynode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#dom-delaynode-delaynode",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-audionode-constructor-init%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-delaynode-delaynode",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-delaynode-delaynode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-delaynode-constructor-context",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A4%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-associated%E2%91%A8",
"https://www.w3.org/TR/webaudio/#dom-delaynode-constructor-options",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayOptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#DelayNode-attributes",
"https://www.w3.org/TR/webaudio/#dom-delaynode-delaytime",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createdelay-maxdelaytime-maxdelaytime%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createdelay%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-delayoptions-maxdelaytime%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-delayoptions%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-delaynode-delaynode%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayOptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-delaynode-delaynode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-cycle",
"https://www.w3.org/TR/webaudio/#ref-for-dom-delaynode-delaytime%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-render-quantum%E2%91%A0%E2%91%A3",
@@ -6566,51 +7090,51 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#DelayOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-delayoptions%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-DelayOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#dictdef-delayoptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audionodeoptions%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayOptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayOptions%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayOptions%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNodeOptions%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A7%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-delayoptions-maxdelaytime%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A7%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-delayoptions-delaytime",
"https://www.w3.org/TR/webaudio/#dictionary-delayoptions-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-delayoptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayOptions%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-delayoptions-delaytime",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A7%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-delayoptions-maxdelaytime",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A7%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createdelay-maxdelaytime-maxdelaytime%E2%91%A1",
"https://www.w3.org/TR/webaudio/#DelayNode-processing",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#delaywriter",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#delayreader",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-delayreader",
"https://www.w3.org/TR/webaudio/#ref-for-source-node%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-delaywriter",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-delayreader%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-delaywriter%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webaudio/#DynamicsCompressorNode",
- "https://www.w3.org/TR/webaudio/#ref-for-dynamicscompressornode%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode",
- "https://www.w3.org/TR/webaudio/#ref-for-dynamicscompressornode%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofinputs%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount%E2%91%A1%E2%91%A4",
@@ -6622,42 +7146,45 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelinterpretation-speakers%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-tail-time%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-tail-time%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#dynamicscompressornode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A3%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#dom-dynamicscompressornode-dynamicscompressornode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-dynamicscompressornode",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A5%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-dynamicscompressornode-dynamicscompressornode-context-options-context",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-dynamicscompressoroptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorOptions",
"https://www.w3.org/TR/webaudio/#dom-dynamicscompressornode-dynamicscompressornode-context-options-options",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-threshold%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-knee%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-ratio%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A6%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-reduction",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-attack%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-release%E2%91%A0",
"https://www.w3.org/TR/webaudio/#DynamicsCompressorNode-constructors",
"https://www.w3.org/TR/webaudio/#dom-dynamicscompressornode-constructor-dynamicscompressornode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#dom-dynamicscompressornode-dynamicscompressornode",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A5%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-audionode-constructor-init%E2%91%A7",
"https://www.w3.org/TR/webaudio/#dom-dynamicscompressornode-internal-reduction-slot",
"https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-internal-reduction-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-dynamicscompressornode",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-dynamicscompressornode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-dynamicscompressornode-constructor-context",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A5%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-dynamicscompressornode%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-associated%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#dom-dynamicscompressornode-constructor-options",
- "https://www.w3.org/TR/webaudio/#ref-for-dynamicscompressornode%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorOptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#DynamicsCompressorNode-attributes",
"https://www.w3.org/TR/webaudio/#dom-dynamicscompressornode-attack",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-maxvalue%E2%91%A1%E2%91%A0",
@@ -6665,7 +7192,7 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-k-rate%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-audioparam-automation-rate-constraints%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-dynamicscompressornode-knee",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-maxvalue%E2%91%A1%E2%91%A1",
@@ -6673,7 +7200,7 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-k-rate%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-audioparam-automation-rate-constraints%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-dynamicscompressornode-ratio",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-maxvalue%E2%91%A1%E2%91%A2",
@@ -6681,10 +7208,10 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-k-rate%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-audioparam-automation-rate-constraints%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-dynamicscompressornode-reduction",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A6%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-internal-reduction-slot%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-dynamicscompressornode-release",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-maxvalue%E2%91%A1%E2%91%A3",
@@ -6692,157 +7219,64 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-k-rate%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-audioparam-automation-rate-constraints%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-dynamicscompressornode-threshold",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-maxvalue%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-k-rate%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-audioparam-automation-rate-constraints%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#DynamicsCompressorOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-dynamicscompressoroptions%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dynamicscompressornode%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#dictdef-dynamicscompressoroptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audionodeoptions%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#DynamicsCompressorOptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorOptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorOptions%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorOptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNodeOptions%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressoroptions-attack",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A6%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressoroptions-knee",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressoroptions-ratio",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressoroptions-release",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressoroptions-threshold",
"https://www.w3.org/TR/webaudio/#dictionary-dynamicscompressoroptions-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-dynamicscompressoroptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorOptions%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-dynamicscompressoroptions-attack",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A6%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-attack%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-dynamicscompressoroptions-knee",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A7%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-knee%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-dynamicscompressoroptions-ratio",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A7%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-ratio%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-dynamicscompressoroptions-release",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A7%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-release%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-dynamicscompressoroptions-threshold",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A7%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-threshold%E2%91%A1",
"https://www.w3.org/TR/webaudio/#DynamicsCompressorOptions-processing",
- "https://www.w3.org/TR/webaudio/#ref-for-dynamicscompressornode%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dynamicscompressornode%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-dynamicscompressornode%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-182-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2828",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2829",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2830",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2831",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2832",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2833",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2834",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2835",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-182",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-183-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2836",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2837",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2838",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2839",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2840",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2841",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2842",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2843",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2844",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2845",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2846",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2847",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2848",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2849",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2850",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2851",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2852",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-183",
- "https://www.w3.org/TR/webaudio/#ref-for-dynamicscompressornode%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A4%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A4%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A5%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dynamicscompressornode%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#envelopefollower",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A4%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-dynamicscompressornode%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-envelopefollower",
- "https://www.w3.org/TR/webaudio/#ref-for-envelopefollower%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#dom-dynamicscompressornode-detector-average-slot",
- "https://www.w3.org/TR/webaudio/#dom-dynamicscompressornode-compressor-gain-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-attack%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-release%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-k-rate%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A5%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dynamicscompressornode%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-associated%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-detector-average-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-compressor-gain-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-compression-curve",
- "https://www.w3.org/TR/webaudio/#ref-for-detector-curve",
- "https://www.w3.org/TR/webaudio/#ref-for-computing-the-envelope-rate",
- "https://www.w3.org/TR/webaudio/#ref-for-computing-the-makeup-gain",
- "https://www.w3.org/TR/webaudio/#ref-for-linear-to-decibel",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-compressor-gain-slot%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-detector-average-slot%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-atomically%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-internal-reduction-slot%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#computing-the-makeup-gain",
- "https://www.w3.org/TR/webaudio/#ref-for-compression-curve%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#computing-the-envelope-rate",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-184-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2853",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2854",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2855",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2856",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2857",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2858",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2859",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-184",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-attack%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-release%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#detector-curve",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-185-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2860",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2861",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2862",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2863",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-188-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2864",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2865",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2866",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-185",
- "https://www.w3.org/TR/webaudio/#compression-curve",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-threshold%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-knee%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-decibels-to-linear-gain-unit",
- "https://www.w3.org/TR/webaudio/#ref-for-k-rate%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-threshold%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-knee%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-k-rate%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-decibels-to-linear-gain-unit%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-ratio%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-k-rate%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-186-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2867",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2868",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2869",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2870",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2871",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-188",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-189-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2872",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2873",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2874",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-186",
- "https://www.w3.org/TR/webaudio/#ref-for-dynamicscompressornode%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-187-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2875",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2876",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2877",
@@ -6857,27 +7291,74 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2886",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2887",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2888",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-189",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#envelopefollower",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-envelopefollower",
+ "https://www.w3.org/TR/webaudio/#ref-for-envelopefollower%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#dom-dynamicscompressornode-detector-average-slot",
+ "https://www.w3.org/TR/webaudio/#dom-dynamicscompressornode-compressor-gain-slot",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-attack%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-release%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-k-rate%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-associated%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-detector-average-slot",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-compressor-gain-slot",
+ "https://www.w3.org/TR/webaudio/#ref-for-compression-curve",
+ "https://www.w3.org/TR/webaudio/#ref-for-detector-curve",
+ "https://www.w3.org/TR/webaudio/#ref-for-computing-the-envelope-rate",
+ "https://www.w3.org/TR/webaudio/#ref-for-computing-the-makeup-gain",
+ "https://www.w3.org/TR/webaudio/#ref-for-linear-to-decibel",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-compressor-gain-slot%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-detector-average-slot%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-atomically%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-internal-reduction-slot%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#computing-the-makeup-gain",
+ "https://www.w3.org/TR/webaudio/#ref-for-compression-curve%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#computing-the-envelope-rate",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-190-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2889",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2890",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2891",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-187",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-188-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2892",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2893",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2894",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-188",
- "https://www.w3.org/TR/webaudio/#linear-to-decibel",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-189-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2895",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-190",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-attack%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-release%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#detector-curve",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-191-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2896",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2897",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-189",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-190-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2898",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2899",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2900",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2901",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2902",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-191",
+ "https://www.w3.org/TR/webaudio/#compression-curve",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-threshold%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-knee%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-decibels-to-linear-gain-unit",
+ "https://www.w3.org/TR/webaudio/#ref-for-k-rate%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-threshold%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-knee%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-k-rate%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-decibels-to-linear-gain-unit%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-dynamicscompressornode-ratio%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-k-rate%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-192-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2903",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2904",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2905",
@@ -6886,14 +7367,12 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2908",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2909",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2910",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-190",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-191-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-192",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-193-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2911",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2912",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2913",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-191",
- "https://www.w3.org/TR/webaudio/#decibels-to-linear-gain-unit",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-192-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2914",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2915",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2916",
@@ -6905,11 +7384,59 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2922",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2923",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2924",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-192",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2925",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2926",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2927",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-193",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-194-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2928",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2929",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2930",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-194",
+ "https://www.w3.org/TR/webaudio/#linear-to-decibel",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-195-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2931",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2932",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2933",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-195",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-196-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2934",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2935",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2936",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2937",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2938",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2939",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2940",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2941",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2942",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2943",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2944",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2945",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2946",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-196",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-197-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2947",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2948",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2949",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-197",
+ "https://www.w3.org/TR/webaudio/#decibels-to-linear-gain-unit",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-198-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2950",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2951",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2952",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2953",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2954",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2955",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2956",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2957",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2958",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2959",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-2960",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-198",
"https://www.w3.org/TR/webaudio/#GainNode",
- "https://www.w3.org/TR/webaudio/#ref-for-gainnode%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-GainNode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-GainNode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-GainNode%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofinputs%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount%E2%91%A1%E2%91%A5",
@@ -6918,34 +7445,37 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelinterpretation%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelinterpretation-speakers%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-tail-time%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-gainnode%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-GainNode%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-computedvalue%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-gainnode-gain",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#gainnode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A4%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#dom-gainnode-gainnode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-GainNode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-gainnode-gainnode",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A6%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-gainnode-gainnode-context-options-context",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-gainoptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-GainOptions",
"https://www.w3.org/TR/webaudio/#dom-gainnode-gainnode-context-options-options",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-gainnode-gain%E2%91%A0",
"https://www.w3.org/TR/webaudio/#GainNode-constructors",
"https://www.w3.org/TR/webaudio/#dom-gainnode-constructor-gainnode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#dom-gainnode-gainnode",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-audionode-constructor-init%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-gainnode-gainnode",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-gainnode-gainnode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-gainnode-constructor-context",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A5%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-gainnode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-GainNode%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-associated%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-gainnode-constructor-options",
- "https://www.w3.org/TR/webaudio/#ref-for-gainnode%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-GainOptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-GainNode%E2%91%A7",
"https://www.w3.org/TR/webaudio/#GainNode-attributes",
"https://www.w3.org/TR/webaudio/#dom-gainnode-gain",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-most-negative-single-float%E2%91%A0%E2%91%A3",
@@ -6954,24 +7484,24 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#GainOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-gainoptions%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-GainOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-gainnode%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#dictdef-gainoptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audionodeoptions%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-GainOptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-GainOptions%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-GainNode%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-GainOptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNodeOptions%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A7%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-gainoptions-gain",
"https://www.w3.org/TR/webaudio/#dictionary-gainoptions-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-gainoptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-GainOptions%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-gainoptions-gain",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A7%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-gainnode-gain%E2%91%A1",
"https://www.w3.org/TR/webaudio/#IIRFilterNode",
- "https://www.w3.org/TR/webaudio/#ref-for-iirfilternode%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-IIRFilterNode",
- "https://www.w3.org/TR/webaudio/#ref-for-iirfilternode%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A4%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-biquadfilternode%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-IIRFilterNode%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-IIRFilterNode%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-IIRFilterNode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterNode%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofinputs%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount%E2%91%A1%E2%91%A6",
@@ -6980,125 +7510,95 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelinterpretation%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelinterpretation-speakers%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-tail-time%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#iirfilternode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#dom-iirfilternode-iirfilternode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-IIRFilterNode%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-iirfilternode-iirfilternode",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-iirfilternode-iirfilternode-context-options-context",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-iirfilteroptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-IIRFilterOptions",
"https://www.w3.org/TR/webaudio/#dom-iirfilternode-iirfilternode-context-options-options",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-iirfilternode-getfrequencyresponse",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-iirfilternode-getfrequencyresponse-frequencyhz-magresponse-phaseresponse-frequencyhz",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-iirfilternode-getfrequencyresponse-frequencyhz-magresponse-phaseresponse-magresponse",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-iirfilternode-getfrequencyresponse-frequencyhz-magresponse-phaseresponse-phaseresponse",
"https://www.w3.org/TR/webaudio/#IIRFilterNode-constructors",
"https://www.w3.org/TR/webaudio/#dom-iirfilternode-constructor-iirfilternode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#dom-iirfilternode-iirfilternode",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-audionode-constructor-init%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-iirfilternode-iirfilternode",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-iirfilternode-iirfilternode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-iirfilternode-constructor-context",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A5%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-iirfilternode%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-IIRFilterNode%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-associated%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-iirfilternode-constructor-options",
- "https://www.w3.org/TR/webaudio/#ref-for-iirfilternode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-IIRFilterOptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-IIRFilterNode%E2%91%A6",
"https://www.w3.org/TR/webaudio/#IIRFilterNode-methods",
"https://www.w3.org/TR/webaudio/#dom-iirfilternode-getfrequencyresponse",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidaccesserror%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidaccesserror%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-iirfilternode-getfrequencyresponse%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-iirfilternode-getfrequencyresponse-frequencyhz",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-iirfilternode-getfrequencyresponse-magresponse",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-samplerate%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%93%AA%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webaudio/#dom-iirfilternode-getfrequencyresponse-phaseresponse",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-samplerate%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%93%AA%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#IIRFilterOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-iirfilteroptions%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-IIRFilterOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-iirfilternode%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#dictdef-iirfilteroptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audionodeoptions%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-sequence%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#IIRFilterOptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-IIRFilterOptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-IIRFilterOptions%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-IIRFilterNode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-IIRFilterOptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNodeOptions%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-sequence%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A7%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-iirfilteroptions-feedforward",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-sequence%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-sequence%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A7%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-iirfilteroptions-feedback",
"https://www.w3.org/TR/webaudio/#dictionary-iirfilteroptions-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-iirfilteroptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-IIRFilterOptions%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-iirfilteroptions-feedforward",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-iirfilternode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-IIRFilterNode%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createiirfilter-feedforward",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createiirfilter%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-iirfilteroptions-feedback",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A4%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-iirfilternode%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-IIRFilterNode%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createiirfilter-feedback",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createiirfilter%E2%91%A2",
"https://www.w3.org/TR/webaudio/#IIRFilterNode-filter-definition",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-193-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2925",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2926",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2927",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2928",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2929",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-193",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-194-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2930",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2931",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2932",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2933",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2934",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-194",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createiirfilter%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-iirfilteroptions%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-iirfilternode-iirfilternode%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-195-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2935",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2936",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2937",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2938",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2939",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2940",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2941",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2942",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2943",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2944",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2945",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2946",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2947",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2948",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2949",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2950",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2951",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2952",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2953",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2954",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2955",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2956",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2957",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2958",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2959",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-2960",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-199-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2961",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2962",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2963",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2964",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2965",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-199",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-200-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2966",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2967",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2968",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2969",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2970",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-200",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createiirfilter%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-IIRFilterOptions%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-iirfilternode-iirfilternode%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-201-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2971",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2972",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2973",
@@ -7111,50 +7611,32 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-2980",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2981",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2982",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-195",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-196-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2983",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2984",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2985",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2986",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2987",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-196",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-197-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2988",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2989",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2990",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-197",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-198-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2991",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2992",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2993",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2994",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2995",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-198",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-199-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2996",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2997",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2998",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-199",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-200-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-2999",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3000",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3001",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3002",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3003",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-200",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createiirfilter-feedback%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createiirfilter%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-201-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3004",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3005",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3006",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3007",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3008",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-201",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createiirfilter-feedforward%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createiirfilter%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-202-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3009",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3010",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3011",
@@ -7165,120 +7647,176 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3016",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3017",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3018",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-201",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-202-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3019",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3020",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3021",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3022",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3023",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-202",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-203-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3024",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3025",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3026",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-203",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-204-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3027",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3028",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3029",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3030",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3031",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-204",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-205-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3032",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3033",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3034",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-205",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-206-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3035",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3036",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3037",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3038",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3039",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-206",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createiirfilter-feedback%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createiirfilter%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-207-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3040",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3041",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3042",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3043",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3044",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-207",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createiirfilter-feedforward%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createiirfilter%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-208-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3045",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3046",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3047",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3048",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3049",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-202",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3050",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3051",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3052",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3053",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3054",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3055",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3056",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3057",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3058",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3059",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3060",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3061",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3062",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3063",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3064",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3065",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3066",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3067",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3068",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3069",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3070",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3071",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3072",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3073",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3074",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3075",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3076",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3077",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3078",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3079",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3080",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3081",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3082",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3083",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3084",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3085",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-208",
"https://www.w3.org/TR/webaudio/#MediaElementAudioSourceNode",
- "https://www.w3.org/TR/webaudio/#ref-for-mediaelementaudiosourcenode%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceNode",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceNode%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceNode%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-audio%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-video%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofinputs%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-tail-time%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-samplerate%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-mediaelementaudiosourcenode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-samplerate%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceNode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-createmediaelementsource%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediaelementaudiosourceoptions-mediaelement",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-mediaelementaudiosourceoptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceOptions",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediaelementaudiosourcenode-mediaelementaudiosourcenode",
- "https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-createmediaelementsource%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-createmediaelementsource%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-mediaelementaudiosourcenode%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-mediaelementaudiosourcenode%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-mediaelementaudiosourcenode%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceNode%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceNode%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceNode%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#example-92c31c2c",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#mediaelementaudiosourcenode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceNode%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediaelementaudiosourcenode-mediaelementaudiosourcenode%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-mediaelementaudiosourcenode-mediaelementaudiosourcenode-context-options-context",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-mediaelementaudiosourceoptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceOptions%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-mediaelementaudiosourcenode-mediaelementaudiosourcenode-context-options-options",
"https://www.w3.org/TR/webaudio/#ref-for-SameObject%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediaelementaudiosourcenode-mediaelement%E2%91%A0",
"https://www.w3.org/TR/webaudio/#MediaElementAudioSourceNode-constructors",
"https://www.w3.org/TR/webaudio/#dom-mediaelementaudiosourcenode-mediaelementaudiosourcenode",
"https://www.w3.org/TR/webaudio/#ref-for-audionode-constructor-init%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediaelementaudiosourcenode-mediaelementaudiosourcenode%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-mediaelementaudiosourcenode-constructor-context",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-mediaelementaudiosourcenode%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceNode%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-associated%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-mediaelementaudiosourcenode-constructor-options",
- "https://www.w3.org/TR/webaudio/#ref-for-mediaelementaudiosourcenode%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceOptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceNode%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#MediaElementAudioSourceNode-attributes",
"https://www.w3.org/TR/webaudio/#dom-mediaelementaudiosourcenode-mediaelement",
- "https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-mediaelementaudiosourcenode%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#MediaElementAudioSourceOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-mediaelementaudiosourceoptions%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-mediaelementaudiosourcenode%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#dictdef-mediaelementaudiosourceoptions",
"https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceNode%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#MediaElementAudioSourceOptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceOptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceOptions%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceNode%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceOptions%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediaelementaudiosourceoptions-mediaelement%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dictionary-mediaelementaudiosourceoptions-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-mediaelementaudiosourceoptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceOptions%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-mediaelementaudiosourceoptions-mediaelement",
- "https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#MediaElementAudioSourceOptions-security",
"https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-mediaelementaudiosourcenode%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-scriptprocessornode%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-mediaelementaudiosourcenode%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#MediaElementAudioSourceOptions-security",
"https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceNode%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-ScriptProcessorNode%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaElementAudioSourceNode%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-htmlmediaelement%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webaudio/#MediaStreamAudioDestinationNode",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamaudiodestinationnode%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioDestinationNode",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioDestinationNode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioDestinationNode%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamaudiodestinationnode-stream",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamaudiodestinationnode-stream",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediadevices-getusermedia%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofinputs%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs%E2%91%A0%E2%91%A6",
@@ -7288,151 +7826,157 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelinterpretation%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelinterpretation-speakers%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-tail-time%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#mediastreamaudiodestinationnode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioDestinationNode%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamaudiodestinationnode-mediastreamaudiodestinationnode",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-mediastreamaudiodestinationnode-mediastreamaudiodestinationnode-context-options-context",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audionodeoptions%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNodeOptions%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-mediastreamaudiodestinationnode-mediastreamaudiodestinationnode-context-options-options",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamaudiodestinationnode-stream%E2%91%A0",
"https://www.w3.org/TR/webaudio/#MediaStreamAudioDestinationNode-constructors",
"https://www.w3.org/TR/webaudio/#dom-mediastreamaudiodestinationnode-mediastreamaudiodestinationnode",
"https://www.w3.org/TR/webaudio/#ref-for-audionode-constructor-init%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamaudiodestinationnode-mediastreamaudiodestinationnode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-mediastreamaudiodestinationnode-constructor-context",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A5%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamaudiodestinationnode%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioDestinationNode%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-associated%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-mediastreamaudiodestinationnode-constructor-options",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamaudiodestinationnode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNodeOptions%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioDestinationNode%E2%91%A8",
"https://www.w3.org/TR/webaudio/#MediaStreamAudioDestinationNode-attributes",
"https://www.w3.org/TR/webaudio/#dom-mediastreamaudiodestinationnode-stream",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#MediaStreamAudioSourceNode",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamaudiosourcenode%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioSourceNode",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#MediaStreamAudioSourceNode",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioSourceNode%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioSourceNode%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofinputs%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-tail-time%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-samplerate%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#mediastreamaudiosourcenode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioSourceNode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamaudiosourcenode-mediastreamaudiosourcenode",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webaudio/#dom-mediastreamaudiosourcenode-mediastreamaudiosourcenode-context-options-context",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-mediastreamaudiosourceoptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioSourceOptions",
"https://www.w3.org/TR/webaudio/#dom-mediastreamaudiosourcenode-mediastreamaudiosourcenode-context-options-options",
"https://www.w3.org/TR/webaudio/#ref-for-SameObject%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamaudiosourcenode-mediastream",
"https://www.w3.org/TR/webaudio/#MediaStreamAudioSourceNode-constructors",
"https://www.w3.org/TR/webaudio/#dom-mediastreamaudiosourcenode-mediastreamaudiosourcenode",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamaudiosourceoptions-mediastream",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamaudiosourcenode-mediastreamaudiosourcenode-context-options-options",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-code-unit",
"https://www.w3.org/TR/webaudio/#ref-for-audionode-constructor-init%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-mediastreamaudiosourcenode-input-track-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamaudiosourcenode%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamaudiosourcenode%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A5%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamaudiosourcenode-input-track-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamaudiosourcenode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioSourceNode%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioSourceNode%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamaudiosourcenode%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamtrackaudiosourcenode%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamaudiosourcenode-input-track-slot",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioSourceNode%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioSourceNode%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamTrackAudioSourceNode%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamaudiosourcenode-mediastreamaudiosourcenode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-mediastreamaudiosourcenode-constructor-context",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamaudiosourcenode%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioSourceNode%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-associated%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#dom-mediastreamaudiosourcenode-constructor-options",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamaudiosourcenode%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioSourceOptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioSourceNode%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#MediaStreamAudioSourceNode-attributes",
"https://www.w3.org/TR/webaudio/#dom-mediastreamaudiosourcenode-mediastream",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamaudiosourcenode%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#MediaStreamAudioSourceOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-mediastreamaudiosourceoptions%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioSourceOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamaudiosourcenode%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#dictdef-mediastreamaudiosourceoptions",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioSourceNode%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#MediaStreamAudioSourceOptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioSourceOptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioSourceOptions%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioSourceNode%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioSourceOptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamaudiosourceoptions-mediastream%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dictionary-mediastreamaudiosourceoptions-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-mediastreamaudiosourceoptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioSourceOptions%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-mediastreamaudiosourceoptions-mediastream",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastream%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webaudio/#MediaStreamTrackAudioSourceNode",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamtrackaudiosourcenode%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamTrackAudioSourceNode",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamTrackAudioSourceNode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamTrackAudioSourceNode%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofinputs%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-tail-time%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrackaudiosourceoptions-mediastreamtrack",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrackaudiosourceoptions-mediastreamtrack%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-samplerate%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#mediastreamtrackaudiosourcenode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamTrackAudioSourceNode%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrackaudiosourcenode-mediastreamtrackaudiosourcenode",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-mediastreamtrackaudiosourcenode-mediastreamtrackaudiosourcenode-context-options-context",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-mediastreamtrackaudiosourceoptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamTrackAudioSourceOptions",
"https://www.w3.org/TR/webaudio/#dom-mediastreamtrackaudiosourcenode-mediastreamtrackaudiosourcenode-context-options-options",
"https://www.w3.org/TR/webaudio/#MediaStreamTrackAudioSourceNode-constructors",
"https://www.w3.org/TR/webaudio/#dom-mediastreamtrackaudiosourcenode-mediastreamtrackaudiosourcenode",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrackaudiosourceoptions-mediastreamtrack%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-audionode-constructor-init%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrackaudiosourcenode-mediastreamtrackaudiosourcenode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-mediastreamtrackaudiosourcenode-constructor-context",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamtrackaudiosourcenode%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamTrackAudioSourceNode%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-associated%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-mediastreamtrackaudiosourcenode-constructor-options",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamtrackaudiosourcenode%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamTrackAudioSourceOptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamTrackAudioSourceNode%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#MediaStreamTrackAudioSourceOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-mediastreamtrackaudiosourceoptions%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamTrackAudioSourceOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamtrackaudiosourcenode%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#dictdef-mediastreamtrackaudiosourceoptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamTrackAudioSourceOptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamTrackAudioSourceOptions%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamTrackAudioSourceNode%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamTrackAudioSourceOptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrackaudiosourceoptions-mediastreamtrack%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dictionary-mediastreamtrackaudiosourceoptions-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-mediastreamtrackaudiosourceoptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamTrackAudioSourceOptions%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-mediastreamtrackaudiosourceoptions-mediastreamtrack",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-mediastreamtrack%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webaudio/#OscillatorNode",
- "https://www.w3.org/TR/webaudio/#ref-for-oscillatornode%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-OscillatorNode",
- "https://www.w3.org/TR/webaudio/#ref-for-oscillatornode%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-periodicwave%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-start%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorNode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorNode%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorNode%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioscheduledsourcenode-start%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for---nyquist-frequency%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for---nyquist-frequency%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for---nyquist-frequency%E2%91%A3",
@@ -7459,43 +8003,46 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatortype-sawtooth",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatortype-triangle",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatortype-custom",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-oscillatortype",
"https://www.w3.org/TR/webaudio/#dom-oscillatortype-sine",
"https://www.w3.org/TR/webaudio/#dom-oscillatortype-square",
"https://www.w3.org/TR/webaudio/#dom-oscillatortype-sawtooth",
"https://www.w3.org/TR/webaudio/#dom-oscillatortype-triangle",
"https://www.w3.org/TR/webaudio/#dom-oscillatortype-custom",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#oscillatornode",
- "https://www.w3.org/TR/webaudio/#ref-for-audioscheduledsourcenode%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorNode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioScheduledSourceNode%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatornode-oscillatornode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A7%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-oscillatornode-oscillatornode-context-options-context",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-oscillatoroptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorOptions",
"https://www.w3.org/TR/webaudio/#dom-oscillatornode-oscillatornode-context-options-options",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-oscillatortype",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-oscillatortype%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatornode-type",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatornode-frequency%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatornode-detune%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatornode-setperiodicwave",
- "https://www.w3.org/TR/webaudio/#ref-for-periodicwave%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A5",
"https://www.w3.org/TR/webaudio/#dom-oscillatornode-setperiodicwave-periodicwave-periodicwave",
"https://www.w3.org/TR/webaudio/#OscillatorNode-constructors",
"https://www.w3.org/TR/webaudio/#dom-oscillatornode-oscillatornode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A7%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-audionode-constructor-init%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatornode-oscillatornode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-oscillatornode-constructor-context",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-oscillatornode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorNode%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-associated%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#dom-oscillatornode-constructor-options",
- "https://www.w3.org/TR/webaudio/#ref-for-oscillatornode%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorOptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorNode%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#OscillatorNode-attributes",
"https://www.w3.org/TR/webaudio/#dom-oscillatornode-detune",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatornode-frequency%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-a-rate%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-compound-parameter%E2%91%A0%E2%91%A1",
@@ -7504,44 +8051,44 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatornode-frequency%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-203-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3050",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3051",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3052",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3053",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3054",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-203",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-maxvalue%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-204-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3055",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3056",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3057",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3058",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-204",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-205-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3059",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3060",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3061",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3062",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3063",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3064",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3065",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3066",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3067",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3068",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3069",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3070",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3071",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3072",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3073",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3074",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3075",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-205",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-209-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3086",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3087",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3088",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3089",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3090",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-209",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-maxvalue%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-210-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3091",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3092",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3093",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3094",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-210",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-211-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3095",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3096",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3097",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3098",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3099",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3100",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3101",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3102",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3103",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3104",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3105",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3106",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3107",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3108",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3109",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3110",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3111",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-211",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A7%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webaudio/#dom-oscillatornode-frequency",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-a-rate%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-compound-parameter%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatornode-detune%E2%91%A1",
@@ -7557,97 +8104,59 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-oscillatornode-type",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-oscillatortype%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-oscillatortype%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatortype-custom%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatornode-setperiodicwave%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatortype-custom%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatortype-sine%E2%91%A0",
"https://www.w3.org/TR/webaudio/#OscillatorNode-methods",
"https://www.w3.org/TR/webaudio/#dom-oscillatornode-setperiodicwave",
- "https://www.w3.org/TR/webaudio/#ref-for-periodicwave%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatornode-setperiodicwave%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-oscillatornode-setperiodicwave-periodicwave",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webaudio/#OscillatorOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-oscillatoroptions%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-OscillatorOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-oscillatornode%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#dictdef-oscillatoroptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audionodeoptions%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-oscillatortype%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorOptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorOptions%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorNode%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorOptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNodeOptions%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-oscillatortype%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatoroptions-type",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A7%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatoroptions-frequency",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A7%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatoroptions-detune",
- "https://www.w3.org/TR/webaudio/#ref-for-periodicwave%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatoroptions-periodicwave",
"https://www.w3.org/TR/webaudio/#dictionary-oscillatoroptions-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-oscillatoroptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorOptions%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-oscillatoroptions-detune",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A6%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-oscillatornode%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorNode%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-oscillatoroptions-frequency",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A6%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-oscillatornode%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorNode%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-oscillatoroptions-periodicwave",
- "https://www.w3.org/TR/webaudio/#ref-for-periodicwave%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-periodicwave%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-oscillatornode%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorNode%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatoroptions-type%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatortype-custom%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-oscillatoroptions-type",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-oscillatortype%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-oscillatortype%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatoroptions-periodicwave%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatoroptions-periodicwave%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatoroptions-type%E2%91%A1",
"https://www.w3.org/TR/webaudio/#basic-waveform-phase",
- "https://www.w3.org/TR/webaudio/#ref-for-periodicwave%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwaveconstraints-disablenormalization%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatortype-sine%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-206-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3076",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3077",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3078",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3079",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3080",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3081",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3082",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3083",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3084",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3085",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-206",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatortype-square%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-207-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3086",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3087",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3088",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3089",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3090",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3091",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3092",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3093",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3094",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3095",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3096",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3097",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3098",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3109",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3110",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3111",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-212-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3112",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3099",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3100",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3101",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3102",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3103",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3104",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3105",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3106",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3107",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3108",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3113",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3114",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3115",
@@ -7657,26 +8166,26 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3119",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3120",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3121",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-212",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatortype-square%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-213-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3122",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3123",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3124",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-207",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-208-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3125",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3126",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3127",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-208",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-209-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3128",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3129",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3130",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3131",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-209",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatortype-sawtooth%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-210-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3132",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3133",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3134",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3145",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3146",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3147",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3148",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3135",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3136",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3137",
@@ -7687,36 +8196,32 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3142",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3143",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3144",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3145",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3146",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3147",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3148",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3149",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3150",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3151",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-210",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-211-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3152",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3153",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3154",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-211",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-212-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3155",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3156",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3157",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3158",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-212",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatortype-triangle%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-213-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3159",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3160",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-213",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-214-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3161",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3162",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3163",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-214",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-215-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3164",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3165",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3166",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3167",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-215",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatortype-sawtooth%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-216-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3168",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3169",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3170",
@@ -7724,14 +8229,33 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3172",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3173",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3174",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3175",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3176",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3177",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3178",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3179",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3180",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3181",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3182",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3183",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3184",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3185",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3186",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3187",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-216",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-217-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3188",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3189",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3190",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-217",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-218-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3191",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3192",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3193",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3194",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-218",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatortype-triangle%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-219-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3195",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3196",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3197",
@@ -7739,18 +8263,6 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3199",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3200",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3201",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3175",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3176",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3177",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3178",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3179",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3180",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3181",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3182",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3183",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3184",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3185",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3186",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3202",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3203",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3204",
@@ -7760,75 +8272,9 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3208",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3209",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3210",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3211",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3212",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3213",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3214",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3215",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-213",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-214-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3216",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3217",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3218",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-214",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-215-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3219",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3220",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3221",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3222",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-215",
- "https://www.w3.org/TR/webaudio/#PannerNode",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-PannerNode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A6%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-listener%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofinputs%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode-channelcount-constraints%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcountmode%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-channelcountmode-clamped-max%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode-channelcountmode-constraints%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelinterpretation%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-channelinterpretation-speakers%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-tail-time%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-panningmodel%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-panningmodeltype-hrtf%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-actively-processing%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-actively-processing%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-panningmodeltype",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-panningmodeltype-equalpower",
- "https://www.w3.org/TR/webaudio/#enumdef-panningmodeltype",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-panningmodeltype-equalpower%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-panningmodeltype-hrtf%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#dom-panningmodeltype-equalpower",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-a-rate%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#dom-panningmodeltype-hrtf",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-k-rate%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#effective-automation-rate",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-panningmodel%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-panningmodel%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-panningmodeltype-hrtf%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-effective-automation-rate",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-k-rate%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-effective-automation-rate%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-distancemodeltype",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-distancemodeltype-inverse",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-216-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3223",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3224",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3225",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-216",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-217-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3226",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3227",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3228",
@@ -7838,47 +8284,100 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3232",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3233",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3234",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-217",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-refdistance",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-218-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3235",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3236",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3237",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3211",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3212",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3213",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3214",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3215",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3216",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3217",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3218",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3219",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3220",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3221",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3222",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3238",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3239",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3240",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3241",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3242",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3243",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-218",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-maxdistance",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-219-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3244",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3245",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3246",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-219",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-rollofffactor",
- "https://www.w3.org/TR/webaudio/#enumdef-distancemodeltype",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-distancemodeltype-linear",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-distancemodeltype-inverse%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-distancemodeltype-exponential",
- "https://www.w3.org/TR/webaudio/#dom-distancemodeltype-linear",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-220-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3247",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3248",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3249",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3250",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3251",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-219",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-220-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3252",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3253",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3254",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-220",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-221-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3255",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3256",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3257",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3258",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-221",
+ "https://www.w3.org/TR/webaudio/#PannerNode",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-listener%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofinputs%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-audionode-channelcount-constraints%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcountmode%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-channelcountmode-clamped-max%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-audionode-channelcountmode-constraints%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelinterpretation%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-channelinterpretation-speakers%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-tail-time%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-panningmodel%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-panningmodeltype-hrtf%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-actively-processing%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-actively-processing%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-panningmodeltype",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-panningmodeltype-equalpower",
+ "https://www.w3.org/TR/webaudio/#enumdef-panningmodeltype",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-panningmodeltype-equalpower%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-panningmodeltype-hrtf%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-panningmodeltype%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#dom-panningmodeltype-equalpower",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-a-rate%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#dom-panningmodeltype-hrtf",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-k-rate%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#effective-automation-rate",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-panningmodel%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-panningmodel%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-panningmodeltype-hrtf%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-effective-automation-rate",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-k-rate%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-effective-automation-rate%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-distancemodeltype",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-distancemodeltype-inverse",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-222-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3259",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3260",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3261",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-222",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-223-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3262",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3263",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3264",
@@ -7888,6 +8387,9 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3268",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3269",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3270",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-223",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-refdistance",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-224-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3271",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3272",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3273",
@@ -7897,9 +8399,21 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3277",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3278",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3279",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-224",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-maxdistance",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-225-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3280",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3281",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3282",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-225",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-rollofffactor",
+ "https://www.w3.org/TR/webaudio/#enumdef-distancemodeltype",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-distancemodeltype-linear",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-distancemodeltype-inverse%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-distancemodeltype-exponential",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-distancemodeltype%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#dom-distancemodeltype-linear",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-226-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3283",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3284",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3285",
@@ -7926,8 +8440,6 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3306",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3307",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3308",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-220",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-221-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3309",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3310",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3311",
@@ -7958,14 +8470,14 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3336",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3337",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3338",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-221",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-222-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3339",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3340",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3341",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3342",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3343",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3344",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-226",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-227-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3345",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3346",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3347",
@@ -7990,14 +8502,14 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3366",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3367",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3368",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-222",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-223-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3369",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3370",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3371",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3372",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3373",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3374",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-227",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-228-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3375",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3376",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3377",
@@ -8011,20 +8523,14 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3385",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3386",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3387",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-223",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-224-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3388",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3389",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3390",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3391",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3392",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-224",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-225-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3393",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3394",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3395",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-225",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-226-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3396",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3397",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3398",
@@ -8034,6 +8540,8 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3402",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3403",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3404",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-228",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-229-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3405",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3406",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3407",
@@ -8048,22 +8556,25 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3416",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3417",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3418",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-226",
- "https://www.w3.org/TR/webaudio/#dom-distancemodeltype-inverse",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-227-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3419",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3420",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3421",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3422",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3423",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-229",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-230-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3424",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3425",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3426",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3427",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3428",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-230",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-231-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3429",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3430",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3431",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-231",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-232-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3432",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3433",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3434",
@@ -8087,6 +8598,9 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3452",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3453",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3454",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-232",
+ "https://www.w3.org/TR/webaudio/#dom-distancemodeltype-inverse",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-233-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3455",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3456",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3457",
@@ -8096,13 +8610,9 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3461",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3462",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3463",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-227",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-228-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3464",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3465",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3466",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-228",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-229-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3467",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3468",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3469",
@@ -8118,8 +8628,6 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3479",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3480",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3481",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-229",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-230-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3482",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3483",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3484",
@@ -8131,23 +8639,20 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3490",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3491",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3492",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-230",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-231-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3493",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3494",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3495",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-231",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-232-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3496",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3497",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3498",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-232",
- "https://www.w3.org/TR/webaudio/#dom-distancemodeltype-exponential",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-233-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3499",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-233",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-234-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3500",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3501",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3502",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-234",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-235-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3503",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3504",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3505",
@@ -8163,6 +8668,8 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3515",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3516",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3517",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-235",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-236-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3518",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3519",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3520",
@@ -8174,16 +8681,19 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3526",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3527",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3528",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-236",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-237-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3529",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3530",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-233",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-234-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3531",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-237",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-238-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3532",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3533",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-234",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-235-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3534",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-238",
+ "https://www.w3.org/TR/webaudio/#dom-distancemodeltype-exponential",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-239-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3535",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3536",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3537",
@@ -8198,8 +8708,6 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3546",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3547",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3548",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-235",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-236-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3549",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3550",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3551",
@@ -8211,104 +8719,148 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3557",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3558",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3559",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-236",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-237-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3560",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3561",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3562",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-237",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-238-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3563",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3564",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3565",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-238",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#pannernode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3566",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-239",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-240-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3567",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3568",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3569",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-240",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-241-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3570",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3571",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3572",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3573",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3574",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3575",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3576",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3577",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3578",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3579",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3580",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3581",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3582",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3583",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3584",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-241",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-242-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3585",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3586",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3587",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3588",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3589",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3590",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3591",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3592",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3593",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3594",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3595",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-242",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-243-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3596",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3597",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3598",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-243",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-244-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3599",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3600",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3601",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-244",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-pannernode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A7%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-pannernode-pannernode-context-options-context",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-panneroptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerOptions",
"https://www.w3.org/TR/webaudio/#dom-pannernode-pannernode-context-options-options",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-panningmodeltype%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-panningmodeltype%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-panningmodel%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-positionx",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-positiony",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-positionz",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-orientationx",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-orientationy",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-orientationz",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-distancemodeltype%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-distancemodeltype%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-distancemodel",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A8%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-refdistance%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A8%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-maxdistance%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A8%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-rollofffactor%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A8%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-coneinnerangle",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A8%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-coneouterangle",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A8%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-coneoutergain",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-setposition",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A8%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-pannernode-setposition-x-y-z-x",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A8%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-pannernode-setposition-x-y-z-y",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A8%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-pannernode-setposition-x-y-z-z",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-setorientation",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A8%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-pannernode-setorientation-x-y-z-x",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A8%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-pannernode-setorientation-x-y-z-y",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A8%E2%91%A5",
"https://www.w3.org/TR/webaudio/#dom-pannernode-setorientation-x-y-z-z",
"https://www.w3.org/TR/webaudio/#PannerNode-constructors",
"https://www.w3.org/TR/webaudio/#dom-pannernode-pannernode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A7%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-audionode-constructor-init%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-pannernode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-pannernode-constructor-context",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A6%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-associated%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#dom-pannernode-constructor-options",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerOptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#PannerNode-attributes",
"https://www.w3.org/TR/webaudio/#dom-pannernode-coneinnerangle",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A8%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-pannernode-coneouterangle",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A8%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-coneoutergain%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-pannernode-coneoutergain",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A8%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-coneouterangle%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webaudio/#dom-pannernode-distancemodel",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-distancemodeltype%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-distancemodeltype%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-distancemodeltype-inverse%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-pannernode-maxdistance",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%93%AA%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-pannernode-orientationx",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-239-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3566",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3567",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3568",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-239",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-245-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3602",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3603",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3604",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-245",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-most-negative-single-float%E2%91%A0%E2%91%A4",
@@ -8318,12 +8870,12 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-audioparam-automation-rate-constraints%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-pannernode-orientationy",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-240-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3569",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3570",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3571",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-240",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-246-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3605",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3606",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3607",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-246",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-most-negative-single-float%E2%91%A0%E2%91%A5",
@@ -8333,12 +8885,12 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-audioparam-automation-rate-constraints%E2%91%A7",
"https://www.w3.org/TR/webaudio/#dom-pannernode-orientationz",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-241-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3572",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3573",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3574",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-241",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-247-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3608",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3609",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3610",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-247",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-most-negative-single-float%E2%91%A0%E2%91%A6",
@@ -8348,16 +8900,16 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-audioparam-automation-rate-constraints%E2%91%A8",
"https://www.w3.org/TR/webaudio/#dom-pannernode-panningmodel",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-panningmodeltype%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-panningmodeltype%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-panningmodeltype-equalpower%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-pannernode-positionx",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-242-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3575",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3576",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3577",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-242",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-248-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3611",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3612",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3613",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-248",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-most-negative-single-float%E2%91%A0%E2%91%A7",
@@ -8367,12 +8919,12 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-audioparam-automation-rate-constraints%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#dom-pannernode-positiony",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-243-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3578",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3579",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3580",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-243",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-249-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3614",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3615",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3616",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-249",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-most-negative-single-float%E2%91%A0%E2%91%A8",
@@ -8382,12 +8934,12 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-audioparam-automation-rate-constraints%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-pannernode-positionz",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-244-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3581",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3582",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3583",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-244",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-250-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3617",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3618",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3619",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-250",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-most-negative-single-float%E2%91%A1%E2%93%AA",
@@ -8397,43 +8949,43 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-audioparam-automation-rate-constraints%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-pannernode-refdistance",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%93%AA%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#dom-pannernode-rollofffactor",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%93%AA%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-rangeerror%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-rollofffactor%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-distancemodel%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-distancemodeltype-linear%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-245-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3584",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3585",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3586",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3587",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3588",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3589",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3590",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-245",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-251-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3620",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3621",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3622",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3623",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3624",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3625",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3626",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-251",
"https://www.w3.org/TR/webaudio/#ref-for-dom-distancemodeltype-inverse%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-246-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3591",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3592",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3593",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3594",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3595",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3596",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3597",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-246",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-252-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3627",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3628",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3629",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3630",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3631",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3632",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3633",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-252",
"https://www.w3.org/TR/webaudio/#ref-for-dom-distancemodeltype-exponential%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-247-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3598",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3599",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3600",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3601",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3602",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3603",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3604",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-247",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-253-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3634",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3635",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3636",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3637",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3638",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3639",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3640",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-253",
"https://www.w3.org/TR/webaudio/#PannerNode-methods",
"https://www.w3.org/TR/webaudio/#dom-pannernode-setorientation",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-orientationx%E2%91%A0",
@@ -8445,14 +8997,17 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-orientationx%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-orientationy%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-orientationz%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvaluecurveattime%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-setorientation%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-pannernode-setorientation-x",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A8%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-pannernode-setorientation-y",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A8%E2%91%A7",
"https://www.w3.org/TR/webaudio/#dom-pannernode-setorientation-z",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-pannernode-setposition",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-positionx%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-value%E2%91%A0%E2%91%A7",
@@ -8463,144 +9018,147 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-positionx%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-positiony%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-positionz%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-setvaluecurveattime%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-listener%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-setposition%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-pannernode-setposition-x",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%93%AA%E2%93%AA",
"https://www.w3.org/TR/webaudio/#dom-pannernode-setposition-y",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%93%AA%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-pannernode-setposition-z",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%93%AA%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webaudio/#PannerOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-panneroptions%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-PannerOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#dictdef-panneroptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audionodeoptions%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-panningmodeltype%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerOptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerOptions%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerOptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNodeOptions%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-panningmodeltype%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-panneroptions-panningmodel",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-distancemodeltype%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-distancemodeltype%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-panneroptions-distancemodel",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%93%AA%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-panneroptions-positionx",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%93%AA%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-panneroptions-positiony",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%93%AA%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-panneroptions-positionz",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%93%AA%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-panneroptions-orientationx",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%93%AA%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-panneroptions-orientationy",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A7%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%93%AA%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-panneroptions-orientationz",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%93%AA%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-panneroptions-refdistance",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%93%AA%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-panneroptions-maxdistance",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%93%AA%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-panneroptions-rollofffactor",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%93%AA%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-panneroptions-coneinnerangle",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%93%AA%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-panneroptions-coneouterangle",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%93%AA%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-panneroptions-coneoutergain",
"https://www.w3.org/TR/webaudio/#dictionary-pannernode-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-panneroptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerOptions%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-panneroptions-coneinnerangle",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%93%AA%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-coneinnerangle%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-panneroptions-coneouterangle",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-coneouterangle%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-panneroptions-coneoutergain",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-coneoutergain%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-panneroptions-distancemodel",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-distancemodeltype%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-distancemodeltype%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-panneroptions-maxdistance",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-maxdistance%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-panneroptions-orientationx",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A7%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-248-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3605",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3606",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3607",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-248",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%93%AA%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-254-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3641",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3642",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3643",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-254",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-orientationx%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-panneroptions-orientationy",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A7%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-249-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3608",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3609",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3610",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-249",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-255-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3644",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3645",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3646",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-255",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-orientationy%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-panneroptions-orientationz",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A7%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-250-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3611",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3612",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3613",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-250",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-256-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3647",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3648",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3649",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-256",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-orientationz%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-panneroptions-panningmodel",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-panningmodeltype%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-panningmodeltype%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-panneroptions-positionx",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A7%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-251-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3614",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3615",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3616",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-251",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-257-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3650",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3651",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3652",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-257",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-positionx%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-panneroptions-positiony",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A7%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-252-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3617",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3618",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3619",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-252",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-258-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3653",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3654",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3655",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-258",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-positiony%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-panneroptions-positionz",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A7%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-253-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3620",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3621",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3622",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-253",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-259-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3656",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3657",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3658",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-259",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-positionz%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-panneroptions-refdistance",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-refdistance%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-panneroptions-rollofffactor",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A7%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-rollofffactor%E2%91%A2",
"https://www.w3.org/TR/webaudio/#panner-channel-limitations",
"https://www.w3.org/TR/webaudio/#ref-for-stereopannernode%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#PeriodicWave",
- "https://www.w3.org/TR/webaudio/#ref-for-periodicwave%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave",
- "https://www.w3.org/TR/webaudio/#ref-for-periodicwave%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-oscillatornode%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorNode%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dfn-conforming-implementation%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-periodicwave%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#periodicwave",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwave-periodicwave",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A8%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-periodicwave-periodicwave-context-options-context",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-periodicwaveoptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWaveOptions%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-periodicwave-periodicwave-context-options-options",
"https://www.w3.org/TR/webaudio/#PeriodicWave-constructors",
"https://www.w3.org/TR/webaudio/#dom-periodicwave-periodicwave",
- "https://www.w3.org/TR/webaudio/#ref-for-periodicwave%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-periodicwave-real-slot",
"https://www.w3.org/TR/webaudio/#dom-periodicwave-imag-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webaudio/#dom-periodicwave-normalize-slot",
"https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwave-periodicwave-context-options-options",
"https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwaveoptions-real%E2%91%A0",
@@ -8636,130 +9194,96 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwave-real-slot%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwave-imag-slot%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwave-imag-slot%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-periodicwave%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-oscillatornode%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorNode%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatortype-sine%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwave-real-slot%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwave-imag-slot%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwave-normalize-slot",
"https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwaveconstraints-disablenormalization%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-periodicwaveconstraints%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-periodicwaveoptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWaveConstraints%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWaveOptions%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwave-periodicwave%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-periodicwave-constructor-context",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A6%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-periodicwave%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-associated%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-periodicwave%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A8%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-periodicwave-constructor-options",
- "https://www.w3.org/TR/webaudio/#ref-for-periodicwave%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWaveOptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webaudio/#PeriodicWaveConstraints",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-periodicwaveconstraints%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWaveConstraints",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-periodicwaveconstraints%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#dictdef-periodicwaveconstraints",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWaveConstraints%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWaveConstraints%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWaveConstraints%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWaveConstraints%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-idl-boolean%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwaveconstraints-disablenormalization%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dictionary-periodicwaveconstraints-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-periodicwaveconstraints%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWaveConstraints%E2%91%A5",
"https://www.w3.org/TR/webaudio/#dom-periodicwaveconstraints-disablenormalization",
"https://www.w3.org/TR/webaudio/#ref-for-idl-boolean%E2%91%A8",
"https://www.w3.org/TR/webaudio/#PeriodicWaveOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-periodicwaveoptions%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWaveOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-periodicwaveoptions%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWaveOptions%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWaveOptions%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWaveOptions%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwaveoptions-real%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwaveoptions-imag%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-periodicwave%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-oscillatornode%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorNode%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatornode-type%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatortype-sine%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#dictdef-periodicwaveoptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-periodicwaveconstraints%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-sequence%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWaveOptions%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWaveConstraints%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-sequence%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwaveoptions-real%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-sequence%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-sequence%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwaveoptions-imag%E2%91%A7",
"https://www.w3.org/TR/webaudio/#dictionary-periodicwaveoptions-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-periodicwaveoptions%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWaveOptions%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-periodicwaveoptions-imag",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwaveoptions-imag%E2%91%A8",
"https://www.w3.org/TR/webaudio/#dom-periodicwaveoptions-real",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwaveoptions-real%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#waveform-generation",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createperiodicwave%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-periodicwave%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-254-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3623",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3624",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3625",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-254",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-255-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3626",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3627",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3628",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-255",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwave-real-slot%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwave-imag-slot%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-256-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3629",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3630",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3631",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-256",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-257-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3632",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3633",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3634",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3635",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3636",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3637",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-257",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-258-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3638",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3639",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3640",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3641",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3642",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3643",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3644",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3645",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3646",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3647",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3648",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3649",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3650",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3651",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3652",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3653",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3654",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3655",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3656",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3657",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3658",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-260-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3659",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3660",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3661",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-260",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-261-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3662",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3663",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3664",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-261",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwave-real-slot%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwave-imag-slot%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-262-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3665",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3666",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3667",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-262",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-263-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3668",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3669",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3670",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3671",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3672",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3673",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-263",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-264-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3674",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3675",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3676",
@@ -8767,11 +9291,6 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3678",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3679",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3680",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-258",
- "https://www.w3.org/TR/webaudio/#waveform-normalization",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwave-normalize-slot%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-periodicwave%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-259-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3681",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3682",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3683",
@@ -8808,6 +9327,11 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3714",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3715",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3716",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-264",
+ "https://www.w3.org/TR/webaudio/#waveform-normalization",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-periodicwave-normalize-slot%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-265-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3717",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3718",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3719",
@@ -8825,13 +9349,9 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3731",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3732",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3733",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-259",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-260-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3734",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3735",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3736",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-260",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-261-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3737",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3738",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3739",
@@ -8841,14 +9361,10 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3743",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3744",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3745",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3746",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-261",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-262-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3746",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3747",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3748",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3749",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-262",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-263-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3750",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3751",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3752",
@@ -8869,9 +9385,13 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3767",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3768",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3769",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-265",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-266-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3770",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3771",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3772",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-266",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-267-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3773",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3774",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3775",
@@ -8880,20 +9400,20 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3778",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3779",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3780",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-263",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-264-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3781",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3782",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-267",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-268-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3783",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3784",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3785",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-268",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-269-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3786",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3787",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3788",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3789",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3790",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-264",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-265-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3791",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3792",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3793",
@@ -8916,22 +9436,14 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3810",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3811",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3812",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-265",
- "https://www.w3.org/TR/webaudio/#oscillator-coefficients",
- "https://www.w3.org/TR/webaudio/#ref-for-periodicwave%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-periodicwave%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-266-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3813",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3814",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3815",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-266",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-267-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3816",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-269",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-270-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3817",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3818",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-267",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createperiodicwave%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-268-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3819",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3820",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3821",
@@ -8940,13 +9452,11 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3824",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3825",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3826",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-268",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-269-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-270",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-271-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3827",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3828",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3829",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-269",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-270-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3830",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3831",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3832",
@@ -8955,30 +9465,33 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3835",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3836",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3837",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-270",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-271-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3838",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3839",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3840",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3841",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3842",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3843",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-271",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-272-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3844",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3845",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3846",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3847",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3848",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-272",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatortype-sine%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-273-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-271",
+ "https://www.w3.org/TR/webaudio/#oscillator-coefficients",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-PeriodicWave%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-272-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3849",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3850",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3851",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-272",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-273-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3852",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3853",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3854",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-273",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createperiodicwave%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-274-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3855",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3856",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3857",
@@ -8986,32 +9499,40 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3859",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3860",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3861",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3870",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3871",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3872",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3862",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-274",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-275-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3863",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3864",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3865",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-275",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-276-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3866",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3867",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3868",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3869",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3870",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3871",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3872",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3873",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-276",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-277-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3874",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3875",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3876",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3877",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3878",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-273",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatortype-square%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-274-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3879",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-277",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-278-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3880",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3881",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3882",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3883",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3884",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-278",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatortype-sine%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-279-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3885",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3886",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3887",
@@ -9025,26 +9546,26 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3895",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3896",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3897",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3906",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3907",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3908",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3898",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3899",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3900",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3901",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-274",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatortype-sawtooth%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-275-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3902",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3903",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3904",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3905",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3906",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3907",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3908",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3909",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3910",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3911",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3912",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3913",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3914",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-279",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatortype-square%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-280-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3915",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3916",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3917",
@@ -9056,9 +9577,6 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3923",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3924",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3925",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-275",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatortype-triangle%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-276-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3926",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3927",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3928",
@@ -9071,6 +9589,9 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3935",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3936",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3937",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-280",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatortype-sawtooth%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-281-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3938",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3939",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3940",
@@ -9085,12 +9606,51 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-3949",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3950",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3951",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-276",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3952",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3953",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3954",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3955",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3956",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3957",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3958",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3959",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3960",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3961",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-281",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-oscillatortype-triangle%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-282-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3962",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3963",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3964",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3965",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3966",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3967",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3968",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3969",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3970",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3971",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3972",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3973",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3974",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3975",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3976",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3977",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3978",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3979",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3980",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3981",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3982",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3983",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3984",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3985",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3986",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3987",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-282",
"https://www.w3.org/TR/webaudio/#ScriptProcessorNode",
- "https://www.w3.org/TR/webaudio/#ref-for-scriptprocessornode%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-ScriptProcessorNode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A5%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-ScriptProcessorNode%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-ScriptProcessorNode%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofinputs%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount%E2%91%A2%E2%91%A0",
@@ -9102,37 +9662,37 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelinterpretation%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelinterpretation-speakers%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-tail-time%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-scriptprocessornode%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-ScriptProcessorNode%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createscriptprocessor-buffersize-numberofinputchannels-numberofoutputchannels-buffersize%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-scriptprocessornode-onaudioprocess%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-scriptprocessornode-onaudioprocess%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-scriptprocessornode%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-scriptprocessornode-audioprocess%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-scriptprocessornode-audioprocess%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-ScriptProcessorNode%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-scriptprocessornode-buffersize%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createscriptprocessor%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createscriptprocessor-buffersize-numberofinputchannels-numberofoutputchannels-numberofinputchannels%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createscriptprocessor-buffersize-numberofinputchannels-numberofoutputchannels-numberofoutputchannels%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createscriptprocessor-buffersize-numberofinputchannels-numberofoutputchannels-numberofinputchannels%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-createscriptprocessor-buffersize-numberofinputchannels-numberofoutputchannels-numberofoutputchannels%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#scriptprocessornode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A5%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-eventhandler%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-scriptprocessornode-onaudioprocess%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-ScriptProcessorNode%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventhandler%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-scriptprocessornode-onaudioprocess",
"https://www.w3.org/TR/webaudio/#ref-for-idl-long",
"https://www.w3.org/TR/webaudio/#ref-for-dom-scriptprocessornode-buffersize%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ScriptProcessorNode-attributes",
"https://www.w3.org/TR/webaudio/#dom-scriptprocessornode-buffersize",
"https://www.w3.org/TR/webaudio/#ref-for-idl-long%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-scriptprocessornode-onaudioprocess%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-scriptprocessornode-audioprocess%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-scriptprocessornode-onaudioprocess",
- "https://www.w3.org/TR/webaudio/#ref-for-eventhandler%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#termref-for-eventhandler%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-scriptprocessornode-onaudioprocess%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-scriptprocessornode%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audioprocessingevent%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#StereoPannerNode",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventhandler%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-event-handlers%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#eventdef-scriptprocessornode-audioprocess",
+ "https://www.w3.org/TR/webaudio/#ref-for-ScriptProcessorNode%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioProcessingEvent%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#stereopannernode",
"https://www.w3.org/TR/webaudio/#ref-for-stereopannernode%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-StereoPannerNode",
+ "https://www.w3.org/TR/webaudio/#ref-for-stereopannernode%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofinputs%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount%E2%91%A2%E2%91%A1",
@@ -9143,58 +9703,60 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelinterpretation%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelinterpretation-speakers%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-tail-time%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#stereopannernode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-stereopannernode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A5%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-stereopannernode-stereopannernode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A8%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-stereopannernode-stereopannernode-context-options-context",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-stereopanneroptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-StereoPannerOptions",
"https://www.w3.org/TR/webaudio/#dom-stereopannernode-stereopannernode-context-options-options",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-stereopannernode-pan",
"https://www.w3.org/TR/webaudio/#StereoPannerNode-constructors",
"https://www.w3.org/TR/webaudio/#dom-stereopannernode-stereopannernode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A8%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-audionode-constructor-init%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-stereopannernode-stereopannernode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-stereopannernode-constructor-context",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A7%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-stereopannernode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-stereopannernode%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-associated%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-stereopannernode-constructor-options",
- "https://www.w3.org/TR/webaudio/#ref-for-stereopannernode%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-StereoPannerOptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-stereopannernode%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#StereoPannerNode-attributes",
"https://www.w3.org/TR/webaudio/#dom-stereopannernode-pan",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-defaultvalue%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-minvalue%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-maxvalue%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webaudio/#StereoPannerOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-stereopanneroptions%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-StereoPannerOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-stereopannernode%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#dictdef-stereopanneroptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audionodeoptions%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A8%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-StereoPannerOptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-StereoPannerOptions%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-stereopannernode%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-StereoPannerOptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNodeOptions%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-stereopanneroptions-pan",
"https://www.w3.org/TR/webaudio/#dictionary-stereopanneroptions-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-stereopanneroptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-StereoPannerOptions%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-stereopanneroptions-pan",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A8%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-stereopannernode-pan%E2%91%A0",
"https://www.w3.org/TR/webaudio/#StereoPanner-channel-limitations",
- "https://www.w3.org/TR/webaudio/#ref-for-stereopannernode%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-channelsplitternode%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-gainnode%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-channelmergernode%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-stereopannernode%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelSplitterNode%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-GainNode%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-ChannelMergerNode%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#WaveShaperNode",
- "https://www.w3.org/TR/webaudio/#ref-for-waveshapernode%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-WaveShaperNode",
- "https://www.w3.org/TR/webaudio/#ref-for-waveshapernode%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-WaveShaperNode%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-WaveShaperNode%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-WaveShaperNode%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A6%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofinputs%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount%E2%91%A2%E2%91%A2",
@@ -9212,116 +9774,87 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-oversampletype-none",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oversampletype-2x%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oversampletype-4x%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-oversampletype",
"https://www.w3.org/TR/webaudio/#dom-oversampletype-none",
"https://www.w3.org/TR/webaudio/#dom-oversampletype-2x",
"https://www.w3.org/TR/webaudio/#dom-oversampletype-4x",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#waveshapernode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-WaveShaperNode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A6%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-waveshapernode-waveshapernode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A7%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A8%E2%91%A8",
"https://www.w3.org/TR/webaudio/#dom-waveshapernode-waveshapernode-context-options-context",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-waveshaperoptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-WaveShaperOptions",
"https://www.w3.org/TR/webaudio/#dom-waveshapernode-waveshapernode-context-options-options",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-waveshapernode-curve",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-oversampletype",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-oversampletype%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-waveshapernode-oversample%E2%91%A0",
"https://www.w3.org/TR/webaudio/#WaveShaperNode-constructors",
"https://www.w3.org/TR/webaudio/#dom-waveshapernode-waveshapernode",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%93%AA%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-audionode-constructor-init%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#dom-waveshapernode-curve-set-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-waveshapernode%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-WaveShaperNode%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-waveshapernode-waveshapernode-context-options-options",
"https://www.w3.org/TR/webaudio/#ref-for-dom-waveshaperoptions-curve",
"https://www.w3.org/TR/webaudio/#ref-for-dom-waveshapernode-curve-set-slot",
"https://www.w3.org/TR/webaudio/#ref-for-dom-waveshapernode-waveshapernode%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-waveshapernode-constructor-context",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A7%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-waveshapernode%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%93%AA%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%93%AA%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-WaveShaperNode%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-associated%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-waveshapernode-constructor-options",
- "https://www.w3.org/TR/webaudio/#ref-for-waveshapernode%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-WaveShaperOptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-WaveShaperNode%E2%91%A8",
"https://www.w3.org/TR/webaudio/#WaveShaperNode-attributes",
"https://www.w3.org/TR/webaudio/#dom-waveshapernode-curve",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-waveshapernode-curve%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-waveshapernode-curve%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-277-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3952",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3953",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3954",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-277",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-278-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3955",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3956",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3957",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-278",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-279-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3958",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3959",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3960",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3961",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3962",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-279",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-280-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3963",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3964",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3965",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-280",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-waveshapernode-curve%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-281-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3966",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3967",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3968",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-281",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-waveshapernode-curve%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-282-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3969",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3970",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3971",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3972",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3973",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3974",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-283-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3988",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-3989",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3990",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-283",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-284-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3991",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3992",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4000",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4001",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4002",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3975",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3976",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3977",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3978",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3979",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3980",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3981",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3982",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3983",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3984",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3985",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3986",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3987",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3988",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-3989",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3993",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-284",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-285-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3994",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3995",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3996",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3997",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3998",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-285",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-286-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-3999",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4000",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4001",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-286",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-waveshapernode-curve%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-287-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4002",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4003",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4004",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-287",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-waveshapernode-curve%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-288-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4005",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4006",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4007",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4008",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4009",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-282",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-283-Frame",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4010",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4026",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4027",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4028",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4036",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4037",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4038",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4011",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4012",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4013",
@@ -9337,17 +9870,25 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-4023",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4024",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4025",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4026",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4027",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4029",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4030",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4031",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4032",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4033",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4034",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4035",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4036",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4037",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4038",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4039",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4040",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4041",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4042",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4043",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4044",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4045",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-288",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-289-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4046",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4047",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4048",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4049",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4050",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4051",
@@ -9363,23 +9904,6 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-4061",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4062",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4063",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4064",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4065",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4066",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4067",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4068",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4028",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4029",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4030",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4031",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4032",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4042",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4043",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4044",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4045",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4046",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4047",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4048",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4069",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4070",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4071",
@@ -9389,205 +9913,277 @@
"https://www.w3.org/TR/webaudio/#MathJax-Span-4075",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4076",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4077",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4085",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4086",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4087",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4088",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4089",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4090",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4091",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4092",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4093",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4094",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4095",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4096",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4097",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4098",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4099",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4100",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4101",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4102",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4103",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4104",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4064",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4065",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4066",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4067",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4068",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4078",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4079",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4080",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4081",
"https://www.w3.org/TR/webaudio/#MathJax-Span-4082",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-283",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-waveshapernode%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4083",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4084",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4105",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4106",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4107",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4108",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4109",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4110",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4111",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4112",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4113",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4114",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4115",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4116",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4117",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4118",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-289",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-WaveShaperNode%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-waveshapernode-curve%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-waveshapernode-curve%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-waveshapernode-curve-set-slot%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-waveshapernode-curve-set-slot%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-waveshapernode-curve%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-waveshapernode-oversample",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-oversampletype%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-oversampletype%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oversampletype-none%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oversampletype-2x%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oversampletype-4x%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oversampletype-4x%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oversampletype-2x%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-oversampletype-4x%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-render-quantum%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webaudio/#WaveShaperOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-waveshaperoptions%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-WaveShaperOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-waveshapernode%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#dictdef-waveshaperoptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audionodeoptions%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-sequence%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A8%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-WaveShaperOptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-WaveShaperOptions%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-WaveShaperNode%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-WaveShaperOptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNodeOptions%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-sequence%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-waveshaperoptions-curve%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-oversampletype%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-oversampletype%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-waveshaperoptions-oversample",
"https://www.w3.org/TR/webaudio/#dictionary-waveshaperoptions-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-waveshaperoptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-WaveShaperOptions%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-waveshaperoptions-curve",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-waveshaperoptions-oversample",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-oversampletype%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-oversampletype%E2%91%A3",
"https://www.w3.org/TR/webaudio/#AudioWorklet",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworklet%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-AudioWorklet%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-SecureContext%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#audioworklet",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorklet%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorklet%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-SecureContext%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorklet%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-worklet",
+ "https://www.w3.org/TR/webaudio/#ref-for-messageport%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioworklet-port%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#AudioWorklet-attributes",
+ "https://www.w3.org/TR/webaudio/#dom-audioworklet-port",
+ "https://www.w3.org/TR/webaudio/#ref-for-messageport%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-messageport%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioworklet-port%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-event-close",
+ "https://www.w3.org/TR/webaudio/#ref-for-messagechannel%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorklet%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A3",
"https://www.w3.org/TR/webaudio/#AudioWorklet-concepts",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworklet%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A6%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A6%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletglobalscope%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A7%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworklet%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworklet%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorklet%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%93%AA%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorklet%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorklet%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-worklet-global-scope-type",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletglobalscope%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworklet%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorklet%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-worklet-destination-type",
"https://www.w3.org/TR/webaudio/#ref-for-dom-worklet-addmodule",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletglobalscope%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworklet%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorklet%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#node-name-to-parameter-descriptor-map",
"https://www.w3.org/TR/webaudio/#ref-for-node-name-to-processor-constructor-map",
"https://www.w3.org/TR/webaudio/#ref-for-parameterdescriptors",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletglobalscope-registerprocessor",
- "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-worklet-addmodule%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-audioworklet%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-audioworklet%E2%91%A2",
"https://www.w3.org/TR/webaudio/#example-d0db141d",
"https://www.w3.org/TR/webaudio/#example-885ab32a",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletglobalscope%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A7",
"https://www.w3.org/TR/webaudio/#AudioWorkletGlobalScope",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletglobalscope%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope",
- "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletglobalscope%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletglobalscope%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-terminate-a-worklet-global-scope",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletglobalscope%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#node-name-to-processor-constructor-map",
"https://www.w3.org/TR/webaudio/#ref-for-callbackdef-audioworkletprocessorconstructor",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletglobalscope-registerprocessor%E2%91%A0",
"https://www.w3.org/TR/webaudio/#pending-processor-construction-data",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-pending-processor-construction-data",
"https://www.w3.org/TR/webaudio/#pending-processor-construction-data-node-reference",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#pending-processor-construction-data-transferred-port",
- "https://www.w3.org/TR/webaudio/#ref-for-messageport",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletglobalscope%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletglobalscope%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A7%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-messageport%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%93%AA%E2%91%A3",
"https://www.w3.org/TR/webaudio/#callbackdef-audioworkletprocessorconstructor",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-idl-object",
"https://www.w3.org/TR/webaudio/#dom-audioworkletprocessorconstructor-options",
"https://www.w3.org/TR/webaudio/#ref-for-Global",
"https://www.w3.org/TR/webaudio/#ref-for-worklet%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworklet%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#audioworkletglobalscope",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorklet%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-workletglobalscope",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletglobalscope-registerprocessor%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletglobalscope-registerprocessor-name-processorctor-name",
"https://www.w3.org/TR/webaudio/#ref-for-callbackdef-audioworkletprocessorconstructor%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletglobalscope-registerprocessor-name-processorctor-processorctor",
"https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long-long",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletglobalscope-currentframe",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletglobalscope-currenttime",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletglobalscope-samplerate",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletglobalscope-renderquantumsize",
+ "https://www.w3.org/TR/webaudio/#ref-for-messageport%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletglobalscope-port%E2%91%A0",
"https://www.w3.org/TR/webaudio/#AudioWorkletGlobalScope-attributes",
"https://www.w3.org/TR/webaudio/#dom-audioworkletglobalscope-currentframe",
"https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long-long%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-current-frame-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A7%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%93%AA%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-audioworkletglobalscope-currenttime",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A7%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A7%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%93%AA%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-control-thread%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-audioworkletglobalscope-samplerate",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A8%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#dom-audioworkletglobalscope-renderquantumsize",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%93%AA%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#dom-audioworkletglobalscope-port",
+ "https://www.w3.org/TR/webaudio/#ref-for-messageport%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-messageport%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorklet%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletglobalscope-port%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-event-close%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-messagechannel%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorklet%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#AudioWorkletGlobalScope-methods",
"https://www.w3.org/TR/webaudio/#dom-audioworkletglobalscope-registerprocessor",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletglobalscope-registerprocessor%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-node-name-to-processor-constructor-map%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-node-name-to-processor-constructor-map%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-typeerror",
"https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-typeerror%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/webaudio/#steps-parameterDescriptorSequence",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparamdescriptor-name",
- "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparamdescriptor-defaultvalue",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparamdescriptor-minvalue",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparamdescriptor-maxvalue",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-node-name-to-processor-constructor-map%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletglobalscope%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#6d54a0c516",
"https://www.w3.org/TR/webaudio/#ref-for-node-name-to-parameter-descriptor-map",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%93%AA%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletglobalscope-registerprocessor%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-audioworkletglobalscope-registerprocessor-name-processorctor-name",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webaudio/#dom-audioworkletglobalscope-registerprocessor-name-processorctor-processorctor",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-callbackdef-audioworkletprocessorconstructor%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/webaudio/#AudioWorkletProcessor-instantiation",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-struct",
"https://www.w3.org/TR/webaudio/#processor-construction-data",
"https://www.w3.org/TR/webaudio/#ref-for-struct%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-struct-item",
"https://www.w3.org/TR/webaudio/#processor-construction-data-name",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-node-name-to-processor-constructor-map%E2%91%A2",
"https://www.w3.org/TR/webaudio/#processor-construction-data-node",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#processor-construction-data-options",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audioworkletnodeoptions",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNodeOptions",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnode-audioworkletnode",
"https://www.w3.org/TR/webaudio/#processor-construction-data-port",
- "https://www.w3.org/TR/webaudio/#ref-for-messageport%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-messageport%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnode-port",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletglobalscope%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#invoking-processor-constructor",
"https://www.w3.org/TR/webaudio/#ref-for-processor-construction-data",
"https://www.w3.org/TR/webaudio/#ref-for-control-thread%E2%91%A2",
@@ -9595,28 +10191,29 @@
"https://www.w3.org/TR/webaudio/#ref-for-processor-construction-data-node",
"https://www.w3.org/TR/webaudio/#ref-for-processor-construction-data-port",
"https://www.w3.org/TR/webaudio/#ref-for-processor-construction-data-options",
- "https://www.w3.org/TR/webaudio/#ref-for-structureddeserialize",
"https://www.w3.org/TR/webaudio/#ref-for-structureddeserialize%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletglobalscope%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-structureddeserialize%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-node-name-to-processor-constructor-map%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-pending-processor-construction-data-node-reference",
"https://www.w3.org/TR/webaudio/#ref-for-pending-processor-construction-data-transferred-port",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletglobalscope%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-pending-processor-construction-data%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-construct-a-callback-function",
"https://www.w3.org/TR/webaudio/#ref-for-queue-a-task",
"https://www.w3.org/TR/webaudio/#ref-for-control-thread%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-audioworkletnode-processorerror",
"https://www.w3.org/TR/webaudio/#ref-for-errorevent",
"https://www.w3.org/TR/webaudio/#ref-for-pending-processor-construction-data%E2%91%A1",
"https://www.w3.org/TR/webaudio/#AudioWorkletNode",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A6%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-control-thread%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A8%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofinputs%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcount%E2%91%A2%E2%91%A3",
@@ -9626,59 +10223,62 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-channelinterpretation-speakers%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-tail-time%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-tail-time%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#active-source",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A8%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webaudio/#audioparammap",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-SecureContext%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#audioworkletnode",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-SecureContext%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnode-audioworkletnode%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A8%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-audioworkletnode-audioworkletnode-context-name-options-context",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#dom-audioworkletnode-audioworkletnode-context-name-options-name",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audioworkletnodeoptions%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNodeOptions%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audioworkletnode-audioworkletnode-context-name-options-options",
"https://www.w3.org/TR/webaudio/#ref-for-audioparammap",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnode-parameters",
- "https://www.w3.org/TR/webaudio/#ref-for-messageport%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-messageport%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnode-port%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-eventhandler%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventhandler%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnode-onprocessorerror",
"https://www.w3.org/TR/webaudio/#AudioWorkletNode-constructors",
"https://www.w3.org/TR/webaudio/#dom-audioworkletnode-audioworkletnode",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnode-audioworkletnode%E2%91%A1",
"https://www.w3.org/TR/webaudio/#dom-audioworkletnode-constructor-context",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A8%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-associated%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-audioworkletnode-constructor-name",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A8%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-node-name-to-parameter-descriptor-map%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audioworkletnode-constructor-options",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNodeOptions%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnode-audioworkletnode%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-node-name-to-parameter-descriptor-map%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-this%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-this%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-audionode-constructor-init%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-messagechannel",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-messagechannel-port1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-messagechannel-port2",
- "https://www.w3.org/TR/webaudio/#ref-for-structuredserializewithtransfer",
+ "https://www.w3.org/TR/webaudio/#ref-for-messagechannel%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-messagechannel-port1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-messagechannel-port2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-structuredserializewithtransfer%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-structuredserialize",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnode-port%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-node-name-to-parameter-descriptor-map%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-audioparammap%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparamdescriptor-name%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparamdescriptor-automationrate",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparamdescriptor-defaultvalue%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparamdescriptor-minvalue%E2%91%A0",
@@ -9687,85 +10287,88 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnodeoptions-parameterdata%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-value%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnode-parameters%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-queuing%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-queuing%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletprocessor-audioworkletprocessor",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-processor-construction-data%E2%91%A0",
"https://www.w3.org/TR/webaudio/#AudioWorkletNode-attributes",
"https://www.w3.org/TR/webaudio/#dom-audioworkletnode-onprocessorerror",
- "https://www.w3.org/TR/webaudio/#ref-for-eventhandler%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventhandler%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-queue-a-media-element-task%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#eventdef-audioworkletnode-processorerror",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-errorevent%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dom-audioworkletnode-parameters",
"https://www.w3.org/TR/webaudio/#ref-for-audioparammap%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audioparamdescriptor",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParamDescriptor",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#dom-audioworkletnode-port",
- "https://www.w3.org/TR/webaudio/#ref-for-messageport%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-messageport%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-messageport%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-messageport%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnode-port%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-messageport-close",
- "https://www.w3.org/TR/webaudio/#ref-for-messagechannel%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-event-close%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-messagechannel%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webaudio/#AudioWorkletNodeOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audioworkletnodeoptions%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNodeOptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audioworkletnodeoptions%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#dictdef-audioworkletnodeoptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audionodeoptions%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNodeOptions%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNodeOptions%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNodeOptions%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNodeOptions%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNodeOptions%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A7%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnodeoptions-numberofinputs",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A7%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnodeoptions-numberofoutputs",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-sequence%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-sequence%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A7%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnodeoptions-outputchannelcount",
"https://www.w3.org/TR/webaudio/#ref-for-idl-record",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnodeoptions-parameterdata%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-idl-object%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnodeoptions-processoroptions",
"https://www.w3.org/TR/webaudio/#dictionary-audioworkletnodeoptions-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audioworkletnodeoptions%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNodeOptions%E2%91%A5",
"https://www.w3.org/TR/webaudio/#dom-audioworkletnodeoptions-numberofinputs",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofinputs%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-audioworkletnodeoptions-numberofoutputs",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A5%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-unsigned-long%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A6%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-numberofoutputs%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webaudio/#dom-audioworkletnodeoptions-outputchannelcount",
"https://www.w3.org/TR/webaudio/#dom-audioworkletnodeoptions-parameterdata",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A7%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-double%E2%91%A0%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-value%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A4%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webaudio/#dom-audioworkletnodeoptions-processoroptions",
"https://www.w3.org/TR/webaudio/#ref-for-idl-object%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webaudio/#configuring-channels-with-audioworkletnodeoptions",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audioworkletnodeoptions%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audioworkletnodeoptions%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNodeOptions%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNodeOptions%E2%91%A7",
"https://www.w3.org/TR/webaudio/#configure-with-audioworkletnodeoptions",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnodeoptions-numberofinputs%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnodeoptions-numberofoutputs%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnodeoptions-outputchannelcount%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-dfn-present",
+ "https://www.w3.org/TR/webaudio/#ref-for-map-exists%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnodeoptions-outputchannelcount%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-notsupportederror%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnodeoptions-outputchannelcount%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnodeoptions-numberofoutputs%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-indexsizeerror%E2%91%A1%E2%91%A5",
@@ -9774,49 +10377,49 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnodeoptions-outputchannelcount%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnodeoptions-outputchannelcount%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnodeoptions-outputchannelcount%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-dfn-present%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-map-exists%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnodeoptions-numberofinputs%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletnodeoptions-numberofoutputs%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-computednumberofchannels%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelcountmode%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webaudio/#AudioWorkletProcessor",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor",
- "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletglobalscope%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#audioworkletprocessor",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-Exposed%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletprocessor-audioworkletprocessor%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-messageport%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-messageport%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletprocessor-port",
"https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocess-callback-parameters",
"https://www.w3.org/TR/webaudio/#ref-for-idl-boolean%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-idl-frozen-array",
"https://www.w3.org/TR/webaudio/#ref-for-idl-frozen-array%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-audioworkletprocesscallback-inputs",
"https://www.w3.org/TR/webaudio/#ref-for-idl-frozen-array%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-idl-frozen-array%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-audioworkletprocesscallback-outputs",
"https://www.w3.org/TR/webaudio/#ref-for-idl-object%E2%91%A2",
"https://www.w3.org/TR/webaudio/#dom-audioworkletprocesscallback-parameters",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-audioworkletprocessor-node-reference-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webaudio/#dom-audioworkletprocessor-callable-process-slot",
"https://www.w3.org/TR/webaudio/#ref-for-process",
"https://www.w3.org/TR/webaudio/#AudioWorketProcessor-constructors",
"https://www.w3.org/TR/webaudio/#dom-audioworkletprocessor-audioworkletprocessor",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-pending-processor-construction-data-node-reference%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-pending-processor-construction-data%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletglobalscope%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-exceptiondef-typeerror%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-this%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-this%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletprocessor-node-reference-slot",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletprocessor-callable-process-slot%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-pending-processor-construction-data-transferred-port%E2%91%A0",
@@ -9825,39 +10428,39 @@
"https://www.w3.org/TR/webaudio/#ref-for-pending-processor-construction-data%E2%91%A4",
"https://www.w3.org/TR/webaudio/#AudioWorkletProcessor-attributes",
"https://www.w3.org/TR/webaudio/#dom-audioworkletprocessor-port",
- "https://www.w3.org/TR/webaudio/#ref-for-messageport%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-messageport%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-messageport%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-messageport%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletprocessor-port%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-messageport-close%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-messagechannel%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-event-close%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-messagechannel%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webaudio/#callback-audioworketprocess-callback",
"https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocess-callback-parameters%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocess-callback-parameters%E2%91%A1",
"https://www.w3.org/TR/webaudio/#process",
"https://www.w3.org/TR/webaudio/#parameterdescriptors",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audioparamdescriptor%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParamDescriptor%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-process%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-process%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-actively-processing%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-tail-time%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-process%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletglobalscope-currenttime%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-process%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-process%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A5%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A4%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-undefined%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webaudio/#example-1d246ea2",
"https://www.w3.org/TR/webaudio/#audioworkletprocess-callback-parameters",
"https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocess-callback-parameters%E2%91%A2",
@@ -9870,151 +10473,151 @@
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletprocesscallback-inputs%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-idl-frozen-array%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-idl-frozen-array%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-284-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4083",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4084",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4085",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-284",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-285-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4086",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4087",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4088",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-285",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-290-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4119",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4120",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4121",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-290",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-291-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4122",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4123",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4124",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-291",
"https://www.w3.org/TR/webaudio/#ref-for-computednumberofchannels%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-actively-processing%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A6%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-286-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4089",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4090",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4091",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-286",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-292-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4125",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4126",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4127",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-292",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletprocesscallback-outputs%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-idl-frozen-array%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-idl-frozen-array%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-287-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4092",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4093",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4094",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-287",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-288-Frame",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4095",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4096",
- "https://www.w3.org/TR/webaudio/#MathJax-Span-4097",
- "https://www.w3.org/TR/webaudio/#MathJax-Element-288",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-293-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4128",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4129",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4130",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-293",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-294-Frame",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4131",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4132",
+ "https://www.w3.org/TR/webaudio/#MathJax-Span-4133",
+ "https://www.w3.org/TR/webaudio/#MathJax-Element-294",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-computednumberofchannels%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletprocesscallback-parameters",
"https://www.w3.org/TR/webaudio/#ref-for-idl-object%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-ordered-map",
"https://www.w3.org/TR/webaudio/#ref-for-idl-frozen-array%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-computedvalue%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-render-quantum%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-render-quantum%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-ordered-map%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-ordered-map%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletprocesscallback-parameters%E2%91%A0",
"https://www.w3.org/TR/webaudio/#AudioParamDescriptor",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audioparamdescriptor%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-AudioParamDescriptor",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audioparamdescriptor%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A5%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#dictdef-audioparamdescriptor",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParamDescriptor%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParamDescriptor%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParamDescriptor%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParamDescriptor%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparamdescriptor-name%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%93%AA%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparamdescriptor-defaultvalue%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%93%AA%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparamdescriptor-minvalue%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%93%AA%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparamdescriptor-maxvalue%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-automationrate%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-automationrate%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparamdescriptor-automationrate%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dictionary-audioparamdescriptor-members",
- "https://www.w3.org/TR/webaudio/#ref-for-dictdef-audioparamdescriptor%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParamDescriptor%E2%91%A4",
"https://www.w3.org/TR/webaudio/#dom-audioparamdescriptor-automationrate",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-automationrate%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-automationrate%E2%91%A3",
"https://www.w3.org/TR/webaudio/#dom-audioparamdescriptor-defaultvalue",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%93%AA%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webaudio/#dom-audioparamdescriptor-maxvalue",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%93%AA%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webaudio/#dom-audioparamdescriptor-minvalue",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%93%AA%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-float%E2%91%A0%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webaudio/#dom-audioparamdescriptor-name",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-DOMString%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webaudio/#AudioWorklet-Sequence",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworklet%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworklet%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletglobalscope%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletglobalscope%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletglobalscope%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorklet%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorklet%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-worklet-addmodule%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webaudio/#AudioWorklet-Examples",
"https://www.w3.org/TR/webaudio/#the-bitcrusher-node",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-a-rate%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webaudio/#example-06f3f4b7",
- "https://www.w3.org/TR/webaudio/#example-18f7f42a",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#example-d7261c66",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-invalidstateerror%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webaudio/#vu-meter-mode",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A4%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A7%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#example-b29112dd",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#example-d5157576",
"https://www.w3.org/TR/webaudio/#example-55c4a817",
"https://www.w3.org/TR/webaudio/#example-2d1abf00",
"https://www.w3.org/TR/webaudio/#processing-model",
"https://www.w3.org/TR/webaudio/#processing-model-background",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A7%E2%91%A1",
"https://www.w3.org/TR/webaudio/#control-thread-and-rendering-thread",
"https://www.w3.org/TR/webaudio/#ref-for-control-thread%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#control-thread",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#rendering-thread",
"https://www.w3.org/TR/webaudio/#ref-for-control-thread%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-control-thread%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-control-thread%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-control-thread%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webaudio/#control-message-queue",
"https://www.w3.org/TR/webaudio/#control-message",
- "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#queuing",
"https://www.w3.org/TR/webaudio/#ref-for-control-message-queue",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A8%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-control-message-queue%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A0%E2%93%AA%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-control-message-queue%E2%91%A0",
"https://www.w3.org/TR/webaudio/#oldest-message",
"https://www.w3.org/TR/webaudio/#ref-for-control-message-queue%E2%91%A1",
@@ -10022,43 +10625,60 @@
"https://www.w3.org/TR/webaudio/#ref-for-control-message-queue%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-control-message-queue%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-control-message-queue%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#asynchronous-operations",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A7%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-control-thread%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A5%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A7%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A0%E2%93%AA%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-control-thread%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-control-message-queue%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-control-thread%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-control-message%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-control-message-queue%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#rendering-loop",
- "https://www.w3.org/TR/webaudio/#render-quantum",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webaudio/#render-quantum-size",
+ "https://www.w3.org/TR/webaudio/#render-quantum",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextoptions-rendersizehint%E2%91%A0",
"https://www.w3.org/TR/webaudio/#atomically",
"https://www.w3.org/TR/webaudio/#ref-for-atomically%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A0%E2%93%AA%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-control-message-queue%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#system-level-audio-callback",
+ "https://www.w3.org/TR/webaudio/#system-level-audio-callback-buffer-size",
+ "https://www.w3.org/TR/webaudio/#ref-for-system-level-audio-callback%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#load-value",
+ "https://www.w3.org/TR/webaudio/#ref-for-system-level-audio-callback%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-system-level-audio-callback-buffer-size",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-samplerate%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-load-value%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#audio-buffer-underrun",
+ "https://www.w3.org/TR/webaudio/#ref-for-load-value%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-render-quantum-size%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-system-level-audio-callback-buffer-size%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-audio-buffer-underrun",
+ "https://www.w3.org/TR/webaudio/#ref-for-system-level-audio-callback%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-load-value%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-control-message-queue%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-control-message-queue%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webaudio/#baseaudiocontext-associated-task-queue",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext-associated-task-queue",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A0%E2%93%AA%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webaudio/#rendering-initialization",
"https://www.w3.org/TR/webaudio/#dom-baseaudiocontext-current-frame-slot",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A0%E2%93%AA%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webaudio/#rendering-a-graph",
"https://www.w3.org/TR/webaudio/#ref-for-control-message-queue%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-control-message-queue%E2%91%A8",
@@ -10067,157 +10687,180 @@
"https://www.w3.org/TR/webaudio/#ref-for-control-message-queue%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-oldest-message",
"https://www.w3.org/TR/webaudio/#ref-for-oldest-message%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A0%E2%93%AA%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext-associated-task-queue%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A0%E2%93%AA%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext-associated-task-queue%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-rendering-thread-state-slot%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A0%E2%93%AA%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A7%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A0%E2%93%AA%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A7%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A7%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A0%E2%93%AA%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A7%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-rendering-thread-state-slot%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A7%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A7%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-delaywriter%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-delayreader%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-mute",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A7%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A7%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-visit",
"https://www.w3.org/TR/webaudio/#visit",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A8%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-visit%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A8%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A5%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A8%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-visit%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A5%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A8%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A5%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A8%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A5%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A8%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A8%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A8%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-available-for-reading",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A8%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A8%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A6%E2%91%A0",
"https://www.w3.org/TR/webaudio/#input-audioparam-buffer",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A5%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-queuing%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-queuing%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-current-value-slot%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A5%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A8%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A8%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-available-for-reading%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A8%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A0%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A0%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%93%AA%E2%93%AA",
"https://www.w3.org/TR/webaudio/#input-buffer",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%93%AA%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%93%AA%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%93%AA%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%93%AA%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-source-node%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-computing-a-block-of-audio",
"https://www.w3.org/TR/webaudio/#ref-for-available-for-reading%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%93%AA%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletprocessor%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%93%AA%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletProcessor%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-prepare-to-run-script",
- "https://www.w3.org/TR/webaudio/#ref-for-current-settings-object",
+ "https://www.w3.org/TR/webaudio/#ref-for-current-settings-object%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-prepare-to-run-a-callback",
- "https://www.w3.org/TR/webaudio/#ref-for-current-settings-object%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-current-settings-object%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletprocessor-callable-process-slot%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletprocesscallback-inputs%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletprocesscallback-outputs%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletprocesscallback-parameters%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-computing-a-block-of-audio%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletprocesscallback-outputs%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-available-for-reading%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-promise%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletglobalscope%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-promise%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletGlobalScope%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-active-source%E2%91%A0",
"https://www.w3.org/TR/webaudio/#audio-worklet-render-return",
"https://www.w3.org/TR/webaudio/#ref-for-clean-up-after-running-a-callback",
- "https://www.w3.org/TR/webaudio/#ref-for-current-settings-object%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-current-settings-object%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-clean-up-after-running-script",
- "https://www.w3.org/TR/webaudio/#ref-for-current-settings-object%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-current-settings-object%E2%91%A5",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioworkletprocessor-callable-process-slot%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-active-source%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-available-for-reading%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-queue-a-task%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-control-thread%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-errorevent%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%93%AA%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-audioworkletnode-processorerror%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-errorevent%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%93%AA%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-destination-node",
"https://www.w3.org/TR/webaudio/#ref-for-recording-the-input",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%93%AA%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-processing-input-buffer",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%93%AA%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-processing-an-input-buffer",
"https://www.w3.org/TR/webaudio/#ref-for-input-buffer",
"https://www.w3.org/TR/webaudio/#ref-for-available-for-reading%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-atomically%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-current-frame-slot%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-render-quantum-size",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-render-quantum-size%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-current-frame-slot%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-samplerate%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-samplerate%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-perform-a-microtask-checkpoint",
"https://www.w3.org/TR/webaudio/#mute",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%93%AA%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%93%AA%E2%91%A5",
"https://www.w3.org/TR/webaudio/#available-for-reading",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%93%AA%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%93%AA%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%93%AA%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%93%AA%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%93%AA%E2%91%A8",
"https://www.w3.org/TR/webaudio/#recording-the-input",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%93%AA%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#computing-a-block-of-audio",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#processing-input-buffer",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-render-quantum-size-slot%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#processing-an-input-buffer",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-input-buffer%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A6%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#error-handling-on-a-running-audio-context",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-rendering-thread%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-rendering-thread-state-slot%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-releasing%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-rendering-thread-state-slot%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-queue-a-media-element-task%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-audiocontext-error%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-suspended-by-user-slot%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-control-thread-state-slot%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-state%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontextstate-suspended%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-baseaudiocontext-statechange%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-rendering-thread-state-slot%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-queue-a-media-element-task%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-concept-event-fire%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-eventdef-audiocontext-error%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webaudio/#unloading-a-document",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A0%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-pending-promises-slot%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-baseaudiocontext-decoding-thread%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-queuing%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-queuing%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-close%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-offlineaudiocontext%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-OfflineAudioContext%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webaudio/#DynamicLifetime",
"https://www.w3.org/TR/webaudio/#dynamic-lifetime-background",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webaudio/#dynamic-lifetime-example",
"https://www.w3.org/TR/webaudio/#example-9dbf5ad3",
"https://www.w3.org/TR/webaudio/#channel-up-mixing-and-down-mixing",
"https://www.w3.org/TR/webaudio/#mixing-rules",
"https://www.w3.org/TR/webaudio/#ref-for-mixing-rules",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webaudio/#up-mixing",
"https://www.w3.org/TR/webaudio/#down-mixing",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-computednumberofchannels%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-computednumberofchannels%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-up-mixing",
"https://www.w3.org/TR/webaudio/#ref-for-down-mixing",
"https://www.w3.org/TR/webaudio/#ref-for-computednumberofchannels%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-channelinterpretation%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-channelinterpretation%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audionode-channelinterpretation%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-up-mixing%E2%91%A0",
"https://www.w3.org/TR/webaudio/#ref-for-down-mixing%E2%91%A0",
@@ -10228,17 +10871,17 @@
"https://www.w3.org/TR/webaudio/#ref-for-down-mixing%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ChannelOrdering",
"https://www.w3.org/TR/webaudio/#channels-tail-time",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-tail-time%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-tail-time%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-dynamicscompressornode%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-tail-time%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-convolvernode%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-convolvernode%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webaudio/#UpMix-sub",
"https://www.w3.org/TR/webaudio/#down-mix",
"https://www.w3.org/TR/webaudio/#ChannelRules-section",
@@ -10246,210 +10889,210 @@
"https://www.w3.org/TR/webaudio/#audio-signal-values",
"https://www.w3.org/TR/webaudio/#audio-sample-format",
"https://www.w3.org/TR/webaudio/#linear-pcm",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-Float32Array%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webaudio/#audio-values-rendering",
"https://www.w3.org/TR/webaudio/#Spatialization",
"https://www.w3.org/TR/webaudio/#Spatialization-background",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-baseaudiocontext%E2%91%A0%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-audiolistener-forward%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-audiolistener-up%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webaudio/#azimuth-elevation",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A6%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-k-rate%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webaudio/#Spatialization-panning-algorithm",
"https://www.w3.org/TR/webaudio/#Spatialization-equal-power-panning",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-panningmodel%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-panningmodeltype-equalpower%E2%91%A2",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-automationrate%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiolistener%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioListener%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/webaudio/#ref-for-dom-automationrate-a-rate%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webaudio/#ref-for-a-rate%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webaudio/#Spatialization-hrtf-panning",
"https://www.w3.org/TR/webaudio/#stereopanner-algorithm",
- "https://www.w3.org/TR/webaudio/#ref-for-stereopannernode%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-computedvalue%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-stereopannernode%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-computedvalue%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-stereopannernode%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webaudio/#Spatialization-distance-effects",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-distancemodel%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-distancemodel%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-enumdef-distancemodeltype%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-enumdef-distancemodeltype%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webaudio/#Spatialization-sound-cones",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-coneinnerangle%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-pannernode-coneouterangle%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-pannernode%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-PannerNode%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webaudio/#Performance",
"https://www.w3.org/TR/webaudio/#latency",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audioprocessingevent%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-scriptprocessornode%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-audioworkletnode%E2%91%A4%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-delaynode%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-biquadfilternode%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-iirfilternode%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webaudio/#ref-for-convolvernode%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-dynamicscompressornode%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamaudiosourcenode%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamtrackaudiosourcenode%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-mediastreamaudiodestinationnode%E2%91%A8",
- "https://www.w3.org/TR/webaudio/#ref-for-scriptprocessornode%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-waveshapernode%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioProcessingEvent%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-ScriptProcessorNode%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioWorkletNode%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-DelayNode%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-BiquadFilterNode%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-IIRFilterNode%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webaudio/#ref-for-ConvolverNode%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioSourceNode%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamTrackAudioSourceNode%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-MediaStreamAudioDestinationNode%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-ScriptProcessorNode%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-WaveShaperNode%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#audio-buffer-copying",
"https://www.w3.org/TR/webaudio/#ref-for-acquire-the-content%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-getchanneldata%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-acquire-the-content%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-getchanneldata%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffersourcenode%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBufferSourceNode%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A6%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiobuffer-getchanneldata%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A6%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-idl-ArrayBuffer%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-idl-ArrayBuffer%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-acquire-the-content%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A6%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A6%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audiobuffer%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioBuffer%E2%91%A6%E2%91%A8",
"https://www.w3.org/TR/webaudio/#audioparam-transitions",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-value%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webaudio/#ref-for-audioparam%E2%91%A0%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioParam%E2%91%A0%E2%91%A6%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audioparam-settargetattime%E2%91%A3",
"https://www.w3.org/TR/webaudio/#audio-glitching",
"https://www.w3.org/TR/webaudio/#priv-sec",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediadevices-getusermedia%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audionode%E2%91%A1%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webaudio/#ref-for-analysernode%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-scriptprocessornode%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-dynamicscompressornode%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-oscillatornode%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioNode%E2%91%A1%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AnalyserNode%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webaudio/#ref-for-ScriptProcessorNode%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-DynamicsCompressorNode%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webaudio/#ref-for-OscillatorNode%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-getoutputtimestamp%E2%91%A4",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-baselatency%E2%91%A1",
- "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-outputlatency%E2%91%A4",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webaudio/#ref-for-dom-audiocontext-outputlatency%E2%91%A3",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediadevices",
- "https://www.w3.org/TR/webaudio/#ref-for-audiocontext%E2%91%A0%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webaudio/#ref-for-AudioContext%E2%91%A0%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webaudio/#ref-for-dom-audiodestinationnode-maxchannelcount%E2%91%A3",
"https://www.w3.org/TR/webaudio/#ref-for-dom-mediadevices-getusermedia%E2%91%A2",
"https://www.w3.org/TR/webaudio/#requirements",
"https://www.w3.org/TR/webaudio/#common-definitions",
"https://www.w3.org/TR/webaudio/#changes",
- "https://www.w3.org/TR/webaudio/#changes-2021-05-06",
- "https://www.w3.org/TR/webaudio/#changes-2021-01-14",
- "https://www.w3.org/TR/webaudio/#changes-2020-06-11",
- "https://www.w3.org/TR/webaudio/#changestart1",
- "https://www.w3.org/TR/webaudio/#changestart2",
- "https://www.w3.org/TR/webaudio/#changestart3",
"https://www.w3.org/TR/webaudio/#acks",
- "https://www.w3.org/TR/webaudio/#conformance",
- "https://www.w3.org/TR/webaudio/#conventions",
- "https://www.w3.org/TR/webaudio/#example-ae2b6bc0",
- "https://www.w3.org/TR/webaudio/#conformant-algorithms",
- "https://www.w3.org/TR/webaudio/#conformance-classes",
- "https://www.w3.org/TR/webaudio/#conformant-user-agent",
- "https://www.w3.org/TR/webaudio/#conformant-server",
+ "https://www.w3.org/TR/webaudio/#w3c-conformance",
+ "https://www.w3.org/TR/webaudio/#w3c-conventions",
+ "https://www.w3.org/TR/webaudio/#w3c-example",
+ "https://www.w3.org/TR/webaudio/#w3c-conformant-algorithms",
"https://www.w3.org/TR/webaudio/#index",
"https://www.w3.org/TR/webaudio/#index-defined-here",
"https://www.w3.org/TR/webaudio/#index-defined-elsewhere",
- "https://www.w3.org/TR/webaudio/#term-for-event",
- "https://www.w3.org/TR/webaudio/#term-for-dictdef-eventinit",
- "https://www.w3.org/TR/webaudio/#term-for-eventtarget",
- "https://www.w3.org/TR/webaudio/#term-for-concept-event-fire",
- "https://www.w3.org/TR/webaudio/#term-for-sec-data-blocks",
- "https://www.w3.org/TR/webaudio/#term-for-dom-domhighrestimestamp",
- "https://www.w3.org/TR/webaudio/#term-for-errorevent",
- "https://www.w3.org/TR/webaudio/#term-for-eventhandler",
- "https://www.w3.org/TR/webaudio/#term-for-htmlmediaelement",
- "https://www.w3.org/TR/webaudio/#term-for-messagechannel",
- "https://www.w3.org/TR/webaudio/#term-for-messageport",
- "https://www.w3.org/TR/webaudio/#term-for-structureddeserialize",
- "https://www.w3.org/TR/webaudio/#term-for-structuredserialize",
- "https://www.w3.org/TR/webaudio/#term-for-structuredserializewithtransfer",
- "https://www.w3.org/TR/webaudio/#term-for-worklet",
- "https://www.w3.org/TR/webaudio/#term-for-workletglobalscope",
- "https://www.w3.org/TR/webaudio/#term-for-dom-worklet-addmodule",
- "https://www.w3.org/TR/webaudio/#term-for-concept-document-window",
- "https://www.w3.org/TR/webaudio/#term-for-audio",
- "https://www.w3.org/TR/webaudio/#term-for-clean-up-after-running-a-callback",
- "https://www.w3.org/TR/webaudio/#term-for-clean-up-after-running-script",
- "https://www.w3.org/TR/webaudio/#term-for-dom-messageport-close",
- "https://www.w3.org/TR/webaudio/#term-for-current-settings-object",
- "https://www.w3.org/TR/webaudio/#term-for-fully-active",
- "https://www.w3.org/TR/webaudio/#term-for-perform-a-microtask-checkpoint",
- "https://www.w3.org/TR/webaudio/#term-for-dom-messagechannel-port1",
- "https://www.w3.org/TR/webaudio/#term-for-dom-messagechannel-port2",
- "https://www.w3.org/TR/webaudio/#term-for-prepare-to-run-a-callback",
- "https://www.w3.org/TR/webaudio/#term-for-prepare-to-run-script",
- "https://www.w3.org/TR/webaudio/#term-for-queue-a-task",
- "https://www.w3.org/TR/webaudio/#term-for-concept-relevant-global",
- "https://www.w3.org/TR/webaudio/#term-for-sticky-activation",
- "https://www.w3.org/TR/webaudio/#term-for-terminate-a-worklet-global-scope",
- "https://www.w3.org/TR/webaudio/#term-for-video",
- "https://www.w3.org/TR/webaudio/#term-for-worklet-destination-type",
- "https://www.w3.org/TR/webaudio/#term-for-worklet-global-scope-type",
- "https://www.w3.org/TR/webaudio/#term-for-code-unit",
- "https://www.w3.org/TR/webaudio/#term-for-struct-item",
- "https://www.w3.org/TR/webaudio/#term-for-ordered-map",
- "https://www.w3.org/TR/webaudio/#term-for-struct",
- "https://www.w3.org/TR/webaudio/#term-for-dom-mediadevices",
- "https://www.w3.org/TR/webaudio/#term-for-dom-mediastream",
- "https://www.w3.org/TR/webaudio/#term-for-dom-mediastreamtrack",
- "https://www.w3.org/TR/webaudio/#term-for-idl-ArrayBuffer",
- "https://www.w3.org/TR/webaudio/#term-for-idl-DOMException",
- "https://www.w3.org/TR/webaudio/#term-for-idl-DOMString",
- "https://www.w3.org/TR/webaudio/#term-for-datacloneerror",
- "https://www.w3.org/TR/webaudio/#term-for-encodingerror",
- "https://www.w3.org/TR/webaudio/#term-for-Exposed",
- "https://www.w3.org/TR/webaudio/#term-for-idl-Float32Array",
- "https://www.w3.org/TR/webaudio/#term-for-idl-frozen-array",
- "https://www.w3.org/TR/webaudio/#term-for-Global",
- "https://www.w3.org/TR/webaudio/#term-for-indexsizeerror",
- "https://www.w3.org/TR/webaudio/#term-for-invalidaccesserror",
- "https://www.w3.org/TR/webaudio/#term-for-invalidstateerror",
- "https://www.w3.org/TR/webaudio/#term-for-notsupportederror",
- "https://www.w3.org/TR/webaudio/#term-for-idl-promise",
- "https://www.w3.org/TR/webaudio/#term-for-exceptiondef-rangeerror",
- "https://www.w3.org/TR/webaudio/#term-for-SameObject",
- "https://www.w3.org/TR/webaudio/#term-for-SecureContext",
- "https://www.w3.org/TR/webaudio/#term-for-exceptiondef-typeerror",
- "https://www.w3.org/TR/webaudio/#term-for-idl-Uint8Array",
- "https://www.w3.org/TR/webaudio/#term-for-unknownerror",
- "https://www.w3.org/TR/webaudio/#term-for-a-promise-rejected-with",
- "https://www.w3.org/TR/webaudio/#term-for-idl-boolean",
- "https://www.w3.org/TR/webaudio/#term-for-dfn-conforming-implementation",
- "https://www.w3.org/TR/webaudio/#term-for-construct-a-callback-function",
- "https://www.w3.org/TR/webaudio/#term-for-idl-double",
- "https://www.w3.org/TR/webaudio/#term-for-idl-float",
- "https://www.w3.org/TR/webaudio/#term-for-dfn-get-buffer-source-copy",
- "https://www.w3.org/TR/webaudio/#term-for-dfn-get-buffer-source-reference",
- "https://www.w3.org/TR/webaudio/#term-for-idl-long",
- "https://www.w3.org/TR/webaudio/#term-for-idl-object",
- "https://www.w3.org/TR/webaudio/#term-for-dfn-present",
- "https://www.w3.org/TR/webaudio/#term-for-idl-record",
- "https://www.w3.org/TR/webaudio/#term-for-idl-sequence",
- "https://www.w3.org/TR/webaudio/#term-for-this",
- "https://www.w3.org/TR/webaudio/#term-for-idl-undefined",
- "https://www.w3.org/TR/webaudio/#term-for-idl-unsigned-long",
- "https://www.w3.org/TR/webaudio/#term-for-idl-unsigned-long-long",
+ "https://www.w3.org/TR/webaudio/#321b1ad4",
+ "https://www.w3.org/TR/webaudio/#129bdae8",
+ "https://www.w3.org/TR/webaudio/#44a7708c",
+ "https://www.w3.org/TR/webaudio/#2bc0cdf4",
+ "https://www.w3.org/TR/webaudio/#5fd23811",
+ "https://www.w3.org/TR/webaudio/#acb50c28",
+ "https://www.w3.org/TR/webaudio/#2a9f2069",
+ "https://www.w3.org/TR/webaudio/#ccfe986b",
+ "https://www.w3.org/TR/webaudio/#f0951476",
+ "https://www.w3.org/TR/webaudio/#1076ec40",
+ "https://www.w3.org/TR/webaudio/#02fb8691",
+ "https://www.w3.org/TR/webaudio/#df16744f",
+ "https://www.w3.org/TR/webaudio/#0800bdf4",
+ "https://www.w3.org/TR/webaudio/#89786baf",
+ "https://www.w3.org/TR/webaudio/#9da834a1",
+ "https://www.w3.org/TR/webaudio/#2879c404",
+ "https://www.w3.org/TR/webaudio/#0c9b0d3c",
+ "https://www.w3.org/TR/webaudio/#eec46e27",
+ "https://www.w3.org/TR/webaudio/#3349d69f",
+ "https://www.w3.org/TR/webaudio/#2c82d279",
+ "https://www.w3.org/TR/webaudio/#d5ac3b38",
+ "https://www.w3.org/TR/webaudio/#b6a1ae3f",
+ "https://www.w3.org/TR/webaudio/#dff7b498",
+ "https://www.w3.org/TR/webaudio/#12b8dfc0",
+ "https://www.w3.org/TR/webaudio/#6a5a59a0",
+ "https://www.w3.org/TR/webaudio/#0e3ba9f8",
+ "https://www.w3.org/TR/webaudio/#8603b31a",
+ "https://www.w3.org/TR/webaudio/#6aa169c3",
+ "https://www.w3.org/TR/webaudio/#7a048f5b",
+ "https://www.w3.org/TR/webaudio/#b5c3b552",
+ "https://www.w3.org/TR/webaudio/#c2359c09",
+ "https://www.w3.org/TR/webaudio/#8abbe523",
+ "https://www.w3.org/TR/webaudio/#9a517a7d",
+ "https://www.w3.org/TR/webaudio/#e99bd18e",
+ "https://www.w3.org/TR/webaudio/#ca96a59c",
+ "https://www.w3.org/TR/webaudio/#d2f99df9",
+ "https://www.w3.org/TR/webaudio/#aa7bbf63",
+ "https://www.w3.org/TR/webaudio/#93252241",
+ "https://www.w3.org/TR/webaudio/#3b8ce5a6",
+ "https://www.w3.org/TR/webaudio/#59912c93",
+ "https://www.w3.org/TR/webaudio/#1243a891",
+ "https://www.w3.org/TR/webaudio/#c88f3887",
+ "https://www.w3.org/TR/webaudio/#84b454ff",
+ "https://www.w3.org/TR/webaudio/#984221ca",
+ "https://www.w3.org/TR/webaudio/#b2a4c232",
+ "https://www.w3.org/TR/webaudio/#5e59c46d",
+ "https://www.w3.org/TR/webaudio/#dda39259",
+ "https://www.w3.org/TR/webaudio/#bf1ce648",
+ "https://www.w3.org/TR/webaudio/#2f8afbfe",
+ "https://www.w3.org/TR/webaudio/#dca2de17",
+ "https://www.w3.org/TR/webaudio/#8855a9aa",
+ "https://www.w3.org/TR/webaudio/#d54f5897",
+ "https://www.w3.org/TR/webaudio/#9befea0b",
+ "https://www.w3.org/TR/webaudio/#889e932f",
+ "https://www.w3.org/TR/webaudio/#0a296dfe",
+ "https://www.w3.org/TR/webaudio/#dcf5fafa",
+ "https://www.w3.org/TR/webaudio/#7fb6fbc6",
+ "https://www.w3.org/TR/webaudio/#c9dac9f9",
+ "https://www.w3.org/TR/webaudio/#37afd48d",
+ "https://www.w3.org/TR/webaudio/#797018a7",
+ "https://www.w3.org/TR/webaudio/#ba556545",
+ "https://www.w3.org/TR/webaudio/#9eda9b58",
+ "https://www.w3.org/TR/webaudio/#3182eb71",
+ "https://www.w3.org/TR/webaudio/#bdbd19d1",
+ "https://www.w3.org/TR/webaudio/#ec878a66",
+ "https://www.w3.org/TR/webaudio/#a5c91173",
+ "https://www.w3.org/TR/webaudio/#b75bb3bd",
+ "https://www.w3.org/TR/webaudio/#82ca3efc",
+ "https://www.w3.org/TR/webaudio/#95d7775a",
+ "https://www.w3.org/TR/webaudio/#81dd847b",
+ "https://www.w3.org/TR/webaudio/#d0b4a948",
+ "https://www.w3.org/TR/webaudio/#5372cca8",
+ "https://www.w3.org/TR/webaudio/#495737df",
+ "https://www.w3.org/TR/webaudio/#6aefdf11",
+ "https://www.w3.org/TR/webaudio/#1fc2b625",
+ "https://www.w3.org/TR/webaudio/#1003edc0",
+ "https://www.w3.org/TR/webaudio/#e97b1447",
+ "https://www.w3.org/TR/webaudio/#8c800cdf",
+ "https://www.w3.org/TR/webaudio/#eec1be2d",
+ "https://www.w3.org/TR/webaudio/#92d13070",
+ "https://www.w3.org/TR/webaudio/#f8de33a3",
+ "https://www.w3.org/TR/webaudio/#efd1ec5d",
+ "https://www.w3.org/TR/webaudio/#7787d359",
+ "https://www.w3.org/TR/webaudio/#9cce47fd",
+ "https://www.w3.org/TR/webaudio/#4013a022",
+ "https://www.w3.org/TR/webaudio/#5f90bbfb",
+ "https://www.w3.org/TR/webaudio/#e97a9688",
+ "https://www.w3.org/TR/webaudio/#f14b47b8",
+ "https://www.w3.org/TR/webaudio/#f3fd9d04",
"https://www.w3.org/TR/webaudio/#references",
"https://www.w3.org/TR/webaudio/#normative",
"https://www.w3.org/TR/webaudio/#biblio-dom",
@@ -10461,16 +11104,17 @@
"https://www.w3.org/TR/webaudio/#biblio-mediacapture-streams",
"https://www.w3.org/TR/webaudio/#biblio-mimesniff",
"https://www.w3.org/TR/webaudio/#biblio-rfc2119",
+ "https://www.w3.org/TR/webaudio/#biblio-security-privacy-questionnaire",
"https://www.w3.org/TR/webaudio/#biblio-webidl",
"https://www.w3.org/TR/webaudio/#biblio-webrtc",
"https://www.w3.org/TR/webaudio/#informative",
"https://www.w3.org/TR/webaudio/#biblio-2dcontext",
"https://www.w3.org/TR/webaudio/#biblio-mediastream-recording",
"https://www.w3.org/TR/webaudio/#biblio-webaudio-usecases",
+ "https://www.w3.org/TR/webaudio/#biblio-webcodecs",
"https://www.w3.org/TR/webaudio/#biblio-webgl",
"https://www.w3.org/TR/webaudio/#biblio-xhr",
"https://www.w3.org/TR/webaudio/#idl-index",
- "https://www.w3.org/TR/webaudio/#back-to-top",
"https://www.w3.org/TR/webaudio/#mathjax",
"https://www.w3.org/TR/webaudio/#MathJax_Font_Test"
]
diff --git a/tr/ids/webgpu.json b/tr/ids/webgpu.json
index 96c692a70b15..c75ce2119e9d 100644
--- a/tr/ids/webgpu.json
+++ b/tr/ids/webgpu.json
@@ -548,11 +548,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 +557,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 +579,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 +601,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 +620,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 +950,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%A0%E2%91%A8",
"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 +971,7 @@
"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-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 +985,11 @@
"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/#ref-for-gpuadapterinfo%E2%91%A8",
"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/#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",
@@ -1027,7 +1023,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 +1036,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",
@@ -1056,7 +1052,7 @@
"https://www.w3.org/TR/webgpu/#color-space-conversions",
"https://www.w3.org/TR/webgpu/#ref-for-out-of-gamut-premultiplied-rgba-value",
"https://www.w3.org/TR/webgpu/#color-space-conversion-elision",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopyexternalimage",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpucopyexternalimagesourceinfo",
"https://www.w3.org/TR/webgpu/#ref-for-imagebitmap",
"https://www.w3.org/TR/webgpu/#ref-for-dom-imagebitmapoptions-premultiplyalpha",
"https://www.w3.org/TR/webgpu/#ref-for-dom-imagebitmapoptions-colorspaceconversion",
@@ -1139,7 +1135,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",
@@ -1156,20 +1152,21 @@
"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-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-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",
@@ -1180,7 +1177,7 @@
"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",
@@ -1197,9 +1194,9 @@
"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",
@@ -1247,7 +1244,7 @@
"https://www.w3.org/TR/webgpu/#dictdef-gpurequestadapteroptions",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurequestadapteroptions%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#dom-gpurequestadapteroptions-featurelevel",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurequestadapteroptions-featurelevel%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpupowerpreference",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurequestadapteroptions-powerpreference",
"https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A3",
@@ -1256,13 +1253,18 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupowerpreference-low-power",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupowerpreference-high-performance",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurequestadapteroptions%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#dom-gpurequestadapteroptions-featurelevel",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#feature-level-string",
+ "https://www.w3.org/TR/webgpu/#feature-level-string-core",
+ "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/#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-fallback-adapter%E2%91%A2",
@@ -1274,24 +1276,24 @@
"https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A2%E2%91%A3",
"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/#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-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%A4",
"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",
@@ -1299,8 +1301,8 @@
"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-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%A5",
"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",
@@ -1308,7 +1310,7 @@
"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",
@@ -1319,13 +1321,13 @@
"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",
@@ -1335,28 +1337,28 @@
"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-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-device%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-adapter%E2%91%A2%E2%91%A7",
"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-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",
@@ -1368,12 +1370,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",
@@ -1382,7 +1384,7 @@
"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-content-timeline%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A1%E2%91%A0",
"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",
@@ -1402,7 +1404,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpufeaturename%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevicedescriptor-requiredfeatures%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-idl-record",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevicedescriptor-requiredlimits%E2%91%A1",
@@ -1447,9 +1449,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-dual-source-blending",
"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%A8%E2%91%A2",
"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-device%E2%91%A0%E2%91%A8",
"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-gpudevice%E2%91%A1%E2%91%A6",
@@ -1465,10 +1467,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",
@@ -1547,28 +1552,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/#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%A0",
- "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%A1",
+ "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%A2",
+ "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%A3",
+ "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%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A2%E2%91%A5",
"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%A6",
"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%A7",
"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",
@@ -1580,7 +1591,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%A2%E2%91%A8",
"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",
@@ -1589,12 +1600,12 @@
"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%93%AA",
"https://www.w3.org/TR/webgpu/#buffers",
"https://www.w3.org/TR/webgpu/#gpubuffer",
"https://www.w3.org/TR/webgpu/#buffer-interface",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A0%E2%93%AA%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A0%E2%93%AA%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A0%E2%91%A1",
@@ -1706,7 +1717,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",
@@ -1804,7 +1815,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%A0",
"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",
@@ -1824,8 +1835,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",
@@ -1867,9 +1878,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",
@@ -1889,8 +1900,8 @@
"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%A1",
+ "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",
@@ -1952,17 +1963,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",
@@ -1981,17 +1992,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",
@@ -2000,9 +2008,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",
@@ -2015,8 +2023,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",
@@ -2094,16 +2102,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",
@@ -2203,14 +2211,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/#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",
@@ -2393,7 +2401,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%A2",
"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",
@@ -2406,11 +2414,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",
@@ -2433,17 +2441,20 @@
"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",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-viewformats-slot",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-viewformats%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-equivalent-texel-representation",
+ "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%A3",
"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-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",
@@ -2544,8 +2555,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",
@@ -2642,7 +2653,7 @@
"https://www.w3.org/TR/webgpu/#dom-gputextureviewdimension-2d",
"https://www.w3.org/TR/webgpu/#dom-gputextureviewdimension-2d-array",
"https://www.w3.org/TR/webgpu/#dom-gputextureviewdimension-cube",
- "https://www.w3.org/TR/webgpu/#ref-for-image-copy",
+ "https://www.w3.org/TR/webgpu/#ref-for-texel-copy",
"https://www.w3.org/TR/webgpu/#dom-gputextureviewdimension-cube-array",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdimension-cube%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gputextureviewdimension-3d",
@@ -2689,17 +2700,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%A4",
+ "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",
@@ -2774,7 +2785,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",
@@ -2846,7 +2857,7 @@
"https://www.w3.org/TR/webgpu/#texel-block-copy-footprint",
"https://www.w3.org/TR/webgpu/#ref-for-aspect%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-image-copy%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-texel-copy%E2%91%A0",
"https://www.w3.org/TR/webgpu/#texel-block-memory-cost",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block%E2%91%A3",
@@ -2975,7 +2986,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%A4",
"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",
@@ -3039,7 +3050,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%A5",
"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",
@@ -3058,7 +3069,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-check-the-usability-of-the-image-argument",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-gpuexternaltexture%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuexternaltexturedescriptor-colorspace%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-gpuexternaltexture%E2%91%A0%E2%91%A5",
@@ -3196,7 +3207,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%A6",
"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",
@@ -3206,10 +3217,10 @@
"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%A6",
+ "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",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpusamplerdescriptor-lodminclamp%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpusamplerdescriptor-lodmaxclamp%E2%91%A0",
@@ -3236,7 +3247,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%A5",
"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",
@@ -3387,7 +3398,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",
@@ -3508,7 +3519,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",
@@ -3526,7 +3537,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%A7",
"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",
@@ -3541,16 +3552,16 @@
"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%A7",
+ "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-gpuobjectbase-device-slot%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A2",
"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",
@@ -3628,7 +3639,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",
@@ -3657,7 +3668,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",
@@ -3705,7 +3716,7 @@
"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/#dictdef-gpubufferbinding",
@@ -3729,7 +3740,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%A3%E2%91%A8",
"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",
@@ -3739,12 +3750,12 @@
"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-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%A3",
"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%A8",
+ "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",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutdescriptor-entries%E2%91%A4",
@@ -3886,7 +3897,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",
@@ -3924,12 +3935,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%93%AA",
"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",
@@ -3939,35 +3949,35 @@
"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-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%A4",
+ "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-list-empty",
"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-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%93%AA",
- "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-abstract-opdef-invalidate%E2%91%A0%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-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",
@@ -4003,7 +4013,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%A0",
"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",
@@ -4013,12 +4023,12 @@
"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",
- "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-abstract-opdef-invalidate%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalid%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-shader-creation-error",
"https://www.w3.org/TR/webgpu/#ref-for-program-error",
@@ -4070,7 +4080,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-serializable",
"https://www.w3.org/TR/webgpu/#ref-for-SecureContext%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webgpu/#gpucompilationmessage",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucompilationmessage-message",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpucompilationmessagetype",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucompilationmessage-type",
@@ -4094,7 +4104,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpushadermoduledescriptor-code%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-gpucompilationmessage%E2%91%A1",
"https://www.w3.org/TR/webgpu/#dom-gpucompilationmessage-message",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dfn-localizable-text",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucompilationmessage-message%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-bp_and-reco",
@@ -4153,11 +4163,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",
@@ -4199,7 +4209,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",
@@ -4216,7 +4226,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpupipelineerror%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-idl-DOMException",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelineerror-constructor",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelineerror-constructor-message",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpupipelineerrorinit",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelineerror-constructor-options",
@@ -4232,7 +4242,7 @@
"https://www.w3.org/TR/webgpu/#dom-gpupipelineerror-constructor",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelineerror-constructor%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpupipelineerror-constructor-message",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-idl-DOMException%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpupipelineerror-constructor-options",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpupipelineerrorinit%E2%91%A0",
@@ -4276,50 +4286,50 @@
"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-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-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%A1",
+ "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",
"https://www.w3.org/TR/webgpu/#ref-for-list-size%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinebase-layout-slot%E2%91%A0",
"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-device-timeline%E2%91%A5%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-device-limits-slot%E2%91%A5",
"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",
@@ -4328,7 +4338,7 @@
"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",
@@ -4404,7 +4414,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",
@@ -4451,7 +4461,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",
@@ -4461,13 +4471,15 @@
"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%A1",
"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",
"https://www.w3.org/TR/webgpu/#ref-for-statically-used%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-shader-binding%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-statically-used%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-functions-in-a-shader-stage",
+ "https://www.w3.org/TR/webgpu/#ref-for-type-sampled-texture",
+ "https://www.w3.org/TR/webgpu/#ref-for-type-depth-texture",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpubindgrouplayoutentry%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpusamplerbindinglayout-type%E2%91%A2",
@@ -4481,11 +4493,11 @@
"https://www.w3.org/TR/webgpu/#ref-for-pipeline-overridable%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprogrammablestage-module%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-identifier-comparison%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-statically-used%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-statically-used%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-to-wgsl-type%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-pipeline-overridable-constant-identifier-string%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-statically-used%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-statically-used%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-pipeline-overridable-constant-default-value",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprogrammablestage-constants%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A1%E2%91%A8",
@@ -4591,7 +4603,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%A2",
"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",
@@ -4601,14 +4613,14 @@
"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",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinedescriptorbase-layout%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%91%A6",
- "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-invalidate%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpuprogrammablestage",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpushaderstage-compute%E2%91%A1",
@@ -4616,11 +4628,11 @@
"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",
- "https://www.w3.org/TR/webgpu/#ref-for-statically-used%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-statically-used%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxcomputeworkgroupstoragesize",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxcomputeinvocationsperworkgroup%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxcomputeworkgroupsizex%E2%91%A1",
@@ -4629,7 +4641,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-pipeline-creation-error%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-uncategorized-error%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-an-internal-error%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-uncategorized-error%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinebase-layout-slot%E2%91%A2",
"https://www.w3.org/TR/webgpu/#dom-gpudevice-createcomputepipelineasync",
@@ -4640,7 +4652,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%A3",
"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",
@@ -4650,18 +4662,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",
@@ -4723,7 +4733,7 @@
"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",
@@ -4767,7 +4777,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%A4",
"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",
@@ -4782,38 +4792,38 @@
"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",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelinedescriptorbase-layout%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpurenderpipelinedescriptor",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipelinedescriptor-vertex%E2%91%A0",
"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-gpuobjectbase-device-slot%E2%91%A2%E2%91%A4",
"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-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",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-an-internal-error%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-uncategorized-error%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipeline-descriptor-slot",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipeline-writesdepth-slot",
@@ -4849,7 +4859,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%A5",
"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",
@@ -4859,18 +4869,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",
@@ -4891,8 +4899,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%A6",
+ "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",
@@ -4939,10 +4947,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%A7",
"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-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",
@@ -4964,7 +4972,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",
@@ -5006,8 +5014,8 @@
"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%A4%E2%91%A8",
+ "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",
@@ -5077,7 +5085,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-idl-boolean%E2%91%A1%E2%91%A4",
"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",
@@ -5090,10 +5098,10 @@
"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%93%AA",
"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",
@@ -5103,7 +5111,7 @@
"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",
@@ -5166,10 +5174,10 @@
"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%A0",
"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",
@@ -5387,7 +5395,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",
@@ -5487,22 +5495,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",
@@ -5518,23 +5535,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",
@@ -5550,6 +5577,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",
@@ -5604,12 +5632,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%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuvertexbufferlayout%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-gpuprogrammablestage%E2%91%A0%E2%91%A0",
- "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-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%93%AA",
"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",
@@ -5618,7 +5646,7 @@
"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-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%A0",
"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",
@@ -5629,27 +5657,27 @@
"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-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%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxvertexattributes",
"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-statically-used%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-assert%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-statically-used%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexbufferlayout-attributes%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexattribute-format%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-vertex-data-type%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexattribute-shaderlocation%E2%91%A2",
"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%A2",
"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-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-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%A2",
"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",
@@ -5657,7 +5685,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexbufferlayout-attributes%E2%91%A4",
"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-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%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxvertexattributes%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuvertexattribute%E2%91%A2",
@@ -5672,8 +5700,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-writebuffer%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#texel-copies",
"https://www.w3.org/TR/webgpu/#image-copies",
- "https://www.w3.org/TR/webgpu/#image-copy",
+ "https://www.w3.org/TR/webgpu/#texel-copy",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copytexturetotexture%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copybuffertotexture%E2%91%A1",
@@ -5686,16 +5715,21 @@
"https://www.w3.org/TR/webgpu/#equivalent-texel-representation",
"https://www.w3.org/TR/webgpu/#ref-for-indeterminate-values",
"https://www.w3.org/TR/webgpu/#ref-for-differences-from-ieee754",
- "https://www.w3.org/TR/webgpu/#gpuimagedatalayout",
+ "https://www.w3.org/TR/webgpu/#gputexelcopybufferlayout",
"https://www.w3.org/TR/webgpu/#gpu-image-data-layout",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagedatalayout",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagedatalayout%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#gpuimagedatalayout",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopybufferlayout",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopybufferlayout%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-AllowSharedBufferSource",
+ "https://www.w3.org/TR/webgpu/#ref-for-texel-copy%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopybufferlayout%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagedatalayout-offset",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferlayout-offset",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagedatalayout-bytesperrow",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferlayout-bytesperrow",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagedatalayout-rowsperimage",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferlayout-rowsperimage",
"https://www.w3.org/TR/webgpu/#texel-image",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block%E2%91%A4",
"https://www.w3.org/TR/webgpu/#texel-block-row",
@@ -5705,10 +5739,10 @@
"https://www.w3.org/TR/webgpu/#ref-for-texel-block%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-texel-image%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagedatalayout%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopybufferlayout%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-texel-image%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-texture%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-texture%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpuqueue%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedimension-2d%E2%91%A0%E2%91%A7",
@@ -5721,169 +5755,180 @@
"https://www.w3.org/TR/webgpu/#ref-for-texel-block%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block-row%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-texel-copy%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-depth-or-stencil-format%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#dom-gpuimagedatalayout-offset",
+ "https://www.w3.org/TR/webgpu/#dom-gputexelcopybufferlayout-offset",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopybuffer-buffer",
- "https://www.w3.org/TR/webgpu/#dom-gpuimagedatalayout-bytesperrow",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferinfo-buffer",
+ "https://www.w3.org/TR/webgpu/#dom-gputexelcopybufferlayout-bytesperrow",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block-row%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block-row%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block-row%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#dom-gpuimagedatalayout-rowsperimage",
+ "https://www.w3.org/TR/webgpu/#dom-gputexelcopybufferlayout-rowsperimage",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block-row%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-texel-image%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-texture%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagedatalayout-rowsperimage%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagedatalayout-bytesperrow%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferlayout-rowsperimage%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferlayout-bytesperrow%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-texel-image%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-texel-image%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-texel-image%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#gpuimagecopybuffer",
+ "https://www.w3.org/TR/webgpu/#gputexelcopybufferinfo",
"https://www.w3.org/TR/webgpu/#gpu-image-copy-buffer",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopybuffer",
- "https://www.w3.org/TR/webgpu/#ref-for-image-copy%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopybuffer%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagedatalayout%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopybuffer%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagedatalayout%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#gpuimagecopybuffer",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopybufferinfo",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopybufferinfo%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopybuffer-buffer%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#dom-gpuimagecopybuffer-buffer",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopybufferlayout%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-texel-copy%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpuimagecopybuffer",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopybuffer%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopybufferinfo%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopybufferlayout%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferinfo-buffer%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#dom-gputexelcopybufferinfo-buffer",
+ "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-dom-gpuimagecopybuffer-buffer%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-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%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagedatalayout-bytesperrow%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#gpuimagecopytexture",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferlayout-bytesperrow%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#gputexelcopytextureinfo",
"https://www.w3.org/TR/webgpu/#gpu-image-copy-texture",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexture",
- "https://www.w3.org/TR/webgpu/#ref-for-image-copy%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexture%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#gpuimagecopytexture",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopytextureinfo",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopytextureinfo%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-gputexture%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-texel-copy%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-texture-subresources%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexture%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopytextureinfo%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gputexture%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuintegercoordinate%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-miplevel",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-miplevel",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuorigin3d",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-origin",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-origin",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureaspect%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-aspect",
- "https://www.w3.org/TR/webgpu/#dom-gpuimagecopytexture-texture",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-aspect",
+ "https://www.w3.org/TR/webgpu/#dom-gputexelcopytextureinfo-texture",
"https://www.w3.org/TR/webgpu/#ref-for-gputexture%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#dom-gpuimagecopytexture-miplevel",
+ "https://www.w3.org/TR/webgpu/#dom-gputexelcopytextureinfo-miplevel",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuintegercoordinate%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#dom-gpuimagecopytexture-origin",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#dom-gputexelcopytextureinfo-origin",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuorigin3d%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#dom-gpuimagecopytexture-aspect",
+ "https://www.w3.org/TR/webgpu/#dom-gputexelcopytextureinfo-aspect",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureaspect%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A1",
"https://www.w3.org/TR/webgpu/#abstract-opdef-texture-copy-sub-region",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexture%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopytextureinfo%E2%91%A1",
+ "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-gpuimagecopytexture-miplevel%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-aspect%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-miplevel%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-aspect%E2%91%A0",
"https://www.w3.org/TR/webgpu/#abstract-opdef-texel-block-byte-offset",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagedatalayout%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopybufferlayout%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-gputexture%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block-copy-footprint",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-format%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagedatalayout-rowsperimage%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagedatalayout-bytesperrow%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagedatalayout-offset%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagedatalayout-bytesperrow%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpuimagecopytexture",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexture%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferlayout-rowsperimage%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferlayout-bytesperrow%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferlayout-offset%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferlayout-bytesperrow%E2%91%A3",
+ "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-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-gpuimagecopytexture-texture%E2%91%A3",
+ "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",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block-height%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-format%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-texture-copy-range",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dfn-valid%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gputexture%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-miplevel%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-miplevel%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-miplevelcount%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-origin%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-origin%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-x",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-origin%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-origin%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-y",
- "https://www.w3.org/TR/webgpu/#ref-for-imagecopytexture-physical-subresource-size",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopytextureinfo-physical-subresource-size",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-format%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-samplecount%E2%91%A2",
"https://www.w3.org/TR/webgpu/#abstract-opdef-validating-texture-buffer-copy",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexture%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagedatalayout%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopytextureinfo%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopybufferlayout%E2%91%A5",
"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-dom-gpuimagecopytexture-texture%E2%91%A0%E2%93%AA",
+ "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",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-format%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpuimagecopytexture",
+ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gputexelcopytextureinfo",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-samplecount%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-usage%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-format%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-depth-or-stencil-format%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-aspect%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-aspect%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-format%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-copy_src%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-texel-copy%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-copy_dst%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-texel-copy%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-aspect-specific-format%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagedatalayout-offset%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferlayout-offset%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-linear-texture-data",
- "https://www.w3.org/TR/webgpu/#gpuimagecopytexturetagged",
+ "https://www.w3.org/TR/webgpu/#gpucopyexternalimagedestinfo",
"https://www.w3.org/TR/webgpu/#gpu-image-copy-texture-tagged",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexturetagged",
+ "https://www.w3.org/TR/webgpu/#gpuimagecopytexturetagged",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpucopyexternalimagedestinfo",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-copyexternalimagetotexture%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexturetagged%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexture%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpucopyexternalimagedestinfo%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-copyexternalimagetotexture%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexturetagged%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexture%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopytextureinfo%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpucopyexternalimagedestinfo%E2%91%A0",
+ "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-gpuimagecopytexturetagged-colorspace",
+ "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-dom-gpuimagecopytexturetagged-premultipliedalpha",
- "https://www.w3.org/TR/webgpu/#dom-gpuimagecopytexturetagged-colorspace",
+ "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-gpuimagecopytexturetagged-colorspace%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#dom-gpuimagecopytexturetagged-premultipliedalpha",
+ "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-dom-gpuimagecopyexternalimage-source",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexturetagged-premultipliedalpha%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#gpuimagecopyexternalimage",
+ "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",
"https://www.w3.org/TR/webgpu/#gpu-image-copy-external-image",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopyexternalimage%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#gpuimagecopyexternalimage",
+ "https://www.w3.org/TR/webgpu/#typedefdef-gpuimagecopyexternalimagesource",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpucopyexternalimagesourceinfo%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpucopyexternalimagesourceinfo%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-copyexternalimagetotexture%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-imagebitmap%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-imagedata",
"https://www.w3.org/TR/webgpu/#ref-for-htmlimageelement",
@@ -5891,25 +5936,25 @@
"https://www.w3.org/TR/webgpu/#ref-for-videoframe%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-htmlcanvaselement",
"https://www.w3.org/TR/webgpu/#ref-for-offscreencanvas",
- "https://www.w3.org/TR/webgpu/#typedefdef-gpuimagecopyexternalimagesource",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopyexternalimage%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuimagecopyexternalimagesource",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopyexternalimage-source%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#typedefdef-gpucopyexternalimagesource",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpucopyexternalimagesourceinfo%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpucopyexternalimagesource",
+ "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-gpuimagecopyexternalimage-origin",
+ "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-dom-gpuimagecopyexternalimage-flipy",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopyexternalimage%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#dom-gpuimagecopyexternalimage-source",
- "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuimagecopyexternalimagesource%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-image-copy%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-copyexternalimagetotexture%E2%91%A3",
+ "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",
+ "https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpucopyexternalimagesource%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-texel-copy%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-copyexternalimagetotexture%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-external-source-dimensions%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#dom-gpuimagecopyexternalimage-origin",
+ "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-gpuimagecopyexternalimage-flipy",
+ "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-dom-gpuimagecopyexternalimage-origin%E2%91%A0",
+ "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",
"https://www.w3.org/TR/webgpu/#ref-for-dom-imagebitmap-width",
@@ -5944,62 +5989,62 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-imagebitmap-width%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-imagebitmap-height%E2%91%A0",
"https://www.w3.org/TR/webgpu/#image-copies-subroutines",
- "https://www.w3.org/TR/webgpu/#imagecopytexture-physical-subresource-size",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexture%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#gputexelcopytextureinfo-physical-subresource-size",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopytextureinfo%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-imagecopytexture-physical-subresource-size%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopytextureinfo-physical-subresource-size%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-width%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-height%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-depthorarraylayers%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-physical-miplevel-specific-texture-extent",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-subresource%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-mipmap-level%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-miplevel%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-miplevel%E2%91%A2",
"https://www.w3.org/TR/webgpu/#abstract-opdef-validating-linear-texture-data",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagedatalayout%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopybufferlayout%E2%91%A6",
"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-gpuimagedatalayout-bytesperrow%E2%91%A4",
+ "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",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagedatalayout-bytesperrow%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagedatalayout-rowsperimage%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagedatalayout-bytesperrow%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagedatalayout-rowsperimage%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagedatalayout-bytesperrow%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagedatalayout-rowsperimage%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferlayout-bytesperrow%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferlayout-rowsperimage%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferlayout-bytesperrow%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferlayout-rowsperimage%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferlayout-bytesperrow%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferlayout-rowsperimage%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-depthorarraylayers%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-depthorarraylayers%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagedatalayout-offset%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferlayout-offset%E2%91%A2",
"https://www.w3.org/TR/webgpu/#abstract-opdef-validating-texture-copy-range",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexture%E2%91%A7",
+ "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-gpuimagecopytexture-texture%E2%91%A0%E2%91%A1",
+ "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",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block-height%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-format%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-imagecopytexture-physical-subresource-size%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-origin%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopytextureinfo-physical-subresource-size%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-origin%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-x%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-width%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-width%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-origin%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-origin%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-y%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-height%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-height%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-origin%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-origin%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-z",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-depthorarraylayers%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-depthorarraylayers%E2%91%A0%E2%91%A7",
@@ -6009,18 +6054,18 @@
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputextureformat%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webgpu/#copy-compatible",
"https://www.w3.org/TR/webgpu/#abstract-opdef-set-of-subresources-for-texture-copy",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-mipmap-level%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-miplevel%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-miplevel%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-aspect%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gputextureaspect-set-of-aspects%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-aspect%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-aspect%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-dimension%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedimension-2d%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-array-layer%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-origin%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-origin%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-z%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-origin%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-origin%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-z%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-depthorarraylayers%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#command-buffers",
@@ -6030,7 +6075,7 @@
"https://www.w3.org/TR/webgpu/#gpu-command",
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandbuffer%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderbundle%E2%91%A2",
"https://www.w3.org/TR/webgpu/#gpucommandbuffer",
"https://www.w3.org/TR/webgpu/#command-buffer",
@@ -6041,7 +6086,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",
@@ -6060,7 +6105,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",
@@ -6078,22 +6123,22 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderpassencoder%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpucomputepassencoder%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-encoder-state-open%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#encoder-state-ended",
"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",
- "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-encoder-state-ended",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A1",
"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",
@@ -6113,11 +6158,11 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-begincomputepass-descriptor-descriptor",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copybuffertobuffer%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-source",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-sourceoffset",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-destination",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-destinationoffset",
@@ -6125,31 +6170,31 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-size",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copybuffertotexture%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopybuffer%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopybufferinfo%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copybuffertotexture-source-destination-copysize-source",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexture%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopytextureinfo%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copybuffertotexture-source-destination-copysize-destination",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copybuffertotexture-source-destination-copysize-copysize",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copytexturetobuffer%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexture%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopytextureinfo%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copytexturetobuffer-source-destination-copysize-source",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopybuffer%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopybufferinfo%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copytexturetobuffer-source-destination-copysize-destination",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copytexturetobuffer-source-destination-copysize-copysize",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copytexturetotexture%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexture%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopytextureinfo%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copytexturetotexture-source-destination-copysize-source",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexture%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopytextureinfo%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copytexturetotexture-source-destination-copysize-destination",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copytexturetotexture-source-destination-copysize-copysize",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-clearbuffer%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-clearbuffer-buffer-offset-size-buffer",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-clearbuffer-buffer-offset-size-offset",
@@ -6163,7 +6208,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-firstquery",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-querycount",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-destination",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-destinationoffset",
@@ -6182,7 +6227,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%A3",
"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",
@@ -6192,10 +6237,10 @@
"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%93%AA",
+ "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",
"https://www.w3.org/TR/webgpu/#example-ee4e6506",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A0%E2%91%A5",
@@ -6217,10 +6262,10 @@
"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%A0",
+ "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",
"https://www.w3.org/TR/webgpu/#ref-for-encoder-state-locked%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-list%E2%91%A0%E2%91%A0",
@@ -6232,9 +6277,9 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-depthslice%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-resolvetarget",
"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%A1",
+ "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",
@@ -6311,7 +6356,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",
@@ -6328,7 +6373,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",
@@ -6354,17 +6399,17 @@
"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%A2",
+ "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",
"https://www.w3.org/TR/webgpu/#ref-for-encoder-state-locked%E2%91%A1",
- "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-abstract-opdef-invalidate%E2%91%A1%E2%91%A4",
"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",
@@ -6387,29 +6432,29 @@
"https://www.w3.org/TR/webgpu/#commands-buffer-copies",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copybuffertobuffer",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copybuffertobuffer%E2%91%A4",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-source",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-sourceoffset",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-destination",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A2",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-destinationoffset",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-size",
"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%A4",
+ "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",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-usage%E2%91%A3",
@@ -6418,30 +6463,30 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-copy_dst%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-enqueue-a-command%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-clearbuffer",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-clearbuffer%E2%91%A1",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-clearbuffer-buffer-offset-size-buffer",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-clearbuffer-buffer-offset-size-offset",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-clearbuffer-buffer-offset-size-size",
"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%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-usage%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-copy_dst%E2%91%A4",
@@ -6449,17 +6494,18 @@
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-enqueue-a-command%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#commands-texel-copies",
"https://www.w3.org/TR/webgpu/#commands-image-copies",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copybuffertotexture",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-texture-subresources%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copybuffertotexture%E2%91%A3",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copybuffertotexture-source-destination-copysize-source",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopybuffer%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopybufferinfo%E2%91%A4",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copybuffertotexture-source-destination-copysize-destination",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexture%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopytextureinfo%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-texture-subresources%E2%91%A6",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copybuffertotexture-source-destination-copysize-copysize",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A0%E2%91%A0",
@@ -6467,18 +6513,18 @@
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-gpuorigin3d-shape",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-origin%E2%91%A7",
+ "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-gpuimagecopybuffer-buffer%E2%91%A2",
+ "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",
- "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpuimagecopybuffer",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopybuffer-buffer%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gputexelcopybufferinfo",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferinfo-buffer%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-usage%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-copy_src%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-texture-buffer-copy",
@@ -6487,53 +6533,53 @@
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block-width%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block-height%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-origin%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-origin%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-x%E2%91%A1",
"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",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-texel-block-byte-offset",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-equivalent-texel-representation",
+ "https://www.w3.org/TR/webgpu/#ref-for-equivalent-texel-representation%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopybuffer-buffer%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferinfo-buffer%E2%91%A4",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copytexturetobuffer",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-texture-subresources%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copytexturetobuffer%E2%91%A3",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copytexturetobuffer-source-destination-copysize-source",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexture%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopytextureinfo%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-texture-subresources%E2%91%A8",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copytexturetobuffer-source-destination-copysize-destination",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopybuffer%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopybufferinfo%E2%91%A5",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copytexturetobuffer-source-destination-copysize-copysize",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A6%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-gpuorigin3d-shape%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-origin%E2%91%A0%E2%93%AA",
+ "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-gpuimagecopybuffer-buffer%E2%91%A5",
+ "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",
- "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpuimagecopybuffer%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopybuffer-buffer%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gputexelcopybufferinfo%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferinfo-buffer%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-usage%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-copy_dst%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-texture-buffer-copy%E2%91%A0",
@@ -6542,22 +6588,22 @@
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block-width%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block-height%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-origin%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-origin%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-x%E2%91%A2",
"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",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-texel-block-byte-offset%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopybuffer-buffer%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-equivalent-texel-representation%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferinfo-buffer%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-equivalent-texel-representation%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copytexturetotexture",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A1%E2%91%A6",
@@ -6566,10 +6612,10 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copytexturetotexture%E2%91%A3",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copytexturetotexture-source-destination-copysize-source",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexture%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopytextureinfo%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-texture-subresources%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copytexturetotexture-source-destination-copysize-destination",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexture%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopytextureinfo%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-texture-subresources%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-copytexturetotexture-source-destination-copysize-copysize",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A0%E2%91%A2",
@@ -6577,23 +6623,23 @@
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-gpuorigin3d-shape%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-origin%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-origin%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-gpuorigin3d-shape%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-origin%E2%91%A0%E2%91%A2",
+ "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%A1%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpuimagecopytexture%E2%91%A0",
+ "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",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gputexelcopytextureinfo%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-usage%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-copy_src%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpuimagecopytexture%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gputexelcopytextureinfo%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-usage%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-copy_dst%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-samplecount%E2%91%A4",
@@ -6602,8 +6648,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-format%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-copy-compatible",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-format%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-aspect%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-aspect%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-aspect%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-aspect%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-format%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-format%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-set-of-subresources-for-texture-copy",
@@ -6612,30 +6658,30 @@
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block-width%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block-height%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-origin%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-origin%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-x%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-y%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-origin%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-origin%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-x%E2%91%A4",
"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",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-texture-copy-sub-region%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-z%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webgpu/#ref-for-equivalent-texel-representation%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-equivalent-texel-representation%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webgpu/#command-encoder-queries",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-resolvequeryset",
"https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-resolvequeryset%E2%91%A1",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-queryset",
@@ -6645,16 +6691,16 @@
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-querycount",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize32%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-destination",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-destinationoffset",
"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%93%AA",
+ "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",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-usage%E2%91%A8",
@@ -6677,9 +6723,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",
@@ -6688,7 +6734,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-encoder-state-ended%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A3",
- "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-invalidate%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandbuffer%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandbuffer-command_list-slot",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-commands-slot%E2%91%A2",
@@ -6719,7 +6765,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",
@@ -6751,14 +6797,14 @@
"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-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%A1",
- "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-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%A1",
"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-maxbindgroups%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-list-size%E2%91%A6",
@@ -6766,7 +6812,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindingcommandsmixin-bind_groups-slot%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-map-remove%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindingcommandsmixin-dynamic_offsets-slot",
- "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-abstract-opdef-invalidate%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-iterate-over-each-dynamic-binding-offset",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbinding-offset%E2%91%A0%E2%91%A0",
@@ -6812,7 +6858,7 @@
"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/#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/#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",
@@ -6827,11 +6873,12 @@
"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%A2",
"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",
@@ -6845,7 +6892,7 @@
"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-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",
@@ -6860,7 +6907,7 @@
"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",
@@ -6871,7 +6918,7 @@
"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-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%A3",
"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",
@@ -6918,7 +6965,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",
@@ -6930,9 +6977,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",
@@ -6941,11 +6988,11 @@
"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%A3",
+ "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",
"https://www.w3.org/TR/webgpu/#ref-for-list-is-empty%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-stack-pop",
@@ -6957,9 +7004,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",
@@ -6982,7 +7029,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-dispatchworkgroups-workgroupcountx-workgroupcounty-workgroupcountz-workgroupcountz",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-dispatchworkgroupsindirect%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-dispatchworkgroupsindirect-indirectbuffer-indirectoffset-indirectbuffer",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-dispatchworkgroupsindirect-indirectbuffer-indirectoffset-indirectoffset",
@@ -6997,7 +7044,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",
@@ -7041,11 +7088,11 @@
"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%A4",
+ "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",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-pipeline-slot",
"https://www.w3.org/TR/webgpu/#dom-gpucomputepassencoder-dispatchworkgroups",
@@ -7063,16 +7110,16 @@
"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",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-usage-scope-merge%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgroup-usedresources-slot%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-usage-scope-slot%E2%91%A3",
- "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-invalidate%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-usage-scope-validation",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-encoder-bind-groups%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-pipeline-slot%E2%91%A0",
@@ -7084,21 +7131,21 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindingcommandsmixin-bind_groups-slot%E2%91%A6",
"https://www.w3.org/TR/webgpu/#dom-gpucomputepassencoder-dispatchworkgroupsindirect",
"https://www.w3.org/TR/webgpu/#ref-for-gpucomputepipeline%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A2",
"https://www.w3.org/TR/webgpu/#indirect-dispatch-parameters",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-dispatchworkgroups%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-gpucomputepassencoder%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-dispatchworkgroupsindirect%E2%91%A4",
"https://www.w3.org/TR/webgpu/#dom-gpucomputepassencoder-dispatchworkgroupsindirect-indirectbuffer-indirectoffset-indirectbuffer",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-indirect-dispatch-parameters",
"https://www.w3.org/TR/webgpu/#dom-gpucomputepassencoder-dispatchworkgroupsindirect-indirectbuffer-indirectoffset-indirectoffset",
"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",
@@ -7107,7 +7154,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-usage-scope-slot%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-usage-scope-add%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-internal-usage-input%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-usage-scope-validation%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-encoder-bind-groups%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-pipeline-slot%E2%91%A2",
@@ -7129,9 +7176,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",
@@ -7142,7 +7189,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-encoder-state-ended%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-encoder-state-open%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudebugcommandsmixin-debug_group_stack-slot%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-list-is-empty%E2%91%A1",
@@ -7216,7 +7263,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",
@@ -7302,7 +7349,7 @@
"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%A4",
"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",
@@ -7349,10 +7396,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%A5",
"https://www.w3.org/TR/webgpu/#ref-for-idl-sequence%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-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",
@@ -7452,7 +7499,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",
@@ -7469,7 +7516,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",
@@ -7606,7 +7653,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",
@@ -7629,7 +7676,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",
@@ -7652,9 +7699,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",
@@ -7665,7 +7712,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-encoder-state-ended%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-encoder-state-open%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-usage-scope-slot%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-usage-scope-validation%E2%91%A1",
@@ -7701,7 +7748,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",
@@ -7715,7 +7762,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",
@@ -7744,7 +7791,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-setpipeline-pipeline-pipeline",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-setindexbuffer%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-setindexbuffer-buffer-indexformat-offset-size-buffer",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpuindexformat%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-setindexbuffer-buffer-indexformat-offset-size-indexformat",
@@ -7756,7 +7803,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-setvertexbuffer%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuindex32%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-setvertexbuffer-slot-buffer-offset-size-slot",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-setvertexbuffer-slot-buffer-offset-size-buffer",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-setvertexbuffer-slot-buffer-offset-size-offset",
@@ -7786,13 +7833,13 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-firstinstance",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindirect%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindirect-indirectbuffer-indirectoffset-indirectbuffer",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindirect-indirectbuffer-indirectoffset-indirectoffset",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindexedindirect%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindexedindirect-indirectbuffer-indirectoffset-indirectbuffer",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindexedindirect-indirectbuffer-indirectoffset-indirectoffset",
@@ -7801,7 +7848,7 @@
"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",
@@ -7815,7 +7862,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-index_buffer-slot",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A8",
"https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-index_format-slot",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpuindexformat%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-index_buffer-slot",
@@ -7827,19 +7874,19 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-index_buffer-slot%E2%91%A1",
"https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-vertex_buffers-slot",
"https://www.w3.org/TR/webgpu/#ref-for-ordered-map%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-vertex_buffer_sizes-slot",
"https://www.w3.org/TR/webgpu/#ref-for-ordered-map%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A1",
"https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawcount-slot",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webgpu/#abstract-opdef-enqueue-a-render-command",
"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",
@@ -7853,13 +7900,13 @@
"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",
- "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-layout-slot%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-render-pass-layout-equals",
@@ -7872,7 +7919,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpurendercommandsmixin%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-setindexbuffer%E2%91%A5",
"https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-setindexbuffer-buffer-indexformat-offset-size-buffer",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A2",
"https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-setindexbuffer-buffer-indexformat-offset-size-indexformat",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpuindexformat%E2%91%A3",
"https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-setindexbuffer-buffer-indexformat-offset-size-offset",
@@ -7881,12 +7928,12 @@
"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%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-usage%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-index%E2%91%A2",
@@ -7904,27 +7951,27 @@
"https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-setvertexbuffer-slot-buffer-offset-size-slot",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuindex32%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-setvertexbuffer-slot-buffer-offset-size-buffer",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A3",
"https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-setvertexbuffer-slot-buffer-offset-size-offset",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-setvertexbuffer-slot-buffer-offset-size-size",
"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%A1",
- "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-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%A3",
"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-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",
"https://www.w3.org/TR/webgpu/#ref-for-map-remove%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-vertex_buffer_sizes-slot",
- "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-abstract-opdef-invalidate%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-usage%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-vertex%E2%91%A2",
@@ -7946,11 +7993,11 @@
"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%A3",
+ "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",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-pipeline-slot%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipeline-descriptor-slot%E2%91%A1",
@@ -7958,14 +8005,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",
@@ -7988,11 +8035,11 @@
"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%A4",
+ "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",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-index_buffer_size-slot%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-index_format-slot%E2%91%A0",
@@ -8002,7 +8049,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",
@@ -8019,7 +8066,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexstepmode-vertex%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-invalid-memory-reference",
"https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawindirect",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A4",
"https://www.w3.org/TR/webgpu/#indirect-draw-parameters",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-draw%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-indirect-first-instance%E2%91%A0",
@@ -8030,17 +8077,17 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpurendercommandsmixin%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindirect%E2%91%A2",
"https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawindirect-indirectbuffer-indirectoffset-indirectbuffer",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-indirect-draw-parameters",
"https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawindirect-indirectbuffer-indirectoffset-indirectoffset",
"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%A5",
+ "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",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-usage%E2%91%A0%E2%91%A2",
@@ -8055,7 +8102,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawindexedindirect",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A6",
"https://www.w3.org/TR/webgpu/#indirect-drawindexed-parameters",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindexed%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-indirect-first-instance%E2%91%A2",
@@ -8066,17 +8113,17 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpurendercommandsmixin%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindexedindirect%E2%91%A2",
"https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawindexedindirect-indirectbuffer-indirectoffset-indirectbuffer",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-indirect-drawindexed-parameters",
"https://www.w3.org/TR/webgpu/#dom-gpurendercommandsmixin-drawindexedindirect-indirectbuffer-indirectoffset-indirectoffset",
"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%A6",
+ "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",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-usage%E2%91%A0%E2%91%A3",
@@ -8092,7 +8139,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",
@@ -8108,12 +8155,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-gpuobjectbase-device-slot%E2%91%A5%E2%91%A8",
"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-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",
@@ -8148,11 +8195,11 @@
"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%A7",
+ "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",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-attachment_size-slot%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-enqueue-a-render-command%E2%91%A4",
@@ -8173,11 +8220,11 @@
"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%A3%E2%91%A8",
+ "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",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-attachment_size-slot%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-enqueue-a-render-command%E2%91%A5",
@@ -8196,9 +8243,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",
@@ -8214,9 +8261,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",
@@ -8230,11 +8277,11 @@
"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%93%AA",
+ "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",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-occlusion_query_set-slot%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueryset-count",
@@ -8248,11 +8295,11 @@
"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%A0",
+ "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",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-occlusion_query_active-slot%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-enqueue-a-render-command%E2%91%A0%E2%93%AA",
@@ -8274,11 +8321,11 @@
"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%A1",
+ "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",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-layout-slot%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderbundle-layout-slot",
@@ -8298,7 +8345,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",
@@ -8358,7 +8405,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%A6",
"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",
@@ -8368,20 +8415,20 @@
"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%A2",
+ "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",
@@ -8432,9 +8479,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",
@@ -8445,7 +8492,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-state-slot%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-encoder-state-ended%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-a-validation-error%E2%91%A1%E2%91%A7",
- "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-invalidate%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpurenderbundle%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderbundle-command_list-slot%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandsmixin-commands-slot%E2%91%A0%E2%91%A0",
@@ -8476,11 +8523,11 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-onsubmittedworkdone%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-writebuffer%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-writebuffer-buffer-bufferoffset-data-dataoffset-size-buffer",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-writebuffer-buffer-bufferoffset-data-dataoffset-size-bufferoffset",
- "https://www.w3.org/TR/webgpu/#ref-for-AllowSharedBufferSource",
+ "https://www.w3.org/TR/webgpu/#ref-for-AllowSharedBufferSource%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-writebuffer-buffer-bufferoffset-data-dataoffset-size-data",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-writebuffer-buffer-bufferoffset-data-dataoffset-size-dataoffset",
@@ -8488,19 +8535,19 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-writebuffer-buffer-bufferoffset-data-dataoffset-size-size",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-writetexture%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexture%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopytextureinfo%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-writetexture-destination-data-datalayout-size-destination",
- "https://www.w3.org/TR/webgpu/#ref-for-AllowSharedBufferSource%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-AllowSharedBufferSource%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-writetexture-destination-data-datalayout-size-data",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagedatalayout%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopybufferlayout%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-writetexture-destination-data-datalayout-size-datalayout",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-writetexture-destination-data-datalayout-size-size",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-copyexternalimagetotexture%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopyexternalimage%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-copyexternalimagetotexture%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpucopyexternalimagesourceinfo%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-copyexternalimagetotexture-source-destination-copysize-source",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexturetagged%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpucopyexternalimagedestinfo%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-copyexternalimagetotexture-source-destination-copysize-destination",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-copyexternalimagetotexture-source-destination-copysize-copysize",
@@ -8508,15 +8555,15 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpuobjectbase%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-gpuqueue%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#dom-gpuqueue-writebuffer",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A0%E2%93%AA%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-gpuqueue%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-writebuffer%E2%91%A2",
"https://www.w3.org/TR/webgpu/#dom-gpuqueue-writebuffer-buffer-bufferoffset-data-dataoffset-size-buffer",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A0%E2%93%AA%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpuqueue-writebuffer-buffer-bufferoffset-data-dataoffset-size-bufferoffset",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A5%E2%91%A6",
"https://www.w3.org/TR/webgpu/#dom-gpuqueue-writebuffer-buffer-bufferoffset-data-dataoffset-size-data",
- "https://www.w3.org/TR/webgpu/#ref-for-AllowSharedBufferSource%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-AllowSharedBufferSource%E2%91%A2",
"https://www.w3.org/TR/webgpu/#dom-gpuqueue-writebuffer-buffer-bufferoffset-data-dataoffset-size-dataoffset",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpusize64%E2%91%A5%E2%91%A7",
"https://www.w3.org/TR/webgpu/#dom-gpuqueue-writebuffer-buffer-bufferoffset-data-dataoffset-size-size",
@@ -8527,8 +8574,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",
@@ -8543,66 +8590,66 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpuqueue%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-writetexture%E2%91%A2",
"https://www.w3.org/TR/webgpu/#dom-gpuqueue-writetexture-destination-data-datalayout-size-destination",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexture%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopytextureinfo%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-texture-subresources%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#dom-gpuqueue-writetexture-destination-data-datalayout-size-data",
- "https://www.w3.org/TR/webgpu/#ref-for-AllowSharedBufferSource%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-AllowSharedBufferSource%E2%91%A3",
"https://www.w3.org/TR/webgpu/#dom-gpuqueue-writetexture-destination-data-datalayout-size-datalayout",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagedatalayout%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-gputexelcopybufferlayout%E2%91%A8",
"https://www.w3.org/TR/webgpu/#dom-gpuqueue-writetexture-destination-data-datalayout-size-size",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%93%AA%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-gpuorigin3d-shape%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-origin%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-origin%E2%91%A0%E2%91%A5",
"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-gpuimagecopytexture-texture%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-destroyed-slot%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-texture-buffer-copy%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-copy_dst%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-copybuffertotexture%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagedatalayout-bytesperrow%E2%91%A8",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagedatalayout-offset%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferlayout-bytesperrow%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopybufferlayout-offset%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block-width%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block-height%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-origin%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-origin%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-x%E2%91%A5",
"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",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-texel-block-byte-offset%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-equivalent-texel-representation%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-equivalent-texel-representation%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webgpu/#dom-gpuqueue-copyexternalimagetotexture",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexturetagged%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpucopyexternalimagedestinfo%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-THE_DRAWING_BUFFER",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-copyexternalimagetotexture%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-copyexternalimagetotexture%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-concept-task",
"https://www.w3.org/TR/webgpu/#ref-for-WEBGLCONTEXTATTRIBUTES%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpuqueue%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-copyexternalimagetotexture%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-copyexternalimagetotexture%E2%91%A7",
"https://www.w3.org/TR/webgpu/#dom-gpuqueue-copyexternalimagetotexture-source-destination-copysize-source",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopyexternalimage%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpucopyexternalimagesourceinfo%E2%91%A4",
"https://www.w3.org/TR/webgpu/#dom-gpuqueue-copyexternalimagetotexture-source-destination-copysize-destination",
- "https://www.w3.org/TR/webgpu/#ref-for-gpuimagecopytexturetagged%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpucopyexternalimagedestinfo%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-texture-subresources%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webgpu/#dom-gpuqueue-copyexternalimagetotexture-source-destination-copysize-copysize",
"https://www.w3.org/TR/webgpu/#ref-for-typedefdef-gpuextent3d%E2%91%A0%E2%91%A6",
@@ -8610,13 +8657,13 @@
"https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A0%E2%93%AA%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-gpuorigin2d-shape",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopyexternalimage-origin%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucopyexternalimagesourceinfo-origin%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-gpuorigin3d-shape%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-origin%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-origin%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-sec-returnifabrupt-shorthands%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validate-gpuextent3d-shape%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopyexternalimage-source%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucopyexternalimagesourceinfo-source%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-the-image-argument-is-not-origin-clean%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-securityerror%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-operationerror%E2%91%A4",
@@ -8627,13 +8674,13 @@
"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-dom-gpuimagecopytexture-texture%E2%91%A1%E2%91%A8",
+ "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",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpuimagecopytexture%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gputexelcopytextureinfo%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-usage%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-render_attachment%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-copy_dst%E2%91%A5",
@@ -8658,29 +8705,29 @@
"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-gpuimagecopytexture-texture%E2%91%A2%E2%93%AA",
+ "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",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-texture%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-texture%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-depthorarraylayers%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopyexternalimage-origin%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexture-origin%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucopyexternalimagesourceinfo-origin%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexelcopytextureinfo-origin%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-texture-copy-sub-region%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-z%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-height%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopyexternalimage-flipy%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucopyexternalimagesourceinfo-flipy%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-height%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-gpuextent3d-width%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-x%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin3d-y%E2%91%A6",
- "https://www.w3.org/TR/webgpu/#ref-for-equivalent-texel-representation%E2%91%A3",
+ "https://www.w3.org/TR/webgpu/#ref-for-equivalent-texel-representation%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin2d-x%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpuorigin2d-y%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopyexternalimage-source%E2%91%A2",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexturetagged-colorspace%E2%91%A1",
- "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuimagecopytexturetagged-premultipliedalpha%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucopyexternalimagesourceinfo-source%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucopyexternalimagedestinfo-colorspace%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucopyexternalimagedestinfo-premultipliedalpha%E2%91%A1",
"https://www.w3.org/TR/webgpu/#dom-gpuqueue-submit",
"https://www.w3.org/TR/webgpu/#ref-for-gpuqueue%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuqueue-submit%E2%91%A3",
@@ -8689,15 +8736,15 @@
"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%A4",
+ "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",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandbuffer%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandbuffer%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A0%E2%93%AA%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A0%E2%93%AA%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-internal-state-slot%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-gpubuffer-internal-state-available%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gputexture%E2%91%A3%E2%93%AA",
@@ -8709,7 +8756,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-occlusionqueryset%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-beginrenderpass%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-beginocclusionquery%E2%91%A2",
- "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-abstract-opdef-invalidate%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A5%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandbuffer-command_list-slot%E2%91%A0",
@@ -8717,17 +8764,17 @@
"https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapasync%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A0%E2%93%AA%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A0%E2%93%AA%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-gpuqueue%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-idl-promise%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A6%E2%91%A8",
"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",
@@ -8754,7 +8801,7 @@
"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/#queryset-creation",
@@ -8774,7 +8821,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%A7",
"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",
@@ -8793,12 +8840,14 @@
"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%A6",
+ "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",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuquerysetdescriptor-count%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-generate-an-out-of-memory-error%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webgpu/#example-efcca31b",
"https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webgpu/#queryset-destruction",
@@ -8810,8 +8859,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",
@@ -8822,7 +8871,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-occlusionqueryset%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-beginocclusionquery%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-endocclusionquery%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A0%E2%93%AA%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A0%E2%93%AA%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-64-bit-integer",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-resolvequeryset%E2%91%A2",
@@ -8833,7 +8882,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpassdescriptor%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-timestampwrites%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-64-bit-integer%E2%91%A0",
- "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A0%E2%93%AA%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A0%E2%93%AA%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-resolvequeryset%E2%91%A3",
"https://www.w3.org/TR/webgpu/#ref-for-implementation-defined%E2%91%A7",
@@ -8842,13 +8891,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%A5%E2%91%A8",
"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",
@@ -8944,11 +8993,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",
@@ -8958,8 +9007,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configuration-slot%E2%91%A1",
"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",
@@ -8990,7 +9039,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",
@@ -9001,7 +9050,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-texturedescriptor-slot%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-gputexture%E2%91%A3%E2%91%A5",
"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%A4%E2%91%A7",
+ "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-abstract-opdef-queue-an-automatic-expiry-task%E2%91%A0",
@@ -9121,7 +9170,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%93%AA",
"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",
@@ -9138,8 +9187,8 @@
"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/#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%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A6%E2%91%A1",
"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",
@@ -9165,7 +9214,7 @@
"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%A2",
"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",
@@ -9220,11 +9269,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%A3",
"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",
@@ -9237,13 +9285,13 @@
"https://www.w3.org/TR/webgpu/#gpudevicelostinfo",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpudevicelostreason",
"https://www.w3.org/TR/webgpu/#dom-gpudevicelostinfo-reason",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A0%E2%91%A6",
+ "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%A4",
"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%A5",
"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",
@@ -9254,7 +9302,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-Exposed%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webgpu/#ref-for-SecureContext%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-gpuerror%E2%91%A3",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuerror-message%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-gpuerror%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevice-poperrorscope%E2%91%A1",
@@ -9264,7 +9312,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-gpuerror%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-immutable-property%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webgpu/#dom-gpuerror-message",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-dfn-localizable-text%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuerrorfilter-out-of-memory",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpuerror-message%E2%91%A2",
@@ -9274,15 +9322,15 @@
"https://www.w3.org/TR/webgpu/#gpuvalidationerror",
"https://www.w3.org/TR/webgpu/#ref-for-gpuerror%E2%91%A7",
"https://www.w3.org/TR/webgpu/#dom-gpuvalidationerror-gpuvalidationerror",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webgpu/#dom-gpuvalidationerror-gpuvalidationerror-message-message",
"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/#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%A6",
+ "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",
@@ -9290,13 +9338,13 @@
"https://www.w3.org/TR/webgpu/#gpuoutofmemoryerror",
"https://www.w3.org/TR/webgpu/#ref-for-gpuerror%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#dom-gpuoutofmemoryerror-gpuoutofmemoryerror",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webgpu/#dom-gpuoutofmemoryerror-gpuoutofmemoryerror-message-message",
"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%A7",
+ "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",
@@ -9304,14 +9352,14 @@
"https://www.w3.org/TR/webgpu/#gpuinternalerror",
"https://www.w3.org/TR/webgpu/#ref-for-gpuerror%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webgpu/#dom-gpuinternalerror-gpuinternalerror",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webgpu/#dom-gpuinternalerror-gpuinternalerror-message-message",
"https://www.w3.org/TR/webgpu/#ref-for-gpuinternalerror",
"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%A6%E2%91%A8",
+ "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",
@@ -9319,7 +9367,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",
@@ -9333,7 +9381,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%93%AA",
"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",
@@ -9349,19 +9397,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%A0",
+ "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%A1",
"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%A2",
+ "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",
@@ -9372,11 +9420,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%A3",
+ "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",
@@ -9390,18 +9436,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%A4",
"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%A5",
"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",
@@ -9410,16 +9456,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%A6",
"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",
@@ -9441,13 +9485,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%A7",
"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%A7%E2%91%A8",
"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",
@@ -9457,11 +9501,11 @@
"https://www.w3.org/TR/webgpu/#gpuuncapturederrorevent",
"https://www.w3.org/TR/webgpu/#ref-for-event",
"https://www.w3.org/TR/webgpu/#dom-gpuuncapturederrorevent-gpuuncapturederrorevent",
- "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A1%E2%91%A3",
"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",
@@ -9473,18 +9517,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-Exposed%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A8%E2%93%AA",
"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%A0",
"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%A1",
"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",
@@ -9497,7 +9540,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",
@@ -9570,7 +9613,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",
@@ -9966,19 +10009,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",
@@ -10061,7 +10104,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",
@@ -10379,8 +10422,8 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gpusamplerbindingtype-comparison%E2%91%A4",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block-memory-cost%E2%91%A0",
"https://www.w3.org/TR/webgpu/#ref-for-enumdef-gputexturesampletype%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-image-copy%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-image-copy%E2%91%A5",
+ "https://www.w3.org/TR/webgpu/#ref-for-texel-copy%E2%91%A8",
+ "https://www.w3.org/TR/webgpu/#ref-for-texel-copy%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webgpu/#ref-for-texel-block-copy-footprint%E2%91%A4",
"https://www.w3.org/TR/webgpu/#aspect-specific-format",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-stencil8%E2%91%A0",
@@ -10416,7 +10459,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%A4",
"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",
@@ -10427,7 +10470,7 @@
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-depth24plus-stencil8%E2%91%A1",
"https://www.w3.org/TR/webgpu/#ref-for-24-bit-depth%E2%91%A2",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureformat-depth32float%E2%91%A4",
- "https://www.w3.org/TR/webgpu/#ref-for-image-copy%E2%91%A6",
+ "https://www.w3.org/TR/webgpu/#ref-for-texel-copy%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webgpu/#packed-formats",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-copy_src%E2%91%A6",
"https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-copy_dst%E2%91%A8",
@@ -10597,6 +10640,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",
@@ -10688,11 +10732,13 @@
"https://www.w3.org/TR/webgpu/#7f53301f",
"https://www.w3.org/TR/webgpu/#0ca74aa6",
"https://www.w3.org/TR/webgpu/#bca8c03f",
+ "https://www.w3.org/TR/webgpu/#32a2cb2e",
"https://www.w3.org/TR/webgpu/#3abb7823",
"https://www.w3.org/TR/webgpu/#c63e84bd",
"https://www.w3.org/TR/webgpu/#968f1caa",
"https://www.w3.org/TR/webgpu/#93d69b7e",
"https://www.w3.org/TR/webgpu/#6ff766a1",
+ "https://www.w3.org/TR/webgpu/#ad7a0fc9",
"https://www.w3.org/TR/webgpu/#928a31ce",
"https://www.w3.org/TR/webgpu/#0bad2c4b",
"https://www.w3.org/TR/webgpu/#74e416f6",
@@ -10719,6 +10765,7 @@
"https://www.w3.org/TR/webgpu/#54e4f3f4",
"https://www.w3.org/TR/webgpu/#78c0dd8f",
"https://www.w3.org/TR/webgpu/#18ecb0d2",
+ "https://www.w3.org/TR/webgpu/#a97ca47a",
"https://www.w3.org/TR/webgpu/#46f17c03",
"https://www.w3.org/TR/webgpu/#dd40f29b",
"https://www.w3.org/TR/webgpu/#76fc9421",
diff --git a/tr/index.json b/tr/index.json
index ab712f2ee9ea..deb0cf2224e1 100644
--- a/tr/index.json
+++ b/tr/index.json
@@ -1,7 +1,7 @@
{
"type": "crawl",
"title": "Reffy crawl",
- "date": "2024-11-05T01:34:33.062Z",
+ "date": "2024-11-06T01:35:02.786Z",
"options": {
"fallback": "tr/index.json",
"output": "report",
@@ -712,7 +712,7 @@
"https://aomediacodec.github.io/av1-spec/"
],
"crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
- "date": "5 November 2024",
+ "date": "6 November 2024",
"links": "links/av1-spec.json"
},
{
@@ -3551,11 +3551,11 @@
],
"crawled": "https://www.w3.org/TR/css-conditional-5/",
"crawlCacheInfo": {
- "lastModified": "Wed, 17 Jul 2024 16:51:31 GMT"
+ "lastModified": "Thu, 31 Oct 2024 16:46:33 GMT"
},
"generator": "bikeshed",
- "date": "23 July 2024",
- "revision": "53a6c69c281e7c2326398cc5d309a9f62bc0e4fb",
+ "date": "5 November 2024",
+ "revision": "90582958e4fe03a4c0453ef723b9c25bb2bfe595",
"algorithms": "algorithms/css-conditional-5.json",
"links": "links/css-conditional-5.json",
"refs": "refs/css-conditional-5.json",
@@ -13318,10 +13318,11 @@
],
"crawled": "https://www.w3.org/TR/motion-1/",
"crawlCacheInfo": {
- "lastModified": "Fri, 14 Dec 2018 22:58:15 GMT"
+ "lastModified": "Thu, 31 Oct 2024 05:12:21 GMT"
},
"generator": "bikeshed",
- "date": "18 December 2018",
+ "date": "5 November 2024",
+ "revision": "83894597ae55f00c6ace1ea9e089c93aba51a820",
"algorithms": "algorithms/motion-1.json",
"links": "links/motion-1.json",
"refs": "refs/motion-1.json",
@@ -19116,7 +19117,7 @@
"sourcePath": "index.bs",
"filename": "index.html"
},
- "title": "Web Audio API",
+ "title": "Web Audio API 1.1",
"source": "w3c",
"shortTitle": "Web Audio API",
"categories": [
@@ -19135,11 +19136,11 @@
],
"crawled": "https://www.w3.org/TR/webaudio/",
"crawlCacheInfo": {
- "lastModified": "Tue, 08 Jun 2021 17:24:13 GMT"
+ "lastModified": "Fri, 01 Nov 2024 21:11:46 GMT"
},
"generator": "bikeshed",
- "date": "17 June 2021",
- "revision": "085538bbdd207934bfca2cc159be877df65d6392",
+ "date": "5 November 2024",
+ "revision": "26962420c302c52605b3552531453b933801ef6a",
"algorithms": "algorithms/webaudio.json",
"links": "links/webaudio.json",
"refs": "refs/webaudio.json",
@@ -20299,11 +20300,11 @@
],
"crawled": "https://www.w3.org/TR/webgpu/",
"crawlCacheInfo": {
- "lastModified": "Fri, 18 Oct 2024 01:06:04 GMT"
+ "lastModified": "Tue, 05 Nov 2024 17:19:54 GMT"
},
"generator": "bikeshed",
- "date": "18 October 2024",
- "revision": "91f09120cc6f1168069ce7d2d824ab6e4526f9f0",
+ "date": "5 November 2024",
+ "revision": "8e44e1b7d733ed56b6bf4f3797bd43450f6fe6e5",
"algorithms": "algorithms/webgpu.json",
"links": "links/webgpu.json",
"refs": "refs/webgpu.json",
diff --git a/tr/links/css-conditional-5.json b/tr/links/css-conditional-5.json
index 6a187f10c837..bdd0dbcbda1a 100644
--- a/tr/links/css-conditional-5.json
+++ b/tr/links/css-conditional-5.json
@@ -5,22 +5,786 @@
},
"links": {
"rawlinks": {
+ "http://wpt.live/css/css-conditional/at-supports-font-format-001.html": {},
+ "http://wpt.live/css/css-conditional/at-supports-font-tech-001.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/animation-container-size.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/animation-container-type-dynamic.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/animation-nested-animation.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/animation-nested-transition.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/aspect-ratio-feature-evaluation.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/at-container-parsing.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/at-container-serialization.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/at-container-style-parsing.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/at-container-style-serialization.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/auto-scrollbars.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/backdrop-invalidation.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/calc-evaluation.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/canvas-as-container-001.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/canvas-as-container-002.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/canvas-as-container-003.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/canvas-as-container-004.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/canvas-as-container-005.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/canvas-as-container-006.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/change-display-in-container.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/chrome-legacy-skip-recalc.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/column-spanner-in-container.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/conditional-container-status.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-computed.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-for-cue.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-for-shadow-dom.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-inheritance.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-inner-at-rules.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-inside-multicol-with-table.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-longhand-animation-type.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-name-computed.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-name-invalidation.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-name-parsing.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-name-tree-scoped.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-nested.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-parsing.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-selection-unknown-features.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-selection.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-size-invalidation-after-load.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-size-invalidation.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-size-nested-invalidation.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-size-shadow-invalidation.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-type-computed.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-type-containment.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-type-invalidation.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-type-layout-invalidation.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-type-parsing.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-units-animation.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-units-basic.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-units-computational-independence.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-units-content-box.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-units-gradient-invalidation.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-units-gradient.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-units-in-at-container-dynamic.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-units-in-at-container-fallback.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-units-in-at-container.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-units-ineligible-container.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-units-invalidation.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-units-media-queries.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-units-rule-cache.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-units-selection.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-units-shadow.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-units-sharing-via-rule-node.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-units-small-viewport-fallback.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-units-svglength.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/container-units-typed-om.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/counters-flex-circular.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/counters-in-container-dynamic.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/counters-in-container.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/br-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/canvas-as-container-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/chrome-bug-1289718-000-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/chrome-bug-1289718-001-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/chrome-bug-1346969-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/chrome-bug-1362391-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/chrome-bug-1429955-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/chrome-bug-1505250-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/chrome-bug-346264227-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/chrome-bug-372358471-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/chrome-custom-highlight-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/chrome-layout-root-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/chrome-quotes-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/chrome-remove-insert-evaluator-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/columns-in-table-001-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/columns-in-table-002-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/container-in-canvas-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/container-type-change-chrome-legacy-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/dialog-backdrop-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/dirty-rowgroup-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/flex-in-columns-000-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/flex-in-columns-001-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/flex-in-columns-002-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/flex-in-columns-003-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/focus-inside-content-visibility-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/force-sibling-style-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/grid-in-columns-000-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/grid-in-columns-001-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/grid-in-columns-002-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/grid-in-columns-003-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/iframe-init-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/inline-multicol-inside-container-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/inline-with-columns-000-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/inline-with-columns-001-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/input-column-group-container-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/input-placeholder-inline-size-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/marker-gcs-after-disconnect-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/math-block-container-child-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/mathml-container-type-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/orthogonal-replaced-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/pseudo-container-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/remove-dom-child-change-style.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/reversed-ol-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/size-change-during-transition-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/svg-layout-root-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/svg-resource-in-container-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/svg-text-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/table-in-columns-000-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/table-in-columns-001-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/table-in-columns-002-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/table-in-columns-003-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/table-in-columns-004-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/table-in-columns-005-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/top-layer-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/crashtests/top-layer-nested-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/custom-property-style-queries.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/custom-property-style-query-change.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/deep-nested-inline-size-containers.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/dialog-backdrop-create.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/dialog-backdrop-remove.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/display-contents-dynamic-style-queries.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/display-contents.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/display-in-container.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/display-none.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/fieldset-legend-change.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/flex-basis-with-container-type.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/font-relative-calc-dynamic.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/font-relative-units-dynamic.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/font-relative-units.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/fragmented-container-001.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/get-animations.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/grid-container.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/grid-item-container.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/idlharness.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/iframe-in-container-invalidation.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/iframe-invalidation.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/ineligible-containment.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/inheritance-from-container.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/inline-size-and-min-width.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/inline-size-bfc-floats.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/inline-size-containment-vertical-rl.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/inline-size-containment.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/inner-first-line-non-matching.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/layout-dependent-focus.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/multicol-container-001.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/multicol-inside-container.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/nested-query-containers.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/nested-size-style-container-invalidation.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/never-match-container.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/no-layout-containment-abspos-dynamic.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/no-layout-containment-abspos.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/no-layout-containment-baseline.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/no-layout-containment-fixedpos-dynamic.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/no-layout-containment-fixedpos.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/no-layout-containment-scroll.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/no-layout-containment-subgrid-crash.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/orthogonal-wm-container-query.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/percentage-padding-orthogonal.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/pseudo-elements-001.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/pseudo-elements-002.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/pseudo-elements-002b.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/pseudo-elements-003.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/pseudo-elements-004.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/pseudo-elements-005.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/pseudo-elements-006.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/pseudo-elements-007.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/pseudo-elements-008.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/pseudo-elements-009.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/pseudo-elements-010.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/pseudo-elements-011.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/pseudo-elements-012.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/pseudo-elements-013.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/query-content-box.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/query-evaluation-style.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/query-evaluation.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/reattach-container-with-dirty-child.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/registered-color-style-queries.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/resize-while-content-visibility-hidden.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/at-container-overflowing-parsing.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/at-container-overflowing-serialization.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/at-container-snapped-parsing.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/at-container-snapped-serialization.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/at-container-stuck-parsing.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/at-container-stuck-serialization.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/container-type-scroll-state-computed.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/container-type-scroll-state-containment.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/container-type-scroll-state-parsing.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/scroll-state-initially-overflowing.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/scroll-state-initially-snapped.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/scroll-state-initially-stuck.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/scroll-state-overflowing-change.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/scroll-state-overflowing-container-type-change.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/scroll-state-overflowing-layout-change.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/scroll-state-overflowing-wm.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/scroll-state-snapped-change.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/scroll-state-snapped-container-type-change.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/scroll-state-snapped-layout-change.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/scroll-state-snapped-none.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/scroll-state-snapped-snap-changing.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/scroll-state-snapped-wm.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/scroll-state-stuck-container-type-change.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/scroll-state-stuck-layout-change.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/scroll-state-stuck-writing-direction.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scroll-state/scroll-state-target-query-change.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scrollbar-container-units-block.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/scrollbar-container-units-inline.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/sibling-layout-dependency.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/size-container-no-principal-box.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/size-container-with-quotes.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/size-container-writing-mode-change.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/size-feature-evaluation.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/style-change-in-container.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/style-container-for-shadow-dom.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/style-container-invalidation-inheritance.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/style-not-sharing-float.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/style-query-document-element.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/style-query-no-cycle.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/style-query-with-unknown-width.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/svg-foreignobject-child-container.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/svg-foreignobject-no-size-container.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/svg-g-no-size-container.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/svg-root-size-container.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/table-inside-container-changing-display.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/top-layer-dialog-backdrop.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/top-layer-dialog-container.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/top-layer-dialog.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/top-layer-nested-dialog.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/transition-scrollbars.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/transition-style-change-event-002.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/transition-style-change-event.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/unsupported-axis.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/viewport-units-dynamic.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/viewport-units.html": {},
+ "http://wpt.live/css/css-conditional/container-queries/whitespace-update-after-removal.html": {},
+ "http://wpt.live/css/css-conditional/js/CSS-supports-L5.html": {},
"https://datatracker.ietf.org/doc/html/rfc2119": {},
- "https://dom.spec.whatwg.org/": {},
"https://drafts.csswg.org/css-position-4/": {},
"https://github.com/w3c/csswg-drafts/issues": {},
"https://github.com/w3c/csswg-drafts/issues/10433": {},
+ "https://github.com/w3c/csswg-drafts/issues/10784": {
+ "anchors": [
+ "issuecomment-2379901508"
+ ]
+ },
+ "https://github.com/w3c/csswg-drafts/issues/10796": {
+ "anchors": [
+ "issuecomment-2379885032"
+ ]
+ },
+ "https://github.com/w3c/csswg-drafts/issues/5984": {
+ "anchors": [
+ "issuecomment-2112977366"
+ ]
+ },
"https://github.com/w3c/csswg-drafts/issues/6205": {},
+ "https://github.com/w3c/csswg-drafts/issues/6402": {
+ "anchors": [
+ "issuecomment-1812973013"
+ ]
+ },
"https://github.com/w3c/csswg-drafts/issues/7369": {},
"https://github.com/w3c/csswg-drafts/issues/8110": {},
+ "https://github.com/w3c/csswg-drafts/pull/10874": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/at-supports-font-format-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/at-supports-font-tech-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/animation-container-size.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/animation-container-type-dynamic.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/animation-nested-animation.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/animation-nested-transition.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/aspect-ratio-feature-evaluation.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/at-container-parsing.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/at-container-serialization.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/at-container-style-parsing.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/at-container-style-serialization.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/auto-scrollbars.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/backdrop-invalidation.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/calc-evaluation.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/canvas-as-container-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/canvas-as-container-002.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/canvas-as-container-003.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/canvas-as-container-004.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/canvas-as-container-005.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/canvas-as-container-006.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/change-display-in-container.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/chrome-legacy-skip-recalc.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/column-spanner-in-container.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/conditional-container-status.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-computed.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-for-cue.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-for-shadow-dom.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-inheritance.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-inner-at-rules.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-inside-multicol-with-table.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-longhand-animation-type.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-name-computed.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-name-invalidation.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-name-parsing.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-name-tree-scoped.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-nested.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-parsing.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-selection-unknown-features.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-selection.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-size-invalidation-after-load.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-size-invalidation.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-size-nested-invalidation.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-size-shadow-invalidation.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-type-computed.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-type-containment.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-type-invalidation.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-type-layout-invalidation.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-type-parsing.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-units-animation.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-units-basic.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-units-computational-independence.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-units-content-box.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-units-gradient-invalidation.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-units-gradient.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-units-in-at-container-dynamic.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-units-in-at-container-fallback.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-units-in-at-container.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-units-ineligible-container.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-units-invalidation.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-units-media-queries.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-units-rule-cache.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-units-selection.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-units-shadow.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-units-sharing-via-rule-node.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-units-small-viewport-fallback.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-units-svglength.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/container-units-typed-om.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/counters-flex-circular.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/counters-in-container-dynamic.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/counters-in-container.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/br-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/canvas-as-container-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/chrome-bug-1289718-000-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/chrome-bug-1289718-001-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/chrome-bug-1346969-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/chrome-bug-1362391-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/chrome-bug-1429955-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/chrome-bug-1505250-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/chrome-bug-346264227-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/chrome-bug-372358471-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/chrome-custom-highlight-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/chrome-layout-root-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/chrome-quotes-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/chrome-remove-insert-evaluator-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/columns-in-table-001-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/columns-in-table-002-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/container-in-canvas-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/container-type-change-chrome-legacy-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/dialog-backdrop-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/dirty-rowgroup-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/flex-in-columns-000-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/flex-in-columns-001-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/flex-in-columns-002-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/flex-in-columns-003-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/focus-inside-content-visibility-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/force-sibling-style-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/grid-in-columns-000-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/grid-in-columns-001-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/grid-in-columns-002-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/grid-in-columns-003-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/iframe-init-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/inline-multicol-inside-container-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/inline-with-columns-000-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/inline-with-columns-001-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/input-column-group-container-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/input-placeholder-inline-size-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/marker-gcs-after-disconnect-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/math-block-container-child-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/mathml-container-type-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/orthogonal-replaced-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/pseudo-container-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/remove-dom-child-change-style.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/reversed-ol-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/size-change-during-transition-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/svg-layout-root-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/svg-resource-in-container-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/svg-text-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/table-in-columns-000-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/table-in-columns-001-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/table-in-columns-002-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/table-in-columns-003-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/table-in-columns-004-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/table-in-columns-005-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/top-layer-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/crashtests/top-layer-nested-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/custom-layout-container-001.https.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/custom-property-style-queries.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/custom-property-style-query-change.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/deep-nested-inline-size-containers.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/dialog-backdrop-create.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/dialog-backdrop-remove.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/display-contents-dynamic-style-queries.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/display-contents.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/display-in-container.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/display-none.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/fieldset-legend-change.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/flex-basis-with-container-type.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/font-relative-calc-dynamic.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/font-relative-units-dynamic.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/font-relative-units.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/fragmented-container-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/get-animations.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/grid-container.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/grid-item-container.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/idlharness.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/iframe-in-container-invalidation.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/iframe-invalidation.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/ineligible-containment.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/inheritance-from-container.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/inline-size-and-min-width.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/inline-size-bfc-floats.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/inline-size-containment-vertical-rl.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/inline-size-containment.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/inner-first-line-non-matching.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/layout-dependent-focus.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/multicol-container-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/multicol-inside-container.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/nested-query-containers.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/nested-size-style-container-invalidation.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/never-match-container.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/no-layout-containment-abspos-dynamic.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/no-layout-containment-abspos.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/no-layout-containment-baseline.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/no-layout-containment-fixedpos-dynamic.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/no-layout-containment-fixedpos.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/no-layout-containment-scroll.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/no-layout-containment-subgrid-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/orthogonal-wm-container-query.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/percentage-padding-orthogonal.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/pseudo-elements-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/pseudo-elements-002.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/pseudo-elements-002b.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/pseudo-elements-003.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/pseudo-elements-004.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/pseudo-elements-005.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/pseudo-elements-006.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/pseudo-elements-007.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/pseudo-elements-008.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/pseudo-elements-009.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/pseudo-elements-010.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/pseudo-elements-011.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/pseudo-elements-012.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/pseudo-elements-013.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/query-content-box.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/query-evaluation-style.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/query-evaluation.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/reattach-container-with-dirty-child.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/registered-color-style-queries.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/resize-while-content-visibility-hidden.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/at-container-overflowing-parsing.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/at-container-overflowing-serialization.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/at-container-snapped-parsing.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/at-container-snapped-serialization.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/at-container-stuck-parsing.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/at-container-stuck-serialization.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/container-type-scroll-state-computed.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/container-type-scroll-state-containment.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/container-type-scroll-state-parsing.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/scroll-state-initially-overflowing.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/scroll-state-initially-snapped.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/scroll-state-initially-stuck.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/scroll-state-overflowing-change.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/scroll-state-overflowing-container-type-change.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/scroll-state-overflowing-layout-change.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/scroll-state-overflowing-wm.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/scroll-state-snapped-change.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/scroll-state-snapped-container-type-change.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/scroll-state-snapped-layout-change.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/scroll-state-snapped-none.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/scroll-state-snapped-snap-changing.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/scroll-state-snapped-wm.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/scroll-state-stuck-container-type-change.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/scroll-state-stuck-layout-change.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/scroll-state-stuck-writing-direction.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scroll-state/scroll-state-target-query-change.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scrollbar-container-units-block.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/scrollbar-container-units-inline.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/sibling-layout-dependency.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/size-container-no-principal-box.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/size-container-with-quotes.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/size-container-writing-mode-change.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/size-feature-evaluation.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/style-change-in-container.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/style-container-for-shadow-dom.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/style-container-invalidation-inheritance.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/style-not-sharing-float.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/style-query-document-element.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/style-query-no-cycle.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/style-query-with-unknown-width.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/svg-foreignobject-child-container.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/svg-foreignobject-no-size-container.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/svg-g-no-size-container.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/svg-root-size-container.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/table-inside-container-changing-display.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/top-layer-dialog-backdrop.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/top-layer-dialog-container.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/top-layer-dialog.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/top-layer-nested-dialog.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/transition-scrollbars.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/transition-style-change-event-002.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/transition-style-change-event.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/unsupported-axis.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/viewport-units-dynamic.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/viewport-units.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/container-queries/whitespace-update-after-removal.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/css-conditional/js/CSS-supports-L5.html": {},
+ "https://html.spec.whatwg.org/multipage/webappapis.html": {
+ "anchors": [
+ "event-loop-processing-model"
+ ]
+ },
"https://lists.w3.org/Archives/Public/public-css-archive/": {},
"https://lists.w3.org/Archives/Public/public-css-testsuite": {},
"https://lists.w3.org/Archives/Public/www-style/": {},
"https://webidl.spec.whatwg.org/": {},
+ "https://wpt.fyi/results/css/css-conditional/at-supports-font-format-001.html": {},
+ "https://wpt.fyi/results/css/css-conditional/at-supports-font-tech-001.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/animation-container-size.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/animation-container-type-dynamic.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/animation-nested-animation.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/animation-nested-transition.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/aspect-ratio-feature-evaluation.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/at-container-parsing.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/at-container-serialization.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/at-container-style-parsing.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/at-container-style-serialization.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/auto-scrollbars.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/backdrop-invalidation.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/calc-evaluation.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/canvas-as-container-001.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/canvas-as-container-002.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/canvas-as-container-003.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/canvas-as-container-004.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/canvas-as-container-005.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/canvas-as-container-006.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/change-display-in-container.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/chrome-legacy-skip-recalc.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/column-spanner-in-container.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/conditional-container-status.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-computed.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-for-cue.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-for-shadow-dom.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-inheritance.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-inner-at-rules.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-inside-multicol-with-table.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-longhand-animation-type.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-name-computed.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-name-invalidation.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-name-parsing.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-name-tree-scoped.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-nested.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-parsing.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-selection-unknown-features.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-selection.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-size-invalidation-after-load.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-size-invalidation.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-size-nested-invalidation.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-size-shadow-invalidation.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-type-computed.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-type-containment.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-type-invalidation.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-type-layout-invalidation.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-type-parsing.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-units-animation.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-units-basic.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-units-computational-independence.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-units-content-box.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-units-gradient-invalidation.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-units-gradient.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-units-in-at-container-dynamic.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-units-in-at-container-fallback.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-units-in-at-container.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-units-ineligible-container.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-units-invalidation.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-units-media-queries.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-units-rule-cache.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-units-selection.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-units-shadow.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-units-sharing-via-rule-node.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-units-small-viewport-fallback.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-units-svglength.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/container-units-typed-om.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/counters-flex-circular.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/counters-in-container-dynamic.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/counters-in-container.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/br-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/canvas-as-container-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/chrome-bug-1289718-000-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/chrome-bug-1289718-001-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/chrome-bug-1346969-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/chrome-bug-1362391-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/chrome-bug-1429955-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/chrome-bug-1505250-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/chrome-bug-346264227-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/chrome-bug-372358471-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/chrome-custom-highlight-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/chrome-layout-root-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/chrome-quotes-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/chrome-remove-insert-evaluator-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/columns-in-table-001-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/columns-in-table-002-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/container-in-canvas-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/container-type-change-chrome-legacy-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/dialog-backdrop-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/dirty-rowgroup-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/flex-in-columns-000-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/flex-in-columns-001-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/flex-in-columns-002-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/flex-in-columns-003-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/focus-inside-content-visibility-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/force-sibling-style-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/grid-in-columns-000-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/grid-in-columns-001-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/grid-in-columns-002-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/grid-in-columns-003-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/iframe-init-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/inline-multicol-inside-container-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/inline-with-columns-000-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/inline-with-columns-001-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/input-column-group-container-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/input-placeholder-inline-size-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/marker-gcs-after-disconnect-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/math-block-container-child-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/mathml-container-type-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/orthogonal-replaced-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/pseudo-container-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/remove-dom-child-change-style.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/reversed-ol-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/size-change-during-transition-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/svg-layout-root-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/svg-resource-in-container-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/svg-text-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/table-in-columns-000-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/table-in-columns-001-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/table-in-columns-002-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/table-in-columns-003-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/table-in-columns-004-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/table-in-columns-005-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/top-layer-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/crashtests/top-layer-nested-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/custom-layout-container-001.https.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/custom-property-style-queries.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/custom-property-style-query-change.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/deep-nested-inline-size-containers.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/dialog-backdrop-create.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/dialog-backdrop-remove.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/display-contents-dynamic-style-queries.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/display-contents.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/display-in-container.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/display-none.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/fieldset-legend-change.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/flex-basis-with-container-type.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/font-relative-calc-dynamic.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/font-relative-units-dynamic.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/font-relative-units.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/fragmented-container-001.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/get-animations.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/grid-container.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/grid-item-container.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/idlharness.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/iframe-in-container-invalidation.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/iframe-invalidation.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/ineligible-containment.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/inheritance-from-container.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/inline-size-and-min-width.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/inline-size-bfc-floats.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/inline-size-containment-vertical-rl.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/inline-size-containment.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/inner-first-line-non-matching.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/layout-dependent-focus.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/multicol-container-001.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/multicol-inside-container.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/nested-query-containers.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/nested-size-style-container-invalidation.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/never-match-container.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/no-layout-containment-abspos-dynamic.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/no-layout-containment-abspos.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/no-layout-containment-baseline.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/no-layout-containment-fixedpos-dynamic.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/no-layout-containment-fixedpos.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/no-layout-containment-scroll.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/no-layout-containment-subgrid-crash.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/orthogonal-wm-container-query.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/percentage-padding-orthogonal.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/pseudo-elements-001.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/pseudo-elements-002.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/pseudo-elements-002b.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/pseudo-elements-003.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/pseudo-elements-004.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/pseudo-elements-005.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/pseudo-elements-006.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/pseudo-elements-007.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/pseudo-elements-008.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/pseudo-elements-009.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/pseudo-elements-010.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/pseudo-elements-011.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/pseudo-elements-012.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/pseudo-elements-013.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/query-content-box.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/query-evaluation-style.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/query-evaluation.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/reattach-container-with-dirty-child.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/registered-color-style-queries.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/resize-while-content-visibility-hidden.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/at-container-overflowing-parsing.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/at-container-overflowing-serialization.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/at-container-snapped-parsing.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/at-container-snapped-serialization.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/at-container-stuck-parsing.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/at-container-stuck-serialization.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/container-type-scroll-state-computed.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/container-type-scroll-state-containment.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/container-type-scroll-state-parsing.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/scroll-state-initially-overflowing.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/scroll-state-initially-snapped.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/scroll-state-initially-stuck.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/scroll-state-overflowing-change.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/scroll-state-overflowing-container-type-change.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/scroll-state-overflowing-layout-change.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/scroll-state-overflowing-wm.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/scroll-state-snapped-change.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/scroll-state-snapped-container-type-change.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/scroll-state-snapped-layout-change.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/scroll-state-snapped-none.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/scroll-state-snapped-snap-changing.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/scroll-state-snapped-wm.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/scroll-state-stuck-container-type-change.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/scroll-state-stuck-layout-change.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/scroll-state-stuck-writing-direction.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scroll-state/scroll-state-target-query-change.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scrollbar-container-units-block.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/scrollbar-container-units-inline.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/sibling-layout-dependency.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/size-container-no-principal-box.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/size-container-with-quotes.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/size-container-writing-mode-change.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/size-feature-evaluation.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/style-change-in-container.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/style-container-for-shadow-dom.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/style-container-invalidation-inheritance.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/style-not-sharing-float.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/style-query-document-element.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/style-query-no-cycle.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/style-query-with-unknown-width.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/svg-foreignobject-child-container.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/svg-foreignobject-no-size-container.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/svg-g-no-size-container.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/svg-root-size-container.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/table-inside-container-changing-display.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/top-layer-dialog-backdrop.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/top-layer-dialog-container.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/top-layer-dialog.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/top-layer-nested-dialog.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/transition-scrollbars.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/transition-style-change-event-002.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/transition-style-change-event.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/unsupported-axis.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/viewport-units-dynamic.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/viewport-units.html": {},
+ "https://wpt.fyi/results/css/css-conditional/container-queries/whitespace-update-after-removal.html": {},
+ "https://wpt.fyi/results/css/css-conditional/js/CSS-supports-L5.html": {},
+ "https://wpt.live/css/css-conditional/container-queries/custom-layout-container-001.https.html": {},
"https://www.w3.org/2001/tag/doc/unsanctioned-tracking/": {},
"https://www.w3.org/Style/CSS/Test/": {},
"https://www.w3.org/TR/": {},
"https://www.w3.org/TR/2021/WD-css-conditional-5-20211221/": {},
+ "https://www.w3.org/TR/2024/WD-css-conditional-5-20240723/": {},
"https://www.w3.org/TR/CSS/": {
"anchors": [
"future-proofing",
@@ -54,7 +818,6 @@
},
"https://www.w3.org/TR/css-conditional-3/": {},
"https://www.w3.org/TR/css-conditional-4/": {},
- "https://www.w3.org/TR/css-conditional-5/": {},
"https://www.w3.org/TR/css-contain-2/": {},
"https://www.w3.org/TR/css-contain-3/": {
"anchors": [
@@ -69,6 +832,8 @@
]
},
"https://www.w3.org/TR/css-fonts-5/": {},
+ "https://www.w3.org/TR/css-overflow-3/": {},
+ "https://www.w3.org/TR/css-position-3/": {},
"https://www.w3.org/TR/css-pseudo-4/": {},
"https://www.w3.org/TR/css-pseudo/": {
"anchors": [
@@ -76,6 +841,7 @@
]
},
"https://www.w3.org/TR/css-scoping-1/": {},
+ "https://www.w3.org/TR/css-scroll-snap-2/": {},
"https://www.w3.org/TR/css-shadow-parts-1/": {},
"https://www.w3.org/TR/css-sizing-3/": {},
"https://www.w3.org/TR/css-syntax-3/": {},
@@ -124,12 +890,6 @@
}
},
"autolinks": {
- "https://dom.spec.whatwg.org/": {
- "anchors": [
- "concept-shadow-including-descendant",
- "concept-shadow-including-inclusive-ancestor"
- ]
- },
"https://drafts.csswg.org/css-cascade-5/": {
"anchors": [
"cascade-dependent-keyword"
@@ -142,6 +902,7 @@
},
"https://drafts.csswg.org/css-scoping-1/": {
"anchors": [
+ "flat-tree",
"selectordef-slotted"
]
},
@@ -150,14 +911,14 @@
"typedef-block-contents"
]
},
- "https://drafts.csswg.org/css-values-4/": {
+ "https://drafts.csswg.org/css2/": {
"anchors": [
- "typedef-general-enclosed"
+ "propdef-line-height"
]
},
- "https://drafts.csswg.org/css2/": {
+ "https://drafts.csswg.org/cssom-view-1/": {
"anchors": [
- "propdef-line-height"
+ "run-snapshot-post-layout-state-steps"
]
},
"https://webidl.spec.whatwg.org/": {
@@ -203,14 +964,8 @@
"typedef-supports-selector-fn"
]
},
- "https://www.w3.org/TR/css-conditional-5/": {
- "anchors": [
- "typedef-font-tech"
- ]
- },
"https://www.w3.org/TR/css-contain-2/": {
"anchors": [
- "containment",
"layout-containment",
"style-containment",
"size-containment",
@@ -234,10 +989,28 @@
},
"https://www.w3.org/TR/css-fonts-5/": {
"anchors": [
+ "font-tech-values",
"font-format-values",
"at-font-face-rule"
]
},
+ "https://www.w3.org/TR/css-overflow-3/": {
+ "anchors": [
+ "scroll-container",
+ "scrollport",
+ "scrollable-overflow-rectangle",
+ "valdef-overflow-hidden",
+ "negative-scrollable-overflow-region",
+ "scrollable-overflow"
+ ]
+ },
+ "https://www.w3.org/TR/css-position-3/": {
+ "anchors": [
+ "valdef-position-sticky",
+ "sticky-view-rectangle",
+ "sticky-position"
+ ]
+ },
"https://www.w3.org/TR/css-pseudo-4/": {
"anchors": [
"selectordef-before",
@@ -250,6 +1023,12 @@
"selectordef-file-selector-button"
]
},
+ "https://www.w3.org/TR/css-scroll-snap-2/": {
+ "anchors": [
+ "snap-target",
+ "eventdef-snapevent-scrollsnapchanging"
+ ]
+ },
"https://www.w3.org/TR/css-shadow-parts-1/": {
"anchors": [
"selectordef-part"
@@ -265,7 +1044,6 @@
"https://www.w3.org/TR/css-syntax-3/": {
"anchors": [
"typedef-rule-list",
- "style-rule",
"at-rule",
"declaration"
]
@@ -280,6 +1058,7 @@
"comb-one",
"string-value",
"mult-opt",
+ "comb-any",
"identifier-value",
"mult-one-plus",
"css-css-identifier",
@@ -304,6 +1083,10 @@
"anchors": [
"inline-axis",
"block-axis",
+ "block-start",
+ "inline-start",
+ "block-end",
+ "inline-end",
"inline-size",
"block-size"
]
@@ -329,12 +1112,14 @@
"valdef-media-not",
"valdef-custom-media-true",
"valdef-custom-media-false",
- "media-feature"
+ "media-feature",
+ "boolean-context"
]
},
"https://www.w3.org/TR/selectors-4/": {
"anchors": [
- "ultimate-originating-element"
+ "pseudo-element",
+ "originating-element"
]
},
"https://www.w3.org/TR/web-animations-1/": {
diff --git a/tr/links/motion-1.json b/tr/links/motion-1.json
index bf9d6cb0ad97..920d1d5fe9fb 100644
--- a/tr/links/motion-1.json
+++ b/tr/links/motion-1.json
@@ -5,67 +5,464 @@
},
"links": {
"rawlinks": {
+ "http://wpt.live/css/motion/animation/offset-anchor-composition.html": {},
+ "http://wpt.live/css/motion/animation/offset-anchor-interpolation.html": {},
+ "http://wpt.live/css/motion/animation/offset-distance-composition.html": {},
+ "http://wpt.live/css/motion/animation/offset-distance-interpolation.html": {},
+ "http://wpt.live/css/motion/animation/offset-interpolation.html": {},
+ "http://wpt.live/css/motion/animation/offset-path-composition.html": {},
+ "http://wpt.live/css/motion/animation/offset-path-interpolation-001.html": {},
+ "http://wpt.live/css/motion/animation/offset-path-interpolation-002.html": {},
+ "http://wpt.live/css/motion/animation/offset-path-interpolation-003.html": {},
+ "http://wpt.live/css/motion/animation/offset-path-interpolation-004.html": {},
+ "http://wpt.live/css/motion/animation/offset-path-interpolation-005.html": {},
+ "http://wpt.live/css/motion/animation/offset-path-interpolation-006.html": {},
+ "http://wpt.live/css/motion/animation/offset-path-interpolation-007.html": {},
+ "http://wpt.live/css/motion/animation/offset-path-interpolation-008.html": {},
+ "http://wpt.live/css/motion/animation/offset-position-composition.html": {},
+ "http://wpt.live/css/motion/animation/offset-position-interpolation.html": {},
+ "http://wpt.live/css/motion/animation/offset-rotate-composition.html": {},
+ "http://wpt.live/css/motion/animation/offset-rotate-interpolation-math-functions.html": {},
+ "http://wpt.live/css/motion/animation/offset-rotate-interpolation.html": {},
+ "http://wpt.live/css/motion/animation/ray-angle-interpolation-math-functions.html": {},
+ "http://wpt.live/css/motion/animation/reftests/offset-distance-interpolation-001.html": {},
+ "http://wpt.live/css/motion/animation/reftests/offset-path-path-interpolation-001.html": {},
+ "http://wpt.live/css/motion/animation/reftests/offset-path-with-transforms-001.html": {},
+ "http://wpt.live/css/motion/animation/reftests/offset-rotate-interpolation-001.html": {},
+ "http://wpt.live/css/motion/change-offset-path.html": {},
+ "http://wpt.live/css/motion/inheritance.html": {},
+ "http://wpt.live/css/motion/offset-anchor-transform-box-fill-box-001.html": {},
+ "http://wpt.live/css/motion/offset-anchor-transform-box-fill-box-002.html": {},
+ "http://wpt.live/css/motion/offset-anchor-transform-box-fill-box-003.html": {},
+ "http://wpt.live/css/motion/offset-distance-001.html": {},
+ "http://wpt.live/css/motion/offset-distance-002.html": {},
+ "http://wpt.live/css/motion/offset-distance-003.html": {},
+ "http://wpt.live/css/motion/offset-distance-004.html": {},
+ "http://wpt.live/css/motion/offset-distance-005.html": {},
+ "http://wpt.live/css/motion/offset-distance-006.html": {},
+ "http://wpt.live/css/motion/offset-distance-007.html": {},
+ "http://wpt.live/css/motion/offset-distance-008.html": {},
+ "http://wpt.live/css/motion/offset-distance-009.html": {},
+ "http://wpt.live/css/motion/offset-path-coord-box-001.html": {},
+ "http://wpt.live/css/motion/offset-path-coord-box-002.html": {},
+ "http://wpt.live/css/motion/offset-path-coord-box-003.html": {},
+ "http://wpt.live/css/motion/offset-path-coord-box-004.html": {},
+ "http://wpt.live/css/motion/offset-path-huge-angle-deg-001-crash.html": {},
+ "http://wpt.live/css/motion/offset-path-huge-angle-grad-001-crash.html": {},
+ "http://wpt.live/css/motion/offset-path-huge-angle-turn-001-crash.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-001.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-002.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-003.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-004.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-005.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-006.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-007.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-008.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-009.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-010.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-011.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-012.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-013.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-014.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-015.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-016.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-017.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-018.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-019.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-020.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-021.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-022.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-contain-001.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-contain-002.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-contain-003.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-contain-004.html": {},
+ "http://wpt.live/css/motion/offset-path-ray-contain-005.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-circle-001.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-circle-002.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-circle-003.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-circle-004.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-circle-005.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-circle-006.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-circle-007.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-circle-008.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-ellipse-001.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-ellipse-002.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-ellipse-003.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-ellipse-004.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-ellipse-005.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-ellipse-006.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-ellipse-007.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-inset-001.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-inset-002.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-polygon-001.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-polygon-002.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-polygon-003.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-rect-001.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-rect-002.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-rect-003.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-shape-001.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-shape-002.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-shape-003.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-xywh-001.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-xywh-002.html": {},
+ "http://wpt.live/css/motion/offset-path-shape-xywh-003.html": {},
+ "http://wpt.live/css/motion/offset-path-string-001.html": {},
+ "http://wpt.live/css/motion/offset-path-string-002.html": {},
+ "http://wpt.live/css/motion/offset-path-string-003.html": {},
+ "http://wpt.live/css/motion/offset-path-url-001.html": {},
+ "http://wpt.live/css/motion/offset-path-url-002.html": {},
+ "http://wpt.live/css/motion/offset-path-url-003.html": {},
+ "http://wpt.live/css/motion/offset-path-url-004.html": {},
+ "http://wpt.live/css/motion/offset-path-url-005.html": {},
+ "http://wpt.live/css/motion/offset-path-url-006.html": {},
+ "http://wpt.live/css/motion/offset-path-url-007.html": {},
+ "http://wpt.live/css/motion/offset-path-url-008.html": {},
+ "http://wpt.live/css/motion/offset-path-url-009.html": {},
+ "http://wpt.live/css/motion/offset-path-url-010.html": {},
+ "http://wpt.live/css/motion/offset-path-url-011.html": {},
+ "http://wpt.live/css/motion/offset-path-url-crash.html": {},
+ "http://wpt.live/css/motion/offset-rotate-001.html": {},
+ "http://wpt.live/css/motion/offset-rotate-002.html": {},
+ "http://wpt.live/css/motion/offset-rotate-003.html": {},
+ "http://wpt.live/css/motion/offset-rotate-004.html": {},
+ "http://wpt.live/css/motion/offset-rotate-005.html": {},
+ "http://wpt.live/css/motion/offset-supports-calc.html": {},
+ "http://wpt.live/css/motion/parsing/offset-anchor-computed.html": {},
+ "http://wpt.live/css/motion/parsing/offset-anchor-parsing-invalid.html": {},
+ "http://wpt.live/css/motion/parsing/offset-anchor-parsing-valid.html": {},
+ "http://wpt.live/css/motion/parsing/offset-distance-computed.html": {},
+ "http://wpt.live/css/motion/parsing/offset-distance-parsing-invalid.html": {},
+ "http://wpt.live/css/motion/parsing/offset-distance-parsing-valid.html": {},
+ "http://wpt.live/css/motion/parsing/offset-parsing-invalid.html": {},
+ "http://wpt.live/css/motion/parsing/offset-parsing-valid.html": {},
+ "http://wpt.live/css/motion/parsing/offset-path-computed.html": {},
+ "http://wpt.live/css/motion/parsing/offset-path-parsing-invalid.html": {},
+ "http://wpt.live/css/motion/parsing/offset-path-parsing-valid.html": {},
+ "http://wpt.live/css/motion/parsing/offset-path-shape-computed.html": {},
+ "http://wpt.live/css/motion/parsing/offset-path-shape-parsing.html": {},
+ "http://wpt.live/css/motion/parsing/offset-position-computed.html": {},
+ "http://wpt.live/css/motion/parsing/offset-position-parsing-invalid.html": {},
+ "http://wpt.live/css/motion/parsing/offset-position-parsing-valid.html": {},
+ "http://wpt.live/css/motion/parsing/offset-rotate-computed.html": {},
+ "http://wpt.live/css/motion/parsing/offset-rotate-parsing-invalid.html": {},
+ "http://wpt.live/css/motion/parsing/offset-rotate-parsing-valid.html": {},
+ "http://wpt.live/css/motion/parsing/offset-shorthand.html": {},
+ "https://datatracker.ietf.org/doc/html/rfc2119": {},
"https://drafts.csswg.org/css-cascade-4/": {
"anchors": [
"valdef-all-initial",
"valdef-all-inherit"
]
},
- "https://drafts.csswg.org/css-cascade/": {
- "anchors": [
- "initial-values",
- "inherited-property",
- "computed"
- ]
- },
- "https://drafts.csswg.org/css-position-3/": {
- "anchors": [
- "normal-flow"
- ]
- },
- "https://drafts.csswg.org/css-position/": {
- "anchors": [
- "normal-flow"
- ]
- },
+ "https://drafts.csswg.org/css-shapes-2/": {},
"https://drafts.csswg.org/css-transforms-1/": {
"anchors": [
- "transformable-element",
- "propdef-transform"
- ]
- },
- "https://drafts.csswg.org/css-transforms-2/": {
- "anchors": [
- "ctm"
- ]
- },
- "https://drafts.csswg.org/css-values/": {
- "anchors": [
- "value-defs",
- "percentages"
+ "transformable-element"
]
},
- "https://drafts.csswg.org/web-animations/": {
+ "https://github.com/w3c/fxtf-drafts/issues": {},
+ "https://github.com/w3c/fxtf-drafts/issues/209": {},
+ "https://github.com/w3c/fxtf-drafts/issues/339": {},
+ "https://github.com/w3c/fxtf-drafts/issues/363": {},
+ "https://github.com/w3c/fxtf-drafts/issues/369": {
"anchors": [
- "animation-type"
+ "issuecomment-1457239856",
+ "issuecomment-577787797"
]
},
- "https://github.com/w3c/csswg-drafts/issues": {},
- "https://lists.w3.org/Archives/Public/public-css-archive/": {},
+ "https://github.com/w3c/fxtf-drafts/issues/503": {},
+ "https://github.com/w3c/fxtf-drafts/issues/504": {},
+ "https://github.com/w3c/fxtf-drafts/issues/506": {},
+ "https://github.com/w3c/fxtf-drafts/issues/508": {},
+ "https://github.com/w3c/fxtf-drafts/issues/66": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/animation/offset-anchor-composition.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/animation/offset-anchor-interpolation.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/animation/offset-distance-composition.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/animation/offset-distance-interpolation.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/animation/offset-interpolation.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/animation/offset-path-composition.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/animation/offset-path-interpolation-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/animation/offset-path-interpolation-002.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/animation/offset-path-interpolation-003.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/animation/offset-path-interpolation-004.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/animation/offset-path-interpolation-005.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/animation/offset-path-interpolation-006.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/animation/offset-path-interpolation-007.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/animation/offset-path-interpolation-008.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/animation/offset-position-composition.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/animation/offset-position-interpolation.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/animation/offset-rotate-composition.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/animation/offset-rotate-interpolation-math-functions.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/animation/offset-rotate-interpolation.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/animation/ray-angle-interpolation-math-functions.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/animation/reftests/offset-distance-interpolation-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/animation/reftests/offset-path-path-interpolation-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/animation/reftests/offset-path-with-transforms-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/animation/reftests/offset-rotate-interpolation-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/change-offset-path.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/inheritance.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-anchor-transform-box-fill-box-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-anchor-transform-box-fill-box-002.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-anchor-transform-box-fill-box-003.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-distance-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-distance-002.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-distance-003.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-distance-004.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-distance-005.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-distance-006.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-distance-007.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-distance-008.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-distance-009.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-coord-box-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-coord-box-002.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-coord-box-003.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-coord-box-004.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-huge-angle-deg-001-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-huge-angle-grad-001-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-huge-angle-turn-001-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-002.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-003.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-004.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-005.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-006.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-007.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-008.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-009.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-010.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-011.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-012.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-013.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-014.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-015.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-016.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-017.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-018.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-019.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-020.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-021.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-022.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-contain-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-contain-002.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-contain-003.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-contain-004.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-ray-contain-005.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-circle-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-circle-002.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-circle-003.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-circle-004.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-circle-005.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-circle-006.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-circle-007.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-circle-008.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-ellipse-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-ellipse-002.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-ellipse-003.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-ellipse-004.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-ellipse-005.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-ellipse-006.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-ellipse-007.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-inset-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-inset-002.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-polygon-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-polygon-002.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-polygon-003.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-rect-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-rect-002.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-rect-003.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-shape-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-shape-002.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-shape-003.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-xywh-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-xywh-002.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-shape-xywh-003.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-string-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-string-002.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-string-003.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-url-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-url-002.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-url-003.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-url-004.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-url-005.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-url-006.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-url-007.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-url-008.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-url-009.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-url-010.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-url-011.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-path-url-crash.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-rotate-001.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-rotate-002.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-rotate-003.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-rotate-004.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-rotate-005.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/offset-supports-calc.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/parsing/offset-anchor-computed.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/parsing/offset-anchor-parsing-invalid.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/parsing/offset-anchor-parsing-valid.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/parsing/offset-distance-computed.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/parsing/offset-distance-parsing-invalid.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/parsing/offset-distance-parsing-valid.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/parsing/offset-parsing-invalid.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/parsing/offset-parsing-valid.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/parsing/offset-path-computed.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/parsing/offset-path-parsing-invalid.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/parsing/offset-path-parsing-valid.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/parsing/offset-path-shape-computed.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/parsing/offset-path-shape-parsing.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/parsing/offset-position-computed.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/parsing/offset-position-parsing-invalid.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/parsing/offset-position-parsing-valid.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/parsing/offset-rotate-computed.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/parsing/offset-rotate-parsing-invalid.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/parsing/offset-rotate-parsing-valid.html": {},
+ "https://github.com/web-platform-tests/wpt/blob/master/css/motion/parsing/offset-shorthand.html": {},
"https://lists.w3.org/Archives/Public/public-css-testsuite": {},
- "https://lists.w3.org/Archives/Public/www-style/": {},
- "https://tools.ietf.org/html/rfc2119": {},
- "https://www.w3.org/2004/01/pp-impl/32061/status": {},
- "https://www.w3.org/2018/Process-20180201/": {},
- "https://www.w3.org/Consortium/Patent-Policy/": {
- "anchors": [
- "def-essential",
- "sec-Disclosure"
- ]
- },
- "https://www.w3.org/Style/": {},
+ "https://lists.w3.org/Archives/Public/public-fx/": {},
+ "https://lists.w3.org/Archives/Public/public-fxtf-archive/": {},
+ "https://wpt.fyi/results/css/motion/animation/offset-anchor-composition.html": {},
+ "https://wpt.fyi/results/css/motion/animation/offset-anchor-interpolation.html": {},
+ "https://wpt.fyi/results/css/motion/animation/offset-distance-composition.html": {},
+ "https://wpt.fyi/results/css/motion/animation/offset-distance-interpolation.html": {},
+ "https://wpt.fyi/results/css/motion/animation/offset-interpolation.html": {},
+ "https://wpt.fyi/results/css/motion/animation/offset-path-composition.html": {},
+ "https://wpt.fyi/results/css/motion/animation/offset-path-interpolation-001.html": {},
+ "https://wpt.fyi/results/css/motion/animation/offset-path-interpolation-002.html": {},
+ "https://wpt.fyi/results/css/motion/animation/offset-path-interpolation-003.html": {},
+ "https://wpt.fyi/results/css/motion/animation/offset-path-interpolation-004.html": {},
+ "https://wpt.fyi/results/css/motion/animation/offset-path-interpolation-005.html": {},
+ "https://wpt.fyi/results/css/motion/animation/offset-path-interpolation-006.html": {},
+ "https://wpt.fyi/results/css/motion/animation/offset-path-interpolation-007.html": {},
+ "https://wpt.fyi/results/css/motion/animation/offset-path-interpolation-008.html": {},
+ "https://wpt.fyi/results/css/motion/animation/offset-position-composition.html": {},
+ "https://wpt.fyi/results/css/motion/animation/offset-position-interpolation.html": {},
+ "https://wpt.fyi/results/css/motion/animation/offset-rotate-composition.html": {},
+ "https://wpt.fyi/results/css/motion/animation/offset-rotate-interpolation-math-functions.html": {},
+ "https://wpt.fyi/results/css/motion/animation/offset-rotate-interpolation.html": {},
+ "https://wpt.fyi/results/css/motion/animation/ray-angle-interpolation-math-functions.html": {},
+ "https://wpt.fyi/results/css/motion/animation/reftests/offset-distance-interpolation-001.html": {},
+ "https://wpt.fyi/results/css/motion/animation/reftests/offset-path-path-interpolation-001.html": {},
+ "https://wpt.fyi/results/css/motion/animation/reftests/offset-path-with-transforms-001.html": {},
+ "https://wpt.fyi/results/css/motion/animation/reftests/offset-rotate-interpolation-001.html": {},
+ "https://wpt.fyi/results/css/motion/change-offset-path.html": {},
+ "https://wpt.fyi/results/css/motion/inheritance.html": {},
+ "https://wpt.fyi/results/css/motion/offset-anchor-transform-box-fill-box-001.html": {},
+ "https://wpt.fyi/results/css/motion/offset-anchor-transform-box-fill-box-002.html": {},
+ "https://wpt.fyi/results/css/motion/offset-anchor-transform-box-fill-box-003.html": {},
+ "https://wpt.fyi/results/css/motion/offset-distance-001.html": {},
+ "https://wpt.fyi/results/css/motion/offset-distance-002.html": {},
+ "https://wpt.fyi/results/css/motion/offset-distance-003.html": {},
+ "https://wpt.fyi/results/css/motion/offset-distance-004.html": {},
+ "https://wpt.fyi/results/css/motion/offset-distance-005.html": {},
+ "https://wpt.fyi/results/css/motion/offset-distance-006.html": {},
+ "https://wpt.fyi/results/css/motion/offset-distance-007.html": {},
+ "https://wpt.fyi/results/css/motion/offset-distance-008.html": {},
+ "https://wpt.fyi/results/css/motion/offset-distance-009.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-coord-box-001.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-coord-box-002.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-coord-box-003.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-coord-box-004.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-huge-angle-deg-001-crash.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-huge-angle-grad-001-crash.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-huge-angle-turn-001-crash.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-001.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-002.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-003.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-004.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-005.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-006.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-007.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-008.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-009.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-010.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-011.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-012.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-013.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-014.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-015.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-016.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-017.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-018.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-019.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-020.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-021.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-022.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-contain-001.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-contain-002.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-contain-003.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-contain-004.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-ray-contain-005.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-circle-001.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-circle-002.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-circle-003.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-circle-004.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-circle-005.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-circle-006.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-circle-007.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-circle-008.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-ellipse-001.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-ellipse-002.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-ellipse-003.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-ellipse-004.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-ellipse-005.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-ellipse-006.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-ellipse-007.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-inset-001.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-inset-002.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-polygon-001.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-polygon-002.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-polygon-003.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-rect-001.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-rect-002.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-rect-003.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-shape-001.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-shape-002.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-shape-003.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-xywh-001.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-xywh-002.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-shape-xywh-003.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-string-001.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-string-002.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-string-003.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-url-001.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-url-002.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-url-003.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-url-004.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-url-005.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-url-006.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-url-007.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-url-008.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-url-009.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-url-010.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-url-011.html": {},
+ "https://wpt.fyi/results/css/motion/offset-path-url-crash.html": {},
+ "https://wpt.fyi/results/css/motion/offset-rotate-001.html": {},
+ "https://wpt.fyi/results/css/motion/offset-rotate-002.html": {},
+ "https://wpt.fyi/results/css/motion/offset-rotate-003.html": {},
+ "https://wpt.fyi/results/css/motion/offset-rotate-004.html": {},
+ "https://wpt.fyi/results/css/motion/offset-rotate-005.html": {},
+ "https://wpt.fyi/results/css/motion/offset-supports-calc.html": {},
+ "https://wpt.fyi/results/css/motion/parsing/offset-anchor-computed.html": {},
+ "https://wpt.fyi/results/css/motion/parsing/offset-anchor-parsing-invalid.html": {},
+ "https://wpt.fyi/results/css/motion/parsing/offset-anchor-parsing-valid.html": {},
+ "https://wpt.fyi/results/css/motion/parsing/offset-distance-computed.html": {},
+ "https://wpt.fyi/results/css/motion/parsing/offset-distance-parsing-invalid.html": {},
+ "https://wpt.fyi/results/css/motion/parsing/offset-distance-parsing-valid.html": {},
+ "https://wpt.fyi/results/css/motion/parsing/offset-parsing-invalid.html": {},
+ "https://wpt.fyi/results/css/motion/parsing/offset-parsing-valid.html": {},
+ "https://wpt.fyi/results/css/motion/parsing/offset-path-computed.html": {},
+ "https://wpt.fyi/results/css/motion/parsing/offset-path-parsing-invalid.html": {},
+ "https://wpt.fyi/results/css/motion/parsing/offset-path-parsing-valid.html": {},
+ "https://wpt.fyi/results/css/motion/parsing/offset-path-shape-computed.html": {},
+ "https://wpt.fyi/results/css/motion/parsing/offset-path-shape-parsing.html": {},
+ "https://wpt.fyi/results/css/motion/parsing/offset-position-computed.html": {},
+ "https://wpt.fyi/results/css/motion/parsing/offset-position-parsing-invalid.html": {},
+ "https://wpt.fyi/results/css/motion/parsing/offset-position-parsing-valid.html": {},
+ "https://wpt.fyi/results/css/motion/parsing/offset-rotate-computed.html": {},
+ "https://wpt.fyi/results/css/motion/parsing/offset-rotate-parsing-invalid.html": {},
+ "https://wpt.fyi/results/css/motion/parsing/offset-rotate-parsing-valid.html": {},
+ "https://wpt.fyi/results/css/motion/parsing/offset-shorthand.html": {},
"https://www.w3.org/Style/CSS/Test/": {},
- "https://www.w3.org/Style/CSS/members": {},
"https://www.w3.org/TR/": {},
"https://www.w3.org/TR/2015/WD-motion-1-20150409/": {
"anchors": [
@@ -83,6 +480,7 @@
"polar-anchor-property"
]
},
+ "https://www.w3.org/TR/2018/WD-motion-1-20181218/": {},
"https://www.w3.org/TR/CSS/": {
"anchors": [
"future-proofing",
@@ -90,146 +488,201 @@
"proprietary-extension"
]
},
- "https://www.w3.org/TR/CSS2/": {},
- "https://www.w3.org/TR/CSS2/conform.html": {
+ "https://www.w3.org/TR/CSS21/": {},
+ "https://www.w3.org/TR/CSS21/about.html": {
"anchors": [
- "style-sheet",
- "user-agent",
- "ignore"
+ "property-defs"
]
},
- "https://www.w3.org/TR/CSS2/visuren.html": {
+ "https://www.w3.org/TR/CSS21/conform.html": {
"anchors": [
- "containing-block"
+ "style-sheet",
+ "user-agent",
+ "ignore"
]
},
- "https://www.w3.org/TR/CSS21/about.html": {
+ "https://www.w3.org/TR/SVG11/": {},
+ "https://www.w3.org/TR/SVG2/": {},
+ "https://www.w3.org/TR/SVG2/paths.html": {
"anchors": [
- "property-defs"
+ "PathDirectionality"
]
},
- "https://www.w3.org/TR/SVG11/": {},
- "https://www.w3.org/TR/SVG11/implnote.html": {
+ "https://www.w3.org/TR/css-backgrounds-3/": {},
+ "https://www.w3.org/TR/css-box-3/": {},
+ "https://www.w3.org/TR/css-box-4/": {},
+ "https://www.w3.org/TR/css-cascade-5/": {},
+ "https://www.w3.org/TR/css-cascade/": {
"anchors": [
- "PathElementImplementationNotes"
+ "initial-values",
+ "applies-to",
+ "inherited-property",
+ "computed"
]
},
- "https://www.w3.org/TR/SVG2/": {},
- "https://www.w3.org/TR/css-backgrounds-3/": {},
- "https://www.w3.org/TR/css-cascade-4/": {},
- "https://www.w3.org/TR/css-contain-1/": {},
+ "https://www.w3.org/TR/css-contain-2/": {},
+ "https://www.w3.org/TR/css-display-3/": {},
+ "https://www.w3.org/TR/css-images-4/": {},
"https://www.w3.org/TR/css-masking-1/": {},
"https://www.w3.org/TR/css-position-3/": {},
"https://www.w3.org/TR/css-round-display-1/": {},
"https://www.w3.org/TR/css-shapes-1/": {},
- "https://www.w3.org/TR/css-transforms-1/": {},
+ "https://www.w3.org/TR/css-transforms-1/": {
+ "anchors": [
+ "transform-rendering"
+ ]
+ },
+ "https://www.w3.org/TR/css-transforms-2/": {
+ "anchors": [
+ "ctm"
+ ]
+ },
"https://www.w3.org/TR/css-values-3/": {},
"https://www.w3.org/TR/css-values-4/": {},
- "https://www.w3.org/TR/css3-images/": {
+ "https://www.w3.org/TR/css-values-5/": {},
+ "https://www.w3.org/TR/css-values/": {
+ "anchors": [
+ "value-defs",
+ "percentages"
+ ]
+ },
+ "https://www.w3.org/TR/cssom/": {
+ "anchors": [
+ "serializing-css-values"
+ ]
+ },
+ "https://www.w3.org/TR/motion-1/": {},
+ "https://www.w3.org/TR/web-animations/": {
"anchors": [
- "gradients"
+ "animation-type"
]
},
- "https://www.w3.org/TR/css3-transitions/": {}
+ "https://www.w3.org/groups/wg/css": {},
+ "https://www.w3.org/groups/wg/css/ipr": {},
+ "https://www.w3.org/policies/patent-policy/20200915/": {
+ "anchors": [
+ "def-essential",
+ "sec-Disclosure"
+ ]
+ },
+ "https://www.w3.org/policies/process/20231103/": {
+ "anchors": [
+ "recs-and-notes"
+ ]
+ }
},
"autolinks": {
- "https://drafts.csswg.org/css-transforms-2/": {
+ "https://drafts.csswg.org/css-shapes-2/": {
"anchors": [
- "propdef-translate",
- "propdef-scale",
- "propdef-rotate"
+ "funcdef-shape"
]
},
- "https://www.w3.org/TR/CSS/": {
+ "https://www.w3.org/TR/CSS21/visuren.html": {
"anchors": [
- "vendor-prefix"
+ "x43"
]
},
- "https://www.w3.org/TR/css-cascade-4/": {
+ "https://www.w3.org/TR/SVG2/paths.html": {
"anchors": [
- "used-value"
+ "TermEquivalentPath",
+ "TermPathDirection",
+ "TermSegment-CompletingClosePath"
]
},
- "https://www.w3.org/TR/css-contain-1/": {
+ "https://www.w3.org/TR/SVG2/shapes.html": {
"anchors": [
- "propdef-contain"
+ "TermShapeElement"
]
},
- "https://www.w3.org/TR/css-masking-1/": {
+ "https://www.w3.org/TR/css-backgrounds-3/": {
"anchors": [
- "typedef-geometry-box",
- "valuedef-content-box0",
- "valuedef-padding-box0",
- "valuedef-border-box0",
- "valuedef-margin-box0",
- "valuedef-fill-box0",
- "valuedef-stroke-box0",
- "valuedef-view-box0"
+ "propdef-border-radius"
]
},
- "https://www.w3.org/TR/css-shapes-1/": {
+ "https://www.w3.org/TR/css-box-4/": {
"anchors": [
- "typedef-basic-shape",
- "funcdef-circle",
- "funcdef-inset",
- "funcdef-polygon",
- "funcdef-ellipse"
+ "typedef-coord-box"
]
},
- "https://www.w3.org/TR/css-transforms-1/": {
+ "https://www.w3.org/TR/css-cascade-5/": {
"anchors": [
- "local-coordinate-system",
- "propdef-transform",
- "propdef-transform-origin",
- "funcdef-transform-rotate"
+ "computed-value"
]
},
- "https://www.w3.org/TR/css-values-4/": {
+ "https://www.w3.org/TR/css-contain-2/": {
"anchors": [
- "comb-one",
- "comb-any",
- "typedef-length-percentage",
- "mult-opt",
- "mult-req"
+ "propdef-contain"
+ ]
+ },
+ "https://www.w3.org/TR/css-display-3/": {
+ "anchors": [
+ "box",
+ "containing-block"
]
},
- "https://www.w3.org/TR/css3-background/": {
+ "https://www.w3.org/TR/css-images-4/": {
"anchors": [
- "propdef-border-radius",
- "propdef-background-position"
+ "gradient-function"
]
},
- "https://www.w3.org/TR/css3-images/": {
+ "https://www.w3.org/TR/css-masking-1/": {
"anchors": [
- "position"
+ "typedef-geometry-box"
]
},
- "https://www.w3.org/TR/css3-positioning/": {
+ "https://www.w3.org/TR/css-position-3/": {
"anchors": [
- "stacking-context",
- "propdef-position",
- "valdef-position-static",
"propdef-left",
- "propdef-top"
+ "propdef-top",
+ "propdef-position",
+ "valdef-position-static"
+ ]
+ },
+ "https://www.w3.org/TR/css-shapes-1/": {
+ "anchors": [
+ "typedef-basic-shape",
+ "basic-shape-reference-box",
+ "funcdef-basic-shape-path",
+ "funcdef-basic-shape-circle",
+ "funcdef-basic-shape-ellipse",
+ "funcdef-basic-shape-polygon"
+ ]
+ },
+ "https://www.w3.org/TR/css-transforms-1/": {
+ "anchors": [
+ "propdef-transform",
+ "funcdef-transform-translate",
+ "transformable-element",
+ "propdef-transform-origin"
+ ]
+ },
+ "https://www.w3.org/TR/css-transforms-2/": {
+ "anchors": [
+ "propdef-translate",
+ "propdef-rotate",
+ "propdef-scale"
]
},
- "https://www.w3.org/TR/css3-values/": {
+ "https://www.w3.org/TR/css-values-4/": {
"anchors": [
+ "comb-one",
+ "comb-any",
"url-value",
"angle-value",
- "string-value",
- "length-value",
- "percentage-value"
+ "comb-all",
+ "mult-opt",
+ "typedef-length-percentage",
+ "mult-req"
]
},
- "https://www.w3.org/TR/motion-1/": {
+ "https://www.w3.org/TR/css-values-5/": {
"anchors": [
- "typedef-size"
+ "typedef-position"
]
},
- "https://www.w3.org/TR/svg2/shapes.html": {
+ "https://www.w3.org/TR/motion-1/": {
"anchors": [
- "TermShapeElement"
+ "offsetpath-pathfunc"
]
}
}
diff --git a/tr/links/webaudio.json b/tr/links/webaudio.json
index 5ce6e524e34b..2e709be20d1e 100644
--- a/tr/links/webaudio.json
+++ b/tr/links/webaudio.json
@@ -1,6 +1,6 @@
{
"spec": {
- "title": "Web Audio API",
+ "title": "Web Audio API 1.1",
"url": "https://www.w3.org/TR/webaudio/"
},
"links": {
@@ -47,10 +47,10 @@
"https://developer.mozilla.org/en-US/docs/Web/API/AudioContext/getOutputTimestamp": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioContext/outputLatency": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioContext/resume": {},
+ "https://developer.mozilla.org/en-US/docs/Web/API/AudioContext/setSinkId": {},
+ "https://developer.mozilla.org/en-US/docs/Web/API/AudioContext/sinkId": {},
+ "https://developer.mozilla.org/en-US/docs/Web/API/AudioContext/sinkchange_event": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioContext/suspend": {},
- "https://developer.mozilla.org/en-US/docs/Web/API/AudioContextOptions": {},
- "https://developer.mozilla.org/en-US/docs/Web/API/AudioContextOptions/latencyHint": {},
- "https://developer.mozilla.org/en-US/docs/Web/API/AudioContextOptions/sampleRate": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioDestinationNode": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioDestinationNode/maxChannelCount": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioListener": {},
@@ -72,7 +72,6 @@
"https://developer.mozilla.org/en-US/docs/Web/API/AudioNode/disconnect": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioNode/numberOfInputs": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioNode/numberOfOutputs": {},
- "https://developer.mozilla.org/en-US/docs/Web/API/AudioNodeOptions": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioParam": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioParam/cancelAndHoldAtTime": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioParam/cancelScheduledValues": {},
@@ -85,19 +84,24 @@
"https://developer.mozilla.org/en-US/docs/Web/API/AudioParam/setValueAtTime": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioParam/setValueCurveAtTime": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioParam/value": {},
+ "https://developer.mozilla.org/en-US/docs/Web/API/AudioParamMap": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioScheduledSourceNode": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioScheduledSourceNode/ended_event": {},
- "https://developer.mozilla.org/en-US/docs/Web/API/AudioScheduledSourceNode/onended": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioScheduledSourceNode/start": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioScheduledSourceNode/stop": {},
+ "https://developer.mozilla.org/en-US/docs/Web/API/AudioSinkInfo": {},
+ "https://developer.mozilla.org/en-US/docs/Web/API/AudioSinkInfo/type": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioWorklet": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioWorkletGlobalScope": {},
+ "https://developer.mozilla.org/en-US/docs/Web/API/AudioWorkletGlobalScope/currentFrame": {},
+ "https://developer.mozilla.org/en-US/docs/Web/API/AudioWorkletGlobalScope/currentTime": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioWorkletGlobalScope/registerProcessor": {},
+ "https://developer.mozilla.org/en-US/docs/Web/API/AudioWorkletGlobalScope/sampleRate": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioWorkletNode": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioWorkletNode/AudioWorkletNode": {},
- "https://developer.mozilla.org/en-US/docs/Web/API/AudioWorkletNode/onprocessorerror": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioWorkletNode/parameters": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioWorkletNode/port": {},
+ "https://developer.mozilla.org/en-US/docs/Web/API/AudioWorkletNode/processorerror_event": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioWorkletProcessor": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioWorkletProcessor/AudioWorkletProcessor": {},
"https://developer.mozilla.org/en-US/docs/Web/API/AudioWorkletProcessor/port": {},
@@ -124,9 +128,9 @@
"https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/decodeAudioData": {},
"https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/destination": {},
"https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/listener": {},
- "https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/onstatechange": {},
"https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/sampleRate": {},
"https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/state": {},
+ "https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/statechange_event": {},
"https://developer.mozilla.org/en-US/docs/Web/API/BiquadFilterNode": {},
"https://developer.mozilla.org/en-US/docs/Web/API/BiquadFilterNode/BiquadFilterNode": {},
"https://developer.mozilla.org/en-US/docs/Web/API/BiquadFilterNode/Q": {},
@@ -172,12 +176,8 @@
"https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamAudioSourceNode": {},
"https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamAudioSourceNode/MediaStreamAudioSourceNode": {},
"https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamAudioSourceNode/mediaStream": {},
- "https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamAudioSourceOptions": {},
- "https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamAudioSourceOptions/mediaStream": {},
"https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamTrackAudioSourceNode": {},
"https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamTrackAudioSourceNode/MediaStreamTrackAudioSourceNode": {},
- "https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamTrackAudioSourceOptions": {},
- "https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamTrackAudioSourceOptions/mediaStreamTrack": {},
"https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioCompletionEvent": {},
"https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioCompletionEvent/OfflineAudioCompletionEvent": {},
"https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioCompletionEvent/renderedBuffer": {},
@@ -185,7 +185,6 @@
"https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/OfflineAudioContext": {},
"https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/complete_event": {},
"https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/length": {},
- "https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/oncomplete": {},
"https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/resume": {},
"https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/startRendering": {},
"https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/suspend": {},
@@ -224,7 +223,7 @@
"https://en.wikipedia.org/wiki/Aliasing": {},
"https://en.wikipedia.org/wiki/All-pass_filter": {
"anchors": [
- "Digital_Implementation"
+ "Digital_implementation"
]
},
"https://en.wikipedia.org/wiki/Band-pass_filter": {},
@@ -241,150 +240,9 @@
"fetching"
]
},
- "https://github.com/WebAudio/web-audio-api/issues/": {},
- "https://github.com/WebAudio/web-audio-api/issues/1303": {},
- "https://github.com/WebAudio/web-audio-api/issues/1457": {},
- "https://github.com/WebAudio/web-audio-api/issues/1471": {},
- "https://github.com/WebAudio/web-audio-api/issues/1481": {},
- "https://github.com/WebAudio/web-audio-api/issues/1563": {},
- "https://github.com/WebAudio/web-audio-api/issues/1719": {},
- "https://github.com/WebAudio/web-audio-api/issues/1741": {},
- "https://github.com/WebAudio/web-audio-api/issues/1743": {},
- "https://github.com/WebAudio/web-audio-api/issues/1745": {},
- "https://github.com/WebAudio/web-audio-api/issues/1746": {},
- "https://github.com/WebAudio/web-audio-api/issues/1753": {},
- "https://github.com/WebAudio/web-audio-api/issues/1758": {},
- "https://github.com/WebAudio/web-audio-api/issues/1762": {},
- "https://github.com/WebAudio/web-audio-api/issues/1770": {},
- "https://github.com/WebAudio/web-audio-api/issues/1772": {},
- "https://github.com/WebAudio/web-audio-api/issues/1777": {},
- "https://github.com/WebAudio/web-audio-api/issues/1788": {},
- "https://github.com/WebAudio/web-audio-api/issues/1790": {},
- "https://github.com/WebAudio/web-audio-api/issues/1797": {},
- "https://github.com/WebAudio/web-audio-api/issues/1802": {},
- "https://github.com/WebAudio/web-audio-api/issues/1805": {},
- "https://github.com/WebAudio/web-audio-api/issues/1822": {},
- "https://github.com/WebAudio/web-audio-api/issues/1841": {},
- "https://github.com/WebAudio/web-audio-api/issues/1851": {},
- "https://github.com/WebAudio/web-audio-api/issues/1852": {},
- "https://github.com/WebAudio/web-audio-api/issues/1855": {},
- "https://github.com/WebAudio/web-audio-api/issues/1857": {},
- "https://github.com/WebAudio/web-audio-api/issues/1866": {},
- "https://github.com/WebAudio/web-audio-api/issues/1879": {},
- "https://github.com/WebAudio/web-audio-api/issues/1880": {},
- "https://github.com/WebAudio/web-audio-api/issues/1882": {},
- "https://github.com/WebAudio/web-audio-api/issues/1893": {},
- "https://github.com/WebAudio/web-audio-api/issues/1894": {},
- "https://github.com/WebAudio/web-audio-api/issues/1896": {},
- "https://github.com/WebAudio/web-audio-api/issues/1897": {},
- "https://github.com/WebAudio/web-audio-api/issues/1899": {},
- "https://github.com/WebAudio/web-audio-api/issues/1900": {},
- "https://github.com/WebAudio/web-audio-api/issues/1901": {},
- "https://github.com/WebAudio/web-audio-api/issues/1902": {},
- "https://github.com/WebAudio/web-audio-api/issues/1903": {},
- "https://github.com/WebAudio/web-audio-api/issues/1904": {},
- "https://github.com/WebAudio/web-audio-api/issues/1905": {},
- "https://github.com/WebAudio/web-audio-api/issues/1906": {},
- "https://github.com/WebAudio/web-audio-api/issues/1925": {},
- "https://github.com/WebAudio/web-audio-api/issues/1932": {},
- "https://github.com/WebAudio/web-audio-api/issues/1935": {},
- "https://github.com/WebAudio/web-audio-api/issues/1943": {},
- "https://github.com/WebAudio/web-audio-api/issues/1945": {},
- "https://github.com/WebAudio/web-audio-api/issues/1946": {},
- "https://github.com/WebAudio/web-audio-api/issues/1947": {},
- "https://github.com/WebAudio/web-audio-api/issues/1963": {},
- "https://github.com/WebAudio/web-audio-api/issues/1966": {},
- "https://github.com/WebAudio/web-audio-api/issues/1969": {},
- "https://github.com/WebAudio/web-audio-api/issues/1970": {},
- "https://github.com/WebAudio/web-audio-api/issues/1971": {},
- "https://github.com/WebAudio/web-audio-api/issues/1972": {},
- "https://github.com/WebAudio/web-audio-api/issues/1976": {},
- "https://github.com/WebAudio/web-audio-api/issues/1984": {},
- "https://github.com/WebAudio/web-audio-api/issues/1989": {},
- "https://github.com/WebAudio/web-audio-api/issues/2011": {},
- "https://github.com/WebAudio/web-audio-api/issues/2016": {},
- "https://github.com/WebAudio/web-audio-api/issues/2018": {},
- "https://github.com/WebAudio/web-audio-api/issues/2021": {},
- "https://github.com/WebAudio/web-audio-api/issues/2027": {},
- "https://github.com/WebAudio/web-audio-api/issues/2035": {},
- "https://github.com/WebAudio/web-audio-api/issues/2036": {},
- "https://github.com/WebAudio/web-audio-api/issues/2044": {},
- "https://github.com/WebAudio/web-audio-api/issues/2045": {},
- "https://github.com/WebAudio/web-audio-api/issues/2050": {},
- "https://github.com/WebAudio/web-audio-api/issues/2051": {},
- "https://github.com/WebAudio/web-audio-api/issues/2060": {},
- "https://github.com/WebAudio/web-audio-api/issues/2061": {},
- "https://github.com/WebAudio/web-audio-api/issues/2071": {},
- "https://github.com/WebAudio/web-audio-api/issues/2072": {},
- "https://github.com/WebAudio/web-audio-api/issues/2073": {},
- "https://github.com/WebAudio/web-audio-api/issues/2074": {},
- "https://github.com/WebAudio/web-audio-api/issues/2082": {},
- "https://github.com/WebAudio/web-audio-api/issues/2083": {},
- "https://github.com/WebAudio/web-audio-api/issues/2087": {},
- "https://github.com/WebAudio/web-audio-api/issues/2096": {},
- "https://github.com/WebAudio/web-audio-api/issues/2113": {},
- "https://github.com/WebAudio/web-audio-api/issues/2147": {},
- "https://github.com/WebAudio/web-audio-api/issues/2148": {},
- "https://github.com/WebAudio/web-audio-api/issues/2149": {},
- "https://github.com/WebAudio/web-audio-api/issues/2150": {},
- "https://github.com/WebAudio/web-audio-api/issues/2152": {},
- "https://github.com/WebAudio/web-audio-api/issues/2153": {},
- "https://github.com/WebAudio/web-audio-api/issues/2154": {},
- "https://github.com/WebAudio/web-audio-api/issues/2155": {},
- "https://github.com/WebAudio/web-audio-api/issues/2165": {},
- "https://github.com/WebAudio/web-audio-api/issues/2169": {},
- "https://github.com/WebAudio/web-audio-api/issues/2171": {},
- "https://github.com/WebAudio/web-audio-api/issues/2184": {},
- "https://github.com/WebAudio/web-audio-api/issues/2191": {},
- "https://github.com/WebAudio/web-audio-api/issues/2193": {},
- "https://github.com/WebAudio/web-audio-api/issues/2197": {},
- "https://github.com/WebAudio/web-audio-api/issues/2206": {},
- "https://github.com/WebAudio/web-audio-api/issues/2213": {},
- "https://github.com/WebAudio/web-audio-api/issues/2216": {},
- "https://github.com/WebAudio/web-audio-api/issues/2225": {},
- "https://github.com/WebAudio/web-audio-api/issues/2227": {},
- "https://github.com/WebAudio/web-audio-api/issues/2231": {},
- "https://github.com/WebAudio/web-audio-api/issues/2240": {},
- "https://github.com/WebAudio/web-audio-api/issues/2242": {},
- "https://github.com/WebAudio/web-audio-api/issues/2252": {},
- "https://github.com/WebAudio/web-audio-api/pull/2201": {},
- "https://github.com/WebAudio/web-audio-api/pull/2210": {},
- "https://github.com/WebAudio/web-audio-api/pull/2219": {},
- "https://github.com/WebAudio/web-audio-api/pull/2250": {},
- "https://github.com/WebAudio/web-audio-api/pull/2253": {},
- "https://github.com/WebAudio/web-audio-api/pull/2256": {},
- "https://github.com/WebAudio/web-audio-api/pull/2266": {},
- "https://github.com/WebAudio/web-audio-api/pull/2273": {},
- "https://github.com/WebAudio/web-audio-api/pull/2277": {},
- "https://github.com/WebAudio/web-audio-api/pull/2286": {},
- "https://github.com/WebAudio/web-audio-api/pull/2298": {},
- "https://github.com/WebAudio/web-audio-api/pull/2301": {},
- "https://github.com/WebAudio/web-audio-api/pull/2304": {},
- "https://github.com/WebAudio/web-audio-api/pull/2306": {},
- "https://github.com/WebAudio/web-audio-api/pull/2307": {},
- "https://github.com/WebAudio/web-audio-api/pull/2308": {},
- "https://github.com/WebAudio/web-audio-api/pull/2310": {},
- "https://github.com/WebAudio/web-audio-api/pull/2311": {},
- "https://github.com/WebAudio/web-audio-api/pull/2312": {},
- "https://github.com/WebAudio/web-audio-api/pull/2317": {},
- "https://github.com/WebAudio/web-audio-api/pull/2318": {},
- "https://github.com/WebAudio/web-audio-api/pull/2328": {},
- "https://github.com/WebAudio/web-audio-api/pull/2331": {},
- "https://github.com/WebAudio/web-audio-api/pull/2333": {},
- "https://github.com/WebAudio/web-audio-api/pull/2334": {},
- "https://heycam.github.io/webidl/": {
- "anchors": [
- "dfn-get-buffer-source-reference",
- "es-to-sequence",
- "dictionary-to-es",
- "web-idl-arguments-list",
- "web-idl-arguments-list-converting"
- ]
- },
+ "https://github.com/WebAudio/web-audio-api/issues/new": {},
"https://html.spec.whatwg.org/": {
"anchors": [
- "concept-current-everything",
- "responsible-document",
"cors-cross-origin",
"unloading-document-cleanup-steps"
]
@@ -392,12 +250,11 @@
"https://html.spec.whatwg.org/multipage/": {},
"https://html.spec.whatwg.org/multipage/browsers.html": {
"anchors": [
- "fully-active"
+ "origin"
]
},
"https://html.spec.whatwg.org/multipage/infrastructure.html": {
"anchors": [
- "event",
"in-parallel"
]
},
@@ -407,11 +264,6 @@
"queue-a-media-element-task"
]
},
- "https://html.spec.whatwg.org/multipage/origin.html": {
- "anchors": [
- "origin"
- ]
- },
"https://html.spec.whatwg.org/multipage/web-messaging.html": {
"anchors": [
"ports-and-garbage-collection"
@@ -419,16 +271,10 @@
},
"https://html.spec.whatwg.org/multipage/webappapis.html": {
"anchors": [
- "eventhandler",
- "the-errorevent-interface",
"task-queue"
]
},
- "https://infra.spec.whatwg.org/": {
- "anchors": [
- "map-exists"
- ]
- },
+ "https://infra.spec.whatwg.org/": {},
"https://lists.w3.org/Archives/Public/public-audio/": {},
"https://mimesniff.spec.whatwg.org/": {
"anchors": [
@@ -443,22 +289,26 @@
]
},
"https://pdfs.semanticscholar.org/cfd2/6a17234696593919df3f880a235d6ac5871d.pdf": {},
- "https://tc39.es/ecma262/": {
+ "https://tc39.es/ecma262": {
"anchors": [
"sec-isconstructor",
"sec-get-o-p",
- "sec-ecmascript-data-types-and-values",
+ "sec-ecmascript-data-types-and-values"
+ ]
+ },
+ "https://tc39.es/ecma262/": {
+ "anchors": [
"sec-setintegritylevel",
"sec-returnifabrupt-shorthands",
"sec-iscallable",
"sec-throwcompletion",
- "sec-native-error-types-used-in-this-standard-typeerror"
+ "sec-native-error-types-used-in-this-standard-typeerror",
+ "sec-completion-record-specification-type"
]
},
+ "https://tc39.es/ecma262/multipage/": {},
"https://tc39.github.io/ecma262/": {
"anchors": [
- "sec-isdetachedbuffer",
- "sec-detacharraybuffer",
"sec-createbytedatablock",
"sec-get-o-p",
"sec-completion-record-specification-type",
@@ -466,27 +316,22 @@
"sec-toboolean"
]
},
- "https://webaudio.github.io/web-audio-api/implementation-report.html": {},
- "https://www.khronos.org/registry/webgl/specs/latest/2.0/": {},
- "https://www.w3.org/2004/01/pp-impl/46884/status": {},
- "https://www.w3.org/2011/audio/": {},
- "https://www.w3.org/2020/Process-20200915/": {
- "anchors": [
- "allow-new-features"
- ]
- },
- "https://www.w3.org/Consortium/Patent-Policy-20200915/": {
+ "https://webaudio.github.io/Audio-EQ-Cookbook/audio-eq-cookbook.html": {},
+ "https://webidl.spec.whatwg.org/": {
"anchors": [
- "def-essential",
- "sec-Disclosure"
+ "es-to-sequence",
+ "dictionary-to-es",
+ "web-idl-arguments-list",
+ "web-idl-arguments-list-converting"
]
},
+ "https://www.khronos.org/registry/webgl/specs/latest/2.0/": {},
+ "https://www.w3.org/2011/audio/": {},
"https://www.w3.org/TR/": {},
- "https://www.w3.org/TR/2021/NOTE-audio-eq-cookbook-20210608/": {},
"https://www.w3.org/TR/2dcontext/": {},
"https://www.w3.org/TR/hr-time-3/": {
"anchors": [
- "sec-privacy-security"
+ "sec-privacy"
]
},
"https://www.w3.org/TR/mediacapture-fromelement/": {
@@ -506,7 +351,21 @@
]
},
"https://www.w3.org/TR/webaudio-usecases/": {},
+ "https://www.w3.org/TR/webcodecs/": {},
"https://www.w3.org/TR/webrtc/": {},
+ "https://www.w3.org/groups/wg/audio": {},
+ "https://www.w3.org/groups/wg/audio/ipr": {},
+ "https://www.w3.org/policies/patent-policy/": {
+ "anchors": [
+ "def-essential",
+ "sec-Disclosure"
+ ]
+ },
+ "https://www.w3.org/policies/process/20231103/": {
+ "anchors": [
+ "recs-and-notes"
+ ]
+ },
"https://xhr.spec.whatwg.org/": {}
},
"autolinks": {
@@ -518,49 +377,14 @@
"dictdef-eventinit"
]
},
- "https://heycam.github.io/webidl/": {
+ "https://html.spec.whatwg.org/multipage/document-sequences.html": {
"anchors": [
- "idl-undefined",
- "idl-DOMException",
- "Exposed",
- "idl-float",
- "idl-double",
- "SameObject",
- "SecureContext",
- "idl-unsigned-long",
- "idl-sequence",
- "idl-promise",
- "idl-ArrayBuffer",
- "notsupportederror",
- "indexsizeerror",
- "invalidstateerror",
- "this",
- "a-promise-rejected-with",
- "datacloneerror",
- "encodingerror",
- "idl-DOMString",
- "idl-Float32Array",
- "unknownerror",
- "dfn-get-buffer-source-reference",
- "dfn-get-buffer-source-copy",
- "invalidaccesserror",
- "exceptiondef-rangeerror",
- "idl-Uint8Array",
- "idl-boolean",
- "dfn-conforming-implementation",
- "idl-long",
- "idl-object",
- "Global",
- "idl-unsigned-long-long",
- "exceptiondef-typeerror",
- "construct-a-callback-function",
- "idl-record",
- "idl-frozen-array"
+ "fully-active"
]
},
- "https://html.spec.whatwg.org/multipage/browsers.html": {
+ "https://html.spec.whatwg.org/multipage/indices.html": {
"anchors": [
- "fully-active"
+ "event-close"
]
},
"https://html.spec.whatwg.org/multipage/interaction.html": {
@@ -572,44 +396,45 @@
"anchors": [
"audio",
"video",
- "htmlmediaelement"
+ "htmlmediaelement",
+ "queue-a-media-element-task"
+ ]
+ },
+ "https://html.spec.whatwg.org/multipage/nav-history-apis.html": {
+ "anchors": [
+ "concept-document-window"
]
},
"https://html.spec.whatwg.org/multipage/structured-data.html": {
"anchors": [
- "structureddeserialize",
"structuredserializewithtransfer",
+ "structureddeserialize",
"structuredserialize"
]
},
"https://html.spec.whatwg.org/multipage/web-messaging.html": {
"anchors": [
- "messageport",
"messagechannel",
"dom-messagechannel-port1",
"dom-messagechannel-port2",
- "dom-messageport-close"
+ "messageport"
]
},
"https://html.spec.whatwg.org/multipage/webappapis.html": {
"anchors": [
"eventhandler",
+ "event-handlers",
"concept-relevant-global",
+ "current-settings-object",
"queue-a-task",
"errorevent",
"prepare-to-run-script",
- "current-settings-object",
"prepare-to-run-a-callback",
"clean-up-after-running-a-callback",
"clean-up-after-running-script",
"perform-a-microtask-checkpoint"
]
},
- "https://html.spec.whatwg.org/multipage/window-object.html": {
- "anchors": [
- "concept-document-window"
- ]
- },
"https://html.spec.whatwg.org/multipage/worklets.html": {
"anchors": [
"worklet",
@@ -622,6 +447,7 @@
},
"https://infra.spec.whatwg.org/": {
"anchors": [
+ "map-exists",
"code-unit",
"struct",
"struct-item",
@@ -633,9 +459,49 @@
"sec-data-blocks"
]
},
- "https://www.w3.org/TR/WebIDL/": {
+ "https://webidl.spec.whatwg.org/": {
"anchors": [
- "dfn-present"
+ "idl-undefined",
+ "idl-DOMException",
+ "Exposed",
+ "idl-float",
+ "idl-double",
+ "idl-unsigned-long",
+ "SameObject",
+ "SecureContext",
+ "idl-sequence",
+ "idl-promise",
+ "idl-ArrayBuffer",
+ "notsupportederror",
+ "indexsizeerror",
+ "invalidstateerror",
+ "this",
+ "a-promise-rejected-with",
+ "buffersource-detached",
+ "dfn-detach",
+ "datacloneerror",
+ "encodingerror",
+ "idl-DOMString",
+ "invalidaccesserror",
+ "notallowederror",
+ "notfounderror",
+ "idl-Float32Array",
+ "unknownerror",
+ "arraybufferview-write",
+ "dfn-get-buffer-source-copy",
+ "exceptiondef-rangeerror",
+ "idl-Uint8Array",
+ "buffersource-byte-length",
+ "idl-boolean",
+ "dfn-conforming-implementation",
+ "idl-long",
+ "idl-object",
+ "Global",
+ "idl-unsigned-long-long",
+ "exceptiondef-typeerror",
+ "construct-a-callback-function",
+ "idl-record",
+ "idl-frozen-array"
]
},
"https://www.w3.org/TR/hr-time-3/": {
@@ -648,6 +514,7 @@
"dom-mediadevices-getusermedia",
"dom-mediastream",
"dom-mediastreamtrack",
+ "dom-mediadevices-enumeratedevices",
"dom-mediadevices"
]
}
diff --git a/tr/links/webgpu.json b/tr/links/webgpu.json
index 40064f0541ac..2e10db6de979 100644
--- a/tr/links/webgpu.json
+++ b/tr/links/webgpu.json
@@ -123,6 +123,9 @@
"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",
@@ -265,17 +268,17 @@
"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"
@@ -344,9 +347,9 @@
"domexception-name",
"domexception-message",
"NewObject",
+ "AllowSharedBufferSource",
"idl-Uint32Array",
"dfn-get-buffer-source-copy",
- "AllowSharedBufferSource",
"idl-DataView",
"invalidstateerror"
]
diff --git a/tr/refs/css-conditional-5.json b/tr/refs/css-conditional-5.json
index 73aaa6332cc4..b8a0dc1ac190 100644
--- a/tr/refs/css-conditional-5.json
+++ b/tr/refs/css-conditional-5.json
@@ -29,10 +29,6 @@
"name": "CSS-CONDITIONAL-4",
"url": "https://www.w3.org/TR/css-conditional-4/"
},
- {
- "name": "CSS-CONDITIONAL-5",
- "url": "https://www.w3.org/TR/css-conditional-5/"
- },
{
"name": "CSS-CONTAIN-2",
"url": "https://www.w3.org/TR/css-contain-2/"
@@ -53,6 +49,26 @@
"name": "CSS-FONTS-5",
"url": "https://www.w3.org/TR/css-fonts-5/"
},
+ {
+ "name": "CSS-OVERFLOW-3",
+ "url": "https://www.w3.org/TR/css-overflow-3/"
+ },
+ {
+ "name": "CSS-POSITION-3",
+ "url": "https://www.w3.org/TR/css-position-3/"
+ },
+ {
+ "name": "CSS-SCOPING-1",
+ "url": "https://www.w3.org/TR/css-scoping-1/"
+ },
+ {
+ "name": "CSS-SCROLL-SNAP-2",
+ "url": "https://www.w3.org/TR/css-scroll-snap-2/"
+ },
+ {
+ "name": "CSS-SHADOW-PARTS-1",
+ "url": "https://www.w3.org/TR/css-shadow-parts-1/"
+ },
{
"name": "CSS-SIZING-3",
"url": "https://www.w3.org/TR/css-sizing-3/"
@@ -85,10 +101,6 @@
"name": "CSSOM-VIEW-1",
"url": "https://www.w3.org/TR/cssom-view-1/"
},
- {
- "name": "DOM",
- "url": "https://dom.spec.whatwg.org/"
- },
{
"name": "MEDIAQUERIES-4",
"url": "https://www.w3.org/TR/mediaqueries-4/"
@@ -123,14 +135,6 @@
"name": "CSS-PSEUDO-4",
"url": "https://www.w3.org/TR/css-pseudo-4/"
},
- {
- "name": "CSS-SCOPING-1",
- "url": "https://www.w3.org/TR/css-scoping-1/"
- },
- {
- "name": "CSS-SHADOW-PARTS-1",
- "url": "https://www.w3.org/TR/css-shadow-parts-1/"
- },
{
"name": "CSS22",
"url": "https://www.w3.org/TR/CSS22/"
diff --git a/tr/refs/motion-1.json b/tr/refs/motion-1.json
index c9902b0aa4e3..d90a24bc7017 100644
--- a/tr/refs/motion-1.json
+++ b/tr/refs/motion-1.json
@@ -10,44 +10,56 @@
"url": "https://www.w3.org/TR/css-backgrounds-3/"
},
{
- "name": "CSS-CASCADE-4",
- "url": "https://www.w3.org/TR/css-cascade-4/"
+ "name": "CSS-BOX-3",
+ "url": "https://www.w3.org/TR/css-box-3/"
},
{
- "name": "CSS-CONTAIN-1",
- "url": "https://www.w3.org/TR/css-contain-1/"
+ "name": "CSS-BOX-4",
+ "url": "https://www.w3.org/TR/css-box-4/"
},
{
- "name": "CSS-MASKING-1",
- "url": "https://www.w3.org/TR/css-masking-1/"
+ "name": "CSS-CASCADE-5",
+ "url": "https://www.w3.org/TR/css-cascade-5/"
},
{
- "name": "CSS-POSITION-3",
- "url": "https://www.w3.org/TR/css-position-3/"
+ "name": "CSS-CONTAIN-2",
+ "url": "https://www.w3.org/TR/css-contain-2/"
+ },
+ {
+ "name": "CSS-DISPLAY-3",
+ "url": "https://www.w3.org/TR/css-display-3/"
+ },
+ {
+ "name": "CSS-IMAGES-4",
+ "url": "https://www.w3.org/TR/css-images-4/"
},
{
"name": "CSS-SHAPES",
"url": "https://www.w3.org/TR/css-shapes-1/"
},
+ {
+ "name": "CSS-SHAPES-2",
+ "url": "https://drafts.csswg.org/css-shapes-2/"
+ },
{
"name": "CSS-TRANSFORMS-1",
"url": "https://www.w3.org/TR/css-transforms-1/"
},
{
"name": "CSS-TRANSFORMS-2",
- "url": "https://drafts.csswg.org/css-transforms-2/"
+ "url": "https://www.w3.org/TR/css-transforms-2/"
},
{
"name": "CSS-VALUES-4",
"url": "https://www.w3.org/TR/css-values-4/"
},
{
- "name": "CSS21",
- "url": "https://www.w3.org/TR/CSS2/"
+ "name": "CSS-VALUES-5",
+ "url": "https://www.w3.org/TR/css-values-5/"
},
{
- "name": "CSS3-IMAGES",
- "url": "https://www.w3.org/TR/css3-images/"
+ "name": "CSS21",
+ "url": "https://www.w3.org/TR/CSS21/"
},
{
"name": "CSS3VAL",
@@ -55,7 +67,7 @@
},
{
"name": "RFC2119",
- "url": "https://tools.ietf.org/html/rfc2119"
+ "url": "https://datatracker.ietf.org/doc/html/rfc2119"
},
{
"name": "SVG11",
@@ -67,9 +79,21 @@
}
],
"informative": [
+ {
+ "name": "CSS-MASKING-1",
+ "url": "https://www.w3.org/TR/css-masking-1/"
+ },
+ {
+ "name": "CSS-POSITION-3",
+ "url": "https://www.w3.org/TR/css-position-3/"
+ },
{
"name": "CSS-ROUND-DISPLAY-1",
"url": "https://www.w3.org/TR/css-round-display-1/"
+ },
+ {
+ "name": "MOTION-1",
+ "url": "https://www.w3.org/TR/motion-1/"
}
]
}
diff --git a/tr/refs/webaudio.json b/tr/refs/webaudio.json
index ca9acdf62c87..a49dd91baf82 100644
--- a/tr/refs/webaudio.json
+++ b/tr/refs/webaudio.json
@@ -1,6 +1,6 @@
{
"spec": {
- "title": "Web Audio API",
+ "title": "Web Audio API 1.1",
"url": "https://www.w3.org/TR/webaudio/"
},
"refs": {
@@ -11,7 +11,7 @@
},
{
"name": "ECMASCRIPT",
- "url": "https://tc39.es/ecma262/"
+ "url": "https://tc39.es/ecma262/multipage/"
},
{
"name": "FETCH",
@@ -42,8 +42,12 @@
"url": "https://datatracker.ietf.org/doc/html/rfc2119"
},
{
- "name": "WebIDL",
- "url": "https://heycam.github.io/webidl/"
+ "name": "SECURITY-PRIVACY-QUESTIONNAIRE",
+ "url": "https://www.w3.org/TR/security-privacy-questionnaire/"
+ },
+ {
+ "name": "WEBIDL",
+ "url": "https://webidl.spec.whatwg.org/"
},
{
"name": "WEBRTC",
@@ -63,6 +67,10 @@
"name": "WEBAUDIO-USECASES",
"url": "https://www.w3.org/TR/webaudio-usecases/"
},
+ {
+ "name": "WEBCODECS",
+ "url": "https://www.w3.org/TR/webcodecs/"
+ },
{
"name": "WEBGL",
"url": "https://www.khronos.org/registry/webgl/specs/latest/2.0/"