diff --git a/css-masking-1/Overview.bs b/css-masking-1/Overview.bs index f2e9cdae..f52cce3d 100644 --- a/css-masking-1/Overview.bs +++ b/css-masking-1/Overview.bs @@ -1370,6 +1370,7 @@ Note: A future version of the SVG specification may override this section. The SVGClipPathElement interface corresponds to the clipPath element.
+[Exposed=Window]
 interface SVGClipPathElement : SVGElement {
   readonly attribute SVGAnimatedEnumeration clipPathUnits;
   readonly attribute SVGAnimatedTransformList transform;
@@ -1390,6 +1391,7 @@ interface SVGClipPathElement : SVGElement {
 The SVGMaskElement interface corresponds to the mask element.
 
 
+[Exposed=Window]
 interface SVGMaskElement : SVGElement {
   readonly attribute SVGAnimatedEnumeration maskUnits;
   readonly attribute SVGAnimatedEnumeration maskContentUnits;