Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) Fix some case issues in the form DOM APIs.
git-svn-id: http://svn.whatwg.org/webapps@3724 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 1, 2009
1 parent bb1be4c commit 4b84b3a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions index
Expand Up @@ -29411,7 +29411,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
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>;
attribute DOMString <a href=#dom-form-name title=dom-form-name>name</a>;
attribute boolean <a href=#dom-fs-novalidate title=dom-fs-novalidate>novalidate</a>;
attribute boolean <a href=#dom-fs-novalidate title=dom-fs-noValidate>noValidate</a>;
attribute DOMString <a href=#dom-fs-target title=dom-fs-target>target</a>;

readonly attribute <a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a> <a href=#dom-form-elements title=dom-form-elements>elements</a>;
Expand Down Expand Up @@ -34718,11 +34718,11 @@ You cannot complete this form until the field is correct.</samp></pre>
attribute boolean <a href=#dom-fe-autofocus title=dom-fe-autofocus>autofocus</a>;
attribute boolean <a href=#dom-fe-disabled title=dom-fe-disabled>disabled</a>;
readonly attribute <a href=#htmlformelement>HTMLFormElement</a> <a href=#dom-fae-form title=dom-fae-form>form</a>;
attribute DOMString <a href=#dom-fs-formaction title=dom-fs-formaction>formaction</a>;
attribute DOMString <a href=#dom-fs-formenctype title=dom-fs-formenctype>formenctype</a>;
attribute DOMString <a href=#dom-fs-formmethod title=dom-fs-formmethod>formmethod</a>;
attribute DOMString <a href=#dom-fs-formnovalidate title=dom-fs-formnoValidate>formnoValidate</a>;
attribute DOMString <a href=#dom-fs-formtarget title=dom-fs-formtarget>formtarget</a>;
attribute DOMString <a href=#dom-fs-formaction title=dom-fs-formAction>formAction</a>;
attribute DOMString <a href=#dom-fs-formenctype title=dom-fs-formEnctype>formEnctype</a>;
attribute DOMString <a href=#dom-fs-formmethod title=dom-fs-formMethod>formMethod</a>;
attribute DOMString <a href=#dom-fs-formnovalidate title=dom-fs-formNoValidate>formNoValidate</a>;
attribute DOMString <a href=#dom-fs-formtarget title=dom-fs-formTarget>formTarget</a>;
attribute DOMString <a href=#dom-fe-name title=dom-fe-name>name</a>;
attribute DOMString <a href=#dom-button-type title=dom-button-type>type</a>;
attribute DOMString <a href=#dom-button-value title=dom-button-value>value</a>;
Expand Down Expand Up @@ -36619,7 +36619,7 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme
The <dfn id=dom-fs-formmethod title=dom-fs-formMethod><code>formMethod</code></dfn> IDL
attribute must reflect the <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code> content attribute. The
<dfn id=dom-fs-formnovalidate title=dom-fs-formNoValidate><code>formNoValidate</code></dfn>
IDL attribute must reflect the <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code> content
IDL attribute must reflect the <code title=attr-fs-formNoValidate><a href=#attr-fs-formnovalidate>formNoValidate</a></code> content
attribute. The <dfn id=dom-fs-formtarget title=dom-fs-formTarget><code>formTarget</code></dfn> IDL
attribute must reflect the <code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code> content attribute.

Expand Down
14 changes: 7 additions & 7 deletions source
Expand Up @@ -32687,7 +32687,7 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
attribute DOMString <span title="dom-fs-enctype">enctype</span>;
attribute DOMString <span title="dom-fs-method">method</span>;
attribute DOMString <span title="dom-form-name">name</span>;
attribute boolean <span title="dom-fs-novalidate">novalidate</span>;
attribute boolean <span title="dom-fs-noValidate">noValidate</span>;
attribute DOMString <span title="dom-fs-target">target</span>;

readonly attribute <span>HTMLFormControlsCollection</span> <span title="dom-form-elements">elements</span>;
Expand Down Expand Up @@ -38787,11 +38787,11 @@ You cannot complete this form until the field is correct.</samp></pre>
attribute boolean <span title="dom-fe-autofocus">autofocus</span>;
attribute boolean <span title="dom-fe-disabled">disabled</span>;
readonly attribute <span>HTMLFormElement</span> <span title="dom-fae-form">form</span>;
attribute DOMString <span title="dom-fs-formaction">formaction</span>;
attribute DOMString <span title="dom-fs-formenctype">formenctype</span>;
attribute DOMString <span title="dom-fs-formmethod">formmethod</span>;
attribute DOMString <span title="dom-fs-formnoValidate">formnoValidate</span>;
attribute DOMString <span title="dom-fs-formtarget">formtarget</span>;
attribute DOMString <span title="dom-fs-formAction">formAction</span>;
attribute DOMString <span title="dom-fs-formEnctype">formEnctype</span>;
attribute DOMString <span title="dom-fs-formMethod">formMethod</span>;
attribute DOMString <span title="dom-fs-formNoValidate">formNoValidate</span>;
attribute DOMString <span title="dom-fs-formTarget">formTarget</span>;
attribute DOMString <span title="dom-fe-name">name</span>;
attribute DOMString <span title="dom-button-type">type</span>;
attribute DOMString <span title="dom-button-value">value</span>;
Expand Down Expand Up @@ -41101,7 +41101,7 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
title="attr-fs-formmethod">formmethod</code> content attribute. The
<dfn title="dom-fs-formNoValidate"><code>formNoValidate</code></dfn>
IDL attribute must reflect the <code
title="attr-fs-formnovalidate">formnovalidate</code> content
title="attr-fs-formNoValidate">formNoValidate</code> content
attribute. The <dfn
title="dom-fs-formTarget"><code>formTarget</code></dfn> IDL
attribute must reflect the <code
Expand Down

0 comments on commit 4b84b3a

Please sign in to comment.