This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 1201 - Valid code despite wrong html tags
Summary: Valid code despite wrong html tags
Status: RESOLVED INVALID
Alias: None
Product: Validator
Classification: Unclassified
Component: check (show other bugs)
Version: 0.7.0
Hardware: All All
: P2 major
Target Milestone: ---
Assignee: Terje Bless
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-04 15:48 UTC by Alex Casanova
Modified: 2005-04-04 18:16 UTC (History)
0 users

See Also:


Attachments

Description Alex Casanova 2005-04-04 15:48:18 UTC
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!