Re: Problem with validator

Jasper Magick wrote:

> It says there is an </p> on line 200 that was never open
>
>
>
> <p>

[...]

>  <fieldset style="width:300px">

[...]

>  </fieldset>
>
> </p>
>
>
> As you can see, there is an open <p> that it goes along with.

The end tag for the P element is implied when the parser reaches the start  
tag for the FIELDSET element. So, no, there is no accompanying start tag.

> I think this is an error on the validators part.

Many people, for some reason, think that the validator is broken when  
their document doesn't pass validation. This is most often wrong.

-- 
David Håsäther

Received on Thursday, 5 April 2007 22:07:14 UTC