mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-06-28 12:10:28 +00:00
5 lines
153 B
Text
5 lines
153 B
Text
|
|
[Exposed=Window]
|
||
|
|
interface CSSFunctionDeclarations : CSSRule {
|
||
|
|
[SameObject, PutForwards=cssText] readonly attribute CSSFunctionDescriptors style;
|
||
|
|
};
|