[Bug 25412] Allow some recursion in NodeIterator/TreeWalker

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

--- Comment #29 from Arkadiusz Michalski (Spirit) <crimsteam@gmail.com> ---
Remove active flag allow recursion (what we have in Chrome and IE) for
NodeIterator/TreeWalker, but we still get different behaviour when use
recursion and not out of stack limit. So probably this change need more test
and work by implementators oposite to not remove active flag. I'm not sure wich
browsers do this rigth now (if any, when read "traverse" algo in DOM, now
realize that probably Chrome).

So if intention of this bug is only allow recursion for traversal (without
paying attention to what is the result in actual browsers) then can be close
again and wait that browsers will be corrected. Just report this behaviour,
because one example when we cross stuck limit is not enought (like Olli Pettay
noted).

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

Received on Sunday, 24 August 2014 13:57:06 UTC