ladybird/Userland/Libraries/LibWeb/CSS/StyleSheet.idl

13 lines
376 B
Plaintext
Raw Normal View History

interface StyleSheet {
readonly attribute Element? ownerNode;
// readonly attribute CSSOMString type;
// readonly attribute USVString? href;
// readonly attribute CSSStyleSheet? parentStyleSheet;
// readonly attribute DOMString? title;
// [SameObject, PutForwards=mediaText] readonly attribute MediaList media;
// attribute boolean disabled;
};