Callum Law
f49cf75d44
LibWeb: Don't pass unnecessary PropertyComputationDependencies struct
...
Since we now have access to the `AbstractElement` through the
`ComputationContext` we can just set the flag that this element relies
on tree counting functions directly, no need to pass this struct around.
2025-10-22 00:01:30 +02:00
Callum Law
2404f95e03
LibWeb: Invalidate style for tree counting functions when required
...
We mark any element that relies on tree counting functions as needing a
style update when a sibling is inserted/removed.
2025-10-20 16:12:08 +01:00
Callum Law
2c7b56511b
LibWeb: Add absolutized method to CounterDefinitionsStyleValue
...
This avoids a crash when a counter value relies on relative units
2025-10-07 10:50:01 +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
Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00