Elementor’s accordion accessibility
-
I ran an accessibe scan and it flagged the unopened items from accordion widget as failure. The commend reads
“When elements are visually hidden but still exposed to assistive technology, screen reader users may encounter content that should not be available in the current interface. This can obscure the current state of the page and lead to confusion about what information or controls are available.”
And the failed elements are the title and icons
<span class=”e-n-accordion-item-title-header”><div class=”e-n-accordion-item-title-text”> Staff responsibilities include </div></span>
2
<span class=”e-n-accordion-item-title-icon”> <span class=”e-opened”><svg xmlns=”http://www.w3.org/2000/svg” xmlns:xlink=”http://www.w3.org/1999/xlink” width=”158″ height=”226″ viewBox=”0 0 158 226″><image id=”_” data-name=”›” x=”17″ y=”71″ width=”124…It seems like unless the accordion item is already open it will fail this for some reason. But it seems to handle the aria-expanded toggling what seems to be the correct way. Any idea how to address this or is this a false positive on accessibe’s scan?
The page I need help with: [log in to see the link]
You must be logged in to reply to this topic.