Skip to content

Commit 0e1b3f0

Browse files
deploy: de3618e
1 parent d6b421c commit 0e1b3f0

3 files changed

Lines changed: 6466 additions & 3173 deletions

File tree

expected-errs.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,45 @@ LINE: Can't find the 'destinationNode' argument of method 'AudioNode/disconnect(
1313
LINE: Can't find the 'destinationNode' argument of method 'AudioNode/disconnect(destinationParam, output)' in the argumentdef block.
1414
LINE: Can't find the 'destinationNode' argument of method 'AudioNode/disconnect(destinationParam, output)' in the argumentdef block.
1515
LINE: Can't find the 'input' argument of method 'AudioNode/disconnect(destinationParam, output)' in the argumentdef block.
16+
LINE: Multiple possible 'audio' element refs.
17+
Arbitrarily chose https://html.spec.whatwg.org/multipage/media.html#audio
18+
To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block:
19+
spec:html; type:element; text:audio
20+
spec:epub-34; type:element; text:audio
21+
<{audio}>
22+
LINE: Multiple possible 'audio' element refs.
23+
Arbitrarily chose https://html.spec.whatwg.org/multipage/media.html#audio
24+
To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block:
25+
spec:html; type:element; text:audio
26+
spec:epub-34; type:element; text:audio
27+
<{audio}>
28+
LINE: Multiple possible 'audio' element refs.
29+
Arbitrarily chose https://html.spec.whatwg.org/multipage/media.html#audio
30+
To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block:
31+
spec:html; type:element; text:audio
32+
spec:epub-34; type:element; text:audio
33+
<{audio}>
34+
LINE: Multiple possible 'audio' element refs.
35+
Arbitrarily chose https://html.spec.whatwg.org/multipage/media.html#audio
36+
To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block:
37+
spec:html; type:element; text:audio
38+
spec:epub-34; type:element; text:audio
39+
<{audio}>
40+
LINE: Multiple possible 'audio' element refs.
41+
Arbitrarily chose https://html.spec.whatwg.org/multipage/media.html#audio
42+
To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block:
43+
spec:html; type:element; text:audio
44+
spec:epub-34; type:element; text:audio
45+
<{audio}>
1646
LINE: No 'idl' refs found for '[CC-MODE]'.
1747
{{ChannelCountMode/[CC-MODE]}}
1848
LINE: No 'idl' refs found for '[CC-INTERP]'.
1949
{{ChannelInterpretation/[CC-INTERP]}}
50+
LINE: Multiple possible 'audio' element refs.
51+
Arbitrarily chose https://html.spec.whatwg.org/multipage/media.html#audio
52+
To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block:
53+
spec:html; type:element; text:audio
54+
spec:epub-34; type:element; text:audio
55+
<{audio}>
2056
LINE: W3C policy requires Privacy Considerations and Security Considerations to be separate sections, but you appear to have them combined into one.
2157
✔ Successfully generated, but fatal errors were suppressed

index.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9727,7 +9727,7 @@ Dictionary {{PeriodicWaveOptions}} Members</h5>
97279727
The {{PeriodicWaveOptions/real}} parameter represents an array of
97289728
<code>cosine</code> terms. The first element (index 0) is the
97299729
DC-offset of the periodic waveform. The second element
9730-
(index 1) represents the fundmental frequency. The
9730+
(index 1) represents the fundamental frequency. The
97319731
third represents the first overtone and so on.
97329732
</dl>
97339733

@@ -12109,7 +12109,8 @@ Running a <a>control message</a> to end an {{AudioContext}} |context|
1210912109
The {{AudioContext}} |audioContext| performs the following steps on <a>rendering thread</a> in the
1211012110
event of an audio system resource error.
1211112111

12112-
1. If the |audioContext|'s {{[[rendering thread state]]}} is <code>running</code>:
12112+
1. If the |audioContext|'s {{[[rendering thread state]]}} is <code>running</code>
12113+
or <code>interrupted</code>:
1211312114

1211412115
1. Attempt to <a>release system resources</a>.
1211512116

0 commit comments

Comments
 (0)