1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 13:15:06 +00:00
serenity/Userland/Libraries/LibWeb/MathML
Shannon Booth 9303e9e76f LibWeb: Port Element::local_name and TagNames from Deprecated String
Which pretty much needs to be done together due to the amount of places
where they are compared together.

This also involves porting over StackOfOpenElements over to FlyString
from DeprecatedFly string to prevent a gazillion calls to
`.to_deprecated_fly_string` calls in HTMLParser.
2023-10-03 14:47:53 +01:00
..
Default.css LibWeb: Add the default user agent MathML stylesheet 2023-08-12 07:59:23 +01:00
MathMLElement.cpp LibWeb: Port Element::local_name and TagNames from Deprecated String 2023-10-03 14:47:53 +01:00
MathMLElement.h LibWeb: Generate MathML Elements 2023-08-12 07:59:23 +01:00
MathMLElement.idl
TagNames.cpp LibWeb: Generate MathML Elements 2023-08-12 07:59:23 +01:00
TagNames.h LibWeb: Generate MathML Elements 2023-08-12 07:59:23 +01:00