- From: Terje Hauger <terje.hauger@broadpark.no>
- Date: Sat, 17 Nov 2001 12:57:25 -0500 (EST)
- To: <html-tidy@w3.org>
Hello!
I just tried tidy.exe on one of my html-files and the result was
catastrophic. It took away all the closing </td> and </tr> tags. This table
shows what happens.
TABLE BEFORE:
<table>
<tr>
<td></td>
</tr>
</table>
TABLE AFTER:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<title></title>
<table>
<tr>
<td>
</table>
1) Why is the doctype HTML 3.2?
2) If inserting "missing" title-tags, why not include the rest as well?
(head-body-html)
3) And of course the closing tags.
Regards
Terje Hauger
Received on Wednesday, 21 November 2001 14:31:59 UTC