mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-02 01:08:48 +00:00
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:
parent
fd0ee8ae7b
commit
0b2da4f8c6
Notes:
sideshowbarker
2024-07-17 06:35:23 +09:00
Author: https://github.com/Epigenetic
Commit: 0b2da4f8c6
Pull-request: https://github.com/SerenityOS/serenity/pull/20269
Reviewed-by: https://github.com/AtkinsSJ
7 changed files with 171 additions and 19 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue