Re: QSA, the problem with ":scope", and naming

On Tue, Oct 25, 2011 at 4:56 PM, Ojan Vafai <ojan@chromium.org> wrote:
> On Tue, Oct 25, 2011 at 4:44 PM, Bjoern Hoehrmann <derhoermi@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")?

Seeing a combinator immediately after a comma just seems weird to me.
This may just be a personal prejudice.

~TJ

Received on Tuesday, 25 October 2011 23:58:54 UTC