mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-26 17:45:15 +02:00
10 lines
222 B
Plaintext
10 lines
222 B
Plaintext
[CustomGet,CustomSet,CustomHasProperty]
|
|
interface CSSStyleDeclaration {
|
|
|
|
readonly attribute unsigned long length;
|
|
CSSOMString item(unsigned long index);
|
|
|
|
CSSOMString getPropertyValue(CSSOMString property);
|
|
|
|
};
|