Sam Atkins
69a0f28d04
Revert "LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue"
...
This reverts commit 76daba3069
.
We're going to need separate types for the JS-exposed style values, so
it doesn't make sense for us to match their names with our internal
types.
2024-12-21 18:14:28 +01:00
Johan Dahlin
1c42d6831b
LibWeb: Style font-variant-* css properties
2024-12-17 19:07:13 +01:00
Andreas Kling
e85c3c97fb
LibWeb: Add mode flag to CSSStyleValue::to_string()
...
This will be used to differentiate between serialization for resolved
style (i.e window.getComputedStyle()) and serialization for all other
purposes.
2024-12-07 08:31:03 +00:00
Andreas Kling
9a7c9286c4
LibWeb: Support individual scale
CSS property
2024-11-22 20:06:44 +01:00
Andreas Kling
66a821e731
LibWeb: Support individual translate
CSS property
2024-11-22 20:06:44 +01:00
Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00