id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
3796	POS slector related bug	balazs.endresz	john	"`$('li').not(':odd:first')` fails:
http://groups.google.com/group/jquery-dev/browse_thread/thread/30ea94cfd730ecdb

because the POS regex matches the colon after `:odd` that would belong to `:first`. Then without the colon only `first` remains wich will wrongly match the TAG selector.

---

Also in the same regex `\(?(\d*)\)?` can cause problems, I guess. As in #3793 maybe this should be changed to: 
`(?:\(?(\d*)\))?`"	bug	closed	major	1.3	selector	1.2.6	fixed				
