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

Fix #89. Make some of UI Events composed events #91

Merged
merged 1 commit into from
Jun 27, 2016

Conversation

hayatoito
Copy link
Member

Reflect the conclusion of WICG/webcomponents#513.

Make the following events composed events:

  • Focus Events: blur, focus, focusin, focusout
  • Mouse Events: click, dblclick, mousedown, mouseenter, mouseleave,
    mousemove, mouseout, mouseover, mouseup
  • Wheel Events: wheel
  • Input Events: beforeinput, input
  • Keyboard Events: keydown, keyup
  • Composition Events: compositionstart, compositionupdate, compositionend

Other editorial fix: I replaced [[DOM4]] with [[DOM]] for consistency
because bikeshed complains as follows:

FATAL ERROR: The biblio refs [[DOM4]] and [[DOM]] are both aliases
of the same base reference [[WHATWG-DOM]]. Please choose one name and
use it consistently.

Reflect the conclusion of WICG/webcomponents#513.

Make the following events composed events:

- Focus Events: blur, focus, focusin, focusout
- Mouse Events: click, dblclick, mousedown, mouseenter, mouseleave,
                mousemove, mouseout, mouseover, mouseup
- Wheel Events: wheel
- Input Events: beforeinput, input
- Keyboard Events: keydown, keyup
- Composition Events: compositionstart, compositionupdate, compositionend

Other editorial fix: I replaced [[DOM4]] with [[DOM]] for consistency
because bikeshed complains as follows:

> FATAL ERROR: The biblio refs [[DOM4]] and [[DOM]] are both aliases
> of the same base reference [[WHATWG-DOM]]. Please choose one name and
> use it consistently.
@hayatoito hayatoito mentioned this pull request Jun 23, 2016
@hayatoito
Copy link
Member Author

@garykac @RByers
I appreciate if you have a chance to review this PR.

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.

2 participants