[svgwg] :hover on overlapping elements

NtuFlorimond has just created a new issue for https://github.com/w3c/svgwg:

== :hover on overlapping elements ==
As far as I know, there is no z in svg.
As a consequence, :hover is triggered on the latest represented element.
In case, some elements are overlapping, the first represented elements are not sensitive to move over.

It looks like there is no other way to get the effect :hover than coding it in js.

Doesn't it make sense to natively trigger :hover on ALL the elements under the mouse pointer ?

Please view or discuss this issue at https://github.com/w3c/svgwg/issues/371 using your GitHub account

Received on Tuesday, 5 December 2017 20:47:59 UTC