Testing
Selecting table cells:
- It should be possible to select multiple table cells.
- Observe selection inn the below model representation - for a block selection the table cells should be selected.
Copying selected table cells:
- Select a fragment of table cell.
- Use copy shortcut ctrl+C.
- Paste somewhere in the document.
- The pasted table should:
- be rectangular (no missing nor exceeding table cells)
- have proper headings
Note that table copy:
- have cut disabled
- paste in table is not possible
- pasted table can be fixed by a post-fixer (use content editable to verify what's being copied)