- From: Tobie Langel <notifications@github.com>
- Date: Mon, 15 May 2017 16:36:07 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 15 May 2017 23:36:39 UTC
tobie commented on this pull request. > + + To <dfn>create an inheritance stack</dfn> for [=interface=] |I|, + run the the following steps: + + 1. Let |stack| be a new [=stack=]. + 1. [=stack/Push=] |I| onto |stack|. + 1. [=iteration/While=] |I| [=interface/inherits=] from an [=interface=], + 1. Let |I| be that [=interface=]. + 1. [=stack/Push=] |I| onto |stack|. + 1. Return |stack|. +</div> + +<div class=example> + + The following [=IDL fragment=] defines a number of [=interfaces=] + which are [=inherited interface|inherited=] or [=consequential interfaces=] of `A`, I get burnt by that everytime. :( -- 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/323#discussion_r116625581
Received on Monday, 15 May 2017 23:36:39 UTC