Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <html>
2 <head>
3 <style>
4 th, td { background: #ddd; }
5 table { border-collapse: collapse; }
6 </style>
7 </head>
8 <body>
10 <table border="1">
11 <tr><th>x</th><th colspan="2" class="a1 a2">A</th></tr>
12 <tr><th>x</th><td class="a1">a1</td><td class="a2">a2</td></tr>
13 </table>
15 </body>
16 </html>