> It's an interesting idea. Would it be possible to say for example:
> "div.foo > ${mySelector} + ul" ?
Yes, it should; I believe the prototype allows it although I have not
verified it; I only played with simple external selector.
But you are right; side stepping from CSS3 is debatable and being able
to plugin the selector engine is a much better way.
The other idea in the prototype is to pass a context filled by the
selector to the event handler; but it can probably be accomplished by
augmenting the event with user properties. And since you were
mentioning the possibility of normalizing the event in another issue,
this is a moot point :-)
Finally, the code that made addEvent work for multiple handlers in //
& IE6 delegation is I believe just a notch more efficient @ runtime.
Cheers
Henri