Problem with invalid HTML documents
Brian Campbell <[email protected]>
| Newsgroups | gmane.comp.web.amaya.devel |
|---|---|
| Message-ID | <[email protected]> |
The attached file, derived from http://www.mirror.ac.uk/help/reports.html exposes a problem with the rendering of invalid HTML documents; namely that the text gets wrapped in odd places. When saved and reloaded, the resulting document renders correctly. The only difference between the first and second Thot trees is a Pseudo_paragraph containing the definition list not present in the second (this appears to have been generated to hold the font element, but was not removed). -- Brian Campbell
t.html
(text/html, 691 B)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<TITLE>UK Mirror Service: Stats And Reports</TITLE>
</HEAD>
<BODY>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD VALIGN=top>
<FONT FACE="Futura LT BT, avantgarde, Avantgarde, Arial, arial, sans serif, Sans Serif, sans-serif">
<DL>
<DT>
<H3>UK Mirror Service Annual Report 1999/2000 <A HREF="annualreport2000.pdf">[pdf]</A>
<A HREF="annualreport2000.doc"> [Word doc]</A></H3>
<DD>Annual Report for the service's first year of operation: August 1999 - July 2000
</DL>
</FONT>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>