- From: poot <cvsmail@w3.org>
- Date: Tue, 24 Aug 2010 16:39:12 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: various clarifications for <video> and <source>. (whatwg r5326) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4244&r2=1.4245&f=h http://html5.org/tools/web-apps-tracker?from=5325&to=5326 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4244 retrieving revision 1.4245 diff -u -d -r1.4244 -r1.4245 --- Overview.html 24 Aug 2010 01:20:26 -0000 1.4244 +++ Overview.html 24 Aug 2010 07:32:40 -0000 1.4245 @@ -20474,7 +20474,13 @@ elements</a>. It does not <a href="#represents" title="represents">represent</a> anything on its own.<p>The <dfn id="attr-source-src" title="attr-source-src"><code>src</code></dfn> attribute gives the address of the <a href="#media-resource">media resource</a>. The value must be a <a href="#valid-non-empty-url-potentially-surrounded-by-spaces">valid non-empty URL potentially surrounded by - spaces</a>. This attribute must be present.<p>The <dfn id="attr-source-type" title="attr-source-type"><code>type</code></dfn> + spaces</a>. This attribute must be present.<p class="note">Dynamically modifying a <code><a href="#the-source-element">source</a></code> element + and its attribute when the element is already inserted in a + <code><a href="#video">video</a></code> or <code><a href="#audio">audio</a></code> element will have no + effect. To change what is playing, either just use the <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute on the <a href="#media-element">media + element</a> directly, or call the <code title="dom-media-load"><a href="#dom-media-load">load()</a></code> method on the <a href="#media-element">media + element</a> after manipulating the <code><a href="#the-source-element">source</a></code> + elements.<p>The <dfn id="attr-source-type" title="attr-source-type"><code>type</code></dfn> attribute gives the type of the <a href="#media-resource">media resource</a>, to help the user agent determine if it can play this <a href="#media-resource">media resource</a> before fetching it. If specified, its value must be @@ -20912,7 +20918,7 @@ <dt><dfn id="dom-media-network_no_source" title="dom-media-NETWORK_NO_SOURCE"><code>NETWORK_NO_SOURCE</code></dfn> (numeric value 3)</dt> <dd>The element<span class="impl">'s <a href="#concept-media-load-algorithm" title="concept-media-load-algorithm">resource selection - algorithm</a> is active, but it</span> has failed to find a + algorithm</a> is active, but it</span> has so not yet found a <a href="#media-resource" title="media resource">resource</a> to use.</dd> </dl><div class="impl"> @@ -20994,7 +21000,7 @@ <p>Set the <a href="#current-playback-position">current playback position</a> to 0.</p> <p>If this changed the <a href="#current-playback-position">current playback position</a>, - then span>queue a task to <a href="#fire-a-simple-event">fire a simple + then <a href="#queue-a-task">queue a task</a> to <a href="#fire-a-simple-event">fire a simple event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the <a href="#media-element">media element</a>.</p>
Received on Tuesday, 24 August 2010 07:34:12 UTC