5 lines
153 B
Text
5 lines
153 B
Text
|
|
[Exposed=Window]
|
||
|
|
interface CSSFunctionDeclarations : CSSRule {
|
||
|
|
[SameObject, PutForwards=cssText] readonly attribute CSSFunctionDescriptors style;
|
||
|
|
};
|