Issue: ARIA roles used must conform to valid values
(aria-roles
)
Target application: Control Panel - backend design - Administration
Element path: div[role="quickicons"]
Snippet:
<div role="quickicons">
How to fix:
Fix all of the following:
Role must be one of the valid ARIA roles
Environment:
Chrome version 73.0.3683.86
====
This mistake was introduced in PR #62 by using an invalid value for the attribute "role"
List of available roles can be found at https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques#Roles
I am not sure what the intended purpose of the addition as there is no explanation in the PR but there was no need for any role to be added as Using the
element will automatically communicate a section has a role of navigation. Developers should always prefer using the correct semantic HTML element over using ARIA.Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-04-05 17:07:21 |
Closed_By | ⇒ | brianteeman |
sorry - opened in the wrong repo