Skip to content

Commit

Permalink
Merge pull request #377 from autokagami/css-masking-1
Browse files Browse the repository at this point in the history
[css-masking-1] Align with Web IDL specification
  • Loading branch information
dirkschulze committed Sep 24, 2019
2 parents c18bbf4 + 9b284bc commit 1bdf3af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css-masking-1/Overview.bs
Expand Up @@ -1370,6 +1370,7 @@ Note: A future version of the SVG specification may override this section.
The <dfn interface>SVGClipPathElement</dfn> interface corresponds to the <a element>clipPath</a> element.

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

<pre class=idl>
[Exposed=Window]
interface SVGMaskElement : SVGElement {
readonly attribute SVGAnimatedEnumeration maskUnits;
readonly attribute SVGAnimatedEnumeration maskContentUnits;
Expand Down

0 comments on commit 1bdf3af

Please sign in to comment.