Open
Bug 646107
Opened 15 years ago
Updated 3 years ago
aboutCertError expandable info not exposed to AT
Categories
(Firefox :: Disability Access, defect, P3)
Tracking
()
NEW
People
(Reporter: fherrera, Unassigned)
Details
Attachments
(1 obsolete file)
The aboutCertError page includes a heading with an onclick handler that expands a collapsed div. This is not properly exposed to AT applications.
The attached patch includes aria-expanded="false" for those headings and set it to true/false in the toggle callback.
Updated•7 years ago
|
Attachment #522722 -
Attachment is obsolete: true
Comment 1•7 years ago
|
||
This UI has been replaced, so the patch is obsolete. The heading is now a "More" button. It'd probably still be good to have aria-expanded on the button so users know when it's expanded. I don't know this code, but a brief look suggests starting with the togglePanelVisibility function in browser/base/content/aboutNetError.js.
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•