Skip to content
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

Dark mode styling for "yes" table attributes is not ledgible #10141

Closed
ADKaster opened this issue Feb 17, 2024 · 1 comment
Closed

Dark mode styling for "yes" table attributes is not ledgible #10141

ADKaster opened this issue Feb 17, 2024 · 1 comment
Assignees

Comments

@ADKaster
Copy link
Contributor

What is the issue with the HTML Standard?

For example:

image

From: https://html.spec.whatwg.org/multipage/input.html#concept-input-apply

These td elements seem to have the .yes selector applied to them, which simply gives a background color of yellow without going through a css var() based on the dark mode media query.

cc @tabatkins

@ADKaster
Copy link
Contributor Author

Seems to be coming from here

.applies .yes, .yesno .yes { background: yellow; }

tabatkins added a commit to tabatkins/html that referenced this issue Mar 4, 2024
@domenic domenic closed this as completed in fb3a991 Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants