CSS Standards and IE

Improvements, priorities, security...

Top priority is security - not just mechanical "fix buffer overruns" type stuff, but innovative stuff like the anti-phishing work and low-rights IE. For IE7 in particular, the next major priority is removing the biggest causes of difficulty for web developers. To that end, digging through a lot of sites detailing IE bugs that cause pain for web developers was made, like PositionIsEverything and Quirksmode, and those issues were categorized and investigated.

Feedback from web developers on what bugs affect them the most and what features they would most like to see was taken, then a plan was studied on what can and can't be done in IE7. In IE7, many of the worst bugs that web developers hit are fixed, and the critical most-requested features from the standards are added as well.

The following bugs from PositionIsEverything and Quirksmode are now fixed:
And added support for the following

IE team's intent is to build a platform that fully complies with the appropriate web standards, in particular CSS 2 ( 2.1, once it's been Recommended), that is by removing the worst painful bugs that make IE7 platform difficult to use for web developers.
IE is still behind the game today in CSS support. There are some fairly large and difficult features to implement, and they will not all sort to the top of the stack in IE7.

Top

Details on some of the other bugs that were fixed:

Top

Other W3C specifications:
New features from CSS2.1 added:

Source: http://www.microsoft.com

Top