blob: 72fbd9aa1ffb576802102a82bf97259e3bf60078 [file] [log] [blame]
Victor Porof6e096922022-06-10 13:01:05 +00001// GENERATED CONTENT - DO NOT EDIT
2// Content was automatically extracted by Reffy into webref
3// (https://github.com/w3c/webref)
4// Source: CSS Masking Module Level 1 (https://drafts.fxtf.org/css-masking-1/)
5
6[Exposed=Window]
7interface SVGClipPathElement : SVGElement {
8 readonly attribute SVGAnimatedEnumeration clipPathUnits;
9 readonly attribute SVGAnimatedTransformList transform;
10};
11
12[Exposed=Window]
13interface SVGMaskElement : SVGElement {
14 readonly attribute SVGAnimatedEnumeration maskUnits;
15 readonly attribute SVGAnimatedEnumeration maskContentUnits;
16 readonly attribute SVGAnimatedLength x;
17 readonly attribute SVGAnimatedLength y;
18 readonly attribute SVGAnimatedLength width;
19 readonly attribute SVGAnimatedLength height;
20};