testilo 3.9.4 → 3.9.7
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/package.json +1 -1
- package/procs/score/sp15a.js +5 -5
- package/procs/score/sp15b.js +6279 -0
- package/procs/score/spA11yMessage.js +82 -0
package/package.json
CHANGED
package/procs/score/sp15a.js
CHANGED
|
@@ -2062,7 +2062,7 @@ const groups = {
|
|
|
2062
2062
|
}
|
|
2063
2063
|
},
|
|
2064
2064
|
contrastAA: {
|
|
2065
|
-
weight:
|
|
2065
|
+
weight: 4,
|
|
2066
2066
|
packages: {
|
|
2067
2067
|
alfa: {
|
|
2068
2068
|
r69: {
|
|
@@ -2943,7 +2943,7 @@ const groups = {
|
|
|
2943
2943
|
}
|
|
2944
2944
|
},
|
|
2945
2945
|
cellHeadersAmbiguityRisk: {
|
|
2946
|
-
weight:
|
|
2946
|
+
weight: 2,
|
|
2947
2947
|
packages: {
|
|
2948
2948
|
htmlcs: {
|
|
2949
2949
|
'w:AA.1_3_1.H43.ScopeAmbiguous': {
|
|
@@ -3107,7 +3107,7 @@ const groups = {
|
|
|
3107
3107
|
}
|
|
3108
3108
|
},
|
|
3109
3109
|
targetSize: {
|
|
3110
|
-
weight:
|
|
3110
|
+
weight: 3,
|
|
3111
3111
|
packages: {
|
|
3112
3112
|
tenon: {
|
|
3113
3113
|
152: {
|
|
@@ -3336,7 +3336,7 @@ const groups = {
|
|
|
3336
3336
|
}
|
|
3337
3337
|
}
|
|
3338
3338
|
},
|
|
3339
|
-
|
|
3339
|
+
bannerNot1: {
|
|
3340
3340
|
weight: 2,
|
|
3341
3341
|
packages: {
|
|
3342
3342
|
axe: {
|
|
@@ -3375,7 +3375,7 @@ const groups = {
|
|
|
3375
3375
|
}
|
|
3376
3376
|
}
|
|
3377
3377
|
},
|
|
3378
|
-
|
|
3378
|
+
footerNot1: {
|
|
3379
3379
|
weight: 2,
|
|
3380
3380
|
packages: {
|
|
3381
3381
|
axe: {
|