Re: Validator: #autoXML196424196424 - what? :-)

Hi Philip,

>         http://royal-tunbridge-wells.org/
>
> uses only inline styles, and rather than validating these
> using auto-generated autoXML... IDs, instead the validator
> says
>
>         No style sheet found
>
> An error?

I do not think so.

Apparently, you do not have a style sheet but inline styles.

If you introduce an error in your inline style, e.g.

  <h1 style="border-top: 1 solid white">

the validator spots the error:

  11 Value Error : border-top 1 is not a border-color value : 1 solid white

And if you add a color without background color, e.g.

  <h1 style="border-top: 1em solid white; color: red">

the validator issues this warning:

  11 #autoXML288170288170 You have no background-color set [...]


Cheers,

jens
-- 
Jens Brueckmann
http://www.yalf.de

Received on Thursday, 27 September 2007 09:08:29 UTC