hixie: got an earlier fix backwards (whatwg r7080)

hixie: got an earlier fix backwards (whatwg r7080)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5641&r2=1.5642&f=h
http://html5.org/tools/web-apps-tracker?from=7079&to=7080

===================================================================
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:26 UTC