Error code link cannot be accessed using the keyboard only navigation
Categories
(Firefox :: Security, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox-esr91 | --- | wontfix |
firefox91 | --- | wontfix |
firefox92 | --- | wontfix |
firefox93 | --- | verified |
People
(Reporter: ailea, Assigned: sfoster)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: access)
Attachments
(2 files)
Tested with:
All the latest firefox versions, including the old certificate page design.
Tested on:
Windows 10
Ubuntu 18.04
Steps:
- Launch the browser and go to https://wrong.host.badssl.com
- Click Advanced and using the keyboard navigate through the new opened section.
Actual result:
The Error code: SSL_ERROR_BAD_CERT_DOMAIN link cannot be accessed using the keyboard only.
Expected result:
Error code: SSL_ERROR_BAD_CERT_DOMAIN link should be accessible using the keyboard.
Note:
This is also reproducible on the old design of the certificate page but its an accessibility issue. The user cannot access the error code link using the keyboard only.
Comment 1•4 years ago
|
||
Looks like it is an <a> tag with some CSS pointer changes to make it behave like an a[href]. This needs to be added to focus order with tab index, keyboard operable, and a proper aria role as well. Or the easy way would be adding a href
attribute..
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Comment 4•3 years ago
|
||
bugherder |
Comment 5•3 years ago
|
||
Verified as fixed on latest Nightly 93.0a1 under Win 10 64-bit and Ubuntu 18.04.
Updated•3 years ago
|
Updated•2 years ago
|
Description
•