Re: [heycam/webidl] [SecureContext] handling for mixins seems to be slightly broken (#762)

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