- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 25 Oct 2011 23:46:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv8247 Modified Files: spec.html the-iframe-element.html Log Message: Simplify in-band text track loading. (whatwg r6756) [updated by splitter] Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec/the-iframe-element.html,v retrieving revision 1.136 retrieving revision 1.137 diff -u -d -r1.136 -r1.137 --- the-iframe-element.html 24 Oct 2011 17:46:25 -0000 1.136 +++ the-iframe-element.html 25 Oct 2011 23:46:25 -0000 1.137 @@ -6782,24 +6782,9 @@ cues</span>, and begin updating it dynamically as necessary.</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 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>.</p></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 Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1750 retrieving revision 1.1751 diff -u -d -r1.1750 -r1.1751 --- spec.html 25 Oct 2011 19:46:24 -0000 1.1750 +++ spec.html 25 Oct 2011 23:46:24 -0000 1.1751 @@ -349,7 +349,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.5414. +This is revision 1.5415. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Tuesday, 25 October 2011 23:46:28 UTC