1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 20:48:12 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Andreas Kling
c8e0426ab9 LibWeb: Parser should prefer the longest matchable HTML entity
If we can match both "&copy" and "©" we should prefer the latter.

Also remove invalid FIXME's about case insensitive entities.
2020-05-30 11:31:49 +02:00
Andreas Kling
5c35f3c9ba LibWeb: Support named character references (e.g "&") 2020-05-28 11:44:19 +02:00