- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Sep 2011 00:58:20 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv25092
Modified Files:
Overview.html media-elements.html spec.html
spec.preprocessed.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: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.1610
retrieving revision 1.1611
diff -u -d -r1.1610 -r1.1611
--- Overview.html 14 Sep 2011 22:57:44 -0000 1.1610
+++ Overview.html 20 Sep 2011 00:58:07 -0000 1.1611
@@ -340,7 +340,7 @@
<h1>HTML5: Edition for Web Authors</h1>
- <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-author/">http://www.w3.org/TR/html5-author/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -362,7 +362,7 @@
<dt>Editor:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.5251.</p>
+ This is revision 1.5252.</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -513,7 +513,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
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1740
retrieving revision 1.1741
diff -u -d -r1.1740 -r1.1741
--- spec.html 14 Sep 2011 22:57:46 -0000 1.1740
+++ spec.html 20 Sep 2011 00:58:07 -0000 1.1741
@@ -341,7 +341,7 @@
<h1>HTML5: Edition for Web Authors</h1>
- <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-author/">http://www.w3.org/TR/html5-author/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -363,7 +363,7 @@
<dt>Editor:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.5251.</p>
+ This is revision 1.5252.</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -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 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
@@ -13696,7 +13696,7 @@
must be sorted by their <a href="#text-track-cue-start-time" id="text-track-cue-start-time_0" title="text track cue start
time">start time</a>, earliest first; then, any <a href="#text-track-cue" id="text-track-cue_10" title="text track cue">cues</a> with the same <a href="#text-track-cue-start-time" id="text-track-cue-start-time_1" title="text
track cue start time">start time</a> must be sorted by their
- <a href="#text-track-cue-end-time" id="text-track-cue-end-time_0" title="text track cue end time">end time</a>, earliest
+ <a href="#text-track-cue-end-time" id="text-track-cue-end-time_0" title="text track cue end time">end time</a>, latest
first; and finally, any <a href="#text-track-cue" id="text-track-cue_11" title="text track cue">cues</a>
with identical <a href="#text-track-cue-end-time" id="text-track-cue-end-time_1" title="text track cue end time">end
times</a> must be sorted in the order they were created (so
Index: media-elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/media-elements.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- media-elements.html 10 Sep 2011 01:57:06 -0000 1.27
+++ media-elements.html 20 Sep 2011 00:58:07 -0000 1.28
@@ -1705,7 +1705,7 @@
must be sorted by their <a href="#text-track-cue-start-time" id="text-track-cue-start-time_0" title="text track cue start
time">start time</a>, earliest first; then, any <a href="#text-track-cue" id="text-track-cue_10" title="text track cue">cues</a> with the same <a href="#text-track-cue-start-time" id="text-track-cue-start-time_1" title="text
track cue start time">start time</a> must be sorted by their
- <a href="#text-track-cue-end-time" id="text-track-cue-end-time_0" title="text track cue end time">end time</a>, earliest
+ <a href="#text-track-cue-end-time" id="text-track-cue-end-time_0" title="text track cue end time">end time</a>, latest
first; and finally, any <a href="#text-track-cue" id="text-track-cue_11" title="text track cue">cues</a>
with identical <a href="#text-track-cue-end-time" id="text-track-cue-end-time_1" title="text track cue end time">end
times</a> must be sorted in the order they were created (so
Index: spec.preprocessed.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v
retrieving revision 1.592
retrieving revision 1.593
diff -u -d -r1.592 -r1.593
--- spec.preprocessed.html 14 Sep 2011 22:58:08 -0000 1.592
+++ spec.preprocessed.html 20 Sep 2011 00:58:17 -0000 1.593
@@ -357,7 +357,7 @@
<h1>HTML5: Edition for Web Authors</h1>
- <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-author/">http://www.w3.org/TR/html5-author/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -379,7 +379,7 @@
<dt>Editor:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.5251.</p>
+ This is revision 1.5252.</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -532,7 +532,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
@@ -13423,7 +13423,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
Received on Tuesday, 20 September 2011 00:58:26 UTC