For example, this is invalid: ```webidl [Exposed=Window] interface Foo {}; [Exposed=(Window, Worker)] interface Bar { attribute Foo foo; // Foo is not available on workers! }; ```