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
Could it be possible to add aria-label to navigation arrows? We are getting this warning on lighthouse: Buttons do not have an accessible name on buttons <button class="carousel__next -hidePrev">
Currently I am using this template and I can't seem to pass the aria-label properly:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Could it be possible to add aria-label to navigation arrows? We are getting this warning on lighthouse:
Buttons do not have an accessible name
on buttons<button class="carousel__next -hidePrev">
Currently I am using this template and I can't seem to pass the aria-label properly:
Maybe attaching a new prop with a default english value here?
<Navigation class="classes" ariaLabelNext="$t('some.translation')" ariaLabelPrev="$t('some.translation')" ... >
Beta Was this translation helpful? Give feedback.
All reactions