Is there a way to achieve this by using standard CSS tags and not browser specific tags?
It could be achieved by 'emigrating' the -moz-code to a seperate file and then importing it via JavaScript. This way it would be hidden from the validator, but that's still not the core problem.
The core problem is that browser-devs have used a CSS-incompatible way of specifiying their attributes. IMHO either browsers need to change it or the CSS validator needs to pay regards to that definition...
Regards,
Garvin.
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
garvinhicking wrote:It could be achieved by 'emigrating' the -moz-code to a seperate file and then importing it via JavaScript. This way it would be hidden from the validator, but that's still not the core problem.
Garv, How would I do this? I tried a couple of methods but couldn't quite figure it out.