Skip to content

Commit

Permalink
[e] (0) Update an <audio> note similar to a previously updated <video…
Browse files Browse the repository at this point in the history
…> note.

git-svn-id: http://svn.whatwg.org/webapps@3834 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 14, 2009
1 parent 393583c commit 7e27c75
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions index
Expand Up @@ -21133,12 +21133,12 @@ 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 <i><a href=#fallback-content>fallback
content</a></i> 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 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>

<p>The <code><a href=#audio>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
12 changes: 6 additions & 6 deletions source
Expand Up @@ -22686,12 +22686,12 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>
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 <i>fallback
content</i> 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 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>

<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 7e27c75

Please sign in to comment.