[selection-api] Is Selection.removeAllRanges() and Selection.removeRange(range) doing same thing? (#48)

* **As Selection.removeAllRanges() and Selection.removeRange(range) uses the same statement**   
      `The method must make the context object empty by disassociating its range if the context object's range is` *range*.` Otherwise, it must do nothing.`

One more point, what is *range*, in Selection.removeAllRanges() when we are saying `if the context object's range is` *range*`.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/selection-api/issues/48

Received on Monday, 20 July 2015 07:41:23 UTC