Waldbaer schrieb:
> Hi,
>
> just recently I parsed a CSS resource containing something like the
> following:
>
> .important {
> /* ... */
> }
>
> using the CSS 2.1 SAC parser. There seems to be an issue with the class
> selector '.important' because 'important' is a keyword in the grammar.
>
> I'll try to look into this after the weekend.
I think, I fixed it. The (few) test run without failure.
|