Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix getElementByID IDL to allow null #924

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion master/struct.html
Original file line number Diff line number Diff line change
Expand Up @@ -2685,7 +2685,7 @@ <h3 id="InterfaceSVGSVGElement">Interface SVGSVGElement</h3>
<a>SVGTransform</a> <a href="struct.html#__svg__SVGSVGElement__createSVGTransform">createSVGTransform</a>();
<a>SVGTransform</a> <a href="struct.html#__svg__SVGSVGElement__createSVGTransformFromMatrix">createSVGTransformFromMatrix</a>(optional <a>DOMMatrix2DInit</a> matrix = {});

<a>Element</a> <a href="struct.html#__svg__SVGSVGElement__getElementById">getElementById</a>(DOMString elementId);
<a>Element</a>? <a href="struct.html#__svg__SVGSVGElement__getElementById">getElementById</a>(DOMString elementId);

<span class="comment">// Deprecated methods that have no effect when called,</span>
<span class="comment">// but which are kept for compatibility reasons.</span>
Expand Down