mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:27:43 +00:00
LibWeb: Support CSSStyleDeclaration.getPropertyPriority()
This commit is contained in:
parent
a8afb883c1
commit
a0ba49a50a
3 changed files with 14 additions and 0 deletions
|
@ -5,6 +5,7 @@ interface CSSStyleDeclaration {
|
|||
CSSOMString item(unsigned long index);
|
||||
|
||||
CSSOMString getPropertyValue(CSSOMString property);
|
||||
CSSOMString getPropertyPriority(CSSOMString property);
|
||||
|
||||
[CEReactions] undefined setProperty(CSSOMString property, [LegacyNullToEmptyString] CSSOMString value, [LegacyNullToEmptyString] optional CSSOMString priority = "");
|
||||
[CEReactions] CSSOMString removeProperty(CSSOMString property);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue