Short URL: http://html5.org/r/2312
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2312 | <textarea required> | 2008-10-09 23:59 |
Index: source =================================================================== --- source (revision 2311) +++ source (revision 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>