[html5] local Validator.nu

Kai Hendry hendry at iki.fi
Wed Jun 22 03:15:05 PDT 2011


Hi Kete,

You could post your local Webpage to validator.nu and get a list of
errors, like so:
curl -s -F laxtype=yes -F parser=html5 -F level=error -F out=gnu -F
doc=@$1 "http://validator.nu"
http://wiki.whatwg.org/wiki/Validator.nu_GNU_Output

Unfortunately Validator.nu depends on a insane amount of Java bloat
and it would hard work to run a local copy IMO.

I maintain some vim scripts to post to validator.nu here:
http://wiki.whatwg.org/wiki/IDE


Kind regards,



More information about the Help mailing list