- From: Valtteri Laitinen via GitHub <noreply@w3.org>
- Date: Fri, 13 Feb 2026 20:04:49 +0000
- To: public-css-archive@w3.org
Also the disabled button styles (in the [same section](https://drafts.csswg.org/css-forms-1/#stylesheet-button)) use `in srgb` instead of `in lab`:
```css
button:disabled,
select:disabled,
input[type="color"]:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="file"]:disabled::files-selector-button {
color: color-mix(in srgb, currentColor 50%, transparent);
}
```
I suspect that this inconsistency is not intentional.
--
GitHub Notification of comment by valtlai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13496#issuecomment-3899192581 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 13 February 2026 20:04:50 UTC