axe-core
Advanced tools
Comparing version 4.9.1-canary.00b9fba to 4.9.1-canary.0577a74
@@ -285,4 +285,4 @@ { | ||
"landmark-unique": { | ||
"help": "Ensures landmarks are unique", | ||
"description": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination" | ||
"description": "Ensures landmarks are unique", | ||
"help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination" | ||
}, | ||
@@ -387,3 +387,3 @@ "link-in-text-block": { | ||
"description": "Ensure the <caption> element does not contain the same text as the summary attribute", | ||
"help": "tables should not have the same summary and caption" | ||
"help": "Tables should not have the same summary and caption" | ||
}, | ||
@@ -395,3 +395,3 @@ "table-fake-caption": { | ||
"target-size": { | ||
"description": "Ensure touch target have sufficient size and space", | ||
"description": "Ensure touch targets have sufficient size and space", | ||
"help": "All touch targets must be 24px large, or leave sufficient space" | ||
@@ -467,5 +467,5 @@ }, | ||
"incomplete": { | ||
"singular": "ensure aria-errormessage value `${data.values}` references an existing element", | ||
"plural": "ensure aria-errormessage values `${data.values}` reference existing elements", | ||
"idrefs": "unable to determine if aria-errormessage element exists on the page: ${data.values}" | ||
"singular": "Ensure aria-errormessage value `${data.values}` references an existing element", | ||
"plural": "Ensure aria-errormessage values `${data.values}` reference existing elements", | ||
"idrefs": "Unable to determine if aria-errormessage element exists on the page: ${data.values}" | ||
} | ||
@@ -685,8 +685,9 @@ }, | ||
"autocomplete-appropriate": { | ||
"pass": "the autocomplete value is on an appropriate element", | ||
"fail": "the autocomplete value is inappropriate for this type of input" | ||
"pass": "The autocomplete value is on an appropriate element", | ||
"fail": "The autocomplete value is inappropriate for this type of input" | ||
}, | ||
"autocomplete-valid": { | ||
"pass": "the autocomplete attribute is correctly formatted", | ||
"fail": "the autocomplete attribute is incorrectly formatted" | ||
"fail": "the autocomplete attribute is incorrectly formatted", | ||
"incomplete": "the autocomplete attribute has a non-standard value. Check whether any standard value could be used instead." | ||
}, | ||
@@ -969,3 +970,3 @@ "accesskeys": { | ||
"fail": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty", | ||
"incomplete": "ensure aria-labelledby references an existing element" | ||
"incomplete": "Ensure aria-labelledby references an existing element" | ||
}, | ||
@@ -1053,3 +1054,3 @@ "avoid-inline-spacing": { | ||
"presentational-role": { | ||
"pass": "Element's default semantics were overriden with role=\"${data.role}\"", | ||
"pass": "Element's default semantics were overridden with role=\"${data.role}\"", | ||
"fail": { | ||
@@ -1064,7 +1065,7 @@ "default": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"", | ||
"role-none": { | ||
"pass": "Element's default semantics were overriden with role=\"none\"", | ||
"pass": "Element's default semantics were overridden with role=\"none\"", | ||
"fail": "Element's default semantics were not overridden with role=\"none\"" | ||
}, | ||
"role-presentation": { | ||
"pass": "Element's default semantics were overriden with role=\"presentation\"", | ||
"pass": "Element's default semantics were overridden with role=\"presentation\"", | ||
"fail": "Element's default semantics were not overridden with role=\"presentation\"" | ||
@@ -1071,0 +1072,0 @@ }, |
{ | ||
"name": "axe-core", | ||
"description": "Accessibility engine for automated Web UI testing", | ||
"version": "4.9.1-canary.00b9fba", | ||
"version": "4.9.1-canary.0577a74", | ||
"license": "MPL-2.0", | ||
@@ -79,2 +79,4 @@ "engines": { | ||
"build": "grunt", | ||
"patch": "npx patch-package", | ||
"unpatch": "npx patch-package --reverse", | ||
"eslint": "eslint --color --format stylish '{lib,test,build,doc}/**/*.js' 'Gruntfile.js'", | ||
@@ -114,3 +116,3 @@ "test": "npm run test:tsc && run-s \"test:unit:* -- {@}\" --", | ||
"fmt": "prettier --write .", | ||
"prepare": "husky", | ||
"prepare": "husky && npm run patch", | ||
"prebuild": "node ./build/check-node-version.js", | ||
@@ -135,3 +137,3 @@ "pretest": "node ./build/check-node-version.js", | ||
"clone": "^2.1.2", | ||
"colorjs.io": "^0.4.3", | ||
"colorjs.io": "0.4.3", | ||
"conventional-commits-parser": "^5.0.0", | ||
@@ -143,7 +145,8 @@ "core-js": "^3.27.1", | ||
"esbuild": "^0.10.x", | ||
"eslint": "^8.31.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-mocha-no-only": "^1.1.1", | ||
"eslint": "^9.2.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-mocha-no-only": "^1.2.0", | ||
"execa": "5.x", | ||
"glob": "^10.3.10", | ||
"globals": "^15.2.0", | ||
"grunt": "^1.5.3", | ||
@@ -177,2 +180,3 @@ "grunt-babel": "^8.0.0", | ||
"outdent": "^0.8.0", | ||
"patch-package": "^8.0.0", | ||
"prettier": "^3.0.3", | ||
@@ -182,3 +186,3 @@ "revalidator": "^0.3.1", | ||
"serve-handler": "^6.1.5", | ||
"sinon": "^17.0.0", | ||
"sinon": "^18.0.0", | ||
"sri-toolbox": "^0.2.0", | ||
@@ -185,0 +189,0 @@ "standard-version": "^9.5.0", |
@@ -382,6 +382,6 @@ { | ||
}, | ||
"4.9.1-canary.00b9fba": { | ||
"axe.js": "sha256-3KluGRnmL/9cGMDPV6AksrCWXQYJ9BH1/ThcY2J8Xec=", | ||
"axe.min.js": "sha256-5BpxDGWU4/CwMEKC0Z7fYkV+FkcLUj3qPsFU6mz7MKY=" | ||
"4.9.1-canary.0577a74": { | ||
"axe.js": "sha256-UzjO/i9124VVTyTHBrIAej370g6XFDd4oHnLFA9dFqE=", | ||
"axe.min.js": "sha256-0PV1CjroII+fPfaYIOTIJZJNs8cwHe/XXgDXSE7puS8=" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
2784459
69
49842