hixie: Consistency with r5945 which did this for <video>. (whatwg r6512)

hixie: Consistency with r5945 which did this for <video>. (whatwg r6512)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5211&r2=1.5212&f=h
http://html5.org/tools/web-apps-tracker?from=6511&to=6512

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5211
retrieving revision 1.5212
diff -u -d -r1.5211 -r1.5212
--- Overview.html 18 Aug 2011 21:41:58 -0000 1.5211
+++ Overview.html 18 Aug 2011 22:47:18 -0000 1.5212
@@ -21781,7 +21781,7 @@
    <dd>If the element has a <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute: 
 zero or more <code><a href="#the-track-element">track</a></code> elements, then 
 <a href="#transparent">transparent</a>, but with no <a href="#media-element">media element</a> descendants.</dd>
-   <dd>If the element does not have a <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute: one or more <code><a href="#the-source-element">source</a></code> elements, then
+   <dd>If the element does not have a <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute: zero or more <code><a href="#the-source-element">source</a></code> elements, then
  zero or more <code><a href="#the-track-element">track</a></code> elements, then
  <a href="#transparent">transparent</a>, but with no <a href="#media-element">media element</a> descendants.</dd>
    <dt>Content attributes:</dt>

Received on Thursday, 18 August 2011 22:47:50 UTC