html5/spec Overview.html,1.5559,1.5560

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

Modified Files:
	Overview.html 
Log Message:
Correctness. (whatwg r6965)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5559
retrieving revision 1.5560
diff -u -d -r1.5559 -r1.5560
--- Overview.html	4 Feb 2012 06:39:45 -0000	1.5559
+++ Overview.html	6 Feb 2012 22:09:31 -0000	1.5560
@@ -320,7 +320,7 @@
 
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-4-february-2012">Editor's Draft 4 February 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-6-february-2012">Editor's Draft 6 February 2012</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -467,7 +467,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 4 February 2012 Editor's Draft.
+  This specification is the 6 February 2012 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -27127,11 +27127,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>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>In addition, each <a href="#text-track-cue">text track cue</a> has two pieces of
+  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>In addition, each <a href="#text-track-cue">text track cue</a> has two pieces of
   dynamic information:<dl><dt>The <dfn id="text-track-cue-active-flag" title="text track cue active flag">active flag</dfn>
    <dd>
 

Received on Monday, 6 February 2012 22:11:45 UTC