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

--- Comment #5 from Ed Sanders <esand...@wikimedia.org> ---
The first case (merging two whole rows together) exposes a bug in the PHP
parser (although not Tidy, because I don't have that locally) whereby and empty
row is discarded:

{| class="wikitable"
| colspan="4" rowspan="2" |foob
|-
|-
! colspan="2" rowspan="2" |bar
!baz
!
|-
|
|hee
|-
|quux
|
|
|
|-
|
|foo
|
|
|}

This wikitext renders fine in Parsoid though

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to