- From: Bartolomé Sintes Marco <bartolomesintes@ono.com>
- Date: Fri, 21 Dec 2007 06:25:31 +0100
- To: www-amaya@w3.org
Hi,
If a div contains text and a table, if the user selects the div element
and deletes the selection, only the table is deleted.
If a div contains text and a table, if the user selects the div element
and cuts and pastes the selection, only the table is deleted, but
nothing is pasted.
Steps to reproduce
1. Create a xhtml strict document with a paragraph and a table inside a
div. For example,
<div>
<p>Test</p>
<table border="1" style="width: 100%">
<caption></caption>
<tbody>
<tr>
<td>test</td>
<td>test</td>
</tr>
<tr>
<td>test</td>
<td>test</td>
</tr>
</tbody>
</table>
</div>
2. Select the div element
3. Press the delete key. Only the table is deleted.
Best regards,
Bartolomé Sintes (http://www.mclibre.org)
Received on Friday, 21 December 2007 05:25:48 UTC