[Bug 12288] select.size should be limited to non-negative numbers instead of non-negative numbers greater than zero

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12288

--- Comment #1 from Mounir Lamouri <mounir.lamouri@gmail.com> 2011-03-14 02:27:02 UTC ---
Even if I don't really think this bug need more arguments, select.size is
currently in a situation where, this raises an exception:
var select = document.createElement('select');
select.size = select.size;

Given that 0 is the default value.
I believe this is seriously wrong...

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 14 March 2011 02:27:04 UTC