html5/spec Overview.html,1.5211,1.5212

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

Modified Files:
	Overview.html 
Log Message:
Consistency with r5945 which did this for <video>. (whatwg r6512)

Index: Overview.html
===================================================================
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:27 UTC