w3c / Unicorn

Unicorn - W3C's Unified Validator
https://validator.w3.org/unicorn/
Other
127 stars 59 forks source link

Property “pointer-events” doesn't exist : none #207

Open mig281 opened 4 years ago

mig281 commented 4 years ago

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?