axe-core 4.11.1-canary.0489e30 → 4.11.1-canary.4ec5211

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -358,7 +358,7 @@
358
358
  "help": "scope attribute should be used correctly"
359
359
  },
360
360
  "scrollable-region-focusable": {
361
- "description": "Ensure elements that have scrollable content are accessible by keyboard",
361
+ "description": "Ensure elements that have scrollable content are accessible by keyboard in Safari",
362
362
  "help": "Scrollable region must have keyboard access"
363
363
  },
364
364
  "select-name": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "axe-core",
3
3
  "description": "Accessibility engine for automated Web UI testing",
4
- "version": "4.11.1-canary.0489e30",
4
+ "version": "4.11.1-canary.4ec5211",
5
5
  "license": "MPL-2.0",
6
6
  "engines": {
7
7
  "node": ">=4"