- From: poot <cvsmail@w3.org>
- Date: Fri, 10 Oct 2008 09:04:27 +0900 (JST)
- To: public-html-diffs@w3.org
WF2: Remove <textarea accept=''>. I couldn't come up with enough compelling reason to keep it. (whatwg r2313) Status of this document http://people.w3.org/mike/diffs/html5/spec/Overview.1.1486.html#status-of-this-document 4.10.10 The textarea element http://people.w3.org/mike/diffs/html5/spec/Overview.1.1486.html#the-textarea-element A vocabulary and associated APIs for HTML and XHTML http://people.w3.org/mike/diffs/html5/spec/Overview.1.1486.html#a-vocabulary-and-associated-apis-for-html-and-xhtml required http://people.w3.org/mike/diffs/html5/spec/Overview.1.1486.html#attr-textarea-required Editor's Draft 10 October 2008 http://people.w3.org/mike/diffs/html5/spec/Overview.1.1486.html#editor-s-draft-date-zzz-9-june-2008 HTMLTextAreaElement http://people.w3.org/mike/diffs/html5/spec/Overview.1.1486.html#htmltextareaelement http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1485&r2=1.1486&f=h http://html5.org/tools/web-apps-tracker?from=2312&to=2313 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1485 retrieving revision 1.1486 diff -u -d -r1.1485 -r1.1486 --- Overview.html 9 Oct 2008 23:59:58 -0000 1.1485 +++ Overview.html 10 Oct 2008 00:00:37 -0000 1.1486 @@ -8,7 +8,7 @@ <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p> <h1>HTML 5</h1> <h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->9 October 2008</h2> + <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->10 October 2008</h2> <dl><!-- ZZZ: update the month/day <dt>This Version:</dt> <dd><a href="http://www.w3.org/TR/2008/WD-html5-20080610/">http://www.w3.org/TR/2008/WD-html5-20080610/</a></dd> @@ -100,7 +100,7 @@ specification's progress along the W3C Recommendation track. <!--ZZZ:--> - This specification is the 9 October 2008 <!--ZZZ "Working Draft"-->Editor's Draft. + This specification is the 10 October 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) @@ -21685,7 +21685,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> @@ -21699,7 +21698,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>; @@ -21800,9 +21798,7 @@ 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 + element is <a href=#suffering-from-being-missing>suffering from being missing</a>.<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> attribute represents the element's name. The <code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code> attribute is used to make
Received on Friday, 10 October 2008 00:05:05 UTC