brickfield/moodle-block_accessibility

Add descriptive text for screen readers.

Opened this issue · 2 comments

I've recieved a report from someone who works with screen reader users that while the high contrast and large font sizes are useful, finding them is not easy as screen readers just read "A" for each button. Adding a descriptive label for each button inside a .accesshide div could be a good solution here, since screen readers don't always read title attributes.

@marxjohnson Would that be aria style descriptions ?

@hitteshahuja You could used aria-describedby on the button to point to the div containing the description, that would be a good way to make it clear which description belongs to which button.