Skip to content

Commit

Permalink
[e] (0) index was missing 'muted'
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12498

git-svn-id: http://svn.whatwg.org/webapps@6246 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 16, 2011
1 parent 53586de commit 58d3d4a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions complete.html
Expand Up @@ -96730,6 +96730,7 @@ <h3 class=no-num id=elements-1>Elements</h3>
<code title=attr-media-autoplay><a href=#attr-media-autoplay>autoplay</a></code>;
<code title=attr-media-mediagroup><a href=#attr-media-mediagroup>mediagroup</a></code>;
<code title=attr-media-loop><a href=#attr-media-loop>loop</a></code>;
<code title=attr-media-muted><a href=#attr-media-muted>muted</a></code>;
<code title=attr-media-controls><a href=#attr-media-controls>controls</a></code></td>
<td><code><a href=#htmlaudioelement>HTMLAudioElement</a></code></td>
<tr><th><code><a href=#the-b-element>b</a></code></th>
Expand Down Expand Up @@ -97772,6 +97773,7 @@ <h3 class=no-num id=elements-1>Elements</h3>
<code title=attr-media-autoplay><a href=#attr-media-autoplay>autoplay</a></code>;
<code title=attr-media-mediagroup><a href=#attr-media-mediagroup>mediagroup</a></code>;
<code title=attr-media-loop><a href=#attr-media-loop>loop</a></code>;
<code title=attr-media-muted><a href=#attr-media-muted>muted</a></code>;
<code title=attr-media-controls><a href=#attr-media-controls>controls</a></code>;
<code title=attr-dim-width><a href=#attr-dim-width>width</a></code>;
<code title=attr-dim-height><a href=#attr-dim-height>height</a></code></td>
Expand Down Expand Up @@ -98509,6 +98511,11 @@ <h3 class=no-num id=element-content-categories>Element content categories</h3>
<code title=attr-select-multiple><a href=#attr-select-multiple>select</a></code>
<td> Whether to allow multiple values
<td> <a href=#boolean-attribute>Boolean attribute</a>
<tr><th> <code title="">muted</code>
<td> <code title=attr-media-muted><a href=#attr-media-muted>audio</a></code>;
<code title=attr-media-muted><a href=#attr-media-muted>video</a></code>
<td> Whether to mute the <a href=#media-resource>media resource</a> by default
<td> <a href=#boolean-attribute>Boolean attribute</a>
<tr><th> <code title="">name</code>
<td> <code title=attr-fe-name><a href=#attr-fe-name>button</a></code>;
<code title=attr-fe-name><a href=#attr-fe-name>fieldset</a></code>;
Expand Down
7 changes: 7 additions & 0 deletions index
Expand Up @@ -92326,6 +92326,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<code title=attr-media-autoplay><a href=#attr-media-autoplay>autoplay</a></code>;
<code title=attr-media-mediagroup><a href=#attr-media-mediagroup>mediagroup</a></code>;
<code title=attr-media-loop><a href=#attr-media-loop>loop</a></code>;
<code title=attr-media-muted><a href=#attr-media-muted>muted</a></code>;
<code title=attr-media-controls><a href=#attr-media-controls>controls</a></code></td>
<td><code><a href=#htmlaudioelement>HTMLAudioElement</a></code></td>
<tr><th><code><a href=#the-b-element>b</a></code></th>
Expand Down Expand Up @@ -93368,6 +93369,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<code title=attr-media-autoplay><a href=#attr-media-autoplay>autoplay</a></code>;
<code title=attr-media-mediagroup><a href=#attr-media-mediagroup>mediagroup</a></code>;
<code title=attr-media-loop><a href=#attr-media-loop>loop</a></code>;
<code title=attr-media-muted><a href=#attr-media-muted>muted</a></code>;
<code title=attr-media-controls><a href=#attr-media-controls>controls</a></code>;
<code title=attr-dim-width><a href=#attr-dim-width>width</a></code>;
<code title=attr-dim-height><a href=#attr-dim-height>height</a></code></td>
Expand Down Expand Up @@ -94105,6 +94107,11 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<code title=attr-select-multiple><a href=#attr-select-multiple>select</a></code>
<td> Whether to allow multiple values
<td> <a href=#boolean-attribute>Boolean attribute</a>
<tr><th> <code title="">muted</code>
<td> <code title=attr-media-muted><a href=#attr-media-muted>audio</a></code>;
<code title=attr-media-muted><a href=#attr-media-muted>video</a></code>
<td> Whether to mute the <a href=#media-resource>media resource</a> by default
<td> <a href=#boolean-attribute>Boolean attribute</a>
<tr><th> <code title="">name</code>
<td> <code title=attr-fe-name><a href=#attr-fe-name>button</a></code>;
<code title=attr-fe-name><a href=#attr-fe-name>fieldset</a></code>;
Expand Down
8 changes: 8 additions & 0 deletions source
Expand Up @@ -109889,6 +109889,7 @@ interface <span>HTMLDocument</span> {
<code title="attr-media-autoplay">autoplay</code>;
<code title="attr-media-mediagroup">mediagroup</code>;
<code title="attr-media-loop">loop</code>;
<code title="attr-media-muted">muted</code>;
<code title="attr-media-controls">controls</code></td>
<td><code>HTMLAudioElement</code></td>
</tr>
Expand Down Expand Up @@ -111216,6 +111217,7 @@ interface <span>HTMLDocument</span> {
<code title="attr-media-autoplay">autoplay</code>;
<code title="attr-media-mediagroup">mediagroup</code>;
<code title="attr-media-loop">loop</code>;
<code title="attr-media-muted">muted</code>;
<code title="attr-media-controls">controls</code>;
<code title="attr-dim-width">width</code>;
<code title="attr-dim-height">height</code></td>
Expand Down Expand Up @@ -112062,6 +112064,12 @@ interface <span>HTMLDocument</span> {
<code title="attr-select-multiple">select</code>
<td> Whether to allow multiple values
<td> <span>Boolean attribute</span>
<tr>
<th> <code title="">muted</code>
<td> <code title="attr-media-muted">audio</code>;
<code title="attr-media-muted">video</code>
<td> Whether to mute the <span>media resource</span> by default
<td> <span>Boolean attribute</span>
<tr>
<th> <code title="">name</code>
<td> <code title="attr-fe-name">button</code>;
Expand Down

0 comments on commit 58d3d4a

Please sign in to comment.