[html5] r6965 - [e] (0) Correctness. Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15491 [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 6 14:09:21 PST 2012


Author: ianh
Date: 2012-02-06 14:09:20 -0800 (Mon, 06 Feb 2012)
New Revision: 6965

Modified:
   complete.html
   index
   source
Log:
[e] (0) Correctness.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15491
Affected topics: Video Text Tracks

Modified: complete.html
===================================================================
--- complete.html	2012-02-04 06:39:35 UTC (rev 6964)
+++ complete.html	2012-02-06 22:09:20 UTC (rev 6965)
@@ -240,7 +240,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 4 February 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 6 February 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -32178,13 +32178,13 @@
     allowing the text to be rendered and converted to a DOM fragment.</p>
    </dd>
 
-  </dl><p>A <a href=#text-track-cue>text track cue</a> is immutable.</p>
-
-  <p>Each <a href=#text-track-cue>text track cue</a> has a corresponding
+  </dl><p>Each <a href=#text-track-cue>text track cue</a> has a corresponding
   <code><a href=#texttrackcue>TextTrackCue</a></code> object, and can be associated with a
   particular <a href=#text-track>text track</a>. Once a <a href=#text-track-cue>text track
   cue</a> is associated with a particular <a href=#text-track>text track</a>,
-  the association is permanent.</p>
+  the association is permanent. A <a href=#text-track-cue>text track cue</a>'s
+  in-memory representation can be dynamically changed through this
+  <code><a href=#texttrackcue>TextTrackCue</a></code> API.</p>
 
   <p>In addition, each <a href=#text-track-cue>text track cue</a> has two pieces of
   dynamic information:</p>

Modified: index
===================================================================
--- index	2012-02-04 06:39:35 UTC (rev 6964)
+++ index	2012-02-06 22:09:20 UTC (rev 6965)
@@ -240,7 +240,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 4 February 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 6 February 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -32178,13 +32178,13 @@
     allowing the text to be rendered and converted to a DOM fragment.</p>
    </dd>
 
-  </dl><p>A <a href=#text-track-cue>text track cue</a> is immutable.</p>
-
-  <p>Each <a href=#text-track-cue>text track cue</a> has a corresponding
+  </dl><p>Each <a href=#text-track-cue>text track cue</a> has a corresponding
   <code><a href=#texttrackcue>TextTrackCue</a></code> object, and can be associated with a
   particular <a href=#text-track>text track</a>. Once a <a href=#text-track-cue>text track
   cue</a> is associated with a particular <a href=#text-track>text track</a>,
-  the association is permanent.</p>
+  the association is permanent. A <a href=#text-track-cue>text track cue</a>'s
+  in-memory representation can be dynamically changed through this
+  <code><a href=#texttrackcue>TextTrackCue</a></code> API.</p>
 
   <p>In addition, each <a href=#text-track-cue>text track cue</a> has two pieces of
   dynamic information:</p>

Modified: source
===================================================================
--- source	2012-02-04 06:39:35 UTC (rev 6964)
+++ source	2012-02-06 22:09:20 UTC (rev 6965)
@@ -35165,13 +35165,13 @@
 
   </dl>
 
-  <p>A <span>text track cue</span> is immutable.</p>
-
   <p>Each <span>text track cue</span> has a corresponding
   <code>TextTrackCue</code> object, and can be associated with a
   particular <span>text track</span>. Once a <span>text track
   cue</span> is associated with a particular <span>text track</span>,
-  the association is permanent.</p>
+  the association is permanent. A <span>text track cue</span>'s
+  in-memory representation can be dynamically changed through this
+  <code>TextTrackCue</code> API.</p>
 
   <p>In addition, each <span>text track cue</span> has two pieces of
   dynamic information:</p>




More information about the Commit-Watchers mailing list