axe-core
Advanced tools
Comparing version 4.9.0 to 4.9.1
@@ -541,3 +541,4 @@ { | ||
"idrefs": "Unable to determine if ARIA attribute element ID exists on the page: ${data.needsReview}", | ||
"empty": "ARIA attribute value is ignored while empty: ${data.needsReview}" | ||
"empty": "ARIA attribute value is ignored while empty: ${data.needsReview}", | ||
"controlsWithinPopup": "Unable to determine if aria-controls referenced ID exists on the page while using aria-haspopup: ${data.needsReview}" | ||
} | ||
@@ -876,3 +877,4 @@ }, | ||
"default": "Element with negative tabindex has insufficient space to its closest neighbors. Safe clickable space has a diameter of ${data.closestOffset}px instead of at least ${data.minOffset}px. Is this a target?", | ||
"nonTabbableNeighbor": "Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of ${data.closestOffset}px instead of at least ${data.minOffset}px. Is the neighbor a target?" | ||
"nonTabbableNeighbor": "Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of ${data.closestOffset}px instead of at least ${data.minOffset}px. Is the neighbor a target?", | ||
"tooManyRects": "Could not get the target size because there are too many overlapping elements" | ||
} | ||
@@ -879,0 +881,0 @@ }, |
{ | ||
"name": "axe-core", | ||
"description": "Accessibility engine for automated Web UI testing", | ||
"version": "4.9.0", | ||
"version": "4.9.1", | ||
"license": "MPL-2.0", | ||
@@ -35,2 +35,7 @@ "engines": { | ||
"url": "http://deque.com/" | ||
}, | ||
{ | ||
"name": "Ava Gaiety Wroten", | ||
"organization": "Deque Systems, Inc.", | ||
"url": "http://deque.com/" | ||
} | ||
@@ -79,3 +84,3 @@ ], | ||
"test:unit": "karma start test/karma.conf.js", | ||
"test:debug": "npm run test:unit -- --no-single-run --browsers=Chrome", | ||
"test:debug": "npm run test:unit -- --no-single-run --browsers=ChromeDebugging", | ||
"test:unit:core": "npm run test:unit -- testDirs=core", | ||
@@ -130,3 +135,3 @@ "test:unit:commons": "npm run test:unit -- testDirs=commons", | ||
"clone": "^2.1.2", | ||
"colorjs.io": "^0.5.0", | ||
"colorjs.io": "^0.4.3", | ||
"conventional-commits-parser": "^5.0.0", | ||
@@ -133,0 +138,0 @@ "core-js": "^3.27.1", |
@@ -106,5 +106,5 @@ # axe-core | ||
To create a new translation for axe, start by running `grunt translate --lang=<langcode>`. This will create a json file fin the `./locales` directory, with the default English text in it for you to translate. Alternatively, you could copy `./locales/_template.json`. We welcome any localization for axe-core. For details on how to contribute, see the Contributing section below. For details on the message syntax, see [Check Message Template](/doc/check-message-template.md). | ||
To create a new translation for axe, start by running `grunt translate --lang=<langcode>`. This will create a json file in the `./locales` directory, with the default English text in it for you to translate. Alternatively, you could copy `./locales/_template.json`. We welcome any localization for axe-core. For details on how to contribute, see the Contributing section below. For details on the message syntax, see [Check Message Template](/doc/check-message-template.md). | ||
To update existing translation file, re-run `grunt translate --lang=<langcode>`. This will add new messages used in English and remove messages which were not used in English. | ||
To update an existing translation file, re-run `grunt translate --lang=<langcode>`. This will add new messages used in English and remove messages which were not used in English. | ||
@@ -111,0 +111,0 @@ Additionally, locale can be applied at runtime by passing a `locale` object to `axe.configure()`. The locale object must be of the same shape as existing locales in the `./locales` directory. For example: |
@@ -377,3 +377,7 @@ { | ||
"axe.min.js": "sha256-leYBst5Y3dlncZ2YVBpe5s//BhrMC7XbK9yhUCAyPNA=" | ||
}, | ||
"4.9.1": { | ||
"axe.js": "sha256-t7u8FiO2U54AN0dyGu2hAMcYdgpuXEkM6n+Eup6lMyQ=", | ||
"axe.min.js": "sha256-GCpA3F2CB+YmwJhhrWUCfUXoXjpW0BBF0Gji6I7kMuo=" | ||
} | ||
} |
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
26
8
2783249
49870