[Bug 16447] Inheritance loop

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16447

--- Comment #2 from Cameron McCormack <cam@mcc.id.au> 2012-03-21 22:56:22 UTC ---
Do you mean the requirements for the prototype property in #es-interfaces needs
to handle invalid IDL like

  interface A : B { };
  interface B : A { };

?  I don't think we really need to.  It's clearly an error, and we don't want
implementors to deal with the problem in some way, we want the specs to be
fixed. :)

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Wednesday, 21 March 2012 22:56:25 UTC