W3C home > Mailing lists > Public > public-css-archive@w3.org > July 2020

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

From: Mason Freed via GitHub <sysbot+gh@w3.org>
Date: Fri, 24 Jul 2020 18:11:33 +0000
To: public-css-archive@w3.org
Message-ID: <issue_comment.created-663666886-1595614292-sysbot+gh@w3.org>
> 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

This archive was generated by hypermail 2.4.0 : Tuesday, 5 July 2022 06:42:11 UTC