- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 24 Jan 2009 02:20:42 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv18300 Modified Files: Overview.html Log Message: accept-charset isn't a DOM attribute, duh (whatwg r2706) Index: Overview.html =================================================================== 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:20:52 UTC