axe-core 4.11.0-canary.5d739b2 → 4.11.0-canary.671de01
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 +3 -3
- 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.11.0-canary.
|
|
1
|
+
/*! axe v4.11.0-canary.671de01
|
|
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.11.0-canary.
|
|
25
|
+
axe.version = '4.11.0-canary.671de01';
|
|
26
26
|
if (typeof define === 'function' && define.amd) {
|
|
27
27
|
define('axe-core', [], function() {
|
|
28
28
|
return axe;
|
|
@@ -20055,7 +20055,7 @@
|
|
|
20055
20055
|
return selectAllRecursive(selectorArr, doc);
|
|
20056
20056
|
}
|
|
20057
20057
|
function selectAllRecursive(_ref78, doc) {
|
|
20058
|
-
var _ref79 = _toArray(_ref78), selectorStr = _ref79[0], restSelector = _ref79.slice(1);
|
|
20058
|
+
var _ref79 = _toArray(_ref78), selectorStr = _ref79[0], restSelector = _arrayLikeToArray(_ref79).slice(1);
|
|
20059
20059
|
var elms = doc.querySelectorAll(selectorStr);
|
|
20060
20060
|
if (restSelector.length === 0) {
|
|
20061
20061
|
return Array.from(elms);
|