2021-03-08 07:22:18 -03:00
|
|
|
interface StyleSheet {
|
2021-03-08 09:40:53 -03:00
|
|
|
|
|
|
|
|
readonly attribute Element? ownerNode;
|
2021-03-08 12:16:28 -03:00
|
|
|
readonly attribute CSSOMString type;
|
2021-03-08 09:40:53 -03:00
|
|
|
|
2021-03-08 07:22:18 -03:00
|
|
|
// readonly attribute USVString? href;
|
|
|
|
|
// readonly attribute CSSStyleSheet? parentStyleSheet;
|
|
|
|
|
// readonly attribute DOMString? title;
|
|
|
|
|
// [SameObject, PutForwards=mediaText] readonly attribute MediaList media;
|
|
|
|
|
// attribute boolean disabled;
|
2021-03-08 09:40:53 -03:00
|
|
|
|
2021-03-08 07:22:18 -03:00
|
|
|
};
|