Skip to content

Commit

Permalink
[acgiowt] (0) Add <lang> to WebVTT.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15922
Affected topics: HTML, Video Text Tracks

git-svn-id: http://svn.whatwg.org/webapps@7504 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 5, 2012
1 parent dfff023 commit a5baed2
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 164 deletions.
63 changes: 21 additions & 42 deletions complete.html
Expand Up @@ -28240,30 +28240,19 @@ <h4 id=the-video-element><span class=secno>4.8.6 </span>The <dfn id=video><code>
tried, or to show text to the users of these older browsers informing
them of how to access the video contents.</p>

<p class=note>In particular, this content is not intended to
address accessibility concerns. To make video content accessible to
the partially sighted, the blind, the hard-of-hearing, the deaf, and
those with other physical or cognitive disabilities, a variety of
features are available. Captions can be provided, either embedded in
the video stream or as external files using the <code><a href=#the-track-element>track</a></code>
element. Sign-language tracks can be provided, again either embedded
in the video stream or by synchronizing multiple <code><a href=#the-video-element>video</a></code>
elements using the <code title=attr-media-mediagroup><a href=#attr-media-mediagroup>mediagroup</a></code> attribute or a
<code><a href=#mediacontroller>MediaController</a></code> object. Audio descriptions can be
provided, either as a separate track embedded in the video stream,
or a separate audio track in an <code><a href=#the-audio-element>audio</a></code> element <a href=#slaved-media-elements title="slaved media elements">slaved</a> to the same controller
as the <code><a href=#the-video-element>video</a></code> element(s), or in text form using a
<a href=#webvtt-file>WebVTT file</a>
<!--FORK-->
referenced using the <code><a href=#the-track-element>track</a></code> element and synthesized into
speech by the user agent. WebVTT can also be used to provide chapter
titles. For users who would rather not use a media element at all,
transcripts or other textual alternatives can be provided by simply
linking to them in the prose near the <code><a href=#the-video-element>video</a></code> element.
<!--FORK-->
<a href=#refsWEBVTT>[WEBVTT]</a>
<!--FORK-->
</p>
<p class=note>In particular, this content is not intended to address accessibility concerns. To
make video content accessible to the partially sighted, the blind, the hard-of-hearing, the deaf,
and those with other physical or cognitive disabilities, a variety of features are available.
Captions can be provided, either embedded in the video stream or as external files using the
<code><a href=#the-track-element>track</a></code> element. Sign-language tracks can be provided, again either embedded in the
video stream or by synchronizing multiple <code><a href=#the-video-element>video</a></code> elements using the <code title=attr-media-mediagroup><a href=#attr-media-mediagroup>mediagroup</a></code> attribute or a <code><a href=#mediacontroller>MediaController</a></code>
object. Audio descriptions can be provided, either as a separate track embedded in the video
stream, or a separate audio track in an <code><a href=#the-audio-element>audio</a></code> element <a href=#slaved-media-elements title="slaved media
elements">slaved</a> to the same controller as the <code><a href=#the-video-element>video</a></code> element(s), or in text
form using a <a href=#webvtt-file>WebVTT file</a> referenced using the <code><a href=#the-track-element>track</a></code> element and
synthesized into speech by the user agent. WebVTT can also be used to provide chapter titles. For
users who would rather not use a media element at all, transcripts or other textual alternatives
can be provided by simply linking to them in the prose near the <code><a href=#the-video-element>video</a></code> element. <a href=#refsWEBVTT>[WEBVTT]</a></p>

<p>The <code><a href=#the-video-element>video</a></code> element is a <a href=#media-element>media element</a>
whose <a href=#media-data>media data</a> is ostensibly video data, possibly
Expand Down Expand Up @@ -28607,24 +28596,14 @@ <h4 id=the-audio-element><span class=secno>4.8.7 </span>The <dfn id=audio><code>
tried, or to show text to the users of these older browsers informing
them of how to access the audio contents.</p>

<p class=note>In particular, this content is not intended to
address accessibility concerns. To make audio content accessible to
the deaf or to those with other physical or cognitive disabilities,
a variety of features are available. If captions or a sign language
video are available, the <code><a href=#the-video-element>video</a></code> element can be used
instead of the <code><a href=#the-audio-element>audio</a></code> element to play the audio,
allowing users to enable the visual alternatives. Chapter titles can
be provided to aid navigation, using the <code><a href=#the-track-element>track</a></code> element
and a
<a href=#webvtt-file>WebVTT file</a>.
<!--FORK-->
And, naturally, transcripts or other textual alternatives can be
provided by simply linking to them in the prose near the
<code><a href=#the-audio-element>audio</a></code> element.
<!--FORK-->
<a href=#refsWEBVTT>[WEBVTT]</a>
<!--FORK-->
</p>
<p class=note>In particular, this content is not intended to address accessibility concerns. To
make audio content accessible to the deaf or to those with other physical or cognitive
disabilities, a variety of features are available. If captions or a sign language video are
available, the <code><a href=#the-video-element>video</a></code> element can be used instead of the <code><a href=#the-audio-element>audio</a></code> element to
play the audio, allowing users to enable the visual alternatives. Chapter titles can be provided
to aid navigation, using the <code><a href=#the-track-element>track</a></code> element and a <a href=#webvtt-file>WebVTT file</a>. And,
naturally, transcripts or other textual alternatives can be provided by simply linking to them in
the prose near the <code><a href=#the-audio-element>audio</a></code> element. <a href=#refsWEBVTT>[WEBVTT]</a></p>

<p>The <code><a href=#the-audio-element>audio</a></code> element is a <a href=#media-element>media element</a>
whose <a href=#media-data>media data</a> is ostensibly audio data.</p>
Expand Down
63 changes: 21 additions & 42 deletions index
Expand Up @@ -28240,30 +28240,19 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
tried, or to show text to the users of these older browsers informing
them of how to access the video contents.</p>

<p class=note>In particular, this content is not intended to
address accessibility concerns. To make video content accessible to
the partially sighted, the blind, the hard-of-hearing, the deaf, and
those with other physical or cognitive disabilities, a variety of
features are available. Captions can be provided, either embedded in
the video stream or as external files using the <code><a href=#the-track-element>track</a></code>
element. Sign-language tracks can be provided, again either embedded
in the video stream or by synchronizing multiple <code><a href=#the-video-element>video</a></code>
elements using the <code title=attr-media-mediagroup><a href=#attr-media-mediagroup>mediagroup</a></code> attribute or a
<code><a href=#mediacontroller>MediaController</a></code> object. Audio descriptions can be
provided, either as a separate track embedded in the video stream,
or a separate audio track in an <code><a href=#the-audio-element>audio</a></code> element <a href=#slaved-media-elements title="slaved media elements">slaved</a> to the same controller
as the <code><a href=#the-video-element>video</a></code> element(s), or in text form using a
<a href=#webvtt-file>WebVTT file</a>
<!--FORK-->
referenced using the <code><a href=#the-track-element>track</a></code> element and synthesized into
speech by the user agent. WebVTT can also be used to provide chapter
titles. For users who would rather not use a media element at all,
transcripts or other textual alternatives can be provided by simply
linking to them in the prose near the <code><a href=#the-video-element>video</a></code> element.
<!--FORK-->
<a href=#refsWEBVTT>[WEBVTT]</a>
<!--FORK-->
</p>
<p class=note>In particular, this content is not intended to address accessibility concerns. To
make video content accessible to the partially sighted, the blind, the hard-of-hearing, the deaf,
and those with other physical or cognitive disabilities, a variety of features are available.
Captions can be provided, either embedded in the video stream or as external files using the
<code><a href=#the-track-element>track</a></code> element. Sign-language tracks can be provided, again either embedded in the
video stream or by synchronizing multiple <code><a href=#the-video-element>video</a></code> elements using the <code title=attr-media-mediagroup><a href=#attr-media-mediagroup>mediagroup</a></code> attribute or a <code><a href=#mediacontroller>MediaController</a></code>
object. Audio descriptions can be provided, either as a separate track embedded in the video
stream, or a separate audio track in an <code><a href=#the-audio-element>audio</a></code> element <a href=#slaved-media-elements title="slaved media
elements">slaved</a> to the same controller as the <code><a href=#the-video-element>video</a></code> element(s), or in text
form using a <a href=#webvtt-file>WebVTT file</a> referenced using the <code><a href=#the-track-element>track</a></code> element and
synthesized into speech by the user agent. WebVTT can also be used to provide chapter titles. For
users who would rather not use a media element at all, transcripts or other textual alternatives
can be provided by simply linking to them in the prose near the <code><a href=#the-video-element>video</a></code> element. <a href=#refsWEBVTT>[WEBVTT]</a></p>

<p>The <code><a href=#the-video-element>video</a></code> element is a <a href=#media-element>media element</a>
whose <a href=#media-data>media data</a> is ostensibly video data, possibly
Expand Down Expand Up @@ -28607,24 +28596,14 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
tried, or to show text to the users of these older browsers informing
them of how to access the audio contents.</p>

<p class=note>In particular, this content is not intended to
address accessibility concerns. To make audio content accessible to
the deaf or to those with other physical or cognitive disabilities,
a variety of features are available. If captions or a sign language
video are available, the <code><a href=#the-video-element>video</a></code> element can be used
instead of the <code><a href=#the-audio-element>audio</a></code> element to play the audio,
allowing users to enable the visual alternatives. Chapter titles can
be provided to aid navigation, using the <code><a href=#the-track-element>track</a></code> element
and a
<a href=#webvtt-file>WebVTT file</a>.
<!--FORK-->
And, naturally, transcripts or other textual alternatives can be
provided by simply linking to them in the prose near the
<code><a href=#the-audio-element>audio</a></code> element.
<!--FORK-->
<a href=#refsWEBVTT>[WEBVTT]</a>
<!--FORK-->
</p>
<p class=note>In particular, this content is not intended to address accessibility concerns. To
make audio content accessible to the deaf or to those with other physical or cognitive
disabilities, a variety of features are available. If captions or a sign language video are
available, the <code><a href=#the-video-element>video</a></code> element can be used instead of the <code><a href=#the-audio-element>audio</a></code> element to
play the audio, allowing users to enable the visual alternatives. Chapter titles can be provided
to aid navigation, using the <code><a href=#the-track-element>track</a></code> element and a <a href=#webvtt-file>WebVTT file</a>. And,
naturally, transcripts or other textual alternatives can be provided by simply linking to them in
the prose near the <code><a href=#the-audio-element>audio</a></code> element. <a href=#refsWEBVTT>[WEBVTT]</a></p>

<p>The <code><a href=#the-audio-element>audio</a></code> element is a <a href=#media-element>media element</a>
whose <a href=#media-data>media data</a> is ostensibly audio data.</p>
Expand Down

0 comments on commit a5baed2

Please sign in to comment.