- From: Henri Sivonen <hsivonen@iki.fi>
- Date: Fri, 29 Jun 2007 22:53:17 +0300
If the spec dealt with the "html" start tag token directly in the root element phase, the parse error in the main phase wouldn't need to be conditional. (Implementations that experience a perf benefit from not mutating the attributes of a node probably want to hoist the "html" node creation to the root element phase for perf reasons, too.) -- Henri Sivonen hsivonen at iki.fi http://hsivonen.iki.fi/
Received on Friday, 29 June 2007 12:53:17 UTC