[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 #4 from Dimitri Glazkov <dglazkov@chromium.org> ---
(In reply to Erik Arvidsson from comment #3)
> 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

Ah! That makes sense. I will leave the bug open and block it on bug 25669.

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

Received on Tuesday, 13 May 2014 14:22:29 UTC