ladybird/Libraries/LibWeb/MathML
Sam Atkins e561749164 LibWeb/MathML: Parse mathcolor and mathbackground as <color>
The difference is that parsing as the `color` property's value also
allows the CSS-wide keywords, which we don't want here.

The added test cases make sure that those keywords are *not* valid:
- `color` should inherit its parent value of `orange`
- `background-color` doesn't inherit, so should be its initial value of
  `transparent`
2025-11-14 09:55:02 +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/MathML: Parse mathcolor and mathbackground as <color> 2025-11-14 09:55:02 +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