Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
garykac authored Oct 22, 2018
1 parent 712798a commit 7e189ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@ A collection of tools for viewing and testing various DOM Events.
To report a bug or a submit feature request for any of these tools,
<a href="https://github.com/garykac/dom-event-viewer/issues/new">file an issue on Github.

### [Key Event Viewer](https://domeventviewer.com/key-event-viewer.html)
### [Key Event Viewer](https://garykac.github.io/dom-event-viewer/key-event-viewer.html)

View KeyboardEvents on a `<input type="text">` element:

`keydown`, `keypress`, `keyup`, `textinput`, `beforeinput`, `input`, `compositionstart`, `compositionupdate`, `compositionend`

#### [Key Event Viewer (for contenteditable)](https://domeventviewer.com/key-event-viewer-ce.html)
#### [Key Event Viewer (for contenteditable)](https://garykac.github.io/dom-event-viewer/key-event-viewer-ce.html)

Same as the standard Key Event Viewer except targetting a `<div contenteditable="true">` element.

### [Mouse Event Viewer](https://domeventviewer.com/mouse-event-viewer.html)
### [Mouse Event Viewer](https://garykac.github.io/dom-event-viewer/mouse-event-viewer.html)

View MouseEvents on a set of overlapping `<div>`s:

`mousedown`, `mouseenter`, `mouseleave`, `mousemove`, `mouseout`, `mouseover`, `mouseup`

#### [Mouse Event Viewer (with shadow DOM)](https://domeventviewer.com/mouse-event-viewer-shadow.html)
#### [Mouse Event Viewer (with shadow DOM)](https://garykac.github.io/dom-event-viewer/mouse-event-viewer-shadow.html)

Same as the standard Mouse Event Viewer except with additional shadow DOM elements.

### [Focus Event Viewer](https://domeventviewer.com/focus-event-viewer.html)
### [Focus Event Viewer](https://garykac.github.io/dom-event-viewer/focus-event-viewer.html)

View FocusEvents between two edit fields:

Expand Down

0 comments on commit 7e189ad

Please sign in to comment.