Skip to content

Commit

Permalink
[e] (0) Make <audio> say the same as <video> for fallback content; ad…
Browse files Browse the repository at this point in the history
…d a note to both saying that the fallback content isn't for a12n uses.

git-svn-id: http://svn.whatwg.org/webapps@1077 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 19, 2007
1 parent f2edb91 commit 074064c
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 9 deletions.
22 changes: 18 additions & 4 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -13320,6 +13320,13 @@ The island of Shalott.&lt;/p></pre>
video plugins can be tried, or to show text to the users of these older
browser informing them of how to access the video contents.

<p class=note>In particular, the fallback content isn't 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) into their media
streams.

<p>The <code><a href="#video1">video</a></code> element is a <a
href="#media5">media element</a> whose <a href="#media7">media data</a> is
ostensibly video data, possibly with associated audio data.
Expand Down Expand Up @@ -13503,10 +13510,17 @@ The island of Shalott.&lt;/p></pre>
or audio stream.

<p>Content may be provided inside the <code><a
href="#audio1">audio</a></code> element so that older Web browsers, which
do not support <code><a href="#audio1">audio</a></code>, can display text
to the user informing them of how to access the audio contents. User
agents should not show this fallback content to the user.
href="#audio1">audio</a></code> element. User agents should not show this
fallback content to the user; it is intended for older Web browsers which
do not support <code><a href="#audio1">audio</a></code>, so that legacy
audio plugins can be tried, or to show text to the users of these older
browser informing them of how to access the audio contents.

<p class=note>In particular, the fallback content isn't 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>The <code><a href="#audio1">audio</a></code> element is a <a
href="#media5">media element</a> whose <a href="#media7">media data</a> is
Expand Down
25 changes: 20 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -11203,6 +11203,13 @@ The island of Shalott.&lt;/p></pre>
show text to the users of these older browser informing them of how
to access the video contents.</p>

<p class="note">In particular, the fallback content isn't 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) into their media streams.</p>

<p>The <code>video</code> element is a <span>media element</span>
whose <span>media data</span> is ostensibly video data, possibly
with associated audio data.</p>
Expand Down Expand Up @@ -11373,11 +11380,19 @@ The island of Shalott.&lt;/p></pre>
<p>An <code>audio</code> element represents a sound or audio
stream.</p>

<p>Content may be provided inside the <code>audio</code> element so
that older Web browsers, which do not support <code>audio</code>,
can display text to the user informing them of how to access the
audio contents. User agents should not show this fallback content to
the user.</p>
<p>Content may be provided inside the <code>audio</code>
element. User agents should not show this fallback content to the
user; it is intended for older Web browsers which do not support
<code>audio</code>, so that legacy audio plugins can be tried, or to
show text to the users of these older browser informing them of how
to access the audio contents.</p>

<p class="note">In particular, the fallback content isn't 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>

<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 074064c

Please sign in to comment.