File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1370,6 +1370,7 @@ Note: A future version of the SVG specification may override this section.
13701370The <dfn interface>SVGClipPathElement</dfn> interface corresponds to the <a element>clipPath</a> element.
13711371
13721372<pre class=idl>
1373+ [Exposed=Window]
13731374interface SVGClipPathElement : SVGElement {
13741375 readonly attribute SVGAnimatedEnumeration clipPathUnits;
13751376 readonly attribute SVGAnimatedTransformList transform;
@@ -1390,6 +1391,7 @@ interface SVGClipPathElement : SVGElement {
13901391The <dfn interface>SVGMaskElement</dfn> interface corresponds to the <a element>mask</a> element.
13911392
13921393<pre class=idl>
1394+ [Exposed=Window]
13931395interface SVGMaskElement : SVGElement {
13941396 readonly attribute SVGAnimatedEnumeration maskUnits;
13951397 readonly attribute SVGAnimatedEnumeration maskContentUnits;
You can’t perform that action at this time.
0 commit comments