WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
19305
HTML5 <audio>: playback past 'end' position
https://bugs.webkit.org/show_bug.cgi?id=19305
Summary
HTML5 <audio>: playback past 'end' position
Markus Walther
Reported
2008-05-29 05:50:11 PDT
Unlike with the 'start' attribute, 'end' position setting seems not to work accurately: audio playback stops approx. 0.4 seconds later, and 'end' values <= 'start' still result in audible sound for approx. 0.4 seconds. Example: <script> var audio = new Audio("sample.wav"); audio.start= 0.873; audio.end = 1.0; audio.play(); </script>
Attachments
Add attachment
proposed patch, testcase, etc.
Mark Rowe (bdash)
Comment 1
2008-05-30 11:49:17 PDT
<
rdar://problem/5975182
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug