Skip to content

Commit

Permalink
Reword notes for ASSN and ABSN start() methods (#2589)
Browse files Browse the repository at this point in the history
* Fix incorrect link to AudioScheduledSourceNode/start()

* Clarify Note for ASSN and ABSN `start()` method
  • Loading branch information
majaha authored Jul 16, 2024
1 parent fd14ad2 commit 88a3f35
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5388,11 +5388,9 @@ Methods</h4>
1. The context is <a>allowed to start</a>.
1. {{[[suspended by user]]}} flag is <code>false</code>.

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

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

NOTE: This allows
{{AudioBufferSourceNode/start()}} to start an
{{AudioContext}} that would otherwise not be
<a>allowed to start</a>.

NOTE: This can allow {{AudioBufferSourceNode/start()}} to start
an {{AudioContext}} that is currently <a>allowed to start</a>,
but has previously been prevented from starting.
</div>

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

0 comments on commit 88a3f35

Please sign in to comment.