Re: Intent to Implement: Selection Events

2015-08-19 Thread Panos Astithas
On Tue, Aug 18, 2015 at 6:21 PM, Michael Layzell wrote: > Summary: We currently require webpages to poll the current selection when > they want to be > notified of changes to the user's selection.This patch adds two events, > selectstart and > selectionchange, which allow the website to detect wh

Intent to Implement: Selection Events

2015-08-18 Thread Michael Layzell
Summary: We currently require webpages to poll the current selection when they want to be notified of changes to the user's selection.This patch adds two events, selectstart and selectionchange, which allow the website to detect when the selection is changed. selectstart is fired when the user s