axe-core 4.11.2 → 4.11.3
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 +322 -248
- package/axe.min.js +2 -2
- package/locales/_template.json +7 -0
- package/package.json +1 -1
- package/sri-history.json +4 -0
package/locales/_template.json
CHANGED
|
@@ -426,6 +426,13 @@
|
|
|
426
426
|
"plural": "Abstract roles cannot be directly used: ${data.values}"
|
|
427
427
|
}
|
|
428
428
|
},
|
|
429
|
+
"aria-allowed-attr-elm": {
|
|
430
|
+
"pass": "ARIA attributes are allowed for this element",
|
|
431
|
+
"fail": {
|
|
432
|
+
"singular": "ARIA attribute is not allowed on ${data.nodeName} elements: ${data.values}",
|
|
433
|
+
"plural": "ARIA attributes are not allowed on ${data.nodeName} elements: ${data.values}"
|
|
434
|
+
}
|
|
435
|
+
},
|
|
429
436
|
"aria-allowed-attr": {
|
|
430
437
|
"pass": "ARIA attributes are used correctly for the defined role",
|
|
431
438
|
"fail": {
|
package/package.json
CHANGED
package/sri-history.json
CHANGED
|
@@ -406,5 +406,9 @@
|
|
|
406
406
|
"4.11.2": {
|
|
407
407
|
"axe.js": "sha256-l0az3GGxixpCq0IHsMxs3F4nvNGl/89Ypf8icbh6Xfk=",
|
|
408
408
|
"axe.min.js": "sha256-dacAeIgHzdkplnXlC66fYnqfnzaOkpb+pxf3Ejreyxo="
|
|
409
|
+
},
|
|
410
|
+
"4.11.3": {
|
|
411
|
+
"axe.js": "sha256-MgD9sqZmQpnqTg+i7glZ32Zo9TQZ81mOpgg0HABdwoE=",
|
|
412
|
+
"axe.min.js": "sha256-BWVH7wRf9Q7eSaVMmaNWiQ/4lAxUFqVKnJEAhsVFM90="
|
|
409
413
|
}
|
|
410
414
|
}
|