Closed willkg closed 2 years ago
The html5lib tokenizer kicks up a parse error token when there's a < that isn't the start of a tag. This adds some handling for that case and treats the < plus whatever is after it as characters data.
<
Fixes #544.
@g-k Can you skim this, please?
Thank you!
The html5lib tokenizer kicks up a parse error token when there's a
<
that isn't the start of a tag. This adds some handling for that case and treats the<
plus whatever is after it as characters data.Fixes #544.