|
|
|
|
|
by Geenkaas
5240 days ago
|
|
This is just plain silly:
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px; If one vendor has something that is useful, let the others ask that vendor to make it default, let all vendors strip the vendor tag and get it over with. if you do not want to implement the rule, ignore it but do not cry when people leave your vendor prefix alone. I can't be bothered with ever changing browser prefixes. |
|