axe-core 4.10.2-canary.11de515 → 4.10.2-canary.60d11f2
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 +6 -5
- package/axe.min.js +2 -2
- package/locales/ko.json +4 -4
- package/package.json +4 -3
- package/sri-history.json +3 -3
package/axe.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! axe v4.10.2-canary.
|
|
1
|
+
/*! axe v4.10.2-canary.60d11f2
|
|
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.2-canary.
|
|
25
|
+
axe.version = '4.10.2-canary.60d11f2';
|
|
26
26
|
if (typeof define === 'function' && define.amd) {
|
|
27
27
|
define('axe-core', [], function() {
|
|
28
28
|
return axe;
|
|
@@ -11255,7 +11255,7 @@
|
|
|
11255
11255
|
superclassRole: [ 'composite' ]
|
|
11256
11256
|
},
|
|
11257
11257
|
tabpanel: {
|
|
11258
|
-
type: '
|
|
11258
|
+
type: 'structure',
|
|
11259
11259
|
allowedAttrs: [ 'aria-expanded' ],
|
|
11260
11260
|
superclassRole: [ 'section' ],
|
|
11261
11261
|
accessibleNameRequired: false
|
|
@@ -11834,7 +11834,7 @@
|
|
|
11834
11834
|
}, {
|
|
11835
11835
|
hasAccessibleName: true
|
|
11836
11836
|
} ],
|
|
11837
|
-
allowedRoles: [ 'button', 'checkbox', 'link', 'menuitem', 'menuitemcheckbox', 'menuitemradio', 'meter', 'option', 'progressbar', 'radio', 'scrollbar', 'separator', 'slider', 'switch', 'tab', 'treeitem', 'doc-cover' ]
|
|
11837
|
+
allowedRoles: [ 'button', 'checkbox', 'link', 'math', 'menuitem', 'menuitemcheckbox', 'menuitemradio', 'meter', 'option', 'progressbar', 'radio', 'scrollbar', 'separator', 'slider', 'switch', 'tab', 'treeitem', 'doc-cover' ]
|
|
11838
11838
|
},
|
|
11839
11839
|
usemap: {
|
|
11840
11840
|
matches: '[usemap]',
|
|
@@ -26120,7 +26120,8 @@
|
|
|
26120
26120
|
navigation: true,
|
|
26121
26121
|
region: true,
|
|
26122
26122
|
search: false,
|
|
26123
|
-
status: true
|
|
26123
|
+
status: true,
|
|
26124
|
+
tabpanel: true
|
|
26124
26125
|
};
|
|
26125
26126
|
function validScrollableTagName(node) {
|
|
26126
26127
|
var nodeName2 = node.nodeName.toUpperCase();
|