You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Severe] Elements with ARIA roles must ensure required owned elements are present (1)
See AX_ARIA_08 for more information.
<div class="owl-carousel owl-theme owl-loaded owl-drag" role="listbox" id="carousel-1" tabindex="0" data-owl-access-keyup="1" data-owl-carousel-focusable="1">…</div>
The text was updated successfully, but these errors were encountered:
An element with role="listbox" requires its children to have role="option" per definition. The problem is that the child element is the outer-stage and not the owl-items.
I think one would need add role="listbox" to the stage and not to the owl-carousel wrapper.
This could be accomplished by changing the following:
get the following warning from aXe tool:
The text was updated successfully, but these errors were encountered: