Elements must only use allowed ARIA attributes
-
Hello. Different tests like lighthouse, axe accessibility and others, detect a “critical” problem in the aria syntax: “Elements must only use allowed ARIA attributes”. Item Location: .btn-menu
<div class=”btn-menu” aria-expanded=”false”>
To solve this problem, you need to fix the following:
ARIA attribute is not allowed: aria-expanded=”false”Does anyone know how to fix this? Thanks in advance!!
The page I need help with: [log in to see the link]
- The topic ‘Elements must only use allowed ARIA attributes’ is closed to new replies.