Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#A11y - HTML Structure for next / previous button in f-carousel__nav #701

Open
BokuNoMaxi opened this issue Oct 28, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@BokuNoMaxi
Copy link

Is your feature request related to a problem? Please describe.

For a11y reasons the buttons have to be added to the DOM in the order they are visible to the user. Currently first will be the next button rendered and then previous button. Correct is, to first output the previous button and then the next button.

Describe the solution you'd like

An option to set which button should come first, or fix it globally.

Describe alternatives you've considered

No response

Additional context

No response

@fancyapps
Copy link
Owner

Hi. Thanks for the suggestion, it will be taken into account!

@fancyapps fancyapps added the enhancement New feature or request label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants