SVG 2 features: https://www.w3.org/TR/SVG2/
For more features please create new, separate issues. Votes should be made on individual features so they can be added to the site based on popularity.
Moderator votes: +9
Issue added by Bell on 2014-08-20
I can add to this that some of the features in SVG 2 are available already, for example the paint-order property exists in Chrome and Firefox.
+1
+1
+1
+1
+1
+1
+1 pleeasseee!!! We need more SVG more than ever!
+1
+1
+1
To clarify: this would not be one table, but many. Browsers are implementing individual features as the spec stabilizes and interest exists, they are not waiting to implement "SVG 2" all at once.
Some examples of features for which compatibility data would be useful:
paint-order (as mentioned, already implemented in Firefox, WebKit & Blink)z-index for SVG elementstabindex and the focus/blur functions, already supported in Blink & WebKit)x, y, width, height, cx, cy, r, rx, ry) specified via CSS (already supported in Blink & WebKit)white-space control via CSS (some support already, haven't tested recently)canvas, video, audio, and iframe elements directly embedded within SVGstroke-linejoin valuesAbout paint-order: implemented in Firefox 31, Blink (since Chromium version 35), and WebKit (since March 2014) browsers. Internet Explorer and Edge use the default paint order. Based on this article of @AmeliaBR http://radar.oreilly.com/2015/11/elegant-outlines-with-svg-paint-order.html
Also there is stroke-alignment: https://svgwg.org/specs/strokes/#SpecifyingStrokeAlignment
+1
A compatibility check for <use href="..."> instead of <use xlink:href="..."> would be awesome.
+1
+1
+1, especially for z-index ordering.
+1
The correct link for paint-order is https://github.com/Fyrd/caniuse/issues/3394
Oh and +1 BTW.
Any updates on this? Would like to check support for geometry properties.
Most helpful comment
To clarify: this would not be one table, but many. Browsers are implementing individual features as the spec stabilizes and interest exists, they are not waiting to implement "SVG 2" all at once.
Some examples of features for which compatibility data would be useful:
paint-order(as mentioned, already implemented in Firefox, WebKit & Blink)z-indexfor SVG elementstabindexand thefocus/blurfunctions, already supported in Blink & WebKit)x,y,width,height,cx,cy,r,rx,ry) specified via CSS (already supported in Blink & WebKit)white-spacecontrol via CSS (some support already, haven't tested recently)canvas,video,audio, andiframeelements directly embedded within SVGstroke-linejoinvalues