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'?