mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Implement StyleSheet.disabled.
This commit is contained in:
parent
4529435f96
commit
64ff6dc103
10 changed files with 62 additions and 16 deletions
|
@ -13,7 +13,7 @@ interface StyleSheet {
|
|||
readonly attribute DOMString? title;
|
||||
|
||||
// [SameObject, PutForwards=mediaText] readonly attribute MediaList media;
|
||||
// attribute boolean disabled;
|
||||
attribute boolean disabled;
|
||||
};
|
||||
|
||||
// https://drafts.csswg.org/cssom/#the-linkstyle-interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue