[Bug 20486] [Custom]: Prototype don't inherit from interfaces

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

--- Comment #4 from Dimitri Glazkov <dglazkov@chromium.org> ---
(In reply to comment #3)
> (In reply to comment #2)
> > > and WebIDL defines what "inherit" means  in respect to interface prototype
> > > objects.
> > 
> > No, it doesn't.  It defines what it means for an interface to inherit from
> > another interface, which is not the same thing.
> 
> Boris is right about this.  Interfaces inherit from other interfaces;
> ECMAScript objects can implement interfaces.  Interface prototype objects
> don't implement any interfaces.

This makes sense. I am still trying to wrap my head around this whol WebIDL
thing. It's a big tool :)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 17 January 2013 19:08:03 UTC