Using CSS Expressions are good or bad?
问题 I need some clarifiction on applying expressions in css. Some are suggesting don't go for using css expressions. Please clarify my doubt. thanks 回答1: You should not use CSS expressions since they are constantly evaluated on many user interactions across the web page. Also, Microsoft as deprecated this feature due to this type of complications since IE 8. Please see the following articles: From an article published by Steve Souders at YDN High Performance Web Sites: Rule 7 – Avoid CSS