testilo 44.1.1 → 44.1.2
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 +19 -4
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -2060,15 +2060,15 @@ exports.issues = {
|
|
|
2060
2060
|
weight: 1,
|
|
2061
2061
|
tools: {
|
|
2062
2062
|
nuVal: {
|
|
2063
|
-
'The aria-label attribute must not be specified on any
|
|
2064
|
-
variable:
|
|
2063
|
+
'^The aria-label attribute must not be specified on any .* element unless the element has a role value other than caption, code, deletion, emphasis, generic, insertion, paragraph, presentation, strong, subscript, or superscript.*$': {
|
|
2064
|
+
variable: true,
|
|
2065
2065
|
quality: 1,
|
|
2066
2066
|
what: 'Element with a non-labelable role has an aria-label attribute'
|
|
2067
2067
|
}
|
|
2068
2068
|
},
|
|
2069
2069
|
nuVnu: {
|
|
2070
|
-
'The aria-label attribute must not be specified on any
|
|
2071
|
-
variable:
|
|
2070
|
+
'^The aria-label attribute must not be specified on any .* element unless the element has a role value other than caption, code, deletion, emphasis, generic, insertion, paragraph, presentation, strong, subscript, or superscript.*$': {
|
|
2071
|
+
variable: true,
|
|
2072
2072
|
quality: 1,
|
|
2073
2073
|
what: 'Element with a non-labelable role has an aria-label attribute'
|
|
2074
2074
|
}
|
|
@@ -3549,6 +3549,11 @@ exports.issues = {
|
|
|
3549
3549
|
variable: false,
|
|
3550
3550
|
quality: 1,
|
|
3551
3551
|
what: 'Element disables zooming or scaling'
|
|
3552
|
+
},
|
|
3553
|
+
'Interfering with a user agent\'s ability to zoom may be a failure of this Success Criterion.': {
|
|
3554
|
+
variable: false,
|
|
3555
|
+
quality: 1,
|
|
3556
|
+
what: 'Element interferes with browser zooming'
|
|
3552
3557
|
}
|
|
3553
3558
|
}
|
|
3554
3559
|
}
|
|
@@ -8075,6 +8080,11 @@ exports.issues = {
|
|
|
8075
8080
|
quality: 1,
|
|
8076
8081
|
what: 'a element is a descendant of an element with a button role'
|
|
8077
8082
|
},
|
|
8083
|
+
'The element a with the attribute href must not appear as a descendant of an element with the attribute role=button.': {
|
|
8084
|
+
variable: false,
|
|
8085
|
+
quality: 1,
|
|
8086
|
+
what: 'a element with a destination is a descendant of an element with a button role'
|
|
8087
|
+
},
|
|
8078
8088
|
'The element button must not appear as a descendant of the a element.': {
|
|
8079
8089
|
variable: false,
|
|
8080
8090
|
quality: 1,
|
|
@@ -8162,6 +8172,11 @@ exports.issues = {
|
|
|
8162
8172
|
quality: 1,
|
|
8163
8173
|
what: 'a element is a descendant of an element with a button role'
|
|
8164
8174
|
},
|
|
8175
|
+
'The element a with the attribute href must not appear as a descendant of an element with the attribute role=button.': {
|
|
8176
|
+
variable: false,
|
|
8177
|
+
quality: 1,
|
|
8178
|
+
what: 'a element with a destination is a descendant of an element with a button role'
|
|
8179
|
+
},
|
|
8165
8180
|
'The element button must not appear as a descendant of the a element.': {
|
|
8166
8181
|
variable: false,
|
|
8167
8182
|
quality: 1,
|