- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Thu, 11 Oct 2001 16:29:24 +0200
- To: WebNetBubba@netscape.net
- Cc: www-validator-css@w3.org
* WebNetBubba@netscape.net wrote:
>I keep getting the same errors when validating this style
>sheet. I don't know what the output means. Example:
>
>Parse Error - box_text { font-family : Verdana, Geneva, Arial,
>Helvetica, sans-serif; font-size : 11px; color : black; }
>
>Line: 26 Context : .box
>
>the "context" is unclear, can you point me in the right direction?
Underscores were not allowed in identifiers for years, either use
.box\_text { }
or don't use the underscore at all. This is however a bug in the
Validator, since the errata for CSS 2 recently allowed the underscore
as part of CSS identifiers.
--
Björn Höhrmann { mailto:bjoern@hoehrmann.de } http://www.bjoernsworld.de
am Badedeich 7 } Telefon: +49(0)4667/981028 { http://bjoern.hoehrmann.de
25899 Dagebüll { PGP Pub. KeyID: 0xA4357E78 } http://www.learn.to/quote/
Received on Thursday, 11 October 2001 10:30:17 UTC