**Steps to replicate the issue**:
https://en.wikipedia.org/wiki/ALT_Linux#Version_history
* Create a template that expands to something like:
```
<templatestyles src="Version/styles.css" />class="templateVersion co swatch-unsupported" style="color: var(--color-base, #202122); " title="Old version, not maintained" data-sort-value="1.1" | <span style="display: none;">Old version, not maintained:</span> 1.1
```
which consists of attributes of a table cell and a table cell.
* Use it in a table.
{F59053945}
**What happens?**:
Contents expanded from the template is seen as a single cell. Attributes are not parsed properly.
**What should have happened instead?**:
Like the old parser, attributes expanded from the template should be recognized.
**Other information**:
As described in [ https://gerrit.wikimedia.org/g/mediawiki/services/parsoid/+/9a742de88a0e35fc3ceabd18db220c445ae92071/docs/design.md#wikitext-constructs-split-across-top_level-content-and-templates | docs/design.md ], this should have been addressed by code in Wt2Html/PP/Handlers/TableFixups.php, but it is still broken so I am reporting it as a bug.