I have a website that uses the Twitter Bootstrap framework, which displays error free in all browsers. However, when I connect the main URL of our site to the W3C validator, it spills out 1465 errors, most of which analyze errors.
A few examples:
Analysis error {* zoom: 1; Error value: background-color Too many values ββor values ββnot recognized: # 3f6998 \ 000009
I understand that * and \ 000009 are specific IEs, so is it important that they do not validate?
Is there a validator that takes them into account?
css3 twitter-bootstrap w3c-validation
bersude2
source share