Re: CSS validator code error

* Joan Miquel wrote:
>When anybody validate the css with your validator, you give the option for
>add the icon CSS Validated.
>And you give this source:
>
><p>
> <a href="http://jigsaw.w3.org/css-validator/">
>  <img style="border:0;width:88px;height:31px"
>       src="http://jigsaw.w3.org/css-validator/images/vcss"
>       alt="Valid CSS!">
> </a>
></p>
>
>But the image tag is NOT CLOSED.

Your document is either a HTML document or your preferred language is
not english. If the input document is an XHTML document and your
preffered language is english (i.e., you get an english results page)
there img element is properly closed. However, as the CSS validator
correctly states, the code fragment is an *HTML* code fragment, not an
XHTML fragment.

Received on Thursday, 3 July 2003 23:13:21 UTC