tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

css-masking.idl (746B)


      1 // GENERATED CONTENT - DO NOT EDIT
      2 // Content was automatically extracted by Reffy into webref
      3 // (https://github.com/w3c/webref)
      4 // Source: CSS Masking Module Level 1 (https://drafts.csswg.org/css-masking-1/)
      5 
      6 [Exposed=Window]
      7 interface SVGClipPathElement : SVGElement {
      8  readonly attribute SVGAnimatedEnumeration clipPathUnits;
      9  readonly attribute SVGAnimatedTransformList transform;
     10 };
     11 
     12 [Exposed=Window]
     13 interface SVGMaskElement : SVGElement {
     14  readonly attribute SVGAnimatedEnumeration maskUnits;
     15  readonly attribute SVGAnimatedEnumeration maskContentUnits;
     16  readonly attribute SVGAnimatedLength x;
     17  readonly attribute SVGAnimatedLength y;
     18  readonly attribute SVGAnimatedLength width;
     19  readonly attribute SVGAnimatedLength height;
     20 };