mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-13 06:32:54 +00: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.
4 lines
215 B
Text
4 lines
215 B
Text
✅ 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.
|