[Bug 22343] [Custom]: Need a function to retrieve a constructor (or prototype) by localName

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22343

--- Comment #3 from Dominic Cooney <dominicc@chromium.org> ---
What do you think about putting this on the constructor. That gives you some
built-in namespacing, e.g.

HTMLElement.getConstructorForTagName('div') ~> HTMLDivElement
SVGElement.getConstructorForTagName('use') ~> SVGUseElement

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 14 June 2013 00:20:10 UTC