html5/spec Overview.html,1.5414,1.5415

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29885

Modified Files:
	Overview.html 
Log Message:
Simplify in-band text track loading. (whatwg r6756)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5414
retrieving revision 1.5415
diff -u -d -r1.5414 -r1.5415
--- Overview.html	25 Oct 2011 19:23:06 -0000	1.5414
+++ Overview.html	25 Oct 2011 22:48:41 -0000	1.5415
@@ -26090,24 +26090,9 @@
    cues</span>, and begin updating it dynamically as
    necessary.</li>
 
-   <li>
-
-    <p>Set the new <a href="#text-track">text track</a>'s <a href="#text-track-readiness-state" title="text track
-    readiness state">readiness state</a> to the value that most
-    correctly describes the current state, and begin updating it
-    dynamically as necessary.</p>
-
-    <p class="example">For example, if the relevant data in the
-    <a href="#media-resource">media resource</a> has been fully parsed and completely
-    describes the cues, then the <a href="#text-track">text track</a> would be
-    <a href="#text-track-loaded" title="text track loaded">loaded</a>. On the other hand,
-    if the data for the cues is interleaved with the <a href="#media-data">media
-    data</a>, and the <a href="#media-resource">media resource</a> as a whole is
-    still being downloaded, then the <a href="#text-track-loading" title="text track
-    loading">loading</a> state might be more accurate.</p>
-
-   </li>
-
+   <li><p>Set the new <a href="#text-track">text track</a>'s <a href="#text-track-readiness-state" title="text
+   track readiness state">readiness state</a> to <a href="#text-track-loaded" title="text
+   track loaded">loaded</a>.</li> 
    <li><p>Set the new <a href="#text-track">text track</a>'s <a href="#text-track-mode" title="text
    track mode">mode</a> to the mode consistent with the user's
    preferences and the requirements of the relevant specification for

Received on Tuesday, 25 October 2011 22:48:50 UTC