https://bugzilla.wikimedia.org/show_bug.cgi?id=36278
Gabriel Wicke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Gabriel Wicke <[email protected]> 2012-04-26 18:15:13 UTC --- List handling in the PHP parser (see doBlockLevels in Parser.php) does not consider HTML tags as part of the list and proceeds to produce its own list ol tags. Tidy or general tag cleanup stages then strip the outer (now invalid) ol tags. There is a large class of similar issues that are hard to address in the current parser without relatively difficult changes. I am working on the Parsoid parser [1], where this kind of problem is easier to handle. Will try to handle your use case there. [1]: http://www.mediawiki.org/wiki/Parsoid -- 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
