[whatwg/webidl] Constructors should be excluded from inheritance (Issue #1086)

The [definition of interface inheritance](https://webidl.spec.whatwg.org/#dfn-inherit) states:
> The object [that implements an interface that inherits from another] will also have members that correspond to the interface members from the inherited interface

Now that constructors are declared as interface members, this could be read as implying that constructors too are inherited, which they aren't. The text should probably clarify this.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/webidl/issues/1086
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/webidl/issues/1086@github.com>

Received on Friday, 21 January 2022 15:54:58 UTC