Bug 94891
Summary: | MediaController doesn't have event handler attributes. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Changbin Shao <changbin.shao> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Normal | CC: | eric.carlson, jer.noble, silviapf |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Changbin Shao
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Silvia Pfeiffer
I believe WebKit is missing the readyState attribute of MediaContoller.
I didn't test all the EventHandlers, but can confirm that timeupdate is supported.