Re: [heycam/webidl] Add namespaces (#121)

> @@ -8626,6 +8748,11 @@ context.setColorEnforcedRange(-1, 255, 256);</x:codeblock>
>                <a class='dfnref' href='#dfn-exposure-set'>exposure set</a>
>                <span class='rfc2119'>MUST</span> be a subset of the interface's
>                <a class='dfnref' href='#dfn-exposure-set'>exposure set</a>.
> +              Similarly, if <a class='xattr' href='#Exposed'>[Exposed]</a> appears on both a
> +              namespace and one of its namespace members, then the namespace member's
> +              <a class='dfnref' href='#dfn-exposure-set'>exposure set</a>
> +              <span class='rfc2119'>MUST</span> be a subset of the namespace's
> +              <a class='dfnref' href='#dfn-exposure-set'>exposure set</a>.

I'm not sure how to square that with "Any extended attribute specified on a partial interface definition is considered to appear on the interface itself." It seems like the above snippet somehow makes Foo only exposed in Workers, per that text... (This is similar to my above reply.)

-- 
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/pull/121/files/23ba5276699574269bd955c67d60bd6ce586337f#r76298553

Received on Thursday, 25 August 2016 18:26:15 UTC