On Oct 7, 1:49 pm, "Arnar Birgisson" <[EMAIL PROTECTED]> wrote:
> To be clear, I'm basically asking the mailing list:  Would you be OK
> with it if the following selectors would stop working?
>
> a[fakeattribute]   - i.e. checking for presence of attribute
> p[lang|="en"]      - membership test of hyphen-seperated string collections
> :nth-of-type(...) pseudo-class
> :enabled, :disabled and :checked  pseudo-classes
> :root  pseudo-class
>

My votes...

Drop these (not in jQuery, so may be not supported by Sizzle):

1) p[lang|="en"]
2) :nth-of-type(...)

Rename this:

1) :root to :first

Should be there:

1) a[fakeattribute]
2) :enabled
3) :disabled
4) :checked
5) ... more form selectors (see jQuery doc)

Regards
--
Amit Mendapara
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to