Re: [svgwg] SVGAElement implements two conflicting interfaces

I suggest dropping HTMLHyperlinkElementUtils altogether and making the rest of the attributes the same as HTML as I don't see any use case in making them animatable (in fact download is specifically not animatable in the spec). i.e.

       [SetterThrows]
       attribute DOMString download;
       [SetterThrows]
       attribute DOMString rel;
       [PutForwards=value]
       readonly attribute DOMTokenList relList;
       [SetterThrows]
       attribute DOMString hreflang;
       [SetterThrows]
       attribute DOMString type;


-- 
GitHub Notification of comment by longsonr
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/312#issuecomment-299712762 using your GitHub account

Received on Sunday, 7 May 2017 15:13:23 UTC