mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 11:06:10 +00:00
LibWeb: Add CSSMediaRule wrapper
This commit is contained in:
parent
0cf8986a1e
commit
fda71a6d48
Notes:
sideshowbarker
2024-07-17 17:38:29 +09:00
Author: https://github.com/AtkinsSJ
Commit: fda71a6d48
Pull-request: https://github.com/SerenityOS/serenity/pull/13774
6 changed files with 20 additions and 2 deletions
7
Userland/Libraries/LibWeb/CSS/CSSMediaRule.idl
Normal file
7
Userland/Libraries/LibWeb/CSS/CSSMediaRule.idl
Normal file
|
@ -0,0 +1,7 @@
|
|||
#import <CSS/CSSConditionRule.idl>
|
||||
#import <CSS/MediaList.idl>
|
||||
|
||||
[Exposed=Window]
|
||||
interface CSSMediaRule : CSSConditionRule {
|
||||
[SameObject, PutForwards=mediaText] readonly attribute MediaList media;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue