- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 26 Oct 2011 22:46:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv15320 Modified Files: spec.html the-iframe-element.html Log Message: typo (whatwg r6768) [updated by splitter] Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec/the-iframe-element.html,v retrieving revision 1.138 retrieving revision 1.139 diff -u -d -r1.138 -r1.139 --- the-iframe-element.html 26 Oct 2011 00:47:00 -0000 1.138 +++ the-iframe-element.html 26 Oct 2011 22:46:24 -0000 1.139 @@ -3612,8 +3612,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> @@ -4300,10 +4300,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> @@ -4326,15 +4323,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> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1752 retrieving revision 1.1753 diff -u -d -r1.1752 -r1.1753 --- spec.html 26 Oct 2011 00:46:59 -0000 1.1752 +++ spec.html 26 Oct 2011 22:46:24 -0000 1.1753 @@ -324,7 +324,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> @@ -349,7 +349,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.5416. +This is revision 1.5418. </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 @@ -470,7 +470,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
Received on Wednesday, 26 October 2011 22:46:32 UTC