php - How to validate html for WCAG in a Continuous Integration environment? (Jenkins) -


we using jenkins our ci.

our code in php (zend framework), , validate every commit comply wcag standards.

alternatively, validate html using customs rules (no img tag without alt attribute, no html tag without lang, etc).

does know plugin might useful or have lead implement solution?

thank you

if don't want code checks have @ html_codesniffer sources on github. can call via jenkins "execute shell" or in build scripts.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -