[html5] r3399 - [e] (0) typo

whatwg at whatwg.org whatwg at whatwg.org
Mon Jul 13 18:52:37 PDT 2009


Author: ianh
Date: 2009-07-13 18:52:35 -0700 (Mon, 13 Jul 2009)
New Revision: 3399

Modified:
   index
   source
Log:
[e] (0) typo

Modified: index
===================================================================
--- index	2009-07-14 01:03:49 UTC (rev 3398)
+++ index	2009-07-14 01:52:35 UTC (rev 3399)
@@ -33698,7 +33698,7 @@
   readonly attribute <a href=#htmlformelement>HTMLFormElement</a> <a href=#dom-fae-form title=dom-fae-form>form</a>;
            attribute boolean <a href=#dom-select-multiple title=dom-select-multiple>multiple</a>;
            attribute DOMString <a href=#dom-fe-name title=dom-fe-name>name</a>;
-           attribute boolean <a href=#dom-select-size title=dom-select-size>size</a>;
+           attribute long <a href=#dom-select-size title=dom-select-size>size</a>;
 
   readonly attribute DOMString <a href=#dom-select-type title=dom-select-type>type</a>;
 

Modified: source
===================================================================
--- source	2009-07-14 01:03:49 UTC (rev 3398)
+++ source	2009-07-14 01:52:35 UTC (rev 3399)
@@ -37568,7 +37568,7 @@
   readonly attribute <span>HTMLFormElement</span> <span title="dom-fae-form">form</span>;
            attribute boolean <span title="dom-select-multiple">multiple</span>;
            attribute DOMString <span title="dom-fe-name">name</span>;
-           attribute boolean <span title="dom-select-size">size</span>;
+           attribute long <span title="dom-select-size">size</span>;
 
   readonly attribute DOMString <span title="dom-select-type">type</span>;
 




More information about the Commit-Watchers mailing list