- From: Viktor <notifications@github.com>
- Date: Mon, 16 Mar 2015 11:15:08 -0700
- To: w3c/selection-api <selection-api@noreply.github.com>
Received on Monday, 16 March 2015 18:15:39 UTC
``` <table><tr><td>11</td><td>12</td></tr><tr><td>21</td><td>22</td></tr></table> ``` `selection.toString()` produces: ``` 11 12 21 22 ``` `selection.getRangeAt(0).toString()` produces: ``` 11122122 ``` --- Reply to this email directly or view it on GitHub: https://github.com/w3c/selection-api/issues/7#issuecomment-81850280
Received on Monday, 16 March 2015 18:15:39 UTC