[svgwg] Issue: window.SVGDocument alias is probably not needed for web compat marked as DoC_noResponse

nikosandronikos has just labeled an issue for 
https://github.com/w3c/svgwg as "DoC_noResponse":

== window.SVGDocument alias is probably not needed for web compat ==
https://svgwg.org/svg2-draft/single-page.html#struct-InterfaceSVGDocument
 says "For historical reasons, Window objects must also have a 
writable, configurable, non-enumerable property named SVGDocument 
whose value is the Document interface object."

This is clearly in analogy with 
https://html.spec.whatwg.org/#the-window-object

However, neither Blink nor IE expose this SVGDocument alias of 
document. WebKit and Gecko do. Unless needed for web compat, there's 
no reason to add it, so I propose dropping this requirement from the 
spec.

See https://github.com/w3c/svgwg/issues/18

Received on Monday, 8 August 2016 10:47:40 UTC