mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 18:02:20 +00:00
LibWeb: Propagate flood-color
and flood-opacity
to ComputedValues
This commit is contained in:
parent
f6f31fe215
commit
6f39c30704
Notes:
github-actions[bot]
2025-07-18 15:06:13 +00:00
Author: https://github.com/Calme1709
Commit: 6f39c30704
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5502
Reviewed-by: https://github.com/tcl3 ✅
1 changed files with 3 additions and 0 deletions
|
@ -671,6 +671,9 @@ void NodeWithStyle::apply_style(CSS::ComputedProperties const& computed_style)
|
|||
if (computed_style.filter().has_filters())
|
||||
computed_values.set_filter(resolve_filter(computed_style.filter()));
|
||||
|
||||
computed_values.set_flood_color(computed_style.flood_color(*this));
|
||||
computed_values.set_flood_opacity(computed_style.flood_opacity());
|
||||
|
||||
computed_values.set_justify_content(computed_style.justify_content());
|
||||
computed_values.set_justify_items(computed_style.justify_items());
|
||||
computed_values.set_justify_self(computed_style.justify_self());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue