mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-18 18:00:31 +00:00
8 lines
241 B
Text
8 lines
241 B
Text
|
|
#import <CSS/CSSStyleDeclaration.idl>
|
||
|
|
|
||
|
|
// https://drafts.csswg.org/css-mixins-1/#cssfunctiondescriptors
|
||
|
|
[Exposed=Window]
|
||
|
|
interface CSSFunctionDescriptors : CSSStyleDeclaration {
|
||
|
|
[LegacyNullToEmptyString] attribute CSSOMString result;
|
||
|
|
};
|