LibWeb/SVG: Remove fixme about SVGSVGElement::getElementById()

Resolved in e02e2c6465
This commit is contained in:
Sam Atkins 2025-04-02 12:08:32 +01:00
parent 07adbddbcd
commit b74ec1ab7e
Notes: github-actions[bot] 2025-04-02 16:52:01 +00:00

View file

@ -29,7 +29,6 @@ interface SVGSVGElement : SVGGraphicsElement {
SVGTransform createSVGTransform();
[FIXME] SVGTransform createSVGTransformFromMatrix(optional DOMMatrix2DInit matrix = {});
// NOTE: The spec says this returns `Element` but that's a bug: https://github.com/w3c/svgwg/issues/923
Element? getElementById(DOMString elementId);
// Deprecated methods that have no effect when called,