w3c / Unicorn

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

CSS Unicorn Validator BUG #171

Closed vivienlacourba closed 8 years ago

vivienlacourba commented 8 years ago

Reported by mrpompili on 4 Feb 2013 07:21 UTC Hello, if you try to validate this line:

.test { position:absolute; top:10px; right:0; }

The Unicorn W3C Validator will show this warning: "Redefinition of top"

I think this is a BUG. If you replace "right:0;" with "left:0;" for example, and try to validate this line:

.test { position:absolute; top:10px; left:0; }

The Unicorn W3C Validator will show no warning. Bye

Michael

vivienlacourba commented 8 years ago

Comment by jean-gui on 6 Feb 2013 12:56 UTC This is a bug in the CSS Validator. I've reported the bug upstream https://www.w3.org/Bugs/Public/show_bug.cgi?id=20885