[html5] r2312 - [] (0) <textarea required>
whatwg at whatwg.org
whatwg at whatwg.org
Thu Oct 9 16:59:54 PDT 2008
Author: ianh
Date: 2008-10-09 16:59:54 -0700 (Thu, 09 Oct 2008)
New Revision: 2312
Modified:
index
source
Log:
[] (0) <textarea required>
Modified: index
===================================================================
--- index 2008-10-09 23:57:09 UTC (rev 2311)
+++ index 2008-10-09 23:59:54 UTC (rev 2312)
@@ -26962,8 +26962,13 @@
<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>
+ <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>
- <p class=XXX> ... <dfn id=attr-textarea-required title=attr-textarea-required><code>required</code></dfn>
+ <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>
<p class=XXX> ... <dfn id=attr-textarea-accept title=attr-textarea-accept><code>accept</code></dfn>
Modified: source
===================================================================
--- source 2008-10-09 23:57:09 UTC (rev 2311)
+++ source 2008-10-09 23:59:54 UTC (rev 2312)
@@ -30248,8 +30248,15 @@
<code>textContent</code> DOM attribute is equal to or less than the
element's <span>maximum allowed value length</span>.</p>
+ <p>The <dfn
+ title="attr-textarea-required"><code>required</code></dfn> attribute
+ is a <span>boolean attribute</span>.</p>
- <p class="XXX"> ... <dfn title="attr-textarea-required"><code>required</code></dfn>
+ <p><strong>Constraint validation:</strong> If the element has its
+ <code title="attr-textarea-required">required</code> attribute
+ specified, and the element's <span
+ title="concept-fe-value">value</span> is the empty string, then the
+ element is <span>suffering from being missing</span>.</p>
<p class="XXX"> ... <dfn title="attr-textarea-accept"><code>accept</code></dfn>
More information about the Commit-Watchers
mailing list