Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

v5.0.0-rc.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@clarketm clarketm released this 07 Jun 05:10
· 113 commits to master since this release

fixes Rowspan and Colspan #27 with the exception of a few edge cases.

Updates to the rowspan/colspan algorithm:

  • Handle rowspan and colspan parsing once in the initial RowColMap build rather than at runtime for each DOM node with a rowspan or colspan attribute.
  • Reengineer the handleRowSpan function to track a pointer reference to the current rowspan accumulator value.
  • Reengineer the handleColSpan function to track a pointer reference to the current colspan accumulator value.
  • Create isRowSpan and isColSpan helper methods on the RowColMap class.

Start using today!

npm install [email protected]