- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 03 Jun 2011 00:33:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv14557
Modified Files:
Overview.html
Log Message:
Oops. Enabling the chapters track shouldn't override <track default> on a subtitle track. (whatwg r6181)
Index: Overview.html
===================================================================
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, 3 June 2011 00:33:48 UTC