govuk_publishing_components 65.2.0 → 65.2.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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/govuk_publishing_components/domain-config.js +1 -1
- data/lib/govuk_publishing_components/version.rb +1 -1
- data/node_modules/axe-core/axe.d.ts +4 -0
- data/node_modules/axe-core/axe.js +6973 -6894
- data/node_modules/axe-core/axe.min.js +2 -2
- data/node_modules/axe-core/locales/_template.json +4 -2
- data/node_modules/axe-core/package.json +4 -4
- data/node_modules/axe-core/sri-history.json +4 -0
- metadata +1 -1
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
"help": "scope attribute should be used correctly"
|
|
359
359
|
},
|
|
360
360
|
"scrollable-region-focusable": {
|
|
361
|
-
"description": "Ensure elements that have scrollable content are accessible by keyboard",
|
|
361
|
+
"description": "Ensure elements that have scrollable content are accessible by keyboard in Safari",
|
|
362
362
|
"help": "Scrollable region must have keyboard access"
|
|
363
363
|
},
|
|
364
364
|
"select-name": {
|
|
@@ -462,6 +462,7 @@
|
|
|
462
462
|
"fail": {
|
|
463
463
|
"singular": "aria-errormessage value `${data.values}` must use a technique to announce the message (e.g., aria-live, aria-describedby, role=alert, etc.)",
|
|
464
464
|
"plural": "aria-errormessage values `${data.values}` must use a technique to announce the message (e.g., aria-live, aria-describedby, role=alert, etc.)",
|
|
465
|
+
"unsupported": "Multiple IDs in aria-errormessage is not widely supported in assistive technologies",
|
|
465
466
|
"hidden": "aria-errormessage value `${data.values}` cannot reference a hidden element"
|
|
466
467
|
},
|
|
467
468
|
"incomplete": {
|
|
@@ -508,7 +509,8 @@
|
|
|
508
509
|
"fail": {
|
|
509
510
|
"singular": "Required ARIA child role not present: ${data.values}",
|
|
510
511
|
"plural": "Required ARIA children role not present: ${data.values}",
|
|
511
|
-
"unallowed": "Element has children which are not allowed: ${data.values}"
|
|
512
|
+
"unallowed": "Element has children which are not allowed: ${data.values}",
|
|
513
|
+
"aria-busy-fail": "Element has children which are not allowed: ${data.values}; Having aria-busy=\"true\" does not allow children with roles that are not allowed"
|
|
512
514
|
},
|
|
513
515
|
"incomplete": {
|
|
514
516
|
"singular": "Expecting ARIA child role to be added: ${data.values}",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "axe-core",
|
|
3
3
|
"description": "Accessibility engine for automated Web UI testing",
|
|
4
|
-
"version": "4.11.
|
|
4
|
+
"version": "4.11.2",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=4"
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"eslint-plugin-mocha-no-only": "^1.2.0",
|
|
145
145
|
"execa": "5.x",
|
|
146
146
|
"glob": "^10.3.10",
|
|
147
|
-
"globals": "^
|
|
147
|
+
"globals": "^17.1.0",
|
|
148
148
|
"grunt": "^1.5.3",
|
|
149
149
|
"grunt-babel": "^8.0.0",
|
|
150
150
|
"grunt-bytesize": "^0.2.0",
|
|
@@ -156,9 +156,9 @@
|
|
|
156
156
|
"http-server": "^14.1.1",
|
|
157
157
|
"husky": "^9.0.7",
|
|
158
158
|
"inquirer": "^8.2.5",
|
|
159
|
-
"jquery": "^
|
|
159
|
+
"jquery": "^4.0.0",
|
|
160
160
|
"jsdoc": "^4.0.2",
|
|
161
|
-
"jsdom": "^
|
|
161
|
+
"jsdom": "^28.1.0",
|
|
162
162
|
"karma": "^6.4.1",
|
|
163
163
|
"karma-chai": "^0.1.0",
|
|
164
164
|
"karma-chrome-launcher": "^3.1.1",
|
|
@@ -402,5 +402,9 @@
|
|
|
402
402
|
"4.11.1": {
|
|
403
403
|
"axe.js": "sha256-fJzJf10MFoA2ixvyHh+fGvPuVq6JXm+IdhMVfaKAnYY=",
|
|
404
404
|
"axe.min.js": "sha256-fb+r38YGKTbXnIc927X4EaEhn8o5KL2Myd2B8eZfRyA="
|
|
405
|
+
},
|
|
406
|
+
"4.11.2": {
|
|
407
|
+
"axe.js": "sha256-l0az3GGxixpCq0IHsMxs3F4nvNGl/89Ypf8icbh6Xfk=",
|
|
408
|
+
"axe.min.js": "sha256-dacAeIgHzdkplnXlC66fYnqfnzaOkpb+pxf3Ejreyxo="
|
|
405
409
|
}
|
|
406
410
|
}
|