mirror of
https://github.com/RGBCube/serenity
synced 2026-01-15 14:30:59 +00:00
By storing a list of positioned and floating descendants within the stacking context tree node, we can eliminate the need for costly paintable tree traversals during hit-testing. This optimization results in hit-testing being 2 to 2.5 times faster on https://ziglang.org/documentation/master/ |
||
|---|---|---|
| .. | ||
| basic.html | ||
| button.html | ||
| click-outside-of-box-with-hidden-overflow.html | ||
| click-outside-of-box-with-lines-and-hidden-overflow.html | ||
| float-with-inline-sibling-after.html | ||
| grid.html | ||
| hit-testing-an-xml-svg-should-not-crash.svg | ||
| inline-stacking-context.html | ||
| nested-inline-paintables.html | ||
| overflow-hidden-wrapped-into-css-translate.html | ||
| overflow-scroll.html | ||
| positioned-z-index-0-and-floats.html | ||
| svg-path.html | ||
| text.html | ||