Re: [csswg-drafts] [css-ui] 'auto' as the initial value for the 'appearance' property isn't web-compatible

So it looks like the options are:

1. Keep `appearance: none | auto;` and accept that it breaks use cases like the one mentioned earlier.
2. Let unrecognized keywords map to `auto`.
3. Change the `none` keyword to something else.
4. Change the property name.
5. Change initial value to `none` and overwrite it in UA style sheet with `auto`.
6. Remove the property from the spec.

Do I miss other options?

Sebastian

-- 
GitHub Notification of comment by SebastianZ
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1250#issuecomment-320450702 using your GitHub account

Received on Saturday, 5 August 2017 15:43:10 UTC