- From: Tobie Langel <notifications@github.com>
- Date: Thu, 11 Jan 2018 09:50:05 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 11 January 2018 17:50:27 UTC
tobie commented on this pull request. > @@ -3264,6 +3264,11 @@ and [=variadic=] operations and constructors, there may be multiple items in an effective overload set identifying the same operation or constructor. +An [=operation=], [=constructor=], or [=callback function=] whose +[=effective overload set=] for a given [=interface=] with argument count 0 +is an [=set/is empty|empty=] [=set=], +has <dfn>no allowable invocations</dfn>. Mmm. So it seems we're making the approximation you describe in (1) across the spec (see for example in Namespace or operation bindings). Filed a separate issue for that here: #510. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/pull/494#discussion_r161027568
Received on Thursday, 11 January 2018 17:50:27 UTC