Re: [w3c/editing] Feedback on beforeinput (spec and the current implementation in Chrome Canary) (#149)

Thanks for the amazing demo! That really help a lot!

Just a quick response, yes most of the issues are bugs/TODOs:
  * `getTargetRanges()` is intentional but might require more discussion
  * IME is close (but I'm not sure about moving elements though)
  * `Enter` key requires more discussion
  * For clipboard yes you can just use Clipboard API, but there is a little bit behavior difference, and I assume we want `'beforeinput'` to catch all DOM modifications (preventing all `'beforeinput'` would be similar to `cE=caret`)
  * `undo`/`redo` is useless as I can see currently, and we have to find a different solution

I'll fire separate issues for them, and probably add more descriptions to the spec.

-- 
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/149#issuecomment-248679470

Received on Wednesday, 21 September 2016 17:13:56 UTC