Re: [permissions] Have an instance of Permissions on Navigator and WorkerNavigator. (#18)

> @@ -412,12 +412,31 @@
>      </section>
>      <section>
>        <h2>
> +        Navigator and WorkerNavigator extension
> +      </h2>
> +      <p>
> +        A <a>Permissions</a> instance is exposed on the <code>navigator</code>
> +        object for <code>Window</code> and <code>Worker</code> contexts.
> +      </p>
> +      <dl class='idl' title='[Exposed=(Window)] partial interface Navigator'>

sorry, why do you have two definitions for Exposed? Don't you just want one, with `[Expose=(Window,Worker)]`? 

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/pull/18/files#r27161791

Received on Wednesday, 25 March 2015 20:23:37 UTC