Files
ladybird/Libraries/LibWeb/CSS/StyleComputer.h
Tim Ledbetter 297b1af9bf LibWeb: Extract per-declaration cascade loop into a reusable helper
This is preparatory work for routing presentational hints through the
same cascade pipeline as ordinary CSS declarations. Currently those
hints bypass `cascade_declarations()` and write into
`CascadedProperties` directly, which means `var()` substitution has to
be duplicated in a separate pass. To unify them at a single point, we
need to be able to feed an arbitrary property list.
2026-04-30 19:50:28 +01:00

11 KiB