Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 w3c#3024.
- Loading branch information