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?
Turns out that Aptana's CSS validator isn't being properly updated and there's a bug in reading the filters. The only true solution I found was to change over to Eclipse.