views:

337

answers:

1

Hi, is there any way to validate -moz-border-radius / -webkit-border-radius in the CSS validator?

The client wants validation buttons in the sidebar (ugh!) and I can't find any way to bypass it. I've used @import too, no success.

+2  A: 

-moz- and -webkit- aren't going to validate. They are vendor specific. When CSS3 becomes more 'offical', the actual border-radius should validate fine. Remember that there are several jQuery plugins that can round borders, but I highly recommend against them.

Kyle