axe-core 4.5.2-canary.5259e88 → 4.5.2-canary.d1cbf6f
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.5.2-canary.
|
|
1
|
+
/*! axe v4.5.2-canary.d1cbf6f
|
|
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.d1cbf6f';
|
|
26
26
|
if (typeof define === 'function' && define.amd) {
|
|
27
27
|
define('axe-core', [], function() {
|
|
28
28
|
return axe;
|
|
@@ -8980,7 +8980,7 @@
|
|
|
8980
8980
|
},
|
|
8981
8981
|
list: {
|
|
8982
8982
|
type: 'structure',
|
|
8983
|
-
requiredOwned: [ '
|
|
8983
|
+
requiredOwned: [ 'listitem' ],
|
|
8984
8984
|
allowedAttrs: [ 'aria-expanded' ],
|
|
8985
8985
|
superclassRole: [ 'section' ]
|
|
8986
8986
|
},
|
|
@@ -8993,7 +8993,7 @@
|
|
|
8993
8993
|
},
|
|
8994
8994
|
listitem: {
|
|
8995
8995
|
type: 'structure',
|
|
8996
|
-
requiredContext: [ 'list'
|
|
8996
|
+
requiredContext: [ 'list' ],
|
|
8997
8997
|
allowedAttrs: [ 'aria-level', 'aria-posinset', 'aria-setsize', 'aria-expanded' ],
|
|
8998
8998
|
superclassRole: [ 'section' ],
|
|
8999
8999
|
nameFromContent: true
|