mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-18 09:50:27 +00:00
7 lines
241 B
Text
7 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;
|
|
};
|