mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibWeb/SVG: Remove fixme about SVGSVGElement::getElementById()
Resolved in e02e2c6465
This commit is contained in:
parent
07adbddbcd
commit
b74ec1ab7e
Notes:
github-actions[bot]
2025-04-02 16:52:01 +00:00
Author: https://github.com/AtkinsSJ
Commit: b74ec1ab7e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4185
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
Add a link
Reference in a new issue