Re: [heycam/webidl] [WIP] Add mixins (#433)

tobie commented on this pull request.



> @@ -2805,9 +3221,15 @@ that overloaded operations, legacy callers and constructors can be
 specified to take, and in order to describe these restrictions,
 the notion of an <em>effective overload set</em> is used.
 
-[=Operations=] and [=legacy callers=]
-must not be overloaded across [=interface=]
-and [=partial interface=] definitions.
+[=Operations=] must not be overloaded across
+[=interface=],
+[=partial interface=],
+[=mixin=], and
+[=partial mixin=]
+definitions.
+ 
+Similarly, [=legacy callers=] must not be overloaded across

Oh. Good point.

-- 
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/433#discussion_r141642206

Received on Thursday, 28 September 2017 14:56:31 UTC