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.
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 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.
