-
-
Notifications
You must be signed in to change notification settings - Fork 392
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
fix!(w3c/style): override color-scheme with meta tag #4700
Conversation
Let's still keep this behind darkMode flag for a while? It was added to prevent specs that use custom styles to opt-in to prevent breaks. |
I still don’t feel that a configuration flag is the right approach. It should then be we inject the meta to default to “light”, allowing spec authors to then opt into light/dark. Then the transitional path is that we announce this, and give everyone a year to check their specs before switching to light/dark. |
Should be good to go now, @sidvishnoi. |
Removes the opt in
respecConfig.darkMode
option, allowing HTML's meta tag to be used instead.