How should you know whether it's about accessibility? The `prefers-reduced-motion` feature is explicitly[0] intended to accommodate people with vestibular motion disorders, which are common above age 40.[1]
If it's really bad, couldn't they apply userstyles that disable all animation with `!important`? `prefers-*` settings seem somewhat optional, best-effort, based on their name.
Comments
How should you know whether it's about accessibility? The `prefers-reduced-motion` feature is explicitly[0] intended to accommodate people with vestibular motion disorders, which are common above age 40.[1]
[0]: https://drafts.csswg.org/mediaqueries-5/#prefers-reduced-mot...
[1]: https://vestibular.org/article/what-is-vestibular/about-vest...
If it's really bad, couldn't they apply userstyles that disable all animation with `!important`? `prefers-*` settings seem somewhat optional, best-effort, based on their name.
Sure, please write it, ship it, and then support my 8+ aging family members who need to use it.
Or just follow the spec.