Age | Commit message (Expand) | Author |
---|---|---|
2020-07-28 | LibWeb: Move the HTML parser into HTML/Parser/ | Andreas Kling |
2020-06-10 | LibWeb: Fix parser interpreting """ as """ | Andreas Kling |
2020-06-07 | LibWeb: Fix codepoint_from_entity() never returning an error | Andreas Kling |
2020-05-30 | LibWeb: Parser should prefer the longest matchable HTML entity | Andreas Kling |
2020-05-28 | LibWeb: Support named character references (e.g "&") | Andreas Kling |