- From: Tobie Langel <notifications@github.com>
- Date: Mon, 09 Oct 2017 12:19:53 +0000 (UTC)
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 9 October 2017 12:20:42 UTC
tobie commented on this pull request. > @@ -794,11 +815,10 @@ interface |B| that inherits from |A|, and so on. Note that general multiple inheritance of interfaces is not supported, and objects also cannot implement arbitrary sets of interfaces. Objects can be defined to implement a single given interface |A|, -which means that it also implements all of |A|’s -[=inherited interfaces=]. In addition, -an [=implements statement=] can be -used to define that objects implementing an interface will always -also implement another interface. +which means that it also implements all of |A|’s [=inherited interfaces=]. +In addition, an [=includes statement=] can be used +to define that objects implementing an [=interface=] |A| will always +also implement the [=mixin member|members=] of the [=mixins=] |A| [=includes=]. Fixing. -- 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_r143451629
Received on Monday, 9 October 2017 12:20:42 UTC