AVT - A WAI-ARIA widget and specific WAI-ARIA roles must have an accessible name
Summary
A WAI-ARIA widget and specific WAI-ARIA roles must have an accessible name specified with aria-label, aria-labelledby or the widget's inner text
Steps to reproduce
GitLab->Settings->Members
What is the expected correct behavior?
To help users navigate a page, WAI-ARIA widgets must have an accessible name specified with aria-label, aria-labelledby or the widget's inner text.
Possible fixes
The element is labeled with an aria-labelledby or aria-label when tag has role = "tabpanel"
For example:
<h1 id="contents">Table of contents</h1>
...
<div role="tabpanel" aria-labelledby="contents">
...
</div>
Relevant screenshots
gitlab-ce~2677490
Edited by 🤖 GitLab Bot 🤖