When checking my CSS at http://jigsaw.w3.org/css-validator/
I get the following errors:
1. The object of scaling does not exist: 1 1.
2.Property -webkit transition does not exist: all 200 ms ease in all 200 ms ease
3. Opacity opacity does not exist in CSS 2.1
4.Property -moz-border-radius does not exist
5.Property -webkit-border-radius does not exist
Does MarkUp and CSS really need to be fully tested for SEO, or are these errors, which are mostly browser dependent, can be ignored for now.
If these errors need to be removed, someone may also suggest a way to do this.
css seo html-validation css-validator
Hitesh manchanda
source share