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

--- Comment #13 from Daniel Friesen <[email protected]> 
2011-11-21 00:13:50 UTC ---
(In reply to comment #12)
> 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.
html5 permits class on <html> so I think this falls under the category of a
stupid XHTML restriction we're going to ignore (like how XHTML doesn't allow
id's starting with numbers but we follow html5's rules that allow 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&section=26&oldid=461413629
> We don't always provide 100% clean XHTML with invalid input, although it would
> be nice sometimes.
;) and the new $wgCleanupPresentationalAttributes already in 1.19 will clean up
most of those validity errors.

> * 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

Reply via email to