axe-core 4.4.2-canary.36ace76 → 4.4.2-canary.7caef89
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 +4 -4
- package/axe.min.js +2 -2
- package/package.json +1 -1
- package/sri-history.json +3 -3
package/axe.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! axe v4.4.2-canary.
|
|
1
|
+
/*! axe v4.4.2-canary.7caef89
|
|
2
2
|
* Copyright (c) 2022 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.4.2-canary.
|
|
25
|
+
axe.version = '4.4.2-canary.7caef89';
|
|
26
26
|
if (typeof define === 'function' && define.amd) {
|
|
27
27
|
define('axe-core', [], function() {
|
|
28
28
|
return axe;
|
|
@@ -23903,7 +23903,7 @@
|
|
|
23903
23903
|
id: 'label',
|
|
23904
23904
|
selector: 'input, textarea',
|
|
23905
23905
|
matches: 'label-matches',
|
|
23906
|
-
tags: [ 'cat.forms', 'wcag2a', 'wcag412', '
|
|
23906
|
+
tags: [ 'cat.forms', 'wcag2a', 'wcag412', 'section508', 'section508.22.n', 'ACT' ],
|
|
23907
23907
|
actIds: [ 'e086e5', '307n5z' ],
|
|
23908
23908
|
all: [],
|
|
23909
23909
|
any: [ 'implicit-label', 'explicit-label', 'aria-label', 'aria-labelledby', {
|
|
@@ -24223,7 +24223,7 @@
|
|
|
24223
24223
|
}, {
|
|
24224
24224
|
id: 'select-name',
|
|
24225
24225
|
selector: 'select',
|
|
24226
|
-
tags: [ 'cat.forms', 'wcag2a', 'wcag412', '
|
|
24226
|
+
tags: [ 'cat.forms', 'wcag2a', 'wcag412', 'section508', 'section508.22.n', 'ACT' ],
|
|
24227
24227
|
actIds: [ 'e086e5' ],
|
|
24228
24228
|
all: [],
|
|
24229
24229
|
any: [ 'implicit-label', 'explicit-label', 'aria-label', 'aria-labelledby', {
|