Re: [svgwg] Do we really need not to reflect additional enum values in SVG 2

@longsonr There is probably not much existing code that actual makes use of enumerations for FIlters. So we might be able to use WebIDL enums in filters and maybe even get away with animVal and baseVal all together for filters.
I remember seeing a lot of code using SVG enumerations with SVG DOM in general though. But maybe not that much anymore. So is your request to change SVGAnimatedEnumeration in general or just the filters code?
If just the filters code, what do you think about removing baseVal and animVal in general? If you want to change it in general, how can we make this change interoperable with existing JS code?

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

Received on Monday, 23 April 2018 11:47:17 UTC