html5/spec Overview.html,1.3629,1.3630

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

Modified Files:
	Overview.html 
Log Message:
Say that <source>s are alternatives. (whatwg r4550)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3629
retrieving revision 1.3630
diff -u -d -r1.3629 -r1.3630
--- Overview.html	8 Jan 2010 10:22:54 -0000	1.3629
+++ Overview.html	8 Jan 2010 10:35:19 -0000	1.3630
@@ -18314,8 +18314,9 @@
 };</pre>
    </dd>
   </dl><p>The <code><a href="#the-source-element">source</a></code> element allows authors to specify
-  multiple <a href="#media-resource" title="media resource">media resources</a> for
-  <a href="#media-element" title="media element">media elements</a>. It does not <a href="#represents" title="represents">represent</a> anything on its own.<p>The <dfn id="attr-source-src" title="attr-source-src"><code>src</code></dfn> attribute
+  multiple alternative <a href="#media-resource" title="media resource">media
+  resources</a> for <a href="#media-element" title="media element">media
+  elements</a>. It does not <a href="#represents" title="represents">represent</a> anything on its own.<p>The <dfn id="attr-source-src" title="attr-source-src"><code>src</code></dfn> attribute
   gives the address of the <a href="#media-resource">media resource</a>. The value must
   be a <a href="#valid-url">valid URL</a>. This attribute must be present.<p>The <dfn id="attr-source-type" title="attr-source-type"><code>type</code></dfn>
   attribute gives the type of the <a href="#media-resource">media resource</a>, to help

Received on Friday, 8 January 2010 10:35:24 UTC