1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:37:47 +00:00

LibWeb: Support named character references (e.g "&")

This commit is contained in:
Andreas Kling 2020-05-28 11:44:19 +02:00
parent ca6e361279
commit 5c35f3c9ba
4 changed files with 2385 additions and 4 deletions

View file

@ -85,6 +85,7 @@ set(SOURCES
Layout/LineBox.cpp
Layout/LineBoxFragment.cpp
Parser/CSSParser.cpp
Parser/Entities.cpp
Parser/HTMLDocumentParser.cpp
Parser/HTMLParser.cpp
Parser/HTMLToken.cpp