- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 27 Apr 2012 15:38:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv23611 Modified Files: Overview.html Log Message: got an earlier fix backwards (whatwg r7080) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5641 retrieving revision 1.5642 diff -u -d -r1.5641 -r1.5642 --- Overview.html 26 Apr 2012 21:10:01 -0000 1.5641 +++ Overview.html 27 Apr 2012 15:37:56 -0000 1.5642 @@ -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-26-april-2012">Editor's Draft 26 April 2012</h2> + <h2 class="no-num no-toc" id="editor-s-draft-27-april-2012">Editor's Draft 27 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 26 April 2012 Editor's Draft. + This specification is the 27 April 2012 Editor's Draft. </p> @@ -28813,15 +28813,15 @@ <li><p>For each <a href="#text-track-cue" title="text track cue">text track cue</a> in <var title="">missed cues</var>, <a href="#prepare-an-event">prepare an event</a> named <code title="event-enter">enter</code> for the - <code><a href="#texttrackcue">TextTrackCue</a></code> object with the later of the <a href="#text-track-cue-start-time">text - track cue start time</a> and the <a href="#text-track-cue-end-time">text track cue end - time</a>.</li> + <code><a href="#texttrackcue">TextTrackCue</a></code> object with the <a href="#text-track-cue-start-time">text track cue + start time</a>.</li> <li><p>For each <a href="#text-track-cue" title="text track cue">text track cue</a> in <var title="">other cues</var> that either has its <a href="#text-track-cue-active-flag">text track cue active flag</a> set or is in <var title="">missed cues</var>, <a href="#prepare-an-event">prepare an event</a> named <code title="event-exit">exit</code> for the <code><a href="#texttrackcue">TextTrackCue</a></code> - object with the <a href="#text-track-cue-end-time">text track cue end time</a>.</li> + object with the later of the <a href="#text-track-cue-end-time">text track cue end time</a> + and the <a href="#text-track-cue-start-time">text track cue start time</a>.</li> <li><p>For each <a href="#text-track-cue" title="text track cue">text track cue</a> in <var title="">current cues</var> that does not have its
Received on Friday, 27 April 2012 15:38:08 UTC