Re: [svgwg] Extend SVGAnimatedString with putForwards/stringifier WebIDL behaviors

See David's comment about implementation, from https://github.com/w3c/svgwg/issues/175#issuecomment-382005348 :

> I'll do another PR to add putForwards/stringifier. I can also implement in Edge. PutForward generates all the code needed automatically so that is a trivial change. stringifier should be straightforward too. At least on baseVal. If we want to add on SVGAElement (probably in href's mixin) to match HTMLAElement.toString() behaviour of returning the href string, then that will need a custom specified stringifier. I believe you do that in WebIDL by specifying new member stringifier and defining the behaviour in prose.

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

Received on Thursday, 20 September 2018 02:20:39 UTC