makeup-active-descendant
Advanced tools
Comparing version
@@ -36,3 +36,3 @@ 'use strict'; | ||
axis: 'both', | ||
useAriaSelected: true | ||
useAriaSelected: false | ||
}; | ||
@@ -39,0 +39,0 @@ |
{ | ||
"name": "makeup-active-descendant", | ||
"description": "Implements ARIA active descendant keyboard navigation", | ||
"version": "0.1.6", | ||
"version": "0.2.0", | ||
"main": "index.js", | ||
@@ -41,3 +41,3 @@ "repository": "https://github.com/makeup-js/makeup-active-descendant.git", | ||
"coveralls": "^3", | ||
"eslint": "^5", | ||
"eslint": "^6", | ||
"eslint-config-ebay": "^1", | ||
@@ -52,3 +52,3 @@ "jasmine-core": "^3", | ||
"nodelist-foreach-polyfill": "^1", | ||
"onchange": "^5", | ||
"onchange": "^6", | ||
"parallelshell": "^3", | ||
@@ -55,0 +55,0 @@ "puppeteer": "^1", |
@@ -180,3 +180,3 @@ # makeup-active-descendant | ||
* `axis` : specify 'x' for left/right arrow keys, 'y' for up/down arrow keys, or 'both' (default: 'both') | ||
* `useAriaSelected` - set to true to use aria-selected state on descendant items (historically required by Safari + Voiceover) (default: true) | ||
* `useAriaSelected` - set to true to use aria-selected state on descendant items (historically required by Safari + Voiceover, but hopefully not needed anymore) (default: false) | ||
@@ -183,0 +183,0 @@ ## Custom Events |
Sorry, the diff of this file is not supported yet
295796
3.7%