Re: [editing] InputEvent.targetRange in <input> (#72)

Sure. So the targetRange could be set to where the DOM Range currently is as specified in the current Input Events specification by the line "Typically the primary Range on the document's Selection." but is that to vague.

In Chrome getting a DOM Range when being inside a textarea results in.
range.setStartAfter(textarea);
range.setEndAfter(textarea);

However IE doesn't return any range when being inside a textarea.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/issues/72#issuecomment-133350496

Received on Friday, 21 August 2015 09:36:16 UTC