[html5] r6463 - [e] (0) Forgot to fix this when making muted='' apply to <audio>. Fixing http:// [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 15 13:58:55 PDT 2011
Author: ianh
Date: 2011-08-15 13:58:53 -0700 (Mon, 15 Aug 2011)
New Revision: 6463
Modified:
complete.html
index
source
Log:
[e] (0) Forgot to fix this when making muted='' apply to <audio>.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13329
Modified: complete.html
===================================================================
--- complete.html 2011-08-15 20:56:05 UTC (rev 6462)
+++ complete.html 2011-08-15 20:58:53 UTC (rev 6463)
@@ -34194,10 +34194,10 @@
</ol></div>
<p>The <dfn id=attr-media-muted title=attr-media-muted><code>muted</code></dfn>
- attribute on the <code><a href=#the-video-element>video</a></code> element is a <a href=#boolean-attribute>boolean
- attribute</a> that controls the default state of the audio
- channel of the <a href=#media-resource>media resource</a>, potentially overriding
- user preferences.</p>
+ attribute on <a href=#media-element title="media element">media elements</a> is a
+ <a href=#boolean-attribute>boolean attribute</a> that controls the default state of
+ the audio channel of the <a href=#media-resource>media resource</a>, potentially
+ overriding user preferences.</p>
<div class=impl>
Modified: index
===================================================================
--- index 2011-08-15 20:56:05 UTC (rev 6462)
+++ index 2011-08-15 20:58:53 UTC (rev 6463)
@@ -34061,10 +34061,10 @@
</ol></div>
<p>The <dfn id=attr-media-muted title=attr-media-muted><code>muted</code></dfn>
- attribute on the <code><a href=#the-video-element>video</a></code> element is a <a href=#boolean-attribute>boolean
- attribute</a> that controls the default state of the audio
- channel of the <a href=#media-resource>media resource</a>, potentially overriding
- user preferences.</p>
+ attribute on <a href=#media-element title="media element">media elements</a> is a
+ <a href=#boolean-attribute>boolean attribute</a> that controls the default state of
+ the audio channel of the <a href=#media-resource>media resource</a>, potentially
+ overriding user preferences.</p>
<div class=impl>
Modified: source
===================================================================
--- source 2011-08-15 20:56:05 UTC (rev 6462)
+++ source 2011-08-15 20:58:53 UTC (rev 6463)
@@ -37521,10 +37521,10 @@
</div>
<p>The <dfn title="attr-media-muted"><code>muted</code></dfn>
- attribute on the <code>video</code> element is a <span>boolean
- attribute</span> that controls the default state of the audio
- channel of the <span>media resource</span>, potentially overriding
- user preferences.</p>
+ attribute on <span title="media element">media elements</span> is a
+ <span>boolean attribute</span> that controls the default state of
+ the audio channel of the <span>media resource</span>, potentially
+ overriding user preferences.</p>
<div class="impl">
More information about the Commit-Watchers
mailing list