- From: Jonas Sicking <jonas@sicking.cc>
- Date: Fri, 12 Dec 2008 16:52:15 -0800
Currently tokenizing the following string (starting at Data state) "<!--foo" results in a parse error when hitting the 'f'. It seems like the error is in the "Comment start dash state" (section 8.2.4.19). It should switch to 'comment state' when a '-' is consumed, which is not what it currently does. / Jonas
Received on Friday, 12 December 2008 16:52:15 UTC