- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 22 Jun 2004 22:58:42 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=809 Summary: 'end tag for "HEAD" which is not finished' Error if <head> has no <title> Product: Validator Version: 0.7.0 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: check AssignedTo: link@pobox.com ReportedBy: stolenclover@yahoo.com.tw QAContact: www-validator-cvs@w3.org Steps to reproduce: 1. Save the file below 2. Check the file via upload Result: See error: Line 5, column 6: end tag for "HEAD" which is not finished Expected Result: It should either validate or give more friendly error <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> </head> <body> </body> </html> ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
Received on Tuesday, 22 June 2004 19:07:01 UTC