Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@polymer/iron-a11y-keys

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polymer/iron-a11y-keys - npm Package Compare versions

Comparing version 1.0.6-pre.3 to 3.0.0-pre.1

.github/ISSUE_TEMPLATE.md

8

package.json
{
"name": "@polymer/iron-a11y-keys",
"flat": true,
"version": "1.0.6-pre.3",
"version": "3.0.0-pre.1",
"description": "A basic element implementation of iron-a11y-keys-behavior, matching the legacy core-a11y-keys.",

@@ -21,8 +21,8 @@ "contributors": [

},
"license": "SEE LICENSE IN http://polymer.github.io/LICENSE.txt",
"license": "http://polymer.github.io/LICENSE.txt",
"dependencies": {
"@polymer/polymer": "preview",
"@polymer/iron-a11y-keys-behavior": "preview"
"@polymer/polymer": "^3.0.0-pre.1",
"@polymer/iron-a11y-keys-behavior": "^3.0.0-pre.1"
},
"devDependencies": {}
}

@@ -1,15 +0,1 @@

<!---
This README is automatically generated from the comments in these files:
iron-a11y-keys.html
Edit those files, and our readme bot will duplicate them over here!
Edit this file, and the bot will squash your changes :)
The bot does some handling of markdown. Please file a bug if it does the wrong
thing! https://github.com/PolymerLabs/tedium/issues
-->
[![Build status](https://travis-ci.org/PolymerElements/iron-a11y-keys.svg?branch=master)](https://travis-ci.org/PolymerElements/iron-a11y-keys)

@@ -19,5 +5,4 @@

## &lt;iron-a11y-keys&gt;
##&lt;iron-a11y-keys&gt;
`iron-a11y-keys` provides a cross-browser interface for processing

@@ -60,8 +45,8 @@ keyboard commands. The interface adheres to [WAI-ARIA best

target: {
type: Object,
value: function() {
return this.$.input;
}
type: Object
},
},
ready: function() {
this.target = this.$.input;
},
onEnter: function() {

@@ -102,3 +87,4 @@ console.log(this.userInput);

"home" | "end" | arrow | ascii | fnkey;
keycombo = { modifier, "+" }, key ;
event = "keypress" | "keydown" | "keyup";
keycombo = { modifier, "+" }, key, [ ":", event ] ;
keys = keycombo, { " ", keycombo } ;

@@ -130,3 +116,3 @@ ```

on-keys-pressed="setMin"></iron-a11y-keys>
<iron-a11y-keys target=""[[target]] keys="end"
<iron-a11y-keys target="[[target]]" keys="end"
on-keys-pressed="setMax"></iron-a11y-keys>

@@ -143,3 +129,1 @@ ```

value. `setMax` should move the slider to the maximum value.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc