@sa11y/preset-rules
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "@sa11y/preset-rules", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Accessibility preset rule configs for axe", | ||
@@ -24,6 +24,6 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"axe-core": "4.1.1" | ||
"axe-core": "4.1.2" | ||
}, | ||
"devDependencies": { | ||
"@sa11y/common": "0.2.4-beta.0" | ||
"@sa11y/common": "0.2.5-beta.0" | ||
}, | ||
@@ -33,3 +33,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "05e24c876d130a5741513d17f6b9d7f22608aaa1" | ||
"gitHead": "caa24df18b75514bfbcbb4680d17dd51d7e7560e" | ||
} |
@@ -8,3 +8,2 @@ # `@sa11y/preset-rules` | ||
- [Usage](#usage) | ||
@@ -129,3 +128,3 @@ - [Ruleset Mapping](#ruleset-mapping) | ||
| [page-has-heading-one](https://dequeuniversity.com/rules/axe/4.1/page-has-heading-one) | Ensure that the page, or at least one of its frames contains a level-one heading | Moderate | failure | :heavy_check_mark: | :heavy_check_mark: | This should always be true | | ||
| [presentation-role-conflict](https://dequeuniversity.com/rules/axe/4.1/presentation-role-conflict) | Flags elements whose role is none or presentation and which cause the role conflict resolution to trigger. | Minor | failure | failure | :x: | :heavy_check_mark: | | | ||
| [presentation-role-conflict](https://dequeuniversity.com/rules/axe/4.1/presentation-role-conflict) | Flags elements whose role is none or presentation and which cause the role conflict resolution to trigger. | Minor | failure | :x: | :heavy_check_mark: | | | ||
| [region](https://dequeuniversity.com/rules/axe/4.1/region) | Ensures all page content is contained by landmarks | Moderate | failure | :x: | :heavy_check_mark: | Still have landmark work to do before enabling in "Base" set | | ||
@@ -132,0 +131,0 @@ | [scope-attr-valid](https://dequeuniversity.com/rules/axe/4.1/scope-attr-valid) | Ensures the scope attribute is used correctly on tables | Moderate, Critical | failure | :heavy_check_mark: | :heavy_check_mark: | This should always be true | |
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
49448
149
+ Addedaxe-core@4.1.2(transitive)
- Removedaxe-core@4.1.1(transitive)
Updatedaxe-core@4.1.2