mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
This change fixes selector matching for non-HTML elements that have
mixed-case names — such as the SVG foreignObject element.
Otherwise, without this change, attempting to use a selector to match
such an element — e.g., document.querySelector("foreignObject") — fails.
5 lines
215 B
Plaintext
5 lines
215 B
Plaintext
✅ Pass: Selector match for SVG element textPath.
|
|
✅ Pass: Selector match for SVG element clipPath.
|
|
✅ Pass: Selector match for SVG element foreignObject.
|
|
✅ Pass: Selector match for SVG element radialGradient.
|