Stackable icon indicating copy to clipboard operation
Stackable copied to clipboard

Carousel Block - ARIA roles applied to incompatible elements

Open malalacharm opened this issue 7 months ago • 0 comments

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:

  1. Check this page: https://gambitsandbox.instawp.xyz/andrea/?page_id=14510&preview=true
  2. Inspect Carousel block element
  3. 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

malalacharm avatar Jun 03 '25 11:06 malalacharm