- From: poot <cvsmail@w3.org>
- Date: Tue, 25 Oct 2011 18:49:05 -0400
- To: public-html-diffs@w3.org
hixie: Simplify in-band text track loading. (whatwg r6756) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5414&r2=1.5415&f=h http://html5.org/tools/web-apps-tracker?from=6755&to=6756 =================================================================== 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:49:11 UTC