That's strange, unless one of your custom attributes happens to be "runat='server'".
I wouldn't do a DTD either, but it's always an option if you absolutely must have a valid page for some reason. I don't think the W3's validator will even use a custom DTD. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brandon Aaron Sent: Monday, October 30, 2006 9:59 PM To: jQuery Discussion. Subject: Re: [jQuery] Plugin method question On 10/30/06, Brandon Aaron <[EMAIL PROTECTED]> wrote: > I use custom attributes for our in-house stuff to make it easier on > not only myself but others on my team as well and never bother with a > custom DTD b/c the browsers/validators won't use it anyways. What is > more important than validation is to do whatever makes it easiest to > implement and maintain. I should also mention we use a namespace for all our custom attributes where possible. We seem to run into issues with .net and using our custom attributes with namespaces. -- Brandon Aaron _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
