diff options
| author | John MacFarlane <[email protected]> | 2023-08-05 11:16:22 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-08-05 11:16:22 -0700 |
| commit | d7a7f5ad194ac91351eea95716d5d8c7cdf4c6d6 (patch) | |
| tree | b2ba2512c06d4183d85826a0c02cea528e203dd1 /test/html-reader.html | |
| parent | acbc382ff4b45b9818884779b1e7100de445383d (diff) | |
Revert "Update TableBody RowHeadColumns caculation: change from max to min (#8634)"
This reverts commit f257c97170ba8db3b771135b98b198d5de2bdb5b.
For the reason, see #8984. The change caused the "grid shape"
of some tables to change.
Diffstat (limited to 'test/html-reader.html')
| -rw-r--r-- | test/html-reader.html | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/test/html-reader.html b/test/html-reader.html index 3abb25d76..4b688cb20 100644 --- a/test/html-reader.html +++ b/test/html-reader.html @@ -524,34 +524,6 @@ An e-mail address: nobody [at] nowhere.net<blockquote> <td>2</td> <td>3</td> </tr> - <tr> - <td colspan="3">Details</td> - </tr> - </tbody> - <tfoot> - <tr> - <th>4</th> - <td>5</td> - <td>6</td> - </tr> - </tfoot> -</table> -<hr /> -<table> - <tbody> - <tr> - <th>X</th> - <th>Y</th> - <th>Z</th> - </tr> - <tr> - <td>1</td> - <td>2</td> - <td>3</td> - </tr> - <tr> - <td colspan="3">Details</td> - </tr> </tbody> <tfoot> <tr> |
