[whatwg] Parsing: comment tokenization

The tokenization section should also handle:

   <!-->
   <!--->

as "correct" comments for compat with the web. This means that

   <!-->-->

shows "-->" and that

   <!--->-->

shows "-->".


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Friday, 6 April 2007 18:56:50 UTC