Why table cell merging is implemented in such a weird way (merge right, merge down)?
SPAW Editor includes a vertical merging feature. Unfortunately there is no standard way to select 2 table cells vertically so we decided to implement it so the currently selected cell is merged with the one below (merge down). Horizontal merging is implemented in the same way for clarity (merge right).