Description
Description
Details
Details
- Reference
- bz73430
Event Timeline
Comment Actions
Change 173363 had a related patch set uploaded by Catrope:
Restore original rowspan/colspan rather than normalizing or overwriting with NaN
Comment Actions
It turned out there were two corruption problems: colspan="02" was normalized to colspan="2", and colspan="2 garbage" was normalized to colspan="NaN". The patch fixes both.
Comment Actions
Change 173363 merged by jenkins-bot:
Restore original rowspan/colspan rather than normalizing or overwriting with NaN