html5/webvtt Overview.html,1.29,1.30

Update of /sources/public/html5/webvtt
In directory hutz:/tmp/cvs-serv14430

Modified Files:
	Overview.html 
Log Message:
Reform the processing model around loading of text tracks to solve a number of problems: what happens when there's no media element parent, how to make sure we pick the right text track when there's a user preference, and some race conditions (whatwg r7327)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webvtt/Overview.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Overview.html	23 Aug 2012 21:14:49 -0000	1.29
+++ Overview.html	11 Sep 2012 21:59:19 -0000	1.30
@@ -122,7 +122,7 @@
 
   <header class=head id=head><!-- the following line added by request of Ian Jacobs --><p class=logo><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p>
    <hgroup><h1 class="no-num no-toc">WebVTT</h1>
-    <h2 class="no-num no-toc">Living Standard &mdash; Last Updated 23 August 2012</h2>
+    <h2 class="no-num no-toc">Living Standard &mdash; Last Updated 11 September 2012</h2>
    </hgroup><dl><dt>Latest version:</dt>
     <dd><a href=http://dev.w3.org/html5/webvtt/>http://dev.w3.org/html5/webvtt/</a></dd>
     <dt>Participate:</dt>
@@ -264,7 +264,6 @@
    <li><dfn id=text-track-kind>Text track kind</dfn>
    <li><dfn id=text-track-mode>Text track mode</dfn>
    <li><dfn id=text-track-showing>Text track showing</dfn>
-   <li><dfn id=text-track-showing-by-default>Text track showing by default</dfn>
    <li><dfn id=text-track-cue>Text track cue</dfn>
    <li><dfn id=text-track-list-of-cues>Text track list of cues</dfn>
    <li><dfn id=text-track-cue-order>Text track cue order</dfn>
@@ -2182,8 +2181,7 @@
    <li><p>Let <var title="">tracks</var> be the subset of <var title="">video</var>'s <a href=#list-of-text-tracks>list of text tracks</a> that have
    as their <a href=#rules-for-updating-the-text-track-rendering>rules for updating the text track rendering</a>
    these <a href=#rules-for-updating-the-display-of-webvtt-text-tracks>rules for updating the display of WebVTT text
-   tracks</a>, and whose <a href=#text-track-mode>text track mode</a> is <a href=#text-track-showing title="text track showing">showing</a> or <a href=#text-track-showing-by-default title="text
-   track showing by default">showing by default</a>.</li>
+   tracks</a>, and whose <a href=#text-track-mode>text track mode</a> is <a href=#text-track-showing title="text track showing">showing</a>.</li>
 
    <li><p>Let <var title="">cues</var> be an empty list of <a href=#text-track-cue title="text track cue">text track cues</a>.</li>
 

Received on Tuesday, 11 September 2012 21:59:22 UTC