Insert ARIA (WCAG 2.1 AA) in dropdown for compliance
-
Hi,
I can’t be compliant with ADA & WCAG because the GTranslate dropdown following errors:- Menu dropdowns should be tagged for assistive technology
Requirement:
Menu items that have a dropdown menu include an “aria-haspopup” attribute that equals to “true”.1 Failed Elements
<span><!-- GTranslate: https://gtranslate.com --></span>
2. Dropdown expanded/collapsed state should be represented in the code
Requirement:
Menu items that have a dropdown menu include an “aria-expanded” attribute that equals to “false” that changes to “true” and back when opening or closing the dropdown.
1 Failed Elements
<span><!-- GTranslate: https://gtranslate.com --></span>
How can achieve this? What html files should i modify?
Thanks so much in advance!The page I need help with: [log in to see the link]
- Menu dropdowns should be tagged for assistive technology
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Insert ARIA (WCAG 2.1 AA) in dropdown for compliance’ is closed to new replies.