w3c / Unicorn

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

vendor specific attributes give and error rather than a warning #144

Closed vivienlacourba closed 7 years ago

vivienlacourba commented 8 years ago

Reported by anonymous on 22 Dec 2010 18:55 UTC -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;

The above will throw 2 errors. They should be warnings since they're valid vendor specific css but should not prevent total validation.