Bug 55299 - readyState should be HAVE_CURRENT_DATA when playback has ended
Summary: readyState should be HAVE_CURRENT_DATA when playback has ended
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-26 08:35 PST by Eric Carlson
Modified: 2011-02-26 08:35 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Carlson 2011-02-26 08:35:01 PST
http://www.w3.org/TR/html5/video.html#dom-media-have_current_data

readyState stays at HAVE_ENOUGH_DATA when playback ends, but the spec says " The user agent cannot be in [HAVE_FUTURE_DATA] if playback has ended, as the current playback position can never advance in this case." Instead, readyState should be HAVE_CURRENT_DATA when playback has ended.