[w3c/selection-api] setBaseAndExtent should clear selection when baseNode or extentNode is null (#72)

When `setBaseAndExtent` is called with `baseNode` or `extentNode` set to `null`, we should clear selection instead of throwing.  This behavior matches that of WebKit and Blink.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/selection-api/issues/72

Received on Monday, 8 August 2016 19:41:28 UTC