I'd like to retrieve all elements which are not child's of other element. i had tried this code example (that seems like a perfectly valid css3 selector to me):
document.querySelector("span:not(p span)")
its doesn't work in chrome , what shall i do?