[html5] r6406 - [e] (0) copypasta Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12630

whatwg at whatwg.org whatwg at whatwg.org
Tue Aug 9 18:54:20 PDT 2011


Author: ianh
Date: 2011-08-09 18:54:18 -0700 (Tue, 09 Aug 2011)
New Revision: 6406

Modified:
   complete.html
   index
   source
Log:
[e] (0) copypasta
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12630

Modified: complete.html
===================================================================
--- complete.html	2011-08-10 01:47:21 UTC (rev 6405)
+++ complete.html	2011-08-10 01:54:18 UTC (rev 6406)
@@ -48096,7 +48096,7 @@
            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 boolean <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>;

Modified: index
===================================================================
--- index	2011-08-10 01:47:21 UTC (rev 6405)
+++ index	2011-08-10 01:54:18 UTC (rev 6406)
@@ -47963,7 +47963,7 @@
            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 boolean <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>;

Modified: source
===================================================================
--- source	2011-08-10 01:47:21 UTC (rev 6405)
+++ source	2011-08-10 01:54:18 UTC (rev 6406)
@@ -53805,7 +53805,7 @@
            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 boolean <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>;




More information about the Commit-Watchers mailing list