2021-07-23 20:10:21 -03:00
|
|
|
[CustomGet,CustomSet,CustomHasProperty]
|
2021-03-13 18:39:55 -03:00
|
|
|
interface CSSStyleDeclaration {
|
|
|
|
|
|
|
|
|
|
readonly attribute unsigned long length;
|
|
|
|
|
CSSOMString item(unsigned long index);
|
|
|
|
|
|
2021-09-12 15:44:17 -03:00
|
|
|
CSSOMString getPropertyValue(CSSOMString property);
|
|
|
|
|
|
2021-03-13 18:39:55 -03:00
|
|
|
};
|