Don't insert system messages for HTML writer issues in table cells.
commit1723fe6241718a93b0ec91f048dfbc1fb5abf448
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Tue, 9 Jan 2024 23:28:49 +0000 (9 23:28 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Tue, 9 Jan 2024 23:28:49 +0000 (9 23:28 +0000)
treef7cf669851faf4e808b7c337ebde794f9891904d
parenta3c2d5bfcfe06c44116a7c6f3c4f7de993233722
Don't insert system messages for HTML writer issues in table cells.

Place system message elements after tables, because in a table they
may severely affect the layout.

Move the check for parent node into the `report_messages()` method.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@9508 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/docutils/writers/_html_base.py
docutils/docutils/writers/html4css1/__init__.py