testilo 35.0.3 → 35.0.4

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "35.0.3",
3
+ "version": "35.0.4",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -4362,6 +4362,11 @@ exports.issues = {
4362
4362
  variable: false,
4363
4363
  quality: 1,
4364
4364
  what: 'Page does not start with <!DOCTYPE html>'
4365
+ },
4366
+ 'End of file seen without seeing a doctype first. Expected <!DOCTYPE html>.': {
4367
+ variable: false,
4368
+ quality: 1,
4369
+ what: 'Page does not include <!DOCTYPE html>'
4365
4370
  }
4366
4371
  },
4367
4372
  testaro: {
@@ -4973,6 +4978,21 @@ exports.issues = {
4973
4978
  }
4974
4979
  }
4975
4980
  },
4981
+ descriptionOrder: {
4982
+ summary: 'description list misordered',
4983
+ why: 'User cannot get help on the structure of a list',
4984
+ wcag: '1.3.1',
4985
+ weight: 4,
4986
+ tools: {
4987
+ qualWeb: {
4988
+ 'QW-WCAG-T34': {
4989
+ variable: false,
4990
+ quality: 1,
4991
+ what: 'Description list element is not ordered correctly'
4992
+ }
4993
+ }
4994
+ }
4995
+ },
4976
4996
  pseudoList: {
4977
4997
  summary: 'list-like br use dubious',
4978
4998
  why: 'User cannot get help recognizing a list of items',