Re: [csswg-drafts] [css-ui] Unprefix 'appearance' and/or make the spec web-compatible (#3024)

Based on the information above, these are the edits I suggest for the spec:

* [x] `menulist-button` being different from `auto` is PR #3574
* [ ] restrict button to `<button>`, `<input type=button/reset/submit>`, `<a>`, **and drop-down `<select>`**
* [ ] add inline spec issue about `sliderthumb-vertical` and `slider-vertical`, and point to https://github.com/whatwg/html/issues/4177
* [ ] add a section on recommendation for internal parts of form controls
  * don't expose such pseudo-elements (e.g. `::-webkit-search-cancel-button`) to author CSS
  * don't allow getting computed style for such pseudo-elements with `getComputedStyle()`
  * don't expose support for 'appearance' keywords (e.g. `searchfield-cancel-button`) specific to such pseudo-elements to author CSS
  * if some of these do ought to be exposed to authors, all related parts need to be standardized, not just the 'appearance' keywords

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

Received on Friday, 24 May 2019 20:42:14 UTC