[html5] r2706 - [] (0) accept-charset isn't a DOM attribute, duh
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jan 23 18:20:35 PST 2009
Author: ianh
Date: 2009-01-23 18:20:34 -0800 (Fri, 23 Jan 2009)
New Revision: 2706
Modified:
index
source
Log:
[] (0) accept-charset isn't a DOM attribute, duh
Modified: index
===================================================================
--- index 2009-01-24 02:05:47 UTC (rev 2705)
+++ index 2009-01-24 02:20:34 UTC (rev 2706)
@@ -23944,7 +23944,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>;
@@ -23984,7 +23984,7 @@
<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>
- <p>The <dfn id=dom-form-accept-charset title=dom-form-accept-charset><code>accept-charset</code></dfn>
+ <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>
Modified: source
===================================================================
--- source 2009-01-24 02:05:47 UTC (rev 2705)
+++ source 2009-01-24 02:20:34 UTC (rev 2706)
@@ -26638,7 +26638,7 @@
<dd>
<pre class="idl">[Callable=<span title="dom-form-namedItem">namedItem</span>]
interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
- attribute DOMString <span title="dom-form-accept-charset">accept-charset</span>;
+ attribute DOMString <span title="dom-form-acceptCharset">acceptCharset</span>;
attribute DOMString <span title="dom-fs-action">action</span>;
attribute DOMString <span title="dom-fs-enctype">enctype</span>;
attribute DOMString <span title="dom-fs-method">method</span>;
@@ -26689,7 +26689,7 @@
for form submission</span>.</p>
<p>The <dfn
- title="dom-form-accept-charset"><code>accept-charset</code></dfn>
+ title="dom-form-acceptCharset"><code>acceptCharset</code></dfn>
and <dfn title="dom-form-name"><code>name</code></dfn> DOM
attributes must <span>reflect</span> the respective content
attributes of the same name.</p>
More information about the Commit-Watchers
mailing list