Specify ID on tab controls to correspond the one in tab panels
Environment
- OS version: Any
- Browser version: Any
- Extension version: Any
- Last working version: Any
Steps to reproduce
- Navigate to options page.
- Observe any tab panel(i.e. one with ID
#content-general
) with inspector tool. - Try finding corresponding element corresponding to
aria-labelledby
attribute of that element on the page (i.e element with IDtab-general
).
Observed behavior
No element on the page with #tab-general
ID.
Expected behavior
Tab element with role="tab"
and ID #tab-general
exist on the page.
Further information
None.
Edited by Thomas Greiner