html5/spec Overview.html,1.2685,1.2686

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

Modified Files:
	Overview.html 
Log Message:
tooLong applies only to modified content, not new content. Oops. (whatwg r3487)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2685
retrieving revision 1.2686
diff -u -d -r1.2685 -r1.2686
--- Overview.html	28 Jul 2009 23:54:30 -0000	1.2685
+++ Overview.html	28 Jul 2009 23:57:38 -0000	1.2686
@@ -31541,7 +31541,7 @@
   allowed value length</a>.<div class="impl">
 
   <p><strong>Constraint validation</strong>: If an element has a
-  <a href="#maximum-allowed-value-length">maximum allowed value length</a>, and its <var title="">dirty value flag</var> is false, and the <a href="#code-point-length">code-point
+  <a href="#maximum-allowed-value-length">maximum allowed value length</a>, and its <var title="">dirty value flag</var> is true, and the <a href="#code-point-length">code-point
   length</a> of the element's <a href="#concept-fe-value" title="concept-fe-value">value</a> is greater than the element's
   <a href="#maximum-allowed-value-length">maximum allowed value length</a>, then the element is
   <a href="#suffering-from-being-too-long">suffering from being too long</a>.</p>
@@ -65939,6 +65939,7 @@
   Michael Powers,
   Michael(tm) Smith,
   Michel Fortin,
+  Michelangelo De Simone,
   Michiel van der Blonk,
   Mihai &#350;ucan<!-- from ROBO Design -->,
   Mike Brown,

Received on Tuesday, 28 July 2009 23:57:54 UTC