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

> +            All of the members that appear on each of the partial namespace definitions are
> +            considered to be members of the namespace itself.
> +          </p>
> +
> +          <pre class='syntax'>namespace <em>SomeNamespace</em> {
> +  <i>namespace-members…</i>
> +};
> +
> +partial namespace <em>SomeNamespace</em> {
> +  <i>namespace-members…</i>
> +};</pre>
> +
> +          <div class='note'>
> +            <p>
> +              As with partial interface definitions, partial namespace definitions are intended for
> +              use as a specification editorial aide, allowing the definition of an interface to be

"the definition of an interface"

-- 
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#r76246059

Received on Thursday, 25 August 2016 13:51:21 UTC