- From: poot <cvsmail@w3.org>
- Date: Tue, 14 Jul 2009 10:54:06 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: typo (whatwg r3399) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2528&r2=1.2529&f=h http://html5.org/tools/web-apps-tracker?from=3398&to=3399 =================================================================== 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 02:07:37 UTC