mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWeb: Invalidate style when CSSStyleRule selectorText changes
Previously, any change to the selectorText of a CSSStyleRule was not reflected in the document style.
This commit is contained in:
parent
69fa1d1b6e
commit
99b2eff988
Notes:
sideshowbarker
2024-07-17 08:25:15 +09:00
Author: https://github.com/tcl3
Commit: 99b2eff988
Pull-request: https://github.com/SerenityOS/serenity/pull/23967
Reviewed-by: https://github.com/awesomekling
4 changed files with 57 additions and 1 deletions
|
@ -62,6 +62,7 @@ public:
|
|||
bool evaluate_media_queries(HTML::Window const&);
|
||||
void for_each_effective_keyframes_at_rule(Function<void(CSSKeyframesRule const&)> const& callback) const;
|
||||
|
||||
JS::GCPtr<StyleSheetList> style_sheet_list() const { return m_style_sheet_list; }
|
||||
void set_style_sheet_list(Badge<StyleSheetList>, StyleSheetList*);
|
||||
|
||||
Optional<FlyString> default_namespace() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue