ladybird/Userland/Libraries/LibWeb/Painting
Timothy Flynn 53ccfc1f4c LibWeb: Don't hit test a stacked child if it is behind its parent
When hit testing a stacked context, skip hit testing children if the
child's z-index is less than the parent's. The children are already
sorted by z-index, but also need to consider the parent.
2021-03-31 23:53:15 +02:00
..
BorderPainting.cpp
BorderPainting.h
PaintContext.h
StackingContext.cpp LibWeb: Don't hit test a stacked child if it is behind its parent 2021-03-31 23:53:15 +02:00
StackingContext.h