ladybird/Libraries/LibWeb/MathML
Callum Law eb5b73d3b5 LibWeb: Use existing StyleValues for math-depth
Previously we implemented an all encompassing `MathDepthStyleValue`
specifically for the `math-depth` property, this was unnecessary since
we can represent `auto-add` and `<integer>` using existing `StyleValue`
classes.

This brings the values created from parsing in line with those set via
`StylePropertyMap` which allows us to simplify computation
2026-01-15 12:03:16 +00:00
..
AttributeNames.cpp LibWeb: Add MathML Element presentational hints 2025-10-22 01:46:41 +02:00
AttributeNames.h LibWeb: Add MathML Element presentational hints 2025-10-22 01:46:41 +02:00
Default.css LibWeb: Align mfrac Padding with Updated MathML Core Spec 2024-12-09 20:06:48 +00:00
MathMLElement.cpp LibWeb: Use existing StyleValues for math-depth 2026-01-15 12:03:16 +00:00
MathMLElement.h LibWeb: Add MathML Element presentational hints 2025-10-22 01:46:41 +02:00
MathMLElement.idl
MathMLMiElement.cpp LibWeb: Include PropertyID.h in fewer header files 2025-10-27 14:50:54 +00:00
MathMLMiElement.h LibWeb: Add MathML Element presentational hints 2025-10-22 01:46:41 +02:00
MathMLMspaceElement.cpp LibWeb/MathML: Combine mspace height and depth when both are valid 2025-11-14 09:55:02 +00:00
MathMLMspaceElement.h LibWeb: Add MathML Element presentational hints 2025-10-22 01:46:41 +02:00
TagNames.cpp LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
TagNames.h LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00