mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-23 01:39:55 +00:00
13 lines
373 B
Plaintext
13 lines
373 B
Plaintext
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;
|
|
|
|
};
|