@qualweb/cli 0.6.21 → 0.6.23
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/README.md +1 -0
- package/dist/lib/act-rules.options.json +4 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -259,6 +259,7 @@ This config file can replace commands **--wcag-techniques**, **--wcag-levels** a
|
|
|
259
259
|
| QW-ACT-R74 | [ye5d6e](https://act-rules.github.io/rules/ye5d6e) | Document has an instrument to move focus to non-repeated content |
|
|
260
260
|
| QW-ACT-R75 | [cf77f2](https://act-rules.github.io/rules/cf77f2) | Bypass Blocks of Repeated Content |
|
|
261
261
|
| QW-ACT-R76 | [09o5cg](https://act-rules.github.io/rules/09o5cg) | Text has enhanced contrast |
|
|
262
|
+
| QW-ACT-R77 | [in6db8](https://act-rules.github.io/rules/in6db8) | ARIA required ID references exist |
|
|
262
263
|
|
|
263
264
|
## Implemented WCAG 2.1 Techniques
|
|
264
265
|
|
|
@@ -70,7 +70,8 @@
|
|
|
70
70
|
"QW-ACT-R73",
|
|
71
71
|
"QW-ACT-R74",
|
|
72
72
|
"QW-ACT-R75",
|
|
73
|
-
"QW-ACT-R76"
|
|
73
|
+
"QW-ACT-R76",
|
|
74
|
+
"QW-ACT-R77"
|
|
74
75
|
],
|
|
75
76
|
"act_id": [
|
|
76
77
|
"2779a5",
|
|
@@ -144,6 +145,7 @@
|
|
|
144
145
|
"3e12e1",
|
|
145
146
|
"ye5d6e",
|
|
146
147
|
"cf77f2",
|
|
147
|
-
"09o5cg"
|
|
148
|
+
"09o5cg",
|
|
149
|
+
"in6db8"
|
|
148
150
|
]
|
|
149
151
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qualweb/cli",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.23",
|
|
4
4
|
"description": "QualWeb evaluator command line interface",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"author": "João Vicente",
|
|
42
42
|
"license": "ISC",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@qualweb/core": "0.7.
|
|
44
|
+
"@qualweb/core": "0.7.63",
|
|
45
45
|
"command-line-args": "^5.2.1",
|
|
46
46
|
"command-line-usage": "^6.1.1",
|
|
47
47
|
"log-update": "^4.0.0",
|