Ideas for other accessibility tests #3
frankieroberto
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a list of ideas for common accessibility issues caused by implementation mistakes, which could possibly be detected automatically by an rspec helper.
<main>
element (which means they don’t get skipped by the skip link)govuk-button
class) that are missingrole=button
and the javascript to make them accessible.autocomplete
attribute on name, email, telephone or address inputsfor=
attribute)role=alert
on success notification bannersnovalidate
on forms containing an email, telephone or url fields (plus others?)required
attribute to a form inputBeta Was this translation helpful? Give feedback.
All reactions