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

> targetRange of type Range, readonly
> 
>  the Range in the document that is affected by this event. Typically the primary Range on the document's Selection.

I think that the selection range in <input> cannot be represented with DOM Range. So, when an input event is fired on <input>, what's the expected value of this attribute?

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

Received on Friday, 21 August 2015 03:10:23 UTC