This repository was archived by the owner on Sep 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
HTML: validator
LCD 47 edited this page Apr 17, 2013
·
22 revisions
Maintainer: LCD 47 [email protected]
For details about validator see: http://about.validator.nu/
- g:syntastic_html_validator_api (string; default: 'http://validator.nu/')
- URL of the service to use for checking; leave it to the default to run the checks against http://validator.nu/, or set it to 'http://localhost:8888/' if you're running a local service as per http://about.validator.nu/#src
- g:syntastic_html_validator_parser (string; default: empty)
- parser to use; legal values are: xml, xmldtd, html, html5, html4, html4tr; set it to 'html5' to check HTML5 files; see the wiki for reference: http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#parser
- g:syntastic_html_validator_nsfilter (string; default: empty)
- sets the nsfilter for the parser; see the wiki for details: http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#nsfilter