mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 03:09:08 +00:00
LibWeb: Implement HTMLStyleElement.sheet
This commit is contained in:
@@ -4,4 +4,7 @@ interface HTMLStyleElement : HTMLElement {
|
||||
|
||||
[Reflect] attribute DOMString type;
|
||||
|
||||
// FIXME: This should come from a LinkStyle mixin
|
||||
readonly attribute CSSStyleSheet? sheet;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user