[Bug 5349] XHTML 1.0 Strict validation thinks <u> is not valid

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


ot@w3.org changed:

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




------- Comment #3 from ot@w3.org  2008-01-07 13:06 -------
(In reply to comment #2)
> The error still occurs after fixing the doctype declaration.

Well, which DTD are you using in the end?
u being a presentational element, is not in strict XHTML document types. Use
transitional, or, better, use CSS.

Received on Monday, 7 January 2008 13:06:51 UTC