This release can result in fewer issues reported on link-in-text-block and aria-required-children. This release addresses an issue where color-contrast and target-size violations were not reported after the page was scrolled.
Bug Fixes
aria-required-children: allow menu and menubar to be empty (#3770) (d11aed8)
create-grid: include elements scrolled out of view in the grid (#3773) (a563263)
link-in-text-block: don't match style or script text (#3775) (ab877f9)
prevent undefined relatedNodes from halting axe (#3778) (efefb18)
Release 4.5.1
This release does not change results of axe-core. It resolves a problem where axe had gotten unnecessarily picky about which order things need to be loaded in in some test environments.
Bug Fixes
allow axe to run in certain configurations of jsdom (#3755) (b74c5d4)
prevent crash on jsdom when preloading CSSOM (#3754) (b1f0c6b)
Release 4.5.0
This release may increase or decrease the number of violations reported. This can be because some rules have changed in which ruleset they run (best practice to WCAG, and vice versa). It can also be because the rules themselves got stricter in some places so are able to find new violations, and got more permissive in other places in order to handle more edge cases.
Tags that indicate which success criteria a rule tests violations for have been changed for several rules. In some cases new success criteria tags were added, and in others criteria tags were removed.
Features
Highlights
new rule: Add WCAG 2.2 target-size rule (off by default) (#3616) (691f1b6)
new rule: Add meta-refresh-no-exceptions (off by default, wcag2aaa) (#3530) (27031a8)
identical-links-same-purpose: Disable by default (wcag2aaa rule) (#3615) (a2c2d2f)
link-in-text-block: Remove experimental and enable by default (#3706) (37b6e7a)
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps axe-core from 4.0.2 to 4.5.2.
Release notes
Sourced from axe-core's releases.
... (truncated)
Changelog
Sourced from axe-core's changelog.
... (truncated)
Commits
8212b9e
Merge pull request #3780 from dequelabs/release-4.5.2fffce7d
chore(release): 4.5.2a37db59
chore: Ensure relatedNodes fallback uses arrays (#3779)1ba58eb
Merge pull request #3762 from dequelabs/masterefefb18
fix: prevent undefined relatedNodes from halting axe (#3778)d6cef9a
fix: do not warn when using webpack (#3777)a563263
fix(create-grid): include elements scrolled out of view in the grid (#3773)ab877f9
fix(link-in-text-block): don't match style or script text (#3775)d11aed8
fix(aria-required-children): allow menu and menubar to be empty (#3770)6200ce3
Merge pull request #3761 from dequelabs/release-4.5.1You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)