kangax wrote: > Besides, a:not(a[rel^=external]) doesn't make sense in the first place > (just like div:not(div) which will never match) : ) > Why select <a> that are not <a> with some condition when you could > just specify condition on its own. It will be tested against all <a> > anyway: a:not([rel^=external])
Yes, I think I understand. I checked them in w3c's validator in css3 profile and it says too they are invalid. But as I mentioned I these selectors are not mine. :) I simply copy them from the original prototype unit tests and write something _after_ the :not(). I didn't checked contents of :not(). (My fault. :) Thank you for correct me and as Mislav asked me, I will report it to Trac with a diff. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype: Core" 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/prototype-core?hl=en -~----------~----~----~----~------~----~------~--~---
