[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|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #1 from ot@w3.org  2008-01-07 11:45 -------
(In reply to comment #0)
> Validating this simple document:
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE html
>   PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
> "http://www.w3.org/TR/xhtml11/DTD/xhtml1-strict.dtd">

your doctype declaration is broken. The second part of it
(http://www.w3.org/TR/xhtml11/DTD/xhtml1-strict.dtd) does not exist.
See http://www.w3.org/QA/2002/04/valid-dtd-list.html for a list of recommended
(and working) doctype declarations.

Received on Monday, 7 January 2008 11:45:31 UTC