[webkit-dev] Non adjacent cells selection in HTML tables

Alexey Proskuryakov ap at webkit.org
Wed Mar 10 10:46:13 PST 2010


On 10.03.2010, at 0:49, Davide Ficano wrote:

> I can do that on Firefox using document.createRange() and
> window.getSelection().addRange() but it seems not supported on Webkit.


WebKit doesn't support disjoint selections, that's correct. The  
addRange method is exposed, but its behavior is somewhat different due  
to this.

- WBR, Alexey Proskuryakov



More information about the webkit-dev mailing list