Archive for March, 2008

IE8 and box-sizing

Monday, March 10th, 2008

One of my top feature request for IE8 was for it to support box-sizing. I’m happy to see that IE8 does support box-sizing although it has a annoying quirk. The DOM property name is not correct. The rule for translating CSS property names to DOM property names is to replace a dash [...]

The Good, the Bad and the Ugly

Thursday, March 6th, 2008

The Good
Attribute handling in the DOM is finally working. MS said that this was one of the hardest things to fix and yet they did it.
hashchange events simplify history management. I wish they implemented more of the HTML5 proposals when it comes to history state management but getting an event when the hash [...]