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

LibWeb: Generate MathML Elements

We will now generate MathML elements when parsing HTML.
This commit is contained in:
Jonah 2023-07-05 20:25:52 -05:00 committed by Sam Atkins
parent 52d6df5ee5
commit 442602bec8
8 changed files with 123 additions and 1 deletions

View file

@ -451,6 +451,7 @@ set(SOURCES
Loader/Resource.cpp
Loader/ResourceLoader.cpp
MathML/MathMLElement.cpp
MathML/TagNames.cpp
MimeSniff/MimeType.cpp
Namespace.cpp
NavigationTiming/EntryNames.cpp