2 <SCRIPT src=tableDom.js
>
11 <BODY onload=
"doIt()">
12 It should never be the case that deleting a tbody causes a rebuild
13 of the cell map since cells cannot span out of tbodies. However, this is a bug.
15 The
2 tables should look the same
16 <table bgcolor=orange border
>
19 <td>c11
</td><td>c12
</td>
22 <td rowspan=
2>c21
</td><td>c22
</td>
27 <td>c31
</td><td>c32
</td>
30 <td>c41
</td><td>c42
</td>
35 <table bgcolor=orange border
>
38 <td>c31
</td><td>c32
</td>
41 <td>c41
</td><td>c42
</td>