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