hixie: Say that <source>s are alternatives. (whatwg r4550)

hixie: Say that <source>s are alternatives. (whatwg r4550)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3629&r2=1.3630&f=h
http://html5.org/tools/web-apps-tracker?from=4549&to=4550

===================================================================
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:58 UTC