axe-core 4.8.0 → 4.8.1
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.
- package/axe.js +6 -6
- package/axe.min.js +2 -2
- package/locales/_template.json +4 -4
- package/package.json +1 -1
- package/sri-history.json +4 -0
package/locales/_template.json
CHANGED
|
@@ -862,11 +862,11 @@
|
|
|
862
862
|
"fail": "${data} on <meta> tag disables zooming on mobile devices"
|
|
863
863
|
},
|
|
864
864
|
"target-offset": {
|
|
865
|
-
"pass": "Target has sufficient space from its closest neighbors
|
|
866
|
-
"fail": "Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of {
|
|
865
|
+
"pass": "Target has sufficient space from its closest neighbors. Safe clickable space has a diameter of ${data.closestOffset}px which is at least ${data.minOffset}px.",
|
|
866
|
+
"fail": "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.",
|
|
867
867
|
"incomplete": {
|
|
868
|
-
"default": "Element with negative tabindex has insufficient space to its closest neighbors. Safe clickable space has a diameter of {
|
|
869
|
-
"nonTabbableNeighbor": "Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of {
|
|
868
|
+
"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?",
|
|
869
|
+
"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?"
|
|
870
870
|
}
|
|
871
871
|
},
|
|
872
872
|
"target-size": {
|
package/package.json
CHANGED
package/sri-history.json
CHANGED
|
@@ -354,5 +354,9 @@
|
|
|
354
354
|
"4.8.0": {
|
|
355
355
|
"axe.js": "sha256-Rd1U88z7mahhAvxYhchoCfwWxV8R/H+BcSoX6XTQ0gY=",
|
|
356
356
|
"axe.min.js": "sha256-1oZiCfWnUt2rwqLWzpkoxlcEaOH53/QFYke0jo+KecA="
|
|
357
|
+
},
|
|
358
|
+
"4.8.1": {
|
|
359
|
+
"axe.js": "sha256-xAiDRfIT8BFIcORsehvJYCROe4K+U0Ak5MVJMaCvn9k=",
|
|
360
|
+
"axe.min.js": "sha256-EkEySwRAuCQljOYWJ29XQp4s80KPPlsmKwFtKFn6Vr0="
|
|
357
361
|
}
|
|
358
362
|
}
|