Re: [editing] change of event names beforeInput -> beforeEdit -> beforeInput? (#87)

> The two options that are being considered are:
> A. Fire beforeEdit/edit/input on all contentEditable elements and only fire input on textarea/input elements.
> B. Fire beforeInput/input on all contentEditabe, textarea and input elements.

well, and

C. Fire beforeEdit/Edit on contentedtiable=[X] and input on textarea, input and cE=true as long as cE=true implementations don't follow any spec anyway.

This should not break any content. Once cE=true behavior changes, ti will break the web anyway.

That being said, I don't mind changing it back to beforeInput/Input is everyone agrees with that. The problem is that we currently have a resolution to have these other names, so unless we all agree to sidestep that resolution, the names are what they are (beforeEdit/Edit).

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

Received on Thursday, 3 September 2015 07:47:06 UTC