[Bug 3542] XML Validation Error

http://www.w3.org/Bugs/Public/show_bug.cgi?id=3542


robin@reala.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #1 from robin@reala.net  2006-07-31 08:53 -------
When using XHTML all elements should be closed normally (<element></element>)
or self-closing (<element/>). As <img> is an empty element it should be
self-closing (<img/>) but you're page doesn't close it (<img>). Add in the
closing slash and the problem will go away.

--> INVALID

Received on Monday, 31 July 2006 08:53:34 UTC