Re: [heycam/webidl] Modernize invoking user code (#113)

>            </p>
>            <ol class="algorithm">
> -            <li>Let <var>V</var> be the IDL <a class="dfnref" href="#idl-interface">callback interface type</a> value
> -              that represents the <a class="dfnref" href="#dfn-user-object">user object</a> implementing the <a class="dfnref" href="#dfn-interface">interface</a>.</li>
> -            <li>Let <var>O</var> be the ECMAScript object corresponding to <var>V</var>.</li>
> -            <li>Let <var>P</var> be the <a class="dfnref" href="#dfn-identifier">identifier</a> of the attribute.</li>
> -            <li>Let <var>V</var> be the IDL value to be assigned to the attribute.</li>
> -            <li>Let <var>W</var> be the result of <a class="dfnref" href="#dfn-convert-idl-to-ecmascript-value">converting</a> <var>V</var> to an ECMAScript value.</li>
> -            <li>Let <var>script</var> be the <a class="dfnref" href="#dfn-callback-context">callback context</a> associated with <var>V</var>.</li>
> -            <li>Push <var>script</var> on to the <a class="dfnref external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html">stack of incumbent scripts</a>. <a href="#ref-HTML">[HTML]</a></li>
> +            <li>Let <var>O</var> be the ECMAScript object corresponding to <var>object</var>.</li>
> +            <li>Let <var>W</var> be the result of <a class="dfnref" href="#dfn-convert-idl-to-ecmascript-value">converting</a> <var>value</var> to an ECMAScript value.</li>
> +            <li>Let <var>execution context</var> be <var>object</var>'s <a class="dfnref" href="#dfn-callback-context">callback context</a>'s <a class="dfnref external" href="https://html.spec.whatwg.org/multipage/webappapis.html#settings-object">settings object</a>'s <a class="external" href="https://html.spec.whatwg.org/multipage/webappapis.html#realm-execution-context">realm execution context</a>.</li>

Similar issue here.

---
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/113/files/2687a7f8dee42781c250ffc11c084f1ef84d1bf4#r62932491

Received on Wednesday, 11 May 2016 21:45:11 UTC