- From: Feldwor <notifications@github.com>
- Date: Sat, 08 Dec 2018 02:23:45 -0800
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 8 December 2018 10:24:06 UTC
Here we can see how text selection is canceling while selecting from one `contenteditable` <td> to the another.  Quick Example: ``` <table> <tr><td contenteditable="true">test</td></tr> <tr><td contenteditable="true">test</td></tr> </table> ``` -- 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/186
Received on Saturday, 8 December 2018 10:24:06 UTC