mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-12 18:08:15 +02:00
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.
11 KiB
11 KiB