Skip to content

Instantly share code, notes, and snippets.

@davatron5000
Created February 19, 2013 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davatron5000/4988145 to your computer and use it in GitHub Desktop.
Save davatron5000/4988145 to your computer and use it in GitHub Desktop.

Sample Form

<label for="email">Email</label>
<input id="email" type="email" aria-required="true" />

Form validation

<input id="email" type="email" aria-required="true"
                    aria-invalid="true" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment