I’m using some CSS properties that does not support in CSS 2.1. For example, -moz-border-radius, box-shadow, zoom, filter,…. make me fail with the CSS validation.
So are there any techniques to make the CSS validator to ignore them?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For Microsoft Propreitary attributes , you can keep them in conditional comments this way:
If you are using stuff in stylesheets, then you can do this way:
This validates perfectly in W3C. Use this code to check:
Validate by Direct Input: http://validator.w3.org/#validate_by_input
For others, you can set an option for Vendor Extentions to just display warnings in the CSS Validator.