1
Fork 0
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:
Andreas Kling 2021-03-08 16:16:28 +01:00
parent 2cff070108
commit dda6eb0f1f
3 changed files with 6 additions and 2 deletions

View file

@ -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;