https://bugzilla.wikimedia.org/show_bug.cgi?id=17486
--- Comment #29 from Daniel Friesen <[email protected]> --- (In reply to comment #28) > Note that the intent now is to deprecate the support for valid XHTML, but we > still have a problem for HTML5 with the (more lenient) HTML5 parsing rules. XHTML 1.0 is dead, there is no deprecation, we do not support XHTML 1.0 at all anymore. However we are NOT deprecating well-formed XML output. We still intend for parser and interface output to be well-formed XML when `$wgWellFormedXml = true;` is set. We also try to support XHTML5 when you set `$wgMimeType = 'application/xhtml+xml';`. And even when well formed XML is false we still want to output non-malformed HTML. And THIS bug is about mixed table/list WikiText creating invalid output that isn't tidied up by the parser when Tidy is not enabled. NOT about some syntax improvements to WikiText you want. Please stop talking about those here and create a real bug for them. You've been warned about this already. -- 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
