- From: poot <cvsmail@w3.org>
- Date: Tue, 19 Aug 2008 06:31:28 +0900 (JST)
- To: public-html-diffs@w3.org
Make it so that multiple pending load()s are coallesced into one. (credit: pj) (whatwg r2079) load() http://people.w3.org/mike/diffs/html5/spec/Overview.1.1252.html#load pixelratio http://people.w3.org/mike/diffs/html5/spec/Overview.1.1252.html#pixelratio Once enough of the media data has been fetched to enable the user agent to display the frame at the effective start of the media resource http://people.w3.org/mike/diffs/html5/spec/Overview.1.1252.html#handling-first-frame-available new resource task source http://people.w3.org/mike/diffs/html5/spec/Overview.1.1252.html#new-resource bufferingRate http://people.w3.org/mike/diffs/html5/spec/Overview.1.1252.html#bufferingrate type http://people.w3.org/mike/diffs/html5/spec/Overview.1.1252.html#type9 src http://people.w3.org/mike/diffs/html5/spec/Overview.1.1252.html#src7 src http://people.w3.org/mike/diffs/html5/spec/Overview.1.1252.html#src6 http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1251&r2=1.1252&f=h http://html5.org/tools/web-apps-tracker?from=2078&to=2079 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1251 retrieving revision 1.1252 diff -u -d -r1.1251 -r1.1252 --- Overview.html 18 Aug 2008 21:16:26 -0000 1.1251 +++ Overview.html 18 Aug 2008 21:27:15 -0000 1.1252 @@ -18697,8 +18697,8 @@ <code title=dom-media-load><a href="#load">load()</a></code> method on the <a href="#media7">media element</a>, and ignores any resulting exceptions. The <a href="#task-source">task source</a> for this task is the <a - href="#media7">media element</a>'s own <span>new resource task - source</span>. + href="#media7">media element</a>'s own <a href="#new-resource">new + resource task source</a>. <p>The DOM attributes <dfn id=src6 title=dom-source-src><code>src</code></dfn>, <dfn id=type9 @@ -18891,8 +18891,8 @@ href="#load">load()</a></code> method on the <a href="#media7">media element</a>, and ignores any resulting exceptions. The <a href="#task-source">task source</a> for this task is the <a - href="#media7">media element</a>'s own <span>new resource task - source</span>. + href="#media7">media element</a>'s own <a href="#new-resource">new + resource task source</a>. <p class=note>If a <code title=attr-media-src><a href="#src7">src</a></code> attribute is specified, the resource it @@ -19079,6 +19079,12 @@ <ol> <li> + <p>If there are any <a href="#tasks" title=concept-task>tasks</a> from + the <a href="#media7">media element</a>'s own <dfn id=new-resource>new + resource task source</dfn> in one of the <a href="#task-queues" + title="task queue">task queues</a>, then remove those tasks. + + <li> <p>Any already-running instance of this algorithm for this element must be aborted. If those method calls have not yet returned, they must finish the step they are on, and then immediately return. This is not @@ -19460,8 +19466,8 @@ href="#load">load()</a></code> method on the <a href="#media7">media element</a>, and ignores any resulting exceptions. The <a href="#task-source">task source</a> for this task is the <a - href="#media7">media element</a>'s own <span>new resource task - source</span>. + href="#media7">media element</a>'s own <a href="#new-resource">new + resource task source</a>. <p>The <dfn id=bufferingrate title=dom-media-bufferingRate><code>bufferingRate</code></dfn> attribute
Received on Monday, 18 August 2008 21:40:09 UTC