if ( neg ) {
                    this.traverseSearch( neg );

                    // Iterate towards DOM root until neg is a direct child of el.
                    while ( !neg.getParent().equals( el ) ) {