mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 06:09:51 +00:00
LibWeb: Support CSSStyleDeclaration.getPropertyPriority()
This commit is contained in:
parent
a8afb883c1
commit
a0ba49a50a
Notes:
sideshowbarker
2024-07-17 12:04:51 +09:00
Author: https://github.com/awesomekling
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