Closed vivienlacourba closed 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
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
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