Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Enumerate the many ways you can make video accessible now.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13400

git-svn-id: http://svn.whatwg.org/webapps@6426 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 11, 2011
1 parent 83af20f commit 04375af
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 21 deletions.
30 changes: 23 additions & 7 deletions complete.html
Expand Up @@ -25758,10 +25758,21 @@ <h4 id=the-video-element><span class=secno>4.8.6 </span>The <dfn id=video><code>
<p class=note>In particular, this content is not intended to
address accessibility concerns. To make video content accessible to
the blind, deaf, and those with other physical or cognitive
disabilities, authors are expected to provide alternative media
streams and/or to embed accessibility aids (such as caption or
subtitle tracks, audio description tracks, or sign-language
overlays) into their media streams.</p>
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.</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 @@ -26103,9 +26114,14 @@ <h4 id=the-audio-element><span class=secno>4.8.7 </span>The <dfn id=audio><code>
<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,
authors are expected to provide alternative media streams and/or to
embed accessibility aids (such as transcriptions) into their media
streams.</p>
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 WebVTT file. 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.</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
30 changes: 23 additions & 7 deletions index
Expand Up @@ -25625,10 +25625,21 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
<p class=note>In particular, this content is not intended to
address accessibility concerns. To make video content accessible to
the blind, deaf, and those with other physical or cognitive
disabilities, authors are expected to provide alternative media
streams and/or to embed accessibility aids (such as caption or
subtitle tracks, audio description tracks, or sign-language
overlays) into their media streams.</p>
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.</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 @@ -25970,9 +25981,14 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
<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,
authors are expected to provide alternative media streams and/or to
embed accessibility aids (such as transcriptions) into their media
streams.</p>
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 WebVTT file. 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.</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
32 changes: 25 additions & 7 deletions source
Expand Up @@ -27680,10 +27680,23 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
<p class="note">In particular, this content is not intended to
address accessibility concerns. To make video content accessible to
the blind, deaf, and those with other physical or cognitive
disabilities, authors are expected to provide alternative media
streams and/or to embed accessibility aids (such as caption or
subtitle tracks, audio description tracks, or sign-language
overlays) into their media streams.</p>
disabilities, a variety of features are available. Captions can be
provided, either embedded in the video stream or as external files
using the <code>track</code> element. Sign-language tracks can be
provided, again either embedded in the video stream or by
synchronizing multiple <code>video</code> elements using the <code
title="attr-media-mediagroup">mediagroup</code> attribute or a
<code>MediaController</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>audio</code> element <span
title="slaved media elements">slaved</span> to the same controller
as the <code>video</code> element(s), or in text form using a
<span>WebVTT file</span> referenced using the <code>track</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>video</code> element.</p>

<p>The <code>video</code> element is a <span>media element</span>
whose <span>media data</span> is ostensibly video data, possibly
Expand Down Expand Up @@ -28065,9 +28078,14 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>
<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,
authors are expected to provide alternative media streams and/or to
embed accessibility aids (such as transcriptions) into their media
streams.</p>
a variety of features are available. If captions or a sign language
video are available, the <code>video</code> element can be used
instead of the <code>audio</code> element to play the audio,
allowing users to enable the visual alternatives. Chapter titles can
be provided to aid navigation, using the <code>track</code> element
and a WebVTT file. And, naturally, transcripts or other textual
alternatives can be provided by simply linking to them in the prose
near the <code>audio</code> element.</p>

<p>The <code>audio</code> element is a <span>media element</span>
whose <span>media data</span> is ostensibly audio data.</p>
Expand Down

0 comments on commit 04375af

Please sign in to comment.