2024-10-15 11:59:31 -03:00
|
|
|
#import <CSS/CSSRule.idl>
|
2025-04-24 23:13:14 -03:00
|
|
|
#import <CSS/CSSStyleProperties.idl>
|
2024-10-15 11:59:31 -03:00
|
|
|
|
|
|
|
|
// https://drafts.csswg.org/css-nesting-1/#cssnesteddeclarations
|
|
|
|
|
[Exposed=Window]
|
|
|
|
|
interface CSSNestedDeclarations : CSSRule {
|
2025-04-24 23:13:14 -03:00
|
|
|
[SameObject, PutForwards=cssText] readonly attribute CSSStyleProperties style;
|
2024-10-15 11:59:31 -03:00
|
|
|
};
|