mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 19:05:08 +00:00
LibWeb: Implement HTMLStyleElement.sheet
This commit is contained in:
parent
2c6c9b73c8
commit
10d4f2fc1e
3 changed files with 12 additions and 0 deletions
|
@ -4,4 +4,7 @@ interface HTMLStyleElement : HTMLElement {
|
|||
|
||||
[Reflect] attribute DOMString type;
|
||||
|
||||
// FIXME: This should come from a LinkStyle mixin
|
||||
readonly attribute CSSStyleSheet? sheet;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue