Skip to content

Commit

Permalink
Fixes 2183. Adds note to DOMEvent about event.key reliability.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolmo committed Jan 30, 2012
1 parent 2043a10 commit bf1d54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/Types/DOMEvent.md
Expand Up @@ -45,7 +45,7 @@ DOMEvent Method: constructor {#DOMEvent:constructor}

- Accessing event.page / event.client requires the page to be in [Standards Mode](http://hsivonen.iki.fi/doctype/).
- Every event added with addEvent gets the MooTools method automatically, without the need to manually instance it.

- `event.key` is only reliable with `keydown` or `keyup` events. See [PPK](http://www.quirksmode.org/js/keys.html).

DOMEvent Method: stop {#DOMEvent:stop}
--------------------------------------
Expand Down

0 comments on commit bf1d54c

Please sign in to comment.