Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 737 Bytes

track.md

File metadata and controls

8 lines (7 loc) · 737 Bytes

feature: status: use tags: polyfill gtie9 webvtt kind: html polyfillurls: captionator.js moreurl: https://developer.mozilla.org/en/HTML/Element/track#Compatibility

The <track> element provides a mechanism of showing captions/subtitles and/or associated metadata with <audio> or <video>. The file format the <track> element uses is called WebVTT. Browser support for both is in progress: complete in IE10pp4, ongoing in Webkit, unknown in Opera. A polyfill is a wise choice; Captionator is the most complete and well supported. More at Sylvia Pfeiffer's blog.