w3c / Unicorn

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

Erroneous warning about redefinition of border: #170

Closed vivienlacourba closed 7 years ago

vivienlacourba commented 8 years ago

Reported by anonymous on 9 Dec 2012 06:11 UTC Using the following snippet of CSS code:

div#cartlcolumn { min-height:304px; float:left; width:390px; border-right:solid; border-width:2px; border-color:#AdAeB0; padding-right:13px; }

I get this warning: 1 div#cartlcolumn Redefinition of border-right

Either I'm blind and there is a second border-right: in the code above, or else this is a bug of some kind.