css - Does Aptana 3 recognize CSS3? -



css - Does Aptana 3 recognize CSS3? -

while learning css3 realized aptana studio 3 doesn´t recognize css3 source. have updated latest features ide still trying utilize css2. error css3 background statement:

background: rgba(255, 255, 255, 0.1); valueerror: background (http://www.w3.org/tr/rec-css2/colors.html#propdef-background) many values or values not recognized.

do have install particular plugin aptana??

edited

jul 26th 2011, bug still there after automatic update.

the problem css validator that's included (which comes w3c) not css 3. there plans replace that, in mean time, easiest thing either filter particular warning, or disable altogether.

to so, go preferences > studio > validation , take css. there can disable validation, or add together filter of ".too many values or values not recognized."

more information: http://wiki.appcelerator.org/display/tis/adding+custom+error+message+filters+to+the+problems+view

css css3 aptana

Comments

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -