Good place to be asking non FF SVG questions?

"Pete d'Oronzio" <[email protected]> Wed, 30 Aug 2017 13:55:43 -0500
Newsgroups gmane.comp.mozilla.devel.svg
Message-ID <[email protected]>
Hi there,

I've got a bunch of JS + CSS + SVG that I built and tested in FF over
the past few days.  I had already tested the basic display in other
browsers, but have now found that some of the CSS code doesn't work the
same in *any* other browser. I'm hoping to find a group where this sort
of thing is discussed.

For the curious, my problem is that I styled my <g> elements to
"highlight" all of their elements using a hover style.  It turns out
that the <g> element is just a container and other browsers don't
distribute the style to its children.  So now I need to search for a
means of highlighting a group of graphics when any one of them is
hovered over.

Thanks!
Pete