[Bug 23212] Add iterator support to NodeList, HTMLCollection, DOMTokenList, and DOMSettableTokenList
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23212 Anne <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #3 from Anne <[email protected]> --- As far as I can tell from IDL, if an interface has "supported property indices" you do not need to spell out the iterable behavior, but you do need the iterable<> declaration. Is that not true? It might be better if that were not true. (Having said that, that means I can remove the description from NodeList and DOMTokenList as well. I thought named getters were required for some reason.) -- You are receiving this mail because: You are on the CC list for the bug.