mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 08:10:02 +00:00
LibWeb: Invalidate style when media
content attribute changes
Previously, we would only invalidate style when setting the `media` IDL attribute; changing the attribute via `setAttribute()` and `removeAttribute()` had no immediate effect.
This commit is contained in:
parent
0b0f47e320
commit
e1f6a170d5
Notes:
github-actions[bot]
2025-03-22 16:04:49 +00:00
Author: https://github.com/tcl3
Commit: e1f6a170d5
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4047
5 changed files with 62 additions and 16 deletions
|
@ -8,7 +8,7 @@ interface HTMLStyleElement : HTMLElement {
|
|||
[HTMLConstructor] constructor();
|
||||
|
||||
attribute boolean disabled;
|
||||
[CEReactions] attribute DOMString media;
|
||||
[CEReactions, Reflect] attribute DOMString media;
|
||||
[FIXME, SameObject, PutForwards=value] readonly attribute DOMTokenList blocking;
|
||||
|
||||
// Obsolete
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue