[html5] r2313 - [] (0) WF2: Remove <textarea accept=''>. I couldn't come up with enough compelli [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 9 17:00:33 PDT 2008


Author: ianh
Date: 2008-10-09 17:00:33 -0700 (Thu, 09 Oct 2008)
New Revision: 2313

Modified:
   index
   source
Log:
[] (0) WF2: Remove <textarea accept=''>. I couldn't come up with enough compelling reason to keep it.

Modified: index
===================================================================
--- index	2008-10-09 23:59:54 UTC (rev 2312)
+++ index	2008-10-10 00:00:33 UTC (rev 2313)
@@ -16,7 +16,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 9 October 2008</h2>
+   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 10 October 2008</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <dl><dt>Multiple-page version:</dt>
@@ -26815,7 +26815,6 @@
    <dt>Content model:</dt>
    <dd>Text.</dd>
    <dt>Element-specific attributes:</dt>
-   <dd><code title=attr-textarea-accept><a href=#attr-textarea-accept>accept</a></code></dd>
    <dd><code title=attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code></dd>
    <dd><code title=attr-textarea-cols><a href=#attr-textarea-cols>cols</a></code></dd>
    <dd><code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code></dd>
@@ -26829,7 +26828,6 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class=idl>interface <dfn id=htmltextareaelement>HTMLTextAreaElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
-           attribute DOMString <a href=#dom-textarea-accept title=dom-textarea-accept>accept</a>;
            attribute boolean <a href=#dom-fe-autofocus title=dom-fe-autofocus>autofocus</a>;
            attribute unsigned long <a href=#dom-textarea-cols title=dom-textarea-cols>cols</a>;
            attribute boolean <a href=#dom-fe-disabled title=dom-fe-disabled>disabled</a>;
@@ -26970,8 +26968,6 @@
   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>
-
   <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
   <a href=#form-owner>form owner</a>. The <code title=attr-fe-name><a href=#attr-fe-name>name</a></code>

Modified: source
===================================================================
--- source	2008-10-09 23:59:54 UTC (rev 2312)
+++ source	2008-10-10 00:00:33 UTC (rev 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>




More information about the Commit-Watchers mailing list