On Tue, Oct 25, 2011 at 4:44 PM, Bjoern Hoehrmann <derhoe...@gmx.net> wrote:
> * Tab Atkins Jr. wrote: > >Did you not understand my example? el.find("+ foo, + bar") feels > >really weird and I don't like it. I'm okay with a single selector > >starting with a combinator, like el.find("+ foo"), but not a selector > >list. > > Allowing "+ foo" but not "+ foo, + bar" would be "really weird". > Tab, what specifically is weird about el.find("+ foo, + bar")?