I have a site that uses the Twitter Bootstrap framework which renders without errors in all browsers. However, when I plug the main URL of our site into the W3C validator it spits out 1,465 errors, most of which are parsing errors.
A few examples:
Parse Error {*zoom:1; Value Error : background-color Too many values or values are not recognized : #3f6998 \000009
I understand the * and \000009 are IE specific, so it is important that these are failing validation?
Is there a validator that takes these into consideration?