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

--- Comment #9 from Aryeh Gregor <simetrical+wikib...@gmail.com> 2010-10-05 
15:56:48 UTC ---
1.16.0 ships with an XHTML Strict header for XML well-formedness reasons.  Try
setting the validator manually to HTML5 and it will validate (modulo bugs):

http://validator.w3.org/check?uri=http%3A%2F%2Fwiki.cabal.mx%2Fwiki%2FP%25C3%25A1gina_Principal&charset=%28detect+automatically%29&doctype=HTML5&group=0&user-agent=W3C_Validator%2F1.1

In 1.17, we switched to <!DOCTYPE html> after some fixes to ensure this doesn't
break well-formedness (basically, getting rid of named entities).  In 1.16, you
can either set $wgWellFormedXml = false (disabling well-formedness) or $wgHtml5
= false (disabling HTML5 features) to get the doctype to match the content.  In
the default setup, output is valid HTML5 (modulo bugs) but has a misleading
doctype.

Basically, there is an issue here, but it's fixed in 1.17, so there's nothing
specific for us to do at this point.  The patch to remove named entities was
enormous and will not be backported to 1.16.  In the future, you should file
new bugs on specific issues you have, not post in existing bugs -- particularly
not tracker bugs.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to