axe-core 4.10.3-canary.89cd7ac → 4.10.3-canary.fd6239b

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.10.3-canary.89cd7ac
1
+ /*! axe v4.10.3-canary.fd6239b
2
2
  * Copyright (c) 2015 - 2025 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(o);
23
23
  }
24
24
  var axe = axe || {};
25
- axe.version = '4.10.3-canary.89cd7ac';
25
+ axe.version = '4.10.3-canary.fd6239b';
26
26
  if (typeof define === 'function' && define.amd) {
27
27
  define('axe-core', [], function() {
28
28
  return axe;
@@ -29583,8 +29583,8 @@
29583
29583
  help: 'Page should contain a level-one heading'
29584
29584
  },
29585
29585
  'presentation-role-conflict': {
29586
- description: 'Ensure elements marked as presentational are consistently ignored',
29587
- help: 'Elements marked as presentational should not have global ARIA or tabindex to ensure all screen readers ignore them'
29586
+ description: 'Ensure elements marked as presentational do not have global ARIA or tabindex so that all screen readers ignore them',
29587
+ help: 'Elements marked as presentational should be consistently ignored'
29588
29588
  },
29589
29589
  region: {
29590
29590
  description: 'Ensure all page content is contained by landmarks',