I have used :not() in several sites presuming as with other css3 selectors that cross-device / browser support would be good.
When looking on caniuse - http://caniuse.com/#search=%3Anot() the table suggests that only safari browsers support this selector
Whereas w3schools say differently - http://www.w3schools.com/cssref/sel_not.asp
Can anyone shine any light om this? Ive used the selector heavily over the past few years and want to make sure i should continue to do so!