You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.
The Jigsaw Validator has no issue with the attribute pointer-events (for example, <a style='pointer-events:none;' href='foo'>bar</a>. However, the Unicorn Validator throws the Property “pointer-events” doesn't exist : none error. What's up with that?
Whether or not the attribute is actually part of CSS3, your validators should return consistent results, right?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The Jigsaw Validator has no issue with the attribute
pointer-events
(for example,<a style='pointer-events:none;' href='foo'>bar</a>
. However, the Unicorn Validator throws theProperty “pointer-events” doesn't exist : none
error. What's up with that?Whether or not the attribute is actually part of CSS3, your validators should return consistent results, right?
The text was updated successfully, but these errors were encountered: