Css3 vendor specific extentions
We love our css3 and most web designers/developers are keen to implement the latest techniques.
Browser vendors are however yet to catch up and we often find ourselves having to use vendor specific extensions e.g. -moz, -webkit to implement CSS3.
The problem is that these extensions will not validate.
A number of suggestions have been put forward ranging from making the validator go easy on vendor specific extensions and calling them something else other than ‘error’ or ‘warning’, to simply ignoring them altogether.
One interesting comment I read suggested that we separate the valid CSS and the CSS3 styles so that when css validation fails, we know why.
Original article