"Download Firefox Focus" link button isn't keyboard accessible on MacOS or Windows
Categories
(Firefox :: Messaging System, defect, P1)
Tracking
()
People
(Reporter: emcminn, Assigned: emcminn)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-beta+
|
Details | Review |
Currently, tabbing through elements on the Private Browsing landing page skips the "Download Firefox Focus" button; jumping from the "close" button of the focus promo to the "learn more" info section link.
The button accessible on Mac when VoiceOver is active; but can't be found via the keyboard on Windows even though it is read out by NVDA. Adding tabindex="0"
to the <a> element of the button should fix this.
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
Opted to fix this by changing the <a> element to a <button>. Since the control now opens the modal instead of linking out to another page, this makes sense semantically and also fixes the a11y issue.
Updated•3 years ago
|
Comment 4•3 years ago
|
||
bugherder |
Assignee | ||
Comment 5•3 years ago
|
||
Comment on attachment 9270282 [details]
Bug 1761842 - Replace promo CTA link with a button for better a11y
Beta/Release Uplift Approval Request
- User impact if declined: A primary CTA on about:privatebrowsing will be inaccessible to users navigating with a keyboard.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Semantic change of an <a> element to a <button>. Overall function remains the same, no visual changes.
- String changes made/needed: none
Comment 6•3 years ago
|
||
I‘ve verified this issue using the latest Firefox Nightly 101.0a1 (Build ID: 20220405212313) on Windows 10 x64, and macOS 11.6.
- The “Download Firefox Focus” button from the Firefox Focus promo can be accessed using keyboard navigation.
Comment 7•3 years ago
|
||
Comment on attachment 9270282 [details]
Bug 1761842 - Replace promo CTA link with a button for better a11y
Approved for 100.0b3
Comment 8•3 years ago
|
||
bugherder uplift |
Comment 9•3 years ago
|
||
This issue was part of the work done on QA-1420 for which we sent a Preliminary checkpoint. Considering this I am marking it as Verified.
Description
•