- From: Luke Warlow via GitHub <sysbot+gh@w3.org>
- Date: Wed, 09 Apr 2025 11:54:11 +0000
- To: public-css-archive@w3.org
I'm not familiar with the reasoning for the different options in windows contrast themes but the fact button background and test colours are configurable makes me think we should honour them. Even in base mode. I think in practice border-color can be set to ButtonText and that would be fine. Windows only actually lets you customise a foreground and background colour for "buttons" (I think it actually should apply to at least select and other button like elements too). We might also need this so the colour Swatch renders correctly? (Not sure exactly how forced colors applies to UA styles). ```css ::color-swatch { forced-colors-adjust: none; } ``` There's also some thought needed for the disabled states (and I guess placeholder too) such that they might need to use GrayText system colour to be styled correctly. It would also be good to consider stuff like hover and active states and see if they'd need any special handling. -- GitHub Notification of comment by lukewarlow Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12060#issuecomment-2789444324 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 9 April 2025 11:54:12 UTC