-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
css.types.color.system-color - Chrome doesn't support AccentColor anymore #21006
Comments
Accent color just doesn't have its own data by the looks of things. Given it's newer than the rest of should do. (Safari should be partial support or at least with a note because it's a fake colour). |
Safari uses accentcolor = blue, like on iOS, so they fully support it, they just don't reflect the accent color of the system appearance panel |
I think it's slightly disingenuous to present that as full support given the entire purpose of the colour is to match other UA styled UI that uses the system accent color. At the very least a note should be added even if not partial flag. |
#21150 added a subfeature for |
I know. I added that 😉
Met vriendelijke groet,
Luuk Lamers
…On 2 Dec 2023 at 11:24 +0100, queengooborg ***@***.***>, wrote:
#21150 added a subfeature for AccentColor and AccentColorText, marking Chrome as supported behind a flag!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
What type of issue is this?
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
Chrome doesn't support AccentColor as a color value anymore, at least in Chrome 118 and Chrome Canary 120
What browsers does this problem apply to, if applicable?
No response
What did you expect to see?
When I set an element to use
background-color: AccentColor
it should take over the currently selected accent color of the system.Did you test this? If so, how?
Yes, I set up a test page in Firefox, Chrome, Safari and used the inspector to set the background color of an element to AccentColor. In Firefox and Safari this worked, but in chrome the value gets ignored
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
A test page:
https://codepen.io/xaddict/pen/BavXLYM
Do you have anything more you want to share?
MDN URL
https://developer.mozilla.org/en-US/docs/Web/CSS/system-color
MDN metadata
MDN page report details
css.types.color.system-color
The text was updated successfully, but these errors were encountered: