ladybird/Libraries/LibWeb/ViewTransition
Tim Ledbetter 37cc4eebc0 LibWeb: Skip non-rendered elements before querying view transition name
Previously, starting a view transition on an element inside a
`display:none` subtree  would crash because querying the view
transition name unconditionally accessed `computed_properties()`, which
is not calculated for these elements unless explicitly requested. We
now skip these non-rendered elements early, before querying the view
transition name, to avoid the crash.
2026-05-28 10:39:26 +02:00
..
ViewTransition.cpp LibWeb: Skip non-rendered elements before querying view transition name 2026-05-28 10:39:26 +02:00
ViewTransition.h LibWeb: Make DOM::PseudoElement abstract 2026-05-21 14:26:22 +01:00
ViewTransition.idl