mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Anonymous nodes were previously creating duplicate stacking contexts, one for each node in the anonymous node chain. This change eliminates that for tables. Additionally the use of stacking context ids based on node addresses is no longer necessary since stacking contexts no longer control scrolling. This is the first step in eliminating the dependency between node addresses and ClipScrollNodes which causes issues like #16425. |
||
---|---|---|
.. | ||
Cargo.toml | ||
lib.rs | ||
print_tree.rs |