bbc / gel

https://bbc.github.io/gel
39 stars 15 forks source link

Updated Form Error Advice #148

Closed JamieKnightBBC closed 4 years ago

JamieKnightBBC commented 4 years ago

Added role="alert" to the div holding the error message to ensure it is annouced when the content is updated.

see: https://www.w3.org/WAI/GL/wiki/Using_ARIA_role_of_alert_for_Error_Feedback_in_Forms for details.

This PR resolves #147