accessibility-checker 3.1.13 → 3.1.14

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -255,7 +255,7 @@ Using a callback mechanism (`callback`) to extract the results and perform asser
255
255
  // xpath
256
256
  "dom": "/html[1]",
257
257
  // path of ARIA roles
258
- "aria": ""
258
+ "aria": "/document[1]"
259
259
  },
260
260
  "ruleTime": 0,
261
261
  // Generated message
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "accessibility-checker",
3
- "version": "3.1.13",
3
+ "version": "3.1.14",
4
4
  "description": "An automated testing tools for accessibility testing using Puppeteer, Selenium, or Zombie",
5
5
  "main": "index.js",
6
6
  "scripts": {