testilo 43.3.4 → 43.3.6
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 +11 -11
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -1419,7 +1419,7 @@ exports.issues = {
|
|
|
1419
1419
|
html_lang_valid: {
|
|
1420
1420
|
variable: false,
|
|
1421
1421
|
quality: 1,
|
|
1422
|
-
what: 'lang attribute of the html element
|
|
1422
|
+
what: 'lang attribute of the html element includes no valid primary language'
|
|
1423
1423
|
}
|
|
1424
1424
|
},
|
|
1425
1425
|
qualWeb: {
|
|
@@ -1460,7 +1460,7 @@ exports.issues = {
|
|
|
1460
1460
|
element_lang_valid: {
|
|
1461
1461
|
variable: false,
|
|
1462
1462
|
quality: 1,
|
|
1463
|
-
what: 'Element lang attribute
|
|
1463
|
+
what: 'Element lang attribute includes no valid primary language'
|
|
1464
1464
|
}
|
|
1465
1465
|
},
|
|
1466
1466
|
nuVal: {
|
|
@@ -3032,14 +3032,14 @@ exports.issues = {
|
|
|
3032
3032
|
r68: {
|
|
3033
3033
|
variable: false,
|
|
3034
3034
|
quality: 1,
|
|
3035
|
-
what: 'Element
|
|
3035
|
+
what: 'Element owns no element required by its semantic role'
|
|
3036
3036
|
}
|
|
3037
3037
|
},
|
|
3038
3038
|
axe: {
|
|
3039
3039
|
'aria-required-children': {
|
|
3040
3040
|
variable: false,
|
|
3041
3041
|
quality: 1,
|
|
3042
|
-
what: 'ARIA role
|
|
3042
|
+
what: 'ARIA role contains no required child'
|
|
3043
3043
|
}
|
|
3044
3044
|
},
|
|
3045
3045
|
nuVal: {
|
|
@@ -3060,12 +3060,12 @@ exports.issues = {
|
|
|
3060
3060
|
'Certain ARIA roles must contain particular children': {
|
|
3061
3061
|
variable: false,
|
|
3062
3062
|
quality: 1,
|
|
3063
|
-
what: 'ARIA role
|
|
3063
|
+
what: 'ARIA role contains no required child'
|
|
3064
3064
|
},
|
|
3065
3065
|
'Ensure elements with ARIA roles contain required child roles.': {
|
|
3066
3066
|
variable: false,
|
|
3067
3067
|
quality: 1,
|
|
3068
|
-
what: 'Element
|
|
3068
|
+
what: 'Element contains no child required by its ARIA role'
|
|
3069
3069
|
}
|
|
3070
3070
|
}
|
|
3071
3071
|
}
|
|
@@ -3959,7 +3959,7 @@ exports.issues = {
|
|
|
3959
3959
|
'^Element .+ does not need a role attribute.*$': {
|
|
3960
3960
|
variable: true,
|
|
3961
3961
|
quality: 1,
|
|
3962
|
-
what: 'Element
|
|
3962
|
+
what: 'Element needs no role attribute'
|
|
3963
3963
|
},
|
|
3964
3964
|
'The searchbox role is unnecessary for an input element that has no list attribute and whose type is search.': {
|
|
3965
3965
|
variable: false,
|
|
@@ -4250,7 +4250,7 @@ exports.issues = {
|
|
|
4250
4250
|
aria_attribute_required: {
|
|
4251
4251
|
variable: false,
|
|
4252
4252
|
quality: 1,
|
|
4253
|
-
what: 'Element does not have
|
|
4253
|
+
what: 'Element does not have all ARIA attributes required by its role'
|
|
4254
4254
|
}
|
|
4255
4255
|
},
|
|
4256
4256
|
nuVal: {
|
|
@@ -4271,7 +4271,7 @@ exports.issues = {
|
|
|
4271
4271
|
'Include required ARIA attributes for elements with ARIA roles.': {
|
|
4272
4272
|
variable: false,
|
|
4273
4273
|
quality: 1,
|
|
4274
|
-
what: 'Element does not have
|
|
4274
|
+
what: 'Element does not have all ARIA attributes required its role'
|
|
4275
4275
|
}
|
|
4276
4276
|
}
|
|
4277
4277
|
}
|
|
@@ -6882,7 +6882,7 @@ exports.issues = {
|
|
|
6882
6882
|
table_row_and_column_headersH: {
|
|
6883
6883
|
variable: false,
|
|
6884
6884
|
quality: 1,
|
|
6885
|
-
what: 'Element
|
|
6885
|
+
what: 'Element contains no thead element'
|
|
6886
6886
|
}
|
|
6887
6887
|
}
|
|
6888
6888
|
}
|
|
@@ -6897,7 +6897,7 @@ exports.issues = {
|
|
|
6897
6897
|
table_row_and_column_headersB: {
|
|
6898
6898
|
variable: false,
|
|
6899
6899
|
quality: 1,
|
|
6900
|
-
what: 'Element
|
|
6900
|
+
what: 'Element contains no tbody element'
|
|
6901
6901
|
}
|
|
6902
6902
|
}
|
|
6903
6903
|
}
|