Bug 94891 - MediaController doesn't have event handler attributes.
Summary: MediaController doesn't have event handler attributes.
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-23 19:38 PDT by Changbin Shao
Modified: 2014-09-20 19:17 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Changbin Shao 2012-08-23 19:38:50 PDT
As HTML standard mentioned,
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#mediacontroller
MediaController should have event handler attributes. While Webkit doesn't supports them at present.
Comment 1 Silvia Pfeiffer 2014-09-20 19:17:50 PDT
I believe WebKit is missing the readyState attribute of MediaContoller.
I didn't test all the EventHandlers, but can confirm that timeupdate is supported.