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

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

Received on Saturday, 20 June 2015 08:28:17 UTC