I'm working on some old CSS which has some hacks, specifically CSS expressions, built in for various versions of IE. Thanks to these hacks I get a mountain of CSS syntax errors and I'm trying to ignore them.
In the CSS Syntax Validator I've tried adding the following filters to try and ignore them:
.*expression\(.*
.*expression.*
.*[expression\(]{1}.*
And none of them have worked.
Does anyone know how to make Aptana Studio ignore CSS expressions?