[csswg-drafts] Pull Request: [css-ui] Disallow internal pseudo-elements and 'appearance' values

zcorpan has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [css-ui] Disallow internal pseudo-elements and 'appearance' values ==
Pseudo-elements for internal parts of controls (e.g., `::-webkit-search-cancel-button`)
and related 'appearance' values (e.g., `searchfield-cancel-button`)
must not be exposed to author origin CSS or in `getComputedStyle()`.

If user agents find that they can't remove support for something,
the pseudo-element and the appearance value should both be specified.

Tests:
- 'appearance' values: already covered by css/css-ui/appearance-cssom-001.html
- pseudo-elements: TODO
- getComputedStyle: TODO

Part of #3024.

---

cc @tkent-google @foolip @MatsPalmgren @emilio

See https://github.com/w3c/csswg-drafts/pull/3968

Received on Friday, 24 May 2019 22:21:09 UTC