Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Side by Side Diff: third_party/polymer/v0_8/components-chromium/iron-a11y-keys-behavior/README.md

Issue 1162963002: Revert "Rename polymer and cr_elements v0_8 to v1_0" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 iron-a11y-keys-behavior 1 iron-a11y-keys-behavior
2 ======================= 2 =======================
3 3
4 `Polymer.IronA11yKeysBehavior` provides a normalized interface for processing 4 `Polymer.IronA11yKeysBehavior` provides a normalized interface for processing
5 keyboard commands that pertain to [WAI-ARIA best practices](http://www.w3.org/TR /wai-aria-practices/#kbd_general_binding). 5 keyboard commands that pertain to [WAI-ARIA best practices](http://www.w3.org/TR /wai-aria-practices/#kbd_general_binding).
6 The element takes care of browser differences with respect to Keyboard events 6 The element takes care of browser differences with respect to Keyboard events
7 and uses an expressive syntax to filter key presses. 7 and uses an expressive syntax to filter key presses.
8 8
9 Use the `keyBindings` prototype property to express what combination of keys 9 Use the `keyBindings` prototype property to express what combination of keys
10 will trigger the event to fire. 10 will trigger the event to fire.
11 11
12 Use the `key-event-target` attribute to set up event handlers on a specific 12 Use the `key-event-target` attribute to set up event handlers on a specific
13 node. 13 node.
14 The `keys-pressed` event will fire when one of the key combinations set with the 14 The `keys-pressed` event will fire when one of the key combinations set with the
15 `keys` property is pressed. 15 `keys` property is pressed.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698