Closed
Bug 1284509
Opened 8 years ago
Closed 8 years ago
Support WAI-ARIA in ToolSidebar component
Categories
(DevTools :: Framework, enhancement, P3)
DevTools
Framework
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1286283
People
(Reporter: Honza, Unassigned)
Details
This is follow up for bug 1259819
XUL sidebar has been replaced by HTML React component and we should make sure that the new implementation supports WAI-ARIA again (in XUL it's supported automatically).
Honza
Reporter | ||
Updated•8 years ago
|
Whiteboard: [devtools-html]
Updated•8 years ago
|
Summary: Support WAI-ARIA in ToolSideber component → Support WAI-ARIA in ToolSidebar component
Comment 1•8 years ago
|
||
For the tabs, I wrote an article a while back: https://www.marcozehe.de/2013/02/02/advanced-aria-tip-1-tabs-in-web-apps/
The article uses lists and list items, but this can be applied analogously to whichever elements our new component uses.
For those elements that were xul:toolbar, putting role="toolbar" on the div that's the new container for those buttons should suffice.
Severity: normal → enhancement
Updated•8 years ago
|
Blocks: devtools-html-2
Whiteboard: [devtools-html] → [devtools-html] [triage]
Updated•8 years ago
|
Flags: qe-verify-
Priority: -- → P3
Whiteboard: [devtools-html] [triage] → [reserve-html]
Comment 2•8 years ago
|
||
Closing since this is a dupe of bug 1286283, which was filed with feedback directly from Yura regarding the patch in bug 1259819. No need to have two bugs for the same thing. :-)
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
No longer blocks: devtools-html-2
Whiteboard: [reserve-html]
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•