On 23 Oct 2016, at 4:16, Leif Halvard Silli wrote:
1. For instance: Imagine that we have a 3 column row which contains 2
cells with rowspan="2" and one cell with rowspan="1". In such a case,
the <tr> on the next line woujld only contain a single cell element:
<tr><td rowspan="2">A</td><td rowspan="2">B</td><td>C</td></tr>
<tr><td>X</td></tr>
By the above code can be used to demonstrate the situation in which XMLmind currently creates an empty <tr> element. (Also, see the attached file.)
Namely: If, in XMLmind, you decide to delete that X cell, then XMLmind will allow you to do that - without any warning. The result is an empty <tr> element. Which renders the table non-conforming. Without any warning from XMLmind.
Leif Halvard Silli
delete-rectify-2.xhtml
Description: application/xhtml
-- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

