spec/Overview.html 1.1485 2312 <textarea required> (whatwg r2312)

<textarea required> (whatwg r2312)

required
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1485.html#attr-textarea-required
maxlength
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1485.html#attr-textarea-maxlength
accept
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1485.html#attr-textarea-accept

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1484&r2=1.1485&f=h
http://html5.org/tools/web-apps-tracker?from=2311&to=2312

===================================================================
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:04:53 UTC