mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:47:45 +00:00
LibWeb: Add the StyleSheet.href attribute
This is only ever null at the moment, as we only set it on <style> elements to begin with.
This commit is contained in:
parent
45f717cfad
commit
0e758b4da8
3 changed files with 10 additions and 4 deletions
|
@ -7,7 +7,7 @@ interface StyleSheet {
|
|||
readonly attribute Element? ownerNode;
|
||||
readonly attribute CSSOMString type;
|
||||
|
||||
// readonly attribute USVString? href;
|
||||
readonly attribute USVString? href;
|
||||
readonly attribute CSSStyleSheet? parentStyleSheet;
|
||||
readonly attribute DOMString? title;
|
||||
// [SameObject, PutForwards=mediaText] readonly attribute MediaList media;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue