- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 04 Apr 2005 15:48:18 +0000
- To: www-validator-cvs@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1201
Summary: Valid code despite wrong html tags
Product: Validator
Version: 0.7.0
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: check
AssignedTo: link@pobox.com
ReportedBy: alexandra.casanova@swisscom.com
QAContact: www-validator-cvs@w3.org
Example:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><title>Platform Management - Operations</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
</head>
<body
<table class="text" summary=""
<tr
<td</td
</tr
</table
</body
</html>
This code is valid HTML 4.01 Transitional!
Received on Monday, 4 April 2005 15:48:19 UTC