Re: [selection-api] Selection.toString is under specified (#7)

```
<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