- From: Tobie Langel <notifications@github.com>
- Date: Mon, 02 Oct 2017 21:39:57 +0000 (UTC)
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 2 October 2017 21:40:20 UTC
tobie commented on this pull request. > +a copy of each of the [=mixin members|members=] of |M|. +Each [=mixin member=] cooy is treated as if it had been declared on |I|. +Its <dfn>host interface</dfn> is |I|. + +Note: In ECMAScript, this implies that each [=regular operation=] +declared as a [=mixin member|member=] of [=mixin=] |M|, +and exposed as a data property with a [=built-in function object=] value, +is a distinct [=built-in function object=] +in each [=interface prototype object=] +whose associated [=interface=] [=includes=] |M|. +Similarly, for [=attributes=], each copy of the accessor property has +distinct [=built-in function objects=] for its getters and setters. + +The order of appearance of an [=includes statement=] does not matter. + +No [=extended attributes=] defined in this specification are applicable to [=includes statements=]. Well, it was explicitly called out for implements. Seems reasonable to do so, given their all definitions. -- 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_r142263075
Received on Monday, 2 October 2017 21:40:20 UTC