Bug 129473
| Summary: | webkitHasClosedCaptions and webkitClosedCaptionsVisible are on HTMLMediaElement, but should be on HTMLVideoElement | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | James Craig <jcraig> |
| Component: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | eric.carlson, jonlee, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
James Craig
webkitHasClosedCaptions and webkitClosedCaptionsVisible are on HTMLMediaElement, but should be on HTMLVideoElement. It doesn't make sense for an audio element to have captions, so this interface should be limited to video.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/16193927>
Eric Carlson
These attributes have been on HTMLMediaElement since 2009, and are widely used on a number of large sites. I am not sure it is worth moving them to HTMLVideoElement.
Jon Lee
FWIW, text tracks are on HTMLMediaElement.
James Craig
Closing.