ladybird/Userland/Libraries/LibWeb/SVG/SVGClipPathElement.idl
Shannon Booth 4fe0cbcf85 LibWeb: Use 'FIXME' extended attribute where possible
This improves the debuggability of many live web pages :^)
2024-05-19 16:24:11 +02:00

11 lines
300 B
Plaintext

#import <SVG/SVGElement.idl>
// https://drafts.fxtf.org/css-masking/#InterfaceSVGClipPathElement
[Exposed=Window]
interface SVGClipPathElement : SVGElement {
[FIXME] readonly attribute SVGAnimatedEnumeration clipPathUnits;
[FIXME] readonly attribute SVGAnimatedTransformList transform;
};