Closed wjdp closed 6 years ago
The IgnoreTagAttribute used to only apply to the element it was applied to and was re-implemented on each check function.
Now we implement this check when we parse the document and completely ignore any element (and their children) where we find this attribute.
This PR implements #95
The IgnoreTagAttribute used to only apply to the element it was applied to and was re-implemented on each check function.
Now we implement this check when we parse the document and completely ignore any element (and their children) where we find this attribute.
This PR implements #95