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

For SVGUnitTypes, things appear to be the same as they were in https://github.com/w3c/svgwg/issues/291#issuecomment-254442089. I confirmed this in Chrome, Firefox and Safari, but Edge actually crashes when loading https://software.hixie.ch/utilities/js/live-dom-viewer/saved/4581. I think the spec is fine as-is there, and this is tested in https://wpt.fyi/svg/historical.html.

For SVGZoomAndPan, https://svgwg.org/svg2-draft/types.html#InterfaceSVGZoomAndPan has `[NoInterfaceObject]`, which I also think is the right thing, since SVGZoomAndPan is the target of `implements` statements: `SVGSVGElement implements SVGZoomAndPan` and `SVGViewElement implements SVGZoomAndPan`. Also tested in https://wpt.fyi/svg/historical.html.

I didn't report the issue, but I'm satisfied.

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

Received on Wednesday, 31 January 2018 12:35:24 UTC