mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Add support for LinkStyle's sheet getter on <style> and <link>
This commit is contained in:
parent
1d20d75cb2
commit
972e9ac0fb
5 changed files with 23 additions and 2 deletions
|
@ -15,3 +15,9 @@ interface StyleSheet {
|
|||
// [SameObject, PutForwards=mediaText] readonly attribute MediaList media;
|
||||
// attribute boolean disabled;
|
||||
};
|
||||
|
||||
// https://drafts.csswg.org/cssom/#the-linkstyle-interface
|
||||
[NoInterfaceObject]
|
||||
interface LinkStyle {
|
||||
readonly attribute StyleSheet? sheet;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue