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

Don't monkey patch HTML's list of activation triggering input event #70

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,9 @@ <h2>
An event generated by the user agent as a result of user interaction
processed by the user agent to interact with the page. e.g.
<code>click</code>, but not <code>mousemove</code>. Engagement
gestures are defined by the events in the list of <a>activation
triggering input event</a> with the addition of <code>keypress</code>
and <code>keyup</code> events. Note that operating system level
accessibility and internationalization features may intercept
gestures are defined by the events in [[HTML]]'s list of
<a>activation triggering input event</a>. Note that operating system
level accessibility and internationalization features may intercept
gestures before the user agent processes them for interaction with a
page. E.g. multiple key press codes used to enter an extended
international character.
Expand Down