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 |
|
Shannon Booth
|
ea2b733862
|
LibWeb: Port custom properties to FlyString
|
2023-11-07 11:33:41 +01:00 |
|
Andreas Kling
|
70db40c9b0
|
LibWeb: Don't include Layout/Node.h from DOM/Element.h
This required moving the CSS::StyleProperty destruct out of line.
|
2023-05-08 09:29:44 +02:00 |
|
Andreas Kling
|
4399ca2d82
|
LibWeb: Don't include CSS/CSSStyleDeclaration.h from DOM/Element.h
This required splitting out CSS::StyleProperty into its own file and
out-of-lining Element::layout_node().
|
2023-05-08 09:29:44 +02:00 |
|