[html5] r4550 - [e] (0) Say that <source>s are alternatives. Fixing http://www.w3.org/Bugs/Publi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jan 8 02:35:15 PST 2010
Author: ianh
Date: 2010-01-08 02:35:11 -0800 (Fri, 08 Jan 2010)
New Revision: 4550
Modified:
complete.html
index
source
Log:
[e] (0) Say that <source>s are alternatives.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8391
Modified: complete.html
===================================================================
--- complete.html 2010-01-08 10:22:45 UTC (rev 4549)
+++ complete.html 2010-01-08 10:35:11 UTC (rev 4550)
@@ -21285,8 +21285,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>
+ 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>
<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
Modified: index
===================================================================
--- index 2010-01-08 10:22:45 UTC (rev 4549)
+++ index 2010-01-08 10:35:11 UTC (rev 4550)
@@ -21150,8 +21150,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>
+ 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>
<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
Modified: source
===================================================================
--- source 2010-01-08 10:22:45 UTC (rev 4549)
+++ source 2010-01-08 10:35:11 UTC (rev 4550)
@@ -22665,8 +22665,9 @@
</dl>
<p>The <code>source</code> element allows authors to specify
- multiple <span title="media resource">media resources</span> for
- <span title="media element">media elements</span>. It does not <span
+ multiple alternative <span title="media resource">media
+ resources</span> for <span title="media element">media
+ elements</span>. It does not <span
title="represents">represent</span> anything on its own.</p>
<p>The <dfn title="attr-source-src"><code>src</code></dfn> attribute
More information about the Commit-Watchers
mailing list