[a11y] Incorrect description for the "Font Size" slider in Accessibility menu
Categories
(Firefox for Android :: General, defect)
Tracking
()
People
(Reporter: dpop, Assigned: rebecatudor273)
References
Details
(Keywords: access, Whiteboard: [fxdroid][group2])
Attachments
(5 files)
Steps to reproduce
- Open Firefox with TalkBack enabled.
- Go to Settings - Accessibility.
- Disable the "Automatic font sizing" toggle.
- Tap on the slider under "Font Size".
- Observe the TalkBack announcement.
Expected behavior
The slider description should contain instructions to slide left or right.
Actual behavior
TalkBack announces "Swipe up" or "Swipe down" to adjust the slider.
Device information
- Firefox version: Firefox version: Nightly 136.0a1, Beta 135.0b9 and Release 135.0 build 2
- Android device model/Android OS version: Nothing Phone (2a) 5G (Android 14)
Comment 1•5 months ago
|
||
It's expected that interactive target areas are to be 48dp or larger to allow users with limited dexterity and users on the go to better target and tap controls (per WCAG 2.2 Level AAA Success Criteria 2.5.5 and 2.5.8 Target Size (Enhanced and Minimum)). More details could be found in BBC Accessibility guide. I agree that this is an enhancement, because the item is an inline control that is limited by the line height, but its length also enlarges the total area that can be tapped by being long.
In this case, the height is just too small so getting to the long hair-width target would be difficult for many users, so marking it as access-S3
Assignee | ||
Updated•3 months ago
|
Assignee | ||
Updated•2 months ago
|
Updated•2 months ago
|
Assignee | ||
Comment 2•2 months ago
|
||
The issue: while using "TalkBack" the user couldn't increase
the sliding bar for font size above 100 until max 200.
Assignee | ||
Comment 3•2 months ago
|
||
The issue: while using "TalkBack" the percentage of the slider
was wrong read. It was saying the slider's percentage from 0 to 100,
and not from 50 to 200.
Assignee | ||
Comment 4•2 months ago
|
||
Increase the height of the slide bar to the minimum accessibility
height.
Comment 6•1 month ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b743015e0ff3
https://hg.mozilla.org/mozilla-central/rev/07f2ddb845b4
https://hg.mozilla.org/mozilla-central/rev/b2976253b9d9
Assignee | ||
Comment 7•1 month ago
|
||
Initially the ticket was about the description that is saying to swipe up / down. But sliding up and down are the correct instructions to move the slider. Sliding left and right will change the focus from the slider.
There were other accessibility issues linked to this font size slider and the patches should fix:
- Using TalkBack, the users couldn't slide the font size bar to maximum.
- The description was saying the wrong value.
- As Anna mentioned here the height of the slider was too small.
Reporter | ||
Comment 8•1 month ago
|
||
Verified as fixed in Nightly 142.0a1 from 07/09 with Google Pixel 8 Pro (Android 15).
Thanks Rebeca for the additional information: swiping up/down does adjust the font size.
The height of the slider was increased, the slide bar moves correctly from minimum to maximum and the value is correctly announced by the screen reader.
Reporter | ||
Updated•1 month ago
|
Updated•25 days ago
|
Description
•