@qualweb/core 0.7.60 → 0.7.62
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/package.json +3 -3
package/README.md
CHANGED
|
@@ -444,6 +444,7 @@ In this section it's explained the evaluation report in detail. For a detailed v
|
|
|
444
444
|
| QW-ACT-R74 | [ye5d6e](https://act-rules.github.io/rules/ye5d6e) | Document has an instrument to move focus to non-repeated content |
|
|
445
445
|
| QW-ACT-R75 | [cf77f2](https://act-rules.github.io/rules/cf77f2) | Bypass Blocks of Repeated Content |
|
|
446
446
|
| QW-ACT-R76 | [09o5cg](https://act-rules.github.io/rules/09o5cg) | Text has enhanced contrast |
|
|
447
|
+
| QW-ACT-R77 | [in6db8](https://act-rules.github.io/rules/in6db8) | ARIA required ID references exist |
|
|
447
448
|
|
|
448
449
|
## Implemented WCAG 2.1 Techniques
|
|
449
450
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qualweb/core",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.62",
|
|
4
4
|
"description": "QualWeb evaluator core engine",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"@qualweb/crawler": "0.3.18",
|
|
72
72
|
"@qualweb/dom": "0.2.10",
|
|
73
73
|
"@qualweb/earl-reporter": "0.4.6",
|
|
74
|
-
"@qualweb/evaluation": "0.3.
|
|
75
|
-
"@qualweb/locale": "0.1.
|
|
74
|
+
"@qualweb/evaluation": "0.3.46",
|
|
75
|
+
"@qualweb/locale": "0.1.18",
|
|
76
76
|
"colors": "1.4.0",
|
|
77
77
|
"puppeteer": "21.6.1",
|
|
78
78
|
"puppeteer-cluster": "^0.23.0",
|