html5/webvtt Overview.html,1.2,1.3

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

Modified Files:
	Overview.html 
Log Message:
Missed a dependency. (whatwg r6838)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webvtt/Overview.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Overview.html	28 Nov 2011 23:05:01 -0000	1.2
+++ Overview.html	1 Dec 2011 20:37:33 -0000	1.3
@@ -121,7 +121,7 @@
   </script><body onload=init()>
 
   <header class=head id=head><hgroup><h1 class="no-num no-toc">WebVTT</h1>
-    <h2 class="no-num no-toc">Living Standard &mdash; Last Updated 28 November 2011</h2>
+    <h2 class="no-num no-toc">Living Standard &mdash; Last Updated 1 December 2011</h2>
    </hgroup><dl><dt>Latest version:</dt>
     <dd><a href=http://http://dev.w3.org/html5/webvtt/>http://dev.w3.org/html5/webvtt/</a></dd>
     <dt>Participate:</dt>
@@ -253,6 +253,7 @@
    <li><dfn id=media-element>Media element</dfn>
    <li><dfn id=current-playback-position>Current playback position</dfn>
    <li><dfn id=expose-a-user-interface-to-the-user>Expose a user interface to the user</dfn>
+   <li><dfn id=list-of-text-tracks>List of text tracks</dfn>
    <li><dfn id=text-track>Text track</dfn>
    <li><dfn id=text-track-kind>Text track kind</dfn>
    <li><dfn id=text-track-mode>Text track mode</dfn>
@@ -2111,7 +2112,7 @@
    user interface</a> for <var title="">video</var>, but now it is,
    let <var title="">reset</var> be true. Otherwise, let <var title="">reset</var> be false.</p>
 
-   <li><p>Let <var title="">tracks</var> be the subset of <var title="">video</var>'s <span>list of text tracks</span> that have
+   <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

Received on Thursday, 1 December 2011 20:37:45 UTC