This is a tracking bug for problems with HTML output compliance and compatibility.
See Also:
This is a tracking bug for problems with HTML output compliance and compatibility.
See Also:
using 1.17, I got only the following from the validator:
Warning Line 27, Column 77: The language attribute on the script element is obsolete. You can safely omit it.
<div id="siteNotice"><script type="text/javascript" language="JavaScript">
ayg wrote:
(In reply to comment #14)
using 1.17, I got only the following from the validator:
Warning Line 27, Column 77: The language attribute on the script element is
obsolete. You can safely omit it.<div id="siteNotice"><script type="text/javascript" language="JavaScript">
Should be fixed in r77619. It's a problem with DismissableSiteNotice, not MediaWiki itself. (But you aren't supposed to mention bugs in tracking bugs, you're supposed to file a new bug and mark it blocking this.)
We are currently supporting both and the html generation APIs are nicely abstracting the details away.
Now that we don't support XHTML 1.0 and many of the dependent bugs aren't really XHTML issues I'm making this our HTML validity tracking bug. bug 49337 will also cover things that affect our well formed XML feature.