On 11/20/2010 12:32 PM, Jonas Sicking wrote: > On Fri, Nov 19, 2010 at 7:09 PM, Boris Zbarsky<bzbarsky@mit.edu> wrote: >> On 11/19/10 4:39 PM, Cameron McCormack wrote: >>> >>> One issue I thought of since then is what to do if mixin interfaces want >>> to define constants, and they want them to appear on an interface object >>> with the abstract interface’s name? This comes up in SVG, for example: >> >> A related issue. What happens if a single mixin interface wants to mix in >> into multiple concrete interfaces? Think nsIDOMEventTarget, unless some >> interface inheritance chains get changed. > > Node implements EventTarget; > Window implements EventTarget; > Worker implements EventTarget; > etc.. > > / Jonas > > I hope the interface inheritance does get changed. interface Node: EventTarget { ... } -OlliReceived on Saturday, 20 November 2010 10:49:04 UTC
This archive was generated by hypermail 2.3.1 : Wednesday, 8 May 2013 19:30:03 UTC