[html5] r6246 - [e] (0) index was missing 'muted' Fixing http://www.w3.org/Bugs/Public/show_bug. [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jun 16 14:44:00 PDT 2011
Author: ianh
Date: 2011-06-16 14:43:59 -0700 (Thu, 16 Jun 2011)
New Revision: 6246
Modified:
complete.html
index
source
Log:
[e] (0) index was missing 'muted'
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12498
Modified: complete.html
===================================================================
--- complete.html 2011-06-16 21:33:37 UTC (rev 6245)
+++ complete.html 2011-06-16 21:43:59 UTC (rev 6246)
@@ -96730,6 +96730,7 @@
<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>
@@ -97772,6 +97773,7 @@
<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>
@@ -98509,6 +98511,11 @@
<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>;
Modified: index
===================================================================
--- index 2011-06-16 21:33:37 UTC (rev 6245)
+++ index 2011-06-16 21:43:59 UTC (rev 6246)
@@ -92326,6 +92326,7 @@
<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>
@@ -93368,6 +93369,7 @@
<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>
@@ -94105,6 +94107,11 @@
<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>;
Modified: source
===================================================================
--- source 2011-06-16 21:33:37 UTC (rev 6245)
+++ source 2011-06-16 21:43:59 UTC (rev 6246)
@@ -109889,6 +109889,7 @@
<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>
@@ -111216,6 +111217,7 @@
<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>
@@ -112063,6 +112065,12 @@
<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>;
<code title="attr-fe-name">fieldset</code>;
More information about the Commit-Watchers
mailing list