Re: [clipboard] kill onbefore* events?

2016-03-07 Thread Кошмарчик
On Mon, Mar 7, 2016 at 12:49 PM, Johannes Wilm wrote: > > On Mon, Mar 7, 2016 at 3:52 PM, Hallvord Reiar Michaelsen Steen < > hst...@mozilla.com> wrote: > >> >> On Mon, Mar 7, 2016 at 2:50 PM, Johannes Wilm >> wrote: >> >> > > At the beginning

Re: [clipboard] kill onbefore* events?

2016-03-07 Thread Johannes Wilm
On Mon, Mar 7, 2016 at 3:52 PM, Hallvord Reiar Michaelsen Steen < hst...@mozilla.com> wrote: > Hi Johannes, > thanks for commenting here. It was recently brought to my attention in > a GitHub issue that using the term "before* events" was misleading as > it sounds like I also mean beforeInput

Re: [clipboard] kill onbefore* events?

2016-03-07 Thread Hallvord Reiar Michaelsen Steen
Hi Johannes, thanks for commenting here. It was recently brought to my attention in a GitHub issue that using the term "before* events" was misleading as it sounds like I also mean beforeInput when the clipboard spec is only about beforecopy, beforecut and beforepaste. I think you may also have

Re: [clipboard] kill onbefore* events?

2016-03-07 Thread Johannes Wilm
On Thu, Feb 4, 2016 at 1:52 PM, Hallvord Reiar Michaelsen Steen < hst...@mozilla.com> wrote: > On Thu, Feb 4, 2016 at 2:43 AM, Grisha Lyukshin > wrote: > > > > Killing them doesn't sound like the right course of action. We would > have to come up > > with another API so we

Re: [clipboard] kill onbefore* events?

2016-03-07 Thread Johannes Wilm
Hey, last year we discovered that Hallvord and the others working on the Clipboard API were working on similar things as what we were doing in the editing taskforce with contentEditable=intentions/caret and the beforeInput event. But we were working on it from two different sides. The division