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

> +
> +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
> +              separated over more than one section of the document, and sometimes multiple
> +              documents.
> +            </p>
> +          </div>
> +
> +          <p>
> +            The order that members appear in has no significance except in the case of <a

Good point, will fix.

---
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/70ba6d9c213e2b05cf0d8b3ebd14ce9a4583f4c6#r63217847

Received on Friday, 13 May 2016 17:12:15 UTC