Re: [webidl] Fix some problems with iterable declarations. (#72)

>                      <li><a href="#es-invoking-callback-functions">Invoke</a> <var>callback</var> with <var>thisArg</var>
>                        as the <a class="dfnref" href="#dfn-callback-this-value">callback this value</a> and
> -                      <var>k</var> and <var>value</var> as its arguments.</li>
> +                      <var>value</var>, <var>key</var> and <var>O</var> as its arguments.</li>
> +                    <li>Update <var>pairs</var> to the current list of <a class="dfnref" href="#dfn-value-pairs-to-iterate-over">value pairs to iterate over</a>.
> +                      <div class="note"><div class="noteHeader">Note</div>
> +                        <p>Depending on whether prose accompanying the interface defined this to be a snapshot at the time

Hmm.  I don't see how this works.  The list of value pairs to iterate over is just stored in the object, no?  There's nowhere to put the snapshot.  As in, I don't see how prose could define snapshotting behavior here.

---
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/72/files#r44678512

Received on Thursday, 12 November 2015 16:27:58 UTC