a11y: prefers-reduced-motion not respected — animations fire unconditionally (WCAG 2.3.3) #33
Labels
No labels
accessibility
backlog
beta-feedback
bug
duplicate
enhancement
feature-request
help wanted
invalid
needs-design
needs-triage
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/kiwi#33
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
theme.css defined
.slide-up,.fade-in,.spinner, kiwi bird walk, and neon-mode animations with no@media (prefers-reduced-motion: reduce)guard. The cascade of simultaneousslide-upanimations on recipe card load is a vestibular disorder trigger and sensory overwhelm risk.Fixed: Global block added to theme.css:
Easter egg animations (kiwi bird, neon mode) should also check
window.matchMedia('(prefers-reduced-motion: reduce)').matchesin JS — tracked separately.Refs: HIGH-W8, HIGH-N4