[w3c/uievents] Fix #89. Make some of UI Events composed events (#91)

Reflect the conclusion of https://github.com/w3c/webcomponents/issues/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.
You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/uievents/pull/91

-- Commit Summary --

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

-- File Changes --

    M index.bs (2)
    M index.html (2794)
    M sections/architecture.txt (2)
    M sections/event-interfaces.txt (1)
    M sections/event-types.txt (84)

-- Patch Links --

https://github.com/w3c/uievents/pull/91.patch
https://github.com/w3c/uievents/pull/91.diff

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/pull/91

Received on Thursday, 23 June 2016 01:37:24 UTC