Re: [VE][74] Error message but no error.

> This error is nonsense in the code fragment below. The LI tags are
> present. It seems that the validator can not handle the style attribute.
>
> The style attribute hides the entire UL element so the validator should  
> [...]

The validator doesn't care what a page looks like, just what the code  
looks like.

Your code fragment validates fine as HTML. If it was supposed to be XHTML  
then it does indeed have an error (<br> instead of <br />). But since you  
didn't include a link to the actual page, it's hard to be sure if it's a  
doctype issue.

RMN
~~~

Received on Thursday, 22 January 2009 09:11:18 UTC