- From: Mason Freed via GitHub <sysbot+gh@w3.org>
- Date: Mon, 20 Jul 2020 22:24:12 +0000
- To: public-css-archive@w3.org
> a clarification question for @mfreed7: Is there an assumption that there would be granularity options to apply the colors from all UA-chosen form controls to a single element chosen by the developer? Or would the granularity need to be just all UA-chosen controls?
Thanks for the question. This is a proposed new CSS property, which can be applied with full CSS granularity, down to individual elements. So:
```css
input[type=text].group1 {
accent-color-foreground: blue;
}
#myelement {
accent-color-background: red;
}
```
--
GitHub Notification of comment by mfreed7
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5187#issuecomment-661382081 using your GitHub account
Received on Monday, 20 July 2020 22:24:13 UTC