ladybird/Libraries/LibWeb/CSS/ElementCSSInlineStyle.idl

7 lines
265 B
Text
Raw Normal View History

#import <CSS/CSSStyleProperties.idl>
// https://w3c.github.io/csswg-drafts/cssom/#elementcssinlinestyle
interface mixin ElementCSSInlineStyle {
[SameObject, PutForwards=cssText, ImplementedAs=style_for_bindings] readonly attribute CSSStyleProperties style;
};