Skip to content

Commit

Permalink
[] (0) accept-charset isn't a DOM attribute, duh
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2706 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 24, 2009
1 parent 5cbee04 commit 6a86d98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -23944,7 +23944,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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>;
Expand Down Expand Up @@ -23984,7 +23984,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
<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>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -26638,7 +26638,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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>;
Expand Down Expand Up @@ -26689,7 +26689,7 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
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>
Expand Down

0 comments on commit 6a86d98

Please sign in to comment.