- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 07 Jan 2008 09:56:51 +0000
- To: www-validator-cvs@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5349 Summary: XHTML 1.0 Strict validation thinks <u> is not valid Product: Validator Version: HEAD Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Parser AssignedTo: dave.null@w3.org ReportedBy: stephenclouse@gmail.com QAContact: www-validator-cvs@w3.org 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"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Validate</title> </head> <body> <div>This is a <u>test</u></div> </body> </html> results in: Line 9, Column 21: element "u" undefined. This is obviously broken.
Received on Monday, 7 January 2008 09:56:58 UTC