Short URL: http://html5.org/r/2313
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2313 | WF2: Remove <textarea accept=''>. I couldn't come up with enough compelling reason to keep it. | 2008-10-10 00:00 |
Index: source
===================================================================
--- source (revision 2312)
+++ source (revision 2313)
@@ -30065,7 +30065,6 @@
<dt>Content model:</dt>
<dd>Text.</dd>
<dt>Element-specific attributes:</dt>
- <dd><code title="attr-textarea-accept">accept</code></dd>
<dd><code title="attr-fe-autofocus">autofocus</code></dd>
<dd><code title="attr-textarea-cols">cols</code></dd>
<dd><code title="attr-fe-disabled">disabled</code></dd>
@@ -30079,7 +30078,6 @@
<dt>DOM interface:</dt>
<dd>
<pre class="idl">interface <dfn>HTMLTextAreaElement</dfn> : <span>HTMLElement</span> {
- attribute DOMString <span title="dom-textarea-accept">accept</span>;
attribute boolean <span title="dom-fe-autofocus">autofocus</span>;
attribute unsigned long <span title="dom-textarea-cols">cols</span>;
attribute boolean <span title="dom-fe-disabled">disabled</span>;
@@ -30258,8 +30256,6 @@
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>
-
<p>The <code title="attr-fae-form">form</code> attribute is used to
explicitly associate the <code>textarea</code> element with its
<span>form owner</span>. The <code title="attr-fe-name">name</code>