Skip to content

Instantly share code, notes, and snippets.

@luismartinezs
Last active October 23, 2022 12:21
Show Gist options
  • Save luismartinezs/61ae2da6959d5d8263571ca526c6c6b7 to your computer and use it in GitHub Desktop.
Save luismartinezs/61ae2da6959d5d8263571ca526c6c6b7 to your computer and use it in GitHub Desktop.
Input with error #a11y
<input type="email" name="email" id="email" aria-invalid="true" aria-errormessage="err1" />
<span id="err1">error: Enter a valid email address</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment