> http://bassistance.de/jquery-plugins/jquery-plugin-validation/

Oh it's great.

I wonder though if your choice of writing class="{x:y;z:t}" is not
potentially problematic.

As I see it:
- it could be incompatible with CSS2.1 selectors
- it is probably incompatible with jQuery selectors
- it is *certainly* going to confuse a few users
- it might confuse some browsers (though I guess you've tested this)

An alternative would be to write something like
class="DEF-x-y_z-t"

(but I admit it's much uglier)   :)

-- Fil

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to