aria-query
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -71,1 +71,5 @@ # aria-query Change Log | ||
- 0b2d4ed Handle header element as banner role (#47) | ||
## 4.2.2 | ||
- 7819fe4 Fix the allowed props of the heading role (jsx-eslint/eslint-plugin-jsx-a11y#704) |
@@ -17,3 +17,5 @@ "use strict"; | ||
prohibitedProps: [], | ||
props: {}, | ||
props: { | ||
'aria-level': null | ||
}, | ||
relatedConcepts: [{ | ||
@@ -20,0 +22,0 @@ concept: { |
{ | ||
"name": "aria-query", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"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
171836
5128