Skip to content

Commit

Permalink
[e] (0) Forgot to fix this when making muted='' apply to <audio>.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13329

git-svn-id: http://svn.whatwg.org/webapps@6463 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 15, 2011
1 parent 5f2ffbf commit 299654e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -34194,10 +34194,10 @@ <h5 id=user-interface><span class=secno>4.8.10.14 </span>User interface</h5>
</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>

Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -34061,10 +34061,10 @@ The General Relativistic Field Equations</pre>
</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>

Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -37521,10 +37521,10 @@ The General Relativistic Field Equations</pre>
</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">

Expand Down

0 comments on commit 299654e

Please sign in to comment.