SVN commit 861065 by ggarand: automatically merged revision 856458: introduce needed CSS tokenizer states for proper contextual #{ident|hexcolor} parsing BUG: 170068 M +2 -0 cssparser.cpp M +2 -0 maketokenizer M +405 -404 parser.cpp M +82 -80 parser.h M +2 -1 parser.y M +630 -560 tokenizer.cpp M +15 -9 tokenizer.flex