https://bugzilla.wikimedia.org/show_bug.cgi?id=1463

--- Comment #7 from Brion Vibber <br...@pobox.com> 2011-01-28 01:21:27 UTC ---
Current validation issues:

* there's no longer a doctype declaration at all -- validator's going per HTML
4.01 transitional. (Should probably change to a modern <!DOCTYPE html> alone.)
* some output in our custom theme _does_ include XML-style self-closing tags
("<link .... />") which makes the HTML 4.01 transitional parser whinge. If
we've switching to non-XHTML (HTML 4.01 transitional or HTML 5) then we should
remove the slashes when fixing up the custom theme in future. (Do not *add*
slashes per earlier comments in this bug.)
* one element has double 'class' attributes -- the second one should be
removed.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to