This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 26148 - The following events fire on MediaController objects:
Summary: The following events fire on MediaController objects:
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-19 19:01 UTC by contributor
Modified: 2014-08-28 23:44 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2014-06-19 19:01:22 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html
Multipage: http://www.whatwg.org/C#mediaevents
Complete: http://www.whatwg.org/c#mediaevents
Referrer: 

Comment:
The following events fire on MediaController objects:

...
canplaythrough | Event | All the slaved media elements newly have readyState
set to HAVE_ENOUGH_DATA or greater.
...

There are not any readyState greater than HAVE_ENOUGH_DATA.
So it should be:

All the slaved media elements newly have readyState set to HAVE_ENOUGH_DATA.


Posted from: 92.101.252.37
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36
Comment 1 contributor 2014-08-28 23:44:23 UTC
Checked in as WHATWG revision r8730.
Check-in comment: Remove confusing meaningless phrase from media events summary
http://html5.org/tools/web-apps-tracker?from=8729&to=8730