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

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

--- Comment #4 from Dimitri Glazkov <dglazkov@chromium.org> ---
It's this freaky territory between WebIDL and DOM core, where things actually
live:

1) DOM Core doesn't want to have anything to do with prototypes. createElement
just creates a DOM object
(http://dom.spec.whatwg.org/#dom-document-createelement)

2) WebIDL is working with abstract concepts like interfaces, and is a bit coy
about the actual relationship between interfaces and interface prototype
objects (the JS truth is that the latter defines the former):
http://www.w3.org/TR/WebIDL/#interface-prototype-object

I feel like a pioneer! :)

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

Received on Saturday, 19 January 2013 00:28:52 UTC