Skip to content

Commit

Permalink
Update interfaces/SVG.idl (#12470)
Browse files Browse the repository at this point in the history
  • Loading branch information
autofoolip authored and foolip committed Aug 14, 2018
1 parent 3089d2a commit 5251260
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions interfaces/SVG.idl
Expand Up @@ -673,11 +673,16 @@ SVGScriptElement includes SVGURIReference;
[Exposed=Window]
interface SVGAElement : SVGGraphicsElement {
[SameObject] readonly attribute SVGAnimatedString target;
[SameObject] readonly attribute SVGAnimatedString download;
[SameObject] readonly attribute SVGAnimatedString rel;
[SameObject] readonly attribute SVGAnimatedString relList;
[SameObject] readonly attribute SVGAnimatedString hreflang;
[SameObject] readonly attribute SVGAnimatedString type;
attribute DOMString download;
attribute USVString ping;
attribute DOMString rel;
[SameObject, PutsForward=value] readonly attribute DOMTokenList relList;
attribute DOMString hreflang;
attribute DOMString type;

attribute DOMString text;

attribute DOMString referrerPolicy;
};

SVGAElement includes SVGURIReference;
Expand Down

0 comments on commit 5251260

Please sign in to comment.