testilo 43.3.3 → 43.3.4

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 +15 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "43.3.3",
3
+ "version": "43.3.4",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -1899,6 +1899,21 @@ exports.issues = {
1899
1899
  }
1900
1900
  }
1901
1901
  },
1902
+ nonLabelableRole: {
1903
+ summary: 'aria-label on non-labelable role',
1904
+ why: 'User is misinformed about an item',
1905
+ wcag: '1.3.1',
1906
+ weight: 1,
1907
+ tools: {
1908
+ nuVal: {
1909
+ 'The aria-label attribute must not be specified on any div element unless the element has a role value other than caption, code, deletion, emphasis, generic, insertion, paragraph, presentation, strong, subscript, or superscript.': {
1910
+ variable: false,
1911
+ quality: 1,
1912
+ what: 'Element with a non-labelable role has an aria-label attribute'
1913
+ }
1914
+ }
1915
+ }
1916
+ },
1902
1917
  ariaLabelWrongRisk: {
1903
1918
  summary: 'dubious aria-label',
1904
1919
  why: 'User may fail to get help understanding an item in a form',