- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 14 Jul 2009 01:52:45 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8101
Modified Files:
Overview.html
Log Message:
typo (whatwg r3399)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2528
retrieving revision 1.2529
diff -u -d -r1.2528 -r1.2529
--- Overview.html 14 Jul 2009 01:03:55 -0000 1.2528
+++ Overview.html 14 Jul 2009 01:52:41 -0000 1.2529
@@ -29876,7 +29876,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>;
Received on Tuesday, 14 July 2009 01:52:53 UTC