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 has significance both for <a
> +            href='#idl-overloading'>overloading</a> and for property enumeration in the <a

I still don't see how the order matters for overloading, either here or for interfaces.  It shouldn't matter.  I think we should remove mention of overloading from both places.

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

Received on Thursday, 25 August 2016 13:54:27 UTC