- From: Thomas Auge <auge@virtues.net>
- Date: Tue, 25 Sep 2007 12:11:31 +0200
- To: www-validator-css@w3.org
Hi all,
I have some questions about weird stuff in the CSS Validator.
run this validator check:
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.kiss-chance.de&warning=1&profile=css21&usermedium=all
Towards the bottom I get a warning about a Tag named
"#autoXML196424196424" for http://www.kiss-chance.de (the page, not the
style sheet, which is /css/style_creme.css and analyzed above) in line 111.
Line 111 does not have any style information. The warning is about
font-families (can't copy/paste here, because I get the german validator
output). There is not a single font family style in that HTML code.
In line 112 the validator complains about the same foreground and
background color for the contexts "body" and "#autoXML196424196425"
(Note: This is a different name than the one mentioned above!).
What does this mean?
Other errors I get and not fully understand are about "expression", a
workaround I use to accomplish some positioning in IE6.
About expression("62px") the validator says that this would not be a
height value. Does the validator have a problem with string expressions,
or is this really outside the specifications (even though it works).
expression(document.body.offsetHeight - 14) and similar expressions
prompt a parse error from the validator.
The question is, does the validator have a problem with this, are the
errors misleading, or is this IE only stuff that really shouldn't work.
Thanks,
Thomas Auge
P.S.: The site is dynamic, so line numbers may vary.
-----------------------
http://www.augemedia.de
Received on Tuesday, 25 September 2007 10:11:48 UTC