Re: [heycam/webidl] Update method creation for operations (#155)

>                          Let <var>S</var> be the <a class='dfnref'
>                          href='#dfn-effective-overload-set'>effective overload set</a> for <a
> -                        class='dfnref' href='#dfn-regular-operation'>regular operations</a> with
> -                        <a class='dfnref' href='#dfn-identifier'>identifier</a> <var>id</var> on
> -                        <a class='dfnref' href='#dfn-namespace'>namespace</a> <var>namespace</var>
> -                        and with argument count <var>n</var>.
> +                        class='dfnref' href='#dfn-regular-operation'>regular operations</a> (if
> +                        <var>op</var> is a regular operation) or for <a class='dfnref'
> +                        href='#dfn-static-operation'>static operations</a> (if <var>op</var> is a
> +                        static operation) with <a class='dfnref'
> +                        href='#dfn-identifier'>identifier</a> <var>id</var> on <var>target</var> and

Right, and here it's _very_ important that `target` be the actual interface we're defining on and not a mixin, because otherwise you don't have the full overload set.  I really wish we'd split mixins and interfaces into two separate concepts...

-- 
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/155/files/5f3f6f66bb2d8cfbf1c7197e64f2b54f9cdd2845#r76881163

Received on Tuesday, 30 August 2016 21:20:14 UTC