praveenvijayan / grunt-html-validation

W3C html validaton grunt plugin. Validate all files in a directory automatically.
MIT License
75 stars 39 forks source link

Add support for RegExp in relaxerror #13

Closed magarcia closed 10 years ago

magarcia commented 10 years ago

I added support for regular expresions in relaxerror validation. I need for some errors like document type does not allow element \"DIV\" here or document type does not allow element \"UL\" here, that can be represented by document type does not allow element \"[A-Z]+\" here

magarcia commented 10 years ago

Added the posiblity for disable reportpath