axe-core 4.10.3-canary.5351231 → 4.10.3-canary.53a925a
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/README.md +4 -4
- package/axe.js +2 -2
- package/axe.min.js +2 -2
- package/package.json +1 -1
- package/sri-history.json +3 -3
package/README.md
CHANGED
|
@@ -138,21 +138,21 @@ axe.configure({
|
|
|
138
138
|
Axe-core supports the following locales. Do note that since locales are contributed by our community, they are not guaranteed to include all translations needed in a release.
|
|
139
139
|
|
|
140
140
|
- Basque
|
|
141
|
-
- Chinese (Simplified)
|
|
142
|
-
- Chinese (Traditional)
|
|
143
141
|
- Danish
|
|
144
142
|
- Dutch
|
|
145
143
|
- French
|
|
146
144
|
- German
|
|
147
|
-
- Greek
|
|
148
145
|
- Hebrew
|
|
149
|
-
- Italian
|
|
150
146
|
- Japanese
|
|
151
147
|
- Korean
|
|
152
148
|
- Norwegian (Bokmål)
|
|
153
149
|
- Polish
|
|
154
150
|
- Portuguese (Brazilian)
|
|
155
151
|
- Spanish
|
|
152
|
+
- Greek
|
|
153
|
+
- Italian
|
|
154
|
+
- Simplified Chinese
|
|
155
|
+
- Traditional Chinese
|
|
156
156
|
|
|
157
157
|
## Updates & Security
|
|
158
158
|
|
package/axe.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! axe v4.10.3-canary.
|
|
1
|
+
/*! axe v4.10.3-canary.53a925a
|
|
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.53a925a';
|
|
26
26
|
if (typeof define === 'function' && define.amd) {
|
|
27
27
|
define('axe-core', [], function() {
|
|
28
28
|
return axe;
|