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

I found setBaseAndExtent(a,1, null, 0) behaves as collapse(a,1) in Blink.
However Edge clear selection at that case.

Which is better?

-- 
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#issuecomment-258785042

Received on Monday, 7 November 2016 09:24:38 UTC