Re: CSS Validator bug.

On Sat, 30 Aug 2003, [iso-8859-15] Håvard Skjæveland wrote:

> When trying to validate my CSS files, I get an error on both of them
> saying:
>
> "Line: 0 Parse error - Unrecognized : .not { text-decoration: overline; }"
>
> Here they are:
>
> http://www.dataportalen.com/pho/style/main.css
> http://www.dataportalen.com/pho/style/alt.css

Looks like a real bug in "CSS validator". It seems that the
selector .not triggers the bug, in any context.

I guess the "CSS validator" is confused with .not because it thinks it's a
keyword of some sort. Compare this with that it says about the style sheet
.and {}:

Parse error - Unrecognized : .and {}

As far as I understand, "CSS validator" issues belong to the
www-validator-css list, so I'm Cc'ing it. I don't know whether this is
the right procedure, but I'd like to speed things up, since this looks
like a serious bug.

-- 
Jukka "Yucca" Korpela, http://www.cs.tut.fi/~jkorpela/

Received on Monday, 8 September 2003 18:21:54 UTC