Introducing VTT
> I originally wrote this post for the Web Platform Documentation Project. Since the project was halted in 2015 I decided to move the text to this blog while the companion [code repository](https://github.com/caraya/vtt-demos) remains on Github > > Some of the links no longer work. Where possible, I've linked to archived copies on the Internet Archive WebVTT (Web Video Text Tracks), formerly known as WebSRT, is a W3C community proposal for synchronized video caption playback. It is a time-indexed file format and it is referenced by HTML5 video ***and*** audio elements. As with many assistive technologies, it would be a mistake to assume that they are only meant as a way to provide accessibility accommodations. We can enable captions when the ambient noise is too loud to listen to a recorded presentation, we can use chapters to navigate through a long lecture video just like DVD or Blu-Ray movies. Captions can also improve our movies' discoverability. Google indexes the content of our captions. Both YouTube and Google Search can report results based on the video captions available for a given file. WebVTT files provide open captions, independent of the audio or video files they are attached to, they are not "hardcoded" into pixels. This also means that creating VTT files requires nothing more than a text editor; although there are more specialized tools to create the captions. ## Browser support Based on Silvia Pfeiffer's [post to the VTT community group](http://www.w3.org/community/texttracks/2012/08/23/webvtt-support-in-browsers/) dated August 2012, and updated with new information about Firefox, the following browsers support VTT tracks for video and audio:
| Browser | First supported | Format Supported | Notes |
|---|---|---|---|
| Internet Explorer | Version 10 | VTT and TML | |
| Google Chrome | Version 18 | VTT |
|
| Apple Safari | Version 6 | VTT |
|
| Opera | Since August, 2012 | VTT |
|
| Firefox | VTT | Nightly |
|