Sam Atkins
|
a4981ae745
|
LibWeb: Rename StyleValue -> CSSStyleValue
This matches the name in the CSS Typed OM spec.
https://drafts.css-houdini.org/css-typed-om-1/#cssstylevalue
No behaviour changes.
(cherry picked from commit 0e3487b9ab455a7648185995363bb3b487551d40)
|
2024-10-10 10:08:59 -04:00 |
|
Sam Atkins
|
aa45b3dfe3
|
LibWeb: Replace FlexStyleValue with ShorthandStyleValue
We still need the custom parsing and to_string() logic, but nothing
else. :^)
|
2023-09-20 12:17:16 +01:00 |
|
Sam Atkins
|
d20254f1bc
|
LibWeb: Rename CompositeStyleValue -> ShorthandStyleValue
It's a shorthand, so let's call it that. :^)
|
2023-09-20 12:17:16 +01:00 |
|