This repository was archived by the owner on Nov 1, 2024. It is now read-only.
Tags: dart-archive/html
Tags
Fix infinite loop with bad button close tag (#128) Closes #122 Add 'button' to the tags that are processed with `endTagBlock`. The spec at https://html.spec.whatwg.org/multipage/parsing.html includes 'button' in the list of end tags with this treatment. Add a new `.dat` file for regression test. It include an `#info` field which is new but can be parsed safely to mark the issue for which it is a test. This test loops endlessly before the fix and passes after the fix. Note that since errors are currently untested and tests fail if they are tested the error will be left without content for now.
PreviousNext