This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow omitted optional close tags in HTMLSimpleDOM (#12057)
* Allow omitted optional close tags in HTMLSimpleDOM fixes #7257 This commit also updates the openImpliesClose list. * Fix TypeError after typing at end of html document This fixes `TypeError: Cannot read property 'mark' of null` * Make shure Tokenizer gets to the end and does not skip text nodes at the end. * Fix preferParent in HTMLInstrumentation * Allow dt at end of dl ...even though it's not actually valid. Change requested by @petetnt
- release-1.14.2
- release-1.14.1
- release-1.14
- release-1.14-prerelease-1
- release-1.13
- release-1.13-prerelease-3
- release-1.13-prerelease-2
- release-1.13-prerelease-1
- release-1.12
- release-1.12-prerelease
- release-1.11
- release-1.11-prerelease-2
- release-1.11-prerelease-1
- release-1.10
- release-1.10-prerelease-4
- release-1.10-prerelease-3
- release-1.10-prerelease-2
- release-1.10-prerelease-1
- release-1.9
- release-1.9-prerelease-2
- release-1.9-prerelease
- release-1.8
- release-1.8-prerelease
Showing
5 changed files
with
112 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters