mirror of
https://github.com/RGBCube/serenity
synced 2026-01-19 21:11:01 +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.txt | ||
| button.txt | ||
| click-outside-of-box-with-hidden-overflow.txt | ||
| click-outside-of-box-with-lines-and-hidden-overflow.txt | ||
| float-with-inline-sibling-after.txt | ||
| grid.txt | ||
| hit-testing-an-xml-svg-should-not-crash.txt | ||
| inline-stacking-context.txt | ||
| nested-inline-paintables.txt | ||
| overflow-hidden-wrapped-into-css-translate.txt | ||
| overflow-scroll.txt | ||
| positioned-z-index-0-and-floats.txt | ||
| svg-path.txt | ||
| text.txt | ||