Re: [css4-ui] appearance

On 02/15/2012 03:46 PM, Florian Rivoal wrote:
> Hi,
>
> As part of our investigation into what webkit prefixes cause problems,
> we've identified -webkit-apprearance as something that shows up once
> in a while.
>
> It used to be in CSS3-UI, but was dropped. See here for more details:
> http://wiki.csswg.org/spec/css4-ui#appearance
>
> Maybe it is time to revisit this one.

I suspect the only value used is appearance: none;. David Baron mentioned
that implementations return random other things if it's not set to 'none',
so we don't have interoperability on that. But maybe what we need is just

   appearance: auto | none

~fantasai

Received on Wednesday, 15 February 2012 15:23:15 UTC