> I object to generating *incorrect* XHTML -- or XHTML that doesn't follow > the recommendations of the standard -- simply to deal with stupid > browsers. It's basically the same reason I do not want to see us add > non-standard HTML attributes to what we generate either.
I agree, just trying to prod a workaround ;) If Struts is going to produce standards-compliant code, we should probably remove the "language" attribute from all <script> tags - or at least when a page is in XHTML compliant mode. I can enter a bug if you'd like. >From the HTML 4.01 spec, the language attribute has been deprecated in favor of script: http://www.w3.org/TR/html4/interact/scripts.html#h-18.2.1 Matt -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>