[Webkit-unassigned] [Bug 131443] querySelectorAll should return an iterable NodeList

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 17:09:40 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=131443

--- Comment #12 from Chris Dumez <cdumez at apple.com> ---
I see, so basically we need to make NodeList iterable to match the spec:
[Exposed=Window]
interface NodeList {
  getter Node? item(unsigned long index);
  readonly attribute unsigned long length;
  iterable<Node>; // We are missing this.
};

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160415/51c76310/attachment.html>


More information about the webkit-unassigned mailing list