Re: [svgwg] Make SVGAnimatedX data types extend DOMX data types wherever possible

@AmeliaBR to solve this for SVG href can't we do:

```
interface mixin SVGURIReference {
  [SameObject, PutForwards=baseVal] readonly attribute SVGAnimatedString href;
};
```
https://heycam.github.io/webidl/#PutForwards

Providing that works with the fancy xlink:href/href magic then getting/setting href should be the same as href.baseVal

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

Received on Tuesday, 3 April 2018 08:14:29 UTC