[Bug 20329] [Custom]: Specify more callback-ey type for document.register return type

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

Dominic Cooney <dominicc@chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dominicc@chromium.org

--- Comment #1 from Dominic Cooney <dominicc@chromium.org> ---
AFAIK "Function" is not a thing in Web IDL.

FWIW Blink has moved to this:

callback function CustomElementConstructor = Element();

as can be seen here
<http://src.chromium.org/viewvc/blink/trunk/Source/core/dom/Document.idl?r1=152430&r2=152429&pathrev=152430>

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

Received on Friday, 14 June 2013 22:57:37 UTC