testilo 52.1.6 → 52.1.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/tic.js +9 -9
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -3180,14 +3180,14 @@ exports.issues = {
|
|
|
3180
3180
|
}
|
|
3181
3181
|
},
|
|
3182
3182
|
nuVal: {
|
|
3183
|
-
'^An element with role=.+ must be contained in, or owned by, an element with .*role
|
|
3183
|
+
'^An element with role=.+ must be contained in, or owned by, an element with .*role.+$': {
|
|
3184
3184
|
variable: true,
|
|
3185
3185
|
quality: 1,
|
|
3186
3186
|
what: 'Element has no required container or owner'
|
|
3187
3187
|
}
|
|
3188
3188
|
},
|
|
3189
3189
|
nuVnu: {
|
|
3190
|
-
'^An element with role=.+ must be contained in, or owned by, an element with .*role
|
|
3190
|
+
'^An element with role=.+ must be contained in, or owned by, an element with .*role.+$': {
|
|
3191
3191
|
variable: true,
|
|
3192
3192
|
quality: 1,
|
|
3193
3193
|
what: 'Element has no required container or owner'
|
|
@@ -4320,7 +4320,7 @@ exports.issues = {
|
|
|
4320
4320
|
quality: 1,
|
|
4321
4321
|
what: 'img element has a role attribute but no alt attribute'
|
|
4322
4322
|
},
|
|
4323
|
-
'^Discarding unrecognized token .+ from value of attribute role
|
|
4323
|
+
'^Discarding unrecognized token .+ from value of attribute role\. Browsers ignore any token that is not a defined ARIA non-abstract role.*$': {
|
|
4324
4324
|
variable: true,
|
|
4325
4325
|
quality: 1,
|
|
4326
4326
|
what: 'Invalid role'
|
|
@@ -4337,7 +4337,7 @@ exports.issues = {
|
|
|
4337
4337
|
quality: 1,
|
|
4338
4338
|
what: 'img element has a role attribute but no alt attribute'
|
|
4339
4339
|
},
|
|
4340
|
-
'^Discarding unrecognized token .+ from value of attribute role
|
|
4340
|
+
'^Discarding unrecognized token .+ from value of attribute role\. Browsers ignore any token that is not a defined ARIA non-abstract role.*$': {
|
|
4341
4341
|
variable: true,
|
|
4342
4342
|
quality: 1,
|
|
4343
4343
|
what: 'Invalid role'
|
|
@@ -6269,7 +6269,7 @@ exports.issues = {
|
|
|
6269
6269
|
}
|
|
6270
6270
|
},
|
|
6271
6271
|
nuVal: {
|
|
6272
|
-
'^The heading h.
|
|
6272
|
+
'^The heading h. \(with computed level .\) follows the heading h. \(with computed level .\), skipping . heading level.+$': {
|
|
6273
6273
|
variable: true,
|
|
6274
6274
|
quality: 1,
|
|
6275
6275
|
what: 'Heading level is more than 1 level inferior to the previous heading'
|
|
@@ -11482,10 +11482,10 @@ exports.issues = {
|
|
|
11482
11482
|
weight: 3,
|
|
11483
11483
|
tools: {
|
|
11484
11484
|
nuVal: {
|
|
11485
|
-
'^End tag .+ did not match the name of the current open element
|
|
11485
|
+
'^End tag .+ did not match the name of the current open element .*$': {
|
|
11486
11486
|
variable: true,
|
|
11487
11487
|
quality: 1,
|
|
11488
|
-
what: 'End tag
|
|
11488
|
+
what: 'End tag conflicts with the current open element.'
|
|
11489
11489
|
},
|
|
11490
11490
|
'^Self-closing syntax .+ used on a non-void HTML element.*$': {
|
|
11491
11491
|
variable: true,
|
|
@@ -11594,10 +11594,10 @@ exports.issues = {
|
|
|
11594
11594
|
}
|
|
11595
11595
|
},
|
|
11596
11596
|
nuVnu: {
|
|
11597
|
-
'^End tag .+ did not match the name of the current open element
|
|
11597
|
+
'^End tag .+ did not match the name of the current open element .*$': {
|
|
11598
11598
|
variable: true,
|
|
11599
11599
|
quality: 1,
|
|
11600
|
-
what: 'End tag
|
|
11600
|
+
what: 'End tag conflicts with the current open element.'
|
|
11601
11601
|
},
|
|
11602
11602
|
'^Self-closing syntax .+ used on a non-void HTML element.*$': {
|
|
11603
11603
|
variable: true,
|