ladybird/Libraries/LibWeb/CSS/CSSStyleRule.idl

7 lines
248 B
Text
Raw Permalink Normal View History

// https://drafts.csswg.org/cssom/#the-cssstylerule-interface
[Exposed=Window]
interface CSSStyleRule : CSSGroupingRule {
attribute CSSOMString selectorText;
[SameObject, PutForwards=cssText] readonly attribute CSSStyleProperties style;
};