The CSS2 lexical scanner includes: "<!--" {return CDO;} "-->" {return CDC;} I suggest that to make this more like HTML's notion of comments, the CDC lined be changed to allow whitespace between "--" and ">", so that the two lines would become: "<!--" {return CDO;} "--"{w}">" {return CDC;} -- Ian HicksonReceived on Wednesday, 24 February 1999 16:49:33 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:53:58 GMT