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

> +            namespace object are described in <a href='#namespace-object'>section <?sref
> +            namespace-object?></a> <?sdir namespace-object?>.
> +          </p>
> +
> +          <div id='namespace-object' class='section'>
> +            <h4>Namespace object</h4>
> +
> +            <p>
> +              The namespace object for a given <a class='dfnref' href='#dfn-namespace'>namespace</a>
> +              <var>namespace</var> and Realm <var>realm</var> is created as follows:
> +            </p>
> +
> +            <ol class='algorithm'>
> +              <li>
> +                Let <var>namespaceObject</var> be
> +                ! <a>ObjectCreate</a>(the <a>%ObjectPrototype%</a> of <var>realm</var>).

This is using syntax that's not defined anywhere in the IDL spec that I can see.  A definition is needed (and ideally the '!' would link to that definition).

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

Received on Friday, 13 May 2016 14:13:30 UTC