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

Media query features #15

Closed
btzr-io opened this issue Dec 31, 2024 · 0 comments
Closed

Media query features #15

btzr-io opened this issue Dec 31, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@btzr-io
Copy link
Owner

btzr-io commented Dec 31, 2024

Provide a proxy to access media query features values

CSS media queries can be used to help users with disabilities better experience your website.

The prefers-reduced-motion media query enables providing an experience with fewer animations and transitions to users who have set their operating system's accessibility preferences to reduce motion.

prefers-contrast: to adjust page styles based on user's contrast preference
prefers-reduced-transparency
prefers-color-scheme

https://developer.mozilla.org/en-US/docs/Web/CSS/@media#accessibility
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries/Using_media_queries_for_accessibility

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant