| OLD | NEW |
| 1 CONSOLE WARNING: 'DOMImplementation.hasFeature()' returning false is deprecated.
Please do not use it, as per DOM it should always return true (https://dom.spec
.whatwg.org/#dom-domimplementation-hasfeature). |
| 1 "org.w3c.svg", "1.0": true | 2 "org.w3c.svg", "1.0": true |
| 2 "org.w3c.svg.static", "1.0": true | 3 "org.w3c.svg.static", "1.0": true |
| 3 "org.w3c.svg.animation", "1.0": false | 4 "org.w3c.svg.animation", "1.0": false |
| 4 "org.w3c.svg.dynamic", "1.0": false | 5 "org.w3c.svg.dynamic", "1.0": false |
| 5 "org.w3c.dom", "1.0": true | 6 "org.w3c.dom", "1.0": true |
| 6 "org.w3c.dom.svg", "1.0": true | 7 "org.w3c.dom.svg", "1.0": true |
| 7 "org.w3c.dom.svg.static", "1.0": true | 8 "org.w3c.dom.svg.static", "1.0": true |
| 8 "org.w3c.dom.svg.animation", "1.0": false | 9 "org.w3c.dom.svg.animation", "1.0": false |
| 9 "org.w3c.dom.svg.dynamic", "1.0": false | 10 "org.w3c.dom.svg.dynamic", "1.0": false |
| 10 "org.w3c.svg.all", "1.0": false | 11 "org.w3c.svg.all", "1.0": false |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 "http://www.w3.org/TR/SVG11/feature#Cursor", "1.1": true | 49 "http://www.w3.org/TR/SVG11/feature#Cursor", "1.1": true |
| 49 "http://www.w3.org/TR/SVG11/feature#Hyperlinking", "1.1": true | 50 "http://www.w3.org/TR/SVG11/feature#Hyperlinking", "1.1": true |
| 50 "http://www.w3.org/TR/SVG11/feature#XlinkAttribute", "1.1": true | 51 "http://www.w3.org/TR/SVG11/feature#XlinkAttribute", "1.1": true |
| 51 "http://www.w3.org/TR/SVG11/feature#ExternalResourcesRequired", "1.1": false | 52 "http://www.w3.org/TR/SVG11/feature#ExternalResourcesRequired", "1.1": false |
| 52 "http://www.w3.org/TR/SVG11/feature#View", "1.1": true | 53 "http://www.w3.org/TR/SVG11/feature#View", "1.1": true |
| 53 "http://www.w3.org/TR/SVG11/feature#Script", "1.1": true | 54 "http://www.w3.org/TR/SVG11/feature#Script", "1.1": true |
| 54 "http://www.w3.org/TR/SVG11/feature#Animation", "1.1": true | 55 "http://www.w3.org/TR/SVG11/feature#Animation", "1.1": true |
| 55 "http://www.w3.org/TR/SVG11/feature#Font", "1.1": false | 56 "http://www.w3.org/TR/SVG11/feature#Font", "1.1": false |
| 56 "http://www.w3.org/TR/SVG11/feature#BasicFont", "1.1": false | 57 "http://www.w3.org/TR/SVG11/feature#BasicFont", "1.1": false |
| 57 "http://www.w3.org/TR/SVG11/feature#Extensibility", "1.1": true | 58 "http://www.w3.org/TR/SVG11/feature#Extensibility", "1.1": true |
| OLD | NEW |