Re: [w3c/editing] Should deleting cell's content on a table inside a contenteditable area imply the whole table has to be deleted ? (#163)

Granted, the Chrome/Safari is questionable. But this only applies to single cell tables, right?

If there is a second cell, even an empty one, it does not happen:

```
<div contenteditable>
    <table border=1>
      <tbody>
        <tr><td>A</td><td></td></tr>
      </tbody>
    </table>
</div>
```

So the question is then more: Why is there a table with a single cell? What is the the website author trying to achieve with that?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/issues/163#issuecomment-388361409

Received on Friday, 11 May 2018 13:21:16 UTC