hixie: Update an <audio> note similar to a previously updated <video> note. (whatwg r3834)

hixie: Update an <audio> note similar to a previously updated <video>
note. (whatwg r3834)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3001&r2=1.3002&f=h
http://html5.org/tools/web-apps-tracker?from=3833&to=3834

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3001
retrieving revision 1.3002
diff -u -d -r1.3001 -r1.3002
--- Overview.html 14 Sep 2009 06:43:43 -0000 1.3001
+++ Overview.html 14 Sep 2009 06:47:16 -0000 1.3002
@@ -18443,12 +18443,12 @@
   to the user</span>; it is intended for older Web browsers which do
   not support <code><a href="#audio">audio</a></code>, so that legacy audio plugins can be
   tried, or to show text to the users of these older browsers informing
-  them of how to access the audio contents.<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>The <code><a href="#audio">audio</a></code> element is a <a href="#media-element">media element</a>
+  them of how to access the audio contents.<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>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>The <code title="attr-media-src"><a href="#attr-media-src">src</a></code>, <code title="attr-media-autobuffer"><a href="#attr-media-autobuffer">autobuffer</a></code>, <code title="attr-media-autoplay"><a href="#attr-media-autoplay">autoplay</a></code>, <code title="attr-media-loop"><a href="#attr-media-loop">loop</a></code>, and <code title="attr-media-controls"><a href="#attr-media-controls">controls</a></code> attributes are <a href="#media-element-attributes" title="media element attributes">the attributes common to all media
   elements</a>.<div class="impl">

Received on Monday, 14 September 2009 06:48:09 UTC