html5/spec Overview.html,1.1484,1.1485

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

Modified Files:
	Overview.html 
Log Message:
<textarea required> (whatwg r2312)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1484
retrieving revision 1.1485
diff -u -d -r1.1484 -r1.1485
--- Overview.html	9 Oct 2008 23:57:13 -0000	1.1484
+++ Overview.html	9 Oct 2008 23:59:58 -0000	1.1485
@@ -21796,9 +21796,11 @@
   value length</a>, then the element's children must be such that
   the <a href=#codepoint-length>codepoint length</a> of the value of the element's
   <code><a href=#textcontent>textContent</a></code> DOM attribute is equal to or less than the
-  element's <a href=#maximum-allowed-value-length>maximum allowed value length</a>.<p class=XXX> ... <dfn id=attr-textarea-required title=attr-textarea-required><code>required</code></dfn>
-
-  <p class=XXX> ... <dfn id=attr-textarea-accept title=attr-textarea-accept><code>accept</code></dfn>
+  element's <a href=#maximum-allowed-value-length>maximum allowed value length</a>.<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>.<p><strong>Constraint validation:</strong> If the element has its
+  <code title=attr-textarea-required><a href=#attr-textarea-required>required</a></code> attribute
+  specified, and the element's <a href=#concept-fe-value title=concept-fe-value>value</a> is the empty string, then the
+  element is <a href=#suffering-from-being-missing>suffering from being missing</a>.<p class=XXX> ... <dfn id=attr-textarea-accept title=attr-textarea-accept><code>accept</code></dfn>
 
   <p>The <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute is used to
   explicitly associate the <code><a href=#the-textarea-element>textarea</a></code> element with its

Received on Friday, 10 October 2008 00:00:36 UTC