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
I am testing the react-responsive-carousel with Voice Over and the "root" of the gallery which has an imposed tab-index="0" (#545) does not accept any aria-label or ariaLabel attribute.
Without any custom aria-label on an interactive element, Voice Over will read ALL the readable contents from ALL the children of this interactive element. In my case, it gets really verbose, reading:
"previous" button text
every single image alt attribute
"next" button text
The text was updated successfully, but these errors were encountered:
I am testing the
react-responsive-carousel
with Voice Over and the "root" of the gallery which has an imposedtab-index="0"
(#545) does not accept anyaria-label
orariaLabel
attribute.Without any custom
aria-label
on an interactive element, Voice Over will read ALL the readable contents from ALL the children of this interactive element. In my case, it gets really verbose, reading:alt
attributeThe text was updated successfully, but these errors were encountered: