[Webkit-unassigned] [Bug 11362] Native popup with size="1" wraps options

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 31 08:25:12 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=11362





------- Comment #3 from mitz at webkit.org  2007-03-31 08:25 PDT -------
html4.css has the following:

keygen, select {
    ...
    white-space: pre;
}

select[size],
select[multiple],
select[size][multiple] {
    ...
    white-space: initial;
}

select[size="0"],
select[size="1"] {
    ... /* no white-space declaration */
}

white-space should probably be set to pre again in the more specific case of
size="0" or size="1". Doing this in the stylesheet without !important would
still allow the author to have popups wrap. I'm not sure you want to allow
that.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list