- From: Frank Leahy <frank@digitalcomet.com>
- Date: Wed, 3 Oct 2001 04:02:38 -0400 (EDT)
- To: <www-validator@w3.org>
- Cc: "Frank Leahy - Wired" <leahy@wired.com>
Hi,
The validator no longer validates <table> elements correctly.  For example,
it does not report an error when a </td> or </tr> element is missing. FYI,
the last time I used this service (2 months ago maybe?) this feature worked
fine.
Here's a minimalist example.  Notice that the </tr> is missing, but the
validator happily reports "No errors found!".
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>Lycos News | Diagnose</title>
</head>
<body>
<table cellpadding=0 cellspacing=0 border=0 width="100%">
<tr>
  <td>
    Hello World!
  </td>
       <!-- <==== </tr> should be here -->
</table>
</body>
</html>
Thanks,
-- Frank Leahy, leahy@wired.com
Received on Friday, 5 October 2001 15:25:24 UTC