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

--- Comment #2 from Arlo Breault <[email protected]> ---
The reason for the first crasher is the following template,

{{навигационная полоса
|стиль_нечетных=
|содержание=

<table></table>

}}

What's happening is similar to the reason for dom.handleUnbalancedTables.js

The <td> containing the inner table as content is built up in a few tokens,
forcing the tree builder to close the table right before the inner table,
stealing its fosterbox. That foster box is a child of <div> and has no
siblings, hence the original error. I think the thing to do (as in the patch)
is just not emit the foster box for the inner table. We aren't really even
using it.

-- 
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

Reply via email to