Andreas Kling
|
cc4b3cbacc
|
Meta: Update my e-mail address everywhere
|
2024-10-04 13:19:50 +02:00 |
|
Sam Atkins
|
0e3487b9ab
|
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.
|
2024-08-15 13:58:38 +01: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 |
|