Re: [editing-explainer] Prevent recursive beforeInput calls (#44)

I think one way to handle this is to only fire beforeInput when the input comes from the user, not script. For instance, keyboard events, mouse events, and input controls should have a method to fire beforeInput events, but it should not be possible to do so from other places.

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

Received on Wednesday, 28 January 2015 21:51:51 UTC