mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +00:00
LibWeb: Implement CSSStyleDeclaration.getPropertyValue(property)
This commit is contained in:
parent
a72fd78713
commit
a2f5589d3a
3 changed files with 15 additions and 0 deletions
|
@ -4,4 +4,6 @@ interface CSSStyleDeclaration {
|
|||
readonly attribute unsigned long length;
|
||||
CSSOMString item(unsigned long index);
|
||||
|
||||
CSSOMString getPropertyValue(CSSOMString property);
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue