testilo 32.2.0 → 32.2.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "32.2.0",
3
+ "version": "32.2.2",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -3941,6 +3941,13 @@ exports.issues = {
3941
3941
  wcag: '1.4.3',
3942
3942
  weight: 1,
3943
3943
  tools: {
3944
+ alfa: {
3945
+ cantTellContrast: {
3946
+ variable: false,
3947
+ quality: 1,
3948
+ what: 'Test of text contrast could not give a conclusive result'
3949
+ }
3950
+ },
3944
3951
  aslint: {
3945
3952
  color_contrast_state_pseudo_classes_abstractF: {
3946
3953
  variable: false,
@@ -4029,7 +4036,7 @@ exports.issues = {
4029
4036
  weight: 4,
4030
4037
  tools: {
4031
4038
  nuVal: {
4032
- '^Bad value for attribute .+ on element .+: An ID must not be the empty string.+$': {
4039
+ '^Bad value for attribute .+ on element .+: An ID must not be the empty string.*$': {
4033
4040
  variable: true,
4034
4041
  quality: 1,
4035
4042
  what: 'id attribute has an empty value'
@@ -6405,6 +6412,21 @@ exports.issues = {
6405
6412
  }
6406
6413
  }
6407
6414
  },
6415
+ documentConfusion: {
6416
+ summary: 'document elements not distinctly named',
6417
+ why: 'User cannot get help on how some of the document is organized',
6418
+ wcag: '1.3.6',
6419
+ weight: 3,
6420
+ tools: {
6421
+ ibm: {
6422
+ aria_document_label_unique: {
6423
+ variable: false,
6424
+ quality: 1,
6425
+ what: 'Multiple elements with a document role have no unique labels'
6426
+ }
6427
+ }
6428
+ }
6429
+ },
6408
6430
  formConfusion: {
6409
6431
  summary: 'forms not distinctly named',
6410
6432
  why: 'User cannot get help on how some of the document is organized',
@@ -7931,7 +7953,7 @@ exports.issues = {
7931
7953
  quality: 1,
7932
7954
  what: 'border element is obsolete'
7933
7955
  },
7934
- '^The .+ attribute on the .+ element is obsolete.+$': {
7956
+ '^The .+ attribute on the .+ element is obsolete.*$': {
7935
7957
  variable: true,
7936
7958
  quality: 1,
7937
7959
  what: 'Attribute is obsolete on its element'
@@ -7946,7 +7968,7 @@ exports.issues = {
7946
7968
  quality: 1,
7947
7969
  what: 'name attribute is obsolete'
7948
7970
  },
7949
- '^Potentially bad value .+ for attribute .+ on element .+: The language subtag .+ is deprecated.+$': {
7971
+ '^Potentially bad value .+ for attribute .+ on element .+: The language subtag .+ is deprecated.*$': {
7950
7972
  variable: true,
7951
7973
  quality: 1,
7952
7974
  what: 'Attribute value is a deprecated language subtag'
@@ -8150,7 +8172,7 @@ exports.issues = {
8150
8172
  quality: 1,
8151
8173
  what: 'Invalid CSS'
8152
8174
  },
8153
- '^CSS: .+: Too many values or values are not recognized.+$': {
8175
+ '^CSS: .+: Too many values or values are not recognized.*$': {
8154
8176
  variable: true,
8155
8177
  quality: 1,
8156
8178
  what: 'Invalid CSS value or too many values'
@@ -8375,11 +8397,6 @@ exports.issues = {
8375
8397
  weight: 3,
8376
8398
  tools: {
8377
8399
  nuVal: {
8378
- 'Text run is not in Unicode Normalization Form C.': {
8379
- variable: false,
8380
- quality: 1,
8381
- what: 'Text run is not in Unicode Normalization Form C.'
8382
- },
8383
8400
  '^The text content of element .+ was not in the required format: Expected .+ but found .+ instead.*$': {
8384
8401
  variable: true,
8385
8402
  quality: 1,
@@ -8465,16 +8482,6 @@ exports.issues = {
8465
8482
  quality: 1,
8466
8483
  what: 'Invalid element name'
8467
8484
  },
8468
- '^Forbidden code point U+.+$': {
8469
- variable: true,
8470
- quality: 1,
8471
- what: 'Invalid Unicode code point'
8472
- },
8473
- '^Internal encoding declaration .+ disagrees with the actual encoding of the document.*$': {
8474
- variable: true,
8475
- quality: 1,
8476
- what: 'Encoding declaration disagrees with the actual encoding of the page'
8477
- },
8478
8485
  'Quote \" in attribute name. Probable cause: Matching quote missing somewhere earlier.': {
8479
8486
  variable: false,
8480
8487
  quality: 1,
@@ -8514,6 +8521,16 @@ exports.issues = {
8514
8521
  variable: true,
8515
8522
  quality: 1,
8516
8523
  what: 'Idle timeout expired'
8524
+ },
8525
+ 'style element between head and body.': {
8526
+ variable: false,
8527
+ quality: 1,
8528
+ what: 'style element exists between the head and the body elements'
8529
+ },
8530
+ '^HTML start tag .+ in a foreign namespace context.*$': {
8531
+ variable: true,
8532
+ quality: 1,
8533
+ what: 'Element is invalid because its namespace is not HTML'
8517
8534
  }
8518
8535
  },
8519
8536
  qualWeb: {
@@ -8547,6 +8564,47 @@ exports.issues = {
8547
8564
  }
8548
8565
  }
8549
8566
  },
8567
+ encodingMisdeclared: {
8568
+ summary: 'text not Unicode-compliant',
8569
+ why: 'User cannot read all of the text',
8570
+ wcag: '3.1.3',
8571
+ weight: 4,
8572
+ max: 1,
8573
+ tools: {
8574
+ nuVal: {
8575
+ '^Internal encoding declaration .+ disagrees with the actual encoding of the document.*$': {
8576
+ variable: true,
8577
+ quality: 1,
8578
+ what: 'Encoding declaration disagrees with the actual encoding of the page'
8579
+ }
8580
+ }
8581
+ }
8582
+ },
8583
+ encodingBad: {
8584
+ summary: 'text not Unicode-compliant',
8585
+ why: 'User cannot read all of the text',
8586
+ wcag: '3.1.3',
8587
+ weight: 4,
8588
+ tools: {
8589
+ nuVal: {
8590
+ 'Text run is not in Unicode Normalization Form C.': {
8591
+ variable: false,
8592
+ quality: 1,
8593
+ what: 'Text run is not in Unicode Normalization Form C.'
8594
+ },
8595
+ '^The value of attribute .+ on element .+ from namespace .+ is not in Unicode Normalization Form C.*$': {
8596
+ variable: true,
8597
+ quality: 1,
8598
+ what: 'Value of attribute is not in Unicode Normalization Form C.'
8599
+ },
8600
+ '^Forbidden code point U+.*$': {
8601
+ variable: true,
8602
+ quality: 1,
8603
+ what: 'Invalid Unicode code point'
8604
+ }
8605
+ }
8606
+ }
8607
+ },
8550
8608
  encodingPrivate: {
8551
8609
  summary: 'text in Private Use Area',
8552
8610
  why: 'User cannot read all of the text',