Skip to content

Commit a77c6d3

Browse files
Merge branch 'WebAudio:main' into sample-rate
2 parents 0bbc458 + de3618e commit a77c6d3

2 files changed

Lines changed: 37 additions & 1 deletion

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9725,7 +9725,7 @@ Dictionary {{PeriodicWaveOptions}} Members</h5>
97259725
The {{PeriodicWaveOptions/real}} parameter represents an array of
97269726
<code>cosine</code> terms. The first element (index 0) is the
97279727
DC-offset of the periodic waveform. The second element
9728-
(index 1) represents the fundmental frequency. The
9728+
(index 1) represents the fundamental frequency. The
97299729
third represents the first overtone and so on.
97309730
</dl>
97319731

0 commit comments

Comments
 (0)