testilo 19.1.5 → 19.1.6

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": "19.1.5",
3
+ "version": "19.1.6",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "aim.js",
6
6
  "scripts": {
@@ -7595,6 +7595,21 @@ exports.issues = {
7595
7595
  }
7596
7596
  }
7597
7597
  },
7598
+ scrollFocus: {
7599
+ summary: 'scrollable element and its children not focusable',
7600
+ why: 'User may be unable to see all of an item without scrolling in both dimensions',
7601
+ wcag: '2.1.1',
7602
+ weight: 3,
7603
+ tools: {
7604
+ ibm: {
7605
+ element_scrollable_tabbable: {
7606
+ variable: false,
7607
+ quality: 1,
7608
+ what: 'Element and its children are not focusable, but the element is scrollable'
7609
+ }
7610
+ }
7611
+ }
7612
+ },
7598
7613
  scrollRisk: {
7599
7614
  summary: 'container size unit not percentage',
7600
7615
  why: 'User may be unable to see all of an item without scrolling in both dimensions',