1<html>
2<head>
3  <title>[ 647900 ] tables are incorrectly merged</title>
4</head>
5<body>
6  <table summary="Paragraph should follow table, not precede.">
7  <tr>
8    <td>Table data</td>
9  </table>
10
11  <p>A paragraph</p>
12
13  <table summary="Same again.">
14  <tr>
15    <th>Foo
16  <tr>
17    <td>
18    <table summary="Nested">
19    <td>Foo
20    </table>
21  </table>
22
23  <p>Another paragraph</p>
24
25  <form action="foo.cgi">
26    <table summary="Bad form">
27    <tr>
28      <td>Input: <input type="text" name="foo"></td>
29      <td></form></td>
30    </tr>
31    </table>
32
33  <p>Yet another paragraph</p>
34</body>
35</html>
36