https://bugzilla.wikimedia.org/show_bug.cgi?id=51211
Gabriel Wicke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major --- Comment #2 from Gabriel Wicke <[email protected]> --- I don't think it is super-common, but if it happens inside templated content then it can result in a major round-trip failure as an about group is cut up. I was thinking about adding a foster-parenting DOMPostProcessor pass for now. That should be pretty straightforward- register for table elements and inspect children for foster-parentable content. If there is any, foster-parent as far up until it is out of foster-parentable position and mark it with any about group found on the table. Not sure if the multi-foster case can really happen. Needs testing. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
