Anne van Kesteren

Parsing

Ian Hickson wrote a very useful tool: The Live DOM Viewer. He used it for debugging browsers in order to figure out what the HTML5 Parser Specification ought to say. Good stuff. Having finally formally defined how documents in standard compliant mode (CSS1Compat) have to be parsed is a good thing to get more interoperability between various browsers.

In a way it makes HTML closer to CSS which also has formally defined error handling.