[Bug 5586] Comment in selector before > operator - [regression!] - in development snapshot only

http://www.w3.org/Bugs/Public/show_bug.cgi?id=5586





--- Comment #5 from Yves Lafon <ylafon@w3.org>  2009-02-05 22:11:44 ---
One possible fix would be to replace
 < #_S         : ( [ " ", "\t" , "\n" , "\r", "\f" ]+ ) >

by   
< #_S         : ( [ " ", "\t" , "\n" , "\r", "\f" ] ) ( <COMMENT> | [ " ", "\t"
, "\n" , "\r", "\f" ] )*  >

@charset check will still work, comment is still detected when no space is
before it, and it fixes this issue.
However, we should do more regression check to ensure that this workaround will
work.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 5 February 2009 22:11:56 UTC