ladybird/Userland/Libraries/LibWeb/MathML
Andreas Kling 4c921e17b7 LibWeb: Allocate dataset lazily for HTML/SVG/MathML elements
Most elements never need a dataset object, so we can avoid creating lots
of objects by making them lazy.
2024-04-25 09:30:30 +02:00
..
Default.css LibWeb: Add the default user agent MathML stylesheet 2023-08-12 07:59:23 +01:00
MathMLElement.cpp LibWeb: Allocate dataset lazily for HTML/SVG/MathML elements 2024-04-25 09:30:30 +02:00
MathMLElement.h LibWeb: Allocate dataset lazily for HTML/SVG/MathML elements 2024-04-25 09:30:30 +02:00
MathMLElement.idl
TagNames.cpp
TagNames.h