Skip to content

Instantly share code, notes, and snippets.

@miketaylr
Created November 29, 2009 05:05
Show Gist options
  • Save miketaylr/244795 to your computer and use it in GitHub Desktop.
Save miketaylr/244795 to your computer and use it in GitHub Desktop.
//bookmarklet to validate html5 docs using the experimental validator(.nu).
//adapted from http://tantek.com/favelets/
javascript:void(document.location='http://validator.nu/?doc='+escape(document.location)+'&parser=html5&profile=pedagogical&showsource=yes')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment