mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 16:47:45 +00:00
LibWeb: Implement StyleSheet.type
This just returns "text/css" on CSSStyleSheet, nothing exciting.
This commit is contained in:
parent
2cff070108
commit
dda6eb0f1f
3 changed files with 6 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
interface StyleSheet {
|
||||
|
||||
readonly attribute Element? ownerNode;
|
||||
readonly attribute CSSOMString type;
|
||||
|
||||
// readonly attribute CSSOMString type;
|
||||
// readonly attribute USVString? href;
|
||||
// readonly attribute CSSStyleSheet? parentStyleSheet;
|
||||
// readonly attribute DOMString? title;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue