testaro 2.3.10 → 2.3.11

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/README.md +3 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # testaro
2
2
 
3
- Accessibility test automation
3
+ Federated accessibility test automation
4
4
 
5
5
  ## Summary
6
6
 
7
- Testaro is a collection of web accessibility tests.
7
+ Testaro is a collection of collections of web accessibility tests.
8
8
 
9
9
  The purpose of Testaro is to provide programmatic access to over 600 accessibility tests defined in several test packages and in Testaro itself.
10
10
 
@@ -464,6 +464,7 @@ The rationales motivating the Testaro-defined tests and scoring procs can be fou
464
464
  ### Future work
465
465
 
466
466
  Further development is contemplated, is taking place, or is welcomed, on:
467
+ - addition of Tenon to the set of packages
467
468
  - links with href="#"
468
469
  - links and buttons styled non-distinguishably
469
470
  - first focused element not first focusable element in DOM
@@ -472,8 +473,6 @@ Further development is contemplated, is taking place, or is welcomed, on:
472
473
  - modal dialogs
473
474
  - autocomplete attributes
474
475
 
475
- Additional test packages may be integratable into Testaro. The [`bbc-a11y`](https://github.com/bbc/bbc-a11y) package has been considered, but it has not been updated since 2018 and has vulnerable dependencies.
476
-
477
476
  ## Testing challenges
478
477
 
479
478
  ### Activation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "2.3.10",
3
+ "version": "2.3.11",
4
4
  "description": "Automation of accessibility testing",
5
5
  "main": "index.js",
6
6
  "scripts": {