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

Specify inputTypes handled by EditContext #101

Merged
merged 2 commits into from
Jun 24, 2024

Conversation

dandclark
Copy link
Contributor

@dandclark dandclark commented Jun 21, 2024

Define the set of inputTypes that will be "handled" by Handle Input For EditContext.

See also w3c/input-events#154

For normative changes, the following tasks have been completed:

Closes #94.

Copy link
Member

@sanketj sanketj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with a minor nit suggestion.

index.html Outdated Show resolved Hide resolved
@dandclark dandclark mentioned this pull request Jun 21, 2024
Co-authored-by: Sanket Joshi <sajos@microsoft.com>
@dandclark dandclark merged commit 2b8316d into w3c:gh-pages Jun 24, 2024
1 check passed
dandclark added a commit to w3c/input-events that referenced this pull request Jun 24, 2024
…nputTypes

For `beforeinput`, only pass the event to EditContext for `inputTypes` that EditContext expects to handle.
See w3c/edit-context#101.
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

Successfully merging this pull request may close these issues.

Need to specify which input types are handled by EditContext
2 participants