axe-core 4.10.3-canary.0966dca → 4.10.3-canary.491f4ec

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.0966dca
1
+ /*! axe v4.10.3-canary.491f4ec
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.0966dca';
25
+ axe.version = '4.10.3-canary.491f4ec';
26
26
  if (typeof define === 'function' && define.amd) {
27
27
  define('axe-core', [], function() {
28
28
  return axe;
@@ -29447,7 +29447,7 @@
29447
29447
  help: 'Heading levels should only increase by one'
29448
29448
  },
29449
29449
  'hidden-content': {
29450
- description: 'Inform users about hidden content.',
29450
+ description: 'Informs users about hidden content.',
29451
29451
  help: 'Hidden content on the page should be analyzed'
29452
29452
  },
29453
29453
  'html-has-lang': {
@@ -29587,8 +29587,8 @@
29587
29587
  help: 'Page should contain a level-one heading'
29588
29588
  },
29589
29589
  'presentation-role-conflict': {
29590
- description: 'Ensure elements marked as presentational are consistently ignored',
29591
- help: 'Elements marked as presentational should not have global ARIA or tabindex to ensure all screen readers ignore them'
29590
+ description: 'Elements marked as presentational should not have global ARIA or tabindex to ensure all screen readers ignore them',
29591
+ help: 'Ensure elements marked as presentational are consistently ignored'
29592
29592
  },
29593
29593
  region: {
29594
29594
  description: 'Ensure all page content is contained by landmarks',