TypeScript-DOM-lib-generator icon indicating copy to clipboard operation
TypeScript-DOM-lib-generator copied to clipboard

The "element-tagname" comment is HTMLElement-specific but should not be.

Open MichaelAllenWarner opened this issue 1 year ago • 0 comments

The comment for Element.tagName currently reads "Returns the HTML-uppercased qualified name." That's true of HTMLElement.tagName specifically, but not of Element.tagName generally (e.g., neither SVGElement.tagName nor MathMLElement.tagName is uppercase).

Screenshot 2023-09-13 at 9 57 27 AM

MichaelAllenWarner avatar Sep 13 '23 13:09 MichaelAllenWarner