are-men-talking-too-much icon indicating copy to clipboard operation
are-men-talking-too-much copied to clipboard

Suggested Accessibility Improvements

Open bpmcneilly opened this issue 7 years ago • 2 comments

Currently there's no keyboard focus that can be placed on the two "buttons", no roles on them, and no live regions to let screen readers know what changes are going on in real-time.

Adding a button element, rather than the a would give screen readers a more accurate role. But, just adding an href will ensure that a link role will be given to a screen reader as well as providing keyboard focus on the items. aria-pressed would be helpful also to convey the state (pressed or not) to screen reader users.

Also, the color contrast on some items is fairly low (the grey on white).

bpmcneilly avatar Jul 07 '17 21:07 bpmcneilly

yes these are excellent suggestions - thanks for opening this issue!

cathydeng avatar Jul 07 '17 23:07 cathydeng

I sent a pull request that changes the tags to anchor tags to buttons

bkudler avatar Nov 02 '17 15:11 bkudler