is valid?      

Text formatted with Texy:

List block collapses:

Column 1 Column 2 Column 3
 
  1. one
  2. two
  3. three
 

List block correct, but extra table cell (bottom-right):

Column 1 Column 2 Column 3
 
  1. one
  2. two
  3. three
 
 

Generated HTML code:

<p>List block collapses:</p>

<table>
	<tbody>
		<tr>
			<th>Column 1</th>

			<th>Column 2</th>

			<th>Column 3</th>
		</tr>

		<tr>
			<td>&nbsp;</td>

			<td>
				<ol>
					<li>one</li>

					<li>two</li>

					<li>three</li>
				</ol>
			</td>

			<td>&nbsp;</td>
		</tr>
	</tbody>
</table>

<p>List block correct, but extra table cell (bottom-right):</p>

<table>
	<tbody>
		<tr>
			<th>Column 1</th>

			<th>Column 2</th>

			<th>Column 3</th>
		</tr>

		<tr>
			<td rowspan="2">&nbsp;</td>

			<td rowspan="2">
				<ol>
					<li>one</li>

					<li>two</li>

					<li>three</li>
				</ol>
			</td>

			<td>&nbsp;</td>
		</tr>

		<tr>
			<td>&nbsp;</td>
		</tr>
	</tbody>
</table>

Verze Texy: 3.2.3 (konfigurace)