[Bug 18592] How much is "enough data to ensure uninterrupted playback"

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18592

--- Comment #7 from Philip J <philipj@opera.com> 2012-08-20 08:48:10 UTC ---
I think that after going to HAVE_METADATA for the first time, readyState could
be defined entirely in terms of currentTime and buffered:

* HAVE_METADATA: currentTime is not in a buffered range.
* HAVE_CURRENT_DATA: currentTime is exactly at the end of a buffered range.
* HAVE_FUTURE_DATA: currentTime is in a buffered range, but not at the end.

-- 
Configure bugmail: https://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 Monday, 20 August 2012 08:48:11 UTC