toolkit/themes/shared/icons/loading.svg does not respect prefers-reduced-motion
Categories
(Toolkit :: Themes, defect, P1)
Tracking
()
People
(Reporter: nordzilla, Assigned: dao)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: access, regression)
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-esr128+
|
Details | Review |
Description
When Bug 1870320 introduced toolkit/themes/shared/icons/loading.svg, which is an animated SVG, I neglected to add rules to the SVG itself to respect prefers-reduced-motion. We need to ensure that this icon respects this a11y preference.
Steps to implement
- Add CSS rules into toolkit/themes/shared/icons/loading.svg that respect
prefers-reduced-motion.
Tests to implement
- This is a UI style change that may not be easily testable in automation, but should be manually verified.
| Reporter | ||
Comment 1•2 years ago
|
||
Ensures that the animation rules inside of loading.svg respect the
user's prefers-reduced-motion settings.
Comment 2•2 years ago
|
||
Set release status flags based on info from the regressing bug 1870320
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 3•2 years ago
|
||
Thank you for catching and working on fixing it, Erik!
Comment 4•1 year ago
|
||
Set release status flags based on info from the regressing bug 1870320
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Comment 6•1 year ago
|
||
| bugherder | ||
Comment 7•1 year ago
|
||
Please nominate this for ESR128 uplift when you get a chance.
| Assignee | ||
Comment 8•1 year ago
|
||
Comment on attachment 9413815 [details]
Bug 1908920 - Ensure that loading.svg respects prefers-reduced-motion. r=nordzilla
ESR Uplift Approval Request
- If this is not a sec:{high,crit} bug, please state case for ESR consideration: Accessibility fix
- User impact if declined: See comment 0. Impact is limited to the Translation icon and panel.
- Fix Landed on Version: 131
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): It's a theme-only fix that only touches one SVG file and a few CSS rules, and I'm told it applies cleanly on esr128.
Comment 9•1 year ago
|
||
Comment on attachment 9413815 [details]
Bug 1908920 - Ensure that loading.svg respects prefers-reduced-motion. r=nordzilla
Approved for 128.4esr.
Updated•1 year ago
|
Comment 10•1 year ago
|
||
| uplift | ||
Description
•