- From: Johannes Wilm <notifications@github.com>
- Date: Fri, 11 May 2018 06:20:50 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 11 May 2018 13:21:16 UTC
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