Bug 55299
Summary: | readyState should be HAVE_CURRENT_DATA when playback has ended | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Carlson <eric.carlson> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Eric Carlson
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |