- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Tue, 03 Feb 2026 05:12:04 -0800
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 3 February 2026 13:12:07 UTC
saschanaz left a comment (whatwg/webidl#1565)
> Perhaps we should require an attribute for the "object-of-the-same-shape" type though and try to outlaw it in the normal case.
I wonder whether we would want to automate that:
```webidl
interface FooInt { /* ... */ };
dictionary FooDict : FooInt {}; // Implicitly gets all attributes of the interface?
```
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/webidl/issues/1565#issuecomment-3841233535
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/webidl/issues/1565/3841233535@github.com>
Received on Tuesday, 3 February 2026 13:12:07 UTC