Skip to content

Commit f630a6b

Browse files
committed
fixing multiline argumentdef issues
1 parent 9c87cc8 commit f630a6b

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

index.bs

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4263,18 +4263,8 @@ Methods</h4>
42634263
the original timeline would have had at time \(t_c\).
42644264
</div>
42654265

4266-
A {{RangeError}} is only thrown for negative cancelTime values for
4267-
cancelAndHoldAtTime and cancelScheduledValues.
4268-
42694266
<pre class=argumentdef for="AudioParam/cancelAndHoldAtTime()">
4270-
cancelTime: The time after which any previously scheduled parameter
4271-
changes will be cancelled. It is a time in the same time coordinate
4272-
system as the {{AudioContext}}'s {{BaseAudioContext/currentTime}}
4273-
attribute. <span class="synchronous">A {{RangeError}} exception
4274-
MUST be thrown if <code>cancelTime</code> is negative.
4275-
If {{AudioParam/cancelAndHoldAtTime()/cancelTime}} is less than
4276-
{{BaseAudioContext/currentTime}}, it is clamped to
4277-
{{BaseAudioContext/currentTime}}.
4267+
cancelTime: The time after which any previously scheduled parameter changes will be cancelled. It is a time in the same time coordinate system as the {{AudioContext}}'s {{BaseAudioContext/currentTime}} attribute. <span class="synchronous">A {{RangeError}} exception MUST be thrown if <code>cancelTime</code> is negative. If {{AudioParam/cancelAndHoldAtTime()/cancelTime}} is less than {{BaseAudioContext/currentTime}}, it is clamped to {{BaseAudioContext/currentTime}}.
42784268
</pre>
42794269

42804270
<div>
@@ -4301,13 +4291,7 @@ Methods</h4>
43014291
removed from the timeline.
43024292

43034293
<pre class=argumentdef for="AudioParam/cancelScheduledValues()">
4304-
cancelTime: The time after which any previously scheduled parameter
4305-
changes will be cancelled. It is a time in the same time coordinate
4306-
system as the {{AudioContext}}'s {{BaseAudioContext/currentTime}}
4307-
attribute. <span class="synchronous">A {{RangeError}} exception
4308-
MUST be thrown if <code>cancelTime</code> is negative.</span> If
4309-
<code>cancelTime</code> is less than {{BaseAudioContext/currentTime}},
4310-
it is clamped to {{BaseAudioContext/currentTime}}.
4294+
cancelTime: The time after which any previously scheduled parameter changes will be cancelled. It is a time in the same time coordinate system as the {{AudioContext}}'s {{BaseAudioContext/currentTime}} attribute. <span class="synchronous">A {{RangeError}} exception MUST be thrown if <code>cancelTime</code> is negative.</span> If <code>cancelTime</code> is less than {{BaseAudioContext/currentTime}}, it is clamped to {{BaseAudioContext/currentTime}}.
43114295
</pre>
43124296

43134297
<div>

0 commit comments

Comments
 (0)