testilo 51.0.1 → 51.0.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 +68 -0
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -527,6 +527,11 @@ exports.issues = {
|
|
|
527
527
|
variable: false,
|
|
528
528
|
quality: 1,
|
|
529
529
|
what: 'id attribute value is not unique'
|
|
530
|
+
},
|
|
531
|
+
'QW-BP30': {
|
|
532
|
+
variable: false,
|
|
533
|
+
quality: 1,
|
|
534
|
+
what: 'id attribute value is shared with another element'
|
|
530
535
|
}
|
|
531
536
|
}
|
|
532
537
|
}
|
|
@@ -632,6 +637,11 @@ exports.issues = {
|
|
|
632
637
|
}
|
|
633
638
|
},
|
|
634
639
|
htmlcs: {
|
|
640
|
+
'E-WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.InputCheckbox.Name': {
|
|
641
|
+
variable: false,
|
|
642
|
+
quality: 1,
|
|
643
|
+
what: 'checkbox input has no label element or title, aria-label, or aria-labelledby attribute'
|
|
644
|
+
},
|
|
635
645
|
'E-WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.InputEmail.Name': {
|
|
636
646
|
variable: false,
|
|
637
647
|
quality: 1,
|
|
@@ -2146,11 +2156,21 @@ exports.issues = {
|
|
|
2146
2156
|
quality: 1,
|
|
2147
2157
|
what: 'Label for attribute references a nonexistent element'
|
|
2148
2158
|
},
|
|
2159
|
+
'W-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H44.NonExistentFragment': {
|
|
2160
|
+
variable: false,
|
|
2161
|
+
quality: 1,
|
|
2162
|
+
what: 'Label for attribute references an element missing from the document fragment'
|
|
2163
|
+
},
|
|
2149
2164
|
'E-AAA.1_3_1.ARIA16,ARIA9': {
|
|
2150
2165
|
variable: false,
|
|
2151
2166
|
quality: 1,
|
|
2152
2167
|
what: 'aria-labelledby attribute references a nonexistent element'
|
|
2153
2168
|
},
|
|
2169
|
+
'W-WCAG2AAA.Principle1.Guideline1_3.1_3_1.ARIA16,ARIA9': {
|
|
2170
|
+
variable: false,
|
|
2171
|
+
quality: 1,
|
|
2172
|
+
what: 'aria-labelledby attribute references a nonexistent element'
|
|
2173
|
+
},
|
|
2154
2174
|
'E-AAA.4_1_2.ARIA16,ARIA9': {
|
|
2155
2175
|
variable: false,
|
|
2156
2176
|
quality: 1,
|
|
@@ -2283,6 +2303,11 @@ exports.issues = {
|
|
|
2283
2303
|
quality: 1,
|
|
2284
2304
|
what: 'a element has an id attribute but no href attribute or text'
|
|
2285
2305
|
},
|
|
2306
|
+
'W-WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.A.Empty': {
|
|
2307
|
+
variable: false,
|
|
2308
|
+
quality: 1,
|
|
2309
|
+
what: 'a element has an id attribute but no href attribute or text'
|
|
2310
|
+
},
|
|
2286
2311
|
'E-AAA.4_1_2.H91.A.EmptyNoId': {
|
|
2287
2312
|
variable: false,
|
|
2288
2313
|
quality: 1,
|
|
@@ -2406,6 +2431,11 @@ exports.issues = {
|
|
|
2406
2431
|
variable: false,
|
|
2407
2432
|
quality: 1,
|
|
2408
2433
|
what: 'Link has text but no href, id, or name attribute'
|
|
2434
|
+
},
|
|
2435
|
+
'W-WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.A.Placeholder': {
|
|
2436
|
+
variable: false,
|
|
2437
|
+
quality: 1,
|
|
2438
|
+
what: 'Link has text but no href, id, or name attribute'
|
|
2409
2439
|
}
|
|
2410
2440
|
}
|
|
2411
2441
|
}
|
|
@@ -2514,6 +2544,11 @@ exports.issues = {
|
|
|
2514
2544
|
variable: false,
|
|
2515
2545
|
quality: 1,
|
|
2516
2546
|
what: 'Link is misused as a link destination'
|
|
2547
|
+
},
|
|
2548
|
+
'W-WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.A.NoHref': {
|
|
2549
|
+
variable: false,
|
|
2550
|
+
quality: 1,
|
|
2551
|
+
what: 'Link is misused as an in-page link destination'
|
|
2517
2552
|
}
|
|
2518
2553
|
},
|
|
2519
2554
|
nuVal: {
|
|
@@ -6729,6 +6764,11 @@ exports.issues = {
|
|
|
6729
6764
|
variable: false,
|
|
6730
6765
|
quality: 1,
|
|
6731
6766
|
what: 'Select element value has no accessible name'
|
|
6767
|
+
},
|
|
6768
|
+
'W-WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.Select.Value': {
|
|
6769
|
+
variable: false,
|
|
6770
|
+
quality: 1,
|
|
6771
|
+
what: 'Select element value has no accessible name'
|
|
6732
6772
|
}
|
|
6733
6773
|
},
|
|
6734
6774
|
wave: {
|
|
@@ -9322,6 +9362,27 @@ exports.issues = {
|
|
|
9322
9362
|
what: 'Element is blink'
|
|
9323
9363
|
}
|
|
9324
9364
|
},
|
|
9365
|
+
axe: {
|
|
9366
|
+
blink: {
|
|
9367
|
+
variable: false,
|
|
9368
|
+
quality: 1,
|
|
9369
|
+
what: 'Element, blink, is deprecated'
|
|
9370
|
+
}
|
|
9371
|
+
},
|
|
9372
|
+
htmlcs: {
|
|
9373
|
+
'E-WCAG2AAA.Principle2.Guideline2_2.2_2_2.F47': {
|
|
9374
|
+
variable: false,
|
|
9375
|
+
quality: 1,
|
|
9376
|
+
what: 'Element is blink, so cannot be stopped within five seconds'
|
|
9377
|
+
}
|
|
9378
|
+
},
|
|
9379
|
+
ibm: {
|
|
9380
|
+
blink_elem_deprecated: {
|
|
9381
|
+
variable: false,
|
|
9382
|
+
quality: 1,
|
|
9383
|
+
what: 'Element, blink, is deprecated'
|
|
9384
|
+
}
|
|
9385
|
+
},
|
|
9325
9386
|
qualWeb: {
|
|
9326
9387
|
'QW-WCAG-T13': {
|
|
9327
9388
|
variable: false,
|
|
@@ -9333,6 +9394,13 @@ exports.issues = {
|
|
|
9333
9394
|
quality: 1,
|
|
9334
9395
|
what: 'text-decoration:blink is used without a mechanism to stop it in less than five seconds'
|
|
9335
9396
|
}
|
|
9397
|
+
},
|
|
9398
|
+
wave: {
|
|
9399
|
+
blink: {
|
|
9400
|
+
variable: false,
|
|
9401
|
+
quality: 1,
|
|
9402
|
+
what: 'Element, blink, is deprecated'
|
|
9403
|
+
}
|
|
9336
9404
|
}
|
|
9337
9405
|
}
|
|
9338
9406
|
},
|