axe-core 4.7.2-canary.5cc8041 → 4.7.2-canary.6260a2f

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/axe.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! axe v4.7.2-canary.5cc8041
1
+ /*! axe v4.7.2-canary.6260a2f
2
2
  * Copyright (c) 2015 - 2023 Deque Systems, Inc.
3
3
  *
4
4
  * Your use of this Source Code Form is subject to the terms of the Mozilla Public
@@ -22,7 +22,7 @@
22
22
  }, _typeof(obj);
23
23
  }
24
24
  var axe = axe || {};
25
- axe.version = '4.7.2-canary.5cc8041';
25
+ axe.version = '4.7.2-canary.6260a2f';
26
26
  if (typeof define === 'function' && define.amd) {
27
27
  define('axe-core', [], function() {
28
28
  return axe;
@@ -28888,7 +28888,6 @@
28888
28888
  none: []
28889
28889
  }, {
28890
28890
  id: 'aria-roles',
28891
- impact: 'critical',
28892
28891
  selector: '[role]',
28893
28892
  matches: 'no-empty-role-matches',
28894
28893
  tags: [ 'cat.aria', 'wcag2a', 'wcag412', 'EN-301-549', 'EN-9.4.1.2' ],
@@ -28945,7 +28944,6 @@
28945
28944
  none: []
28946
28945
  }, {
28947
28946
  id: 'aria-valid-attr-value',
28948
- impact: 'critical',
28949
28947
  matches: 'aria-has-attr-matches',
28950
28948
  tags: [ 'cat.aria', 'wcag2a', 'wcag412', 'EN-301-549', 'EN-9.4.1.2' ],
28951
28949
  actIds: [ '6a7281' ],