html5/spec spec.html,1.1447,1.1448 video.html,1.942,1.943

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

Modified Files:
	spec.html video.html 
Log Message:
Clarify that <video> and <audio> can both be used for both audio and video. (whatwg r6020)

[updated by splitter]


Index: video.html
===================================================================
RCS file: /sources/public/html5/spec/video.html,v
retrieving revision 1.942
retrieving revision 1.943
diff -u -d -r1.942 -r1.943
--- video.html	20 Apr 2011 00:47:18 -0000	1.942
+++ video.html	20 Apr 2011 20:47:14 -0000	1.943
@@ -390,7 +390,7 @@
 };</pre>
    </dd>
   </dl><p>A <code><a href="#video">video</a></code> element is used for playing videos or
-  movies.</p><p>Content may be provided inside the <code><a href="#video">video</a></code>
+  movies, and audio files with captions.</p><p>Content may be provided inside the <code><a href="#video">video</a></code>
   element<span class="impl">. User agents should not show this content
   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
@@ -1042,7 +1042,11 @@
   section applies equally to <a href="#media-element" title="media element">media
   elements</a> for audio or for video. The term <dfn id="media-resource">media
   resource</dfn> is used to refer to the complete set of media data,
-  e.g. the complete video file, or complete audio file.</p><div class="impl">
+  e.g. the complete video file, or complete audio file.</p><p class="note">Both <code><a href="#audio">audio</a></code> and <code><a href="#video">video</a></code>
+  elements can be used for both audio and video. The main difference
+  between the two is simply that the <code><a href="#audio">audio</a></code> element has no
+  playback area for visual content (such as video or captions),
+  whereas the <code><a href="#video">video</a></code> element does.</p><div class="impl">
 
   <p>Except where otherwise specified, the <a href="webappapis.html#task-source">task source</a>
   for all the tasks <a href="webappapis.html#queue-a-task" title="queue a task">queued</a> in this

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1447
retrieving revision 1.1448
diff -u -d -r1.1447 -r1.1448
--- spec.html	20 Apr 2011 00:47:18 -0000	1.1447
+++ spec.html	20 Apr 2011 20:47:13 -0000	1.1448
@@ -367,7 +367,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.4840.
+This is revision 1.4841.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Wednesday, 20 April 2011 20:47:25 UTC