Skip to content

Commit 8a16ea0

Browse files
dirkschulzesvgeesus
authored andcommitted
Merge pull request w3c#377 from autokagami/css-masking-1
[css-masking-1] Align with Web IDL specification
1 parent 12c0d91 commit 8a16ea0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

css-masking-1/Overview.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,6 +1370,7 @@ Note: A future version of the SVG specification may override this section.
13701370
The <dfn interface>SVGClipPathElement</dfn> interface corresponds to the <a element>clipPath</a> element.
13711371

13721372
<pre class=idl>
1373+
[Exposed=Window]
13731374
interface SVGClipPathElement : SVGElement {
13741375
readonly attribute SVGAnimatedEnumeration clipPathUnits;
13751376
readonly attribute SVGAnimatedTransformList transform;
@@ -1390,6 +1391,7 @@ interface SVGClipPathElement : SVGElement {
13901391
The <dfn interface>SVGMaskElement</dfn> interface corresponds to the <a element>mask</a> element.
13911392

13921393
<pre class=idl>
1394+
[Exposed=Window]
13931395
interface SVGMaskElement : SVGElement {
13941396
readonly attribute SVGAnimatedEnumeration maskUnits;
13951397
readonly attribute SVGAnimatedEnumeration maskContentUnits;

0 commit comments

Comments
 (0)