hixie: Oops. Enabling the chapters track shouldn't override <track default> on a subtitle track. (whatwg r6181)

hixie: Oops. Enabling the chapters track shouldn't override <track
default> on a subtitle track. (whatwg r6181)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4954&r2=1.4955&f=h
http://html5.org/tools/web-apps-tracker?from=6180&to=6181

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4954
retrieving revision 1.4955
diff -u -d -r1.4954 -r1.4955
--- Overview.html 3 Jun 2011 00:24:04 -0000 1.4954
+++ Overview.html 3 Jun 2011 00:33:43 -0000 1.4955
@@ -25951,6 +25951,19 @@
    <a href="#text-track-mode">text track mode</a> is <a href="#text-track-showing" title="text track
    showing">showing</a></dt>
 
+   <dd>
+    <p>Let the <a href="#text-track-mode">text track mode</a> be <a href="#text-track-showing" title="text
+    track showing">showing</a>.</p>
+
+    <p>If there is a <a href="#text-track">text track</a> in the <a href="#media-element">media
+    element</a>'s <a href="#list-of-text-tracks">list of text tracks</a> whose
+    <a href="#text-track-mode">text track mode</a> is <a href="#text-track-showing-by-default" title="text track showing
+    by default">showing by default</a>, the user agent must
+    furthermore change <em>that</em> <a href="#text-track">text track</a>'s
+    <a href="#text-track-mode">text track mode</a> to <a href="#text-track-hidden" title="text track
+    hidden">hidden</a>.</p> 
+   </dd>
+
    <dt>If the <a href="#text-track-kind">text track kind</a> is <code title="dom-TextTrack-kind-chapters"><a href="#dom-texttrack-kind-chapters">chapters</a></code> and the
    <a href="#text-track-language">text track language</a> is one that the user agent has
    reason to believe is appropriate for the user, and there is no
@@ -25963,14 +25976,6 @@
    <dd>
     <p>Let the <a href="#text-track-mode">text track mode</a> be <a href="#text-track-showing" title="text
     track showing">showing</a>.</p>
-
-    <p>If there is a <a href="#text-track">text track</a> in the <a href="#media-element">media
-    element</a>'s <a href="#list-of-text-tracks">list of text tracks</a> whose
-    <a href="#text-track-mode">text track mode</a> is <a href="#text-track-showing-by-default" title="text track showing
-    by default">showing by default</a>, the user agent must
-    furthermore change <em>that</em> <a href="#text-track">text track</a>'s
-    <a href="#text-track-mode">text track mode</a> to <a href="#text-track-hidden" title="text track
-    hidden">hidden</a>.</p> 
    </dd>
 
    <dt>If the <code><a href="#the-track-element">track</a></code> element has a <code title="attr-track-default"><a href="#attr-track-default">default</a></code> attribute specified, and

Received on Friday, 17 June 2011 09:55:18 UTC