- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 15 May 2017 16:34:33 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 15 May 2017 23:35:05 UTC
domenic 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`, Backtick `<code>`ification doesn't seem to have worked for some reason -- 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#pullrequestreview-38260566
Received on Monday, 15 May 2017 23:35:05 UTC