- From: David Storey via GitHub <sysbot+gh@w3.org>
- Date: Tue, 03 Apr 2018 08:11:42 +0000
- To: public-svg-issues@w3.org
@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