This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 20329 - [Custom]: Specify more callback-ey type for document.register return type
Summary: [Custom]: Specify more callback-ey type for document.register return type
Status: RESOLVED LATER
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 18511
  Show dependency treegraph
 
Reported: 2012-12-10 22:16 UTC by Dimitri Glazkov
Modified: 2013-10-07 16:29 UTC (History)
1 user (show)

See Also:


Attachments

Description Dimitri Glazkov 2012-12-10 22:16:54 UTC
"Function register" <-- See http://lists.w3.org/Archives/Public/public-webapps/2012OctDec/thread.html#msg665
Comment 1 Dominic Cooney 2013-06-14 22:57:36 UTC
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>