NUKnightLab / TimelineJS3

TimelineJS v3: A Storytelling Timeline built in JavaScript. http://timeline.knightlab.com
Mozilla Public License 2.0
2.99k stars 621 forks source link

Accessible sideways arrow buttons #748

Closed oleksandr-danylchenko closed 2 years ago

oleksandr-danylchenko commented 2 years ago

Users may expect to be able to tab to the left and right arrows that are shown on the screen: image Without being able to tab to the left and right arrows, you don’t get to see the rollover text, and some understanding of the order of the timeline might be less apparent. Unfortunately, now the area of the arrows is not accessible from the keyboard.

Solution: Use a button role, through the

oleksandr-danylchenko commented 2 years ago

I'm about to create a PR with the required changes today :ok_hand:

JoeGermuska commented 2 years ago

fixed with 7808fd6