Please make it possible for web developers to detect SVG blocking without JavaScript!Currently svg.disable = true causes browser to silently ignore svg but keep it in DOM tree. Which makes it impossible to fallback or monkey patch this without JS. Th...