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

Side by Side Diff: polymer_1.2.3/bower_components/iron-a11y-keys-behavior/README.md

Issue 1581713003: [third_party] add polymer 1.2.3 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: 1.2.3 Created 4 years, 11 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
2 ======================= 2 <!---
3 3
4 This README is automatically generated from the comments in these files:
5 iron-a11y-keys-behavior.html
6
7 Edit those files, and our readme bot will duplicate them over here!
8 Edit this file, and the bot will squash your changes :)
9
10 -->
11
12 [![Build Status](https://travis-ci.org/PolymerElements/iron-a11y-keys-behavior.s vg?branch=master)](https://travis-ci.org/PolymerElements/iron-a11y-keys-behavior )
13
14 _[Demo and API Docs](https://elements.polymer-project.org/elements/iron-a11y-key s-behavior)_
15
16
17 ##Polymer.IronA11yKeysBehavior
18
19
4 `Polymer.IronA11yKeysBehavior` provides a normalized interface for processing 20 `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). 21 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 22 The element takes care of browser differences with respect to Keyboard events
7 and uses an expressive syntax to filter key presses. 23 and uses an expressive syntax to filter key presses.
8 24
9 Use the `keyBindings` prototype property to express what combination of keys 25 Use the `keyBindings` prototype property to express what combination of keys
10 will trigger the event to fire. 26 will trigger the event to fire.
11 27
12 Use the `key-event-target` attribute to set up event handlers on a specific 28 Use the `key-event-target` attribute to set up event handlers on a specific
13 node. 29 node.
14 The `keys-pressed` event will fire when one of the key combinations set with the 30 The `keys-pressed` event will fire when one of the key combinations set with the
15 `keys` property is pressed. 31 `keys` property is pressed.
32
33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698