mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibWeb: Invalidate element style after setting Element.style.foo
This makes us recompute style for the element so the change actually takes effect. :^)
This commit is contained in:
parent
6c8185151e
commit
cad4cc9a2a
Notes:
sideshowbarker
2024-07-18 21:17:58 +09:00
Author: https://github.com/awesomekling
Commit: cad4cc9a2a
5 changed files with 40 additions and 5 deletions
|
@ -33,6 +33,7 @@ class CSSImportRule;
|
|||
class CSSStyleDeclaration;
|
||||
class CSSStyleRule;
|
||||
class CSSStyleSheet;
|
||||
class ElementInlineCSSStyleDeclaration;
|
||||
class Length;
|
||||
class Selector;
|
||||
class StyleProperties;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue