html5/spec spec.html,1.1670,1.1671 the-iframe-element.html,1.110,1.111

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv32741

Modified Files:
	spec.html the-iframe-element.html 
Log Message:
Change the text track cue order so that it reverse-sorts on end time, since that results in better rendering and fixes some chapter issues. Also, better define the order of events for multiple cues that started at the same time with different end times. (whatwg r6557)

[updated by splitter]


Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-iframe-element.html,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- the-iframe-element.html	10 Sep 2011 01:46:27 -0000	1.110
+++ the-iframe-element.html	20 Sep 2011 00:47:03 -0000	1.111
@@ -5007,16 +5007,9 @@
     <p>Sort the <a href="webappapis.html#concept-task" title="concept-task">tasks</a> in <var title="">events</var> in ascending time order (<a href="webappapis.html#concept-task" title="concept-task">tasks</a> with earlier times
     first).</p>
 
-    <p>Further sort <a href="webappapis.html#concept-task" title="concept-task">tasks</a> in <var title="">events</var> that have the same time by the <a href="#text-track">text
-    track</a> associated with the <a href="webappapis.html#concept-task" title="concept-task">tasks</a>, in the same order as the <a href="#text-track" title="text track">text tracks</a> appear in the <a href="#media-element">media
-    element</a>'s <a href="#list-of-text-tracks">list of text tracks</a>.</p>
-
-    <p>Further sort <a href="webappapis.html#concept-task" title="concept-task">tasks</a> in <var title="">events</var> that have the same time and <a href="#text-track">text
-    track</a> by the <a href="#text-track-cue">text track cue</a> associated with
-    the <a href="webappapis.html#concept-task" title="concept-task">tasks</a>, in the same order as
-    the <a href="#text-track-cue" title="text track cue">cues</a> were created (so e.g.
-    for cues from a <span>WebVTT file</span>, that would be the order
-    in which the cues were listed in the file).</p>
+    <p>Further sort <a href="webappapis.html#concept-task" title="concept-task">tasks</a> in <var title="">events</var> that have the same time by the relative
+    <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="webappapis.html#concept-task" title="concept-task">tasks</a>.</p>
 
    </li>
 
@@ -6660,7 +6653,7 @@
   must be sorted by their <a href="#text-track-cue-start-time" title="text track cue start
   time">start time</a>, earliest first; then, any <a href="#text-track-cue" title="text track cue">cues</a> with the same <a href="#text-track-cue-start-time" title="text
   track cue start time">start time</a> must be sorted by their
-  <a href="#text-track-cue-end-time" title="text track cue end time">end time</a>, earliest
+  <a href="#text-track-cue-end-time" title="text track cue end time">end time</a>, latest
   first; and finally, any <a href="#text-track-cue" title="text track cue">cues</a>
   with identical <a href="#text-track-cue-end-time" title="text track cue end time">end
   times</a> must be sorted in the order they were created (so

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1670
retrieving revision 1.1671
diff -u -d -r1.1670 -r1.1671
--- spec.html	14 Sep 2011 22:46:22 -0000	1.1670
+++ spec.html	20 Sep 2011 00:46:52 -0000	1.1671
@@ -325,7 +325,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-14-september-2011">Editor's Draft 14 September 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-20-september-2011">Editor's Draft 20 September 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>
@@ -350,7 +350,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.5251.
+This is revision 1.5252.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -471,7 +471,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 14 September 2011 Editor's Draft.
+  This specification is the 20 September 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 Tuesday, 20 September 2011 00:47:19 UTC