[Bug 20801] [Custom]: Section 4, custom element constructor generation algorithm, Step 5

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

--- Comment #1 from Morrita Hajime <morrita@google.com> ---
I think that we should just forbid which has "constructor" property for 
the prototype parameter. That means we cannot use HTMLSpanElement as an
default.
The default will be then something like
Object.create(HTMLSpanElement.prototype).

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

Received on Thursday, 7 February 2013 03:29:38 UTC