Click/hit testing is incorrect on descendants of elements using
transform-style: preserve-3d. Clicking on a visible
element may report the wrong target in the hit test.
Click on the colored planes below. The hit log shows which element received the click.
The green plane uses preserve-3d,
the blue plane is a child rotated 90deg.
The amber inner square should be clickable.
Clicking on the amber/green/blue planes reports the correct element ID.
Clicks on visible surfaces may be attributed to the wrong element,
or miss entirely due to incorrect 3D hit-testing of preserve-3d descendants.