?
avatar brianteeman
brianteeman
5 Apr 2019

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.

avatar brianteeman brianteeman - open - 5 Apr 2019
avatar joomla-cms-bot joomla-cms-bot - change - 5 Apr 2019
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 5 Apr 2019
avatar brianteeman
brianteeman - comment - 5 Apr 2019

sorry - opened in the wrong repo

avatar brianteeman brianteeman - close - 5 Apr 2019
avatar brianteeman brianteeman - change - 5 Apr 2019
Status New Closed
Closed_Date 0000-00-00 00:00:00 2019-04-05 17:07:21
Closed_By brianteeman

Add a Comment

Login with GitHub to post a comment