- From: <bugzilla@jessica.w3.org>
- Date: Thu, 03 Nov 2011 10:00:26 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14685
Summary: Missing < in body start tag not detected
Product: Validator
Version: HEAD
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: HTML5
AssignedTo: mike+validator@w3.org
ReportedBy: DHerding@gmx.de
QAContact: www-validator-cvs@w3.org
In the following code, the opening body tag is missing an opening bracket:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Titel</title>
</head>
body>
Foo
</body>
</html>
The validator doesn't detect this. It should report a stray end tag or a
similar error.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Thursday, 3 November 2011 10:02:36 UTC