Stackable
Stackable copied to clipboard
Carousel Block - ARIA roles applied to incompatible elements
Describe the bug
Carousel items are marked with role="listitem" but are not contained within a parent element with the appropriate role="list"
To Reproduce Steps to reproduce the behavior:
- Check this page: https://gambitsandbox.instawp.xyz/andrea/?page_id=14510&preview=true
- Inspect Carousel block element
- See error
Expected behavior
Each element with role="listitem" should be placed inside a parent element with role="list" or within a proper HTML list