Files
ladybird/Userland/Libraries/LibWeb/CSS/SelectorEngine.cpp
Grubre a6794627b0 LibWeb: Use Element::lang() in matches_lang_pseudo_class
The previous implementation went up the DOM tree until it found lang
attribute. The new version uses lang() function from the spec.
2024-10-28 17:55:05 -04:00

48 KiB