Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6 <title>border crosstalk</title>
7 </head>
8 <style>
9 table.t1 td {border: 1px solid black}
10 </style>
11 <body >
14 <TABLE style="border-collapse:collapse" class="t1">
15 <TR><TD>1</td> <TD>2</td> <TD>3</td></tr>
16 </TABLE>
18 <table border="1">
19 <tr><td>1</td><td>2</td></tr>
20 <tr><td >3</td><td>4</td></tr>
21 </table>
24 </body>
26 </html>