David Bruant (2013-09-30T19:49:19.000Z)
Le 30/09/2013 19:30, Rick Waldron a écrit :
> On Mon, Sep 30, 2013 at 12:54 PM, Kevin Smith <zenparsing at gmail.com 
> <mailto:zenparsing at gmail.com>> wrote:
>
>
>
>         I think all we want here is make HTMLCollection interoperate
>         better
>         with other lists. For new features we moved away from
>         HTMLCollection
>         for the reason you mention.
>
>
>     What do you think an HTMLCollection @@iterate method should do?
>      Iterate like an array, or like a map?
>
>
> In Firefox (regular and Nightly), HTMLCollection objects are iterable 
> (with a the temporary placeholder "iterator" method):
drive-by comment to say that "iterator" is going to be changed to 
"@@iterator" (the string) until symbols are implemented at which point a 
symbol will be used.
Progress can be seen at 
https://bugzilla.mozilla.org/show_bug.cgi?id=907077 (which I had filed 
for a completely different purpose but whatever)

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20130930/fab2e4f1/attachment.html>
domenic at domenicdenicola.com (2013-10-13T02:40:49.939Z)
Le 30/09/2013 19:30, Rick Waldron a écrit :

> In Firefox (regular and Nightly), HTMLCollection objects are iterable 
> (with a the temporary placeholder "iterator" method):

drive-by comment to say that "iterator" is going to be changed to 
"@@iterator" (the string) until symbols are implemented at which point a 
symbol will be used.
Progress can be seen at 
https://bugzilla.mozilla.org/show_bug.cgi?id=907077 (which I had filed 
for a completely different purpose but whatever)