[selection-api] Clarify the additions of this spec to GlobalEventHandlers (#54)

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