mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-18 08:20:44 +00:00
LibWeb: Implement the "push down values" editing algorithm
This commit is contained in:
parent
9bcf2fc0f5
commit
9750896af3
Notes:
github-actions[bot]
2025-01-10 22:37:51 +00:00
Author: https://github.com/gmta
Commit: 9750896af3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3216
3 changed files with 627 additions and 4 deletions
|
@ -211,6 +211,7 @@ public:
|
|||
|
||||
void reset_animated_css_properties();
|
||||
|
||||
GC::Ptr<CSS::ElementInlineCSSStyleDeclaration> inline_style() { return m_inline_style; }
|
||||
GC::Ptr<CSS::ElementInlineCSSStyleDeclaration const> inline_style() const { return m_inline_style; }
|
||||
|
||||
CSS::CSSStyleDeclaration* style_for_bindings();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue