- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 06 Aug 2019 06:53:47 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 6 August 2019 13:54:09 UTC
So given interfaces `[SecureContext] A` and (insecure) `B`, and mixin `[SecureContext] C`. I think both A and B should be able to include C. A partial interface that has `[SecureContext]` should probably not work for A, but should work for B. And then members should indeed not duplicate the container (but duplicating the container's container should be fine for mixins and probably not for partial interfaces). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/issues/762#issuecomment-518679308
Received on Tuesday, 6 August 2019 13:54:09 UTC