Headlines in Tables Break Layout
For two reasons, placing a headline in any tag will break the page layout:
- A nested headline will create a div wrapper that is improperly nested in, for example, font tags.
- A nested headline in a table has an unexpected offset because of non-linear parsing order, causing the div wrapper to be created and exploding the table.
Fixed for the next build.