[Bug 14291] <track> example: brave.en.vtt for both subtitles and captions?

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14291

--- Comment #1 from Philip Jägenstedt <philipj@opera.com> 2011-09-26 12:32:22 UTC ---
<video src="brave.webm">
 <track kind=subtitles src=brave.en.vtt srclang=en label="English">
 <track kind=captions src=brave.en.vtt srclang=en label="English for the Hard
of Hearing">
 <track kind=subtitles src=brave.fr.vtt srclang=fr lang=fr label="Français">
 <track kind=subtitles src=brave.de.vtt srclang=de lang=de label="Deutsch">
</video>

Unless JavaScript is involved, the same file cannot be both subtitles and
captions. (I assume brave.webm actually has audio that needs special captions
for the HoH.)

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 26 September 2011 12:32:24 UTC