[html5] r3724 - [] (0) Fix some case issues in the form DOM APIs.

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 1 16:58:28 PDT 2009


Author: ianh
Date: 2009-09-01 16:58:27 -0700 (Tue, 01 Sep 2009)
New Revision: 3724

Modified:
   index
   source
Log:
[] (0) Fix some case issues in the form DOM APIs.

Modified: index
===================================================================
--- index	2009-09-01 23:47:21 UTC (rev 3723)
+++ index	2009-09-01 23:58:27 UTC (rev 3724)
@@ -29411,7 +29411,7 @@
            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>;
@@ -34718,11 +34718,11 @@
            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>;
@@ -36619,7 +36619,7 @@
   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.
 

Modified: source
===================================================================
--- source	2009-09-01 23:47:21 UTC (rev 3723)
+++ source	2009-09-01 23:58:27 UTC (rev 3724)
@@ -32687,7 +32687,7 @@
            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>;
@@ -38787,11 +38787,11 @@
            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>;
@@ -41101,7 +41101,7 @@
   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




More information about the Commit-Watchers mailing list