Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vaev-markup: initial implementation of html table parsing
Implemented insertion models: - In table - In table text - In table body - In Row - In Cell A spec-compliant helper was also implemented: - resetTheInsertionModeAppropriately The "generate implied end tags" was refactore for handling the flow where no exceptions are being considered. Unit tests were added for the table case.
- Loading branch information