- From: poot <cvsmail@w3.org>
- Date: Thu, 26 Apr 2012 17:06:57 -0400
- To: public-html-diffs@w3.org
hixie: Make event dispatch around cues with duration <= 0 well-defined.
(I hope.) (whatwg r7078)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5639&r2=1.5640&f=h
http://html5.org/tools/web-apps-tracker?from=7077&to=7078
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5639
retrieving revision 1.5640
diff -u -d -r1.5639 -r1.5640
--- Overview.html 25 Apr 2012 21:27:14 -0000 1.5639
+++ Overview.html 26 Apr 2012 21:06:39 -0000 1.5640
@@ -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-25-april-2012">Editor's Draft 25 April 2012</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-26-april-2012">Editor's Draft 26 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 25 April 2012 Editor's Draft.
+ This specification is the 26 April 2012 Editor's Draft.
</p>
@@ -28813,8 +28813,9 @@
<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 <a href="#text-track-cue-start-time">text track cue
- start time</a>.</li>
+ <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>
<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
@@ -28838,6 +28839,10 @@
<a href="#text-track-cue-order">text track cue order</a> of the <a href="#text-track-cue" title="text track
cue">text track cues</a> associated with these <a href="#concept-task" title="concept-task">tasks</a>.</p>
+ <p>Finally, sort <a href="#concept-task" title="concept-task">tasks</a> in <var title="">events</var> that have the same time and same <a href="#text-track-cue-order">text
+ track cue order</a> by placing <a href="#concept-task" title="concept-task">tasks</a> that fire <code title="event-enter">enter</code> events before those that fire
+ <code title="event-exit">exit</code> events.</p>
+
</li>
<li><p><a href="#queue-a-task" title="queue a task">Queue</a> each <a href="#concept-task" title="concept-task">task</a> in <var title="">events</var>, in
Received on Thursday, 26 April 2012 21:07:00 UTC