mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 07:48:12 +00:00
LibWeb: Port CSSStyleDeclaration from DeprecatedString to String
This commit is contained in:
parent
fbc4370c44
commit
f5efe9bb63
5 changed files with 21 additions and 21 deletions
|
@ -1,5 +1,5 @@
|
|||
// https://drafts.csswg.org/cssom/#cssstyledeclaration
|
||||
[Exposed=Window, UseDeprecatedAKString]
|
||||
[Exposed=Window]
|
||||
interface CSSStyleDeclaration {
|
||||
|
||||
[CEReactions] attribute CSSOMString cssText;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue