Closed
Bug 1879447
Opened 2 years ago
Closed 2 years ago
Investigate a11y-checks failing the test for tabs in tablist in Moz-page-nav component
Categories
(Toolkit :: UI Widgets, task)
Toolkit
UI Widgets
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | fixed |
People
(Reporter: ayeddi, Assigned: ayeddi)
References
(Blocks 2 open bugs)
Details
(Keywords: access)
Attachments
(1 file)
Investigate why an accessible is created for a generic element between the tablist and tab, and ensure AccessibilityUtils are handling the tablist checks properly.
When this is resolved, fail-if notation can be removed from the firefoxview mochitest manifest
| Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(ayeddi)
| Assignee | ||
Updated•2 years ago
|
Blocks: 1692110, a11y_checks_focusable
Flags: needinfo?(ayeddi)
| Assignee | ||
Comment 1•2 years ago
|
||
There are cases in our code base, in the reusable component that is using Lit components, where a tablist includes a tab component wrapper (that has an accessible role ROLE_TEXT_CONTAINER) - the <moz-page-nav-button> - we want to include this case in the calculation of the tabs within a tablist calculation when checking the tablist's keyboard accessibility.
Pushed by ayeddi@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2ece02cea535
Update AccessibilityUtils to support intervening generics between a tab and its tablist in isKeyboardFocusableTabInTablist check. r=Jamie,fxview-reviewers
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•