[Bug 25830] [Custom]: Constructor function name is illegal by definition.

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

--- Comment #2 from johnjbarton <johnjbarton@johnjbarton.com> ---
This issue arose when mocking or faking Custom Elements. I needed to create a
representation for the constructor function returned by
document.registerElement(). It's not currently possible because
registerElement() requires a function name identifier that is invalid in
JavaScript.  That seems unfortunate given the focus on JavaScript for the API.

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

Received on Tuesday, 20 May 2014 17:00:15 UTC