Toggle element has incorrect ARIA role
-
Using the Toggle element — the items have markup of role=”button” on the <h3>. This is not allowed per ARIA specification.
To duplicate: create a toggle element, set headings to h3.
The code generated by Elementor for the toggle heading:
<h3 id="elementor-tab-title-1331" class="elementor-tab-title" data-tab="1" role="button" aria-controls="elementor-tab-content-1331" aria-expanded="false">
Information: https://dequeuniversity.com/rules/axe/4.9/aria-allowed-role?application=axe-puppeteer
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.