- From: <bugzilla@jessica.w3.org>
- Date: Tue, 26 Apr 2011 15:40:26 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12559 Philip Jägenstedt <philipj@opera.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |philipj@opera.com Summary|Make paused true at |<video> Make paused true at |playback end |playback end --- Comment #1 from Philip Jägenstedt <philipj@opera.com> 2011-04-26 15:40:26 UTC --- This is a long-standing piece of ugliness in the spec that's just been left in. When playback ends, the paused state does not automatically change, so any UI must look at both the paused state and the ended state to decide whether to show a play button or pause button. If they don't, you'll end up with a UI that shows the wrong thing at playback end and a button you have to click twice for playback to start over. I've seen confusion about this pop up now and again. While it's easy enough to work around, it'd be nice if it would just work to begin with. So, unless there are good reasons for the current design, I suggest we change it to pause automatically at playback end. -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Tuesday, 26 April 2011 15:40:28 UTC