joomla-projects / j4adminui

Joomla!4 alternative backend template
GNU General Public License v2.0
24 stars 18 forks source link

WCAG 4.1.1,WCAG 4.1.2: ARIA attributes must conform to valid values (joomla-dropdown[for="menuTypeDropdown"]) #123

Closed brianteeman closed 4 years ago

brianteeman commented 4 years ago

Issue

ARIA attributes must conform to valid values (aria-valid-attr-value)

Target application

Menus: New Item - 109 - Administration

Element path

joomla-dropdown[for="menuTypeDropdown"]

Snippet

<joomla-dropdown for="menuTypeDropdown" aria-labelledby="enuTypeDropdown" expanded="">

How to fix

Fix all of the following:
  Invalid ARIA attribute value: aria-labelledby="enuTypeDropdown"
brianteeman commented 4 years ago

This may also fix an issue where it is impossible to navigate into the list using the keyboard