The build target does not depend on validate however some of the files validated (such as the examples) find their way into the html spec output. We should make sure that build depends on validate to catch any validation errors introduced by pull requests.
The build target does not depend on
validate
however some of the files validated (such as the examples) find their way into the html spec output. We should make sure thatbuild
depends onvalidate
to catch any validation errors introduced by pull requests.