[html5] r3706 - [e] (0) Fix class=impl error for attr-textarea-maxlength.

whatwg at whatwg.org whatwg at whatwg.org
Sat Aug 29 18:39:57 PDT 2009


Author: ianh
Date: 2009-08-29 18:39:55 -0700 (Sat, 29 Aug 2009)
New Revision: 3706

Modified:
   index
   source
Log:
[e] (0) Fix class=impl error for attr-textarea-maxlength.

Modified: index
===================================================================
--- index	2009-08-30 01:06:58 UTC (rev 3705)
+++ index	2009-08-30 01:39:55 UTC (rev 3706)
@@ -35536,7 +35536,9 @@
    U+000D CARRIAGE RETURN - U+000A LINE FEED (CRLF) character
    pairs.</li>
 
-  </ol><p>The <dfn id=attr-textarea-maxlength title=attr-textarea-maxlength><code>maxlength</code></dfn>
+  </ol></div>
+
+  <p>The <dfn id=attr-textarea-maxlength title=attr-textarea-maxlength><code>maxlength</code></dfn>
   attribute is a <a href=#attr-fe-maxlength title=attr-fe-maxlength>form control <code title="">maxlength</code> attribute</a> controlled by the
   <code><a href=#the-textarea-element>textarea</a></code> element's <a href=#concept-textarea-dirty title=concept-textarea-dirty>dirty value flag</a>.</p>
 
@@ -35546,8 +35548,6 @@
   <code>textContent</code> DOM attribute is equal to or less than the
   element's <a href=#maximum-allowed-value-length>maximum allowed value length</a>.</p>
 
-  </div>
-
   <p>The <dfn id=attr-textarea-required title=attr-textarea-required><code>required</code></dfn> attribute
   is a <a href=#boolean-attribute>boolean attribute</a>. When specified, the user will
   be required to enter a value before submitting the form.</p>

Modified: source
===================================================================
--- source	2009-08-30 01:06:58 UTC (rev 3705)
+++ source	2009-08-30 01:39:55 UTC (rev 3706)
@@ -39799,6 +39799,8 @@
 
   </ol>
 
+  </div>
+
   <p>The <dfn
   title="attr-textarea-maxlength"><code>maxlength</code></dfn>
   attribute is a <span title="attr-fe-maxlength">form control <code
@@ -39812,8 +39814,6 @@
   <code>textContent</code> DOM attribute is equal to or less than the
   element's <span>maximum allowed value length</span>.</p>
 
-  </div>
-
   <p>The <dfn
   title="attr-textarea-required"><code>required</code></dfn> attribute
   is a <span>boolean attribute</span>. When specified, the user will




More information about the Commit-Watchers mailing list