Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS validator #18672

Closed
pehser opened this issue Dec 25, 2015 · 3 comments
Closed

CSS validator #18672

pehser opened this issue Dec 25, 2015 · 3 comments
Labels

Comments

@patrickhlauke
Copy link
Member

the various "\9" errors are due to a the CSS hack used for old versions of IE - so these are intentional errors (which in modern browsers will be skipped, but in old versions of IE will be wrongly parsed, fixing rendering issues).

the error for "DXImageTransform" refers to the fact that it's an old IE proprietary CSS extension.

all other errors simply show that the validator is out of date (e.g. flagging pointer-events:none as being non-existent, when in fact it is).

in short...these are all either intentional errors/hack/proprietary extensions, or things that the validator hasn't caught up with yet.

@cvrebert
Copy link
Collaborator

@cvrebert
Copy link
Collaborator

the various "\9" errors are due to a the CSS hack used for old versions of IE

And we're working on adjusting the validator to consider this a vendor extension warning instead of a syntax error: w3c/css-validator#38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants