ignore w3c validator errors by type?
jm3 opened this issue · 1 comments
jm3 commented
is is possible to pass an options hash to validator to filter out errors that aren't relevant to your use case?
e.g. if I don't care about missing alt
attributes on <img>
tags, can I ask w3c_validator to ignore errors of type `Required attribute 'X' not specified'?