axe-core 4.3.3-canary.ea2ce17 → 4.3.4
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/CHANGELOG.md +28 -31
- package/axe.js +5 -20
- package/axe.min.js +2 -2
- package/locales/ko.json +377 -596
- package/package.json +1 -1
- package/sri-history.json +293 -289
package/CHANGELOG.md
CHANGED
|
@@ -2,40 +2,31 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
-
### [4.3.
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
### Features
|
|
9
|
-
|
|
10
|
-
* **aria-allowed-attr:** report violations for non-global ARIA attributes on elements without a role ([#3102](https://github.com/dequelabs/axe-core/issues/3102)) ([87cfc0b](https://github.com/dequelabs/axe-core/commit/87cfc0b4f4d998a88a2d534438e4f2ccf9427a86))
|
|
11
|
-
* add new ARIA roles ([#3138](https://github.com/dequelabs/axe-core/issues/3138)) ([61be7e5](https://github.com/dequelabs/axe-core/commit/61be7e555152d89c6770679fd6fdac10038f7cd3))
|
|
12
|
-
|
|
5
|
+
### [4.3.4](https://github.com/dequelabs/axe-core/compare/v4.3.3...v4.3.4) (2021-10-22)
|
|
13
6
|
|
|
14
7
|
### Bug Fixes
|
|
15
8
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
* **typescript:** allow passing a NodeList to ElementContext ([#3161](https://github.com/dequelabs/axe-core/issues/3161)) ([ad4b165](https://github.com/dequelabs/axe-core/commit/ad4b165a0e019cd65f70fa5d085d83cea3e7338c))
|
|
38
|
-
* Separate Level AAA rules from A and best-practices ([#3191](https://github.com/dequelabs/axe-core/issues/3191)) ([828e526](https://github.com/dequelabs/axe-core/commit/828e526fd06ee596df73f4825e750aad459ca75e))
|
|
9
|
+
- **aria-allowed-attr:** check for invalid `aria-attributes` for `role="row"` ([#3160](https://github.com/dequelabs/axe-core/issues/3160)) ([76aa5ec](https://github.com/dequelabs/axe-core/commit/76aa5ec5ac8a311b90974f0dba9cf92594f92019))
|
|
10
|
+
- **aria-allowed-children,aria-allowed-parent:** allow group role in listbox ([#3195](https://github.com/dequelabs/axe-core/issues/3195)) ([d742b29](https://github.com/dequelabs/axe-core/commit/d742b299370afa23645b1292ffc15f753113e05a))
|
|
11
|
+
- **aria-allowed-role:** updates the allowed roles for the wbr element to none and presentation ([#3192](https://github.com/dequelabs/axe-core/issues/3192)) ([66db765](https://github.com/dequelabs/axe-core/commit/66db765a17b5dc0904fcafe83aeb7c3eb5d60c12)), closes [#3177](https://github.com/dequelabs/axe-core/issues/3177)
|
|
12
|
+
- **aria-prohibited-attr:** update metadata message ([#3206](https://github.com/dequelabs/axe-core/issues/3206)) ([f9cf9fa](https://github.com/dequelabs/axe-core/commit/f9cf9fafe10e944be643d642cffda4fc762d0fc5))
|
|
13
|
+
- **axe.configure:** do not remove newline characters from locale doT strings ([#3216](https://github.com/dequelabs/axe-core/issues/3216)) ([5925898](https://github.com/dequelabs/axe-core/commit/59258984c0e52d91342040291fcc6f05ce2f135f))
|
|
14
|
+
- **axe.run:** add option to increase iframe ping timeout ([#3233](https://github.com/dequelabs/axe-core/issues/3233)) ([023f356](https://github.com/dequelabs/axe-core/commit/023f356ae752c559fb3788c84b1937bd2ba047ee))
|
|
15
|
+
- **color-contrast:** account for 0 width scroll regions with children ([#3172](https://github.com/dequelabs/axe-core/issues/3172)) ([ac913a1](https://github.com/dequelabs/axe-core/commit/ac913a11ddd8fd3b242a6ee500773c17fef77011))
|
|
16
|
+
- **color-contrast:** account for elements that do not fill entire bounding size ([#3186](https://github.com/dequelabs/axe-core/issues/3186)) ([84229d4](https://github.com/dequelabs/axe-core/commit/84229d41969907a62876488dc7a8f070542a9fe6))
|
|
17
|
+
- **color-contrast:** correctly apply page background color ([#3207](https://github.com/dequelabs/axe-core/issues/3207)) ([0ea7e1b](https://github.com/dequelabs/axe-core/commit/0ea7e1b881bb06067e98bae8ffe814605404475f))
|
|
18
|
+
- **color-contrast:** correctly compute color-contrast of truncated children ([#3203](https://github.com/dequelabs/axe-core/issues/3203)) ([4adb911](https://github.com/dequelabs/axe-core/commit/4adb9119a8a1cb457db81a40534db103c14bd2a1))
|
|
19
|
+
- **color-contrast:** correctly handle nested scroll regions ([#3212](https://github.com/dequelabs/axe-core/issues/3212)) ([80d91c0](https://github.com/dequelabs/axe-core/commit/80d91c01e46072ae8d36b952dfc264ef6f13eada))
|
|
20
|
+
- **color-contrast:** correctly work with positioned elements without z-index ([#3209](https://github.com/dequelabs/axe-core/issues/3209)) ([0322070](https://github.com/dequelabs/axe-core/commit/03220704c9dfa6f3af8d13800f9861e16552854b))
|
|
21
|
+
- greater consistency of help / description text ([#3204](https://github.com/dequelabs/axe-core/issues/3204)) ([0be12e6](https://github.com/dequelabs/axe-core/commit/0be12e62e5c0b2f1d280a7b17380281a30ae65f0))
|
|
22
|
+
- Separate Level AAA rules from A and best-practices ([#3191](https://github.com/dequelabs/axe-core/issues/3191)) ([7e6e6da](https://github.com/dequelabs/axe-core/commit/7e6e6da379eb2cb852a84c4ce088df7065740b61))
|
|
23
|
+
- **color-contrast:** properly blend multiple alpha colors ([#3193](https://github.com/dequelabs/axe-core/issues/3193)) ([5aa0441](https://github.com/dequelabs/axe-core/commit/5aa0441f2b33f8e1055ac32d981df4f796f7bb88))
|
|
24
|
+
- **is-visible:** do not error if window.Node does not exist ([#3168](https://github.com/dequelabs/axe-core/issues/3168)) ([cf58aea](https://github.com/dequelabs/axe-core/commit/cf58aea086a7bd590838673068d34325b4e9eef7))
|
|
25
|
+
- **label-title-only:** allow hidden labels ([#3183](https://github.com/dequelabs/axe-core/issues/3183)) ([ab636ef](https://github.com/dequelabs/axe-core/commit/ab636efa743ba2cbf1194b87aa27be5aba70989b))
|
|
26
|
+
- **nativeSelectValue:** update selected value on change ([#3154](https://github.com/dequelabs/axe-core/issues/3154)) ([ad584a1](https://github.com/dequelabs/axe-core/commit/ad584a10fc4b6c601c887835d7c879c77dc143d9))
|
|
27
|
+
- **p-as-heading:** `p-as-heading` rule to account for `textContent` length ([#3145](https://github.com/dequelabs/axe-core/issues/3145)) ([e0d4dc6](https://github.com/dequelabs/axe-core/commit/e0d4dc63bdd391a92f833d83b50644934deb7804))
|
|
28
|
+
- **typescript:** allow passing a NodeList to ElementContext ([#3161](https://github.com/dequelabs/axe-core/issues/3161)) ([5f2e517](https://github.com/dequelabs/axe-core/commit/5f2e517c0038397e12c72ef322313443c25e7907))
|
|
29
|
+
- check for hidden elements on `aria-errormessage` ([#3156](https://github.com/dequelabs/axe-core/issues/3156)) ([69b2e33](https://github.com/dequelabs/axe-core/commit/69b2e33b4094512f2ccfd05393b567763bba2e11))
|
|
39
30
|
|
|
40
31
|
### [4.3.3](https://github.com/dequelabs/axe-core/compare/v4.3.2...v4.3.3) (2021-08-24)
|
|
41
32
|
|
|
@@ -105,6 +96,12 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
105
96
|
- treat input with no role as textbox ([#2929](https://github.com/dequelabs/axe-core/issues/2929)) ([13d909d](https://github.com/dequelabs/axe-core/commit/13d909dd12dc40ab9ed448793aef5031e207d429))
|
|
106
97
|
- **types:** make `evaluate` check optional ([#2902](https://github.com/dequelabs/axe-core/issues/2902)) ([417f572](https://github.com/dequelabs/axe-core/commit/417f5724112e46f128efd5f56da9f891bf1e938c))
|
|
107
98
|
|
|
99
|
+
### [4.2.4](https://github.com/dequelabs/axe-core/compare/v4.2.3...v4.2.4) (2021-10-22)
|
|
100
|
+
|
|
101
|
+
### Bug Fixes
|
|
102
|
+
|
|
103
|
+
- **axe.run:** add option to increase iframe ping timeout ([#3233](https://github.com/dequelabs/axe-core/issues/3233)) ([99a848e](https://github.com/dequelabs/axe-core/commit/99a848e785793782b264aa55cd71f5a35c5677c9))
|
|
104
|
+
|
|
108
105
|
### [4.2.3](https://github.com/dequelabs/axe-core/compare/v4.2.2...v4.2.3) (2021-06-22)
|
|
109
106
|
|
|
110
107
|
### Bug Fixes
|
package/axe.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! axe v4.3.
|
|
1
|
+
/*! axe v4.3.4
|
|
2
2
|
* Copyright (c) 2021 Deque Systems, Inc.
|
|
3
3
|
*
|
|
4
4
|
* Your use of this Source Code Form is subject to the terms of the Mozilla Public
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
return _typeof(obj);
|
|
28
28
|
}
|
|
29
29
|
var axe = axe || {};
|
|
30
|
-
axe.version = '4.3.
|
|
30
|
+
axe.version = '4.3.4';
|
|
31
31
|
if (typeof define === 'function' && define.amd) {
|
|
32
32
|
define('axe-core', [], function() {
|
|
33
33
|
return axe;
|
|
@@ -6762,6 +6762,7 @@
|
|
|
6762
6762
|
return new Error(message + ': ' + (selector || node));
|
|
6763
6763
|
}
|
|
6764
6764
|
function sendCommandToFrame(node, parameters, resolve, reject) {
|
|
6765
|
+
var _parameters$options$p, _parameters$options;
|
|
6765
6766
|
var win = node.contentWindow;
|
|
6766
6767
|
if (!win) {
|
|
6767
6768
|
log_default('Frame does not have a content window', node);
|
|
@@ -6776,7 +6777,7 @@
|
|
|
6776
6777
|
reject(err('No response from frame', node));
|
|
6777
6778
|
}
|
|
6778
6779
|
}, 0);
|
|
6779
|
-
}, 500);
|
|
6780
|
+
}, (_parameters$options$p = (_parameters$options = parameters.options) === null || _parameters$options === void 0 ? void 0 : _parameters$options.pingWaitTime) !== null && _parameters$options$p !== void 0 ? _parameters$options$p : 500);
|
|
6780
6781
|
_respondable(win, 'axe.ping', null, void 0, function() {
|
|
6781
6782
|
clearTimeout(timeout);
|
|
6782
6783
|
var frameWaitTime = parameters.options && parameters.options.frameWaitTime || 6e4;
|
|
@@ -8473,11 +8474,6 @@
|
|
|
8473
8474
|
allowedAttrs: [ 'aria-expanded' ],
|
|
8474
8475
|
superclassRole: [ 'landmark' ]
|
|
8475
8476
|
},
|
|
8476
|
-
comment: {
|
|
8477
|
-
type: 'structure',
|
|
8478
|
-
allowedAttrs: [ 'aria-level', 'aria-posinset', 'aria-setsize' ],
|
|
8479
|
-
superclassRole: [ 'article' ]
|
|
8480
|
-
},
|
|
8481
8477
|
definition: {
|
|
8482
8478
|
type: 'structure',
|
|
8483
8479
|
allowedAttrs: [ 'aria-expanded' ],
|
|
@@ -8668,11 +8664,6 @@
|
|
|
8668
8664
|
accessibleNameRequired: true,
|
|
8669
8665
|
childrenPresentational: true
|
|
8670
8666
|
},
|
|
8671
|
-
mark: {
|
|
8672
|
-
type: 'structure',
|
|
8673
|
-
superclassRole: [ 'section' ],
|
|
8674
|
-
prohibitedAttrs: [ 'aria-label', 'aria-labelledby' ]
|
|
8675
|
-
},
|
|
8676
8667
|
navigation: {
|
|
8677
8668
|
type: 'landmark',
|
|
8678
8669
|
allowedAttrs: [ 'aria-expanded' ],
|
|
@@ -8852,12 +8843,6 @@
|
|
|
8852
8843
|
nameFromContent: true,
|
|
8853
8844
|
childrenPresentational: true
|
|
8854
8845
|
},
|
|
8855
|
-
suggestion: {
|
|
8856
|
-
type: 'structure',
|
|
8857
|
-
requiredOwned: [ 'insertion', 'deletion' ],
|
|
8858
|
-
superclassRole: [ 'section' ],
|
|
8859
|
-
prohibitedAttrs: [ 'aria-label', 'aria-labelledby' ]
|
|
8860
|
-
},
|
|
8861
8846
|
tab: {
|
|
8862
8847
|
type: 'widget',
|
|
8863
8848
|
requiredContext: [ 'tablist' ],
|
|
@@ -17901,7 +17886,7 @@
|
|
|
17901
17886
|
function internalLinkPresentEvaluate(node, options, virtualNode) {
|
|
17902
17887
|
var links = query_selector_all_default(virtualNode, 'a[href]');
|
|
17903
17888
|
return links.some(function(vLink) {
|
|
17904
|
-
return /^#[^/!]/.test(vLink.
|
|
17889
|
+
return /^#[^/!]/.test(vLink.actualNode.getAttribute('href'));
|
|
17905
17890
|
});
|
|
17906
17891
|
}
|
|
17907
17892
|
var internal_link_present_evaluate_default = internalLinkPresentEvaluate;
|