Re: [csswg-drafts] [css-ui] appearance: Remove 'button-bevel', make 'listbox' alias to 'none' (#3942)

`'listbox'` is [implemented in Gecko](https://searchfox.org/mozilla-central/search?q=StyleAppearance%3A%3AListbox) and is different from `'none'` (different border size/colors/style and something about the focus ring, maybe also something on Windows which I didn't test but the widget code handles it (see widget/windows/nsNativeThemeWin.cpp in the link), so I think it needs to behave as `'auto'`. `'listbox'` also appears to be implemented in Safari.

-- 
GitHub Notification of comment by MatsPalmgren
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/3942#issuecomment-493511189 using your GitHub account

Received on Friday, 17 May 2019 16:13:42 UTC