https://bugzilla.wikimedia.org/show_bug.cgi?id=13381
--- Comment #12 from Platonides <[email protected]> 2011-11-20 21:45:20 UTC --- First, changes to trunk apply only to a mediawiki running a later version from svn http://www.mediawiki.org/wiki/Download_from_SVN Rolling into wikipedia takes an indeterminate amount of time (up to several months) About those errors: * there is no attribute "class" -> This can probably be fixed. client-nojs was added in r30497 per bug 30497. I commented on it. * there is no attribute "width" / there is no attribute "height" -> Those were manually insered into the wikitext http://en.wikipedia.org/w/index.php?title=XHTML&action=edit§ion=26&oldid=461413629 We don't always provide 100% clean XHTML with invalid input, although it would be nice sometimes. * end tag for "ul" which is not finished -> This is bug 24500 which was marked wontfix. * document type does not allow element "input" here; -> This is a silly warning, but it can be skipped by simply putting the hidden imput into a div. Fixed in r103788. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
