testilo 52.1.10 → 52.1.11
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 +5 -0
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -3780,6 +3780,11 @@ exports.issues = {
|
|
|
3780
3780
|
quality: 1,
|
|
3781
3781
|
what: 'Element has no nonempty rel attribute for the type'
|
|
3782
3782
|
},
|
|
3783
|
+
'E-WCAG2AAA.Principle2.Guideline2_4.2_4_8.H59.2a': {
|
|
3784
|
+
variable: false,
|
|
3785
|
+
quality: 1,
|
|
3786
|
+
what: 'Element has no nonempty rel attribute for the type'
|
|
3787
|
+
},
|
|
3783
3788
|
'E-A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload or the value prefetch.': {
|
|
3784
3789
|
variable: false,
|
|
3785
3790
|
quality: 1,
|