You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know prefers-contrast isn’t yet supported anywhere so this is moot right now, but matchMedia is well-supported and will be available in any browser that does introduce support for prefers-contrast. Any reason not to use it to perform the test directly?
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.64. Please mark this comment with 👍 or 👎 to give our bot feedback!
I know prefers-contrast isn’t yet supported anywhere so this is moot right now, but
matchMedia
is well-supported and will be available in any browser that does introduce support for prefers-contrast. Any reason not to use it to perform the test directly?Might look something like:
The text was updated successfully, but these errors were encountered: