Controlling Captions with WebVTT Experiments
Files
HTML files
The HTML files will open the page with the video. You can select the captions. The options are English and English CSS.
- HTML plain: No <style> in the file
- HTML style all captions: Blue background, white font
- HTML style specific captions: bold, italics, underline in color
- English CC: HTML dictates style.
- English CSS CC: VTT dictates style.
VTT files
You can view the VTT files in a text editor.
- WebVTT: Plain with bold, underline, and italics (this is English CSS in the caption options)
- WebVTT CSS: Style block with color (This is English in the caption options)
Try it in different browsers with each caption option.