una / YouMightNotNeedJS

http://YouMightNotNeedJs.com
MIT License
1.84k stars 64 forks source link

Enhance image switcher a11y #52

Closed shadeed closed 7 years ago

shadeed commented 7 years ago

As an enhancement, adding aria-label to each image link will make it clearer for screen readers.

Current result in VoiceOver: "Link 1"

Result after adding aria-label: "Image 1"

Demo: http://codepen.io/shadeed/pen/XjYVAR?editors=1000