Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

July 29th F2F Agenda Item - Non-cancelable event 1of 2 #137

Closed
gked opened this issue Jul 29, 2016 · 3 comments
Closed

July 29th F2F Agenda Item - Non-cancelable event 1of 2 #137

gked opened this issue Jul 29, 2016 · 3 comments

Comments

@gked
Copy link

gked commented Jul 29, 2016

Previously we talked about the beforeInput event not being cancelable during a composition. With the splitting of the event into one part in the ui-events spec and the other in the Input events spec, the cancelable attribute is in the ui events spec and the isComposing is in the Input events spec. In the ui-events spec the event is marked as always being cancelable. Will this work, or do we need to specify that it is not cancelable during composition?

@gked
Copy link
Author

gked commented Jul 29, 2016

Update the UIEvents spec with cancellability of beforeInput in composition cases

@gked gked changed the title July 29th F2F Agenda Item - Non-cancelable event July 29th F2F Agenda Item - Non-cancelable event 1of 2 Jul 29, 2016
@garykac
Copy link
Member

garykac commented Aug 1, 2016

Proposal was to make beforeinput !cancelable during composition. Except for the last one which has a different inputType (something like "finalComposition") and is cancelable=true.

If canceled, the DOM goes back to what it was before compositionstart. Issue #140 covers investigating whether this is possible on Android.

@johanneswilm
Copy link
Contributor

This issue was moved to w3c/input-events#23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants