Bug 43668
Summary: | HTML5 <video> captions and subtitles | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ridley Combs <rcombs> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | ASSIGNED | ||
Severity: | Normal | CC: | aaronlevbugs, annacc, donggwan.kim, dynastpsh, eric.carlson, jye.kang, kenjibaheux, kennyluck, kihong.kwon, mike, paulirish, peter, philipj, pnormand, sh919.park, silviapf, sjl, syoichi, vcarbune, vimff0, vrk, webmaster |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (Intel) | ||
OS: | OS X 10.6 | ||
Bug Depends on: | 79347, 80583, 80711, 95691, 97097, 97692, 103110, 108857, 109570, 53556, 53557, 60312, 60379, 62881, 62882, 62883, 62885, 62886, 62887, 62890, 62893, 63042, 69352, 69460, 70134, 70269, 71123, 71124, 71915, 72149, 72171, 72173, 72179, 72215, 72269, 72279, 72545, 72547, 72549, 72550, 72552, 72553, 72554, 72555, 73046, 73184, 73721, 73865, 73879, 73966, 74121, 74873, 75051, 75646, 77381, 78706, 79368, 80873, 81123, 81856, 83321, 83377, 84450, 85035, 85639, 88317, 92939, 93780, 94394, 95153, 97800, 97945, 104043, 104191, 105473, 105477, 105478, 105480, 105481, 105482, 105496, 106285, 106653, 106762, 106943, 107046, 107214, 107488, 107907, 107956, 108858, 109871 | ||
Bug Blocks: | 40829 |
Ridley Combs
WebKit's HTML5 <video> player is a nice one. Let's get caption/subtitle-track support in there.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Carlson
Caption and subtitle support will be in the HTML5 spec fairly soon, see http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#timed-tracks a proposal.
Eric Carlson
Note also that we already have WebKit specific caption properties on HTMLMediaElement: webkitHasClosedCaptions and webkitClosedCaptionsVisible. These are implemented in Safari 5 on OS X and Windows.
Anna Cavender
I'll be using this as a master bug to keep track of the upcoming implementation of <track>.