[jQuery] Re: Validate: Meta class and markup validation

2009-01-21 Thread Jörn Zaefferer
No, not that I know of. Any doctype that gets the browser out of quirksmode should be fine. Personally I prefer the html5 doctype, as I'm able to remember it and write it down anytime: Jörn On Wed, Jan 21, 2009 at 11:46 AM, Gordon wrote: > > Okay, thanks for the tip. I do tend to be a bit fus

[jQuery] Re: Validate: Meta class and markup validation

2009-01-21 Thread Gordon
Okay, thanks for the tip. I do tend to be a bit fussy about things validating properly, but I suppose that as long as it doesn't break anything in any browsers (and it doesn't seem to) then it probably isn't important. I think switching to XHTML 1.0 transitional would cause the validation errors

[jQuery] Re: Validate: Meta class and markup validation

2009-01-20 Thread Jörn Zaefferer
Not really. In one way or the other, you have to make a trade-off - I'd just ignore the warning, knowing that there really isn't a problem. One way to reduce the problem may be class compositions: http://docs.jquery.com/Plugins/Validation/Validator/addClassRules#namerules You'd put together the v