You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The getElementById method, must return the first element in tree order, within the ‘svg’ element's descendants, whose ID is elementId, or null if there is no such element.
But the corresponding IDL is Element getElementById(DOMString elementId); which does not allow null.
The text was updated successfully, but these errors were encountered:
Per https://svgwg.org/svg-next/struct.html#__svg__SVGSVGElement__getElementById:
But the corresponding IDL is
Element getElementById(DOMString elementId);
which does not allow null.The text was updated successfully, but these errors were encountered: