mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibWeb: Plumb style/computed values for backdrop-filter
This commit is contained in:
parent
d1b99282d8
commit
ec4de1e07d
Notes:
sideshowbarker
2024-07-18 00:34:07 +09:00
Author: https://github.com/MacDue
Commit: ec4de1e07d
Pull-request: https://github.com/SerenityOS/serenity/pull/15123
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/gmta
Reviewed-by: https://github.com/linusg ✅
5 changed files with 53 additions and 0 deletions
|
@ -70,6 +70,7 @@ public:
|
|||
Optional<CSS::AlignItems> align_items() const;
|
||||
Optional<CSS::AlignSelf> align_self() const;
|
||||
Optional<CSS::Appearance> appearance() const;
|
||||
CSS::BackdropFilter backdrop_filter() const;
|
||||
float opacity() const;
|
||||
Optional<CSS::Visibility> visibility() const;
|
||||
Optional<CSS::ImageRendering> image_rendering() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue