In Sciter any block/inline-block is treated as table cell and so to have colspan/rowspan attributes:

  1. Elements with display:table-cell are replaced to cover whole cell box.
  2. display:block/inline-block are replaced inside cell-box with respect of their margins, borders and paddings that can be given in flex units.
Normal TD Normal TD Yet another normal TD