axe-core 4.10.3-canary.3462cc5 → 4.10.3-canary.374c376
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.10.3-canary.
|
|
1
|
+
/*! axe v4.10.3-canary.374c376
|
|
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.3-canary.
|
|
25
|
+
axe.version = '4.10.3-canary.374c376';
|
|
26
26
|
if (typeof define === 'function' && define.amd) {
|
|
27
27
|
define('axe-core', [], function() {
|
|
28
28
|
return axe;
|
|
@@ -31208,7 +31208,7 @@
|
|
|
31208
31208
|
actIds: [ '73f2c2' ],
|
|
31209
31209
|
all: [ {
|
|
31210
31210
|
options: {
|
|
31211
|
-
stateTerms: [ 'none', 'false', 'true', 'disabled', 'enabled', 'undefined', 'null' ],
|
|
31211
|
+
stateTerms: [ 'none', 'false', 'true', 'disabled', 'enabled', 'undefined', 'null', 'xoff', 'xon' ],
|
|
31212
31212
|
ignoredValues: [ 'text', 'pronouns', 'gender', 'message', 'content' ]
|
|
31213
31213
|
},
|
|
31214
31214
|
id: 'autocomplete-valid'
|
|
@@ -32423,7 +32423,7 @@
|
|
|
32423
32423
|
id: 'autocomplete-valid',
|
|
32424
32424
|
evaluate: 'autocomplete-valid-evaluate',
|
|
32425
32425
|
options: {
|
|
32426
|
-
stateTerms: [ 'none', 'false', 'true', 'disabled', 'enabled', 'undefined', 'null' ],
|
|
32426
|
+
stateTerms: [ 'none', 'false', 'true', 'disabled', 'enabled', 'undefined', 'null', 'xoff', 'xon' ],
|
|
32427
32427
|
ignoredValues: [ 'text', 'pronouns', 'gender', 'message', 'content' ]
|
|
32428
32428
|
}
|
|
32429
32429
|
}, {
|