- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 26 Oct 2011 22:35:54 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv13722 Modified Files: Overview.html Log Message: Move the requirement that tracks be loaded to blocking HAVE_FUTURE_DATA rather than HAVE_CURRENT_DATA. (WIP) (whatwg r6767) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5416 retrieving revision 1.5417 diff -u -d -r1.5416 -r1.5417 --- Overview.html 25 Oct 2011 23:54:52 -0000 1.5416 +++ Overview.html 26 Oct 2011 22:35:50 -0000 1.5417 @@ -320,7 +320,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor-s-draft-25-october-2011">Editor's Draft 25 October 2011</h2> + <h2 class="no-num no-toc" id="editor-s-draft-26-october-2011">Editor's Draft 26 October 2011</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -466,7 +466,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 25 October 2011 Editor's Draft. + This specification is the 26 October 2011 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 @@ -22920,8 +22920,8 @@ <dt id="getting-media-metadata">Once enough of the <a href="#media-data">media data</a> has been fetched to determine the duration of the - <a href="#media-resource">media resource</a>, its dimensions, and other metadata, - and once <a href="#the-text-tracks-are-ready">the text tracks are ready</a> </dt> + <a href="#media-resource">media resource</a>, its dimensions, and other + metadata </dt> <dd> @@ -23608,10 +23608,7 @@ element, the dimensions of the video are also available. The API will no longer throw an exception when seeking. No <a href="#media-data">media data</a> is available for the immediate <a href="#current-playback-position">current playback - position</a>. - The <a href="#text-track" title="text track">text tracks</a> - are <a href="#the-text-tracks-are-ready" title="the text tracks are ready">ready</a>. - </dd> + position</a>.</dd> <dt><dfn id="dom-media-have_current_data" title="dom-media-HAVE_CURRENT_DATA"><code>HAVE_CURRENT_DATA</code></dfn> (numeric value 2)</dt> @@ -23634,15 +23631,16 @@ the <a href="#current-playback-position">current playback position</a> in the <a href="#direction-of-playback">direction of playback</a> at least a little without immediately reverting to the <code title="dom-media-HAVE_METADATA"><a href="#dom-media-have_metadata">HAVE_METADATA</a></code> - state. For example, in video this corresponds to the user agent - having data for at least the current frame and the next frame when - the <a href="#current-playback-position">current playback position</a> is at the instant in - time between the two frames, or to the user agent having the video - data for the current frame and audio data to keep playing at least - a little when the <a href="#current-playback-position">current playback position</a> is in the - middle of a frame. The user agent cannot be in this state if <a href="#ended-playback" title="ended playback">playback has ended</a>, as the - <a href="#current-playback-position">current playback position</a> can never advance in this - case.</dd> + state, and <a href="#the-text-tracks-are-ready">the text tracks are ready</a>. For example, in + video this corresponds to the user agent having data for at least + the current frame and the next frame when the <a href="#current-playback-position">current + playback position</a> is at the instant in time between the two + frames, or to the user agent having the video data for the current + frame and audio data to keep playing at least a little when the + <a href="#current-playback-position">current playback position</a> is in the middle of a frame. + The user agent cannot be in this state if <a href="#ended-playback" title="ended + playback">playback has ended</a>, as the <a href="#current-playback-position">current playback + position</a> can never advance in this case.</dd> <dt><dfn id="dom-media-have_enough_data" title="dom-media-HAVE_ENOUGH_DATA"><code>HAVE_ENOUGH_DATA</code></dfn> (numeric value 4)</dt>
Received on Wednesday, 26 October 2011 22:35:56 UTC