axe-core 4.10.3-canary.e7dae4e → 4.10.3-canary.eb52b4e

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/locales/de.json CHANGED
@@ -1098,7 +1098,11 @@
1098
1098
  "td-headers-attr": {
1099
1099
  "pass": "Das headers-Attribut wird ausschließlich dafür verwendet, um auf andere Kopfzellen in der Tabelle zu verweisen.",
1100
1100
  "incomplete": "Das headers-Attribut ist leer.",
1101
- "fail": "Das headers-Attribut wird nicht ausschließlich dafür verwendet, um auf andere Kopfzellen in der Tabelle zu verweisen."
1101
+ "fail": {
1102
+ "cell-header-not-in-table": "Das headers-Attribut wird nicht ausschließlich dafür verwendet, um auf andere Kopfzellen in der Tabelle zu verweisen.",
1103
+ "cell-header-not-th": "Das headers-Attribut muss auf Kopfzellen verweisen, nicht auf Datenzellen.",
1104
+ "header-refs-self": "Das Element mit dem headers-Attribut verweist auf sich selbst."
1105
+ }
1102
1106
  },
1103
1107
  "th-has-data-cells": {
1104
1108
  "pass": "Alle Tabellenkopfzellen beziehen sich auf Datenzellen.",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "axe-core",
3
3
  "description": "Accessibility engine for automated Web UI testing",
4
- "version": "4.10.3-canary.e7dae4e",
4
+ "version": "4.10.3-canary.eb52b4e",
5
5
  "license": "MPL-2.0",
6
6
  "engines": {
7
7
  "node": ">=4"
package/sri-history.json CHANGED
@@ -395,8 +395,8 @@
395
395
  "axe.js": "sha256-vurbjUBDRYSCqEMt0ievkm0brzeP+81jiI6R7AyoU10=",
396
396
  "axe.min.js": "sha256-iAlwwIFwc2DmTzTOol/5GJL1vJVnWwd2kluXCd2KaLs="
397
397
  },
398
- "4.10.3-canary.e7dae4e": {
399
- "axe.js": "sha256-gnHnSjxQNOwJw8/2z04fiRYJ4I3QV45IB/PQmFiwRbU=",
400
- "axe.min.js": "sha256-RUoWRpbfC9Z0DDgXtmEgnPqUJ1uOgqJiYN7+b+HKKoM="
398
+ "4.10.3-canary.eb52b4e": {
399
+ "axe.js": "sha256-CgYjbF4IpNyc/sT/RT9SWVyznzSV4RGc4mgeDxdMoew=",
400
+ "axe.min.js": "sha256-3aIniZPLNvx9xheJbarQDfvE4qqnvdl9QJYzuppQDlY="
401
401
  }
402
402
  }