ui
ui copied to clipboard
#A11y - HTML Structure for next / previous button in f-carousel__nav
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
Hi. Thanks for the suggestion, it will be taken into account!
Hi, The order of elements in DOM has changed in version 6.