Re: [svgwg] Values in SVGZoomAndPan and SVGUnitTypes should be accessible to javascript

Chrome actually does not expose the `SVGZoomAndPan` interface, Chrome 
28 was the last version to do so. Safari 10 does also not have it, but
 I can confirm that Edge 14 and Firefox 51 do.

`SVGZoomAndPan.prototype` is undefined both Edge and Firefox, does 
WebIDL say something to make it so? I can't find it, but it may be in 
there somewhere.

`SVGUnitTypes` is different in that it has only constants, and it 
seems universally exposed. How about just dropping `x implements 
SVGUnitTypes` everywhere?

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

Received on Monday, 17 October 2016 13:17:20 UTC