[Bug 12531] Change the way that select tag and its height works

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

--- Comment #2 from brunoais <brunoaiss@gmail.com> 2011-04-23 09:29:52 UTC ---
One way to work around this if the type attribute does not get accepted is to
create special meanings in the size attribute (not my favorite but it's an
option, though).
For instance, we create the 0 for the selectbox and -1 for the listbox and
then, for the size, use the CSS. If no CSS is specified, then use the default
size (the one with -1 will have size 4 and the one with size 0 will have size
1).
I emphasis! This is a less preferable solution than the type attribute!

Also: Why are there no other comments? Are there simply no ideas or you gys
from the board just don't know what to answer?

-- 
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 Saturday, 23 April 2011 09:29:58 UTC