[Bug 12531] Make it possible for <select multiple> to shrink wrap, within a min/max height range set as multiples of row height

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

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian@hixie.ch
         AssignedTo|ian@hixie.ch                |contributor@whatwg.org
            Summary|Change the way that select  |Make it possible for
                   |tag and its height works    |<select multiple> to shrink
                   |                            |wrap, within a min/max
                   |                            |height range set as
                   |                            |multiples of row height
           Severity|minor                       |normal

--- Comment #5 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-06-21 05:39:02 UTC ---
This is probably a CSS issue, not an HTML issue. If there was a 'shrink-wrap'
keyword for 'height' I think this would be possible except for the thing about
not letting multiple lines be visible at once. For that you'd need to
explicitly set the item heights, or be able to query them from a 'calc()'
function, or some such.

-- 
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 Tuesday, 21 June 2011 05:39:09 UTC