w3c / input-events

Input Events
https://w3c.github.io/input-events/
Other
23 stars 16 forks source link

July 29th F2F Agenda Item - Data and dataTransfer attributes #16

Closed johanneswilm closed 7 years ago

johanneswilm commented 7 years ago

From @gked on July 29, 2016 22:13

What should the relation between the two be? See Issue 131.

Copied from original issue: w3c/editing#139

johanneswilm commented 7 years ago

From @gked on July 29, 2016 22:13

We'll keep data only for insertText with dataTransfer set to null input type and for other input types use dataTransfer and data set to null.

johanneswilm commented 7 years ago

From @garykac on August 1, 2016 20:59

Summary:

Would be nice to express in a table as was done for pointerevents.

johanneswilm commented 7 years ago

@garykac Earlier, we decided to remove the copy beforeinput event, right?

johanneswilm commented 7 years ago

From @gked on August 15, 2016 17:48

@johanneswilm, Right. The reason from what I remember is that Input event should be paired with beforeInput event.

johanneswilm commented 7 years ago

@gked: Yepp, that's also what I remembered. I just noted @garykac had added it again in the overview above, so I wanted to make sure we are on the same page with this. I did remove it from the spec, but we can always add it again if we change our minds.

johanneswilm commented 7 years ago

changed as requested.