testilo 44.1.2 → 44.2.0

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/procs/score/tic.js +25 -45
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "44.1.2",
3
+ "version": "44.2.0",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -426,6 +426,31 @@ exports.issues = {
426
426
  variable: false,
427
427
  quality: 1,
428
428
  what: 'Link purpose may be undisclosed [speculative]'
429
+ },
430
+ 'This checkboxinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby , aria-description , aria-describedby .': {
431
+ variable: false,
432
+ quality: 1,
433
+ what: 'checkbox input element has no accessible name [invalid]'
434
+ },
435
+ 'This emailinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby , aria-description , aria-describedby .': {
436
+ variable: false,
437
+ quality: 1,
438
+ what: 'email input element has no accessible name [invalid]'
439
+ },
440
+ 'This numberinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby , aria-description , aria-describedby .': {
441
+ variable: false,
442
+ quality: 1,
443
+ what: 'Element is an input of type number but has no accessible name [invalid]'
444
+ },
445
+ 'This searchinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby , aria-description , aria-describedby .': {
446
+ variable: false,
447
+ quality: 1,
448
+ what: 'search input element has no accessible name [invalid]'
449
+ },
450
+ 'This textinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby , aria-description , aria-describedby .': {
451
+ variable: false,
452
+ quality: 1,
453
+ what: 'text input element has no accessible name [invalid]'
429
454
  }
430
455
  }
431
456
  }
@@ -672,36 +697,6 @@ exports.issues = {
672
697
  quality: 1,
673
698
  what: 'Element with an input role has no accessible name'
674
699
  },
675
- 'This emailinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby , aria-description , aria-describedby .': {
676
- variable: false,
677
- quality: 1,
678
- what: 'email input element has no accessible name'
679
- },
680
- 'This searchinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby , aria-description , aria-describedby .': {
681
- variable: false,
682
- quality: 1,
683
- what: 'search input element has no accessible name'
684
- },
685
- 'This textinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby , aria-description , aria-describedby .': {
686
- variable: false,
687
- quality: 1,
688
- what: 'text input element has no accessible name'
689
- }
690
- }
691
- }
692
- },
693
- checkboxNoText: {
694
- summary: 'checkbox input not named',
695
- why: 'User cannot get help on whether to check a checkbox',
696
- wcag: '4.1.2',
697
- weight: 4,
698
- tools: {
699
- wax: {
700
- 'This checkboxinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby , aria-description , aria-describedby .': {
701
- variable: false,
702
- quality: 1,
703
- what: 'checkbox input element has no accessible name'
704
- }
705
700
  }
706
701
  }
707
702
  },
@@ -788,21 +783,6 @@ exports.issues = {
788
783
  }
789
784
  }
790
785
  },
791
- numberInputNoText: {
792
- summary: 'number input not named',
793
- why: 'User cannot get help understanding what to enter into a number field',
794
- wcag: '4.1.2',
795
- weight: 4,
796
- tools: {
797
- wax: {
798
- 'This numberinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby , aria-description , aria-describedby .': {
799
- variable: false,
800
- quality: 1,
801
- what: 'Element is an input of type number but has no accessible name'
802
- }
803
- }
804
- }
805
- },
806
786
  imageInputNoText: {
807
787
  summary: 'image input not named',
808
788
  why: 'User cannot get help understanding an image used as a submission button',