[Bug 20485] [Custom]: Creation of custom elements via constructor function is underdefined

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

--- Comment #8 from Dimitri Glazkov <dglazkov@chromium.org> ---
(In reply to comment #7)
> (In reply to comment #6)
> > I suppose we could create some kind of (namespace, localName) -> interface
> > mapping table. I wonder if it's best to define a hook for this or just keep
> > the mapping table in DOM as it is in implementations.
> 
> Right, I think a hook is what you're looking for here. HTML can hook into
> it, and I can hook into it, too.

Here's the monkeypatch I made:
https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/index.html#monkeypatch-create-element

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

Received on Tuesday, 22 January 2013 22:13:53 UTC