mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00:00
LibWeb: Add element adjust_computed_style and move set_property() to it
This commit is contained in:
committed by
Andreas Kling
parent
928287b782
commit
69e4f924b7
@@ -2250,6 +2250,9 @@ RefPtr<StyleProperties> StyleComputer::compute_style_impl(DOM::Element& element,
|
||||
// 7. Resolve effective overflow values
|
||||
resolve_effective_overflow_values(style);
|
||||
|
||||
// 8. Let the element adjust computed style
|
||||
element.adjust_computed_style(style);
|
||||
|
||||
return style;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user