- From: Ehsan Akhgari <notifications@github.com>
- Date: Mon, 17 Aug 2015 10:22:03 -0700
- To: w3c/selection-api <selection-api@noreply.github.com>
Received on Monday, 17 August 2015 17:22:30 UTC
It seems to me that this spec needs to include the following IDL changes for the event handlers that it adds, something like:
```
partial interface GlobalEventHandlers {
attribute EventHandler onselectstart;
attribute EventHandler onselectionchange;
};
```
---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/selection-api/issues/54
Received on Monday, 17 August 2015 17:22:30 UTC