mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
LibWeb/SVG: Remove fixme about SVGSVGElement::getElementById()
Resolved in e02e2c6465
This commit is contained in:
parent
45e2a63a9b
commit
46a6350a74
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue