- From: <bugzilla@jessica.w3.org>
- Date: Mon, 09 Jul 2012 20:23:45 +0000
- To: www-dom@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17726 Summary: Enumerables on lists Product: WebAppsWG Version: unspecified Platform: PC OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: DOM AssignedTo: annevk@annevk.nl ReportedBy: jonathantneal@hotmail.com QAContact: public-webapps-bugzilla@w3.org CC: mike@w3.org, www-dom@w3.org Should NodeList, DOMTokenLists, and other list enumerables behave like Array enumerables? Right now, properties like "length", "item", "add", "remove", "toggle", and "contains" are enumerable, which makes for (e in someList) not as zesty as for (e in someArray). -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
Received on Monday, 9 July 2012 20:23:49 UTC