[Bug 25412] Allow some recursion in NodeIterator/TreeWalker

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25412

--- Comment #44 from Aryeh Gregor <ayg@aryeh.name> ---
That's true.  So from that perspective, on consideration, I'd be happy with
just banning recursion (like the old spec and Gecko) if other UAs are
interested in changing.  If no one has a use-case for recursion here, and no
one has requested it in Gecko for all these years, it doesn't make sense to
waste time speccing and testing and converging.  Calling .nextNode() from
within a .nextNode() call does not seem like a reasonable thing to do ever.

I would like buy-in from at least one additional UA, though.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 23 August 2016 10:52:07 UTC