mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Correctly handle formatting of tables containing thead and/or tfoot, but without any tbody, to prevent including thead/tfoot content twice within the table's derived body. * lisp/net/shr.el (shr--fix-tbody): Omit 'thead' and 'tfoot' from implicit body. (Bug#71685) * test/lisp/net/shr-resources/table.html: * test/lisp/net/shr-resources/table.txt: New tests for table rendering. |
||
|---|---|---|
| .. | ||
| blockquote.html | ||
| blockquote.txt | ||
| div-div.html | ||
| div-div.txt | ||
| div-p.html | ||
| div-p.txt | ||
| li-div.html | ||
| li-div.txt | ||
| li-empty.html | ||
| li-empty.txt | ||
| nonbr.html | ||
| nonbr.txt | ||
| ol.html | ||
| ol.txt | ||
| table.html | ||
| table.txt | ||
| ul-empty.html | ||
| ul-empty.txt | ||