Skip to content

Commit 0111b3e

Browse files
committed
deploy: 88a3f35
1 parent d298e7f commit 0111b3e

2 files changed

Lines changed: 26 additions & 29 deletions

File tree

index.bs

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5388,11 +5388,9 @@ Methods</h4>
53885388
1. The context is <a>allowed to start</a>.
53895389
1. {{[[suspended by user]]}} flag is <code>false</code>.
53905390

5391-
NOTE: This allows
5392-
{{AudioBufferSourceNode/start()}} to
5393-
start an {{AudioContext}} that would
5394-
otherwise not be <a>allowed to
5395-
start</a>.
5391+
NOTE: This can allow {{AudioScheduledSourceNode/start()}} to start
5392+
an {{AudioContext}} that is currently <a>allowed to start</a>,
5393+
but has previously been prevented from starting.
53965394
</div>
53975395

53985396
<pre class=argumentdef for="AudioScheduledSourceNode/start(when)">
@@ -6161,11 +6159,9 @@ Methods</h4>
61616159
1. The context is <a>allowed to start</a>.
61626160
1. {{[[suspended by user]]}} flag is <code>false</code>.
61636161

6164-
NOTE: This allows
6165-
{{AudioBufferSourceNode/start()}} to start an
6166-
{{AudioContext}} that would otherwise not be
6167-
<a>allowed to start</a>.
6168-
6162+
NOTE: This can allow {{AudioBufferSourceNode/start()}} to start
6163+
an {{AudioContext}} that is currently <a>allowed to start</a>,
6164+
but has previously been prevented from starting.
61696165
</div>
61706166

61716167
<div algorithm="run a control message to start the AudioBufferSourceNode">

0 commit comments

Comments
 (0)