LibWeb: Add the default user agent MathML stylesheet

We now apply MathML's default user agent style sheet along with other
default styles. This sheet is not mixed in with the other styles in
CSS/Default.css because it is a namespaced stylesheet and so has to
be its own sheet.
This commit is contained in:
Jonah 2023-07-30 17:35:10 -05:00 committed by Sam Atkins
parent fd0ee8ae7b
commit 0b2da4f8c6
Notes: sideshowbarker 2024-07-17 06:35:23 +09:00
7 changed files with 171 additions and 19 deletions

View file

@ -35,6 +35,7 @@
#include <LibWeb/HighResolutionTime/TimeOrigin.h>
#include <LibWeb/Infra/CharacterTypes.h>
#include <LibWeb/Infra/Strings.h>
#include <LibWeb/MathML/TagNames.h>
#include <LibWeb/Namespace.h>
#include <LibWeb/SVG/TagNames.h>