GSA/touchpoints

Close button needs an accessible label

Closed this issue · 1 comments

qjac commented

The Close button is currently labeled 'x' which does not convey the function of the interactive control. Add link text, aria-label, or aria-labelledby that accurately describes the functionality of the close link.

Expected Results: Screenreader users should hear "Close modal" (or similar language) when the close button is focused.

touchpoints-rotor-links-close-x

Updated: <a class="fba-modal-close" type="button" href="#" aria-label="Close this window">×</a>