7 lines
125 B
Text
7 lines
125 B
Text
|
|
interface CSSStyleDeclaration {
|
||
|
|
|
||
|
|
readonly attribute unsigned long length;
|
||
|
|
CSSOMString item(unsigned long index);
|
||
|
|
|
||
|
|
};
|