- From: poot <cvsmail@w3.org>
- Date: Wed, 25 Apr 2012 14:58:13 -0400
- To: public-html-diffs@w3.org
hixie: Include cues that overlap the earliest possible position, since they'll be active (whatwg r7067) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5632&r2=1.5633&f=h http://html5.org/tools/web-apps-tracker?from=7066&to=7067 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5632 retrieving revision 1.5633 diff -u -d -r1.5632 -r1.5633 --- Overview.html 24 Apr 2012 21:25:06 -0000 1.5632 +++ Overview.html 25 Apr 2012 18:57:56 -0000 1.5633 @@ -321,7 +321,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-24-april-2012">Editor's Draft 24 April 2012</h2> + <h2 class="no-num no-toc" id="editor-s-draft-25-april-2012">Editor's Draft 25 April 2012</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> @@ -514,7 +514,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 24 April 2012 Editor's Draft. + This specification is the 25 April 2012 Editor's Draft. </p> @@ -31379,7 +31379,7 @@ return a <a href="#live">live</a> <code><a href="#texttrackcuelist">TextTrackCueList</a></code> object that represents the subset of the <a href="#text-track-list-of-cues">text track list of cues</a> of the <a href="#text-track">text track</a> that the <code><a href="#texttrack">TextTrack</a></code> object - represents whose <a href="#text-track-cue-start-time" title="text track cue start time">start + represents whose <a href="#text-track-cue-end-time" title="text track cue end time">end times</a> occur at or after the <a href="#earliest-possible-position-when-the-script-started">earliest possible position when the script started</a>, in <a href="#text-track-cue-order">text track cue order</a>. Otherwise, it must return null. When an object is
Received on Wednesday, 25 April 2012 18:58:20 UTC