[html5] r6756 - [giow] (0) Simplify in-band text track loading. Fixing http://www.w3.org/Bugs/Pu [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 25 15:44:33 PDT 2011
Author: ianh
Date: 2011-10-25 15:44:32 -0700 (Tue, 25 Oct 2011)
New Revision: 6756
Modified:
complete.html
index
source
Log:
[giow] (0) Simplify in-band text track loading.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14509
Modified: complete.html
===================================================================
--- complete.html 2011-10-25 22:21:24 UTC (rev 6755)
+++ complete.html 2011-10-25 22:44:32 UTC (rev 6756)
@@ -31181,24 +31181,12 @@
cues</a>, and begin updating it dynamically as
necessary.</li>
- <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> <!-- otherwise, you'll have
+ to load the whole media file just to start playing the first
+ frame... -->
- <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-mode title="text
track mode">mode</a> to the mode consistent with the user's
preferences and the requirements of the relevant specification for
Modified: index
===================================================================
--- index 2011-10-25 22:21:24 UTC (rev 6755)
+++ index 2011-10-25 22:44:32 UTC (rev 6756)
@@ -31181,24 +31181,12 @@
cues</a>, and begin updating it dynamically as
necessary.</li>
- <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> <!-- otherwise, you'll have
+ to load the whole media file just to start playing the first
+ frame... -->
- <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-mode title="text
track mode">mode</a> to the mode consistent with the user's
preferences and the requirements of the relevant specification for
Modified: source
===================================================================
--- source 2011-10-25 22:21:24 UTC (rev 6755)
+++ source 2011-10-25 22:44:32 UTC (rev 6756)
@@ -33991,24 +33991,12 @@
cues</span>, and begin updating it dynamically as
necessary.</p></li>
- <li>
+ <li><p>Set the new <span>text track</span>'s <span title="text
+ track readiness state">readiness state</span> to <span title="text
+ track loaded">loaded</span>.</p></li> <!-- otherwise, you'll have
+ to load the whole media file just to start playing the first
+ frame... -->
- <p>Set the new <span>text track</span>'s <span title="text track
- readiness state">readiness state</span> 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
- <span>media resource</span> has been fully parsed and completely
- describes the cues, then the <span>text track</span> would be
- <span title="text track loaded">loaded</span>. On the other hand,
- if the data for the cues is interleaved with the <span>media
- data</span>, and the <span>media resource</span> as a whole is
- still being downloaded, then the <span title="text track
- loading">loading</span> state might be more accurate.</p>
-
- </li>
-
<li><p>Set the new <span>text track</span>'s <span title="text
track mode">mode</span> to the mode consistent with the user's
preferences and the requirements of the relevant specification for
More information about the Commit-Watchers
mailing list