Re: [csswg-drafts] [css-ui] Add 'caret' and 'menulist-textfield' appearance values (#3529)

Making it like `textfield` but not rendering the border is indeed demonstrated by shipping. I just think that the "suppress rendering the border" is pretty weird and since this value has very low usage, I wanted to check if it could be implemented as an alias to `none` instead without further magic. My analysis suggests that it ought to be.

`caret` has relatively high usage (0.28%):

https://www.chromestatus.com/metrics/feature/timeline/popularity/1355

I don't know if it is really needed, it just seemed like a safer option to support it. Looking at examples from httparchive it seems it's mostly used on text fields to "remove the border", but they typically also set `border: none` so it would imply `appearance: none` anyway if the value was not supported.

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

Received on Monday, 21 January 2019 13:39:38 UTC