- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 16 Jun 2011 21:46:54 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv30140 Modified Files: index.html spec.html the-iframe-element.html Log Message: index was missing 'muted' (whatwg r6246) [updated by splitter] Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec/the-iframe-element.html,v retrieving revision 1.73 retrieving revision 1.74 diff -u -d -r1.73 -r1.74 --- the-iframe-element.html 15 Jun 2011 23:46:50 -0000 1.73 +++ the-iframe-element.html 16 Jun 2011 21:46:52 -0000 1.74 @@ -3582,13 +3582,17 @@ </li> - <li><p>If either the <a href="#media-resource">media resource</a> or the address - of the <var title="">current media resource</var> indicate a - particular set of audio or video tracks to enable, then the - selected audio tracks must be enabled in the element's <code title="dom-media-audioTracks"><a href="#dom-media-audiotracks">audioTracks</a></code> object, and - the first selected video track must be selected in the - element's <code title="dom-media-videoTracks"><a href="#dom-media-videotracks">videoTracks</a></code> - object.</p></li> + <li> + + <p>If either the <a href="#media-resource">media resource</a> or the address of + the <var title="">current media resource</var> indicate a + particular set of audio or video tracks to enable, then the + selected audio tracks must be enabled in the element's <code title="dom-media-audioTracks"><a href="#dom-media-audiotracks">audioTracks</a></code> object, and, + of the selected video tracks, the one that is listed first in + the element's <code title="dom-media-videoTracks"><a href="#dom-media-videotracks">videoTracks</a></code> object must + be selected.</p> + + </li> <li><p>If the <a href="#media-element">media element</a> has a <a href="#current-media-controller">current media controller</a>, then: if <var title="">jumped</var> is @@ -5169,7 +5173,7 @@ }; interface <dfn id="exclusivetracklist">ExclusiveTrackList</dfn> : <a href="#tracklist">TrackList</a> { - readonly attribute unsigned long <a href="#dom-tracklist-selectedindex" title="dom-TrackList-selectedIndex">selectedIndex</a>; + readonly attribute long <a href="#dom-tracklist-selectedindex" title="dom-TrackList-selectedIndex">selectedIndex</a>; void <a href="#dom-tracklist-select" title="dom-TrackList-select">select</a>(in unsigned long index); };</pre><dl class="domintro"><dt><var title="">tracks</var> . <code title="dom-TrackList-length"><a href="#dom-tracklist-length">length</a></code></dt> @@ -5237,7 +5241,7 @@ </dd> - <dt><var title="">videoTracks</var> . <code title="dom-TrackList-selectedIndex"><a href="#dom-tracklist-selectedindex">isEnabled</a></code></dt> + <dt><var title="">videoTracks</var> . <code title="dom-TrackList-selectedIndex"><a href="#dom-tracklist-selectedindex">selectedIndex</a></code></dt> <dd> Index: index.html =================================================================== RCS file: /sources/public/html5/spec/index.html,v retrieving revision 1.1058 retrieving revision 1.1059 diff -u -d -r1.1058 -r1.1059 --- index.html 14 Jun 2011 02:47:06 -0000 1.1058 +++ index.html 16 Jun 2011 21:46:52 -0000 1.1059 @@ -425,6 +425,7 @@ <code title="attr-media-autoplay"><a href="the-iframe-element.html#attr-media-autoplay">autoplay</a></code>; <code title="attr-media-mediagroup"><a href="the-iframe-element.html#attr-media-mediagroup">mediagroup</a></code>; <code title="attr-media-loop"><a href="the-iframe-element.html#attr-media-loop">loop</a></code>; + <code title="attr-media-muted"><a href="the-iframe-element.html#attr-media-muted">muted</a></code>; <code title="attr-media-controls"><a href="the-iframe-element.html#attr-media-controls">controls</a></code></td> <td><code><a href="the-iframe-element.html#htmlaudioelement">HTMLAudioElement</a></code></td> </tr><tr><th><code><a href="text-level-semantics.html#the-b-element">b</a></code></th> @@ -1467,6 +1468,7 @@ <code title="attr-media-autoplay"><a href="the-iframe-element.html#attr-media-autoplay">autoplay</a></code>; <code title="attr-media-mediagroup"><a href="the-iframe-element.html#attr-media-mediagroup">mediagroup</a></code>; <code title="attr-media-loop"><a href="the-iframe-element.html#attr-media-loop">loop</a></code>; + <code title="attr-media-muted"><a href="the-iframe-element.html#attr-media-muted">muted</a></code>; <code title="attr-media-controls"><a href="the-iframe-element.html#attr-media-controls">controls</a></code>; <code title="attr-dim-width"><a href="the-map-element.html#attr-dim-width">width</a></code>; <code title="attr-dim-height"><a href="the-map-element.html#attr-dim-height">height</a></code></td> @@ -2154,6 +2156,11 @@ <code title="attr-select-multiple"><a href="the-button-element.html#attr-select-multiple">select</a></code> </td><td> Whether to allow multiple values </td><td> <a href="common-microsyntaxes.html#boolean-attribute">Boolean attribute</a> + </td></tr><tr><th> <code title="">muted</code> + </th><td> <code title="attr-media-muted"><a href="the-iframe-element.html#attr-media-muted">audio</a></code>; + <code title="attr-media-muted"><a href="the-iframe-element.html#attr-media-muted">video</a></code> + </td><td> Whether to mute the <a href="the-iframe-element.html#media-resource">media resource</a> by default + </td><td> <a href="common-microsyntaxes.html#boolean-attribute">Boolean attribute</a> </td></tr><tr><th> <code title="">name</code> </th><td> <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">button</a></code>; <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">fieldset</a></code>; Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1543 retrieving revision 1.1544 diff -u -d -r1.1543 -r1.1544 --- spec.html 16 Jun 2011 18:47:21 -0000 1.1543 +++ spec.html 16 Jun 2011 21:46:52 -0000 1.1544 @@ -347,7 +347,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.5006. +This is revision 1.5009. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Thursday, 16 June 2011 21:47:00 UTC