[Bug 12608] <video> define exact order and state during the last progress event

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12608

Philip Jägenstedt <philipj@opera.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |philipj@opera.com

--- Comment #1 from Philip Jägenstedt <philipj@opera.com> 2011-05-05 13:06:05 UTC ---
Somewhat related to http://www.w3.org/Bugs/Public/show_bug.cgi?id=12267

"Once the entire media resource has been fetched (but potentially before any of
it has been decoded) Queue a task to fire a simple event named progress at the
media element."

The details of this last progress event fired because the entire media resource
has been fetched is not so clear. After the state changes and events are made
to be in sync, the spec should require that it be fired while networkState is
still LOADING, that is before the suspend event. Additionally, this should
happen not only when the entire resource has been fetched, but any time that
buffering has stopped, e.g. due to preload buffering strategy.

-- 
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 Thursday, 5 May 2011 13:06:07 UTC