[dom] Pull Request: Remove unnecessary conditions from the 'traverse children' algorithm.

Ms2ger via GitHub <[email protected]> Sat, 20 Jun 2015 08:28:15 +0000
Newsgroups gmane.comp.web.dom.general
Message-ID <[email protected]>
Ms2ger has just submitted a new pull request for 
https://github.com/whatwg/dom:

== Remove unnecessary conditions from the 'traverse children' 
algorithm. ==
/node/ will never be null when reaching the head of these loops, 
unless it is
null when starting the outer loop.  This should somewhat clarify how 
the loop
actually runs.

See https://github.com/whatwg/dom/pull/45