2022-02-15 16:10:51 -03:00
|
|
|
#import <CSS/CSSRule.idl>
|
|
|
|
|
#import <CSS/CSSStyleDeclaration.idl>
|
|
|
|
|
|
2022-09-05 06:41:26 -03:00
|
|
|
[Exposed=Window]
|
2021-10-03 11:18:08 -03:00
|
|
|
interface CSSStyleRule : CSSRule {
|
2021-09-29 18:43:18 -03:00
|
|
|
|
|
|
|
|
attribute CSSOMString selectorText;
|
|
|
|
|
[SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
|
|
|
|
|
|
|
|
|
|
};
|