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
Post a Comment