Skip to content

Commit

Permalink
Re-implement core-a11y-keys as a behavior
Browse files Browse the repository at this point in the history
 - core-a11y-keys implementation moved to Polymer.IronA11yKeysBehavior
 - all original core-a11y-keys functionality supported
 - new test suite added targetting behavior
  • Loading branch information
Chris Joel committed May 14, 2015
1 parent 922c050 commit 97f6af9
Show file tree
Hide file tree
Showing 10 changed files with 721 additions and 503 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bower_components
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
core-a11y-keys
==============
iron-a11y-keys-behavior
=======================

See the [component page](https://www.polymer-project.org/0.5/docs/elements/core-a11y-keys.html) for more information.
34 changes: 22 additions & 12 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
{
"name": "core-a11y-keys",
"private": true,
"name": "iron-a11y-keys-behavior",
"version": "0.9.0",
"description": "A behavior that enables keybindings for greater a11y.",
"keywords": [
"web-components",
"web-component",
"polymer",
"a11y",
"input"
],
"authors": [
"The Polymer Authors"
],
"main": "iron-a11y-keys-behavior.html",
"license": "MIT",
"dependencies": {
"polymer": "Polymer/polymer#master"
"polymer": "polymer/polymer#v0.9.0-rc.1"
},
"devDependencies": {
"web-component-tester": "Polymer/web-component-tester#^1"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
"iron-component-page": "polymerelements/iron-component-page#^0.9.0",
"iron-test-helpers": "polymerelements/iron-test-helpers#^0.9.3",
"test-fixture": "polymerelements/test-fixture#^0.9.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.6.0",
"web-component-tester": "*"
}
}
342 changes: 0 additions & 342 deletions core-a11y-keys.html

This file was deleted.

Loading

0 comments on commit 97f6af9

Please sign in to comment.