My assumption was containers would not only mask objects inside of them. but also touch events.
If not, display.containers probably should have a isHitTestMasked property like image masks do.
In the use case shown in the attached image, the image inside the container on the right gets the touch event before the image on the left due to the creation order, even though the touch event is outside the container holding the image.