testilo 22.0.0 → 22.0.1
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/tic40.js +39 -2
package/package.json
CHANGED
package/procs/score/tic40.js
CHANGED
|
@@ -4403,6 +4403,13 @@ exports.issues = {
|
|
|
4403
4403
|
what: 'Heading levels do not increase by only one'
|
|
4404
4404
|
}
|
|
4405
4405
|
},
|
|
4406
|
+
ed11y: {
|
|
4407
|
+
headingLevelSkipped: {
|
|
4408
|
+
variable: false,
|
|
4409
|
+
quality: 1,
|
|
4410
|
+
what: 'Heading level is more than 1 greater than that of the previous heading'
|
|
4411
|
+
}
|
|
4412
|
+
},
|
|
4406
4413
|
wave: {
|
|
4407
4414
|
heading_skipped: {
|
|
4408
4415
|
variable: false,
|
|
@@ -4588,6 +4595,21 @@ exports.issues = {
|
|
|
4588
4595
|
}
|
|
4589
4596
|
}
|
|
4590
4597
|
},
|
|
4598
|
+
headingLength: {
|
|
4599
|
+
summary: 'heading abnormally long',
|
|
4600
|
+
why: 'User has difficulty understanding the topic of a part of the document',
|
|
4601
|
+
wcag: '1.3.1',
|
|
4602
|
+
weight: 1,
|
|
4603
|
+
tools: {
|
|
4604
|
+
ed11y: {
|
|
4605
|
+
headingIsLong: {
|
|
4606
|
+
variable: false,
|
|
4607
|
+
quality: 1,
|
|
4608
|
+
what: 'Heading is longer than 160 characters'
|
|
4609
|
+
}
|
|
4610
|
+
}
|
|
4611
|
+
}
|
|
4612
|
+
},
|
|
4591
4613
|
justification: {
|
|
4592
4614
|
summary: 'text fully justified',
|
|
4593
4615
|
why: 'Text is difficult to read',
|
|
@@ -6921,8 +6943,8 @@ exports.issues = {
|
|
|
6921
6943
|
}
|
|
6922
6944
|
}
|
|
6923
6945
|
},
|
|
6924
|
-
|
|
6925
|
-
summary: 'link name
|
|
6946
|
+
linkVaguenessRisk: {
|
|
6947
|
+
summary: 'link name vague',
|
|
6926
6948
|
why: 'User may misunderstand what a link points to',
|
|
6927
6949
|
wcag: '2.4.4',
|
|
6928
6950
|
weight: 1,
|
|
@@ -6950,6 +6972,21 @@ exports.issues = {
|
|
|
6950
6972
|
}
|
|
6951
6973
|
}
|
|
6952
6974
|
},
|
|
6975
|
+
linkFileName: {
|
|
6976
|
+
summary: 'link names a file instead of a purpose',
|
|
6977
|
+
why: 'User may fail to understand what a link points to',
|
|
6978
|
+
wcag: '2.4.4',
|
|
6979
|
+
weight: 1,
|
|
6980
|
+
tools: {
|
|
6981
|
+
ed11y: {
|
|
6982
|
+
linkIsURL: {
|
|
6983
|
+
variable: false,
|
|
6984
|
+
quality: 1,
|
|
6985
|
+
what: 'Name of the element is a file reference instead of a link purpose'
|
|
6986
|
+
}
|
|
6987
|
+
}
|
|
6988
|
+
}
|
|
6989
|
+
},
|
|
6953
6990
|
nonWebLink: {
|
|
6954
6991
|
summary: 'link to non-web resource',
|
|
6955
6992
|
why: 'Document points to harder-to-use resources',
|