* 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 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Friday, 10 August 2007 00:10:49 GMT