testilo 34.0.2 → 35.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.
Files changed (55) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +49 -12
  3. package/batch.js +22 -0
  4. package/call.js +22 -0
  5. package/compare.js +22 -0
  6. package/credit.js +22 -0
  7. package/difgest.js +22 -0
  8. package/digest.js +22 -0
  9. package/merge.js +22 -0
  10. package/package.json +5 -5
  11. package/procs/analyze/axeFrac.js +22 -0
  12. package/procs/analyze/coverage.js +22 -0
  13. package/procs/analyze/ruleCounts.js +22 -0
  14. package/procs/analyze/toolScores.js +22 -0
  15. package/procs/compare/cpA11yMessage/index.js +22 -0
  16. package/procs/compare/cpProductPrice/index.js +22 -0
  17. package/procs/compare/tcp40/index.js +22 -0
  18. package/procs/difgest/tfp40/index.js +22 -0
  19. package/procs/digest/dpProductPrice/index.js +22 -0
  20. package/procs/digest/dpa11yMessage/index.js +22 -0
  21. package/procs/digest/tdp40/index.js +22 -0
  22. package/procs/digest/tdp41/index.js +24 -2
  23. package/procs/digest/tdp42/index.html +1 -1
  24. package/procs/digest/tdp42/index.js +25 -3
  25. package/procs/score/tic40.js +22 -0
  26. package/procs/score/tic41.js +22 -0
  27. package/procs/score/tsp40.js +22 -0
  28. package/procs/score/tsp41.js +24 -2
  29. package/procs/score/tsp42.js +366 -0
  30. package/procs/score/tspA11yMessage.js +22 -0
  31. package/procs/score/tspProductPrice.js +22 -0
  32. package/procs/test.js +22 -0
  33. package/procs/track/ttp40/index.js +22 -0
  34. package/procs/util.js +23 -1
  35. package/reconcile.js +22 -0
  36. package/rescore.js +22 -0
  37. package/score.js +22 -0
  38. package/script.js +22 -0
  39. package/summarize.js +22 -0
  40. package/track.js +22 -0
  41. package/validation/compare/comparer.js +22 -0
  42. package/validation/compare/validate.js +22 -0
  43. package/validation/digest/digester.js +22 -0
  44. package/validation/digest/validate.js +22 -0
  45. package/validation/merge/validate.js +22 -0
  46. package/validation/score/scorer.js +22 -0
  47. package/validation/score/validate.js +22 -0
  48. package/toolRules/alfa.tsv +0 -82
  49. package/toolRules/axe.js +0 -390
  50. package/toolRules/htmlcs.js +0 -543
  51. package/toolRules/ibm.tsv +0 -159
  52. package/toolRules/qualWeb.tsv +0 -121
  53. package/toolRules/tenon.tsv +0 -14
  54. package/toolRules/wave.json +0 -1617
  55. package/toolRules/wave.tsv +0 -55
@@ -1,55 +0,0 @@
1
- accesskey Accesskey
2
- alt_area_missing Image map area missing alternative text
3
- alt_duplicate A nearby image has the same alternative text
4
- alt_input_missing Image button missing alternative text
5
- alt_link_missing Linked image missing alternative text
6
- alt_long Long alternative text
7
- alt_missing Missing alternative text
8
- alt_redundant Redundant alternative text
9
- alt_spacer_missing Spacer image missing alternative text
10
- alt_suspicious Suspicious alternative text
11
- aria_menu_broken Broken ARIA menu
12
- aria_reference_broken Broken ARIA reference
13
- audio_video Audio/Video
14
- button_empty Empty button
15
- contrast Very low contrast
16
- event_handler Device dependent event handler
17
- fieldset_missing Missing fieldset
18
- flash Flash
19
- h1_missing Missing first level heading
20
- heading_empty Empty heading
21
- heading_missing No heading structure
22
- heading_possible Possible heading
23
- heading_skipped Skipped heading level
24
- html5_video_audio HTML5 video or audio
25
- image_title Image with title
26
- javascript_jumpmenu JavaScript jump menu
27
- label_empty Empty form label
28
- label_missing Missing form label
29
- label_multiple Multiple form labels
30
- label_orphaned Orphaned form label
31
- label_title Unlabeled form control with title
32
- language_missing Language missing or invalid
33
- legend_missing Fieldset missing legend
34
- link_empty Empty link
35
- link_excel Link to Excel spreadsheet
36
- link_internal_broken Broken same-page link
37
- link_pdf Link to PDF document
38
- link_redundant Redundant link
39
- link_skip_broken Broken skip link
40
- link_suspicious Suspicious link text
41
- list_possible Possible list
42
- longdesc Long description
43
- noscript Noscript element
44
- plugin Plugin
45
- region_missing No page regions
46
- select_missing_label Select missing label
47
- tabindex Tabindex
48
- table_layout Layout table
49
- text_justified Justified text
50
- text_small Very small text
51
- th_empty Empty table header
52
- title_invalid Missing or uninformative page title
53
- title_redundant Redundant title text
54
- underline Underlined text
55
- youtube_video YouTube video