- From: poot <cvsmail@w3.org>
- Date: Fri, 17 Jun 2011 05:51:42 -0400
- To: public-html-diffs@w3.org
hixie: index was missing 'muted' (whatwg r6246) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5008&r2=1.5009&f=h http://html5.org/tools/web-apps-tracker?from=6245&to=6246 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5008 retrieving revision 1.5009 diff -u -d -r1.5008 -r1.5009 --- Overview.html 16 Jun 2011 21:33:41 -0000 1.5008 +++ Overview.html 16 Jun 2011 21:44:04 -0000 1.5009 @@ -68833,6 +68833,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> @@ -69875,6 +69876,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> @@ -70562,6 +70564,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>;
Received on Friday, 17 June 2011 09:51:51 UTC