Skip to content

Commit

Permalink
[css-masking-1] Align with Web IDL specification
Browse files Browse the repository at this point in the history
  • Loading branch information
autokagami committed Sep 24, 2019
1 parent c18bbf4 commit 9b284bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css-masking-1/Overview.bs
Original file line number Diff line number Diff line change
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 9b284bc

Please sign in to comment.