mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 17:16:04 +00:00
LibWeb: Implement StyleSheet.type
This just returns "text/css" on CSSStyleSheet, nothing exciting.
This commit is contained in:
parent
2cff070108
commit
dda6eb0f1f
Notes:
sideshowbarker
2024-07-18 21:36:58 +09:00
Author: https://github.com/awesomekling
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