[Bug 24020] [Custom]: A tag name should be associated with the constructor and not the prototype

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

--- Comment #3 from Erik Arvidsson <arv@google.com> ---
I think this is mostly conceptual since we are locking down the prototype and
constructor properties so we can go back and forth as needed.

However, ES/WebIDL works with Functions and ES6 has meta operations for
creating new objects from a constructor, not from its prototype (since the
prototype does not have any relevance to how the instance is created).

http://people.mozilla.org/~jorendorff/es6-draft.html#sec-createfromconstructor

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

Received on Tuesday, 13 May 2014 13:56:05 UTC