[w3c/editing] We should have more steps for Selection#extend() (#151)

We should describe following situation explicitly:
 - Call Selection#extend() with (null, int); 
  which one, throw, ignore or removeAllRanges()?
 - Call Selection#extend() when Seleciton#type is "None"
  which one throw, ignore, or collapse()?
 - Throw IndexSizeError for invalid offset



-- 
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/editing/issues/151

Received on Friday, 14 October 2016 08:38:48 UTC