Re: Error in XHTML Validator???

On Mon, Aug 20, 2007 at 10:29:23AM +0100, Brian Timmins wrote:
> Hi,
> 
> I think your validator should not be marking this following code as
> invalid...
> 
> <textarea cols="82" rows="1">
> <a href="http://www.brianstimelines.co.uk/index.html">Brian's Timelines:
> Home Page</a>
> </textarea>

And why not?  A textarea can't have other elements inside it.  If you
want that to be text, you have to escape it with the proper entities.

> Best regards, Brian

   ---> Drake Wilson

Received on Monday, 20 August 2007 10:07:20 UTC