Forum Moderators: open

Message Too Old, No Replies

Bulk W3C Validator

         

killua

12:36 pm on Sep 9, 2017 (gmt 0)

10+ Year Member



I'm using the online Nu Html Checker to test for validation errors of my HTML5 site.

My site is almost 500 pages so it would be hard to validate every page. Is there an online site that can help validate all the pages at once instead of validating one by one?

graeme_p

1:32 pm on Sep 9, 2017 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Download and run it yourself, and you can check multiple documents with a single command or check static pages a directory at a time: [validator.github.io...]

killua

5:59 am on Sep 10, 2017 (gmt 0)

10+ Year Member



Thanks that greatly helped. There is however an issue wherein I need it to skip certain warnings or errors. For example, one of that is the error "An img element must have an alt attribute, except under certain conditions."

So what I did in the code using the --filterpattern option is:

java -jar ~\vnu.jar --filterpattern except under certain conditions https://www.example.com/


However it didn't work and it will still validate normally showing all errors. I'm not sure if the way I placed the syntax is correct since there are lack of samples that I can find in the internet.

Can you help me verify if there are errors on the way I do the syntax ?