- From: poot <cvsmail@w3.org>
- Date: Sat, 24 Jan 2009 11:23:19 +0900 (JST)
- To: public-html-diffs@w3.org
accept-charset isn't a DOM attribute, duh (whatwg r2706) name http://people.w3.org/mike/diffs/html5/spec/Overview.1.1876.html#attr-form-name name http://people.w3.org/mike/diffs/html5/spec/Overview.1.1876.html#dom-form-name HTMLFormElement http://people.w3.org/mike/diffs/html5/spec/Overview.1.1876.html#htmlformelement elements http://people.w3.org/mike/diffs/html5/spec/Overview.1.1876.html#dom-form-elements acceptCharset http://people.w3.org/mike/diffs/html5/spec/Overview.1.1876.html#dom-form-acceptcharset 4.10.1 The form element http://people.w3.org/mike/diffs/html5/spec/Overview.1.1876.html#the-form-element http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1875&r2=1.1876&f=h http://html5.org/tools/web-apps-tracker?from=2705&to=2706 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1875 retrieving revision 1.1876 diff -u -d -r1.1875 -r1.1876 --- Overview.html 24 Jan 2009 02:05:53 -0000 1.1875 +++ Overview.html 24 Jan 2009 02:20:39 -0000 1.1876 @@ -19493,7 +19493,7 @@ <dd> <pre class=idl>[Callable=<a href=#dom-form-nameditem title=dom-form-namedItem>namedItem</a>] interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>HTMLElement</a> { - attribute DOMString <a href=#dom-form-accept-charset title=dom-form-accept-charset>accept-charset</a>; + attribute DOMString <a href=#dom-form-acceptcharset title=dom-form-acceptCharset>acceptCharset</a>; attribute DOMString <a href=#dom-fs-action title=dom-fs-action>action</a>; attribute DOMString <a href=#dom-fs-enctype title=dom-fs-enctype>enctype</a>; attribute DOMString <a href=#dom-fs-method title=dom-fs-method>method</a>; @@ -19525,7 +19525,7 @@ represents the <code><a href=#the-form-element>form</a></code>'s name within the <code title=dom-forms>forms</code> collection. The value must not be the empty string, and the value must be unique amongst the <code><a href=#the-form-element>form</a></code> elements in the <code title=dom-forms>forms</code> collection that it is in, if any.<p>The <code title=attr-fs-action><a href=#attr-fs-action>action</a></code>, <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>, <code title=attr-fs-method><a href=#attr-fs-method>method</a></code>, <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>, and <code title=attr-fs-target><a href=#attr-fs-target>target</a></code> attributes are <a href=#form-submission>attributes - for form submission</a>.<p>The <dfn id=dom-form-accept-charset title=dom-form-accept-charset><code>accept-charset</code></dfn> + for form submission</a>.<p>The <dfn id=dom-form-acceptcharset title=dom-form-acceptCharset><code>acceptCharset</code></dfn> and <dfn id=dom-form-name title=dom-form-name><code>name</code></dfn> DOM attributes must <a href=#reflect>reflect</a> the respective content attributes of the same name.<p>The <dfn id=dom-form-elements title=dom-form-elements><code>elements</code></dfn>
Received on Saturday, 24 January 2009 02:23:55 UTC