D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
shawnbot
Full window
Github gist
Lightweight HTML5 form validation + ARIA
<link rel="stylesheet" href="aria-validated.css"> <form is="aria-validated"> <label for="first_name">First Name</label> <input id="first_name" name="first_name" required> </form> <script src="aria-validated.js"></script>