CLI related

Hi Renato. Just wanted to let you know, that in CLI, if you make a mistake it will ignore the last "hierarchy". You can try this : section>img+div>div>div>XXX+p*5 Those

will be in the second DIV, not in the 3rd one = section>img+div>div>div+p*5 It will ignore the '>' that was after the last DIV. I've realised this when instead of "h2" I wrote "H2". PS : must CLI be case sensitive ??? Would that be a problem for accepting Div, DIV, H2 ? Just asking :)