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 45e2a63a9b
commit 46a6350a74

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,