[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 #9 from Anne <annevk@annevk.nl> ---
But there are no constructors at the moment. And I'm not sure we want to make
HTMLModElement a constructor. It has no tie to any particular local name. It'd
be like making Node a constructor.

The difference between createElement("audio") and new Audio() is that the
latter sets an attribute. I think we might want to end up with doing that for
both though so that the former can simply map to the latter.

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

Received on Friday, 21 June 2013 08:39:41 UTC