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
{{ message }}
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.
It would be great to be able to pass aria-labels, titles and alt text to the slots for prevButton & nextButton to help with accessibility.
Currently, Buttons do not have an accessible name in the DOM they're simply rendered as:
<button type="button" class="agile__nav-button agile__nav-button--prev">custom content</div>
Maybe if this isn't customizable there should be some generic 'previous slide' / 'next slide' descriptors labels for the buttons.
An example could look like: <button type="button" class="agile__nav-button agile__nav-button--prev" aria-label="Previous Slide">
There's also some recommendations for markup solutions here: https://dequeuniversity.com/rules/axe/3.3/button-name
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label feature request to this issue, with a confidence of 0.94. Please mark this comment with 👍 or 👎 to give our bot feedback!
It would be great to be able to pass aria-labels, titles and alt text to the slots for prevButton & nextButton to help with accessibility.
Currently, Buttons do not have an accessible name in the DOM they're simply rendered as:
<button type="button" class="agile__nav-button agile__nav-button--prev">custom content</div>
Maybe if this isn't customizable there should be some generic 'previous slide' / 'next slide' descriptors labels for the buttons.
An example could look like:
<button type="button" class="agile__nav-button agile__nav-button--prev" aria-label="Previous Slide">
There's also some recommendations for markup solutions here: https://dequeuniversity.com/rules/axe/3.3/button-name
The text was updated successfully, but these errors were encountered: