axe-core 4.11.1-canary.9e09139 → 4.11.1-canary.a167eb9

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 (3) hide show
  1. package/axe.js +1 -2
  2. package/axe.min.js +1 -1
  3. package/package.json +1 -1
package/axe.js CHANGED
@@ -31905,8 +31905,7 @@
31905
31905
  id: 'landmark-complementary-is-top-level',
31906
31906
  impact: 'moderate',
31907
31907
  selector: 'aside:not([role]), [role=complementary]',
31908
- tags: [ 'cat.semantics', 'best-practice', 'deprecated' ],
31909
- enabled: false,
31908
+ tags: [ 'cat.semantics', 'best-practice' ],
31910
31909
  all: [],
31911
31910
  any: [ 'landmark-is-top-level' ],
31912
31911
  none: []