aria-query
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -66,1 +66,6 @@ # aria-query Change Log | ||
- 38694f3 fix: input type is text by default (#42) | ||
## 4.2.1 | ||
- bdd6082 Change master branch main in Travis | ||
- 0b2d4ed Handle header element as banner role (#47) |
@@ -21,3 +21,3 @@ "use strict"; | ||
constraints: ['direct descendant of document'], | ||
name: 'banner' | ||
name: 'header' | ||
}, | ||
@@ -24,0 +24,0 @@ module: 'HTML' |
{ | ||
"name": "aria-query", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "Programmatic access to the ARIA specification", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
171707