testilo 52.1.9 → 52.1.10
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/tic.js +15 -0
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -3096,6 +3096,11 @@ exports.issues = {
|
|
|
3096
3096
|
quality: 1,
|
|
3097
3097
|
what: 'div element with button role has no accessible name'
|
|
3098
3098
|
},
|
|
3099
|
+
'E-WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.Div.Name': {
|
|
3100
|
+
variable: false,
|
|
3101
|
+
quality: 1,
|
|
3102
|
+
what: 'div element with button role has no accessible name'
|
|
3103
|
+
},
|
|
3099
3104
|
'E-AAA.4_1_2.H91.Button.Name': {
|
|
3100
3105
|
variable: false,
|
|
3101
3106
|
quality: 1,
|
|
@@ -9322,6 +9327,11 @@ exports.issues = {
|
|
|
9322
9327
|
variable: false,
|
|
9323
9328
|
quality: 1,
|
|
9324
9329
|
what: 'Element is a label but has a label'
|
|
9330
|
+
},
|
|
9331
|
+
'The aria-labelledby attribute must not be used on any label element that is an ancestor of a labelable element.': {
|
|
9332
|
+
variable: false,
|
|
9333
|
+
quality: 1,
|
|
9334
|
+
what: 'Element is a label with a labelable descendant but has is an aria-labelledby attribute'
|
|
9325
9335
|
}
|
|
9326
9336
|
},
|
|
9327
9337
|
nuVnu: {
|
|
@@ -9329,6 +9339,11 @@ exports.issues = {
|
|
|
9329
9339
|
variable: false,
|
|
9330
9340
|
quality: 1,
|
|
9331
9341
|
what: 'Element is a label but has a label'
|
|
9342
|
+
},
|
|
9343
|
+
'The aria-labelledby attribute must not be used on any label element that is an ancestor of a labelable element.': {
|
|
9344
|
+
variable: false,
|
|
9345
|
+
quality: 1,
|
|
9346
|
+
what: 'Element is a label with a labelable descendant but has is an aria-labelledby attribute'
|
|
9332
9347
|
}
|
|
9333
9348
|
},
|
|
9334
9349
|
testaro: {
|