axe-core 4.5.2-canary.d1cbf6f → 4.5.2-canary.fc2f50c
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 +11 -7
- package/axe.min.js +2 -2
- package/package.json +2 -2
- package/sri-history.json +3 -3
package/axe.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! axe v4.5.2-canary.
|
|
1
|
+
/*! axe v4.5.2-canary.fc2f50c
|
|
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.5.2-canary.
|
|
25
|
+
axe.version = '4.5.2-canary.fc2f50c';
|
|
26
26
|
if (typeof define === 'function' && define.amd) {
|
|
27
27
|
define('axe-core', [], function() {
|
|
28
28
|
return axe;
|
|
@@ -8826,7 +8826,8 @@
|
|
|
8826
8826
|
},
|
|
8827
8827
|
checkbox: {
|
|
8828
8828
|
type: 'widget',
|
|
8829
|
-
|
|
8829
|
+
requiredAttrs: [ 'aria-checked' ],
|
|
8830
|
+
allowedAttrs: [ 'aria-readonly', 'aria-required' ],
|
|
8830
8831
|
superclassRole: [ 'input' ],
|
|
8831
8832
|
accessibleNameRequired: true,
|
|
8832
8833
|
nameFromContent: true,
|
|
@@ -9042,7 +9043,8 @@
|
|
|
9042
9043
|
menuitemcheckbox: {
|
|
9043
9044
|
type: 'widget',
|
|
9044
9045
|
requiredContext: [ 'menu', 'menubar', 'group' ],
|
|
9045
|
-
|
|
9046
|
+
requiredAttrs: [ 'aria-checked' ],
|
|
9047
|
+
allowedAttrs: [ 'aria-posinset', 'aria-readonly', 'aria-setsize' ],
|
|
9046
9048
|
superclassRole: [ 'checkbox', 'menuitem' ],
|
|
9047
9049
|
accessibleNameRequired: true,
|
|
9048
9050
|
nameFromContent: true,
|
|
@@ -9051,7 +9053,8 @@
|
|
|
9051
9053
|
menuitemradio: {
|
|
9052
9054
|
type: 'widget',
|
|
9053
9055
|
requiredContext: [ 'menu', 'menubar', 'group' ],
|
|
9054
|
-
|
|
9056
|
+
requiredAttrs: [ 'aria-checked' ],
|
|
9057
|
+
allowedAttrs: [ 'aria-posinset', 'aria-readonly', 'aria-setsize' ],
|
|
9055
9058
|
superclassRole: [ 'menuitemcheckbox', 'radio' ],
|
|
9056
9059
|
accessibleNameRequired: true,
|
|
9057
9060
|
nameFromContent: true,
|
|
@@ -9113,7 +9116,8 @@
|
|
|
9113
9116
|
},
|
|
9114
9117
|
radio: {
|
|
9115
9118
|
type: 'widget',
|
|
9116
|
-
|
|
9119
|
+
requiredAttrs: [ 'aria-checked' ],
|
|
9120
|
+
allowedAttrs: [ 'aria-posinset', 'aria-setsize', 'aria-required' ],
|
|
9117
9121
|
superclassRole: [ 'input' ],
|
|
9118
9122
|
accessibleNameRequired: true,
|
|
9119
9123
|
nameFromContent: true,
|
|
@@ -24773,7 +24777,7 @@
|
|
|
24773
24777
|
selector: '[role]',
|
|
24774
24778
|
matches: 'aria-required-children-matches',
|
|
24775
24779
|
tags: [ 'cat.aria', 'wcag2a', 'wcag131' ],
|
|
24776
|
-
actIds: [ 'bc4a75' ],
|
|
24780
|
+
actIds: [ 'bc4a75', 'ff89c9' ],
|
|
24777
24781
|
all: [],
|
|
24778
24782
|
any: [ {
|
|
24779
24783
|
options: {
|