Re: [csswg-drafts] Allow specifying the "accent color" of a form control element (#5187)

> What about an _optional_ second value for background-color?
> `accent-color: blue yellow;`

That's not a bad suggestion, though that would likely need to just be a shorthand property for:

```css
accent-color-foreground: blue;
accent-color-background: yellow;
```

(or perhaps the reverse?)

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

Received on Friday, 24 July 2020 18:11:36 UTC