mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-06-28 12:10:28 +00:00
6 lines
202 B
Text
6 lines
202 B
Text
|
|
// https://drafts.csswg.org/css-mixins-1/#cssfunctiondescriptors
|
||
|
|
[Exposed=Window]
|
||
|
|
interface CSSFunctionDescriptors : CSSStyleDeclaration {
|
||
|
|
[LegacyNullToEmptyString] attribute CSSOMString result;
|
||
|
|
};
|