[html5] r6512 - [c] (1) Consistency with r5945 which did this for <video>.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Aug 18 15:46:45 PDT 2011
Author: ianh
Date: 2011-08-18 15:46:43 -0700 (Thu, 18 Aug 2011)
New Revision: 6512
Modified:
complete.html
index
source
Log:
[c] (1) Consistency with r5945 which did this for <video>.
Modified: complete.html
===================================================================
--- complete.html 2011-08-18 21:41:23 UTC (rev 6511)
+++ complete.html 2011-08-18 22:46:43 UTC (rev 6512)
@@ -26238,7 +26238,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>
Modified: index
===================================================================
--- index 2011-08-18 21:41:23 UTC (rev 6511)
+++ index 2011-08-18 22:46:43 UTC (rev 6512)
@@ -26105,7 +26105,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>
Modified: source
===================================================================
--- source 2011-08-18 21:41:23 UTC (rev 6511)
+++ source 2011-08-18 22:46:43 UTC (rev 6512)
@@ -28219,7 +28219,7 @@
<dd>If the element has a <code title="attr-media-src">src</code> attribute:
zero or more <code>track</code> elements, then
<span>transparent</span>, but with no <span>media element</span> descendants.</dd>
- <dd>If the element does not have a <code title="attr-media-src">src</code> attribute: one or more <code>source</code> elements, then
+ <dd>If the element does not have a <code title="attr-media-src">src</code> attribute: zero or more <code>source</code> elements, then
zero or more <code>track</code> elements, then
<span>transparent</span>, but with no <span>media element</span> descendants.</dd>
<dt>Content attributes:</dt>
More information about the Commit-Watchers
mailing list