[a11y] Touch target suggestion for the "Download" button in the PDF viewer
Categories
(GeckoView :: PDF Viewer, enhancement)
Tracking
(Accessibility Severity:s4, firefox134 affected, firefox135 affected, firefox136 affected)
Accessibility Severity | s4 |
People
(Reporter: dpop, Unassigned, NeedInfo)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Attachments
(1 file)
341.99 KB,
image/jpeg
|
Details |
Steps to reproduce
- Have the Accessibility scanner app installed and opened.
- Launch Fenix.
- Open a PDF page
- Scan the PDF page.
Expected behavior
No suggestions are made.
Actual behavior
The "Download" button is flagged: This item's height is 20dp. Consider making the height of this touch target 48dp or larger.
Device information
- Firefox version: Firefox version: Nightly 136.0a1, Beta 135.0b9 and Release 135.0 build 2
- Android device model/Android OS version: Samsung Galaxy A53 5G (Android 14)
Comment 2•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
That's being said, I agree that this is an enhancement, because the item is an inline control that is limited by the line height, but its length, in this case, enlarges the total area that can be tapped by being long, so marking it as access-S4
Comment 3•4 months ago
|
||
The button has a height of 44dp but the span inside with the label is around 18dp (it depends of the font) and the toolbar itself is 49dp high.
:ayeddi, is it useful to increase the height of the span ?
Description
•