Files
ladybird/Libraries/LibWeb/DOM
Jelle Raaijmakers 9aac876a71 LibWeb: Prevent pseudo element churn for cascaded/computed/custom props
When setting the cascaded, computed or custom properties on a pseudo
element, only ensure the pseudo element exists if there's actual data to
set. Similarly, we only remove the data if the pseudo element already
exists - no need to create one just to clear it of its data immediately
after.
2026-03-20 19:33:06 +01:00
..
2026-01-31 11:44:20 +01:00