https://bugzilla.wikimedia.org/show_bug.cgi?id=17486
Aryeh Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Parser generates invalid |Parser generates malformed |XHTML with a list inside a |XML with a list inside a |table |table --- Comment #14 from Aryeh Gregor <[email protected]> 2010-01-10 04:14:39 UTC --- What, like "this wikitext happened to produce malformed XML because our parser is broken, so please figure out the necessary hacks to make our parser decide to output well-formed content because we can't be bothered to fix it"? It's not reasonable at all to have a fatal error here, anyway, because almost all admins won't care in the slightest about XML well-formedness, and they should have the right to place their own convenience over well-formedness. Why don't we run Tidy on these fragments at save time instead of output time, maybe? (The tools in question should switch to using html5lib instead of XML tools, incidentally, at least if it's available for their language yet. It's meant to be a drop-in replacement for common XML libraries and will make errors like these nonfatal.) -- 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
