diff options
author | JD Smith <93749+jdtsmith@users.noreply.github.com> | 2024-07-06 09:22:33 -0400 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2024-07-06 21:10:39 +0200 |
commit | 9625e4af9946436cea6ba3f41f6c384634bcc999 (patch) | |
tree | d439a42cac08960eb60cac3d87ab88c359aed6cb /lisp/emacs-lisp | |
parent | 83234cc1dbbe19450d2fc8cc27509ee4b05c4877 (diff) | |
download | emacs-9625e4af9946436cea6ba3f41f6c384634bcc999.tar.gz emacs-9625e4af9946436cea6ba3f41f6c384634bcc999.tar.bz2 emacs-9625e4af9946436cea6ba3f41f6c384634bcc999.zip |
Fix formatting of tables with thead/tfoot but no tbody
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.
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions