Commit 72e29f9a3dbc0bb087cebab3b7483559468bdfcf

Nick Wellnhofer 2023-05-04T17:03:22

html: Fix quadratic behavior in push parser Fix quadratic behavior related to unquoted attribute values. We really have to replicate parts of the HTML5 state machine to find the end of tags relibably. Fixes #533.