axe-core 4.7.2-canary.49eaa0e → 4.7.2-canary.53c7ee4

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.49eaa0e
1
+ /*! axe v4.7.2-canary.53c7ee4
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.49eaa0e';
25
+ axe.version = '4.7.2-canary.53c7ee4';
26
26
  if (typeof define === 'function' && define.amd) {
27
27
  define('axe-core', [], function() {
28
28
  return axe;
@@ -28701,6 +28701,7 @@
28701
28701
  none: []
28702
28702
  }, {
28703
28703
  id: 'aria-braille-equivalent',
28704
+ reviewOnFail: true,
28704
28705
  impact: 'serious',
28705
28706
  selector: '[aria-brailleroledescription], [aria-braillelabel]',
28706
28707
  tags: [ 'cat.aria', 'wcag2a', 'wcag412', 'EN-301-549', 'EN-9.4.1.2' ],