Files
ladybird/Userland/Libraries/LibWeb/DOM/Node.cpp
Andreas Kling 4b9c5635b3 LibWeb: Make :link selector behave according to spec
It should match any `a` or `area` element that has an `href` attribute,
not any element *inside* an enclosing linked element.
2022-09-14 14:43:17 +02:00

62 KiB