-
Notifications
You must be signed in to change notification settings - Fork 40
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 - Clipboard events #135
Comments
Resolution: |
Decision: Keep cut/copy/paste around
Event order:
No beforeinput/input for copy events What about Cancelable? (for contentEditable != false)
Investigate where spec says paste events are not cancelable: Editing Spec 6.2 bullet point 6 |
Should paste and cut have beforeInput events? If so, should these be cancelable? Only in cE=events or also in cE=true?
Should copy also have a beforeInput event? What if there is no editing host involved?
The text was updated successfully, but these errors were encountered: