-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip on updating html5lib-tests * fix up parse error parsing * add better debug output * wip * wip * wip * wip * adjust all switches to BogusComment (according to html5gum) * wip * wip * wip * wip * wip * wip * wip (test3 done) * fix test1 * wip on entities.test * get rid of addnl_allowed in charref tokenizer * remove bogusname??? * fix escapeFlag.test: End tag surrounded by bogus comment in RCDATA or RAWTEXT (in state RawData(Rawtext)) * update html5lib tests * Revert "remove bogusname???" This reverts commit 575b077. * wip restore bogusname * more bugfixes * Revert "wip restore bogusname" This reverts commit eb28165. * fix a bug when peeking characters in BeforeAttributeValue * make eat() pre-process input characters input where it matters (JSON-escaped): "<!DOCTYPE0\r\nPUBLIC'" * update charref states * add regression tests, skip broken test * fix hang * fix bug where ignore_lf was not reset during unconsuming * fix webkit02.dat-26 test * fix wbekit02.dat-22 * fix ack self-closing * fix tests26.dat-19 * fix foreign-fragment.dat-65 corresponding changes in HTML spec are: whatwg/html@f690ad9 and follow-up discussion at whatwg/html#6439 * fix search-element.dat-0 * fix search-element.dat-1 * fix bug in charref tokenizer wrt newline normalization
- Loading branch information
Showing
11 changed files
with
266 additions
and
133 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
Oops, something went wrong.