Files
ladybird/Libraries/LibWeb/CSS/SelectorEngine.cpp
Sam Atkins 67e4633638 LibWeb/CSS: Make SelectorEngine more compatible with AbstractElement
Pass AbstractElement around as the target for match_compound_selector()
and match_simple_selector().

This has no effect yet, as we currently handle the pseudo-element at the
top layer and then pass down an AbstractElement without it, but it'll
matter once we stop doing that.
2026-04-08 10:37:05 +01:00

81 KiB