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

The multiple inheritance of SVG 1.1 was never possible to implement in
 JavaScript bindings, I assume that's why implementations took 
different paths. Per 
https://github.com/w3c/svgwg/issues/291#issuecomment-254204205 Chrome 
and Safari don't have a `window.SVGZoomAndPan`, which is a good start.

A search for "SVGZoomAndPan" in 
httparchive:har.2016_09_15_chrome_requests_bodies finds only [64 
results](https://storage.googleapis.com/blink-httparchive-export/SVGZoomAndPan.json).
 None of the access anything on SVGZoomAndPan, AFAICT it's all one of 
two things:
* Fingerprinting: 
http://p.smrk.io/jic/rr.php?b=da39a3ee5e6b4b0d3255bfef95601890afd80709
* Part of a huge list of globals: 
https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.js

Finding literally no real usage in httparchive is pretty unusual even 
for obscure things, so I'd say this is a safe change.

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

Received on Thursday, 20 October 2016 08:52:45 UTC