mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 21:27:36 +00:00
LibWeb: Port CSSStyleSheet interface from DeprecatedString to String
This commit is contained in:
parent
d93e916d0c
commit
da637a527d
5 changed files with 22 additions and 16 deletions
|
@ -3,7 +3,7 @@
|
|||
#import <DOM/Element.idl>
|
||||
|
||||
// https://drafts.csswg.org/cssom/#stylesheet
|
||||
[Exposed=Window, UseDeprecatedAKString]
|
||||
[Exposed=Window]
|
||||
interface StyleSheet {
|
||||
|
||||
readonly attribute Element? ownerNode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue