Bug 94891

Summary: MediaController doesn't have event handler attributes.
Product: WebKit Reporter: Changbin Shao <changbin.shao>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED ---    
Severity: Normal CC: eric.carlson, jer.noble, silviapf
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.