html5/spec Overview.html,1.2911,1.2912

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11074

Modified Files:
	Overview.html 
Log Message:
Reduce confusion stemming from mention of fallback content. (whatwg r3738)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2911
retrieving revision 1.2912
diff -u -d -r1.2911 -r1.2912
--- Overview.html	3 Sep 2009 11:12:54 -0000	1.2911
+++ Overview.html	3 Sep 2009 11:31:52 -0000	1.2912
@@ -17812,12 +17812,12 @@
   to the user</span>; it is intended for older Web browsers which do
   not support <code><a href="#video">video</a></code>, so that legacy video plugins can be
   tried, or to show text to the users of these older browsers informing
-  them of how to access the video 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
-  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="#video">video</a></code> element is a <a href="#media-element">media element</a>
+  them of how to access the video contents.<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) into their media streams.<p>The <code><a href="#video">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
   with associated 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>.<p>The <dfn id="attr-video-poster" title="attr-video-poster"><code>poster</code></dfn>

Received on Thursday, 3 September 2009 11:32:05 UTC